@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

#wrapper .mv .swiper-slide {
  opacity: 0 !important;
}
#wrapper .mv .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative;
}

.disable {
  cursor: default;
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  overflow-x: hidden;
}

p,
h2,
div {
  max-height: 99999rem;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000000;
}

a:link, a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

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

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

body {
  font-size: 16px;
  line-height: 26px;
}
body.is-modal {
  overflow: hidden;
}

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

video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0;
}

.opac {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.opac:hover {
  opacity: 0.7;
}

.section-title {
  color: #F58300;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.section-copy {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.section-copy strong {
  font-weight: 700;
}
.section-copy .orange {
  color: #F58300;
}
.section-copy .red {
  color: #e83316;
}

.section__container {
  margin: 0 auto;
  max-width: 100%;
  width: 1080px;
}

.header {
  background-color: #fff;
  padding: 7px 16px;
}

.header__logo a {
  color: #626264;
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.0197619048em;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
.header__logo img {
  width: auto;
  height: 3.75vw;
}

.header__about a {
  color: #626264;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
}
.footer::before {
  content: "";
  background: url(../img/footer-bg-wave.svg) repeat-x bottom left calc(50vw + 60px)/390px auto;
  pointer-events: none;
  display: block;
  height: 12px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.footer__container {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.footer-sns__item {
  width: 32px;
  aspect-ratio: 1/1;
}

.footer-sns__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}

.copyright {
  color: #7E7E7E;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  display: block;
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop.visible {
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
}

@-webkit-keyframes scroll-bg {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1850px; /* 画像幅に合わせて調整 */
  }
}

@keyframes scroll-bg {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1850px; /* 画像幅に合わせて調整 */
  }
}
@-webkit-keyframes scroll-bg-sp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -379.7435897436vw; /* 画像幅に合わせて調整 */
  }
}
@keyframes scroll-bg-sp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -379.7435897436vw; /* 画像幅に合わせて調整 */
  }
}
.main {
  background-color: #FDF5ED;
  position: relative;
}

.main-bg__object {
  background-color: #F7D7BA;
  background-image: url("../img/bg-anim.svg");
  background-repeat: repeat-x;
  background-position-y: 8px;
  background-size: auto 60px;
  pointer-events: none;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: scroll-bg 100s linear infinite;
          animation: scroll-bg 100s linear infinite;
}
.main-bg__object::before {
  content: "";
  background: url(../img/bg-city.svg) repeat-x center top/655px auto;
  mix-blend-mode: multiply;
  display: block;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 4.4444444444%;
  padding-right: 4.4444444444%;
  position: relative;
}

.kv-overlay {
  width: 25.6097560976%;
  position: relative;
  z-index: 1;
}

.kv-copy {
  color: #111;
  text-shadow: 0 0 2.0833333333vw rgba(255, 255, 255, 0.5);
  font-size: 2.8645833333vw;
  font-weight: 700;
  position: relative;
}
.kv-copy .red {
  color: #e83316;
}
.kv-copy .orange {
  color: #F58300;
}
.kv-copy .strong {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  font-size: 3.6458333333vw;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.kv-copy .marker {
  line-height: 1.0095238095;
  white-space: nowrap;
  border-radius: 1.0416666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.kv-copy .marker .strong {
  letter-spacing: normal;
  line-height: 1.5714285714;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.kv-copy .marker .strong:nth-of-type(2) {
  letter-spacing: -0.03em;
}
.kv-copy .marker .strong:nth-of-type(3) {
  letter-spacing: -0.07em;
}
.kv-copy .marker__container {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5208333333vw;
  width: 29.7222222222vw;
}
.kv-copy .marker__particle {
  line-height: 1.503030303;
}

.kv-copy__column {
  line-height: 1;
}
.kv-copy__column:has(.marker__container) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5208333333vw;
}

.kv-copy__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1111111111vw;
  padding-bottom: 2.8125vw;
  padding-right: 2.7777777778vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.kv-copy__icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.5208333333vw;
  width: 3.125vw;
  aspect-ratio: 1/1;
}

@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes showTextFromBottomToTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes showTextFromBottomToTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.animation-container span {
  display: inline-block;
  vertical-align: bottom;
}
.animation-container:not(.displayed):not(.displayed-off) {
  position: absolute;
  top: 100%;
  left: 0;
}
.animation-container.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.4s backwards;
          animation: showTextFromBottom 0.4s backwards;
}
.animation-container.displayed-off {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.animation-container.displayed-off > span > span {
  -webkit-animation: showTextFromBottomToTop 0.4s forwards;
          animation: showTextFromBottomToTop 0.4s forwards;
}

.kv-subcopy {
  color: #111;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1111111111vw;
  margin-top: 4.8611111111vw;
  position: relative;
}
.kv-subcopy::before {
  content: "";
  background: url(../img/kv-subcopy-arrow.svg) no-repeat 0 0/contain;
  pointer-events: none;
  display: block;
  margin-bottom: 1.1111111111vw;
  margin-left: 3.8888888889vw;
  width: 2.2916666667vw;
  aspect-ratio: 33/71;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.kv-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222vw;
  margin-top: 10.2083333333vw;
}

.kv-menu__title {
  color: #F58300;
  font-size: 1.9444444444vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.kv-menu__item a {
  color: #F58300;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2777777778vw;
}
.kv-menu__item a::before {
  content: "";
  border-radius: 1.1111111111vw;
  background-color: #FBEADA;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.5vw auto;
  pointer-events: none;
  display: block;
  width: 4.4444444444vw;
  aspect-ratio: 1/1;
}
.kv-menu__item a.kv-menu__intro::before {
  background-image: url(../img/icon-info.svg);
}
.kv-menu__item a.kv-menu__spot::before {
  background-image: url(../img/icon-location01.svg);
}
.kv-menu__item a.kv-menu__ticket::before {
  background-image: url(../img/icon-ticket.svg);
}

.kv-menu__item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}

.kv-video {
  width: 74.3902439024%;
  position: relative;
}

.kv-video__item {
  aspect-ratio: 9/16;
  position: relative;
}
.kv-video__item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0;
}
.kv-video__item video {
  pointer-events: none;
}

.kv-video__container {
  -webkit-mask-image: url("../img/mask-kv-pc.svg");
          mask-image: url("../img/mask-kv-pc.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5555555556vw;
}

.kv-video__obj .obj01,
.kv-video__obj .obj02,
.kv-video__obj .obj03 {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  aspect-ratio: 2/1;
  position: absolute;
}
.kv-video__obj .obj01 {
  background-image: url(../img/kv-video-obj01.svg);
  width: 11.0416666667vw;
  aspect-ratio: 159/72;
  top: 2.1527777778vw;
  right: -4.375vw;
}
.kv-video__obj .obj02 {
  background-image: url(../img/kv-video-obj02.svg);
  width: 10.5555555556vw;
  aspect-ratio: 152/51;
  bottom: -2.0138888889vw;
  right: -2.0833333333vw;
}
.kv-video__obj .obj03 {
  background-image: url(../img/kv-video-obj03.svg);
  width: 13.8194444444vw;
  aspect-ratio: 199/36;
  bottom: 10.7638888889vw;
  left: -11.5277777778vw;
}

.section-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 64px;
  padding-right: 64px;
}
.section-intro .section-copy .block-container {
  display: inline-block;
}
.section-intro .section-copy .block-container span {
  display: inline-block;
}
.section-intro .section-copy .block-container span:not(:has(span)) {
  background: url(../img/border-dotted.png) repeat-x bottom left/10px auto;
}
.section-intro .link-qskip {
  text-align: center;
  margin-top: 54px;
}
.section-intro .link-qskip a {
  color: #626264;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.section-intro .link-qskip a::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat 0 0/contain;
  pointer-events: none;
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/14;
}

.section-spot {
  background: url(../img/bg-border.png) repeat-x top 165px center/auto 8px, url(../img/bg-city01.svg) repeat-x top left 50vw/auto 157px, -webkit-linear-gradient(top, transparent 157px, #FBEADA 157px);
  background: url(../img/bg-border.png) repeat-x top 165px center/auto 8px, url(../img/bg-city01.svg) repeat-x top left 50vw/auto 157px, linear-gradient(to bottom, transparent 157px, #FBEADA 157px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 197px;
  padding-bottom: 200px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}
.section-spot .section-copy {
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.spot-item__thumb {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.spot-item__thumb.mask01 {
  -webkit-mask-image: url("../img/mask-spot-thumb01.svg");
          mask-image: url("../img/mask-spot-thumb01.svg");
}
.spot-item__thumb.mask02 {
  -webkit-mask-image: url("../img/mask-spot-thumb02.svg");
          mask-image: url("../img/mask-spot-thumb02.svg");
}
.spot-item__thumb.comingsoon {
  border-radius: 12px;
  overflow: hidden;
}

.spot-item__thumb-cotnainer {
  position: relative;
}
.spot-item__thumb-cotnainer:not(:has(.comingsoon)) {
  cursor: pointer;
}

.spot-item__thumb-btn {
  width: 32px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.spot-item__location {
  color: #e83316;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 9px 12px 11px 8px;
  position: relative;
  z-index: 1;
}
.spot-item__location.multiline {
  line-height: 1.125;
  padding: 6px 12px 6px 8px;
}
.spot-item__location::before {
  content: "";
  background: url(../img/icon-flag.svg) no-repeat center top/contain;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
}

.spot-item__location-text {
  color: #e83316;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0 0 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 10px 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.spot-item__location-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  z-index: 1;
}
.spot-item__location-container:has(.multiline) {
  -webkit-transform: translate(0, -23px);
          transform: translate(0, -23px);
}

.spot-item__update {
  color: #e83316;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.005em;
}

.spot-item__tag {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.spot-item__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.spot-item__title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  margin-top: 6px;
  padding-top: 4px;
}

.spot-item {
  margin-top: 22px;
  position: relative;
}

.spot-item__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
  gap: 64px 48px;
  margin-top: 32px;
}

.spot-bg__object {
  pointer-events: none;
  padding: 0 64px;
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
}
.spot-bg__object .object-flag__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  width: 1080px;
  max-width: 100%;
}
.spot-bg__object .object-location {
  background: url(../img/icon-location02.svg) no-repeat 0 0/contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  aspect-ratio: 30/38;
}
.spot-bg__object .object-flag {
  background: url(../img/icon-flag.svg) no-repeat center top/contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  aspect-ratio: 1/1;
}

.spot-modal__movie {
  overflow: hidden;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 9/16;
  position: absolute;
  inset: 0;
}
.spot-modal__movie video {
  max-height: 100%;
}

.spot-modal__progress-container {
  background-color: #DED2CA;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  z-index: 2;
}
.spot-modal__progress-container:hover {
  -webkit-transform: scaleY(3);
          transform: scaleY(3);
}

.spot-modal__progress-bar {
  background-color: #F58300;
  height: 100%;
  width: 0%;
}

.spot-modal__tag {
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.spot-modal__name {
  color: #7E7E7E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.spot-modal__title {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2916666667;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.spot-plan {
  background-color: #FBEADA;
  border-radius: 16px;
  margin-top: 30px;
  padding: 16px 16px;
  position: relative;
}

.spot-plan__title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.02em;
  background-color: #E83817;
  border-radius: 1000px;
  display: inline-block;
  margin-top: 4px;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.spot-plan_place {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.spot-plan_place::before {
  content: counter(plan-list-number);
  color: #F58300;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  background: url(../img/icon-location03.svg) no-repeat 0 0/contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2px;
  width: 24px;
  aspect-ratio: 24/31;
}

.spot-plan_station {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #fff;
  border: 1px solid #F58300;
  border-radius: 1000px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px 12px;
  position: relative;
  z-index: 1;
}

.spot-plan_item {
  counter-increment: plan-list-number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 0 11px;
  position: relative;
}
.spot-plan_item + .spot-plan_item {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  padding-top: 11px;
}
.spot-plan_item + .spot-plan_item::before {
  content: "";
  display: block;
  border-left: 4px solid #F58300;
  pointer-events: none;
  position: absolute;
  top: -1px;
  bottom: 50%;
  right: 10px;
}
.spot-plan_item:has(+ .spot-plan_item)::after {
  content: "";
  display: block;
  border-left: 4px solid #F58300;
  pointer-events: none;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
}

.spot-plan_item-container {
  counter-reset: plan-list-number;
}

.btn-modal-close {
  background-color: #F58300;
  border-radius: 100px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 12px;
  width: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

@-webkit-keyframes hide-background {
  to {
    background-image: none;
    opacity: 0;
  }
}

@keyframes hide-background {
  to {
    background-image: none;
    opacity: 0;
  }
}
.btn-movie {
  background-image: url(../img/icon-pause.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22.7272727273% auto;
  outline: none;
  position: absolute;
  inset: 0;
}
.btn-movie:not(.play) {
  -webkit-animation: hide-background 1s forwards;
          animation: hide-background 1s forwards;
}
.btn-movie.play {
  background-image: url(../img/icon-play.svg);
}

.btn-toggle-muted {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/icon-mute.svg), url(../img/icon-sound.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0, 24px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px;
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 12px;
  left: 8px;
}
.btn-toggle-muted.muted {
  background-size: 24px auto, 0;
}

.btn-view-instagram {
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.btn-view-instagram a {
  color: #F58300;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 1000px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 13px 12px;
}

.btn-buy-ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.btn-buy-ticket a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: -0.04em;
  text-decoration: none;
  border-radius: 1000px;
  background-color: #F58300;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 14px 8px;
  max-width: 100%;
  width: 600px;
}
.btn-buy-ticket a::before {
  content: "";
  background: url(../img/icon-ticket02.svg) no-repeat 0 0/contain;
  pointer-events: none;
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
}

.modal {
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 24px 16px;
  max-width: 100%;
  max-height: 100%;
}
.modal::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__container {
  margin: 0 auto;
  max-width: 100%;
  width: 1048px;
  position: relative;
}

.modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.modal__column.movie {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  aspect-ratio: 524/629;
  position: relative;
}
.modal__column.movie::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(17.8994407654px);
          backdrop-filter: blur(17.8994407654px);
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.modal__column.info {
  background: #fff url(../img/bg-modal-info.svg) no-repeat bottom left/contain;
  border-radius: 0 16px 16px 0;
  overflow: auto;
  padding: 24px 24px;
}

.modal__column-container {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 48px);
}
.modal__column-container:has(+ .btn-buy-ticket) {
  max-height: calc(100dvh - 48px - 16px - 52px);
}
@media screen and (min-width: 769px){
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  .pc {
    display: none !important;
  }
  .section-title {
    font-size: 7.1794871795vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .section-copy {
    font-size: 4.6153846154vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .header__logo a {
    font-size: 3.8461538462vw;
    line-height: 1.3;
    letter-spacing: 0.02em;
    gap: 2.3076923077vw;
    padding-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
  }
  .header__logo img {
    height: 6.6666666667vw;
  }
  .header__about a {
    font-size: 3.0769230769vw;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
  .footer {
    padding-top: 6.1538461538vw;
    padding-bottom: 6.1538461538vw;
  }
  .footer::before {
    background-position: bottom left;
    background-size: 100vw auto;
    height: 3.0769230769vw;
  }
  .footer__container {
    gap: 8.2051282051vw;
  }
  .footer-sns__item {
    width: 8.2051282051vw;
  }
  .footer-sns__container {
    gap: 8.2051282051vw;
  }
  .copyright {
    font-size: 3.0769230769vw;
  }
  .pagetop {
    bottom: 14.8717948718vw;
    right: 2.0512820513vw;
  }
  .pagetop a {
    width: 12.3076923077vw;
  }
  .main-bg__object {
    background-position-y: 0;
    background-size: auto 12.3076923077vw;
    height: 18.4615384615vw;
    -webkit-animation: scroll-bg 100s linear infinite;
            animation: scroll-bg 100s linear infinite;
  }
  .main-bg__object::before {
    background-position: left bottom -0.2564102564vw;
    background-size: 107.6923076923vw auto;
    height: 16.4102564103vw;
  }
  .kv {
    padding-top: 6.1538461538vw;
    padding-right: 0;
    padding-left: 0;
  }
  .kv-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    width: 17.9487179487vw;
  }
  .kv-copy {
    text-shadow: 0 0 4.1025641026vw rgba(255, 255, 255, 0.5);
    font-size: 5.641025641vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .kv-copy .strong {
    text-shadow: 0 0 4.1025641026vw rgba(255, 255, 255, 0.5);
    font-size: 7.1794871795vw;
    letter-spacing: normal;
  }
  .kv-copy .marker {
    letter-spacing: normal;
  }
  .kv-copy .marker__container {
    gap: 1.0256410256vw;
    width: 58.4615384615vw;
  }
  .kv-copy__column:has(.marker__container) {
    gap: 1.0256410256vw;
  }
  .kv-copy__container {
    gap: 3.0769230769vw;
    padding-bottom: 6.1538461538vw;
    padding-right: 2.0512820513vw;
  }
  .kv-copy__icon {
    margin-left: 1.0256410256vw;
    width: 6.1538461538vw;
  }
  .kv-subcopy {
    color: #fff;
    font-size: 4.6153846154vw;
    letter-spacing: 0.2222222222em;
    line-height: 1.1666666667;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-filter: drop-shadow(0 0 6.1538461538vw #000);
            filter: drop-shadow(0 0 6.1538461538vw #000);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.0769230769vw;
    margin-top: 0;
    padding-top: 6.9230769231vw;
    padding-left: 33.5897435897vw;
  }
  .kv-subcopy::before {
    background-image: url(../img/kv-subcopy-arrow-sp.svg);
    margin-top: -2.0512820513vw;
    margin-bottom: 0;
    margin-left: 1.5384615385vw;
    width: 11.5384615385vw;
    top: 0;
    bottom: inherit;
  }
  .kv-menu {
    margin-top: auto;
  }
  .kv-menu__item a {
    font-size: 3.0769230769vw;
    gap: 1.0256410256vw;
  }
  .kv-menu__item a::before {
    background-size: 6.1538461538vw auto;
    border-radius: 2.0512820513vw;
    width: 10.2564102564vw;
  }
  .kv-menu__item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1538461538vw;
  }
  .kv-video {
    width: 82.0512820513vw;
  }
  .kv-video__container {
    -webkit-mask-image: url("../img/mask-kv-sp.svg");
            mask-image: url("../img/mask-kv-sp.svg");
    grid-template-columns: repeat(1, 1fr);
  }
  .kv-video__obj .obj01 {
    width: 24.6153846154vw;
    top: -3.5897435897vw;
    right: -1.7948717949vw;
  }
  .kv-video__obj .obj02 {
    width: 19.4871794872vw;
    bottom: -4.358974359vw;
    right: 2.5641025641vw;
  }
  .kv-video__obj .obj03 {
    width: 25.3846153846vw;
    bottom: 61.7948717949vw;
    left: -22.3076923077vw;
  }
  .section-intro {
    padding: 8.2051282051vw 5.1282051282vw 0;
  }
  .section-intro .section-title {
    font-size: 6.1538461538vw;
    font-weight: 500;
    padding: 1.5384615385vw 1.2820512821vw 1.7948717949vw;
  }
  .section-intro .section-copy {
    font-size: 3.5897435897vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    text-align: left;
    margin-top: 0;
    padding-right: 2.8205128205vw;
  }
  .section-intro .section-copy .block-container span {
    padding-bottom: 1.0256410256vw;
    width: 100%;
  }
  .section-intro .section-copy .block-container span:not(:has(span)) {
    background: url(../img/border-dotted.png) repeat-x bottom left/1.5384615385vw auto;
  }
  .section-intro .link-qskip {
    text-align: right;
    margin-top: 2.0512820513vw;
    padding-right: 2.0512820513vw;
  }
  .section-intro .link-qskip a {
    font-size: 3.5897435897vw;
    gap: 2.5641025641vw;
  }
  .section-intro .link-qskip a::after {
    width: 2.0512820513vw;
  }
  .intro__column:has(.section-title) {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .intro__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.1025641026vw;
  }
  .section-spot {
    background: url(../img/bg-border.png) repeat-x top 21.7948717949vw center/auto 1.0256410256vw, url(../img/bg-city01.svg) repeat-x top left/auto 22.5641025641vw, -webkit-gradient(linear, left top, left bottom, color-stop(22.5641025641vw, transparent), color-stop(22.5641025641vw, #FBEADA));
    background: url(../img/bg-border.png) repeat-x top 21.7948717949vw center/auto 1.0256410256vw, url(../img/bg-city01.svg) repeat-x top left/auto 22.5641025641vw, -webkit-linear-gradient(top, transparent 22.5641025641vw, #FBEADA 22.5641025641vw);
    background: url(../img/bg-border.png) repeat-x top 21.7948717949vw center/auto 1.0256410256vw, url(../img/bg-city01.svg) repeat-x top left/auto 22.5641025641vw, linear-gradient(to bottom, transparent 22.5641025641vw, #FBEADA 22.5641025641vw);
    padding-top: 28.2051282051vw;
    padding-bottom: 34.8717948718vw;
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
  .section-spot .section-copy {
    margin-top: 4.1025641026vw;
    gap: 4.1025641026vw;
  }
  .spot-item__thumb.mask01 {
    -webkit-mask-image: url("../img/mask-spot-thumb01-sp.svg");
            mask-image: url("../img/mask-spot-thumb01-sp.svg");
  }
  .spot-item__thumb.mask02 {
    -webkit-mask-image: url("../img/mask-spot-thumb02-sp.svg");
            mask-image: url("../img/mask-spot-thumb02-sp.svg");
  }
  .spot-item__thumb.comingsoon {
    border-radius: 2.0512820513vw;
  }
  .spot-item__thumb-btn {
    width: 7.1794871795vw;
  }
  .spot-item__location {
    font-size: 4.1025641026vw;
    line-height: 0.9;
    border-radius: 2.0512820513vw;
    gap: 1.0256410256vw;
    padding: 1.7948717949vw 3.0769230769vw 2.3076923077vw 2.0512820513vw;
  }
  .spot-item__location.multiline {
    font-size: 3.8461538462vw;
    line-height: 1.2;
    padding: 1.0256410256vw 3.0769230769vw 1.0256410256vw 2.0512820513vw;
  }
  .spot-item__location::before {
    width: 4.1025641026vw;
  }
  .spot-item__location-text {
    font-size: 3.0769230769vw;
    line-height: 1;
    padding: 1.2820512821vw 2.0512820513vw 2.0512820513vw 0;
  }
  .spot-item__location-container {
    -webkit-transform: translate(0, -4.1025641026vw);
            transform: translate(0, -4.1025641026vw);
  }
  .spot-item__location-container:has(.multiline) {
    -webkit-transform: translate(0, -5.641025641vw);
            transform: translate(0, -5.641025641vw);
  }
  .spot-item__update {
    font-size: 3.0769230769vw;
    letter-spacing: 0.005em;
  }
  .spot-item__tag {
    font-size: 2.5641025641vw;
  }
  .spot-item__title {
    font-size: 3.8461538462vw;
    line-height: 1.5333333333;
    letter-spacing: 0.01em;
  }
  .spot-item__title-container {
    margin-top: 0;
    padding-top: 2.0512820513vw;
    gap: 1.0256410256vw;
  }
  .spot-item {
    margin-top: 5.641025641vw;
  }
  .spot-item__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10.2564102564vw 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
  .spot-bg__object {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
    top: 13.5897435897vw;
  }
  .spot-bg__object .object-flag__container {
    gap: 9.4871794872vw;
  }
  .spot-bg__object .object-location {
    width: auto;
    height: 5.641025641vw;
  }
  .spot-bg__object .object-flag {
    width: 8.2051282051vw;
  }
  .spot-modal__progress-container {
    height: 1.0256410256vw;
  }
  .spot-modal__tag {
    font-size: 2.5641025641vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .spot-modal__name {
    font-size: 3.0769230769vw;
    letter-spacing: normal;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .spot-modal__title {
    font-size: 4.1025641026vw;
    line-height: 1.3125;
    letter-spacing: 0.02em;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.0256410256vw;
    width: 100%;
  }
  .spot-plan {
    border-radius: 2.0512820513vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 2.0512820513vw;
    margin-left: 2.5641025641vw;
    padding: 2.0512820513vw 2.0512820513vw 3.0769230769vw 6.1538461538vw;
  }
  .spot-plan__title {
    font-size: 3.5897435897vw;
    line-height: 1.0714285714;
    letter-spacing: 0.02em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    margin-top: 0;
    padding: 1.5384615385vw 1.0256410256vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .spot-plan_place {
    font-size: 3.5897435897vw;
    line-height: 1.2857142857;
    letter-spacing: 0.02em;
  }
  .spot-plan_place::before {
    font-size: 3.0769230769vw;
    letter-spacing: 0.02em;
    padding-top: 0.5128205128vw;
    width: 4.6153846154vw;
    aspect-ratio: 18/23;
  }
  .spot-plan_station {
    font-size: 3.0769230769vw;
    letter-spacing: 0.02em;
    padding: 0.7692307692vw 2.0512820513vw;
  }
  .spot-plan_item {
    padding: 0 0;
  }
  .spot-plan_item + .spot-plan_item {
    padding-top: 2.0512820513vw;
  }
  .spot-plan_item + .spot-plan_item::before {
    border-left-width: 1.0256410256vw;
    right: 2.5641025641vw;
  }
  .spot-plan_item:has(+ .spot-plan_item) {
    padding-bottom: 2.0512820513vw;
  }
  .spot-plan_item:has(+ .spot-plan_item)::after {
    border-left-width: 1.0256410256vw;
    right: 2.5641025641vw;
  }
  .btn-modal-close {
    border-radius: 12.3076923077vw;
    padding: 3.0769230769vw 3.0769230769vw;
    width: 12.3076923077vw;
    top: 2.0512820513vw;
    right: 2.0512820513vw;
  }
  .btn-movie {
    background-size: 33.0578512397% auto;
  }
  .btn-toggle-muted {
    -webkit-backdrop-filter: blur(0.5128205128vw);
            backdrop-filter: blur(0.5128205128vw);
    background-size: 0, 6.1538461538vw auto;
    -webkit-box-shadow: 0 1.0256410256vw 1.0256410256vw 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1.0256410256vw 1.0256410256vw 0 rgba(0, 0, 0, 0.25);
    padding: 2.0512820513vw 2.0512820513vw;
    width: 10.2564102564vw;
    bottom: 3.0769230769vw;
    left: 2.0512820513vw;
  }
  .btn-toggle-muted.muted {
    background-size: 6.1538461538vw auto, 0;
  }
  .btn-view-instagram {
    bottom: 3.0769230769vw;
    right: 2.0512820513vw;
  }
  .btn-view-instagram a {
    font-size: 3.0769230769vw;
    letter-spacing: -0.04em;
    padding: 3.5897435897vw 3.0769230769vw;
  }
  .btn-buy-ticket {
    margin-top: 4.1025641026vw;
  }
  .btn-buy-ticket a {
    font-size: 4.1025641026vw;
    line-height: 1.3125;
    letter-spacing: -0.04em;
    padding: 3.5897435897vw 2.0512820513vw;
    width: 83.5897435897vw;
  }
  .btn-buy-ticket a::before {
    width: 6.1538461538vw;
  }
  .modal {
    padding: 6.1538461538vw 4.1025641026vw;
  }
  .modal__column {
    width: 100%;
  }
  .modal__column.movie {
    border-radius: 4.1025641026vw 4.1025641026vw 0 0;
    aspect-ratio: 358/431;
    height: 110.5128205128vw;
  }
  .modal__column.movie::before {
    -webkit-backdrop-filter: blur(3.0769230769vw);
            backdrop-filter: blur(3.0769230769vw);
  }
  .modal__column.info {
    background: #fff;
    border-radius: 0 0 4.1025641026vw 4.1025641026vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.0769230769vw 3.0769230769vw;
    min-height: 35.8974358974vw;
  }
  .modal__column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100dvh - 12.3076923077vw);
  }
}
@media screen and (max-width: 768px) and (orientation: landscape){
  .modal__column-container {
    max-height: none !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) and (max-height: 158.2051282051vw){
  .modal__column-container:not(:has(+ .btn-buy-ticket)) .modal__column.movie {
    aspect-ratio: inherit;
  }
  .modal__column-container:not(:has(+ .btn-buy-ticket)) .modal__column.info {
    height: 35.8974358974vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) and (max-height: 171.0256410256vw){
  .modal__column-container:has(+ .btn-buy-ticket) .modal__column.movie {
    aspect-ratio: inherit;
  }
  .modal__column-container:has(+ .btn-buy-ticket) .modal__column.info {
    height: 35.8974358974vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 768px){
  .modal__column-container:has(+ .btn-buy-ticket) {
    max-height: calc(100dvh - 12.3076923077vw - 4.1025641026vw - 13.3333333333vw);
  }
}
@media screen and (max-width: 375px){
  .footer::before {
    background-position: bottom -0.1282051282vw left;
  }
  .section-spot {
    background: url(../img/bg-border.png) repeat-x top 21.7948717949vw center/auto 1.0256410256vw, url(../img/bg-city01.svg) repeat-x top 0.2564102564vw left/auto 22.5641025641vw, -webkit-gradient(linear, left top, left bottom, color-stop(22.5641025641vw, transparent), color-stop(22.5641025641vw, #FBEADA));
    background: url(../img/bg-border.png) repeat-x top 21.7948717949vw center/auto 1.0256410256vw, url(../img/bg-city01.svg) repeat-x top 0.2564102564vw left/auto 22.5641025641vw, -webkit-linear-gradient(top, transparent 22.5641025641vw, #FBEADA 22.5641025641vw);
    background: url(../img/bg-border.png) repeat-x top 21.7948717949vw center/auto 1.0256410256vw, url(../img/bg-city01.svg) repeat-x top 0.2564102564vw left/auto 22.5641025641vw, linear-gradient(to bottom, transparent 22.5641025641vw, #FBEADA 22.5641025641vw);
  }
}