@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
textarea,
select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: -webkit-fill-available;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 0.875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #eeeeee;
  text-align: center;
  background-color: #151515;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print, screen and (min-width: 800px) {
  body {
    font-size: 1em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  transition: all 0.3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .onlyPC {
    display: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: 700;
}

h1, h2 {
  margin-bottom: 1.5em;
}

h3, h4 {
  margin-bottom: 1em;
}

h1:not(:first-child):not(.no-sp-top),
h2:not(:first-child):not(.no-sp-top),
h3:not(:first-child):not(.no-sp-top) {
  margin-top: 2em;
}

h5, h6, li, dt, dd {
  margin-bottom: 0.5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
}
@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.4em;
}
@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.5em;
}
@media print, screen and (min-width: 576px) {
  h3 {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 800px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.1em;
}
@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.1em;
  }
}

h5 {
  font-size: 1em;
}
@media print, screen and (min-width: 800px) {
  h5 {
    font-size: 1.05em;
  }
}

h6 {
  font-size: 0.92em;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}
.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: flex;
}

.list-ib {
  letter-spacing: -0.4em;
}
.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}
.list-tbl {
  display: table;
}
.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #FFF5E0;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

a:active, a:hover {
  color: white;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1.5em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}
.list-norm li:not(:last-child),
.page-single ul li:not(:last-child),
.page-single ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: 0.5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: 0.5em;
  border: 1px solid #DDD;
  vertical-align: top;
}
@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}
.tb-norm thead th {
  background-color: #EEE;
}
.tb-norm tbody th {
  background-color: #F5F5F5;
}
.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

[class*=inner-wrap] {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  [class*=inner-wrap] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (max-width: 575px) {
  [class*=inner-wrap].small-space-smp {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.inner-wrap {
  max-width: 1216px;
}
.inner-wrap.aln-C {
  text-align: center;
}
.inner-wrap--semi {
  max-width: 1024px;
}
.inner-wrap--narrow {
  max-width: 832px;
}
.inner-wrap--thin {
  max-width: 640px;
}
.inner-wrap--wide {
  max-width: 1408px;
}

[class*=swrap] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
[class*=swrap].mgn-bottom {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  [class*=swrap].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1152px;
}
.swrap--semi {
  max-width: 960px;
}
.swrap--narrow {
  max-width: 768px;
}
.swrap--thin {
  max-width: 576px;
}
.swrap--wide {
  max-width: 1344px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: " ";
  border-bottom: 1px solid #CCC;
}

.mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn, .btn--outline {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.5em 1.25em;
  background-color: #FFF5E0;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn.large, .large.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  min-width: 12em;
}
@media print, screen and (min-width: 576px) {
  .btn.large, .large.btn--outline {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn.full, .full.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}
.btn.xlarge, .xlarge.btn--outline {
  font-size: 1.35em;
}
.btn.small, .small.btn--outline {
  font-size: 0.875em;
  padding: 0.5em 1em;
}
.btn.negative, .negative.btn--outline {
  background-color: #5e5e5e;
}
.btn.negative:hover, .negative.btn--outline:hover {
  background-color: #919191;
}
.btn.disabled, .disabled.btn--outline, .btn:disabled, .btn--outline:disabled {
  background-color: hsl(0, 0%, 95%);
  color: #AAA;
  pointer-events: none;
}
.btn:hover, .btn--outline:hover {
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffe5ad;
}
.btn:active, .btn--outline:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: white;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #FFF5E0;
  color: #FFF5E0;
}
.btn--outline:hover {
  color: #ffe5ad;
  border-color: #ffe5ad;
}
.btn--outline:active {
  color: white;
  border-color: white;
}

.wrap-btns {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.wrap-btns li {
  padding: 0.25em;
}
.wrap-btns--half-smp li {
  width: 50%;
}
@media print, screen and (min-width: 800px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container--no-space, .flex-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}

.flex-container {
  margin: -0.75rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}
.flex-container--no-space {
  margin: 0;
}
.flex-container.sp-btm {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container.sp-btm {
    margin-bottom: 2rem;
  }
}

.flex-container.rev {
  flex-direction: row-reverse;
}

.flex-container > *[class^=col-] {
  position: relative;
  min-width: 2rem;
  padding: 0.75rem;
  word-wrap: break-word;
}
@media print, screen and (min-width: 800px) {
  .flex-container > *[class^=col-] {
    padding: 1rem;
  }
}

.flex-container--no-space > *[class^=col-] {
  padding: 0;
}

.col-sm-1 {
  width: 16.6666666667%;
}

.col-sm-2 {
  width: 33.3333333333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.6666666667%;
}

.col-sm-5 {
  width: 83.3333333333%;
}

.col-sm-6 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }
  .col-xsm-2 {
    width: 25%;
  }
  .col-xsm-3 {
    width: 37.5%;
  }
  .col-xsm-4 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 62.5%;
  }
  .col-xsm-6 {
    width: 75%;
  }
  .col-xsm-7 {
    width: 87.5%;
  }
  .col-xsm-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 800px) {
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
[class*=icon-] {
  font-size: 1px !important;
  line-height: 1;
}

svg.icon-fill,
svg.icon-stroke {
  width: 100%;
  height: 100%;
}

svg.icon-fill {
  fill: #000;
}

svg.icon-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-stroke.thin {
  stroke-width: 1;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: none;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 960px;
}
.modal .modal-btns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}
.modal .modal-btns .modal-btn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modal .modal-btns .modal-btn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.modal .modal-btns .modal-btn-close span::before, .modal .modal-btns .modal-btn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  transition: all 0.1s ease-in-out;
}
.modal .modal-btns .modal-btn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #FFF;
}
.modal .modal-btns .modal-btn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #FFF;
}
.modal .modal-btns .modal-btn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}
#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}
#MdTrailer.md-ver {
  padding-top: 178%;
}
#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}
#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #151515;
}
.preloader ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.preloader ul li {
  position: relative;
  top: -1em;
  opacity: 0;
  margin: 0;
  width: 1em;
  height: 1.5em;
  border: 1px solid #FFF;
  border-radius: 0.25em;
  margin: 0 0.25em;
  animation: slideInOut 1.5s ease-in-out infinite;
}
.preloader ul li:nth-child(1) {
  animation-delay: 0.2s;
}
.preloader ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.preloader ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.preloader ul li:nth-child(4) {
  animation-delay: 0.8s;
}
.preloader ul li:nth-child(5) {
  animation-delay: 1s;
}
.preloader ul li:nth-child(6) {
  animation-delay: 1.2s;
}
.preloader ul li:nth-child(7) {
  animation-delay: 1.4s;
}
.preloader ul li:nth-child(8) {
  animation-delay: 1.6s;
}
.preloader ul li:nth-child(9) {
  animation-delay: 1.8s;
}
.preloader ul li:nth-child(10) {
  animation-delay: 2s;
}
.preloader ul li:nth-child(11) {
  animation-delay: 2.2s;
}
.preloader ul li:nth-child(12) {
  animation-delay: 2.4s;
}

@keyframes slideInOut {
  0% {
    top: 0.2em;
    opacity: 0;
  }
  50% {
    top: -0.2em;
    opacity: 1;
  }
  100% {
    top: 0.2em;
    opacity: 0;
  }
}
.isInView {
  transition: all 0.5s ease-in-out;
}
.isInView.fast {
  transition: all 0.3s ease-in-out;
}
.isInView.faster {
  transition: all 0.2s ease-in-out;
}
.isInView.fastest {
  transition: all 0.1s ease-in-out;
}
.isInView.slow {
  transition: all 1s ease-in-out;
}
.isInView.slower {
  transition: all 2s ease-in-out;
}
.isInView.slowest {
  transition: all 3s ease-in-out;
}
.isInView.fadeIn {
  opacity: 0 !important;
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}
.isInView.slideIn {
  top: 2rem;
}
.isInView.slideIn.scrlin {
  top: 0;
}
.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.isInView.shutter.open {
  overflow: hidden;
}
.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  transition: all 0.8s ease-in-out;
}
.isInView.shutter.open.shutter-rev::after {
  left: 0;
}
.isInView.shutter.open.scrlin::after {
  width: 0;
}
.isInView.delay1 {
  transition-delay: 0.2s;
}
.isInView.delay2 {
  transition-delay: 0.4s;
}
.isInView.delay3 {
  transition-delay: 0.6s;
}
.isInView.delay4 {
  transition-delay: 0.8s;
}
.isInView.delay5 {
  transition-delay: 1s;
}
.isInView.delay6 {
  transition-delay: 1.2s;
}
.isInView.delay7 {
  transition-delay: 1.4s;
}
.isInView.delay8 {
  transition-delay: 1.6s;
}
.isInView.delay9 {
  transition-delay: 1.8s;
}
.isInView.delay10 {
  transition-delay: 2s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: hsl(170, 100%, 17%);
  padding: 0.75em 0 0.5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: hsl(170, 100%, 17%);
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: 0.75em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.wrap-tb {
  position: relative;
  width: 100%;
}
.wrap-tb.scrl-x {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.wrap-tb.scrl-x > .tb-norm.fullW {
  min-width: 720px;
}
@media print, screen and (min-width: 800px) {
  .wrap-tb.scrl-x {
    overflow-x: visible;
  }
  .wrap-tb.scrl-x > .tb-norm.fullW {
    min-width: inherit;
  }
}

.trigger,
.trigger-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: rgba(58, 43, 24, 0.8);
  overflow: hidden;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: all 0.1s ease-in-out;
  z-index: 102;
}
@media print, screen and (min-width: 800px) {
  .trigger,
  .trigger-close {
    width: 64px;
    height: 64px;
  }
}
.trigger .ti,
.trigger-close .ti {
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
  width: 100%;
  height: 2em;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-style: normal;
  color: #FFF;
  overflow: hidden;
}
.trigger .ti span,
.trigger-close .ti span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  display: block;
  transition: all 0.25s ease-in-out;
}
.trigger .ti span:nth-child(1),
.trigger-close .ti span:nth-child(1) {
  top: 0;
}
.trigger .ti span:nth-child(2),
.trigger-close .ti span:nth-child(2) {
  top: 2em;
}
@media print, screen and (min-width: 960px) {
  .trigger .ti,
  .trigger-close .ti {
    font-size: 9px;
  }
}
.trigger .bars,
.trigger-close .bars {
  position: absolute;
  display: block;
  top: 24px;
  left: 50%;
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
@media print, screen and (min-width: 800px) {
  .trigger .bars,
  .trigger-close .bars {
    top: 28px;
  }
}
.trigger .bars i,
.trigger-close .bars i {
  position: absolute;
  display: block;
  transition: all 0.15s ease-in-out;
}
.trigger .bars i.up,
.trigger-close .bars i.up {
  top: -4px;
  left: -12px;
  width: 24px;
  height: 0;
  border-top: 1px solid #FFF;
}
.trigger .bars i.bm,
.trigger-close .bars i.bm {
  top: 4px;
  left: -12px;
  width: 24px;
  height: 0;
  border-top: 1px solid #FFF;
}
.trigger:not(.active):hover .bars .up,
.trigger-close:not(.active):hover .bars .up {
  width: 32px;
  left: -16px;
  top: -2px;
}
.trigger:not(.active):hover .bars .bm,
.trigger-close:not(.active):hover .bars .bm {
  width: 32px;
  left: -16px;
  top: 2px;
}
.trigger.active,
.trigger-close.active {
  background-color: transparent;
}
.trigger.active .ti,
.trigger-close.active .ti {
  color: #FFF;
}
.trigger.active .ti span:nth-child(1),
.trigger-close.active .ti span:nth-child(1) {
  top: 2em;
}
.trigger.active .ti span:nth-child(2),
.trigger-close.active .ti span:nth-child(2) {
  top: 0;
}
.trigger.active .bars,
.trigger-close.active .bars {
  transform: rotate(360deg);
}
.trigger.active .bars .up,
.trigger-close.active .bars .up {
  top: 0;
  left: -12px;
  transform: rotate(45deg);
  border-top-color: #FFF;
}
.trigger.active .bars .bm,
.trigger-close.active .bars .bm {
  top: 0;
  left: -12px;
  transform: rotate(-45deg);
  border-top-color: #FFF;
}

.trigger-close {
  top: 0;
  right: 0;
  margin-top: 0;
  z-index: 102;
}
@media print, screen and (min-width: 960px) {
  .trigger-close {
    display: block;
  }
}
.trigger-close:hover .bars {
  transform: rotate(180deg);
}
.trigger-close:hover .bars .up {
  top: 0;
  left: -12px;
  transform: rotate(0);
  border-top-color: #FFF;
}
.trigger-close:hover .bars .bm {
  top: 0;
  left: -12px;
  transform: rotate(0);
  border-top-color: #FFF;
}

.btn-sns {
  position: fixed;
  top: 0;
  right: 56px;
  z-index: 102;
}
@media print, screen and (min-width: 800px) {
  .btn-sns {
    right: 64px;
  }
}
.btn-sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.btn-sns ul li {
  margin: 0;
  padding: 0;
}
.btn-sns a {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 0.75em;
  background-color: rgba(22, 16, 9, 0.8);
}
@media print, screen and (min-width: 800px) {
  .btn-sns a {
    width: 64px;
    height: 64px;
  }
}
.btn-sns a i {
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-sns a i svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
  transition: all 0.15s ease-in-out;
}
.btn-sns a:hover {
  border-color: #00aced;
}
.btn-sns a:hover i svg {
  fill: #00aced;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.global-footer {
  position: relative;
  padding: 4em 2em;
  background-color: #151515;
}
.global-footer .copyright {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 700;
  color: #888;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
.global-navigation {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 101;
  padding-top: 6em;
  text-align: right;
  overflow-y: scroll;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 1.08em;
}
@media print, screen and (min-width: 576px) {
  .global-navigation {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 768px) {
  .global-navigation {
    font-size: 1.15em;
  }
}
.global-navigation ul {
  position: relative;
}
.global-navigation ul li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
  height: 2.5em;
  padding: 0 1em;
  font-family: "Times New Roman", Times, serif;
}
@media print, screen and (min-width: 800px) {
  .global-navigation ul li {
    padding: 0 2rem;
  }
}
.global-navigation ul li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  height: 2.5em;
  line-height: 2.5em;
  letter-spacing: 0.1em;
  margin-top: 2.5em;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.global-navigation ul li:nth-child(1) a {
  transition-delay: 0.02s;
}
.global-navigation ul li:nth-child(2) a {
  transition-delay: 0.04s;
}
.global-navigation ul li:nth-child(3) a {
  transition-delay: 0.06s;
}
.global-navigation ul li:nth-child(4) a {
  transition-delay: 0.08s;
}
.global-navigation ul li:nth-child(5) a {
  transition-delay: 0.1s;
}
.global-navigation ul li:nth-child(6) a {
  transition-delay: 0.12s;
}
.global-navigation ul li:nth-child(7) a {
  transition-delay: 0.14s;
}
.global-navigation ul li:nth-child(8) a {
  transition-delay: 0.16s;
}
.global-navigation ul li:nth-child(9) a {
  transition-delay: 0.18s;
}
.global-navigation ul li:nth-child(10) a {
  transition-delay: 0.2s;
}
.global-navigation.slideIn {
  right: 0;
}
.global-navigation.slideIn ul li a {
  margin-top: 0;
  opacity: 1;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
.wrapper {
  position: relative;
}

.content {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.content .spacer {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 56.25vw;
  z-index: 0;
  display: block;
}
.sp-top {
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sp-top {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-top {
    padding-top: 4rem;
  }
}

.sp-btm {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sp-btm {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-btm {
    padding-bottom: 4rem;
  }
}

.interlude {
  position: relative;
  background-color: black;
}
.interlude ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.interlude ul li {
  width: 50%;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .interlude ul li {
    width: 25%;
  }
}
.interlude ul li img {
  width: 100%;
  height: auto;
}

@keyframes blinkRing {
  0% {
    border-color: rgba(255, 255, 255, 0.8);
  }
  10% {
    border-color: rgba(255, 255, 255, 0.1);
  }
  20% {
    border-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.8);
  }
}
@keyframes blinkI {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.scn-norm,
.scn-home {
  position: relative;
  padding: 3rem 0 2.5rem;
  pointer-events: all;
  background-color: #151515;
}
@media print, screen and (min-width: 768px) {
  .scn-norm,
  .scn-home {
    padding: 5rem 0 4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm,
  .scn-home {
    padding: 6rem 0 5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm,
  .scn-home {
    padding: 8rem 0 6rem;
  }
}
.scn-norm.last,
.scn-home.last {
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 8rem;
  }
}
.scn-norm.no-sp,
.scn-home.no-sp {
  padding: 0;
}
.scn-norm.no-sp-top,
.scn-home.no-sp-top {
  padding-top: 0;
}
.scn-norm.no-sp-bottom,
.scn-home.no-sp-bottom {
  padding-bottom: 0;
}
.scn-norm.row-divide-half,
.scn-home.row-divide-half {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  width: 100%;
}
.scn-norm.row-divide-half.rev,
.scn-home.row-divide-half.rev {
  flex-direction: row-reverse;
}
.scn-norm.row-divide-half > .col,
.scn-home.row-divide-half > .col {
  position: relative;
  width: 50%;
}
.scn-norm .palt,
.scn-home .palt {
  font-feature-settings: "palt";
}
.scn-norm em,
.scn-home em {
  font-style: italic;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.scn-norm .justified,
.scn-home .justified {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.scn-norm a.underline,
.scn-home a.underline {
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - HOME
/* ---------------------------------------------------------------------------------------- */
.poster {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 56.25vw;
  z-index: 0;
}
.poster--visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 140% auto;
  background-image: url(../img/teaser/visual.jpg);
}
@media print, screen and (min-width: 768px) {
  .poster--visual {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 800px) {
  .poster--visual {
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
  }
}
.poster--visual::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  content: " ";
  z-index: 1;
  background: linear-gradient(to top, black 0, black 50%, rgba(0, 0, 0, 0) 100%);
}
.poster--title-and {
  position: absolute;
  bottom: 33.34vw;
  right: 0.5rem;
  z-index: 3;
  width: calc(100% - 1rem);
  text-align: right;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 800px) {
  .poster--title-and {
    bottom: 2rem;
    right: 2rem;
    z-index: 3;
    width: 50%;
  }
}
.poster--title-and img {
  width: 100%;
  height: auto;
}
.poster--title-and h1 {
  position: relative;
  margin: 0 auto 1em;
  padding: 0;
  font-size: 1em;
  display: block;
  width: 80%;
  max-width: 480px;
  filter: drop-shadow(1px 1px 2em black) drop-shadow(-1px -1px 2em black);
}
@media print, screen and (min-width: 800px) {
  .poster--title-and h1 {
    margin: 0 0 2em auto;
  }
}
.poster--title-and .billing {
  margin-right: 0;
  margin-left: auto;
  width: 65%;
  filter: drop-shadow(1px 1px 1em black) drop-shadow(-1px -1px 1em black);
}
@media print, screen and (min-width: 800px) {
  .poster--title-and .billing {
    width: 70%;
  }
}
.poster--title-and .copy-b {
  position: relative;
  margin-top: 0.25em;
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .poster--title-and .copy-b {
    margin-top: 1em;
  }
}
.poster--title-and .poster--date---smp {
  position: relative;
  width: 50%;
  max-width: 320px;
  padding-left: 2%;
  margin: 0 auto 1em;
}
@media print, screen and (min-width: 500px) {
  .poster--title-and .poster--date---smp {
    display: none;
  }
}
.poster h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 140% auto;
  background-image: url(../img/teaser/copy1.svg);
  text-indent: -999999em;
  overflow: hidden;
  display: block;
  font-size: 1px;
  margin: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .poster h2 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 800px) {
  .poster h2 {
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
  }
}
.poster--date---pc {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em 5em 1em 3em;
  height: 12.5vh;
  min-height: 7.3125vw;
  margin-left: -1em;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  z-index: 1;
  display: none;
}
@media print, screen and (min-width: 500px) {
  .poster--date---pc {
    display: block;
  }
}
@media print, screen and (min-width: 800px) {
  .poster--date---pc {
    padding: 1em 5em 1em 3em;
    left: 18.75vh;
  }
}
@media print, screen and (min-width: 1200px) {
  .poster--date---pc {
    padding: 1.25em 5em 1.25em 3em;
  }
}
.poster--date---pc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}
.poster--date---pc img {
  position: relative;
  width: auto;
  height: 100%;
  max-width: none;
  margin: auto 0;
  z-index: 1;
}
.poster .players {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
@media print, screen and (min-width: 800px) {
  .poster .players {
    width: auto;
    height: 100%;
  }
}
.poster .players ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
@media print, screen and (min-width: 800px) {
  .poster .players ul {
    flex-direction: column;
    height: 100%;
  }
}
.poster .players ul li {
  width: 12.5%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 800px) {
  .poster .players ul li {
    width: auto;
    height: 12.5%;
  }
}
.poster .players ul li img {
  max-width: none;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 800px) {
  .poster .players ul li img {
    width: auto;
    height: 100%;
  }
}
.poster .badges {
  position: absolute;
  top: -128px;
  right: -0.75rem;
  z-index: 10;
}
@media print, screen and (min-width: 800px) {
  .poster .badges {
    top: -148px;
  }
}
.poster .badges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  flex-direction: column;
}
@media print, screen and (min-width: 800px) {
  .poster .badges ul {
    flex-direction: row;
  }
}
.poster .badges ul li {
  margin: 0;
  padding: 0.25rem 0.5rem;
}
@media print, screen and (min-width: 800px) {
  .poster .badges ul li {
    padding: 0.5rem;
  }
}
.poster .badges ul li a {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 0 2em black;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 350px) {
  .poster .badges ul li a {
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (min-width: 576px) {
  .poster .badges ul li a {
    width: 112px;
    height: 112px;
  }
}
@media print, screen and (min-width: 960px) {
  .poster .badges ul li a {
    width: 128px;
    height: 128px;
  }
}
.poster .badges ul li a:hover {
  transform: scale(1.05);
}
.poster .badges ul li a img {
  width: 100%;
  height: auto;
}
.poster .badge-comments {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 10;
}
@media print, screen and (min-width: 800px) {
  .poster .badge-comments {
    top: -140px;
  }
}
.poster .badge-comments a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 2em black;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 576px) {
  .poster .badge-comments a {
    width: 112px;
    height: 112px;
  }
}
@media print, screen and (min-width: 960px) {
  .poster .badge-comments a {
    width: 128px;
    height: 128px;
  }
}
.poster .badge-comments a:hover {
  transform: scale(1.05);
}
.poster .badge-comments a img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - INTRODUCTION
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Scn-introduction::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/introduction/bg-intro.jpg);
}
.scn-norm#Scn-introduction .intro-visual {
  position: relative;
}
.scn-norm#Scn-introduction .intro-visual .imgs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  width: 100%;
}
.scn-norm#Scn-introduction .intro-visual .imgs img {
  width: 50%;
  height: auto;
}
.scn-norm#Scn-introduction .intro-visual .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 480px;
  filter: drop-shadow(1px 1px 1em black) drop-shadow(-1px -1px 1em black);
}
.scn-norm#Scn-introduction .intro-visual .copy img {
  width: 100%;
  height: auto;
}
.scn-norm#Scn-introduction .intro-second-copy {
  position: relative;
  padding: 1.25em 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-introduction .intro-second-copy {
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#Scn-introduction .intro-second-copy {
    padding: 3em 0;
  }
}
.scn-norm#Scn-introduction .intro-second-copy h2 {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 5vw;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 576px) {
  .scn-norm#Scn-introduction .intro-second-copy h2 {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .intro-second-copy h2 {
    font-size: 3.3125vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#Scn-introduction .intro-second-copy h2 {
    font-size: 2.5em;
  }
}
.scn-norm#Scn-introduction .intro-second-copy h2 .sml {
  position: relative;
  display: block;
  font-size: 0.55em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .intro-second-copy h2 .sml {
    font-size: 0.65em;
  }
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .intro-second-copy h2 br {
    display: none;
  }
}
.scn-norm#Scn-introduction .intro-visual02 {
  position: relative;
  width: 100%;
}
.scn-norm#Scn-introduction .introduction-body {
  padding-top: 2rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-introduction .introduction-body {
    padding-top: 3.5rem;
  }
}
.scn-norm#Scn-introduction .introduction-body .row {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .introduction-body .row {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: stretch;
  }
}
.scn-norm#Scn-introduction .introduction-body .row .col-img {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .introduction-body .row .col-img {
    display: block;
    width: 28%;
    padding-left: 5%;
    margin-top: 0;
    display: block;
  }
}
.scn-norm#Scn-introduction .introduction-body .row .col-img img {
  width: 50%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .introduction-body .row .col-img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .introduction-body .row .col-text {
    width: 72%;
  }
}
.scn-norm#Scn-introduction .introduction-body h3 {
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  font-size: 5vw;
}
@media print, screen and (min-width: 576px) {
  .scn-norm#Scn-introduction .introduction-body h3 {
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-introduction .introduction-body h3 {
    font-size: 2.75vw;
  }
}
.scn-norm#Scn-introduction .introduction-body h4 {
  margin: 0 0 1em;
  font-size: 3.5vw;
}
@media print, screen and (min-width: 576px) {
  .scn-norm#Scn-introduction .introduction-body h4 {
    font-size: 3.5vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-introduction .introduction-body h4 {
    font-size: 2vw;
  }
}
.scn-norm#Scn-introduction .faces {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-introduction .faces {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.scn-norm#Scn-introduction .faces img {
  position: relative;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 799px) {
  .scn-norm#Scn-introduction .faces img.pc {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-introduction .faces img.smp {
    display: none;
  }
}

.scn-norm#Scn-news {
  background-color: #101010;
}
.scn-norm#Scn-news h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.scn-norm#Scn-news .news-visual {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../img/introduction/intro003.jpg);
  margin-top: 2rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-news .news-visual {
    margin-top: 4rem;
    padding-top: 48%;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#Scn-news .news-visual {
    padding-top: 38%;
  }
}
@media print, screen and (min-width: 1500px) {
  .scn-norm#Scn-news .news-visual {
    padding-top: 30%;
  }
}

.atl-news {
  position: relative;
  padding: 1.25em 1em;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0.5rem 0;
  text-align: left;
  font-size: 0.92em;
}
@media print, screen and (min-width: 768px) {
  .atl-news {
    padding: 1.5em;
    font-size: 1em;
  }
}
@media print, screen and (min-width: 800px) {
  .atl-news {
    padding: 2em;
    margin: 1rem 0;
  }
}
.atl-news h1 {
  font-size: 1.35em;
  margin-top: 0;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 800px) {
  .atl-news h1 {
    font-size: 1.5em;
  }
}
.atl-news--status {
  position: relative;
  display: block;
  font-size: 0.875em;
}
.atl-news--status .date {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.atl-news p {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.atl-news h2 {
  font-size: 1.15em;
  margin-bottom: 0.75em;
  margin-top: 0;
}
@media print, screen and (min-width: 800px) {
  .atl-news h2 {
    font-size: 1.25em;
  }
}
.atl-news h3 {
  font-size: 1.08em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .atl-news h3 {
    font-size: 1.15em;
  }
}
.atl-news h4 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 800px) {
  .atl-news h4 {
    font-size: 1.07em;
  }
}
.atl-news .vdbox .caption {
  margin-top: 0.5em;
  display: block;
  font-size: 0.875em;
}
.atl-news .special-announcement {
  position: relative;
  padding: 1.5em 1em 1em;
  margin-top: 2.5em;
  border: 1px dotted rgba(197, 178, 66, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .atl-news .special-announcement {
    padding: 2.5em 2em 2em;
    margin-top: 3.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .atl-news .special-announcement {
    padding: 2.5em;
  }
}
.atl-news .special-announcement .additional {
  position: absolute;
  top: -1.5em;
  left: 0;
  padding: 0.5em 1em;
  background-color: #d83536;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 700;
}
.atl-news .special-announcement h3.no-sp-top {
  margin-top: 0;
}
.atl-news .special-announcement h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-top: 0;
  text-align: left !important;
  color: #FFF !important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 700 !important;
}
@media print, screen and (min-width: 800px) {
  .atl-news .special-announcement h2 {
    font-size: 1.35em;
  }
}
.atl-news .special-announcement .product-info {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1.5em;
}
.atl-news .special-announcement .product-info:not(:last-child) {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 800px) {
  .atl-news .special-announcement .product-info:not(:last-child) {
    margin-bottom: 2em;
  }
}
.atl-news .special-announcement .product-info h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .atl-news .special-announcement .product-info h3 {
    font-size: 1.35em;
  }
}
.atl-news .special-announcement .product-info h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.atl-news .special-announcement .product-info h3:after {
  margin-left: 1rem;
}
.atl-news .special-announcement .product-info .grp-ti {
  font-weight: 700;
  margin-top: 1em;
}
.atl-news .special-announcement .product-info .grp-ti.more-sp {
  margin-top: 2.5em;
}
@media print, screen and (min-width: 800px) {
  .atl-news .special-announcement .product-info .grp-ti.more-sp {
    margin-top: 3em;
  }
}
.atl-news .special-announcement .product-info .row-product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: 1em -1em -1em;
}
.atl-news .special-announcement .product-info .row-product.half .row-product--col {
  width: 100%;
  padding: 1em;
}
@media print, screen and (min-width: 576px) {
  .atl-news .special-announcement .product-info .row-product.half .row-product--col {
    width: 50%;
  }
}
.atl-news .special-announcement .product-info .row-product.half .row-product--col .img {
  margin-bottom: 1em;
}
.atl-news .special-announcement .product-info .row-product.half .row-product--col .desc {
  font-weight: 700;
  font-size: 0.92em;
}
.atl-news .special-announcement .product-info .row-product.half .row-product--col h4 {
  font-size: 1.15em;
  color: #C5B242;
}

.ond-banners {
  position: relative;
  overflow: hidden;
}
.ond-banners .border-top {
  padding-top: 1em;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}
.ond-banners ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 576px) {
  .ond-banners ul {
    margin: 0 -8px;
  }
}
.ond-banners ul:not(:last-child) {
  margin-bottom: 2em;
}
.ond-banners ul li {
  width: 50%;
  padding: 4px;
  margin: 0;
}
@media print, screen and (min-width: 576px) {
  .ond-banners ul li {
    width: 33.33333333%;
    padding: 8px;
  }
}
@media print, screen and (min-width: 960px) {
  .ond-banners ul li {
    width: 25%;
    padding: 8px;
  }
}
.ond-banners ul li a,
.ond-banners ul li span.notyet {
  display: block;
}
.ond-banners ul li img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - THEATERS
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Scn-theaters h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
.wrap-theaters {
  position: relative;
  text-align: left;
}
.wrap-theaters .nav-theaters {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters {
    width: 15em;
    padding-right: 5em;
  }
}
.wrap-theaters .nav-theaters ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters ul {
    position: sticky;
    top: 0;
    display: block;
  }
}
.wrap-theaters .nav-theaters ul li {
  margin: 0;
  padding: 1px;
  width: 33.33333333%;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters .nav-theaters ul li {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-theaters .nav-theaters ul li {
    width: 20%;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters ul li {
    width: auto;
    padding: 2px 0;
  }
}
.wrap-theaters .nav-theaters ul li a {
  display: block;
  padding: 1em 0.5em;
  background-color: rgba(255, 245, 224, 0.2);
  font-weight: 700;
  color: #FFF;
  border-radius: 0.25em;
  text-align: center;
  font-size: 0.92em;
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters ul li a {
    text-align: left;
  }
}
.wrap-theaters .wrap-schedule {
  width: 100%;
  padding-top: 1.5em;
}
.wrap-theaters .region {
  position: relative;
  padding-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .wrap-theaters .region {
    padding-top: 3em;
  }
}
.wrap-theaters .region .dl-theaters {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wrap-theaters .region .dl-theaters dt {
  position: relative;
  margin: 0;
  float: left;
  width: 6em;
  padding: 1em 0;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.wrap-theaters .region .dl-theaters dd {
  position: relative;
  margin: 0;
  margin-left: 6em;
  padding: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.wrap-theaters .m {
  display: block;
  overflow: hidden;
}
.wrap-theaters span {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span {
    float: left;
  }
}
.wrap-theaters span.nm {
  font-size: 1.15em;
  font-weight: bold;
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span.nm {
    width: 65%;
    font-size: 1em;
  }
}
.wrap-theaters span.sch {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.5em;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span.sch {
    float: right;
    width: 35%;
    text-align: right;
    padding-top: 0;
  }
}
.wrap-theaters span.tel {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span.tel {
    width: 20%;
    padding-right: 2em;
    text-align: left;
    font-size: 1em;
    white-space: nowrap;
  }
}
.wrap-theaters a {
  text-decoration: none;
}
.wrap-theaters a:hover {
  color: #fff;
  text-shadow: 0 0 0.5rem white;
}
.wrap-theaters .end a,
.wrap-theaters .end a:hover {
  color: #888;
  cursor: default;
  text-shadow: none;
  pointer-events: none;
}
.wrap-theaters .remarks {
  position: relative;
  display: block;
  padding: 0.5em 0 1em;
}
.wrap-theaters .remarks p {
  font-size: 0.875em;
  line-height: 1.5;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters .remarks {
    padding: 1em 0 0;
  }
}
@media print, screen and (max-width: 575px) {
  .wrap-theaters .remarks .aln-R {
    text-align: left;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - TRAILERS
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Scn-trailers {
  background-color: #0d0d0d;
}

.btn-trailers {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.btn-trailers li {
  width: 100%;
}
@media print, screen and (min-width: 350px) {
  .btn-trailers li {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .btn-trailers li {
    width: 33.33333333%;
  }
}
.btn-trailers li a {
  display: block;
  font-weight: 700;
}

.wrap-trailers {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 0 1em;
  max-width: 1920px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wrap-trailers {
    padding: 0 0.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .wrap-trailers {
    padding: 0 2em;
  }
}
.wrap-trailers .trailer {
  width: 100%;
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  .wrap-trailers .trailer {
    width: 50%;
    padding: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .wrap-trailers .trailer {
    padding: 2em;
  }
}
.wrap-trailers .trailer .vd {
  box-shadow: 0 0 2em black;
}
.wrap-trailers .trailer .caption {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #FFF;
  margin-top: 0.5em;
}

.play-trailer {
  padding-right: 2em;
}
.play-trailer i {
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  padding: 0.25em;
  border-radius: 1em;
  border: 1px solid #6F4A25;
  transition: all 0.15s ease-in-out;
}
.play-trailer i svg {
  width: 100%;
  height: 100%;
  stroke: #6F4A25;
}
.play-trailer:hover i {
  transform: scale(1.1);
  border-color: #FFF;
}
.play-trailer:hover i svg {
  stroke: #FFF;
}

.scn-norm#Scn-comments {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200% auto;
  background-image: url(../img/comments/bg-comments.jpg);
}
@media print, screen and (min-width: 800px) {
  .scn-norm#Scn-comments {
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm#Scn-comments {
    background-attachment: fixed;
  }
}
.scn-norm#Scn-comments::before {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg, rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.scn-norm#Scn-comments h2 {
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index: 1;
}
.scn-norm#Scn-comments .wrap-comments {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
}
.scn-norm#Scn-comments .wrap-comments .comment {
  position: relative;
  border-bottom: 1px solid #555;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-comments .wrap-comments .comment {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm#Scn-comments .wrap-comments .comment {
    width: calc(50% - 2rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#Scn-comments .wrap-comments .comment {
    margin-bottom: 3em;
    padding-bottom: 3em;
    width: calc(50% - 3rem);
  }
}
.scn-norm#Scn-comments .wrap-comments .comment p {
  position: relative;
  z-index: 1;
}
.scn-norm#Scn-comments .wrap-comments .comment p:not(.name) {
  font-feature-settings: "palt";
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
  color: #C5B242;
  letter-spacing: 0.1em;
}
.scn-norm#Scn-comments .wrap-comments .comment p.name {
  font-feature-settings: "palt";
  margin-top: 2em;
  text-align: right;
  color: #EEE;
  font-size: 1.15em;
}
.scn-norm#Scn-comments .wrap-comments .comment p.name span {
  font-size: 0.65em;
  display: inline-block;
}

.modal-openingday,
.modal-news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.modal-openingday--inner,
.modal-news--inner {
  position: relative;
}
.modal-openingday article,
.modal-news article {
  position: relative;
  padding-top: 4rem;
}
.modal-openingday article .scn-norm,
.modal-news article .scn-norm {
  background: none;
}
.modal-openingday article .scn-norm h1,
.modal-news article .scn-norm h1 {
  font-size: 1.35em;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-feature-settings: "palt";
  color: #C5B242;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm h1,
  .modal-news article .scn-norm h1 {
    font-size: 1.5em;
  }
}
.modal-openingday article .scn-norm h2,
.modal-news article .scn-norm h2 {
  font-size: 1.25em;
  margin-bottom: 0.75em;
  margin-top: 0;
  color: #C5B242;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm h2,
  .modal-news article .scn-norm h2 {
    font-size: 1.35em;
  }
}
.modal-openingday article .scn-norm h3,
.modal-news article .scn-norm h3 {
  font-size: 1.08em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm h3,
  .modal-news article .scn-norm h3 {
    font-size: 1.15em;
  }
}
.modal-openingday article .scn-norm h4,
.modal-news article .scn-norm h4 {
  font-size: 1.03em;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm h4,
  .modal-news article .scn-norm h4 {
    font-size: 1.07em;
  }
}
.modal-openingday article .scn-norm p,
.modal-news article .scn-norm p {
  line-height: 1.65;
}
.modal-openingday article .scn-norm .special-announcement,
.modal-news article .scn-norm .special-announcement {
  position: relative;
  padding: 1.5em 1em 1em;
  margin-top: 2.5em;
  border: 1px dotted rgba(197, 178, 66, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 768px) {
  .modal-openingday article .scn-norm .special-announcement,
  .modal-news article .scn-norm .special-announcement {
    padding: 2.5em 2em 2em;
    margin-top: 3.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .modal-openingday article .scn-norm .special-announcement,
  .modal-news article .scn-norm .special-announcement {
    padding: 2.5em;
  }
}
.modal-openingday article .scn-norm .special-announcement .additional,
.modal-news article .scn-norm .special-announcement .additional {
  position: absolute;
  top: -1.5em;
  left: 0;
  padding: 0.5em 1em;
  background-color: #d83536;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 700;
}
.modal-openingday article .scn-norm .special-announcement .product-info,
.modal-news article .scn-norm .special-announcement .product-info {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modal-openingday article .scn-norm .special-announcement .product-info:not(:last-child),
.modal-news article .scn-norm .special-announcement .product-info:not(:last-child) {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm .special-announcement .product-info:not(:last-child),
  .modal-news article .scn-norm .special-announcement .product-info:not(:last-child) {
    margin-bottom: 2em;
  }
}
.modal-openingday article .scn-norm .special-announcement .product-info h3,
.modal-news article .scn-norm .special-announcement .product-info h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .modal-openingday article .scn-norm .special-announcement .product-info h3,
  .modal-news article .scn-norm .special-announcement .product-info h3 {
    font-size: 1.35em;
  }
}
.modal-openingday article .scn-norm .special-announcement .product-info h3:after,
.modal-news article .scn-norm .special-announcement .product-info h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.modal-openingday article .scn-norm .special-announcement .product-info h3:after,
.modal-news article .scn-norm .special-announcement .product-info h3:after {
  margin-left: 1rem;
}
.modal-openingday article .scn-norm .special-announcement .product-info .grp-ti,
.modal-news article .scn-norm .special-announcement .product-info .grp-ti {
  font-weight: 700;
  margin-top: 1em;
}
.modal-openingday article .scn-norm .special-announcement .product-info .grp-ti.more-sp,
.modal-news article .scn-norm .special-announcement .product-info .grp-ti.more-sp {
  margin-top: 2.5em;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm .special-announcement .product-info .grp-ti.more-sp,
  .modal-news article .scn-norm .special-announcement .product-info .grp-ti.more-sp {
    margin-top: 3em;
  }
}
.modal-openingday article .scn-norm .special-announcement .product-info .row-product,
.modal-news article .scn-norm .special-announcement .product-info .row-product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: 1em -1em -1em;
}
.modal-openingday article .scn-norm .special-announcement .product-info .row-product.half .row-product--col,
.modal-news article .scn-norm .special-announcement .product-info .row-product.half .row-product--col {
  width: 100%;
  padding: 1em;
}
@media print, screen and (min-width: 576px) {
  .modal-openingday article .scn-norm .special-announcement .product-info .row-product.half .row-product--col,
  .modal-news article .scn-norm .special-announcement .product-info .row-product.half .row-product--col {
    width: 50%;
  }
}
.modal-openingday article .scn-norm .special-announcement .product-info .row-product.half .row-product--col .img,
.modal-news article .scn-norm .special-announcement .product-info .row-product.half .row-product--col .img {
  margin-bottom: 1em;
}
.modal-openingday article .scn-norm .special-announcement .product-info .row-product.half .row-product--col .desc,
.modal-news article .scn-norm .special-announcement .product-info .row-product.half .row-product--col .desc {
  font-weight: 700;
  font-size: 0.92em;
}
.modal-openingday article .scn-norm .special-announcement .product-info .row-product.half .row-product--col h4,
.modal-news article .scn-norm .special-announcement .product-info .row-product.half .row-product--col h4 {
  font-size: 1.15em;
  color: #C5B242;
}
.modal-openingday article .scn-norm .openingday-schedule,
.modal-news article .scn-norm .openingday-schedule {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}
.modal-openingday article .scn-norm .openingday-schedule li,
.modal-news article .scn-norm .openingday-schedule li {
  line-height: 1.5;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 800px) {
  .modal-openingday article .scn-norm .openingday-schedule .fntL,
  .modal-news article .scn-norm .openingday-schedule .fntL {
    font-size: 1.35em;
  }
}
.modal-openingday article .scn-norm .opng-schedule,
.modal-openingday article .scn-norm .onst-schedule,
.modal-news article .scn-norm .opng-schedule,
.modal-news article .scn-norm .onst-schedule {
  position: relative;
  margin-bottom: 1.5em;
}
.modal-openingday article .scn-norm .opng-schedule dl,
.modal-openingday article .scn-norm .onst-schedule dl,
.modal-news article .scn-norm .opng-schedule dl,
.modal-news article .scn-norm .onst-schedule dl {
  position: relative;
  width: 100%;
  font-size: 1.08em;
  font-weight: 700;
  margin-bottom: 1.25em;
}
@media print, screen and (min-width: 576px) {
  .modal-openingday article .scn-norm .opng-schedule dl,
  .modal-openingday article .scn-norm .onst-schedule dl,
  .modal-news article .scn-norm .opng-schedule dl,
  .modal-news article .scn-norm .onst-schedule dl {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: stretch;
    font-size: 1.2em;
  }
}
.modal-openingday article .scn-norm .opng-schedule dl dt,
.modal-openingday article .scn-norm .onst-schedule dl dt,
.modal-news article .scn-norm .opng-schedule dl dt,
.modal-news article .scn-norm .onst-schedule dl dt {
  margin-bottom: 0;
}
@media print, screen and (min-width: 576px) {
  .modal-openingday article .scn-norm .opng-schedule dl dt,
  .modal-openingday article .scn-norm .onst-schedule dl dt,
  .modal-news article .scn-norm .opng-schedule dl dt,
  .modal-news article .scn-norm .onst-schedule dl dt {
    width: 6em;
  }
}
.modal-openingday article .scn-norm .opng-schedule dl dd,
.modal-openingday article .scn-norm .onst-schedule dl dd,
.modal-news article .scn-norm .opng-schedule dl dd,
.modal-news article .scn-norm .onst-schedule dl dd {
  margin-bottom: 0;
}
@media print, screen and (min-width: 576px) {
  .modal-openingday article .scn-norm .opng-schedule dl dd,
  .modal-openingday article .scn-norm .onst-schedule dl dd,
  .modal-news article .scn-norm .opng-schedule dl dd,
  .modal-news article .scn-norm .onst-schedule dl dd {
    width: calc(100% - 6em);
  }
}
.modal-openingday article .scn-norm .opng-schedule dl dd .fntS,
.modal-openingday article .scn-norm .onst-schedule dl dd .fntS,
.modal-news article .scn-norm .opng-schedule dl dd .fntS,
.modal-news article .scn-norm .onst-schedule dl dd .fntS {
  font-size: 0.85em;
}
.modal-openingday article .event-details,
.modal-news article .event-details {
  overflow: hidden;
}
.modal-openingday article .event-details:not(:last-child),
.modal-news article .event-details:not(:last-child) {
  margin-bottom: 1.5em;
}
.modal-openingday article .event-details dt,
.modal-openingday article .event-details dd,
.modal-news article .event-details dt,
.modal-news article .event-details dd {
  margin-bottom: 1em;
}
.modal-openingday article .event-details dt,
.modal-news article .event-details dt {
  float: left;
  width: 9em;
}
.modal-openingday article .event-details dd,
.modal-news article .event-details dd {
  padding-left: 9em;
}
.modal-openingday article .asterisk,
.modal-news article .asterisk {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.modal-openingday .modal-btns,
.modal-news .modal-btns {
  z-index: 1000;
  position: fixed;
  width: 64px;
  height: 64px;
  text-align: left;
  top: 0;
  right: 0;
}
.modal-openingday .modal-btns .modal-btn-close,
.modal-news .modal-btns .modal-btn-close {
  position: relative;
  float: right;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modal-openingday .modal-btns .modal-btn-close span,
.modal-news .modal-btns .modal-btn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.modal-openingday .modal-btns .modal-btn-close span::before, .modal-openingday .modal-btns .modal-btn-close span::after,
.modal-news .modal-btns .modal-btn-close span::before,
.modal-news .modal-btns .modal-btn-close span::after {
  position: absolute;
  top: -15px;
  left: -15px;
  content: "";
  transition: all 0.1s ease-in-out;
}
.modal-openingday .modal-btns .modal-btn-close span::before,
.modal-news .modal-btns .modal-btn-close span::before {
  margin-top: 15px;
  width: 31px;
  height: 0;
  border-top: 1px solid #fff;
}
.modal-openingday .modal-btns .modal-btn-close span::after,
.modal-news .modal-btns .modal-btn-close span::after {
  margin-left: 15px;
  height: 31px;
  width: 0;
  border-left: 1px solid #fff;
}
.modal-openingday .modal-btns .modal-btn-close:hover span,
.modal-news .modal-btns .modal-btn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}/*# sourceMappingURL=style.css.map */