@charset "UTF-8";
/* --------------------------------------------------------------
	
La-mulana1 Website CSS
2020/07/15 ver. 

--------------------------------------------------------------  */
@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");
@font-face {
  font-family: 'lf';
  src: url("../fonts/LaMulanese-Regular.eot");
  src: url("../fonts/LaMulanese-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/LaMulanese-Regular.woff") format("woff"), url("../fonts/LaMulanese-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal; }

/* = Clear fix
-------------------------------------------------------------- */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cf {
  display: inline-table;
  zoom: 1; }

/* ¥*/
* html .cf {
  height: 1%; }

.cf {
  display: block; }

/* */
/* =ベース
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

html {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 17px;
  font-weight: 300; }

body.en {
  font-family: 'Bangers', serif;
  font-weight: 400; }

body {
  min-width: 1080px;
  background: #000;
  -webkit-text-size-adjust: 100％; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/bg_face1.jpg) center bottom no-repeat;
    background-size: contain; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure {
  margin: 0;
  padding: 0; }

img {
  border: none; }

a {
  outline: none;
  text-decoration: none;
  color: #b6c4b7; }
  a:hover {
    color: #006dd1; }

a, a:before, a:after, input {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease; }

a:focus, *:focus {
  outline: none; }

strong {
  font-weight: 400; }

.clear {
  clear: both; }

.hdn {
  display: none; }

.nowrap {
  white-space: nowrap; }

.pc {
  display: block; }

.sp {
  display: none; }

#mov-nav-toggle-button {
  display: none; }

.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

/* */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 2000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 384px;
  height: 200px;
  margin-top: -100px;
  margin-left: -192px;
  text-align: center;
  color: #787777;
  z-index: 2001;
  font-family: 'Bangers', serif;
  font-size: 2em; }

/* =ヘッダー
-------------------------------------------------------------- */
#sub-info {
  background: #000;
  padding: 0.5rem 0.5rem 0 0.5rem;
  font-size: .8rem;
  display: flex;
  justify-content: space-between; }
  #sub-info ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    #sub-info ul li {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 0; }
  #sub-info #lang {
    width: 100%;
    padding-top: 5px;
    font-size: 1.3em;
    font-family: 'Bangers', serif;
    text-align: right; }
    #sub-info #lang a {
      color: #b9b9b9; }
      #sub-info #lang a:hover {
        color: #f9d624; }

#header {
  position: relative;
  background: rgba(0, 0, 0, 0.8) url(../images/main_bg.png) fixed center top no-repeat;
  background-size: contain; }
  #header .logo {
    background: rgba(31, 19, 7, 0.78);
    text-align: center;
    height: 136px; }
    #header .logo img {
      position: relative;
      margin-top: 18px; }
    #header .logo::before {
      content: '';
      width: 100%;
      height: 15px;
      position: absolute;
      top: -2px;
      left: 0;
      background: url(../images/border_l1.png) repeat-x center top; }

/* =ナビゲーション
-------------------------------------------------------------- */
#globalnav {
  font-family: 'Bangers', cursive;
  font-size: 1.7em;
  background: url(../images/bg_gnav.png); }
  #globalnav ul {
    text-align: center; }
    #globalnav ul li {
      display: inline-block; }
      #globalnav ul li a {
        display: block;
        padding: 12px 10px;
        background: linear-gradient(to bottom, #a9850a 25%, #d6c487 75%);
        -webkit-background-clip: text;
        color: transparent; }
        #globalnav ul li a:hover {
          background: linear-gradient(to bottom, #d6c487 25%, white 75%);
          -webkit-background-clip: text;
          color: transparent;
          cursor: pointer; }

#mov-nav {
  z-index: 1000;
  top: 0;
  right: 0 !important;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  transition-timing-function: ease-out;
  transition-duration: .22s;
  transition-property: transform,visibility,opacity;
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  opacity: 0;
  -ms-flex-direction: column; }
  #mov-nav h5 {
    padding: 5px;
    text-align: center;
    font-size: 10px;
    color: #929292; }
  #mov-nav.open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1; }
  #mov-nav #nav-header {
    color: #fff;
    font-weight: bold;
    padding: 5px 2em; }
  #mov-nav .mobnav {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #211d14; }
    #mov-nav .mobnav li {
      border-bottom: #170d0b 1px solid;
      font-family: 'Bangers', cursive;
      font-size: 2.7em; }
      #mov-nav .mobnav li a {
        display: block;
        padding: 0.5em 35px;
        color: #fff;
        background: linear-gradient(to bottom, #a9850a 25%, #d6c487 75%);
        -webkit-background-clip: text;
        color: transparent; }
        #mov-nav .mobnav li a:hover {
          background: linear-gradient(to bottom, #d6c487 25%, white 75%);
          -webkit-background-clip: text;
          color: transparent;
          cursor: pointer; }
  #mov-nav .buynow ul > li {
    background: #191919;
    padding: 0.5em 35px 0.5em 35px; }
    #mov-nav .buynow ul > li > ul > li {
      list-style: none;
      padding: 0; }
      #mov-nav .buynow ul > li > ul > li a {
        display: block;
        width: 100%;
        padding: 0.5em 35px;
        margin-bottom: 3px;
        background: #000;
        color: #92842b;
        border: 1px solid #3c3608;
        border-radius: 30px; }
        #mov-nav .buynow ul > li > ul > li a:hover {
          background: #0e0e0e;
          color: #dec312; }

/* =ホームページ
-------------------------------------------------------------- */
#homepage #header {
  background: url(../images/main_bg_.jpg) no-repeat center top;
  background-size: auto 100%;
  background-repeat: repeat-x; }
  #homepage #header .logo {
    background: rgba(31, 19, 7, 0.98); }
  #homepage #header .inner {
    width: 80vw; }
    #homepage #header .inner #head_logo {
      display: none;
      position: absolute;
      width: 20vw;
      left: 17px;
      top: 17px;
      z-index: 10; }
      #homepage #header .inner #head_logo img {
        max-width: 100%;
        width: 100%;
        height: auto; }
  #homepage #header .header-inner {
    /*	padding-top: 3em;*/
    background: transparent;
    /*	animation: fadedark 5s linear both;*/ }
  #homepage #header h1.mainimage {
    position: relative;
    text-align: center;
    line-height: 0; }
    #homepage #header h1.mainimage img {
      max-width: 100%;
      width: 80vw;
      height: auto; }
    #homepage #header h1.mainimage::before {
      content: '';
      width: 100%;
      height: 16px;
      position: absolute;
      left: 0;
      bottom: -4px;
      background: url(../images/border_l1.png) repeat-x center bottom; }

@keyframes fadedark {
  0% {
    background: transparent; }
  50% {
    background: transparent; }
  100% {
    background: rgba(0, 0, 0, 0.2); } }

#information {
  padding: 2em 0;
  background: #000; }
  #information .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #information .inner #newsfeed {
      width: 48%; }
      #information .inner #newsfeed ul li {
        list-style: none;
        margin-bottom: .5rem;
        display: flex;
        flex-wrap: nowrap;
        line-height: 1.2; }
        #information .inner #newsfeed ul li .entry-date {
          display: block;
          color: #bdbcbc;
          white-space: nowrap;
          width: 30%; }
        #information .inner #newsfeed ul li a {
          color: #fff;
          width: 70%; }
    #information .inner #twitterfeed {
      width: 80%;
      margin: 0 auto; }
    #information .inner #newsfeed h3, #information .inner #twitterfeed h3 {
      font-size: 1.75em;
      font-family: 'Bangers', cursive;
      letter-spacing: 2px;
      background: linear-gradient(to bottom, #d6c487 25%, white 75%);
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 10px; }

/* =ゲーム概要
-------------------------------------------------------------- */
.about {
  clear: both; }
  .about p {
    line-height: 1.7; }

.floatright {
  float: right;
  padding: 0 0 0 2em; }

.floatleft {
  float: left;
  padding: 0 2em 0 0; }

.center {
  text-align: center; }

.about .inner {
  padding: 160px 0 80px 0;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.7s ease-in-out;
  text-align: center; }
  .about .inner h2 {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 2.3rem;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .about .inner h2:after {
      position: absolute;
      top: 36px;
      left: 31px;
      color: rgba(0, 0, 0, 0.3);
      z-index: -1;
      font-size: .8em;
      font-family: 'lf'; }
  .about .inner p {
    line-height: 3;
    font-size: 1.2em;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-shadow: 1px 2px 3px #000; }
  .about .inner .msg {
    margin-bottom: 3em; }

.about#pray {
  position: relative;
  background: #000;
  background-image: url(../images/bg_face2.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .about#pray .inner {
    padding: 240px 0; }

#release {
  background: rgba(0, 0, 0, 0.7); }
  #release .inner {
    text-align: center;
    padding: 225px 0; }
    #release .inner img {
      opacity: 0;
      transform: translate(0, 60px);
      transition: 0.5s ease-in-out; }

/* =スクリーンショット
-------------------------------------------------------------- */
#ss {
  background: #000; }
  #ss .inner {
    padding: 60px 0; }
    #ss .inner h2 {
      font-family: 'Bangers', cursive;
      font-size: 2em;
      text-align: center;
      line-height: 1.2;
      background: linear-gradient(to bottom, #d6c487 25%, white 75%);
      -webkit-background-clip: text;
      color: transparent;
      margin-top: 1em;
      margin-bottom: 1em; }
    #ss .inner ul {
      display: grid;
      grid-template-rows: 50% 50%;
      grid-template-columns: 25% 25% 25% 25%; }
      #ss .inner ul li {
        display: block;
        margin: 0 0.25em 0.25em 0.25em;
        list-style: none; }
        #ss .inner ul li img {
          width: 100%;
          height: auto; }
    #ss .inner .ss-notes {
      text-align: right;
      color: #7a943c;
      font-size: .5rem; }

.mv01 {
  opacity: 1 !important;
  transform: translate(0, 0) !important; }

/* =ゲーム情報
-------------------------------------------------------------- */
#release .inner .info-hardware {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #release .inner .info-hardware .info-console,
  #release .inner .info-hardware .info-pc {
    width: 47%;
    margin-top: 1em;
    margin-bottom: 4em;
    text-align: center; }
  #release .inner .info-hardware .info-console .hlogo {
    width: 100%;
    height: auto; }
  #release .inner .info-hardware .info-swpkg {
    width: 100%; }
  #release .inner .info-hardware h3 {
    margin-bottom: 2em; }
    #release .inner .info-hardware h3 span {
      color: #fffac7;
      border: 1px solid #fffac7;
      padding: 0.25em 1em; }

/* =フッダー
-------------------------------------------------------------- */
#lemeza-sec {
  background: linear-gradient(to bottom, #31192c 0%, #000000 50%, #31192c 100%); }
  #lemeza-sec .lemeza-inner {
    position: relative;
    text-align: center;
    background: url(../images/bg_face3.png) no-repeat center bottom;
    width: 1150px;
    height: 655px;
    margin: 0 auto; }
  #lemeza-sec #lemeza {
    position: absolute;
    width: 100px;
    height: auto;
    right: 142px;
    bottom: 130px; }
  #lemeza-sec .mv02 {
    opacity: 1 !important; }

#footer {
  background: #000;
  padding: 4rem 0 3rem 0;
  color: #b6c4b7;
  text-align: center;
  font-size: .8rem;
  font-family: 'EB Garamond', serif; }
  #footer address {
    font-style: normal; }
  #footer .footer-logo {
    padding: 1rem 0; }

.snstitle {
  padding-top: 2rem;
  padding-bottom: .5rem;
  color: #fffac7;
  font-family: 'Bangers', cursive; }

.sns-btns {
  text-align: center;
  padding-bottom: 2rem;
  background: rgba(0, 0, 0, 0.8); }

.sns-btns ul {
  display: inline;
  text-align: center; }

.sns-btns ul li {
  display: inline-block; }

/* = Page Top Ancher
-------------------------------------------------------------- */
#page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  letter-spacing: .1em; }

a#page-top-link {
  width: 75px;
  height: 75px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: url(../images/arr_page.png) center center rgba(255, 255, 255, 0.3) no-repeat;
  overflow: hidden;
  text-indent: -500em; }

a#page-top-link:hover {
  background: url(../images/arr_page.png) center center rgba(255, 255, 255, 0.6) no-repeat;
  text-decoration: none; }

/* =子ページ
-------------------------------------------------------------- */
body#page {
  overflow-x: hidden; }
  body#page .page-header {
    margin-bottom: 70px; }
    body#page .page-header h1 {
      font-size: 58px;
      font-family: 'Bangers', cursive;
      text-align: center;
      letter-spacing: 3px;
      background: linear-gradient(to bottom, #d6c487 25%, white 75%);
      -webkit-background-clip: text;
      color: transparent;
      padding: 40px 0 0 0; }
    body#page .page-header .inpage-nav {
      text-align: center; }
      body#page .page-header .inpage-nav li {
        display: inline-block; }
  body#page h2 {
    font-size: 2em;
    text-align: center;
    line-height: 1.2;
    background: linear-gradient(to bottom, #d6c487 25%, white 75%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1em; }
  body#page #story-1 {
    margin-bottom: 2em;
    text-align: center; }
    body#page #story-1 h2 {
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-weight: bold; }
    body#page #story-1 .legend-body {
      line-height: 3;
      font-size: 1.2em;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      text-shadow: 1px 2px 3px #000; }
    body#page #story-1 .legend-quote {
      margin-top: 2em;
      font-style: italic;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: .8em;
      color: #a99a51;
      text-shadow: 1px 2px 3px #000; }
  body#page #story-2 {
    margin-bottom: 5em;
    padding: 3em 0;
    color: #fffbf0;
    text-shadow: 1px 2px 3px #000; }
    body#page #story-2 p {
      margin-bottom: 1em; }
    body#page #story-2 .bg-map {
      position: relative;
      background: url(../images/map.png) no-repeat center top;
      background-size: contain;
      padding: 55px 40px 55px 60px;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      line-height: 1.2; }
      body#page #story-2 .bg-map .player {
        position: absolute;
        bottom: -20px;
        right: 50px; }
  body#page #adventure {
    padding-top: 2em; }
  body#page .pcwin {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(../images/pc_tc.png), url(../images/pc_bc.png), url(../images/pc_tl.png), url(../images/pc_tr.png), url(../images/pc_bl.png), url(../images/pc_br.png), url(../images/pc_tm.png), url(../images/pc_ml.png), url(../images/pc_mr.png), url(../images/pc_bm.png);
    background-repeat: no-repeat, 		no-repeat,  		no-repeat, 		no-repeat, 		no-repeat, 		no-repeat,  		repeat-x, 		repeat-y, 		repeat-y, 		repeat-x;
    background-position: center top, 		center bottom,  		left top, 		right top, 		left bottom, 		right bottom,  		center top, 		left center, 		right center, 		center bottom; }
  body#page h3 {
    margin-bottom: .75em;
    font-size: 1.5em;
    color: #e3d593;
    line-height: 1.3;
    text-align: center;
    background: linear-gradient(to bottom, #d6c487 25%, white 75%);
    -webkit-background-clip: text;
    color: transparent; }
  body#page .tips-body {
    display: flex; }
    body#page .tips-body .tips-image {
      width: 53%;
      padding: 0 40px; }
    body#page .tips-body .tips-txt {
      width: 47%; }
  body#page .character {
    position: relative;
    margin-bottom: 10em; }
    body#page .character .inner {
      display: flex;
      align-items: center; }
      body#page .character .inner .character-img {
        margin: -60px 0;
        padding: 0 0 0 20px; }
      body#page .character .inner .character-body {
        position: relative; }
        body#page .character .inner .character-body header {
          margin-bottom: 2em; }
          body#page .character .inner .character-body header .character-ico {
            float: left;
            position: relative;
            z-index: 1;
            margin-right: 10px; }
          body#page .character .inner .character-body header h2 {
            position: relative;
            margin-bottom: 0;
            font-size: 2.75em;
            font-family: 'Bangers', cursive;
            letter-spacing: 2px;
            text-align: left;
            background: linear-gradient(to bottom, #d6c487 25%, white 75%);
            -webkit-background-clip: text;
            color: transparent;
            z-index: 10; }
          body#page .character .inner .character-body header h3 {
            position: relative;
            margin-bottom: 0;
            font-size: 1em;
            font-weight: bold;
            text-align: left;
            z-index: 10; }
          body#page .character .inner .character-body header::after {
            position: absolute;
            content: '';
            top: 45px;
            left: 0;
            font-family: 'lf';
            font-size: 3.5em;
            color: #371e06;
            z-index: 0; }
    body#page .character::before {
      content: '';
      position: absolute;
      width: 120vw;
      height: 100%;
      z-index: 0;
      background: rgba(4, 44, 5, 0.7);
      transform: rotate(3deg);
      top: 38px;
      left: -10%; }
    body#page .character#chara_01 header:after {
      content: 'lemeza kosugi';
      color: #0d3706; }
    body#page .character#chara_02::before {
      background: rgba(44, 32, 4, 0.7); }
    body#page .character#chara_02 header:after {
      content: 'Shorn Kosugi';
      color: #371e06; }
    body#page .character#chara_03::before {
      background: rgba(4, 10, 44, 0.7); }
    body#page .character#chara_03 header:after {
      color: #0e1063;
      content: 'Elder Xelpud'; }
    body#page .character#chara_04::before {
      background: rgba(58, 6, 46, 0.7); }
    body#page .character#chara_04 header:after {
      color: #510f58;
      content: 'Mulbruk'; }
    body#page .character#chara_05::before {
      background: rgba(6, 58, 37, 0.7); }
    body#page .character#chara_05 header:after {
      color: #0b4c2e;
      content: 'Queen of Fairies'; }
    body#page .character#chara_06::before {
      background: rgba(6, 19, 58, 0.7); }
    body#page .character#chara_06 header:after {
      color: #152369;
      content: 'Alsedana'; }
    body#page .character#chara_07::before {
      background: rgba(58, 11, 6, 0.7); }
    body#page .character#chara_07 header:after {
      color: #580909;
      content: 'Giltoriyo'; }
    body#page .character#chara_08::before {
      background: rgba(29, 4, 44, 0.7); }
    body#page .character#chara_08 header:after {
      color: #370958;
      content: 'Fobos'; }
    body#page .character#chara_09::before {
      background: rgba(4, 44, 4, 0.7); }
    body#page .character#chara_09 header:after {
      color: #163706;
      content: 'Samaranta'; }
  body#page .character:nth-child(even)::before {
    transform: rotate(-3deg); }
  body#page .character:nth-child(even) .inner {
    flex-direction: row-reverse; }
    body#page .character:nth-child(even) .inner .character-img {
      padding: 0 20px 0 0; }
  body#page .consoles small {
    color: #89771b;
    font-size: .75em;
    display: block;
    margin-bottom: .25em; }
  body#page .consoles .inpage-nav ul {
    margin: 1em 0;
    padding: 0;
    text-align: center; }
    body#page .consoles .inpage-nav ul li {
      display: inline;
      list-style: none;
      margin: 0;
      padding: 0; }
      body#page .consoles .inpage-nav ul li a {
        display: inline-block;
        padding: 0.25em 1em;
        margin-bottom: 3px;
        border: 2px solid #827405;
        background: #000;
        border-radius: 30px;
        color: #dec312; }
        body#page .consoles .inpage-nav ul li a:hover {
          color: #f7de39;
          background: #373737; }
  body#page .consoles .console-basic-info-content {
    display: flex; }
    body#page .consoles .console-basic-info-content .txt {
      width: 100%;
      margin-left: 20px;
      border-top: #444444 1px solid; }
  body#page .consoles section {
    margin-bottom: 5em;
    padding: 0 2em; }
    body#page .consoles section .pv:hover {
      cursor: pointer;
      -webkit-box-shadow: 0px 0px 8px 3px rgba(255, 222, 85, 0.77);
      box-shadow: 0px 0px 8px 3px rgba(255, 222, 85, 0.77); }
    body#page .consoles section h2, body#page .consoles section h3 {
      clear: both;
      margin-top: 3em; }
    body#page .consoles section p {
      margin-bottom: 1em; }
    body#page .consoles section .L1l2_premium {
      display: flex; }
      body#page .consoles section .L1l2_premium .special-detail {
        margin-left: 2em;
        background: rgba(0, 0, 0, 0.7); }
        body#page .consoles section .L1l2_premium .special-detail dt, body#page .consoles section .L1l2_premium .special-detail dd {
          padding-left: 1em;
          padding-right: 1em; }
        body#page .consoles section .L1l2_premium .special-detail dt {
          width: 35%; }
        body#page .consoles section .L1l2_premium .special-detail dd {
          width: 65%; }
    body#page .consoles section dl {
      display: flex;
      flex-wrap: wrap;
      line-height: 1.2;
      padding: .5em 0;
      margin: .5em 0;
      border-bottom: #444444 1px solid;
      font-size: .9em; }
      body#page .consoles section dl dt {
        width: 25%;
        color: #efe6ca; }
      body#page .consoles section dl dd {
        width: 75%; }
    body#page .consoles section ul {
      margin-left: 1.2em; }
  body#page .consoles .shops {
    text-align: center;
    color: #fff;
    margin: 1em 0 3em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body#page .consoles .shops .shop {
      display: inline-block;
      box-sizing: border-box;
      width: 49%;
      vertical-align: top;
      margin: 0 3px 10px 3px;
      padding: 15px;
      border: #444444 1px solid;
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      line-height: 1.5; }
      body#page .consoles .shops .shop .shop-info {
        padding: 10px 14px 0 14px;
        text-align: left; }
        body#page .consoles .shops .shop .shop-info ul li {
          font-size: .9em;
          line-height: 1.2;
          margin-bottom: .25em; }
  body#page .consoles .shops-2 {
    margin: 1em 0 3em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body#page .consoles .shops-2 li {
      width: 24%;
      display: inline-block;
      font-size: 1em;
      text-align: center;
      margin-bottom: .75em; }
      body#page .consoles .shops-2 li a {
        padding: 10px;
        display: block;
        border: 1px solid #444444;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.75); }
        body#page .consoles .shops-2 li a::hover {
          color: #dbd244;
          background: rgba(55, 55, 55, 0.75); }
  body#page .consoles .shop a {
    color: #dec312; }
    body#page .consoles .shop a:hover {
      color: #f7de39; }
  body#page .consoles #sec-1 {
    background: rgba(0, 0, 0, 0.75);
    padding: 5em 0; }
    body#page .consoles #sec-1 h3 {
      margin-top: 0; }
  body#page #extra p {
    margin-bottom: 1em; }
  body#page #extra ul.img-thumb {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 25% 25% 25% 25%; }
    body#page #extra ul.img-thumb li {
      display: block;
      margin: 0 0.25em 0.25em 0.25em;
      list-style: none; }
      body#page #extra ul.img-thumb li img {
        width: 100%;
        height: auto; }

.wrapper {
  width: 100%;
  overflow-x: hidden; }

#contents {
  width: 100%;
  overflow-x: hidden;
  padding-top: 66px; }
