@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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;
}

:root {
  --scrollbar-width: 0;
  --browser-height: 100vh;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

p a,
li a,
dt a,
dd a {
  display: inline;
  border-bottom: 1px solid #b80019;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #ffffff;
  line-height: 1.75;
  font-family: Ryumin Regular KL;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 800px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .common__br--pc {
    display: none;
  }
}
.common__br--tablet-sp {
  display: none;
}
@media (max-width: 800px) {
  .common__br--tablet-sp {
    display: block;
  }
}
.common__br--sp {
  display: none;
}
@media (max-width: 600px) {
  .common__br--sp {
    display: block;
  }
}
.common__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 800px) {
  .common__inner {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% - 32px);
  }
}
.common__inner--large {
  max-width: 1400px;
}
@media (max-width: 800px) {
  .common__inner--pc {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.common__heading img {
  -o-object-fit: contain;
     object-fit: contain;
}
.common__paragraph:not(:last-child) {
  margin-bottom: 40px;
}
.common__content {
  position: relative;
  z-index: 5;
}
.common__bg {
  position: relative;
}
.common__bg--white-emblem {
  background: #ffffff;
}
.common__bg--white-emblem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/common/bg-gold-emblem-2.png);
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .common__bg--white-emblem::before {
    background-size: 100px;
  }
}
.common__bg--gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#d0b577), to(#e2dac0));
  background: linear-gradient(#d0b577, #e2dac0);
}
.common__bg--gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/common/bg-gold-sq.png);
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .common__bg--gold::before {
    background-size: 200px;
  }
}
.common__bg--white {
  background-color: #ffffff;
  background-image: url(/assets/images/common/bg-gold-sq-2.png);
}
@media (max-width: 600px) {
  .common__bg--white {
    background-size: 150px;
  }
}
.common__bg--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#0112a1), to(#030035));
  background: linear-gradient(#0112a1, #030035);
}
.common__bg--blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/common/bg-gold-emblem.png);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .common__bg--blue::before {
    background-size: 100px;
  }
}
.common__bg--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#d90001), to(#4d0007));
  background: linear-gradient(#d90001, #4d0007);
}
.common__bg--red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/common/bg-gold-emblem.png);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .common__bg--red::before {
    background-size: 100px;
  }
}
.common__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
@media (max-width: 380px) {
  .common__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__button-wrapper--sapporo {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.common__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 5px 0 rgba(122, 122, 122, 0.7);
          box-shadow: 5px 5px 0 rgba(122, 122, 122, 0.7);
  background: linear-gradient(-100deg, #4d0007, #800004, #da0001);
  border: 1px solid #b80019;
  padding: 0 90px;
  letter-spacing: 0.2em;
  font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}
@media (max-width: 1000px) {
  .common__button {
    padding: 5px 40px;
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .common__button {
    padding: 5px 40px;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .common__button {
    padding: 5px 30px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .common__button {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .common__button:not(:last-child) {
    margin-bottom: 20px;
  }
}
.common__button--gold {
  background: linear-gradient(-100deg, #8f6414, #c2a980);
  border: 1px solid;
  -o-border-image: linear-gradient(-100deg, #8f6414, #c2a980) 1;
     border-image: linear-gradient(-100deg, #8f6414, #c2a980) 1;
  padding: 0;
  width: 48%;
  letter-spacing: 0.08em;
  font-size: 33px;
}
@media (max-width: 1200px) {
  .common__button--gold {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .common__button--gold {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .common__button--gold {
    font-size: 24px;
  }
}
@media (max-width: 740px) {
  .common__button--gold {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .common__button--gold {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .common__button--gold {
    width: 100%;
  }
}
.common__button--sapporo {
  width: 100%;
  max-width: 495px;
}
@media (max-width: 800px) {
  .common__button--sapporo {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .common__button--sapporo {
    width: 100%;
  }
}
.common__button::after {
  content: "";
  display: block;
  margin-left: 10px;
  background: url(/assets/images/common/arrow.svg) center/cover no-repeat;
  width: 40px;
  height: 30px;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}
@media (max-width: 740px) {
  .common__button::after {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 600px) {
  .common__button::after {
    width: 16px;
    height: 12px;
  }
}
.common__button.disable {
  pointer-events: none;
}
.common__decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.common__decoration span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: url(/assets/images/common/decoration.png) center/100% 100% no-repeat;
  padding: 15px 130px 10px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 28px;
  font-weight: bold;
  color: #42210b;
}
@media (max-width: 800px) {
  .common__decoration span {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .common__decoration span {
    gap: 10px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }
}
.common__decoration span::before {
  content: "";
  background: #42210b;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@media (max-width: 600px) {
  .common__decoration span::before {
    width: 6px;
    height: 6px;
  }
}
.common__decoration span::after {
  content: "";
  background: #42210b;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@media (max-width: 600px) {
  .common__decoration span::after {
    width: 6px;
    height: 6px;
  }
}
.common__border {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid;
  -o-border-image: linear-gradient(45deg, #cb9f28 0%, #e4c367 6%, #f6df97 11%, #ffffeb 17%, #f6df97 27%, #e4c367 40%, #cb9f28 50%, #e4c367 60%, #f6df97 70%, #ffffeb 77%, #f6df97 85%, #e4c367 90%, #cb9f28 100%) 1;
     border-image: linear-gradient(45deg, #cb9f28 0%, #e4c367 6%, #f6df97 11%, #ffffeb 17%, #f6df97 27%, #e4c367 40%, #cb9f28 50%, #e4c367 60%, #f6df97 70%, #ffffeb 77%, #f6df97 85%, #e4c367 90%, #cb9f28 100%) 1;
  width: calc(100% - 30px);
}
.common__border::after {
  content: "";
  position: absolute;
  inset: -15px;
  display: block;
  margin: auto;
  border: 6px solid;
  -o-border-image: linear-gradient(45deg, #cb9f28 0%, #e4c367 6%, #f6df97 11%, #ffffeb 17%, #f6df97 27%, #e4c367 40%, #cb9f28 50%, #e4c367 60%, #f6df97 70%, #ffffeb 77%, #f6df97 85%, #e4c367 90%, #cb9f28 100%) 1;
     border-image: linear-gradient(45deg, #cb9f28 0%, #e4c367 6%, #f6df97 11%, #ffffeb 17%, #f6df97 27%, #e4c367 40%, #cb9f28 50%, #e4c367 60%, #f6df97 70%, #ffffeb 77%, #f6df97 85%, #e4c367 90%, #cb9f28 100%) 1;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
}

.header-button {
  position: fixed;
  z-index: 99999999;
  top: 10px;
  right: 10px;
  width: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 800px) {
  .header-button {
    opacity: 1;
    visibility: visible;
  }
}
.home-page .header-button {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 800px) {
  .header-button.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu {
  position: relative;
}
@media (max-width: 800px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(/assets/images/common/nav-decoration.png) top 2% center/auto 20px repeat-x, url(/assets/images/common/nav-decoration.png) bottom 2% center/auto 20px repeat-x;
    background-color: #b80019;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: var(--browser-height);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (max-width: 800px) {
  .header-menu.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.header-menu__container {
  height: 100%;
  overflow-y: auto;
}
.header-menu__container::-webkit-scrollbar {
  width: 2px;
}
.header-menu__container::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 1px;
}
.header-menu__container::-webkit-scrollbar-track {
  background-color: #42210b;
  border-radius: 1px;
}
.header-menu__logo {
  display: none;
}
@media (max-width: 800px) {
  .header-menu__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 209px;
  }
}
.header-nav {
  background: url(/assets/images/common/nav-decoration.png) top 2% center/auto 20px repeat-x, url(/assets/images/common/nav-decoration.png) bottom 2% center/auto 20px repeat-x;
  background-color: #b80019;
}
@media (max-width: 800px) {
  .header-nav {
    background: none;
  }
}
.header-nav.is-fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 800px) {
  .header-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.header-nav__item {
  position: relative;
}
@media (max-width: 800px) {
  .header-nav__item {
    width: 48.5%;
  }
  .header-nav__item:nth-last-child(n+2) {
    margin-bottom: 30px;
  }
}
.header-nav__link {
  margin-left: auto;
  margin-right: auto;
  height: 85px;
}
@media (max-width: 800px) {
  .header-nav__link {
    height: 90px;
  }
}
@media (max-width: 400px) {
  .header-nav__link {
    height: 70px;
  }
}

.footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  width: 18.1428571429%;
}
@media (max-width: 800px) {
  .footer__logo {
    margin-bottom: 35px;
    width: 33.0729166667%;
  }
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px 3.5%;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .footer__list {
    grid-template-columns: repeat(2, 48%);
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .footer__list {
    grid-template-columns: 100%;
    gap: 30px;
    margin-bottom: 35px;
  }
}
.footer__banner {
  border-bottom: 0;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  font-size: 12px;
}
.footer__pagetop {
  position: absolute;
  z-index: 9;
  right: 35px;
  bottom: 30px;
  width: 63px;
}
.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  border: 12px solid #ffd473;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 600px) {
  .js-modal {
    border: 6px solid #ffd473;
  }
}
.js-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.js-modal__container {
  position: relative;
  max-height: 95%;
  overflow-y: auto;
}
.js-modal__container::-webkit-scrollbar {
  width: 2px;
}
.js-modal__container::-webkit-scrollbar-thumb {
  background-color: #cb9f28;
  border-radius: 2px;
}
.js-modal__container::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 2px;
}
.js-modal__close {
  position: absolute;
  top: 9px;
  right: 30px;
  width: 46px;
  height: 52px;
  cursor: pointer;
}

.js-modal-goods {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  border: 12px solid #ffd473;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 600px) {
  .js-modal-goods {
    border: 6px solid #ffd473;
  }
}
.js-modal-goods.is-active {
  opacity: 1;
  visibility: visible;
}
.js-modal-goods__container {
  position: relative;
  max-height: 95%;
  overflow-y: auto;
}
.js-modal-goods__container::-webkit-scrollbar {
  width: 2px;
}
.js-modal-goods__container::-webkit-scrollbar-thumb {
  background-color: #cb9f28;
  border-radius: 2px;
}
.js-modal-goods__container::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 2px;
}
.js-modal-goods__close {
  margin-left: auto;
  margin-bottom: 10px;
  width: 46px;
  height: 52px;
  cursor: pointer;
}
.js-modal-goods__image {
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 500px);
}
.js-modal-goods__info-container {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 500px);
  color: #ffffff;
}
.js-modal-goods__name {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #ffffff;
}
.js-modal-goods__character {
  font-size: 14px;
  font-weight: 800;
  margin: -10px 0 10px;
  color: #ffffff;
}
.js-modal-goods__price {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #ffffff;
}
.js-modal-goods__price .small {
  font-size: 0.8em;
}
.js-modal-goods__limit {
  font-size: 13px;
  margin: 0 10px 0 0;
  display: inline-block;
  color: #ffffff;
}
.js-modal-goods__random {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background: linear-gradient(135deg, #ff0000, #aa0003);
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 3px;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper {
  width: min(100%, 500px);
}
.swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
}
.swiper-pagination {
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  background: #ffd473;
}
.swiper-button-next:after {
  content: url(/assets/images/common/arrow-next.svg);
}
@media (max-width: 800px) {
  .swiper-button-next:after {
    content: url(/assets/images/common/arrow-next-sp.svg);
  }
}
.swiper-button-prev:after {
  content: url(/assets/images/common/arrow-prev.svg);
}
@media (max-width: 800px) {
  .swiper-button-prev:after {
    content: url(/assets/images/common/arrow-prev-sp.svg);
  }
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: 100%;
  height: 100vh;
}
.opening.is-active {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s 6.5s ease-in-out, visibility 1s 6.5s ease-in-out;
  transition: opacity 1s 6.5s ease-in-out, visibility 1s 6.5s ease-in-out;
}
.opening.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.opening__image {
  width: 23.5%;
  -webkit-animation: openingFade 5s 1.5s ease-in-out both;
          animation: openingFade 5s 1.5s ease-in-out both;
}

@-webkit-keyframes openingFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  20% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes openingFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  20% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.main-visual {
  position: relative;
}
.main-visual__container {
  position: relative;
}
.main-visual__wrapper {
  position: relative;
}
.main-visual__mark {
  position: absolute;
  top: 25px;
  left: 3.5%;
  width: 14.6%;
}
@media (max-width: 800px) {
  .main-visual__mark {
    inset: auto 30px 10px auto;
  }
}
.main-visual__logo {
  position: absolute;
  top: 20px;
  right: 6%;
  width: 71%;
}
@media (max-width: 800px) {
  .main-visual__logo {
    left: 0;
    right: 0;
    margin: auto;
    width: 92.25%;
  }
}
.main-visual__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53.8%;
}
@media (max-width: 800px) {
  .main-visual__info {
    inset: 25% 0 auto 0;
    margin: auto;
    width: 80.375%;
  }
}
.main-visual__fireworks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.strap {
  display: none;
}
@media (max-width: 800px) {
  .strap {
    display: block;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: url(/assets/images/common/nav-decoration.png) top 2% center/auto 20px repeat-x, url(/assets/images/common/nav-decoration.png) bottom 2% center/auto 20px repeat-x;
    background-color: #b80019;
    width: 100%;
    height: 84px;
  }
}
@media (max-width: 600px) {
  .strap {
    background: url(/assets/images/common/nav-decoration.png) top 2% center/auto 10px repeat-x, url(/assets/images/common/nav-decoration.png) bottom 2% center/auto 10px repeat-x;
    background-color: #b80019;
    height: 42px;
  }
}

.x-news {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .x-news {
    padding-bottom: 85px;
  }
}
@media (max-width: 600px) {
  .x-news {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.x-news__movie {
  margin-bottom: 40px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 800px) {
  .x-news__movie {
    margin-bottom: 20px;
  }
}
.x-news__movie iframe {
  width: 100%;
  height: 100%;
}
.x-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
}
@media (max-width: 800px) {
  .x-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .x-news__inner {
    gap: 20px;
  }
}

.x {
  width: 48%;
}
@media (max-width: 800px) {
  .x {
    width: 100%;
  }
}
.x__heading {
  margin-left: auto;
  margin-right: auto;
  width: 52.9166666667%;
}
@media (max-width: 800px) {
  .x__heading {
    width: 42.3333333333%;
  }
}
.x__container iframe {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.news {
  width: 48%;
}
@media (max-width: 800px) {
  .news {
    width: 100%;
  }
}
.news__heading {
  margin-left: auto;
  margin-right: auto;
  width: 22.7083333333%;
}
@media (max-width: 800px) {
  .news__heading {
    width: 18.1666666667%;
  }
}
.news__list {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px 25px;
  height: 385px;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .news__list {
    height: auto;
    max-height: 385px;
  }
}
.news__item {
  border-bottom: 1px solid #bc751d;
  padding-bottom: 20px;
}
.news__item:not(:first-child) {
  padding-top: 20px;
}
.news__date {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: Ryumin Bold KL;
  font-size: 18px;
  font-weight: bold;
  color: #b80019;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (max-width: 800px) {
  .news__date {
    font-size: 16px;
  }
}
.intro {
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .intro {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .intro {
    padding-bottom: 50px;
  }
}
.intro__decision {
  position: relative;
  background: url(/assets/images/home/intro-bg-confetti.png) center/contain no-repeat;
  width: 100%;
}
.intro__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding-top: 80px;
  width: 38.9%;
}
@media (max-width: 800px) {
  .intro__heading {
    width: 38.1510416667%;
  }
}
@media (max-width: 600px) {
  .intro__heading {
    margin-bottom: 10px;
    padding-top: 40px;
    width: 39.6739130435%;
  }
}
.intro__explanation {
  margin-left: auto;
  margin-right: auto;
  width: 80.9%;
}
@media (max-width: 800px) {
  .intro__explanation {
    width: 100%;
    max-width: 600px;
  }
}
.intro__bg {
  position: absolute;
  z-index: 1;
}
.intro__bg--1 {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.intro__bg--2 {
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}
.intro__bg--2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__bg--3 {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}
.intro__bg--3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__container {
  padding: 20px 35px;
}
@media (max-width: 600px) {
  .intro__container {
    padding: 15px;
  }
}
.intro__message {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .intro__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .intro__message {
    gap: 15px;
  }
}
.intro__sign {
  width: 36.3440860215%;
}
@media (max-width: 800px) {
  .intro__sign {
    width: 100%;
  }
}
.intro__text {
  width: 59.5698924731%;
}
@media (max-width: 800px) {
  .intro__text {
    width: 100%;
  }
}
.intro__secondary-heading-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.8050541516%;
  margin-bottom: 15px;
}
.intro__secondary-heading {
  width: 68.4115523466%;
}
.intro__photo {
  width: 29.7833935018%;
}
.intro__paragraph {
  letter-spacing: 0.1em;
  font-family: Ryumin Bold KL;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .intro__paragraph {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .intro__paragraph {
    font-size: 13px;
  }
}
.intro__movie {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9;
}
.intro__movie iframe {
  width: 100%;
  height: 100%;
}

.contents {
  padding-top: 10px;
  padding-bottom: 170px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .contents {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .contents {
    padding-bottom: 40px;
  }
}
.contents__heading-character-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .contents__heading-character-1 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.contents__heading {
  width: 39.7857142857%;
}
@media (max-width: 800px) {
  .contents__heading {
    width: 46%;
    max-width: 360px;
  }
}
.contents__character-1 {
  margin-top: 20px;
  margin-right: 14.2857142857%;
  width: 525px;
}
@media (max-width: 1000px) {
  .contents__character-1 {
    margin-right: 0;
    width: 52.5%;
  }
}
@media (max-width: 800px) {
  .contents__character-1 {
    width: 46%;
    max-width: 360px;
  }
}
.contents__map {
  background: url(/assets/images/home/contents-map-bg.jpg) top center/contain no-repeat;
}
.contents__map svg {
  width: 100%;
  height: auto;
}
.contents__check {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  width: 80%;
}
@media (max-width: 800px) {
  .contents__check {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .contents__check {
    margin-bottom: 20px;
  }
}
.contents__secondary-heading {
  margin-bottom: 50px;
  background: url(/assets/images/common/secondary-heading-bg.png) center right/cover no-repeat;
  padding: 0 25px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: Ryumin Bold KL;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 800px) {
  .contents__secondary-heading {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .contents__secondary-heading {
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 16px;
  }
}
.contents__explanation {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .contents__explanation {
    margin-bottom: 25px;
  }
}
.contents__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 59.1%;
}
@media (max-width: 800px) {
  .contents__image {
    width: 80%;
    max-width: 590px;
  }
}
.contents__caution {
  position: relative;
}
.contents__list {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #cb9f28;
  padding: 35px 45px;
}
@media (max-width: 600px) {
  .contents__list {
    padding: 15px;
  }
}
.contents__item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.2em;
}
.contents__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.contents__item strong {
  text-decoration: underline;
}
.contents__character-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 501px;
  -webkit-transform: translate(55%, -42%);
          transform: translate(55%, -42%);
}
@media (max-width: 1600px) {
  .contents__character-2 {
    width: 50.1%;
    -webkit-transform: translate(55%, -42%);
            transform: translate(55%, -42%);
  }
}
@media (max-width: 1200px) {
  .contents__character-2 {
    -webkit-transform: translate(45%, -60%);
            transform: translate(45%, -60%);
  }
}
@media (max-width: 1000px) {
  .contents__character-2 {
    -webkit-transform: translate(45%, -75%);
            transform: translate(45%, -75%);
  }
}
@media (max-width: 800px) {
  .contents__character-2 {
    -webkit-transform: translate(10%, -70%);
            transform: translate(10%, -70%);
    width: 30%;
  }
}
@media (max-width: 600px) {
  .contents__character-2 {
    -webkit-transform: translate(10%, -80%);
            transform: translate(10%, -80%);
  }
}
.contents__modal-heading {
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 800px) {
  .contents__modal-heading {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .contents__modal-heading {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.contents__modal-paragraph {
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 800px) {
  .contents__modal-paragraph {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .contents__modal-paragraph {
    margin-bottom: 15px;
  }
}
.contents__modal-image--small {
  margin-left: auto;
  margin-right: auto;
  width: 28.6%;
}

.goods {
  position: relative;
  padding-top: 10px;
  padding-bottom: 170px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .goods {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .goods {
    padding-bottom: 40px;
  }
}
.goods__heading-explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.9285714286%;
}
@media (max-width: 800px) {
  .goods__heading-explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .goods__heading-explanation {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.goods__heading {
  width: 32.3571428571%;
}
@media (max-width: 800px) {
  .goods__heading {
    width: 46%;
    max-width: 360px;
  }
}
.goods__explanation {
  margin-bottom: 20px;
  width: 50.5%;
}
@media (max-width: 800px) {
  .goods__explanation {
    margin-bottom: 0;
    width: 100%;
  }
}
.goods__image {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .goods__image {
    margin-bottom: 25px;
  }
}
.goods__bg {
  position: absolute;
  z-index: 1;
}
.goods__bg--1 {
  top: 0;
  right: 0;
  width: 900px;
}
@media (max-width: 1600px) {
  .goods__bg--1 {
    width: 56.25%;
  }
}
@media (max-width: 800px) {
  .goods__bg--1 {
    width: 70%;
  }
}
.goods__bg--2 {
  bottom: 0;
  left: 0;
  width: 1200px;
}
@media (max-width: 1600px) {
  .goods__bg--2 {
    width: 75%;
  }
}
.goods__bg--lower-1 {
  top: 0;
  right: 0;
  width: 650px;
}
@media (max-width: 1600px) {
  .goods__bg--lower-1 {
    width: 40.625%;
  }
}
@media (max-width: 800px) {
  .goods__bg--lower-1 {
    width: 70%;
  }
}
.goods__bg--lower-2 {
  bottom: 0;
  left: 0;
  width: 550px;
}
@media (max-width: 1600px) {
  .goods__bg--lower-2 {
    width: 34.375%;
  }
}
.goods__character {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 480px;
}
@media (max-width: 1600px) {
  .goods__character {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .goods__character {
    width: 43.75%;
  }
}
.goods__limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 600px) {
  .goods__limit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.goods__limit-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 15px;
  width: 260px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .goods__limit-heading {
    width: 220px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .goods__limit-heading {
    width: 100%;
    font-size: 13px;
  }
}
.goods__limit-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5em 20px;
  padding: 25px;
}
@media (max-width: 1000px) {
  .goods__limit-list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 600px) {
  .goods__limit-list {
    width: 100%;
  }
}
.goods__limit-item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.2em;
  color: #ffffff;
}
.goods__limit-item::before {
  content: "▶︎";
  position: absolute;
  left: 0;
}
.goods__notice {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: block;
  font-size: 14px;
  padding: 25px;
  border: 3px solid #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23bababa' fill-opacity='0.85' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.goods__notice-container:not(:last-child) {
  margin-bottom: 2em;
}
.goods__notice-heading {
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .goods__notice-heading {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .goods__notice-heading {
    font-size: 13px;
  }
}
.goods__notice-heading:not(:last-child) {
  margin-bottom: 0.5em;
}
.goods__notice-paragraph:not(:last-child) {
  margin-bottom: 0.5em;
}
.goods__notice-item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.2em;
}
.goods__notice-item:not(:last-child) {
  margin-bottom: 0.5em;
}
.goods__notice-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.goods__notice-item--caution::before {
  content: "※";
}
.goods__notice-item .strong {
  color: red;
  font-weight: 800;
  text-decoration: underline;
}
.goods-list__select-container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  border: 2px solid #bbbbbb;
  border-radius: 5px;
  background: #ffffff;
}
.goods-list__select-container::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bbbbbb;
  pointer-events: none;
}
.goods-list__select-container select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 8px 38px 8px 8px;
  color: black;
}
.goods-list__select-container select::-ms-expand {
  display: none;
}
.goods-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4%;
}
@media (max-width: 600px) {
  .goods-list__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.goods-list__item {
  position: relative;
  width: 30.6666666667%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  list-style: none;
  background-color: #dedede;
  padding: 20px;
}
@media (max-width: 800px) {
  .goods-list__item {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .goods-list__item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
.goods-list__item::after {
  inset: -12px;
  border-width: 4px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}
.goods-list__item.pickup {
  width: 48%;
}
@media (max-width: 600px) {
  .goods-list__item.pickup {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
.goods-list__item.new::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("/assets/images/goods/icon-new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
}
.goods-list__item.tokyo::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("/assets/images/goods/icon-tokyo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
}
.goods-list__item.fukuoka::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("/assets/images/goods/icon-fukuoka.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
}
.goods-list__item.sapporo::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("/assets/images/goods/icon-sapporo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
}
.goods-list__item.sendai::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("/assets/images/goods/icon-sendai.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
}
.goods-list__image-container {
  position: relative;
  z-index: 1;
}
.goods-list__image-container img {
  max-width: 100%;
  margin-bottom: 10px;
}
.goods-list__info-container {
  position: relative;
  z-index: 1;
}
.goods-list__name {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px;
}
.goods-list__price {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #004e8e;
}
.goods-list__price .small {
  font-size: 0.8em;
}
.goods-list__limit {
  font-size: 13px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.goods-list__random {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background: linear-gradient(135deg, #ff0000, #aa0003);
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 3px;
}

.about {
  position: relative;
  padding-top: 10px;
  padding-bottom: 170px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .about {
    padding-bottom: 245px;
  }
}
@media (max-width: 600px) {
  .about {
    padding-bottom: 170px;
  }
}
.about__content {
  position: relative;
  z-index: 5;
}
.about__heading {
  width: 34.8571428571%;
}
@media (max-width: 800px) {
  .about__heading {
    width: 46%;
    max-width: 360px;
  }
}
@media (max-width: 600px) {
  .about__heading {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.about__info:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .about__info:not(:last-child) {
    margin-bottom: 50px;
  }
}
.about__list {
  padding: 60px 40px;
}
@media (max-width: 600px) {
  .about__list {
    padding: 15px;
  }
}
.about__item {
  display: grid;
  grid-template-columns: 180px 1fr;
}
@media (max-width: 800px) {
  .about__item {
    grid-template-columns: 140px 1fr;
  }
}
@media (max-width: 600px) {
  .about__item {
    grid-template-columns: 100%;
  }
}
.about__item:not(:first-child) {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .about__item:not(:first-child) {
    padding-top: 10px;
  }
}
.about__item:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #cb9f28;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .about__item:not(:last-child) {
    padding-bottom: 10px;
  }
}
.about__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #cb9f28;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.25, 0.75) rotate(45deg);
          transform: scale(1.25, 0.75) rotate(45deg);
}
.about__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  background: #cb9f28;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.25, 0.75) rotate(45deg);
          transform: scale(1.25, 0.75) rotate(45deg);
}
.about__term {
  letter-spacing: 0.1em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .about__term {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .about__term {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: #cb9f28;
    padding: 0 20px;
    font-size: 14px;
    color: #ffffff;
  }
}
.about__description {
  letter-spacing: 0.1em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .about__description {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .about__description {
    font-size: 14px;
  }
}
.about__description span {
  font-size: 14px;
}
@media (max-width: 800px) {
  .about__description span {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .about__description span {
    font-size: 13px;
  }
}
.about__feature:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .about__feature:not(:last-child) {
    margin-bottom: 50px;
  }
}
.about__feature-heading {
  margin-bottom: 30px;
  background: url(/assets/images/common/secondary-heading-bg.png) center right/cover no-repeat;
  padding: 0 80px 0 25px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: Ryumin Bold KL;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 800px) {
  .about__feature-heading {
    padding: 10px 80px 10px 20px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .about__feature-heading {
    margin-bottom: 20px;
    padding: 5px 80px 5px 15px;
    font-size: 16px;
  }
}
.about__feature-paragraph {
  margin-top: 30px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about__feature-caution-list--small {
  width: 88.8%;
}
@media (max-width: 800px) {
  .about__feature-caution-list--small {
    width: 100%;
  }
}
.about__feature-caution-item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.2em;
}
.about__feature-caution-item--white {
  color: #ffffff;
}
.about__feature-caution-item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.about__feature-caution-item strong {
  text-decoration: underline;
}
.about__feature-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 59.1%;
}
@media (max-width: 800px) {
  .about__feature-image {
    width: 80%;
    max-width: 590px;
  }
}
.about__feature-image--full {
  width: 100%;
}
.about__bg {
  position: absolute;
  z-index: 1;
}
.about__bg--1 {
  top: 0;
  right: 0;
  width: 700px;
}
@media (max-width: 1600px) {
  .about__bg--1 {
    width: 43.75%;
  }
}
@media (max-width: 800px) {
  .about__bg--1 {
    width: 50%;
  }
}
.about__bg--2 {
  bottom: 0;
  left: 0;
  width: 750px;
}
@media (max-width: 1600px) {
  .about__bg--2 {
    width: 46.875%;
  }
}
@media (max-width: 800px) {
  .about__bg--2 {
    width: 50%;
  }
}
.about__character {
  position: absolute;
  z-index: 8;
  bottom: 0;
  right: 0;
  width: 556px;
}
@media (max-width: 1600px) {
  .about__character {
    width: 34.75%;
  }
}
@media (max-width: 800px) {
  .about__character {
    width: 43.25%;
  }
}

.ticket {
  position: relative;
  padding-top: 10px;
  padding-bottom: 330px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .ticket {
    padding-bottom: 290px;
  }
}
@media (max-width: 600px) {
  .ticket {
    padding-bottom: 220px;
  }
}
@media (max-width: 400px) {
  .ticket {
    padding-bottom: 150px;
  }
}
.ticket__heading-explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.9285714286%;
}
@media (max-width: 800px) {
  .ticket__heading-explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .ticket__heading-explanation {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ticket__heading {
  width: 33.7142857143%;
}
@media (max-width: 800px) {
  .ticket__heading {
    width: 50.6510416667%;
  }
}
.ticket__explanation {
  margin-bottom: 60px;
  width: 51.4285714286%;
}
@media (max-width: 800px) {
  .ticket__explanation {
    margin-bottom: 30px;
    width: 92.7083333333%;
  }
}
@media (max-width: 600px) {
  .ticket__explanation {
    margin-bottom: 10px;
    width: 100%;
  }
}
.ticket__price {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .ticket__price {
    margin-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .ticket__price {
    margin-bottom: 40px;
  }
}
.ticket__table {
  display: grid;
  grid-template-columns: 100%;
  gap: 4px;
  margin-bottom: 35px;
  width: 100%;
}
@media (max-width: 800px) {
  .ticket__table {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .ticket__table {
    margin-bottom: 15px;
  }
}
.ticket__table-row {
  display: grid;
  grid-template-columns: 1.5fr 3.5fr 3.5fr 1.5fr;
  gap: 4px;
}
@media (max-width: 800px) {
  .ticket__table-row {
    grid-template-columns: 100%;
  }
}
.ticket__table-row--no-guide {
  grid-template-columns: 1.5fr 3.5fr 3.5fr;
}
@media (max-width: 800px) {
  .ticket__table-row--no-guide {
    grid-template-columns: 100%;
  }
}
.ticket__table-header-container {
  display: grid;
  grid-template-columns: 100%;
  gap: 4px;
}
@media (max-width: 800px) {
  .ticket__table-header-container {
    grid-template-columns: 1fr 1fr;
  }
}
.ticket__table-header-ticket {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
@media (max-width: 800px) {
  .ticket__table-header-ticket {
    grid-template-columns: 100%;
  }
}
.ticket__table-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background: #ddd1be;
  padding: 13px;
  min-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .ticket__table-header-content {
    padding: 9px;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .ticket__table-header-content {
    min-height: 60px;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 600px) {
  .ticket__table-header-content {
    padding: 8px;
    min-height: 45px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .ticket__table-header-content {
    padding: 3px;
  }
}
.ticket__table-header-content--small {
  height: 96px;
}
@media (max-width: 1030px) {
  .ticket__table-header-content--small {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .ticket__table-header-content--small {
    height: 81px;
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .ticket__table-header-content--small {
    height: 124px;
  }
}
@media (max-width: 600px) {
  .ticket__table-header-content--small {
    height: 114px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .ticket__table-header-content--small {
    font-size: 11px !important;
  }
}
.ticket__table-tbody {
  display: grid;
  grid-template-columns: 100%;
  gap: 4px;
}
@media (max-width: 800px) {
  .ticket__table-tbody {
    grid-template-columns: 1fr 1fr;
  }
}
.ticket__table-data {
  display: grid;
  grid-template-columns: 100%;
  gap: 4px;
}
.ticket__table-data-ticket {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
@media (max-width: 800px) {
  .ticket__table-data-ticket {
    grid-template-columns: 100%;
  }
}
.ticket__table-data-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  padding: 13px;
  min-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .ticket__table-data-content {
    padding: 9px;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .ticket__table-data-content {
    min-height: 60px;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 600px) {
  .ticket__table-data-content {
    min-height: 45px;
    padding: 8px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .ticket__table-data-content {
    padding: 3px;
  }
}
.ticket__list:not(:last-child) {
  margin-bottom: 20px;
}
.ticket__list--small {
  width: 88.8%;
}
@media (max-width: 800px) {
  .ticket__list--small {
    width: 100%;
  }
}
.ticket__item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.2em;
}
.ticket__item--white {
  color: #ffffff;
}
.ticket__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.ticket__item strong {
  text-decoration: underline;
}
.ticket__benefit {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .ticket__benefit {
    margin-bottom: 50px;
  }
}
.ticket__character-1 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 269px;
  -webkit-transform: translate(65%, -40%);
          transform: translate(65%, -40%);
}
@media (max-width: 1600px) {
  .ticket__character-1 {
    width: 26.9%;
  }
}
@media (max-width: 1200px) {
  .ticket__character-1 {
    -webkit-transform: translate(45%, -40%);
            transform: translate(45%, -40%);
  }
}
@media (max-width: 800px) {
  .ticket__character-1 {
    width: 19.125%;
    -webkit-transform: translate(0, -34%);
            transform: translate(0, -34%);
  }
}
@media (max-width: 600px) {
  .ticket__character-1 {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
.ticket__secondary-heading {
  background: url(/assets/images/common/secondary-heading-bg-2.png) center right/cover no-repeat;
  padding: 0 25px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: Ryumin Bold KL;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .ticket__secondary-heading {
    padding: 10px 20px;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .ticket__secondary-heading {
    padding: 5px 15px;
    font-size: 16px;
  }
}
.ticket__diorama {
  padding: 25px 35px;
}
@media (max-width: 600px) {
  .ticket__diorama {
    padding: 15px;
  }
}
.ticket__tertiary-heading {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .ticket__tertiary-heading {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .ticket__tertiary-heading {
    font-size: 13px;
  }
}
.ticket__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  width: 79.8440979955%;
}
@media (max-width: 800px) {
  .ticket__image {
    width: 100%;
  }
}
.ticket__specification {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 13px;
  font-weight: bold;
}
.ticket__group {
  padding-top: 30px;
}
@media (max-width: 600px) {
  .ticket__group {
    padding-top: 20px;
  }
}
.ticket__group:not(:last-child) {
  border-bottom: 1px solid #ddd1be;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .ticket__group:not(:last-child) {
    padding-bottom: 20px;
  }
}
.ticket__button-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ticket__shop {
  margin-top: 30px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 800px) {
  .ticket__shop {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .ticket__shop {
    margin-top: 10px;
  }
}
.ticket__note {
  margin-top: 30px;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ticket__note {
    margin-top: 20px;
  }
}
.ticket__bg {
  position: absolute;
  z-index: 1;
}
.ticket__bg--1 {
  bottom: 0;
  left: 0;
  width: 400px;
}
@media (max-width: 1600px) {
  .ticket__bg--1 {
    width: 25%;
  }
}
@media (max-width: 800px) {
  .ticket__bg--1 {
    display: none;
  }
}
.ticket__bg--2 {
  bottom: 0;
  right: 0;
  width: 480px;
}
@media (max-width: 1600px) {
  .ticket__bg--2 {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .ticket__bg--2 {
    display: none;
  }
}
.ticket__character-2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 12.4%;
  margin-left: auto;
  margin-right: auto;
  width: 877px;
}
@media (max-width: 1600px) {
  .ticket__character-2 {
    width: 54.8125%;
  }
}
@media (max-width: 800px) {
  .ticket__character-2 {
    right: 0;
    width: 100%;
  }
}

.special {
  position: relative;
  padding-top: 10px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .special {
    padding-bottom: 60px;
  }
}
.special__heading-explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.9285714286%;
}
@media (max-width: 800px) {
  .special__heading-explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .special__heading-explanation {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.special__heading {
  width: 40.8571428571%;
}
@media (max-width: 800px) {
  .special__heading {
    width: 56%;
    max-width: 440px;
  }
}
.special__explanation {
  margin-bottom: 60px;
  width: 53.0714285714%;
}
@media (max-width: 800px) {
  .special__explanation {
    margin-bottom: 30px;
    width: 95.0520833333%;
  }
}
@media (max-width: 600px) {
  .special__explanation {
    margin-bottom: 10px;
    width: 100%;
  }
}
.special__container {
  display: grid;
  grid-template-columns: 1fr 15.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5%;
}
.special__overview {
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .special__overview {
    margin-bottom: 45px;
  }
}
@media (max-width: 600px) {
  .special__overview {
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .special__text-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .special__text-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special__text {
  margin-bottom: 40px;
  width: 75.2%;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .special__text {
    margin-bottom: 0;
    width: 68.359375%;
  }
}
@media (max-width: 600px) {
  .special__text {
    width: 100%;
    font-size: 14px;
  }
}
.special__photo {
  width: 23%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  .special__photo {
    width: 29.9479166667%;
  }
}
@media (max-width: 600px) {
  .special__photo {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 35.3260869565%;
  }
}
.special__table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 75.3%;
}
@media (max-width: 800px) {
  .special__table {
    width: 68.359375%;
  }
}
@media (max-width: 600px) {
  .special__table {
    width: 100%;
  }
}
.special__table-header {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background: #ddd1be;
  padding: 13px 25px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .special__table-header {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .special__table-header {
    display: block;
    padding: 11px 15px;
    text-align: left;
  }
}
.special__table-data {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  padding: 13px 25px;
  vertical-align: middle;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .special__table-data {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .special__table-data {
    display: block;
    padding: 11px 15px;
    text-align: left;
  }
}
.special__table-data span {
  font-size: 14px;
}
@media (max-width: 800px) {
  .special__table-data span {
    font-size: 13px;
  }
}
.special__info:not(:last-child) {
  margin-bottom: 25px;
}
.special__secondary-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #e3dbc1), to(#d1b677));
  background: linear-gradient(to right, #e3dbc1 80%, #d1b677 100%);
  padding: 3px 20px;
  min-width: 11em;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  overflow: hidden;
}
@media (max-width: 800px) {
  .special__secondary-heading {
    font-size: 16px;
  }
}
.special__secondary-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #2e3180;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
.special__paragraph {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .special__paragraph {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .special__paragraph--password {
    font-size: 16px;
  }
}
.special__paragraph strong {
  color: #e60012;
}
.special__item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .special__item {
    font-size: 13px;
  }
}
.special__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.special__bg {
  position: absolute;
  z-index: 1;
}
.special__bg--1 {
  bottom: 0;
  right: 0;
  width: 750px;
}
@media (max-width: 1600px) {
  .special__bg--1 {
    width: 46.875%;
  }
}
@media (max-width: 800px) {
  .special__bg--1 {
    width: 60%;
  }
}

.schedule {
  position: relative;
  background: #0112a2;
  padding-top: 10px;
  padding-bottom: 170px;
  overflow-x: hidden;
}
.schedule__content {
  position: relative;
  z-index: 5;
}
.schedule__heading {
  width: 42.1428571429%;
}
@media (max-width: 800px) {
  .schedule__heading {
    width: 56%;
    max-width: 440px;
  }
}
@media (max-width: 600px) {
  .schedule__heading {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.schedule__list {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px 2%;
}
@media (max-width: 800px) {
  .schedule__list {
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 75px;
    margin-left: auto;
    margin-right: auto;
    max-width: 475px;
  }
}
@media (max-width: 600px) {
  .schedule__list {
    gap: 50px;
  }
}
.schedule__bg {
  position: absolute;
  z-index: 1;
}
.schedule__bg--1 {
  top: 0;
  right: 7.7%;
  width: 836px;
}
@media (max-width: 1600px) {
  .schedule__bg--1 {
    width: 52.25%;
  }
}
@media (max-width: 800px) {
  .schedule__bg--1 {
    width: 65%;
  }
}
.schedule__bg--2 {
  bottom: 0;
  left: 0;
  width: 420px;
}
@media (max-width: 1600px) {
  .schedule__bg--2 {
    width: 26.25%;
  }
}
@media (max-width: 800px) {
  .schedule__bg--2 {
    width: 40%;
  }
}
.schedule__bg--3 {
  bottom: 0;
  right: 0;
  width: 580px;
}
@media (max-width: 1600px) {
  .schedule__bg--3 {
    width: 36.25%;
  }
}
@media (max-width: 800px) {
  .schedule__bg--3 {
    width: 40%;
  }
}

.faq {
  position: relative;
  padding-top: 10px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .faq {
    padding-bottom: 60px;
  }
}
.faq__heading {
  width: 31.2857142857%;
}
@media (max-width: 800px) {
  .faq__heading {
    width: 56%;
    max-width: 440px;
  }
}
.faq__container:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .faq__container:not(:last-child) {
    margin-bottom: 60px;
  }
}
.faq__list {
  padding: 40px;
}
@media (max-width: 600px) {
  .faq__list {
    padding: 20px 15px;
  }
}
.faq__item:not(:first-child) {
  padding-top: 25px;
}
.faq__item:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #cb9f28;
  padding-bottom: 30px;
}
.faq__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #cb9f28;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.25, 0.75) rotate(45deg);
          transform: scale(1.25, 0.75) rotate(45deg);
}
.faq__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  background: #cb9f28;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.25, 0.75) rotate(45deg);
          transform: scale(1.25, 0.75) rotate(45deg);
}
.faq__term {
  display: grid;
  grid-template-columns: 73px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 16px;
  font-weight: bold;
  color: #ac8200;
}
@media (max-width: 600px) {
  .faq__term {
    grid-template-columns: 37px 1fr;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.faq__term::before {
  content: "";
  background: url(/assets/images/faq/faq-q-mark.svg) center/contain no-repeat;
  width: 73px;
  height: 73px;
}
@media (max-width: 600px) {
  .faq__term::before {
    width: 37px;
    height: 37px;
  }
}
.faq__description {
  padding-left: 80px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .faq__description {
    padding-left: 0;
  }
}
.faq__caution-list {
  margin-top: 1em;
}
.faq__caution-item {
  position: relative;
  padding-left: 1em;
  font-weight: normal;
}
.faq__caution-item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.faq__bg {
  position: absolute;
  z-index: 1;
}
.faq__bg--1 {
  top: 0;
  right: 0;
  width: 700px;
}
@media (max-width: 1600px) {
  .faq__bg--1 {
    width: 43.75%;
  }
}
@media (max-width: 800px) {
  .faq__bg--1 {
    right: -10%;
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */