@charset "UTF-8";
/* common */
.cf::after {
  content: "";
  display: block;
  clear: both;
}
a:hover {
  opacity: .6;
}
.sp {
  display: none!important;
}
body {
  font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}
.inner {
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/* header */
#header {
  background: #000;
}

/* logoArea */
#logoArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 149px;
  border-bottom: 2px solid #1adeff;
}

/* pageHeader */
#pageHeader {
  display: flex;

  align-items: center;
  width: 100%;
  height: 120px;
  background: #f0f0f0;
}
#pageHeader #pageTitle {
  width: 100%;
  margin: 0 auto;
}
#pageHeader #pageTitle img {
  width: 100%;
  height: auto;
}

/* #gnav */
#gnav {
  height: 68px;
  background: #000;
}
#gnav #logo {
  display: inline-flex;
  align-items: center;
  width: 46%;
  max-width: 599px;
  height: 100%;
}
#gnav #logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#gnav #nav {
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
}
#gnav #nav .navList {
  font-size: 0;
}
#gnav #nav .navList .navItem {
  display: inline-flex;
}
#gnav #nav .navList .navItem:nth-child(-n+2)::after {
  display: inline-flex;
  content: '|';
  margin: 0 14px;
  color: #fff;
  font-size: 18px;
}
#gnav #nav .navList .navItem a {
  display: block;
}
#gnav #nav .navList #navAbout a {
  width: 72px;
  height: 18px;
  background: url(/ffxvuniverse/assets/images/img-nav-about.png) no-repeat;
  background-size: cover;
}
#gnav #nav .navList #navAbout .active {
  background: url(/ffxvuniverse/assets/images/img-nav-about-active.png) no-repeat;
  background-size: cover;
}
#gnav #nav .navList #navInfo a {
  width: 148px;
  height: 18px;
  background: url(/ffxvuniverse/assets/images/img-nav-info.png) no-repeat;
  background-size: cover;
}
#gnav #nav .navList #navInfo .active {
  background: url(/ffxvuniverse/assets/images/img-nav-info-active.png) no-repeat;
  background-size: cover;
}
#gnav #nav .navList #navLineup a {
  width: 70px;
  height: 18px;
  background: url(/ffxvuniverse/assets/images/img-nav-lineup.png) no-repeat;
  background-size: cover;
}
#gnav #nav .navList #navLineup .active {
  background: url(/ffxvuniverse/assets/images/img-nav-lineup-active.png) no-repeat;
  background-size: cover;
}

/* #col */
#col .inner {
  display: flex;
}
#col .colLeft {
  width: 31.81818181%;
  max-width: 350px;
  margin: 0 3.63636364% 0 0;
}
#col #sideBar .catWrap:not(:last-child) {
  margin: 0 0 51px;
}
#col #sideBar .catTitle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 0 0 0 20px;
  border-top: 1px solid #03318e;
  border-bottom: 1px solid #03318e;
  box-sizing: border-box;
}
#col #sideBar .catList {
  padding: 20px 0 0 24px;
}
#col #sideBar .catList li {
  font-size: 16px;
  line-height: 1.8;
}
#col #sideBar .catList li a {
  color: #333;
}
#col #sideBar .catList li .current {
  color: #03318e;
  font-weight: bold;
}
#col .colRight {
  width: 64.5454545%;
  max-width: 710px;
  border-top: 1px solid #03318e;
}
#col .entryWrap {
  width: 100%;
}
#col .entryWrap .entryItem {
  display: flex;
}
#col .entryWrap .entryItem:not(:last-child) {
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
#col .entryThumb {
  width: 100%;
}
#col .entryThumb img {
  width: 100%;
  height: auto;
}
#col .entryDetail {
  width: 100%;
  font-size: 0;
}
#col .entryDetail a {
  display: block;
}
#col .entryDetail .entryCats {
  display: inline-block;
  vertical-align: top;
}
#col .entryDetail .entryCats li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  vertical-align: top;
}
#col .entryDetail .entryCats li a {
  font-size: 10px;
  color: #fff;
}
#col .entryDetail .entryCats .game {
  background: #538DD5;
}
#col .entryDetail .entryCats .game_dlc {
  background: #A18D60;
}
#col .entryDetail .entryCats .game_pc {
  background: #226385;
}
#col .entryDetail .entryCats .game_smartphone {
  background: #31869B;
}
#col .entryDetail .entryCats .game_vr {
  background: #82A7E5;
}
#col .entryDetail .entryCats .movie {
  background: #FA8065;
}
#col .entryDetail .entryCats .animation {
  background: #FFA55C;
}
#col .entryDetail .entryCats .music {
  background: #7FCFD7;
}
#col .entryDetail .entryCats .goods {
  background: #92D050;
}
#col .entryDetail .entryCats .book {
  background: #66B5F0;
}
#col .entryDetail .entryCats .event {
  background: #FFC000;
}
#col .entryDetail .entryCats .other {
  background: #808080;
}
#col .entryDetail .entryCats .game_title {
  background: #666;
}
#col .entryDetail .entryDate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
#col .entryDetail .entryTitle {
  color: #404040;
  font-weight: bold;
  font-feature-settings: "palt";
}
#col .entryDetail .entryDescription{
  color: #404040;
  font-weight: normal;
}

/* #footer */
#footer {
  background: #222536;
}
#footer #footerLogo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 25px;
  padding: 38px 0 0;
}
#footer #footerlogo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#footer .footerCatList {
  padding: 0 0 27px;
}
#footer .footerCatList .footerCatItem {
  max-width: 200px;
  width: 16%;
  margin: 0 5% 20px 0;
  float: left;
}
#footer .footerCatList .footerCatItem:nth-child(5n) {
  margin-right: 0;
}
#footer .footerCatType {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  border-bottom: 1px solid #91929b;
}
#footer .footerCatItem ul li:not(:last-child) {
  margin: 0 0 20px;
}
#footer .footerCatItem ul li a {
  display: flex;
  align-items: center;
}
#footer .footerCatThumb {
  width: 100%;
  max-width: 32px;
  margin: 0 8px 0 0;
}
#footer .footerCatThumb img {
  width: 100%;
  height: auto;
  border: 1px solid #6b7378;
  box-sizing: border-box;
}
#footer .footerCatName {
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}

/* #goTop */
#goTop {
  width: 100px;
  height: 100px;
  background: url(/ffxvuniverse/assets/images/img-icon-gotop@2x.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  bottom: 72px;
  right: 30px;
}

@media screen and (max-width: 940px) {
  /* #gnav */
  #gnav #nav .navList .navItem:nth-child(-n+2)::after {
    margin: 0 6px;
    font-size: 14px;
  }
  #gnav #nav .navList #navAbout a {
    width: 56px;
    height: 14px;
  }
  #gnav #nav .navList #navInfo a {
    width: 116px;
    height: 14px;
  }
  #gnav #nav .navList #navLineup a {
    width: 58px;
    height: 14px;
  }
  #gnav #nav .navList #navMovie a {
    width: 46px;
    height: 12px;
  }

  /* #footer */
  #footer .footerCatName {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  /* common */
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .fixed {
    position: fixed!important;
    margin: 0!important;
  }
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 38px 0 0;
  }
  .inner {
    width: 94.67%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  /* #header */
  #header {
    position: relative;
  }
  #header .navBtn {
    position: absolute;
    top: 15px;
    right: 2.665%;
    width: 54px;
    height: 54px;
    background: url(/ffxvuniverse/assets/images/img-icon-nav@2x.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  #header #logoArea {
    display: block;
    width: 94.67%;
    height: 82px;
    margin: 0 auto;
    border-bottom: none;
  }
  #header #headerLogo {
     width: 78.03%;
     max-width: 280px;
     padding: 6px 0 0;
  }
  #header #headerLogo img {
    width: 100%;
    height: auto;
  }

  /* #gnav */
  #gnav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: none;
  }
  #gnav .inner {
    width: 100%;
  }
  #gnav #nav {
    display: block;
    float: none;
  }
  #gnav #nav #navLogo {
    width: 63.67%;
    margin: 0 auto 9px;
    padding: 20px 0 0;
  }
  #gnav #nav #navLogo img {
    width: 100%;
    height: auto;
  }
  #gnav #nav .navList.sp {
    width: 100%;
    display: block;
    margin: 0 0 22px;
  }
  #gnav #nav .navList.sp .navItem {
    display: block;
    height: 49px;
    background: none;
    border-bottom: 1px solid #6f6f6f;
    background: url(/ffxvuniverse/assets/images/img-nav-arrow@2x.png) no-repeat 94% 50%;
    background-size: 12px 26px;
  }
  #gnav #nav .navList.sp .navItem:first-child {
    border-top: 1px solid #6f6f6f;
  }
  #gnav #nav .navList.sp .navItem:nth-child(-n+2)::after {
    display: none;
  }
  #gnav #nav .navList.sp .navItem a {
    display: flex;
    align-items: center;
    width: 100%!important;
    height: 100%!important;
    padding: 0 0 0 10%;
    background: none!important;
    box-sizing: border-box;
  }
  #gnav #nav .closeBtn {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(/ffxvuniverse/assets/images/img-nav-close@2x.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  
  /* #pageHeader */
  #pageHeader {
    height: 50px;
  }

  /* #col */
  #col .inner {
    display: block;
  }
  #col .colLeft {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #col #sideBar .catWrap:first-child {
    margin: 0 0 16px 0;
  }
  #col #sideBar .catWrap:nth-child(1) .catTitle img {
    width: 27.61%;
  }
  #col #sideBar .catWrap:nth-child(2) .catTitle img {
    width: 10.141%;
  }
  #col #searchForm {
    margin: 0 0 25px;
  }
  #col #searchForm label {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 0 16px;
    border-radius: 3px;
    background: #696767;
  }
  #col #searchForm label::before {
    content: "▼";
    display: block;
    margin: -15px 0 0; 
    position: absolute;
    top: 50%;
    right: 13%;
    width: 0;
    height: 0;
    font-size: 30px;
    color: #fff;
  }
  #col #searchForm select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 16% 0 6%;
    border-radius: 3px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    text-indent: 0.01px;
    text-overflow: '';
  }
  select::-ms-expand {
    display: none;
  }
  #col #searchForm option {
    background: #696767;
  }
  #col #searchForm .catTitle {
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-top: 2px solid #03318e;
    border-bottom: none;
    color: #03318e;
    font-size: 18px;
  }
  #col #sideBar .catList {
    padding: 20px 0 0 24px;
  }
  #col #sideBar .catList li {
    font-size: 16px;
    line-height: 1.8;
  }
  #col #sideBar .catList li a {
    color: #333;
  }
  #col #sideBar .catList li .catAll {
    color: #03318e;
  }
  #col .colRight {
    width: 100%;
    max-width: 100%;
    border: none;
  }
  #col .entryWrap .entryItem:last-child {
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  #col .entryWrap .entryItem .entryThumb {
    max-width: 100%;
    width: 30.62%;
    margin: 0 10px 0 0;
  }
  #col .entryWrap .entryItem .entryDetail .entryCats {
    max-width: 100%;
  }
  #col .entryWrap .entryItem .entryDetail .entryCats li {
    width: 78px;
    height: 21px;
    margin-bottom: 6px;
    font-size: 13px;
  }
  #col .entryWrap .entryItem .entryDetail .entryDate {
    height: 21px;
    font-size: 13px;
  }
  #col .entryWrap .entryItem .entryDetail .entryTitle {
    font-size: 14px;
  }
  #col .entryWrap .entryItem .entryDetail .entryDescription {
    font-size: 14px;
  }

  /* #goTop */
  #goTop {
    display: block!important;
    width: 104px;
    height: 104px;
    margin: 0 auto;
    position: static!important;
    opacity: 1!important;
  }

  /* #footer */
  #footer #footerLogo {
    margin: 0 auto 2px;
    padding: 30px 0 0;
  }
  #footer #footerLogo img {
    width: 100%;
    height: auto;
  }
  #footer .footerCatList {
    padding: 0 0 18px;
  }
  #footer .footerCatList .footerCatItem {
    max-width: 100%;
    width: 100%;
    margin: 0 0 14px 0;
    float: none;
  }
  #footer .footerCatList .footerCatItem:last-child {
    margin-bottom: 0;
  }
  #footer .footerCatType {
    font-size: 26px;
  }
  #footer .footerCatItem ul li a {
    display: inline-flex;
  }
  #footer .footerCatThumb {
    max-width: 44px;
    margin: 0 10px 0 0;
  }
  #footer .footerCatName {
    font-size: 17px;
  }
}