@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  background-color: #09131e;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", sans-serif;
  font-weight: 400;
  color: #09131e;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9411764706vw;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact-btn {
  padding: 6px 98px;
  padding: 0.375rem 6.125rem;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #b19156;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    padding: 1.125rem 11.375rem;
    font-size: 1.125rem;
  }
}

.contact-btn:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.detail-page__title-wrap.detail-page__title-wrap--ja {
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.detail-page__title-en,
.detail-page__title-zh {
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  color: #f8e395;
  line-height: 1;
  text-align: center;
}

.detail-page__title-en {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .detail-page__title-en {
    font-size: 2.25rem;
  }
}

.detail-page__title-en.detail-page__title-en--ja {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .detail-page__title-en.detail-page__title-en--ja {
    font-size: 2.625rem;
  }
}

.detail-page__title-zh {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .detail-page__title-zh {
    font-size: 1.3125rem;
  }
}

.detail-page__decoration {
  position: relative;
}

@media screen and (min-width: 768px) {
  .detail-page__decoration::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21.4375rem;
    height: 8rem;
    background: url("../images/common/takarazuka_mascot.png") no-repeat center/contain;
  }
}

@media screen and (min-width: 768px) {
  .detail-page__decoration.detail-page__decoration--ja::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21.4375rem;
    height: 8rem;
    background: url("../images/common/takarazuka_mascot-ja.png") no-repeat center/contain;
  }
}

.detail-page__line {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .detail-page__line {
    margin-top: 0.875rem;
  }
}

.detail-page__line img {
  width: 100%;
  height: 56px;
  height: 3.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .detail-page__line img {
    height: 5rem;
  }
}

.detail-page__logo {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .detail-page__logo {
    top: 40%;
    left: 12%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12.5rem;
    height: 12.5rem;
  }
}

.detail-page__logo a:hover {
  opacity: 1;
}

.experience-card a {
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #b19156;
  cursor: pointer;
}
@media screen and (min-width: 479px) {
  .experience-card a {
    padding-right: min(2.8125rem, 9.375vw);
    padding-left: min(2.8125rem, 9.375vw);
  }
}
@media screen and (min-width: 768px) {
  .experience-card a {
    padding-top: 6.5625rem;
    padding-bottom: 4.6875rem;
    padding-right: min(4.1875rem, 3.48958333vw);
    padding-left: min(4.1875rem, 3.48958333vw);
  }
}

.experience-card.experience-card--ja a {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .experience-card.experience-card--ja a {
    padding-top: 6.5rem;
    padding-bottom: 3.75rem;
  }
}

.experience-card__img {
  width: 100%;
}

.experience-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 719/423;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5625rem 0 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .experience-card__img img {
    border-radius: 3.125rem 0 3.125rem 0;
  }
}

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

@media screen and (min-width: 768px) {
  .experience-card__content.experience-card__content--ja {
    margin-top: 2.5rem;
  }
}

.experience-card__title-en {
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.11;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .experience-card__title-en {
    margin-top: 0.75rem;
    font-size: 2rem;
  }
}

.experience-card__title-en.experience-card__title-en--ja {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .experience-card__title-en.experience-card__title-en--ja {
    margin-top: -1.6875rem;
    font-size: clamp(1.375rem, -0.125rem + 3.13vw, 2.5rem);
    line-height: 1.3;
  }
}

.experience-card__title-zh {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Noto Serif", "STKaitiTC", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .experience-card__title-zh {
    margin-top: 0.75rem;
    font-size: 1.1875rem;
  }
}

.experience-card__info {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .experience-card__info {
    margin-top: 2.625rem;
  }
}

.experience-card__info.experience-card__info--ja {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .experience-card__info.experience-card__info--ja {
    margin-top: 2.625rem;
  }
}

.experience-card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .experience-card__info-item {
    gap: 1.25rem;
  }
}

.experience-card__info-item + .experience-card__info-item {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .experience-card__info-item + .experience-card__info-item {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .experience-card__info-item--ja + .experience-card__info-item--ja {
    margin-top: 0.375rem;
  }
}

.experience-card__info-category {
  padding: 5px;
  padding: 0.3125rem;
  max-width: 125px;
  max-width: 7.8125rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #09131e;
  color: #b19156;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .experience-card__info-category {
    padding: 0.5rem;
    max-width: 10.4375rem;
    font-size: 1.125rem;
  }
}

.experience-card__info-text {
  font-size: 15px;
  font-size: 0.9375rem;
  word-wrap: anywhere;
  word-break: break-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .experience-card__info-text {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}

.experience-card__info-text.experience-card__info-text--ja {
  line-height: 1.2;
}

.experience-card__info-readmore {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .experience-card__info-readmore {
    margin-top: 1.5625rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .experience-card__info-readmore.experience-card__info-readmore--ja {
    margin-top: 4.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .experience-card__content--ja {
    margin-top: 2.5rem;
  }
}

.experience-card__title-en--ja {
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
}
@media screen and (min-width: 768px) {
  .experience-card__title-en--ja {
    margin-top: 0;
    font-size: 3.5rem;
    font-weight: normal;
    font-weight: initial;
  }
}

.experience-detail__top-title-en {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #f8e395;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .experience-detail__top-title-en {
    font-size: 3rem;
  }
}

.experience-detail__top-title-en.experience-detail__top-title-en--ja {
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .experience-detail__top-title-en.experience-detail__top-title-en--ja {
    font-size: 3.4375rem;
  }
}

.experience-detail__top-title-zh {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Serif", "STKaitiTC", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f8e395;
}
@media screen and (min-width: 768px) {
  .experience-detail__top-title-zh {
    margin-top: 1.375rem;
    font-size: 1.875rem;
  }
}

.experience-detail__gallery {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__gallery {
    margin-top: 3.5rem;
  }
}

.experience-detail__gallery.experience-detail__gallery--ja {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.experience-detail__gallery.experience-detail__gallery {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__gallery.experience-detail__gallery {
    margin-top: 3.5rem;
  }
}

.experience-gallery__sub {
  cursor: pointer;
}

.experience-gallery__sub img:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.experience-detail__text-wrap {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .experience-detail__text-wrap {
    margin-top: 4.75rem;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 34%;
  }
}

@media screen and (min-width: 768px) {
  .experience-detail__text-contents-en {
    width: 100%;
    height: inherit;
    gap: 2.5rem;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}

.experience-detail__text-contents-zh {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__text-contents-zh {
    margin-top: 0;
    width: 100%;
    height: inherit;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}

.experience-detail__title-en,
.experience-detail__title-zh {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #f8e395;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .experience-detail__title-en,
  .experience-detail__title-zh {
    font-size: 1.375rem;
  }
}

.experience-detail__title-en {
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .experience-detail__title-en {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.experience-detail__title-en.experience-detail__title-en--ja {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
}
@media screen and (min-width: 768px) {
  .experience-detail__title-en.experience-detail__title-en--ja {
    margin-top: 1.0625rem;
    font-size: 2.25rem;
  }
}

.experience-detail__title-zh {
  font-family: "Noto Serif", "STKaitiTC", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .experience-detail__title-zh {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.experience-detail__text-en,
.experience-detail__text-zh {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #f8e395;
}

.experience-detail__text-en {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  line-height: 1.72;
  letter-spacing: 0.078em;
}
@media screen and (min-width: 768px) {
  .experience-detail__text-en {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.experience-detail__text-zh {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-family: "Noto Serif", "STKaitiTC", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .experience-detail__text-zh {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
    margin-top: 0;
  }
}

.experience-detail__title-main.experience-detail__title-main--ja {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.experience-detail__title-sub.experience-detail__title-sub--ja {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.experience-detail__video {
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .experience-detail__video {
    margin-top: 8.75rem;
  }
}

.experience-detail__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.experience-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .experience-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.experience-gallery__main {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .experience-gallery__main {
    max-width: 69.0780142%;
    width: 100%;
  }
}

.experience-gallery__main img {
  aspect-ratio: 403/226;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .experience-gallery__main img {
    aspect-ratio: 484/301;
  }
}

.experience-gallery__sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  gap: 0.625rem;
  -ms-flex-line-pack: start;
      align-content: start;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .experience-gallery__sub {
    grid-template-columns: repeat(2, 1fr);
    max-width: 34.0425532%;
    width: 100%;
    gap: 1.25rem;
  }
}

.experience-gallery__sub.experience-gallery__sub--ja {
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .experience-gallery__sub.experience-gallery__sub--ja {
    gap: 1.25rem;
  }
}

.experience-gallery__sub img {
  aspect-ratio: 127/83;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .experience-gallery__sub img {
    aspect-ratio: 118/90;
  }
}

.experience-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.experience-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .experience-info__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.experience-info__item + .experience-info__item {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .experience-info__item + .experience-info__item {
    margin-top: 3.25rem;
  }
}

.experience-info__term {
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  max-width: 228px;
  max-width: 14.25rem;
  width: 100%;
  background-color: #ddcb87;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .experience-info__term {
    padding: 0.8125rem 1.875rem;
    max-width: 30%;
    font-size: 1.5rem;
  }
}

.experience-info__term.experience-info__term--ja,
.experience-info__description-en.experience-info__description-en--ja {
  font-family: "Noto Sans JP", "小塚ゴシック Pro", sans-serif;
}

.experience-info__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 7px;
  gap: 0.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ddcb87;
  text-align: left;
  border-bottom: solid 1px #ddcb87;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .experience-info__text {
    margin-top: 0;
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    gap: 3.125rem;
    padding-top: 0.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.75rem;
  }
}

.experience-info__text.experience-info__text--bus {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.experience-info__text.experience-info__text--ja {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .experience-info__text.experience-info__text--ja {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.experience-info__description-en {
  max-width: 60.6435644%;
  width: 100%;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  line-height: 1.72;
}
@media screen and (min-width: 768px) {
  .experience-info__description-en {
    width: calc(50% - 1.5625rem);
    max-width: none;
  }
}

.experience-info__description-en.experience-info__description-en {
  max-width: none;
}

.experience-info__description-zh {
  max-width: 41.0891089%;
  width: 100%;
  font-family: "Noto Serif", "STKaitiTC", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .experience-info__description-zh {
    width: calc(50% - 1.5625rem);
    max-width: none;
  }
}

.experience-info__location {
  margin-top: 44px;
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .experience-info__location {
    margin-top: 3.1875rem;
  }
}

.experience-info__location-term {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  padding-right: 7px;
  padding-right: 0.4375rem;
  max-width: 228px;
  max-width: 14.25rem;
  width: 100%;
  background-color: #ddcb87;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .experience-info__location-term {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 30%;
    font-size: 1.5rem;
  }
}

.experience-info__location-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .experience-info__location-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.experience-info__location-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .experience-info__location-body {
    gap: 1.125rem;
  }
}

.experience-info__location-text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #ddcb87;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .experience-info__location-text {
    margin-top: 0;
    font-size: 1.125rem;
    gap: 3.125rem;
  }
}

.experience-info__location-description-en {
  width: 100%;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
  line-height: 1.72;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .experience-info__location-description-en {
    padding-left: 3.75rem;
  }
}

.experience-info__location-description-zh {
  max-width: 41.0891089%;
  width: 100%;
  font-family: "Noto Serif", "STKaitiTC", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .experience-info__location-description-zh {
    max-width: none;
  }
}

.experience-info__map {
  margin-top: 26px;
  margin-top: 1.625rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  border-bottom: solid 1px #ddcb87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .experience-info__map {
    padding-left: 3.75rem;
    padding-bottom: 0.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    gap: 3.125rem;
  }
}

.experience-info__map iframe {
  aspect-ratio: 408/229;
  border: none;
}
@media screen and (min-width: 768px) {
  .experience-info__map iframe {
    width: calc(50% - 1.5625rem);
    aspect-ratio: 969/543;
  }
}

.experience-info__address iframe {
  aspect-ratio: 408/229;
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .experience-info__address iframe {
    aspect-ratio: 969/543;
  }
}

@media screen and (min-width: 768px) {
  .experience-info__description-en.experience-info__description-en--ja {
    font-size: 1.5rem;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}

.experience-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.experience-info__address {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .experience-info__address {
    padding-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .experience-info__address-text {
    font-size: 1.5rem;
    padding-left: 3.125rem;
  }
}

.experience-info__address iframe {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  aspect-ratio: 408/229;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .experience-info__address iframe {
    padding-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .experience-info__text.experience-info__text--ja .experience-info__content .experience-info__address-text,
  .experience-info__text.experience-info__text--ja .experience-info__content .experience-info__address {
    padding-left: 0rem;
  }
}

.experience-list {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 8px;
  row-gap: 0.5rem;
  margin: 0 auto;
  max-width: 1920px;
  max-width: 120rem;
  width: 100%;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .experience-list {
    grid-template-columns: repeat(auto-fit, minmax(31.25rem, 1fr));
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
    padding-bottom: 7.5rem;
  }
}

.footer {
  padding-top: 50px;
  padding-top: 3.125rem;
  background-color: #000;
  color: #fff;
}

.footer__line img {
  height: 10px;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__line img {
    height: 1.125rem;
  }
}

.footer__wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    margin-top: 3.375rem;
    padding: 0 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__left {
  white-space: nowrap;
}

.footer__logo-title,
.footer__logo-subtitle {
  font-weight: 500;
  font-family: "Jost", "Futura", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.14875em;
  text-align: left;
}

.footer__logo-title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-title {
    font-size: 1.875rem;
  }
}

.footer__logo-subtitle {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.footer__logo-subtitle.footer__logo-subtitle--ja {
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-subtitle.footer__logo-subtitle--ja {
    font-size: 1.125rem;
  }
}

.footer__contact-btn-wrapper.u-mobile {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer__contact-btn-wrapper.u-desktop {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 14.6875rem;
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .footer__info__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__info__text.footer__info__text--ja {
    width: 100%;
  }
}

.footer__info__text.footer__info__text--space {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__info__text.footer__info__text--space {
    margin-top: 3.75rem;
  }
}

.footer__info-title,
.footer__info-detail {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__info-title,
  .footer__info-detail {
    font-size: 1.125rem;
  }
}

.footer__info-title {
  margin-top: 24px;
  margin-top: 1.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__info-title {
    margin-top: 0;
    width: 16.25rem;
    text-align: right;
  }
}

.footer__info-title.footer__info-title--ja {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__info-title.footer__info-title--ja {
    margin-top: 0;
  }
}

.footer__info-detail {
  margin-top: 13px;
  margin-top: 0.8125rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer__info-detail {
    margin-top: 0;
  }
}

.footer__mail {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.footer__bottom {
  margin-top: 74px;
  margin-top: 4.625rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  background-color: #09131e;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    margin-top: 2.125rem;
    padding: 2.5rem 5.625rem;
  }
}

.footer__support {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__support {
    font-size: 1.5rem;
    text-align: right;
  }
}

.inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 479px) {
  .inner {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1750px;
    max-width: 1700px;
    padding-right: 6.875rem;
    padding-left: 6.875rem;
  }
}

.footer {
  padding-top: 0;
}

.reservation-btn {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 2.6875rem;
  background: -webkit-gradient(linear, left top, right top, from(#866132), color-stop(50%, #fce798), to(#866132));
  background: linear-gradient(to right, #866132 0%, #fce798 50%, #866132 100%);
  -webkit-box-shadow: 0 0 0.9375rem 0.3125rem rgba(255, 255, 255, .4);
          box-shadow: 0 0 0.9375rem 0.3125rem rgba(255, 255, 255, .4);
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .reservation-btn {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
    max-width: 53.5810811%;
    border-radius: 5.3125rem;
  }
}

.reservation-btn.reservation-btn--ja {
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .reservation-btn.reservation-btn--ja {
    padding: 3.5rem 0;
  }
}

.reservation-btn:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

.reservation-btn:active {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}

.reservation-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.5;
  text-align: center;
}

.reservation-btn__text-en.reservation-btn__text-en-ja {
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
}

.reservation-btn__text-en {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Merriweather", "Cambria", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .reservation-btn__text-en {
    font-size: 2.625rem;
  }
}

.reservation-btn__text-zh {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Serif", "STKaitiTC", serif;
  font-weight: 900;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .reservation-btn__text-zh {
    font-size: 1.75rem;
  }
}

.reservation-cta__btn-wrapper {
  text-align: center;
}

.reservation-cta__top-page {
  margin-top: 57px;
  margin-top: 3.5625rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation-cta__top-page {
    margin-top: 4.1875rem;
    padding-bottom: 0;
    text-align: right;
  }
}

.reservation-cta__top-page.reservation-cta__top-page-ja {
  margin-top: 76px;
  margin-top: 4.75rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}

.reservation-cta__top-page a {
  position: relative;
  display: inline-block;
  padding: 15px;
  padding: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif", "STKaitiTC", serif;
  color: #ddcb87;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reservation-cta__top-page a {
    padding: 1.875rem;
    font-size: 1.75rem;
  }
}

.reservation-cta__top-page a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  left: -0.125rem;
  bottom: 0;
  margin: auto;
  width: 12px;
  width: 0.75rem;
  height: 2px;
  background: #ddcb87;
}
@media screen and (min-width: 768px) {
  .reservation-cta__top-page a::before {
    width: 1.375rem;
  }
}

.reservation-cta__top-page a::after {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  left: -0.125rem;
  bottom: 0;
  margin: auto;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 2px solid #ddcb87;
  border-right: 2px solid #ddcb87;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .reservation-cta__top-page a::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.sponsor-link {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .sponsor-link {
    padding-top: 2.9375rem;
  }
}

.sponsor-link__item {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sponsor-link__item {
    max-width: 31.875rem;
  }
}

.sponsor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sponsor-link__list {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    padding-bottom: 4.0625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, 5vw, 6.875rem);
  }
}

.sponsor-link__item {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .sponsor-link__item {
    max-width: 31.875rem;
  }
}

.sponsor-link__item:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.top-mv {
  position: relative;
  z-index: 1;
  height: 91.0416666667vw;
  overflow: visible;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-mv {
    height: 50.4166666667vw;
  }
}

.top-mv::after {
  content: "";
  position: absolute;
  right: min(5px, 0.3333vw);
  right: min(0.3125rem, 0.3333vw);
  bottom: -136px;
  bottom: -8.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(205px, 42.7083vw);
  width: min(12.8125rem, 42.7083vw);
  height: 70px;
  height: 4.375rem;
  background: url("../images/common/takarazuka_mascot.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-mv::after {
    right: 2.9375rem;
    bottom: -6.6875rem;
    width: min(21.4375rem, 17.8645833vw);
    height: 8rem;
  }
}

.top-mv.top-mv--ja::after {
  bottom: -117px;
  bottom: -7.3125rem;
}

.top-mv__title-wrap {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #09131e;
}
@media screen and (min-width: 768px) {
  .top-mv__title-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.top-mv__title-wrap.top-mv__title-wrap--ja {
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .top-mv__title-wrap.top-mv__title-wrap--ja {
    padding: 1.6875rem 0;
  }
}

.top-mv__title-en,
.top-mv__title-zh {
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  color: #f8e395;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

.top-mv__title-en {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .top-mv__title-en {
    font-size: 2.625rem;
  }
}

.top-mv__title-en.top-mv__title-en--ja {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-mv__title-en.top-mv__title-en--ja {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-mv__description-en.top-mv__description-en--ja {
    font-size: 1.5625vw;
    font-family: "Shippori Mincho", "PShimanami StdN", serif;
    padding-bottom: 1.4375rem;
    line-height: 1.3;
    margin-top: 1.8229166667vw;
  }
}

.top-mv__title-en.top-mv__title-en-ja {
  font-size: 18px;
  font-size: 1.125rem;
}

.top-mv__title-zh {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .top-mv__title-zh {
    font-size: 1.5rem;
  }
}

.top-mv__contentWrap {
  padding-top: clamp(16px, 1.6666vw, 7px);
  padding-top: clamp(1rem, 1.6666vw, 0.4375rem);
  height: calc(100% - 16.875vw);
  width: 100%;
  background: url("../images/top/mv-back_sp.png") no-repeat center bottom/cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-mv__contentWrap {
    padding-top: clamp(1rem, 1.6666vw, 2.125rem);
    height: calc(100% - 6.25vw);
    background-image: url("../images/top/mv-back_pc.png");
  }
}

.top-mv__content {
  position: relative;
  height: calc(100% - 18.75vw);
}
@media screen and (min-width: 768px) {
  .top-mv__content {
    height: calc(100% - 15.625vw);
  }
}

.top-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 47%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .top-mv__logo {
    top: 50%;
    max-width: 25%;
  }
}

.top-mv__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.top-mv__text-wrap {
  position: relative;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  text-align: center;
}

.top-mv__text-en {
  font-size: 4.5833333333vw;
  font-family: "Shippori Mincho", "PShimanami StdN", serif;
  font-weight: unset;
  text-align: center;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .top-mv__text-en {
    font-size: 2.34375vw;
  }
}

.top-mv__text-zh {
  margin-top: 2.7083333333vw;
  font-size: 2.7083333333vw;
  font-family: "Noto Serif", "STKaitiTC", serif;
  letter-spacing: 0.2em;
  padding-bottom: 3.75vw;
}
@media screen and (min-width: 768px) {
  .top-mv__text-zh {
    margin-top: 0.520833333vw;
    font-size: 1.14583333vw;
    padding-bottom: 1.125rem;
  }
}

.top-mv__description-zh {
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Noto Serif", "STKaitiTC", serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .top-mv__description-zh {
    margin-top: 1.04166667vw;
    font-size: 0.78125vw;
    letter-spacing: 0.2em;
  }
}

.top-mv__text-en.top-mv__text-en--ja {
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .top-mv__text-en.top-mv__text-en--ja {
    font-size: 3.125vw;
  }
}

.top-mv__text-wrap.top-mv__text-wrap--ja {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-mv__text-wrap.top-mv__text-wrap--ja {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.6041666667vw;
  }
}

.top-mv__slide-wrap {
  height: 100%;
}

.c-scroll-parts {
  height: 100%;
}

.c-scroll-parts__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
}

.c-scroll-parts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-scroll-parts__list {
    gap: 1rem;
    padding-right: 1rem;
  }
}

.c-scroll-parts__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.c-scroll-parts__item img,
.c-scroll-parts__item video {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scroll-loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-scroll-parts__list:first-child {
  -webkit-animation: scroll-loop 120s -60s linear infinite;
          animation: scroll-loop 120s -60s linear infinite;
}

.c-scroll-parts__list:last-child {
  -webkit-animation: scroll-loop2 120s linear infinite;
          animation: scroll-loop2 120s linear infinite;
}

.c-scroll-parts__item picture {
  height: 100%;
  display: block;
}

.c-scroll-parts__item picture img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.detail-page-layout {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .detail-page-layout {
    margin-top: 5rem;
  }
}

.detail-page-layout.detail-page-layout--ja {
  margin-top: -25px;
  margin-top: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .detail-page-layout.detail-page-layout--ja {
    margin-top: 2.5rem;
  }
}

.experience-detail-layout {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .experience-detail-layout {
    margin-top: 11.125rem;
  }
}

.experience-detail-layoutexperience-detail-layout--ja {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .experience-detail-layoutexperience-detail-layout--ja {
    margin-top: 0;
  }
}

.experience-info-layout {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .experience-info-layout {
    margin-top: 11.75rem;
  }
}

.experience-info-layout.experience-info-layout--ja {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .experience-info-layout.experience-info-layout--ja {
    margin-top: 13.125rem;
  }
}

.experience-layout {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .experience-layout {
    margin-top: 7.5rem;
  }
}

.experience-layout.experience-layout--ja {
  margin-top: 104px;
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .experience-layout.experience-layout--ja {
    margin-top: 7.5rem;
  }
}

.reservation-cta-layout {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .reservation-cta-layout {
    margin-top: 12.5rem;
  }
}

.reservation-cta-layout.reservation-cta-layout-ja {
  margin-top: 105px;
  margin-top: 6.5625rem;
}

.sponsor-link-layout {
  padding: 52px 0;
  padding: 3.25rem 0;
}
@media screen and (min-width: 768px) {
  .sponsor-link-layout {
    padding-top: 3.3125rem;
    margin-top: 14.9375rem;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .sponsor-link-layout.sponsor-link-layout--ja {
    padding-top: 2.9375rem;
    margin-top: 7.3125rem;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=styles.css.map */
