@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/NotoSansJP-VariableFont_wght.ttf");
}
@font-face {
  font-family: 'DCC-Ash';
  src: url("../font/DCC-Ash.ttf.eot");
  /* IE9 Compat Modes */
  src: url("../font/DCC-Ash.ttf.eot?#iefix") format("embedded-opentype"), url("../font/DCC-Ash.ttf.woff") format("woff"), url("../font/DCC-Ash.ttf") format("truetype"), url("../font/DCC-Ash.ttf.svg#DCC-Ash") format("svg");
  /* Legacy iOS */
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #000;
  line-height: 1.4;
  font-weight: 500;
  font-size: 15px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

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

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
}

table th, table td {
  vertical-align: top;
}

.mhauto {
  margin: 0 auto;
}

.block {
  display: block !important;
}

.inline {
  display: inline-block !important;
}

.tac {
  text-align: center;
}

.f_txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .f_txt {
    font-size: 3.81679vw;
  }
}

/*
 レイアウト
 ----------------------------*/
html {
  position: relative;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1520px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .container {
    padding-left: 6.41026vw;
    padding-right: 6.41026vw;
  }
}
@media screen and (max-width: 1100px) {
  .container.sm {
    padding-left: 11.21795vw;
    padding-right: 11.21795vw;
  }
}

.container-s {
  max-width: 1520px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .container-s {
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
  }
}

html {
  margin-top: 0 !important;
}

.dcc_font {
  font-family: "DCC-Ash", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif !important;
}

.base_font {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif !important;
}

.section {
  padding: 64px 0;
}
@media screen and (max-width: 1100px) {
  .section {
    padding: 10.25641vw 0;
  }
}

/*
 header
 ----------------------------*/
/*
 footer
 ----------------------------*/
footer {
  padding: 64px 0 24px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 34px;
}
footer ul li {
  width: calc(100% / 2 - 26px * 1/2);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}
footer ul li img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  footer ul li {
    width: 100%;
  }
}
footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.js--modal {
  cursor: pointer;
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 8888;
}
.modal .modal-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal .modal-item figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
@media screen and (max-width: 1100px) {
  .modal .modal-item figure {
    width: 80%;
  }
}
.modal .modal-item figure img {
  width: 100%;
}

/*
 section
 ----------------------------*/
/*
 conponents
 ----------------------------*/
.paper {
  position: relative;
  background: url(../img/bg-peper.png);
  background-size: contain;
}
.paper::before, .paper::after {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/gizagiza.png);
  width: 102%;
  height: 9px;
  background-size: cover;
}
.paper::before {
  top: -9px;
  transform: rotate(180deg) translateX(1%);
}
.paper::after {
  bottom: -9px;
  transform: translateX(-1%);
}
.paper .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .paper .wrap {
    padding: 6.41026vw;
  }
}
.paper .wrap::before, .paper .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/gizagiza-vertical.png);
  width: 9px;
  height: 101%;
  background-size: auto;
}
.paper .wrap::before {
  left: 0;
  transform-origin: left;
  transform: rotate(180deg);
}
.paper .wrap::after {
  right: -9px;
  transform-origin: right;
}

.band-cloum dd {
  padding: 16px 0;
}

.goods-list ul li .detail {
  background: #20221D;
  padding: 24px;
  color: #fff;
  font-weight: 900;
  border-radius: 0 0 8px 8px;
}
.goods-list ul li .detail .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .goods-list ul li .detail .title {
    font-size: 2.5641vw;
  }
}
.goods-list ul li .detail .name {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .goods-list ul li .detail .name {
    font-size: 4.00641vw;
  }
}
.goods-list ul li .detail .name span {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .goods-list ul li .detail .name span {
    font-size: 2.5641vw;
  }
}
.goods-list ul li .detail .price {
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .goods-list ul li .detail .price {
    font-size: 4.48718vw;
  }
}
.goods-list ul li .detail .price span {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .goods-list ul li .detail .price span {
    font-size: 2.88462vw;
  }
}
.goods-list ul li .detail .size {
  font-size: 15px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 60px;
  color: #000;
  font-weight: 400;
}

.note_border {
  border: 1px solid #FF0000;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  padding: 13px 0;
  color: #FF0000;
  background: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .note_border {
    font-size: 3.52564vw;
  }
}

.red_br {
  background: #D7011D;
  border-radius: 8px;
  padding: 8px 0;
}
.red_br h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .red_br h3 {
    font-size: 3.84615vw;
  }
}
.red_br .inner {
  background: #fff;
  margin: 0 8px;
  border-radius: 4px;
  font-weight: 900;
  padding: 8px;
}
.red_br h4 {
  font-size: 18px;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .red_br h4 {
    font-size: 2.88462vw;
  }
}
.red_br p {
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .red_br p {
    font-size: 2.24359vw;
  }
}

.line-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  display: flex;
  gap: 22px;
  white-space: nowrap;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .line-title {
    font-size: 3.52564vw;
  }
}
.line-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.section-title {
  text-align: center;
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  text-transform: uppercase;
  letter-spacing: 2.64px;
  font-family: "DCC-Ash", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .section-title {
    font-size: 14.10256vw;
    letter-spacing: 0.42308vw;
  }
}
.section-title span {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
@media screen and (max-width: 1100px) {
  .section-title span {
    font-size: 3.84615vw;
  }
}

.section-sub-title {
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  text-transform: uppercase;
  letter-spacing: 2.64px;
  font-family: "DCC-Ash", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1100px) {
  .section-sub-title {
    font-size: 9.9359vw;
    letter-spacing: 0.42308vw;
  }
}
.section-sub-title span {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
@media screen and (max-width: 1100px) {
  .section-sub-title span {
    font-size: 2.88462vw;
  }
}

.fz32 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .fz32 {
    font-size: 5.12821vw;
  }
}

.fz30 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .fz30 {
    font-size: 4.80769vw;
  }
}

.fz26 {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
@media screen and (max-width: 1100px) {
  .fz26 {
    font-size: 4.16667vw;
  }
}

.fz24 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
@media screen and (max-width: 1100px) {
  .fz24 {
    font-size: 3.52564vw;
  }
}

.fz18 {
  font-size: 18px;
  line-height: 180%;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .fz18 {
    font-size: 2.88462vw;
  }
}

.fz16 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .fz16 {
    font-size: 2.5641vw;
  }
}

.fz14 {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .fz14 {
    font-size: 2.24359vw;
  }
}

.black_band {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  line-height: 100%;
  padding: 8px;
  background: #20221D;
}
.black_band.big {
  font-size: 26px;
  padding: 16px;
}
@media screen and (max-width: 1100px) {
  .black_band.big {
    font-size: 4.16667vw;
    padding: 2.5641vw;
  }
}
@media screen and (max-width: 1100px) {
  .black_band {
    padding: 1.28205vw;
    font-size: 2.88462vw;
  }
}

.gray_band {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  line-height: 100%;
  padding: 8px;
  background: #42443E;
}
@media screen and (max-width: 1100px) {
  .gray_band {
    padding: 1.28205vw;
    font-size: 2.88462vw;
  }
}

.red_band {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  line-height: 100%;
  padding: 8px 16px;
  background: #D7011D;
}
.red_band.big {
  font-size: 26px;
  padding: 16px;
}
@media screen and (max-width: 1100px) {
  .red_band.big {
    font-size: 4.16667vw;
    padding: 2.5641vw;
  }
}
@media screen and (max-width: 1100px) {
  .red_band {
    padding: 1.28205vw 2.5641vw;
    font-size: 2.88462vw;
  }
}

/*
 アコーディオン
 ----------------------------*/
.acc_list dt {
  position: relative;
}
.acc_list dt .acc_title {
  text-align: center;
  cursor: pointer;
}
.acc_list dt .js--ac_button {
  position: absolute;
  top: 0;
  right: 0;
  background: #D7011D;
  border-radius: 0 8px 0 8px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1100px) {
  .acc_list dt .js--ac_button {
    width: 7.69231vw;
    height: 7.69231vw;
  }
}
.acc_list dt .js--ac_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 3px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .acc_list dt .js--ac_button span {
    width: 2.5641vw;
    height: 0.48077vw;
  }
}
.acc_list dt .js--ac_button span:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s;
}
.acc_list dt .js--ac_button.active span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.acc_list dd {
  display: none;
}

.radius {
  border-radius: 0 0 8px 8px;
}

/*
 button
 ----------------------------*/
.btn {
  display: inline-block;
  padding: 16px 0;
  text-align: center;
  background: #D7011D;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  border-radius: 48px;
}
@media screen and (max-width: 1100px) {
  .btn {
    border-radius: 7.69231vw;
    font-size: 5.12821vw;
    padding: 2.5641vw 0;
  }
}

/*
 utility
 ----------------------------*/
.block {
  display: block;
}

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

.tac {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .mb30 {
    margin-bottom: 4.80769vw;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .mb16 {
    margin-bottom: 2.5641vw;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .mb10 {
    margin-bottom: 1.60256vw;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .mb24 {
    margin-bottom: 3.84615vw;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.top_bottom {
  padding: 24px 0;
}
@media screen and (max-width: 1100px) {
  .top_bottom {
    padding: 3.84615vw 0;
  }
}

.sc_mb {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1100px) {
  .sc_mb {
    margin-bottom: 6.41026vw !important;
  }
}

/*
font-weight
----------------------------*/
.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

/*
color
----------------------------*/
.c-white {
  color: #fff !important;
}

.c-red {
  color: #D7011D !important;
}

.c-black {
  color: #20221D !important;
}

 /*
background-color
----------------------------*/
.bg-black {
  background: #20221D;
}

.bg-red {
  background: #D7011D;
}

 /*
column
----------------------------*/
.guest-column {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #fff;
}
.guest-column:last-child {
  border-bottom: none;
}
.guest-column .people {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .guest-column .people {
    width: 24.03846vw;
  }
}
.guest-column .people img {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .guest-column .people img {
    width: 20.83333vw;
  }
}
.guest-column .txt {
  color: #fff;
  font-weight: 900;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.guest-column .txt span {
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .guest-column .txt span {
    font-size: 2.88462vw;
  }
}
.guest-column .txt p {
  font-size: 26px;
}
@media screen and (max-width: 1100px) {
  .guest-column .txt p {
    font-size: 4.16667vw;
  }
}

/*
box
----------------------------*/
.box {
  border-radius: 8px;
}
.box.peper {
  background: url(../img/bg-peper.png);
  background-size: contain;
}
.box.black {
  background: #42443E;
}

/*
 btn
 ----------------------------*/
/*
 titles
 ----------------------------*/
/*
 bg
 ----------------------------*/
/*
 bd
 ----------------------------*/
/*
 color
 ----------------------------*/
/*
 table
 ----------------------------*/
/*
 block
 ----------------------------*/
/*
 column
 ----------------------------*/
.layout {
  display: grid;
  grid-template-columns: 1fr 624px 1fr;
  grid-template-areas: "a b c";
}
@media screen and (max-width: 1100px) {
  .layout {
    grid-template-columns: 100%;
    grid-template-areas: "b";
  }
}
.layout .left {
  grid-area: a;
  position: relative;
}
.layout .left .inner {
  position: sticky;
  top: 0;
  background: url(../img/bg-left.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.layout .left .inner figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20.20833vw;
}
.layout .left .inner figure img {
  width: 100%;
}
.layout .right {
  grid-area: c;
  position: sticky;
  top: 0;
  background: url(../img/bg-right.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.layout .right nav {
  display: flex;
  flex-direction: column;
  gap: 2.08333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout .right nav a {
  font-family: "DCC-Ash", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.08333vw;
  line-height: 100%;
  letter-spacing: 1.32px;
  white-space: nowrap;
}
.layout .right nav a span {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
.layout .right nav a.active {
  position: relative;
}
.layout .right nav a.active::before {
  content: "";
  position: absolute;
  left: -4.16667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 26.38889vw;
  height: 9.44444vw;
  background: url(../img/swish.png) no-repeat;
  background-size: contain;
  background-position: center;
  animation: swishFadeIn 0.3s ease-in-out;
  z-index: -1;
}
@keyframes swishFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
.layout .main {
  grid-area: b;
}
.layout .main header {
  width: 100%;
}
.layout .main header figure img {
  width: 100%;
}
.layout .main main .bg-kamo {
  background: url(../img/bg-kamofura.png) no-repeat;
  background-size: contain;
  background-repeat: repeat-y;
}

.section-overview {
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .section-overview {
    padding: 10.25641vw 0;
  }
}
.section-overview::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/spark-infor.png);
  background-size: contain;
  position: absolute;
  bottom: -253px;
  left: 0;
  mix-blend-mode: lighten;
  transform: translateY(calc(-1 * var(--parallax-offset, 0px)));
}
@media screen and (max-width: 1100px) {
  .section-overview::after {
    background-size: cover;
    bottom: -15.22436vw;
  }
}
.section-overview .container {
  position: relative;
  z-index: 10;
}
.section-overview .section-title {
  margin-bottom: 40px;
}
.section-overview dl:not(:last-child) {
  margin-bottom: 32px;
}
.section-overview dl dt:not(:last-child) {
  margin-bottom: 16px;
}
.section-overview dl dd a {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 43px;
}
@media screen and (max-width: 1100px) {
  .section-overview dl dd a {
    margin-bottom: 6.89103vw;
    font-size: 3.84615vw;
  }
}

.section-sns {
  background: #20221D;
  position: relative;
  z-index: 10;
  padding: 64px 0;
}
@media screen and (max-width: 1100px) {
  .section-sns {
    padding: 10.25641vw 0;
  }
}
.section-sns::before, .section-sns::after {
  content: "";
  background: url(../img/sns-item.png);
  width: 100%;
  height: 36px;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  z-index: 1;
}
.section-sns::before {
  top: -36px;
}
.section-sns::after {
  bottom: -36px;
  transform: rotate(180deg);
}
.section-sns .section-title {
  margin-bottom: 32px;
}

.section-event {
  margin-bottom: 40px;
  position: relative;
  padding-top: 64px;
}
@media screen and (max-width: 1100px) {
  .section-event {
    padding-top: 10.25641vw;
  }
}
.section-event::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/spark-event.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -160px;
  left: 0;
  mix-blend-mode: lighten;
  transform: translateY(calc(-1 * var(--parallax-offset-event, 0px)));
}
@media screen and (max-width: 1100px) {
  .section-event::after {
    top: -10vw;
  }
}
.section-event .container {
  position: relative;
  z-index: 10;
}
.section-event .section-title {
  margin-bottom: 40px;
  font-size: 85px;
}
@media screen and (max-width: 1100px) {
  .section-event .section-title {
    font-size: 13.62179vw;
    letter-spacing: 0.38462vw;
  }
}

.section-short {
  position: relative;
  z-index: 10;
}
.section-short .film {
  width: 100%;
}
.section-short .inner {
  background: #20221D;
  padding: 64px 0;
}
@media screen and (max-width: 1100px) {
  .section-short .inner {
    padding: 64px 0;
  }
}
.section-short .inner h2 {
  margin-bottom: 32px;
  font-size: 80px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1100px) {
  .section-short .inner h2 {
    font-size: 12.82051vw;
    letter-spacing: 0.38462vw;
  }
}
.section-short .inner .youtube_article .youtube {
  margin-bottom: 24px;
}
.section-short .inner .youtube_article .youtube iframe {
  width: 100%;
  height: 336px;
}
@media screen and (max-width: 1100px) {
  .section-short .inner .youtube_article .youtube iframe {
    height: 53.84615vw;
  }
}
.section-short .inner .youtube_article .youtube_txt {
  margin-bottom: 40px;
  color: #fff;
  text-align: justify;
}
.section-short .inner .actor_article .line-title {
  margin-bottom: 20px;
}
.section-short .inner .actor_article .actor {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .section-short .inner .actor_article .actor {
    margin-bottom: 3.84615vw;
  }
}
.section-short .inner .actor_article .actor img {
  width: 100%;
}
.section-short .inner .actor_article .actor figcaption {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 59px;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .section-short .inner .actor_article .actor figcaption {
    left: 9.45513vw;
    font-size: 5.44872vw;
  }
}
.section-short .inner .actor_article .actor figcaption span {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .section-short .inner .actor_article .actor figcaption span {
    font-size: 2.88462vw;
  }
}
.section-short .inner .actor_article .fz18 {
  color: #fff;
  text-align: justify;
}

.section-timetable {
  position: relative;
  z-index: 100;
  background: #C81822;
}
.section-timetable .section-title {
  margin-bottom: 32px;
}

.stage_event {
  padding: 32px 0;
}
.stage_event .section-sub-title {
  margin-bottom: 34px;
}
.stage_event .acc_list {
  margin-bottom: 24px;
}
.stage_event .acc_list:last-child {
  margin-bottom: 0;
}
.stage_event .acc_list dt .acc_title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  padding: 42px 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .stage_event .acc_list dt .acc_title {
    font-size: 5.12821vw;
    padding: 5.12821vw 0;
  }
}
.stage_event .acc_list dd {
  padding-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .stage_event .acc_list dd {
    padding-bottom: 3.84615vw;
  }
}
.stage_event .acc_list dd .black_band {
  margin-bottom: 24px;
}
.stage_event .acc_list dd .mv img {
  margin-bottom: 16px;
}
.stage_event .acc_list dd .mv figcaption {
  margin-bottom: 24px;
}
.stage_event .acc_list dd .red_band {
  margin-bottom: 24px;
}

.section-suit {
  margin-bottom: 40px;
}
.section-suit .acc_list .js--open {
  padding: 34px 0;
}
@media screen and (max-width: 1100px) {
  .section-suit .acc_list .js--open {
    padding: 5.44872vw 0;
  }
}
.section-suit .acc_list dd figure img {
  width: 100%;
}
.section-suit .acc_list dd .suit-item {
  display: flex;
  gap: 10px;
}

.section-kids .acc_list dt .js--open {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-size: 33px;
  padding: 34px 0;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .section-kids .acc_list dt .js--open {
    font-size: 5.28846vw;
    padding: 5.44872vw 0;
  }
}
.section-kids .acc_list dd {
  padding-bottom: 24px;
}
.section-kids .acc_list dd .kids_txt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .section-kids .acc_list dd .kids_txt {
    font-size: 3.20513vw;
  }
}
.section-kids .acc_list dd .kids_txt span {
  color: #D7011D;
}

.section-pan .acc_list .js--open {
  padding: 34px 0;
}
@media screen and (max-width: 1100px) {
  .section-pan .acc_list .js--open {
    padding: 1.92308vw 0;
  }
}
.section-pan .acc_list .js--open img {
  width: 240px;
}
@media screen and (max-width: 1100px) {
  .section-pan .acc_list .js--open img {
    width: 70.83333vw;
  }
}
.section-pan .acc_list dd {
  padding-bottom: 24px;
}

.section-novelty .acc_list dd {
  padding-bottom: 64px;
}
.section-novelty .acc_list .section-title {
  padding: 32px;
}
@media screen and (max-width: 1100px) {
  .section-novelty .acc_list .section-title {
    padding: 5.12821vw;
  }
}

.section-goods {
  padding: 64px 0 70px;
}
.section-goods .section-title {
  margin-bottom: 48px;
}
.section-goods .acc_list dt .js--open {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-size: 33px;
  padding: 34px 0;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .section-goods .acc_list dt .js--open {
    font-size: 5.28846vw;
    padding: 5.44872vw 0;
  }
}
.section-goods .acc_list dd {
  padding-bottom: 40px;
}
.section-goods .acc_list dd .kids_txt {
  font-size: 20px;
  font-weight: 700;
}
.section-goods .acc_list dd .kids_txt span {
  color: #D7011D;
}

.section-ex {
  background: #fff;
  padding: 64px 0 74px;
}
.section-ex .section-title {
  margin-bottom: 50px;
}
.section-ex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.section-ex ul li {
  width: calc(100%/2 - 16px * 1/2);
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}
