@charset "UTF-8";
/* ------------------------------------------------------------------------------------------ */
.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* amination */
/* ------------------------------------------------------------------------------------------ */
.js-scroll-anim, .js-fast-anim {
  opacity: 0;
}
@-webkit-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-scroll-anim.fade-in.is-move, .js-fast-anim.fade-in.is-move {
  -webkit-animation: anim-fade-in 0.8s 0s forwards;
  -moz-animation: anim-fade-in 0.8s 0s forwards;
  animation: anim-fade-in 0.8s 0s forwards;
}
@-webkit-keyframes anim-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-ms-keyframes anim-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-moz-keyframes anim-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes anim-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes anim-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-ms-keyframes anim-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-moz-keyframes anim-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes anim-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes anim-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-ms-keyframes anim-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-moz-keyframes anim-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes anim-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes anim-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-ms-keyframes anim-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-moz-keyframes anim-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes anim-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.js-scroll-anim.slide-top.is-move, .js-fast-anim.slide-top.is-move {
  -webkit-animation: anim-slide-top 0.8s 0s forwards;
  -moz-animation: anim-slide-top 0.8s 0s forwards;
  animation: anim-slide-top 0.8s 0s forwards;
}
.js-scroll-anim.slide-bottom.is-move, .js-fast-anim.slide-bottom.is-move {
  -webkit-animation: anim-slide-bottom 0.8s 0s forwards;
  -moz-animation: anim-slide-bottom 0.8s 0s forwards;
  animation: anim-slide-bottom 0.8s 0s forwards;
}
.js-scroll-anim.slide-left.is-move, .js-fast-anim.slide-left.is-move {
  -webkit-animation: anim-slide-left 0.8s 0s forwards;
  -moz-animation: anim-slide-left 0.8s 0s forwards;
  animation: anim-slide-left 0.8s 0s forwards;
}
.js-scroll-anim.slide-right.is-move, .js-fast-anim.slide-right.is-move {
  -webkit-animation: anim-slide-right 0.8s 0s forwards;
  -moz-animation: anim-slide-right 0.8s 0s forwards;
  animation: anim-slide-right 0.8s 0s forwards;
}
@-webkit-keyframes anim-bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-ms-keyframes anim-bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes anim-bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes anim-bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.js-scroll-anim.bound.is-move, .js-fast-anim.bound.is-move {
  -webkit-animation: anim-bound 0.8s 0s forwards;
  -moz-animation: anim-bound 0.8s 0s forwards;
  animation: anim-bound 0.8s 0s forwards;
}
@-webkit-keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-ms-keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.js-scroll-anim.stamp.is-move, .js-fast-anim.stamp.is-move {
  -webkit-animation: anim-stamp 0.8s 0s forwards;
  -moz-animation: anim-stamp 0.8s 0s forwards;
  animation: anim-stamp 0.8s 0s forwards;
}
@-webkit-keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-ms-keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes anim-stamp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.js-scroll-anim.top-logo.is-move, .js-fast-anim.top-logo.is-move {
  -webkit-animation: anim-stamp 1.5s 0.7s forwards;
  -moz-animation: anim-stamp 1.5s 0.7s forwards;
  animation: anim-stamp 1.5s 0.7s forwards;
}
.js-scroll-anim.delay-1, .js-fast-anim.delay-1 {
  animation-delay: 0.1s !important;
}
.js-scroll-anim.delay-2, .js-fast-anim.delay-2 {
  animation-delay: 0.2s !important;
}
.js-scroll-anim.delay-3, .js-fast-anim.delay-3 {
  animation-delay: 0.3s !important;
}
.js-scroll-anim.delay-4, .js-fast-anim.delay-4 {
  animation-delay: 0.4s !important;
}
.js-scroll-anim.delay-5, .js-fast-anim.delay-5 {
  animation-delay: 0.5s !important;
}
.js-scroll-anim.delay-6, .js-fast-anim.delay-6 {
  animation-delay: 0.6s !important;
}
.js-scroll-anim.delay-7, .js-fast-anim.delay-7 {
  animation-delay: 0.7s !important;
}
.js-scroll-anim.delay-8, .js-fast-anim.delay-8 {
  animation-delay: 0.8s !important;
}
.js-scroll-anim.delay-9, .js-fast-anim.delay-9 {
  animation-delay: 0.9s !important;
}
.js-scroll-anim.delay-10, .js-fast-anim.delay-10 {
  animation-delay: 1s !important;
}

/* ------------------------------------------------------------------------------------------ */
/* reset */
/* ------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select, button, input {
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: relative;
}
select:not(:focus), button:not(:focus), input:not(:focus) {
  outline: none;
}

/* ------------------------------------------------------------------------------------------ */
/* cookie button */
/* ------------------------------------------------------------------------------------------ */
footer .ot-sdk #ot-sdk-btn {
  color: #ddd;
  cursor: pointer;
  padding: 0 0 0 10px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  transition: 0.3s;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}
footer .ot-sdk #ot-sdk-btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #666;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 5px;
}

footer .ot-sdk #ot-sdk-btn:hover {
  color: #fff;
  opacity: 0.6;
  background: transparent;
}

/* ------------------------------------------------------------------------------------------ */
/* body */
/* ------------------------------------------------------------------------------------------ */
html {
  overflow: hidden;
  overflow-y: scroll;
}

body {
  background: #000;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #000 url(../img/bg_body.jpg) center top repeat-y;
}
@media screen and (min-width: 2000px) {
  body {
    background-size: 100% auto;
  }
}
body, body input, body select, body label, body button, body .contents-agegate select {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.is-simplebar {
  cursor: grab;
}

/* ------------------------------------------------------------------------------------------ */
/* contents */
/* ------------------------------------------------------------------------------------------ */
.wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.contents-wrapper {
  width: 100%;
  position: relative;
}

#loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 10000;
}
#loader .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loader .icon p {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px #fff solid;
  border-right-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-animation: loading-anim 1s 0s linear infinite;
  -moz-animation: loading-anim 1s 0s linear infinite;
  animation: loading-anim 1s 0s linear infinite;
}
@-webkit-keyframes loading-anim {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
    -moz-transform: rotate(365deg);
    -ms-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@-ms-keyframes loading-anim {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
    -moz-transform: rotate(365deg);
    -ms-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@-moz-keyframes loading-anim {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
    -moz-transform: rotate(365deg);
    -ms-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@keyframes loading-anim {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
    -moz-transform: rotate(365deg);
    -ms-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}

.title-font {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 600;
}
.title-font.ja {
  font-family: vdl-v7mincho, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.title-font.weight-eb {
  font-weight: 800;
}

.text-gold {
  display: inline-block;
  background: #fbeda1;
  background: linear-gradient(to bottom, #fbeda1 0%, #9b8951 100%);
  background: -webkit-linear-gradient(top, #fbeda1 0%, #9b8951 100%);
  background: -moz-linear-gradient(top, #fbeda1 0%, #9b8951 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gold_l {
  display: inline-block;
  background: #fbeda1; /* Old browsers */
  background: linear-gradient(to bottom, #fbeda1 0, #9b8951 1.5em, #fbeda1 1.51em, #9b8951 3em, #fbeda1 3.1em, #9b8951 4.5em, #fbeda1 4.51em, #9b8951 6em, #fbeda1 6.1em, #9b8951 7.5em, #fbeda1 7.51em, #9b8951 9em, #fbeda1 9.1em, #9b8951 10.5em, #fbeda1 10.51em, #9b8951 12em);
  background: -webkit-linear-gradient(top, #fbeda1 0, #9b8951 1.5em, #fbeda1 1.51em, #9b8951 3em, #fbeda1 3.1em, #9b8951 4.5em, #fbeda1 4.51em, #9b8951 6em, #fbeda1 6.1em, #9b8951 7.5em, #fbeda1 7.51em, #9b8951 9em, #fbeda1 9.1em, #9b8951 10.5em, #fbeda1 10.51em, #9b8951 12em);
  background: -moz-linear-gradient(top, #fbeda1 0, #9b8951 1.5em, #fbeda1 1.51em, #9b8951 3em, #fbeda1 3.1em, #9b8951 4.5em, #fbeda1 4.51em, #9b8951 6em, #fbeda1 6.1em, #9b8951 7.5em, #fbeda1 7.51em, #9b8951 9em, #fbeda1 9.1em, #9b8951 10.5em, #fbeda1 10.51em, #9b8951 12em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.store-pulldown {
  position: relative;
}
.store-pulldown .is-pulldown-open {
  user-select: none;
}
.store-pulldown .is-pulldown-item {
  width: 100%;
  display: none;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}
.store-pulldown .is-pulldown-item ul {
  max-height: 300px;
  overflow-y: auto;
  border: 1px #a9915d solid;
  background: rgba(7, 6, 4, 0.95);
  position: relative;
}
.store-pulldown .is-pulldown-item ul li:not(:last-child) {
  border-bottom: 1px #493f2a solid;
}
.store-pulldown .is-pulldown-item ul li a {
  color: #d8ba72;
  display: block;
  padding: 1em 2em;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.store-pulldown .is-pulldown-item ul li a:hover {
  opacity: 0.6;
}

.cmn-mc-bnr {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.cmn-mc-bnr.footer {
  margin-top: min(20%, 50px);
}
.cmn-mc-bnr img {
  width: 100%;
}
.cmn-mc-bnr a {
  display: block;
  border: 1px #ac9b71 solid;
  padding: min(8%, 25px) min(10%, 30px);
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s;
}
.cmn-mc-bnr a:hover {
  opacity: 0.6;
}
.cmn-mc-bnr a .text {
  width: 100%;
}
@media screen and (min-width:760px) {
  .cmn-mc-bnr a .text {
    width: 45%;
    padding: 0 min(10%, 40px) 0 min(5%, 15px);
  }
}
.cmn-mc-bnr a .text .logo {
  max-width: 400px;
  margin: 0 auto;
  line-height: 0;
}
.cmn-mc-bnr a .text .goto {
  margin-top: min(5%, 20px);
  text-align: center;
  font-size: clamp(14px, 5vw, 22px);
}
@media screen and (min-width:760px) {
  .cmn-mc-bnr a .text .goto {
    margin-top: 25px;
  }
}
.cmn-mc-bnr a .text .goto span {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.cmn-mc-bnr a .text .goto span:after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.cmn-mc-bnr a .img {
  line-height: 0;
  margin-top: min(5%, 20px);
}
@media screen and (min-width:760px) {
  .cmn-mc-bnr a .img {
    width: 55%;
    margin-top: 0;
  }
}

.cmn-sec-title {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.6em 0;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(to right, rgba(55, 42, 13, 0) 0%, #372a0d 30%, #836d3a 50%, #372a0d 70%, rgba(55, 42, 13, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(55, 42, 13, 0) 0%, #372a0d 30%, #836d3a 50%, #372a0d 70%, rgba(55, 42, 13, 0) 100%);
  background: -moz-linear-gradient(left, rgba(55, 42, 13, 0) 0%, #372a0d 30%, #836d3a 50%, #372a0d 70%, rgba(55, 42, 13, 0) 100%);
  font-size: clamp(20px, 3vw, 24px);
  font-weight: normal;
  line-height: 1.5;
}
.cmn-sec-title:before, .cmn-sec-title:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(89, 79, 26, 0) 0%, #594f1a 20%, #594f1a 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(89, 79, 26, 0) 0%, #594f1a 20%, #594f1a 80%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(89, 79, 26, 0) 0%, #594f1a 20%, #594f1a 80%, rgba(255, 255, 255, 0) 100%);
}
.cmn-sec-title:after {
  top: auto;
  bottom: 0;
}

.cmn-sub-title {
  color: #1e1502;
  font-size: clamp(16px, 2vw, 20px);
  border: #d9bd81 2px solid;
  background: linear-gradient(to right, #b39556 20%, #f6d57f 50%, #b39556 80%);
  background: -webkit-linear-gradient(left, #b39556 20%, #f6d57f 50%, #b39556 80%);
  background: -moz-linear-gradient(left, #b39556 20%, #f6d57f 50%, #b39556 80%);
  text-align: center;
  padding: 0.6em;
}

.cmn-list-dot li {
  position: relative;
  padding-left: 1em;
}
.cmn-list-dot li:not(:first-child) {
  margin-top: 5px;
}
.cmn-list-dot li:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #c1a457;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.cmn-text-att, .cmn-text-att_num {
  font-size: 0.9em;
  line-height: 1.6em;
  position: relative;
  padding-left: 1em;
  margin-top: 5px;
  text-align: left;
}
.cmn-text-att.big, .cmn-text-att_num.big {
  font-size: 0.95em;
}
.cmn-text-att.margin, .cmn-text-att_num.margin {
  margin-top: 15px;
}
.cmn-text-att.margin-l, .cmn-text-att_num.margin-l {
  margin-top: 30px;
}
.cmn-text-att.no-margin, .cmn-text-att_num.no-margin {
  margin-top: 0;
}
.cmn-text-att:before, .cmn-text-att_num:before {
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.cmn-text-att.ja, .cmn-text-att.zh-cn, .cmn-text-att.zh-tw, .cmn-text-att.ko, .cmn-text-att_num.ja, .cmn-text-att_num.zh-cn, .cmn-text-att_num.zh-tw, .cmn-text-att_num.ko {
  padding-left: 1.2em;
}
.cmn-text-att.ja:before, .cmn-text-att.zh-cn:before, .cmn-text-att.zh-tw:before, .cmn-text-att.ko:before, .cmn-text-att_num.ja:before, .cmn-text-att_num.zh-cn:before, .cmn-text-att_num.zh-tw:before, .cmn-text-att_num.ko:before {
  content: "※";
}

.cmn-text-att_num-1:before {
  content: "*1";
  color: #e9da92;
}
.cmn-text-att_num-1.ja:before, .cmn-text-att_num-1.zh-cn:before, .cmn-text-att_num-1.zh-tw:before, .cmn-text-att_num-1.ko:before {
  content: "※1";
}

.cmn-order-btn {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cmn-order-btn:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.cmn-order-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmn-order-btn a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 15%;
  border-right: 2px #5e4b21 solid;
  border-bottom: 2px #5e4b21 solid;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cmn-order-btn a .text-inner {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12%;
  color: #382805;
  filter: drop-shadow(0 2px 0 #f6d67e);
  font-size: 1em;
  line-height: 1;
}
.cmn-order-btn a .text-inner .icon {
  width: 20%;
  height: auto;
  margin: 0 auto;
}
.cmn-order-btn a .text-inner .text {
  margin-top: 2%;
  padding: 0 5%;
}
.cmn-order-btn a .text-inner.ja {
  color: #100b00;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-bottom: 15%;
}
.cmn-order-btn a .text-inner.ja .text {
  margin-top: 4%;
}
.cmn-order-btn a .text-inner.fr .text {
  font-size: 0.9em;
}
.cmn-order-btn a .text-inner.pt-br .text {
  font-size: 0.8em;
  padding: 0 8%;
}
.cmn-order-btn a img {
  width: 100%;
}

.cmn-buy-btn {
  width: 100%;
  display: block;
  font-size: clamp(14px, 1.5vw, 16px);
  padding: 0.8em 2em;
  background: #fff;
  position: relative;
  text-align: center;
}
.cmn-buy-btn:not(.is-close) {
  cursor: pointer;
  transition: 0.3s;
}
.cmn-buy-btn:not(.is-close):hover {
  opacity: 0.6;
}
.cmn-buy-btn.is-close {
  opacity: 0.4;
}
.cmn-buy-btn span {
  display: inline-block;
  color: #1e1502;
  font-weight: 800;
  padding-left: 1.8em;
  position: relative;
}
.cmn-buy-btn span:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon_cart.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmn-buy-btn:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px #372b0d solid;
  border-right: 2px #372b0d solid;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.cmn-buy-btn.bottom:after {
  transform: translateY(-50%) rotate(135deg);
}

.cmn-link-btn_white {
  color: #000;
  line-height: 1;
  padding: 0.6em 1.8em 0.4em 0.8em;
  display: inline-block;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.cmn-link-btn_white:hover {
  opacity: 0.6;
}
.cmn-link-btn_white:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.is-zoom {
  display: block;
  position: relative;
  overflow: hidden;
}
.is-zoom img {
  width: 100%;
  transition: 0.3s transform;
}
.is-zoom:after {
  content: "";
  width: 25px;
  height: 25px;
  background: rgba(17, 17, 17, 0.9) url(../img/icon_zoom.svg) center center no-repeat;
  background-size: 60% auto;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.is-zoom.big:after {
  width: 40px;
  height: 40px;
}
.is-zoom:hover img {
  transform: scale(1.05);
}

.cmn-link-text {
  color: #fbeda1;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s;
}
.cmn-link-text:hover {
  opacity: 0.6;
}

.fixed-esrb {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10px;
  height: 82px;
  line-height: 0;
  z-index: 500;
}
@media screen and (min-width: 450px) {
  .fixed-esrb {
    left: 15px;
    bottom: 15px;
  }
}
.fixed-esrb img {
  height: 100%;
}

.back-btn {
  margin-top: 40px;
}
.back-btn a {
  color: #000;
  display: block;
  text-decoration: none;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.back-btn a:hover {
  opacity: 0.6;
}
.back-btn a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20px;
  top: 50%;
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  transform: translateY(-50%) rotate(-45deg);
}

/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */
.logo-konami {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 99999;
}
.logo-konami img {
  width: 130px;
}

header {
  position: relative;
  text-align: left;
  font-family: urw-din-semi-condensed, sans-serif;
  letter-spacing: 0.05em;
  z-index: 1000;
  user-select: none;
}
header .lang-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  font-size: 14px;
  font-family: urw-din-semi-condensed, sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
header .lang-btn:hover {
  opacity: 0.6;
}
header .lang-btn span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
header .lang-btn span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  transform: translateY(-60%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

.language-list {
  display: none;
  width: 130px;
  max-height: calc(90vh - 180px);
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 45px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px #444 solid;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #fff rgba(255, 255, 255, 0.2);
}
.language-list::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 6px;
}
.language-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 50px;
}
.language-list.is-active {
  display: block;
}
.language-list ul {
  background: rgba(0, 0, 0, 0.9);
}
.language-list ul li:not(:last-child) {
  border-bottom: 1px #333 solid;
}
.language-list ul li a {
  min-width: 100px;
  display: block;
  padding: 5px 12px 8px;
  cursor: pointer;
  transition: 0.3s;
}
.language-list ul li a:hover {
  opacity: 0.6;
}

/* ------------------------------------------------------------------------------------------ */
/* subpage */
/* ------------------------------------------------------------------------------------------ */
.subpage-wrapper {
  position: relative;
}
.subpage-wrapper .subpage-inner {
  background: #000;
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  border: 1px #444 solid;
  padding: min(5%, 60px);
}
.subpage-wrapper .top-logo {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
.subpage-wrapper .top-logo a {
  display: block;
  cursor: pointer;
  transition: 0.3s;
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
}
.subpage-wrapper .top-logo a:hover {
  opacity: 0.6;
}
.subpage-wrapper .top-logo a img {
  width: 100%;
}
.subpage-wrapper .page-title {
  text-align: center;
}
.subpage-wrapper .page-title:not(:first-child) {
  margin-top: 30px;
}
.subpage-wrapper .page-title span {
  display: inline-block;
  padding: 0 20px 15px;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
  right: 0;
}
@media screen and (min-width:760px) {
  .subpage-wrapper .page-title span {
    font-size: 22px;
  }
}
.subpage-wrapper .page-title span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
.subpage-wrapper .page-title p:not(:first-child) {
  margin-top: 5px;
}
.subpage-wrapper .page-title .small {
  font-size: 0.7em;
}

/* ------------------------------------------------------------------------------------------ */
/* modal */
/* ------------------------------------------------------------------------------------------ */
.modal-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-wrapper .modal-scroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(15px, 10%, 30px) 0;
}
.modal-wrapper .modal-scroll .modal-block {
  display: none;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #000;
  border: 1px solid #373737;
  position: relative;
  padding: 50px clamp(15px, 5%, 40px) clamp(15px, 3%, 40px);
}
@media screen and (min-width:640px) {
  .modal-wrapper .modal-scroll .modal-block {
    padding: clamp(15px, 5%, 60px);
  }
}
.modal-wrapper .modal-scroll .modal-block.is-wide {
  max-width: 1200px;
}
.modal-wrapper .modal-scroll .modal-block.is-small {
  max-width: 800px;
}
.modal-wrapper .modal-scroll .modal-block .modal-title {
  padding: 0 20px 10px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 640px;
  right: 0;
  margin: auto auto 30px;
}
.modal-wrapper .modal-scroll .modal-block .modal-title:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
.modal-wrapper .modal-scroll .modal-block .modal-title:after {
  top: auto;
  bottom: 0;
}
.modal-wrapper .modal-scroll .modal-block .modal-title div {
  display: inline-block;
}
.modal-wrapper .modal-scroll .modal-block .modal-title span {
  display: inline-block;
}
.modal-wrapper .modal-scroll .modal-block .awards-title {
  font-weight: 800;
  text-align: center;
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.5;
  text-shadow: 0 0 1px rgba(233, 218, 146, 0.6);
}
.modal-wrapper .modal-scroll .modal-block .awards-title span {
  position: relative;
  background: rgb(150, 115, 59); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(150, 115, 59) 0%, rgb(255, 240, 178) 32%, rgb(236, 186, 133) 58%, rgb(98, 74, 37) 95%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(150, 115, 59) 0%, rgb(255, 240, 178) 32%, rgb(236, 186, 133) 58%, rgb(98, 74, 37) 95%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(150, 115, 59) 0%, rgb(255, 240, 178) 32%, rgb(236, 186, 133) 58%, rgb(98, 74, 37) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96733b", endColorstr="#624a25", GradientType=0); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-wrapper .modal-scroll .modal-block .awards-title span::before, .modal-wrapper .modal-scroll .modal-block .awards-title span::after {
  content: "";
  display: block;
  position: absolute;
  padding: 12px;
  background-repeat: no-repeat;
  height: 100%;
}
.modal-wrapper .modal-scroll .modal-block .awards-title span::before {
  top: 0;
  left: -30px;
  background-image: url("../img/top/award_bg_l.webp");
  background-position: 0 0;
}
.modal-wrapper .modal-scroll .modal-block .awards-title span::after {
  top: 0;
  right: -40px;
  background-image: url("../img/top/award_bg_r.webp");
  background-position: 0 0;
}
.modal-wrapper .modal-scroll .modal-block .awards-name {
  margin-top: 8px;
  font-size: clamp(22px, 4.5vw, 26px);
  line-height: 1.5;
  text-align: center;
}
.modal-wrapper .modal-scroll .modal-block .awards-name span {
  display: inline-block;
}
.modal-wrapper .modal-scroll .modal-block .awards-list {
  margin-top: 30px;
}
.modal-wrapper .modal-scroll .modal-block .awards-list li {
  position: relative;
  margin: 6px 0;
  padding-left: 12px;
}
.modal-wrapper .modal-scroll .modal-block .awards-list li:last-child {
  margin-bottom: 0;
}
.modal-wrapper .modal-scroll .modal-block .awards-list li::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.5em;
  background: #9b8951;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .logo {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .logo.mgs4 {
  max-width: 450px;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .logo img {
  width: 100%;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner {
  margin-top: clamp(30px, 8%, 50px);
  text-align: center;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .copy {
  display: inline-block;
  text-align: center;
  font-size: clamp(22px, 5vw, 28px);
  padding: 0 2em 0.6em;
  position: relative;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .copy:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .intro {
  margin-top: 15px;
  text-align: left;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block:not(:first-child) {
  margin-top: clamp(30px, 8%, 50px);
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .title {
  font-size: 16px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(204, 204, 204, 0.2));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(204, 204, 204, 0.2));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(204, 204, 204, 0.2));
  padding: 0.5em 0.8em;
  text-align: left;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text {
  margin-top: 10px;
  padding: 0 15px;
  text-align: left;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .img-area {
  margin-top: 20px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .img-area .img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 0;
}
@media screen and (min-width:640px) {
  .modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .img-area .img {
    width: 50%;
    padding: 0 10px;
  }
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .img-area .img a {
  display: block;
  border: 1px #666 solid;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .img-area .img img {
  width: 100%;
}
@media screen and (min-width:640px) {
  .modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .img-area .img.wide {
    width: 100%;
  }
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .title-sub {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 30px;
  padding: 0.3em 1em;
  position: relative;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .title-sub:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  background: #666;
}
.modal-wrapper .modal-scroll .modal-block .detail-modal-wrapper .inner .system-block .text .color-box {
  background: rgba(255, 255, 255, 0.15);
  margin-top: 0.8em;
  padding: 0.5em 0.8em;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail {
  width: 100%;
  padding: 0 2px 20px;
  position: relative;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail span.att {
  color: #e9da92;
  font-size: 13px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .fps-att {
  font-size: 14px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .fps-att li {
  position: relative;
  padding-left: 20px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .fps-att li:not(:first-child) {
  margin-top: 5px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .fps-att li .att {
  position: absolute;
  left: 0;
  top: 0;
  color: #e9da92;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .fps-att.ja li {
  padding-left: 30px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table {
  border: 1px solid #ccc;
  width: 850px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table {
  width: 100%;
  background: #000;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table th, .modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table td {
  padding: 5px 10px;
  text-align: center;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table th {
  font-weight: bold;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title {
  color: #000;
  background: #fff;
  border-bottom: 1px #000 solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th {
  width: 280px;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th:not(:first-child) {
  border-left: 1px #000 solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th:not(:last-child) {
  border-right: 1px #000 solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th.platform {
  width: auto;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th span {
  display: inline-block;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .small {
  font-size: 12px;
  line-height: 18px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .center {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .center p {
  position: relative;
  padding-left: 1em;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .center p:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .center p:not(:first-child) {
  margin-top: 5px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .center.ja p:after {
  content: "・";
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .left {
  text-align: left;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .left p {
  position: relative;
  padding-left: 1em;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .left p:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .left p:not(:first-child) {
  margin-top: 5px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .game-title th .left.ja p:after {
  content: "・";
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .sub-title {
  color: #000;
  background: #ccc;
  border-bottom: 1px #999 solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .sub-title th {
  font-size: 13px;
  text-align: center;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .sub-title th:not(:last-child) {
  border-right: 1px #000 solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .sub-title th.is-right-dashed {
  border-style: dashed;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table .sub-title th .att {
  color: #000;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table tbody tr:not(:last-child) {
  border-bottom: 1px #ccc solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table tbody tr th {
  font-size: 13px;
  color: #fff;
  background: #222;
  border-right: 1px #ccc solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table tbody tr th span {
  font-size: 12px;
  padding-left: 5px;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table tbody tr td:not(:last-child) {
  border-right: 1px #ccc solid;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table tbody tr td.is-right-dashed {
  border-right: 1px #999 dashed;
}
.modal-wrapper .modal-scroll .modal-block .fps-detail .detail-table table tbody tr td span.red {
  color: #dd5050;
}
.modal-wrapper .modal-scroll .modal-block .music_list {
  text-align: center;
}
.modal-wrapper .modal-scroll .modal-block .music_list .title {
  min-width: 60%;
  display: inline-block;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 20px 10px;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width:640px) {
  .modal-wrapper .modal-scroll .modal-block .music_list .title {
    min-width: 300px;
  }
}
.modal-wrapper .modal-scroll .modal-block .music_list .title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
.modal-wrapper .modal-scroll .modal-block .music_list .title span {
  display: inline-block;
}
.modal-wrapper .modal-scroll .modal-block .music_list ul {
  margin-top: 20px;
  text-align: left;
}
.modal-wrapper .modal-scroll .modal-block .music_list ul li {
  position: relative;
  margin: 6px 0;
  padding-left: 12px;
}
.modal-wrapper .modal-scroll .modal-block .music_list ul li:last-child {
  margin-bottom: 0;
}
.modal-wrapper .modal-scroll .modal-block .music_list ul li::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.5em;
  background: #9b8951;
}
.modal-wrapper .modal-scroll .modal-block .close-btn {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.modal-wrapper .modal-scroll .modal-block .close-btn:hover {
  opacity: 0.6;
}
.modal-wrapper .modal-scroll .modal-block .close-btn .icon {
  display: block;
  width: clamp(30px, 4vw, 40px);
  height: clamp(30px, 4vw, 40px);
  position: relative;
}
.modal-wrapper .modal-scroll .modal-block .close-btn .icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal-wrapper .modal-scroll .modal-block .close-btn .icon span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrapper .modal-scroll .modal-block .close-btn .icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrapper .modal-scroll .modal-block .music-list li {
  position: relative;
  margin: 6px 0;
  padding-left: 12px;
}
.modal-wrapper .modal-scroll .modal-block .music-list li:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
  background: rgb(89, 79, 26);
}

/* ------------------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------------------ */
footer {
  margin-top: min(20%, 60px);
  padding-bottom: min(5%, 20px);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
footer .ue-logo {
  line-height: 0;
  text-align: center;
}
footer .ue-logo:not(:first-child) {
  margin-top: 25px;
}
footer .ue-logo img {
  max-width: 250px;
}
footer .rating {
  line-height: 0;
  text-align: center;
}
footer .rating:not(:first-child) {
  margin-top: 25px;
}
footer .rating img {
  max-width: 60px;
  margin: 0 5px;
}
footer .rating img.esrb {
  max-width: 150px;
  border: 1px #fff solid;
}
footer .rating img.pegi {
  max-width: 65px;
}
footer .rating img.tw {
  max-width: 70px;
}
footer .rating img.usk {
  max-width: 80px;
}
footer .copyright {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
footer .copyright:not(:first-child) {
  margin-top: 25px;
}
footer .copyright.ue:not(:first-child) {
  margin-top: 15px;
}
footer .copyright.text-box {
  background: #181818;
  border: 1px #555 solid;
  padding: 15px;
}
footer .logo-psf {
  width: 16px;
  position: relative;
  top: 3px;
}
footer .logo-ps5 {
  width: 45px;
}
footer .share-area {
  margin-top: 25px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .share-area .title {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
footer .share-area .share-list p {
  display: inline-block;
  margin: 0 5px;
}
footer .share-area .share-list p a {
  color: #bbb;
  cursor: pointer;
  transition: 0.3s;
}
footer .share-area .share-list p a:hover {
  opacity: 0.6;
}
footer .share-area .share-list p.x a span {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 0;
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 50%;
}
footer .share-area .share-list p.x a span img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
footer .other-link {
  margin: 25px 0;
  background: #181818;
  padding: 20px 5% 30px;
  text-align: center;
}
@media screen and (min-width:420px) {
  footer .other-link {
    padding: 15px 5% 25px;
  }
}
footer .other-link .series-link .btn {
  display: inline-block;
  margin: 10px 5px 0;
}
footer .other-link .series-link .btn a {
  color: #ddd;
  display: block;
  width: 280px;
  height: 80px;
  position: relative;
  background: #000;
  border: 1px #333 solid;
  cursor: pointer;
  transition: 0.3s;
}
footer .other-link .series-link .btn a:hover {
  opacity: 0.6;
}
footer .other-link .series-link .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
footer .other-link .series-link .btn a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  -webkit-transform: translateX(-52%) translateY(-53%);
  -moz-transform: translateX(-52%) translateY(-53%);
  -ms-transform: translateX(-52%) translateY(-53%);
  transform: translateX(-52%) translateY(-53%);
}
footer .other-link .series-link .btn a img.portal {
  width: 50%;
}
footer .other-link .official-account {
  margin-top: 20px;
  display: inline-block;
  font-family: urw-din-semi-condensed, sans-serif;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: clamp(22px, 5vw, 26px);
  padding: 0 5px 2px 0;
}
@media screen and (min-width:420px) {
  footer .other-link .official-account {
    margin-top: 10px;
  }
}
footer .other-link .official-account .title {
  width: 100%;
  position: relative;
}
@media screen and (min-width:420px) {
  footer .other-link .official-account .title {
    width: 11em;
    padding-right: 3em;
    margin-right: 1em;
  }
}
footer .other-link .official-account .title:after {
  content: "";
}
@media screen and (min-width:420px) {
  footer .other-link .official-account .title:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 2em;
    background: #fff;
    transform: translateY(-50%);
  }
}
footer .other-link .official-account .link {
  margin: 0.8em 0.6em 0;
  position: relative;
  width: 1.2em;
  height: 1.2em;
}
@media screen and (min-width:420px) {
  footer .other-link .official-account .link {
    margin: 0 0.8em 0 0;
    width: 0.9em;
    height: 0.9em;
  }
}
footer .other-link .official-account .link a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
}
footer .other-link .official-account .link a:hover {
  opacity: 0.6;
}
footer .other-link .official-account .link.x a {
  height: 95%;
  background: url(../img/sns_icon_x_w.svg) left center no-repeat;
  background-size: auto 100%;
}
footer .other-link .official-account .link.tiktok a {
  background: url(../img/sns_icon_tiktok.svg) left center no-repeat;
  background-size: auto 100%;
}
footer .other-link .official-account .link.facebook a {
  background: url(../img/sns_icon_facebook_w.png) left center no-repeat;
  background-size: auto 100%;
}
footer .support {
  width: 90%;
  max-width: 1200px;
  margin: 25px auto 0;
}
footer .support ul li {
  display: inline-block;
  margin: 0 6px;
}
footer .support ul li a {
  color: #ddd;
  display: inline-block;
  padding-left: 13px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
footer .support ul li a:hover {
  opacity: 0.6;
}
footer .support ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #666;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 5px;
}

/*# sourceMappingURL=common.css.map */
