@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  pointer-events: none;
}

@media print {
  img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ja_accent {
  font-family: "dotgothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_title {
  font-family: "benton-modern-display-extra", serif;
  font-weight: 300;
  font-style: italic;
}

.en_normal {
  font-family: "benton-modern-display", serif;
  font-weight: 300;
  font-style: normal;
}

.en_sub_300 {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en_sub_400 {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_text {
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_text_b {
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.5px;
  letter-spacing: 0.14em;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
  font-family: "WDXL Lubrifont TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: grid;
  place-content: center;
  text-align: center;
}
#loading-bg .loading_text {
  padding-top: 32px;
  text-align: center;
  font-size: 30px;
}
#loading-bg .inner {
  width: 70%;
  margin: 0 auto;
  max-width: 500px;
  opacity: 0;
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
}
.fv .fv_left {
  position: absolute;
  z-index: 2;
  color: #fff;
}
.fv .title_wrapper {
  position: absolute;
  z-index: 3;
}

.lead__text {
  font-size: calc(16 / 428 * 100vw);
  line-height: 2.5;
  text-align: center;
}
.lead__box {
  border: 1px solid #000;
  margin-inline: auto;
}
.lead__box-text {
  line-height: 2.3571428571;
}
.lead .check_btn {
  background-color: #fafa07;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lead .check_btn span {
  display: block;
  rotate: 180deg;
}

@media screen and (max-width: 768px) {
  .fv .fv_left {
    top: calc(17 / 428 * 100vw);
    left: calc(21 / 428 * 100vw);
    font-size: calc(15.52 / 428 * 100vw);
  }
  .fv .title_wrapper {
    bottom: calc(-110 / 428 * 100vw);
    left: calc(11 / 428 * 100vw);
    width: calc(407 / 428 * 100vw);
  }
  .lead {
    padding: calc(185 / 428 * 100vw) 0 calc(135 / 428 * 100vw);
  }
  .lead__box {
    width: calc(388 / 428 * 100vw);
    padding: calc(31 / 428 * 100vw) 0 calc(36 / 428 * 100vw);
    margin: calc(63 / 428 * 100vw) auto 0;
  }
  .lead__box-text {
    font-size: calc(14 / 428 * 100vw);
    width: calc(335 / 428 * 100vw);
    margin: 0 auto;
  }
  .lead figure {
    width: calc(280 / 428 * 100vw);
    margin: 0 auto calc(16 / 428 * 100vw);
  }
  .check_btn {
    width: calc(127 / 428 * 100vw);
    padding: calc(11 / 428 * 100vw) 0 calc(13 / 428 * 100vw);
    gap: calc(13 / 428 * 100vw);
    margin: calc(22 / 428 * 100vw) calc(29 / 428 * 100vw) 0 auto;
    font-size: calc(14 / 428 * 100vw);
  }
  .check_btn span {
    display: block;
    rotate: 180deg;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_left {
    top: calc(1.7361111111vw);
    left: calc(2.9861111111vw);
    font-size: calc(1.8055555556vw);
  }
  .fv .title_wrapper {
    bottom: calc(0.9027777778vw);
    left: calc(2.4305555556vw);
    width: calc(42.6388888889vw);
  }
  .lead {
    padding: calc(5.2777777778vw) 0 calc(11.3194444444vw);
  }
  .lead__box {
    width: calc(41.6666666667vw);
    padding: calc(3.1944444444vw) 0 calc(3.4722222222vw);
    margin: calc(4.8611111111vw) auto 0;
  }
  .lead__box-text {
    font-size: calc(1.1111111111vw);
    width: calc(33.8888888889vw);
    margin: 0 auto;
  }
  .lead__text {
    font-size: calc(1.25vw);
  }
  .lead figure {
    width: calc(29.1666666667vw);
    margin: 0 auto calc(1.6666666667vw);
  }
  .check_btn {
    width: calc(8.8194444444vw);
    padding: calc(0.7638888889vw) 0 calc(0.9027777778vw);
    gap: calc(0.9027777778vw);
    margin: calc(1.5277777778vw) calc(2.0138888889vw) 0 auto;
    font-size: calc(0.9722222222vw);
  }
  .check_btn span {
    display: block;
    rotate: 180deg;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
@keyframes reveal {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  50.1% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.index {
  background-color: #fafa07;
}
.index .index__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(70 / 428 * 100cqi);
}
.index .index__title p {
  font-size: calc(18 / 428 * 100cqi);
  color: #000;
  -webkit-text-stroke: #000 1px;
}
.index__inner {
  width: calc(364 / 428 * 100cqi);
  margin-inline: auto;
}
.index__btn-wrapper {
  display: grid;
  gap: calc(20 / 428 * 100cqi);
}
.index__btn-wrapper li a {
  display: grid;
  grid-template-columns: calc(105 / 428 * 100cqi) auto;
  gap: calc(27 / 428 * 100cqi);
  align-items: center;
}
.index__btn-wrapper p {
  font-size: calc(28 / 428 * 100cqi);
  padding-bottom: calc(20 / 428 * 100cqi);
}

@media screen and (max-width: 768px) {
  .index {
    padding: calc(43 / 428 * 100vw) 0 calc(47 / 428 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .index {
    height: 100vh;
    display: grid;
    place-content: center;
    width: calc(29.8611111111vw);
    container-name: index-container;
    container-type: inline-size;
    position: sticky;
    top: 0;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.section__title_wrapper .scene_text_image img {
  object-fit: contain;
  object-position: left;
  height: 100%;
}
.section__title_wrapper .section__title_text {
  line-height: 140%;
  white-space: pre-line;
}
.section__title_wrapper .line {
  animation: reveal 2s ease-in-out infinite;
}

.sub_section__title {
  text-align: center;
}
.sub_section__title .swiper-wrapper {
  transition-timing-function: linear;
}
.sub_section__title h3 {
  white-space: pre-line;
}
.sub_section__title .text_slider {
  position: relative;
}
.sub_section__title .text_slider:before, .sub_section__title .text_slider:after {
  position: absolute;
  translate: 0 -50%;
  top: 40%;
}
.sub_section__title .text_slider:before {
  content: "(";
  left: -3%;
}
.sub_section__title .text_slider:after {
  content: ")";
  right: -3%;
}

.credit_wrapper .credit {
  display: grid;
}

#scene2 .main_image {
  overflow: hidden;
  position: relative;
}
#scene2 .main_image ul {
  position: relative;
  z-index: 2;
}
#scene2 .main_image figure {
  position: absolute;
  z-index: 1;
  inset: 0;
}
#scene2 .main_image .bottom_image img {
  object-fit: cover;
  height: 100%;
}

#scene3 .img1 {
  position: relative;
}
#scene3 .img1 li:not(li:last-child) {
  position: absolute;
  inset: 0;
}
#scene3 .img1 li:nth-child(1) {
  position: relative;
  z-index: 2;
}
#scene3 .img1 li:nth-child(2) {
  position: relative;
  z-index: 3;
}
#scene3 .img1 li:nth-child(3) {
  position: relative;
  z-index: 4;
}

.bottom_text_slider {
  font-size: calc(30 / 428 * 100vw);
  color: #fafa07;
  padding-top: calc(21 / 428 * 100vw);
}
.bottom_text_slider span {
  font-size: calc(20 / 428 * 100vw);
}
.bottom_text_slider .swiper-wrapper {
  transition-timing-function: linear;
}

.event {
  position: relative;
}
.event:before {
  content: "";
  width: calc(291 / 428 * 100cqi);
  height: calc(291 / 428 * 100cqi);
  position: absolute;
  top: calc(-73 / 428 * 100cqi);
  translate: -50% 0;
  left: 50%;
  background-color: #ebebeb;
  border-radius: 100vmax;
  z-index: 1;
}
.event .bg {
  border-radius: 10px 10px 0 0;
  background-color: #ebebeb;
  position: relative;
  z-index: 2;
  padding-bottom: calc(45 / 428 * 100cqi);
}
.event .event_top {
  position: relative;
  width: calc(200 / 428 * 100cqi);
  margin: calc(-85 / 428 * 100cqi) auto calc(48 / 428 * 100cqi);
}
.event .event_top .event_title_top {
  position: absolute;
  top: calc(-40 / 428 * 100cqi);
  translate: -50% 0;
  left: 50%;
  width: calc(200 / 428 * 100cqi);
}
.event .event_top .line {
  height: calc(56 / 428 * 100cqi);
  width: 1px;
  background-color: #000;
  margin: calc(30 / 428 * 100cqi) auto calc(24 / 428 * 100cqi);
}
.event .event_top .event_title_bottom {
  width: calc(108 / 428 * 100cqi);
  margin: 0 auto;
}
.event .container {
  width: calc(350 / 428 * 100cqi);
  margin: 0 auto;
}
.event .number_text {
  font-size: calc(44 / 428 * 100cqi);
  position: relative;
  z-index: 3;
  width: fit-content;
}
.event .number_text .number {
  position: relative;
  z-index: 3;
}
.event .number_text .liner {
  position: absolute;
  width: 100%;
  height: calc(12 / 428 * 100cqi);
  background-color: #fafa07;
  bottom: 0;
  z-index: 2;
  border-radius: 100vmax;
}
.event .number_bottom {
  width: calc(240 / 428 * 100cqi);
  margin: calc(20 / 428 * 100cqi) 0 calc(24 / 428 * 100cqi);
}
.event .event_common_text {
  font-size: calc(14 / 428 * 100cqi);
  line-height: 240%;
}
.event .event_common_text a {
  display: inline-block;
  color: #268cf2;
  text-decoration: underline;
}
.event .w_bg {
  width: calc(398 / 428 * 100cqi);
  margin: calc(27 / 428 * 100cqi) auto calc(40 / 428 * 100cqi);
  background-color: #fff;
  padding: calc(40 / 428 * 100cqi) 0;
  border-radius: 10px;
}
.event .label {
  border: 1px solid #000;
  font-size: calc(16 / 428 * 100cqi);
  padding: calc(10 / 428 * 100cqi) calc(15 / 428 * 100cqi);
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
}
.event .grid_wrapper {
  display: grid;
  gap: calc(32 / 428 * 100cqi);
}
.event .grid_wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.event .flex_box {
  display: flex;
  gap: calc(27 / 428 * 100cqi);
}
.event .flex_box .small {
  font-size: calc(15 / 428 * 100cqi);
  padding-top: calc(8 / 428 * 100cqi);
  line-height: 180%;
}
.event .flex_box .right_text {
  font-size: calc(16 / 428 * 100cqi);
  padding-top: calc(8 / 428 * 100cqi);
  white-space: nowrap;
}
.event .grid_box {
  display: grid;
  gap: calc(12 / 428 * 100cqi);
}
.event .grid_box .event_common_text {
  width: calc(327 / 428 * 100cqi);
  margin: 0 0 0 auto;
}
.event .event_radio .number_bottom {
  width: calc(220 / 428 * 100cqi);
}
.event .event_radio .radio_illust {
  width: calc(155 / 428 * 100cqi);
  margin-bottom: calc(48 / 428 * 100cqi);
}
.event .event_radio .radio_schedule {
  margin-top: calc(24 / 428 * 100cqi);
}
.event .event_radio .w_bg {
  margin: calc(56 / 428 * 100vw) auto;
}
.event .radio_box .open_btn {
  cursor: pointer;
  padding: calc(20 / 428 * 100cqi) 0;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  gap: calc(20 / 428 * 100cqi);
  align-items: center;
}
.event .radio_box .open_btn.active .open {
  rotate: 90deg;
}
.event .radio_box .open_btn.active .open:before {
  opacity: 0;
}
.event .radio_box .open {
  width: calc(31 / 428 * 100cqi);
  height: calc(31 / 428 * 100cqi);
  background-color: #000;
  border-radius: 100vmax;
  position: relative;
  transition: all 0.3s linear;
}
.event .radio_box .open:before, .event .radio_box .open:after {
  content: "";
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.event .radio_box .open:before {
  width: calc(10 / 428 * 100cqi);
  height: 1px;
}
.event .radio_box .open:after {
  width: 1px;
  height: calc(10 / 428 * 100cqi);
}
.event .radio_box .radio_li {
  border: solid #000;
  border-width: 0 1px 0 1px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: all 0.4s linear;
  opacity: 0;
}
.event .radio_box .radio_li ul {
  display: grid;
  gap: calc(16 / 428 * 100cqi);
  font-size: calc(16 / 428 * 100cqi);
}
.event .radio_box .radio_li ul li a {
  font-size: calc(14 / 428 * 100cqi);
  display: inline-block;
}
.event .radio_box .radio_li ul li a span {
  text-decoration: underline;
}
.event .radio_box .radio_li ul ol {
  width: calc(260 / 428 * 100cqi);
  margin: calc(16 / 428 * 100cqi) auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 428 * 100cqi) 0;
}
.event .radio_box .radio_li ul ol li a {
  font-size: calc(13 / 428 * 100cqi);
}
.event .radio_box .radio_li ul ol li:not(li:last-child):after {
  content: " /";
}
.event .radio_box .radio_li.active {
  max-height: 100%;
  padding: 24px;
  border-width: 0 1px 1px 1px;
  opacity: 1;
}
.event .indent_text {
  text-indent: -1em;
  padding-left: 1em;
}

.modal_wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #ababab;
  z-index: 99;
  display: none;
}
.modal_wrapper .modal {
  display: grid;
  place-content: center;
}
.modal_wrapper .modal_inner {
  max-width: 500px;
  width: calc(400 / 428 * 100vw);
  height: calc(100lvh - 48px);
  margin: 24px 0;
  background-color: #fff;
  display: grid;
  position: relative;
}
.modal_wrapper .modal_container {
  padding: 32px 24px;
  overflow-y: scroll;
}
.modal_wrapper .region_label {
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #000;
  width: fit-content;
  margin-bottom: 12px;
}
.modal_wrapper .modal_head {
  padding: 15px 24px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.06);
}
.modal_wrapper .modal_head .modal_head_title {
  font-size: 16px;
  padding-bottom: 4px;
}
.modal_wrapper .modal_head .modal_head_text {
  font-size: 12px;
}
.modal_wrapper .modal_shop {
  display: grid;
  gap: 42px;
}
.modal_wrapper .modal_shop ol {
  display: grid;
  gap: 8px;
  font-size: 12px;
  margin-left: 24px;
  line-height: 130%;
}
.modal_wrapper .modal_close {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100vmax;
  position: absolute;
  top: -18px;
  right: -5px;
}
.modal_wrapper .modal_close:before, .modal_wrapper .modal_close:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #000;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.modal_wrapper .modal_close:before {
  rotate: 45deg;
}
.modal_wrapper .modal_close:after {
  rotate: -45deg;
}

.profile {
  position: relative;
}
.profile .circle_label {
  width: calc(152 / 428 * 100vw);
  position: absolute;
  top: calc(-40 / 428 * 100vw);
  left: calc(30 / 428 * 100vw);
  animation: spin 4s linear infinite; /* 2秒で1回転、ずっと回転 */
  z-index: 10;
}
.profile .profile_inner {
  width: calc(268 / 428 * 100cqi);
  margin: calc(120 / 428 * 100cqi) auto calc(100 / 428 * 100cqi);
}
.profile .profile_text {
  margin-top: calc(20 / 428 * 100cqi);
  font-size: calc(14 / 428 * 100cqi);
  line-height: 180%;
}

.footer_top {
  overflow: hidden;
  position: relative;
}
.footer_top .staff_credit {
  position: absolute;
  z-index: 2;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .section__title_wrapper {
    width: calc(393 / 428 * 100vw);
    padding-top: calc(75 / 428 * 100vw);
    margin: calc(75 / 428 * 100vw) auto calc(40 / 428 * 100vw);
  }
  .section__title_wrapper h2 {
    font-size: calc(44 / 428 * 100vw);
    padding-bottom: calc(10 / 428 * 100vw);
  }
  .section__title_wrapper .scene_text_image {
    height: calc(20 / 428 * 100vw);
  }
  .section__title_wrapper .line {
    background-color: #000;
    width: 1px;
    height: calc(78 / 428 * 100vw);
    margin: calc(20 / 428 * 100vw) auto calc(20 / 428 * 100vw) calc(70 / 428 * 100vw);
  }
  .section__title_wrapper .section__title_text {
    font-size: calc(14 / 428 * 100vw);
  }
  .sub_section__title {
    margin: calc(157 / 428 * 100vw) auto calc(80 / 428 * 100vw);
  }
  .sub_section__title h3 {
    text-align: center;
    font-size: calc(83.13 / 428 * 100vw);
    line-height: 78%;
    margin-bottom: calc(8 / 428 * 100vw);
  }
  .sub_section__title .text_slider {
    width: calc(330 / 428 * 100vw);
    margin: calc(35 / 428 * 100vw) auto 0;
  }
  .sub_section__title .text_slider:before, .sub_section__title .text_slider:after {
    font-size: calc(83 / 428 * 100vw);
  }
  .sub_section__title .swiper-slide {
    height: calc(28 / 428 * 100vw);
    width: auto;
  }
  .sub_section__title .swiper-slide img {
    width: auto;
    object-fit: contain;
    height: calc(28 / 428 * 100vw);
  }
  #scene1 .sub1 .img1 {
    width: calc(323 / 428 * 100vw);
    margin-inline: auto;
  }
  #scene1 .sub1 .img2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: calc(125 / 428 * 100vw) calc(17 / 428 * 100vw) calc(174 / 428 * 100vw) 0;
  }
  #scene1 .sub1 .img3 {
    width: calc(135 / 428 * 100vw);
    margin-inline: auto;
  }
  #scene1 .sub2 {
    overflow: hidden;
  }
  #scene1 .sub2 .img2 {
    width: calc(191 / 428 * 100vw);
    margin: calc(101 / 428 * 100vw) auto calc(53 / 428 * 100vw) calc(15 / 428 * 100vw);
  }
  #scene1 .sub2 .img3 {
    width: calc(358 / 428 * 100vw);
    margin: 0 0 0 auto;
  }
  #scene1 .sub3 .img1 {
    width: calc(368 / 428 * 100vw);
  }
  #scene1 .sub3 .img2 {
    width: calc(150 / 428 * 100vw);
    margin: calc(-40 / 428 * 100vw) calc(30 / 428 * 100vw) calc(117 / 428 * 100vw) auto;
  }
  #scene2 .main_image {
    height: calc(635 / 428 * 100vw);
  }
  #scene2 .sub1 .img1 {
    width: calc(379 / 428 * 100vw);
    margin-inline: auto;
  }
  #scene2 .sub1 .img2 {
    width: calc(279 / 428 * 100vw);
    margin: calc(125 / 428 * 100vw) auto;
  }
  #scene2 .sub1 .img3 {
    width: calc(168 / 428 * 100vw);
    margin: 0 auto 0 calc(112 / 428 * 100vw);
  }
  #scene2 .sub1 .img4 {
    width: calc(160 / 428 * 100vw);
    margin: calc(-10 / 428 * 100vw) auto 0 calc(145 / 428 * 100vw);
  }
  #scene2 .sub2 .img1 {
    width: calc(379 / 428 * 100vw);
    margin-inline: auto;
  }
  #scene2 .sub2 .img2 {
    width: calc(210 / 428 * 100vw);
    margin: calc(140 / 428 * 100vw) auto 0 calc(25 / 428 * 100vw);
  }
  #scene2 .sub2 .img3 {
    width: calc(268 / 428 * 100vw);
    margin: calc(-20 / 428 * 100vw) auto 0 calc(68 / 428 * 100vw);
  }
  #scene2 .sub3 .img1 {
    width: calc(379 / 428 * 100vw);
    margin-inline: auto;
  }
  #scene2 .sub3 .img2 {
    width: calc(289 / 428 * 100vw);
    margin: calc(152 / 428 * 100vw) auto calc(138 / 428 * 100vw);
  }
  #scene2 .sub3 .img3 {
    width: calc(140 / 428 * 100vw);
    margin: calc(140 / 428 * 100vw) auto calc(7 / 428 * 100vw) calc(94 / 428 * 100vw);
  }
  #scene2 .sub3 .img4 {
    width: calc(198 / 428 * 100vw);
    margin: 0 auto 0 calc(136 / 428 * 100vw);
  }
  #scene3 {
    margin-bottom: calc(300 / 428 * 100vw);
  }
  #scene3 .sub_section1 .sub_section__inner {
    position: sticky;
    top: calc(-120 / 428 * 100vw);
  }
  #scene3 .sub_section2 {
    overflow: hidden;
  }
  #scene3 .dummy {
    height: 800px;
  }
  #scene3 .sub1 .img1 {
    position: relative;
  }
  #scene3 .sub1 .img1 li:not(li:last-child) {
    position: absolute;
    inset: 0;
  }
  #scene3 .sub1 .img1 li:nth-child(1) {
    position: relative;
    z-index: 2;
  }
  #scene3 .sub1 .img1 li:nth-child(2) {
    position: relative;
    z-index: 3;
  }
  #scene3 .sub1 .img1 li:nth-child(3) {
    position: relative;
    z-index: 4;
  }
  #scene3 .sub1 .img2 {
    width: calc(297 / 428 * 100vw);
    margin: calc(130 / 428 * 100vw) auto 0;
  }
  #scene3 .sub3 .img2 {
    width: calc(274 / 428 * 100vw);
    margin: calc(111 / 428 * 100vw) 0 calc(-40 / 428 * 100vw) auto;
  }
  #scene3 .sub3 .img3 {
    width: calc(188 / 428 * 100vw);
    margin: 0 auto 0 calc(32 / 428 * 100vw);
  }
  .credit_wrapper {
    width: calc(368 / 428 * 100vw + 20px);
    margin: calc(200 / 428 * 100vw) auto 0;
  }
  .credit_wrapper .credit {
    gap: calc(16 / 428 * 100vw);
    max-height: calc(520 / 428 * 100vw);
    overflow-y: scroll;
    overflow: auto;
  }
  .credit_wrapper .credit::-webkit-scrollbar {
    width: 6px;
    margin-left: 10px;
  }
  .credit_wrapper .credit::-webkit-scrollbar-track,
  .credit_wrapper .credit .simplebar-scrollbar {
    background-color: #a1a1a1;
    border-radius: 6px;
    width: 6px;
  }
  .credit_wrapper .credit::-webkit-scrollbar-thumb,
  .credit_wrapper .credit .simplebar-track {
    background-color: #dad7d7;
    border-radius: 6px;
    width: 6px;
  }
  .credit_wrapper .credit_name {
    font-size: calc(21 / 428 * 100vw);
    padding-bottom: calc(16 / 428 * 100vw);
  }
  .credit_wrapper li a {
    display: grid;
    grid-template-columns: calc(88 / 428 * 100vw) auto;
    gap: calc(20 / 428 * 100vw);
    align-items: center;
    font-size: calc(12 / 428 * 100vw);
    line-height: 1.4;
  }
  .credit_wrapper .buy {
    width: calc(43 / 428 * 100vw);
    display: grid;
    place-content: center;
    background-color: #fafa07;
    padding: calc(3 / 428 * 100vw) 0;
    margin: 0 calc(40 / 428 * 100vw) 0 auto;
  }
  .credit_wrapper .creditAjax_price__proper::before,
  .credit_wrapper .creditAjax_price__sale::before {
    content: "¥";
  }
  .credit_wrapper .creditAjax_price__sale {
    color: red;
    margin-left: 5px;
  }
  .credit_wrapper .creditAjax_price__off {
    display: none;
  }
  .credit_wrapper .creditAjax__saleOn .creditAjax_price__proper {
    text-decoration: line-through;
  }
  .scene_bottom_image {
    margin: calc(150 / 428 * 100vw) 0 0;
  }
  .footer_top figure {
    height: calc(465 / 428 * 100vw);
    width: calc(428 / 428 * 100vw);
    overflow: hidden;
  }
  .footer_top .staff_credit {
    font-size: calc(11 / 428 * 100vw);
    top: calc(20 / 428 * 100vw);
    right: calc(20 / 428 * 100vw);
    color: #fff;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 0.14em;
    line-height: 120%;
  }
  .modal_wrapper {
    height: 100vh;
  }
  .modal_wrapper .modal_container {
    padding: 32px 24px 64px 32px;
  }
}
@media screen and (min-width: 769px) {
  .bottom_text_slider {
    font-size: calc(2.0833333333vw);
    padding-top: calc(1.4583333333vw);
  }
  .bottom_text_slider span {
    font-size: calc(1.3888888889vw);
  }
  .pc_grid {
    display: grid;
    grid-template-columns: calc(29.8611111111vw) auto;
  }
  .pc_grid .main_image {
    width: calc(41.1805555556vw);
  }
  .scene_wrapper {
    width: calc(70.1388888889vw);
    container-type: inline-size;
    container-name: scene;
  }
  .section__title_wrapper {
    margin-bottom: calc(3.4722222222vw);
  }
  .section__title_wrapper h2 {
    font-size: calc(3.4722222222vw);
  }
  .section__title_wrapper .scene_text_image {
    height: calc(1.6666666667vw);
    margin: calc(0.6944444444vw) auto calc(0.6944444444vw) 0;
  }
  .section__title_wrapper .line {
    background-color: #000;
    width: 1px;
    height: calc(5.4166666667vw);
    margin: calc(0.6944444444vw) auto calc(0.6944444444vw) calc(4.8611111111vw);
  }
  .section__title_wrapper .section__title_text {
    font-size: calc(1.1111111111vw);
  }
  .sub_section__title {
    width: fit-content;
  }
  .sub_section__title h3 {
    text-align: center;
    font-size: calc(5.7638888889vw);
    line-height: 78%;
    margin-bottom: calc(0.5555555556vw);
  }
  .sub_section__title .text_slider {
    width: calc(22.9166666667vw);
    margin: calc(2.4305555556vw) auto 0;
  }
  .sub_section__title .text_slider:before, .sub_section__title .text_slider:after {
    font-size: calc(5.7638888889vw);
  }
  .sub_section__title .swiper-slide {
    height: calc(1.4583333333vw);
    width: auto;
  }
  .sub_section__title .swiper-slide img {
    object-fit: contain;
    height: 100%;
  }
  .credit_wrapper {
    width: calc(33.75vw + 20px);
    margin: calc(10.4166666667vw) auto 0;
  }
  .credit_wrapper .credit {
    gap: calc(1.1111111111vw);
    max-height: calc(20.8333333333vw);
    overflow-y: scroll;
  }
  .credit_wrapper .credit::-webkit-scrollbar {
    width: 6px;
    margin-left: 10px;
  }
  .credit_wrapper .credit::-webkit-scrollbar-track,
  .credit_wrapper .credit .simplebar-scrollbar {
    background-color: #a1a1a1;
    border-radius: 6px;
    width: 6px;
  }
  .credit_wrapper .credit::-webkit-scrollbar-thumb,
  .credit_wrapper .credit .simplebar-track {
    background-color: #dad7d7;
    border-radius: 6px;
    width: 6px;
  }
  .credit_wrapper .credit_name {
    font-size: calc(1.4583333333vw);
    padding-bottom: calc(1.6666666667vw);
  }
  .credit_wrapper li a {
    display: grid;
    grid-template-columns: calc(4.8611111111vw) auto;
    gap: calc(1.3888888889vw);
    align-items: center;
    font-size: calc(0.8333333333vw);
    line-height: 2;
  }
  .credit_wrapper .buy {
    width: calc(3.4722222222vw);
    display: grid;
    place-content: center;
    background-color: #fafa07;
    padding: calc(0.2083333333vw) 0;
    margin: 0 60px 0 auto;
  }
  .credit_wrapper .buy img {
    width: calc(1.5972222222vw);
  }
  .credit_wrapper .creditAjax_price__proper::before,
  .credit_wrapper .creditAjax_price__sale::before {
    content: "¥";
  }
  .credit_wrapper .creditAjax_price__sale {
    color: red;
    margin-left: 5px;
  }
  .credit_wrapper .creditAjax_price__off {
    display: none;
  }
  .credit_wrapper .creditAjax__saleOn .creditAjax_price__proper {
    text-decoration: line-through;
  }
  .sub_section {
    position: relative;
  }
  .scene_bottom_image {
    margin-top: calc(12.5vw);
  }
  #scene1 .section__title_wrapper {
    padding-top: calc(2.7777777778vw);
  }
  #scene1 .section__title_wrapper,
  #scene1 .main_image {
    margin-left: calc(15.2777777778vw);
  }
  #scene1 .sub_section1 .sub_section__title {
    padding-top: calc(18.75vw);
    margin: 0 calc(8.6111111111vw) 0 auto;
  }
  #scene1 .sub_section1 .img1 {
    width: calc(22.4305555556vw);
    position: absolute;
    top: calc(13.6111111111vw);
    left: calc(8.8194444444vw);
  }
  #scene1 .sub_section1 .img2 {
    display: grid;
    grid-template-columns: calc(14.3055555556vw) calc(14.3055555556vw);
    width: fit-content;
    margin: calc(6.9444444444vw) calc(6.3888888889vw) 0 auto;
  }
  #scene1 .sub_section1 .img3 {
    width: calc(11.875vw);
    margin: calc(-2.7777777778vw) auto 0 calc(14.5138888889vw);
  }
  #scene1 .sub_section2 .sub_section__title {
    padding-top: calc(11.4583333333vw);
    margin: 0 auto 0 calc(9.375vw);
  }
  #scene1 .sub_section2 .img1 {
    width: calc(22.4305555556vw);
    position: absolute;
    top: calc(7.9861111111vw);
    right: calc(8.4027777778vw);
  }
  #scene1 .sub_section2 .img2 {
    width: calc(15.9722222222vw);
    margin: calc(5.5555555556vw) auto 0 calc(13.75vw);
  }
  #scene1 .sub_section2 .img3 {
    width: calc(30.9722222222vw);
    margin: calc(10.1388888889vw) auto 0 calc(28.4027777778vw);
  }
  #scene1 .sub_section3 .sub_section__title {
    padding-top: calc(17.5vw);
    margin: 0 calc(5.9027777778vw) 0 auto;
  }
  #scene1 .sub_section3 .img1 {
    width: calc(22.4305555556vw);
    position: absolute;
    top: calc(12.5vw);
    left: calc(8.5416666667vw);
  }
  #scene1 .sub_section3 .img2 {
    width: calc(12.7777777778vw);
    margin: calc(5.5555555556vw) calc(10.4861111111vw) 0 auto;
  }
  #scene1 .sub_section3 .img3 {
    width: calc(35.8333333333vw);
    margin: calc(6.8055555556vw) auto 0 calc(14.6527777778vw);
  }
  #scene2 .section__title_wrapper,
  #scene2 .main_image {
    margin-left: calc(15.2777777778vw);
  }
  #scene2 .main_image {
    height: calc(61.4583333333vw);
  }
  #scene2 .section__title_wrapper {
    margin-top: calc(6.9444444444vw);
    padding-top: calc(2.7777777778vw);
  }
  #scene2 .sub_section1 .sub_section__title {
    padding-top: calc(14.6527777778vw);
    margin: 0 auto 0 calc(5.2777777778vw);
  }
  #scene2 .sub_section1 .img1 {
    width: calc(26.3194444444vw);
    position: absolute;
    top: calc(13.2638888889vw);
    right: calc(8.5416666667vw);
  }
  #scene2 .sub_section1 .img2 {
    width: calc(19.375vw);
    margin: calc(5.5555555556vw) auto 0 calc(7.2916666667vw);
  }
  #scene2 .sub_section1 .img3 {
    width: calc(11.6666666667vw);
    margin: calc(-2.0833333333vw) calc(17.7777777778vw) 0 auto;
  }
  #scene2 .sub_section1 .img4 {
    width: calc(11.1805555556vw);
    margin: calc(-0.6944444444vw) calc(16.0416666667vw) 0 auto;
  }
  #scene2 .sub_section2 .sub_section__title {
    padding-top: calc(15.9722222222vw);
    margin: 0 calc(9.6527777778vw) 0 auto;
  }
  #scene2 .sub_section2 .img1 {
    width: calc(26.3194444444vw);
    position: absolute;
    top: calc(12.5vw);
    left: calc(6.9444444444vw);
  }
  #scene2 .sub_section2 .img2 {
    width: calc(14.5833333333vw);
    margin: calc(4.8611111111vw) calc(14.6527777778vw) 0 auto;
  }
  #scene2 .sub_section2 .img3 {
    width: calc(18.6111111111vw);
    margin: calc(-1.0416666667vw) calc(7.6388888889vw) 0 auto;
  }
  #scene2 .sub_section3 .sub_section__title {
    padding-top: calc(17.8472222222vw);
    margin: 0 calc(7.1527777778vw) 0 auto;
  }
  #scene2 .sub_section3 .img1 {
    width: calc(26.3194444444vw);
    position: absolute;
    top: calc(13.8888888889vw);
    left: calc(8.2638888889vw);
  }
  #scene2 .sub_section3 .img2 {
    width: calc(20.0694444444vw);
    margin: calc(6.9444444444vw) calc(8.8194444444vw) 0 auto;
  }
  #scene2 .sub_section3 .img3 {
    width: calc(9.7222222222vw);
    margin: calc(-3.4722222222vw) auto 0 calc(22.2222222222vw);
  }
  #scene2 .sub_section3 .img4 {
    width: calc(13.8888888889vw);
    margin: calc(0.4861111111vw) auto 0 calc(25.0694444444vw);
  }
  #scene3 {
    padding-bottom: calc(13.8888888889vw);
  }
  #scene3 .section__title_wrapper,
  #scene3 .main_image {
    margin-left: calc(15.2777777778vw);
  }
  #scene3 .section__title_wrapper {
    margin-top: calc(6.9444444444vw);
    padding-top: calc(2.7777777778vw);
  }
  #scene3 .sub_section1 .sub_section__inner {
    position: sticky;
    top: calc(-9.0277777778vw);
  }
  #scene3 .sub_section1 .sub_section__title {
    padding-top: calc(15.0694444444vw);
    margin: 0 auto 0 calc(8.5416666667vw);
  }
  #scene3 .sub_section1 .img2 {
    width: calc(24.0972222222vw);
    position: absolute;
    top: calc(17.6388888889vw);
    right: calc(6.8055555556vw);
  }
  #scene3 .sub_section1 .img1 {
    width: calc(27.7777777778vw);
    margin: calc(4.1666666667vw) auto 0 calc(7.9166666667vw);
  }
  #scene3 .dummy {
    height: 100vh;
  }
  #scene3 .sub_section2 .sub_section__title {
    padding-top: calc(15.2777777778vw);
    margin: 0 auto calc(0.6944444444vw);
  }
  #scene3 .sub_section2 .img1,
  #scene3 .sub_section2 .img2 {
    width: calc(35.2083333333vw);
    margin: 0 auto;
  }
  #scene3 .sub_section3 .sub_section__title {
    padding-top: calc(17.9166666667vw);
    margin: 0 calc(3.1944444444vw) 0 auto;
  }
  #scene3 .sub_section3 .img1 {
    width: calc(29.7222222222vw);
    position: absolute;
    top: calc(13.8888888889vw);
    left: calc(5.6944444444vw);
  }
  #scene3 .sub_section3 .img2 {
    width: calc(19.0277777778vw);
    margin: calc(4.1666666667vw) calc(5.4166666667vw) 0 auto;
  }
  #scene3 .sub_section3 .img3 {
    width: calc(16.1111111111vw);
    margin: calc(-12.5vw) calc(28.125vw) 0 auto;
    position: relative;
    z-index: 3;
  }
  .event {
    max-width: calc(62.5vw);
    margin: calc(22.3611111111vw) auto 0;
  }
  .event .bg {
    padding-bottom: 130px;
  }
  .event:before {
    content: "";
    width: 291px;
    height: 291px;
    position: absolute;
    top: -122px;
    translate: -50% 0;
    left: 50%;
    background-color: #ebebeb;
    border-radius: 100vmax;
    z-index: 1;
  }
  .event .event_top {
    position: relative;
    width: 291px;
    margin: 0 auto 0;
    top: -60px;
    padding: 30px 0 0 0;
  }
  .event .event_top .event_title_top {
    position: absolute;
    top: -30px;
    translate: -50% 0;
    left: 50%;
    width: 220px;
  }
  .event .event_top .line {
    height: 56px;
    width: 1px;
    background-color: #000;
    margin: 0 auto 0;
  }
  .event .event_top .event_title_bottom {
    width: 108px;
    margin: 24px auto -24px;
  }
  .event .container {
    overflow: hidden;
    max-width: calc(43.0555555556vw);
    margin: 0 auto;
  }
  .event .w_bg {
    max-width: calc(43.0555555556vw);
    margin: 47px auto 110px;
    padding: 70px 0;
    display: grid;
    place-content: center;
  }
  .event .w_bg .container {
    width: calc(31.9444444444vw);
    margin: 0 auto;
  }
  .event .number_text {
    font-size: 60px;
  }
  .event .number_text .liner {
    height: 16px;
  }
  .event .number_bottom {
    width: 450px;
    margin: 20px 0 24px;
  }
  .event .event_common_text {
    font-size: 14px;
  }
  .event .label {
    font-size: 16px;
    padding: 10px 15px;
  }
  .event .grid_wrapper {
    gap: 32px;
  }
  .event .flex_box {
    gap: 27px;
  }
  .event .flex_box .small {
    font-size: 15px;
    padding-top: 8px;
  }
  .event .flex_box .right_text {
    font-size: 16px;
    padding-top: 8px;
  }
  .event .grid_box {
    gap: 12px;
  }
  .event .grid_box .event_common_text {
    width: calc(30.2083333333vw);
  }
  .event .event_radio {
    position: relative;
  }
  .event .event_radio .w_bg {
    margin: 40px auto 64px;
  }
  .event .event_radio .number_bottom {
    width: 320px;
  }
  .event .event_radio .radio_illust {
    width: 270px;
    position: absolute;
    top: 10px;
    right: calc(9.7222222222vw);
  }
  .event .event_radio .radio_schedule {
    margin-top: 24px;
  }
  .event .radio_box .open_btn {
    padding: 20px 0;
    gap: 62px;
  }
  .event .radio_box .open {
    width: 31px;
    height: 31px;
  }
  .event .radio_box .open:before {
    width: 10px;
  }
  .event .radio_box .open:after {
    height: 10px;
  }
  .event .radio_box .radio_li {
    padding: 32px 0;
  }
  .event .radio_box .radio_li ul {
    width: 480px;
    margin: 0 auto;
    gap: 16px;
    font-size: 16px;
  }
  .event .radio_box .radio_li ul li a {
    font-size: 14px;
  }
  .event .radio_box .radio_li ul ol {
    width: 420px;
    margin: 16px auto;
    gap: 8px 0;
  }
  .event .radio_box .radio_li ul ol li a {
    font-size: 13px;
  }
  .event .profile {
    width: calc(32.2222222222vw);
    margin: 212px auto 148px;
  }
  .event .profile .circle_label {
    width: 204px;
    left: -80px;
    top: -40px;
  }
  .event .profile .profile_inner {
    margin: 0;
    width: auto;
  }
  .event .profile .profile_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer_top figure {
    width: 100%;
    height: calc(28.4722222222vw);
  }
  .footer_top .staff_credit {
    font-size: 14px;
    top: 50px;
    right: 50px;
    color: #fff;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 0.14em;
    line-height: 120%;
  }
}
.event .w_bg {
  position: relative;
}

.finished {
  width: calc(270 / 428 * 100vw);
  position: absolute;
  translate: -50% 0;
  left: 50%;
  z-index: 5;
}

.event .grid_box {
  position: relative;
}

@media screen and (min-width: 769px) {
  .finished {
    max-width: calc(24.3055555556vw);
    top: calc(-5.5555555556vw);
    z-index: 5;
  }
}/*# sourceMappingURL=style.css.map */