@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea {
  appearance: none;
  border: 0;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

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

input,
textarea {
  appearance: none;
}

a {
  text-decoration: none;
}

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

.wp-block-columns {
  margin-bottom: 0;
}

:root {
  --color-black: #231816;
  --color-gray: #ccc;
  --color-shadow: #a9656540;
  --color-main: #dc6e5a;
  --color-dark: #a66256;
  --color-light: #f9c2c2;
  --font-family: "Shippori Mincho", "Hiragino Sans", "Helvetica", "Arial", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif;
  --font-hiragino: "Hiragino Sans", "Helvetica", "Arial", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif;
  --font-lato: "Lato", "Helvetica", "Arial", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif;
}

:root {
  --scrollbar: 0;
}

html {
  text-size-adjust: 100%;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: var(--color-black);
  font-family: "Shippori Mincho", "Hiragino Sans", "Helvetica", "Arial", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
}

#container {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  z-index: 1000;
}
@media print, screen and (min-width: 768px) {
  .header {
    display: block;
  }
}
.header.is-fixed {
  position: fixed;
  display: block;
  background-color: var(--color-bg);
}
.header__container {
  display: flex;
  margin-inline: auto;
  padding: 1.5rem 1.25rem 0.875rem 1.875rem;
}
@media print, screen and (min-width: 768px) {
  .header__container {
    padding: 1.5rem 1.25rem;
  }
}
.header__logo {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .header__logo {
    font-size: 1.4375rem;
    letter-spacing: 0.045em;
  }
}
.header__logo a {
  color: #fff;
}
.header__humberger {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .header__humberger {
    margin-left: 1.875rem;
  }
}
.header__nav-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  animation: slideDown 0.5s ease-in-out;
  pointer-events: none;
}
.footer {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.footer__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer__logo {
  max-width: 6.4375rem;
  margin-inline: auto;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 1.875rem;
}
.footer__sns li {
  max-width: 3rem;
}
.footer__banner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 20rem;
  margin-top: 1.875rem;
  margin-inline: auto;
}
.footer__text {
  margin-top: 1.875rem;
  font-family: var(--font-hiragino);
  font-weight: 300;
  font-size: 0.8125rem;
  text-align: center;
}
.footer__copyright {
  font-family: var(--font-lato);
  font-weight: 400;
  font-size: 0.8125rem;
  text-align: center;
}

.contents__bg {
  position: relative;
  background-image: url(../img/contents_bg_sukura.png), url(../img/contents_bg2.png), url(../img/contents_bg1.png);
  background-position: top center, top center, top center;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: contain, 100%, 100%;
  background-attachment: scroll, fixed, fixed;
  background-color: #e2f0f2;
}
@media print, screen and (min-width: 768px) {
  .contents__bg {
    padding-top: 1.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__bg::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 5%;
    left: 0;
    width: 21.625rem;
    max-width: 23vw;
    height: 37.375rem;
    background-image: url(../img/contents_bg_text-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__bg::after {
    content: "";
    position: absolute;
    display: block;
    top: 5%;
    right: 0;
    width: 17.75rem;
    max-width: 23vw;
    height: 38.75rem;
    background-image: url(../img/contents_bg_text-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__bg.is-fixed-before::before {
    position: fixed;
  }
  .contents__bg.is-fixed-after::after {
    position: fixed;
  }
}
.contents__bg.is-animated::before, .contents__bg.is-animated::after {
  opacity: 1;
  transform: translateY(0);
}
.contents__bg-texture {
  position: relative;
  padding-top: 1.25rem;
  background-image: url(../img/bg_texture.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100px;
}
.contents__sp-area {
  position: relative;
  width: 100%;
  margin-inline: auto;
  box-shadow: 0px 0.25rem 2.5rem 0px var(--color-shadow);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .contents__sp-area {
    max-width: 30rem;
  }
}
.contents__container + .contents__container {
  margin-top: 2.5rem;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: linear-gradient(180deg, #6d483c 2.88%, #916e66 29.81%, #ffe8e8 67.79%, rgba(255, 244, 244, 0.2) 93.27%), #fff 100%;
  transition: background-color 2s ease;
  z-index: 1100;
}
.loading.is-white {
  background: #fff;
}
.loading__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loading__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  max-height: 90svh;
  padding-top: 30%;
}
@media print, screen and (min-width: 768px) {
  .loading__container {
    max-height: 42.625rem;
    padding-top: max(6vw, 6rem);
  }
}
.loading__lead img {
  max-width: 14rem;
}
.loading__text {
  margin-top: auto;
}
.loading__text img {
  max-width: 4.375rem;
}
.loading__button {
  max-width: 4.375rem;
  margin-top: auto;
  margin-inline: auto;
  cursor: pointer;
}

.js-loading-text {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 3s ease, transform 3s ease;
}
.js-loading-text.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-loading-text.is-hidden {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.js-loading-button {
  opacity: 0;
  transition: opacity 3s ease;
}
.js-loading-button.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-loading-button.is-hidden {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.sound-switch {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  width: 100%;
  height: 100%;
  padding-bottom: 30%;
  background: linear-gradient(180deg, #ffe8e8 0%, rgba(255, 244, 244, 0.2) 60.81%);
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  z-index: 1200;
}
@media print, screen and (min-width: 768px) {
  .sound-switch {
    padding-bottom: 6%;
  }
}
.sound-switch__button-area {
  display: flex;
  gap: 1.5rem;
}
.sound-switch__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 6.875rem;
  height: 6.875rem;
  padding-bottom: 0.625rem;
  border-radius: 50%;
  border: 1px solid var(--color-main);
  background: #fff;
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s, background-color 0.2s;
}
.sound-switch__button:hover {
  box-shadow: 0 0 0 3px rgba(212, 122, 99, 0.25);
  background-color: #fff7f4;
}
.sound-switch__label {
  font-size: 0.75rem;
  color: var(--color-main);
}
.sound-switch__icon--bars {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  height: 2.3125rem;
}
.sound-switch__icon--bars span {
  width: 2px;
  height: 0.8125rem;
  background: var(--color-main);
  border-radius: 999px;
  transform-origin: bottom center;
  animation: none;
}
.sound-switch__icon--off {
  width: 2.5rem;
  height: 2.3125rem;
  display: flex;
  align-items: end;
  justify-content: center;
}
.sound-switch__icon--off span {
  display: block;
  width: 100%;
  border-top: 2px dotted var(--color-main);
}

/* Modifier: __button--active との組み合わせ */
.is-sound-on.is-active .sound-switch__icon--bars span {
  animation: soundBars 0.7s ease-in-out infinite;
}
.is-sound-on.is-active .sound-switch__icon--bars span:nth-child(2) {
  animation-delay: 0.1s;
}
.is-sound-on.is-active .sound-switch__icon--bars span:nth-child(3) {
  animation-delay: 0.2s;
}
.is-sound-on.is-active .sound-switch__icon--bars span:nth-child(4) {
  animation-delay: 0.3s;
}
.is-sound-on.is-active .sound-switch__icon--bars span:nth-child(5) {
  animation-delay: 0.4s;
}

/* Animation */
@keyframes soundBars {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(2);
  }
  100% {
    transform: scaleY(1);
  }
}
.sakura-animation {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.sakura-animation li {
  position: absolute;
  top: -50px;
  width: 18px;
}

.sakura-animation li img {
  width: 100%;
}

@keyframes fall-rotate1 {
  from {
    transform: translateY(-50px) translateX(0px) rotate(0deg);
  }
  to {
    transform: translateY(var(--sakura-fall-distance, 2000px)) translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes fall-rotate2 {
  from {
    transform: translateY(-50px) translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateY(var(--sakura-fall-distance, 2000px)) translateX(0px) rotate(0deg);
  }
}
.sakura-animation li:nth-child(1) {
  left: 50%;
  animation: fall-rotate1 calc(var(--sakura-base-time, 15s) * 0.75) linear infinite;
  animation-delay: -2s;
}

.sakura-animation li:nth-child(2) {
  left: 10%;
  animation: fall-rotate1 calc(var(--sakura-base-time, 15s) * 1.125) linear infinite;
  animation-delay: -5.5s;
}

.sakura-animation li:nth-child(3) {
  left: 85%;
  animation: fall-rotate1 calc(var(--sakura-base-time, 15s) * 0.675) linear infinite;
  animation-delay: -1s;
}

.sakura-animation li:nth-child(4) {
  left: 10%;
  animation: fall-rotate2 calc(var(--sakura-base-time, 15s) * 0.6) linear infinite;
  animation-delay: -3.8s;
}

.sakura-animation li:nth-child(5) {
  left: 60%;
  animation: fall-rotate1 calc(var(--sakura-base-time, 15s) * 0.75) linear infinite;
  animation-delay: -4.2s;
}

.sakura-animation li:nth-child(6) {
  left: 95%;
  animation: fall-rotate2 calc(var(--sakura-base-time, 15s) * 0.825) linear infinite;
  animation-delay: -6.5s;
}

.sakura-animation li:nth-child(7) {
  left: 40%;
  animation: fall-rotate2 calc(var(--sakura-base-time, 15s) * 0.525) linear infinite;
  animation-delay: -0.3s;
}

.sakura-animation li:nth-child(8) {
  left: 30%;
  animation: fall-rotate1 calc(var(--sakura-base-time, 15s) * 0.525) linear infinite;
  animation-delay: -4.8s;
}

.copy-group {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.375rem;
}
@media print, screen and (min-width: 768px) {
  .copy-group {
    justify-content: flex-end;
  }
}
.copy-group.--story {
  gap: 1.5625rem;
}
.copy-group__copy {
  flex-shrink: 0;
  max-width: 1.125rem;
  width: 100%;
}
.js-copy-group .copy-group__copy {
  max-width: 1.25rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 1s ease-out, height 1s ease-out;
}
.copy-group__copy.is-animated {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.copy-group__copy.--copy1 {
  transition-delay: 0s;
}
.copy-group__copy.--copy2 {
  transition-delay: 0.75s;
}
.copy-group__copy.--copy3 {
  transition-delay: 1.5s;
}
.copy-group__copy.--copy4 {
  margin-right: 2.25rem;
  transition-delay: 3s;
}
.copy-group__copy.--copy4 img {
  width: 1.875rem;
}
.--story .copy-group__copy.--copy4 {
  margin-top: 10.625rem;
  margin-right: auto;
  max-width: 2.25rem;
}

.scroll-down.is-hidden {
  display: none;
}
.scroll-down__text {
  font-size: 0.8125rem;
  font-weight: 500;
}
.scroll-down__line {
  position: relative;
  width: 1px;
  height: 3.3125rem;
  margin-top: 0.25rem;
  margin-inline: auto;
  background-color: var(--color-gray);
}
@media print, screen and (min-width: 768px) {
  .scroll-down__line {
    height: 5.625rem;
  }
}
.scroll-down__line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 3.3125rem;
  background: var(--color-black);
  animation: liner 2s ease-out infinite;
  animation-delay: 1ms;
}
@media print, screen and (min-width: 768px) {
  .scroll-down__line::after {
    height: 5.625rem;
  }
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  59% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.follow-button {
  display: none;
  transform: translateY(100%);
  transition: transform 0.6s ease;
}
.follow-button.is-fixed {
  position: fixed;
  right: 1.25rem;
  bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .follow-button.is-fixed {
    right: 0;
    align-items: center;
  }
}
.follow-button.is-visible {
  transform: translateY(0);
}
.follow-button__link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.follow-button__link li {
  width: 100%;
  max-width: 2.5rem;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .follow-button__link li {
    max-width: 2.75rem;
  }
}
.follow-button__anchor-link {
  display: block;
  width: 100%;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 768px) {
  .follow-button__anchor-link {
    margin-top: 1.875rem;
    margin-right: 0;
  }
}
.follow-button__anchor-link .follow-button__ticket {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-image: url(../img/follo-button_ticket.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.15s ease;
}
@media print, screen and (min-width: 768px) {
  .follow-button__anchor-link .follow-button__ticket {
    width: 11.25rem;
    height: 11.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .follow-button__anchor-link:hover .follow-button__ticket {
    background-image: url(../img/follo-button_ticket_hover.png);
  }
}

/* 汎用フェードインアニメーション */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* バリエーション: 下から */
.js-fade-in--bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-in--bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* バリエーション: 上から */
.js-fade-in--top {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-in--top.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* バリエーション: 左から */
.js-fade-in--left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-in--left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* バリエーション: 右から */
.js-fade-in--right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-in--right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* バリエーション: 速い */
.js-fade-in--fast {
  transition-duration: 0.4s;
}

/* バリエーション: 遅い */
.js-fade-in--slow {
  transition-duration: 1.2s;
}

.story-image {
  padding-top: 6.25rem;
  background-image: url(../img/story-image_bg.jpg);
  background-position: top 1rem center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.story-image__pic {
  position: relative;
  max-width: 14.125rem;
  margin-right: 1.625rem;
}

.image-scroll {
  display: flex;
  gap: 0.625rem;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.image-scroll__content {
  display: flex;
  gap: 0.625rem;
  animation: scroll 20s infinite linear 0.5s both;
}
.--reverse .image-scroll__content {
  animation: scroll-reverse 20s infinite linear 0.5s both;
}
.image-scroll__item {
  display: flex;
}
.image-scroll__item img {
  width: auto;
  max-height: 13.0625rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 50, 39, 0.8);
  cursor: pointer;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100%;
  padding: 4.25rem 1.75rem 2.5rem;
  background-color: #fff;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}
.--fullsize .modal__content {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: none;
}
.modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.--fullsize .modal__close::before, .--fullsize .modal__close::after {
  background-color: #fff;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__head {
  margin-bottom: 30px;
  max-width: 20.625rem;
  margin-inline: auto;
  text-align: center;
}
.modal__heading {
  margin-bottom: 0;
}
.modal__body {
  margin-bottom: 40px;
  max-width: 20.625rem;
  margin-inline: auto;
}
.--fullsize .modal__body {
  width: 100%;
  max-width: 56.25rem;
  margin-bottom: 0;
}
.modal__container {
  margin-bottom: 40px;
}
.modal__container:last-child {
  margin-bottom: 0;
}
.modal__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.modal__pic {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 4px;
}
.modal__text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.modal__text p {
  margin-bottom: 15px;
}
.modal__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 13px;
  }
}
.modal__foot {
  text-align: center;
}
.modal__close-button {
  width: 100%;
  max-width: 18.875rem;
  margin-inline: auto;
  padding: 0.875rem 0.625rem;
  cursor: pointer;
  color: var(--color-black);
  font-family: var(--font-family);
  border: 2px solid currentColor;
  font-size: 1rem;
  font-weight: 600;
}

body.modal-open {
  overflow: hidden;
}

.splide {
  position: relative;
}
.splide__slide {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.splide .splide__pagination {
  position: relative;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding: 0;
}
.splide .splide__pagination__page {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  cursor: pointer;
}
.splide .splide__pagination__page.is-active {
  background-color: var(--color-main);
  transform: scale(1);
}
.splide__banner {
  margin-top: auto;
}

.js-slide-animation {
  transform: translateX(0);
  transition: transform 0.8s ease-out;
}
.js-slide-animation.is-animated {
  transform: translateX(65px);
}

.js-slide-animation-reverse {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js-slide-animation-reverse.is-animated {
  opacity: 1;
  transform: translateX(-65px);
}

.js-hidden-pic.is-hidden {
  display: none;
}

.tab__head {
  display: flex;
  gap: 0.25rem;
}
.tab__tab {
  flex: 1;
  padding: 0.4375rem 0.625rem;
  background-color: var(--color-light);
  color: var(--color-black);
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
}
.tab__tab.is-active {
  color: #fff;
  background-color: var(--color-black);
}
.tab__tab.is-active:hover {
  background-color: #3b3b3b;
}
.tab__tab:hover {
  background-color: #f8acac;
}
.tab__content {
  display: none;
}
.tab__content.is-active {
  display: block;
}
.tab__table {
  width: 100%;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  background-color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}
.is-active .tab__table {
  border-top-width: 2px;
}
.tab__table thead th,
.tab__table thead td {
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}
.tab__table th,
.tab__table td {
  padding: 0.8125rem 0.625rem;
  border-left: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.tab__table th {
  font-size: 0.875rem;
}
.tab__table td {
  width: 30%;
  text-align: center;
  line-height: 1.4;
}
.tab__table td small {
  font-size: 0.875rem;
}
.tab__table-note {
  background-color: #e7e7e7;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}

.ticket-frame__head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -2.75rem;
}
.ticket-frame__head::before, .ticket-frame__head::after {
  content: "";
  position: relative;
  top: 5%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.ticket-frame__body {
  padding: 2.8125rem 1.875rem 1.625rem;
  border-left: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.ticket-frame__subtitle {
  position: relative;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  margin-inline: auto;
}
.ticket-frame__subtitle img {
  flex-shrink: 1;
  width: 100%;
  width: 7.5rem;
}
.ticket-frame__subtitle::before, .ticket-frame__subtitle::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--color-black);
}
.ticket-frame__text {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: var(--font-hiragino);
  line-height: 1.7;
}
.ticket-frame__link-area {
  margin-top: 0.625rem;
  text-align: center;
}
.ticket-frame__link {
  color: var(--color-black);
  text-decoration: underline;
}

.anchor {
  display: flex;
  flex-direction: column;
}
.anchor__link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.625rem 0.625rem;
  background-color: #f6dbdb;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.anchor__link:hover {
  background-color: #f8acac;
}
.anchor__link:after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 0.9375rem;
  height: 0.5rem;
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.anchor__link.is-active:after {
  transform: rotate(180deg);
}
.anchor__link + .anchor__link {
  margin-top: 0.625rem;
}
.anchor__content + .anchor__link {
  margin-top: 1.25rem;
}
.anchor__title::before, .anchor__title::after {
  content: "";
  display: inline-block;
  width: 2.5625rem;
  height: 0.0625rem;
  background-color: var(--color-black);
  margin: 0 0.75rem 0.25rem;
  vertical-align: middle;
}
.anchor__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  background-color: #fdeaea;
  font-family: var(--font-hiragino);
  pointer-events: none;
}
.anchor__content.is-active {
  max-height: inherit;
  opacity: 1;
  padding-top: 1.25rem;
  visibility: visible;
  pointer-events: auto;
}
.anchor__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.anchor__shop-link {
  display: block;
  color: var(--color-dark);
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}
.anchor__shop {
  margin-top: 1.875rem;
}
.anchor__close {
  margin-top: 1.5625rem;
  margin-bottom: 0.25rem;
  border-top: 1px solid #888;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
  font-family: var(--font-family);
  text-align: center;
  cursor: pointer;
}
.anchor__close:after {
  content: "";
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.9375rem;
  height: 0.5rem;
  margin-bottom: 0.25rem;
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.anchor__ticket {
  margin-top: 1.875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-top: 1px solid var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
}
.anchor__ticket-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
.anchor__ticket-text {
  margin-top: 0.125rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}
.anchor__ticket-button {
  margin-top: 1.125rem;
  font-family: var(--font-family);
}

.ticket-shop__map {
  margin-top: 1.25rem;
  aspect-ratio: 350/195;
}
.ticket-shop__map iframe {
  width: 100%;
  height: 100%;
}
.ticket-shop__title {
  margin-top: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7;
}
.ticket-shop__address {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ticket-shop__link {
  position: relative;
  color: var(--color-black);
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-decoration: underline;
}
.ticket-shop__link::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.375rem;
  background-image: url(../../assets/img/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ticket-shop__contact {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}
.ticket-shop__contact strong {
  font-weight: 600;
}
.ticket-shop__contact p + p {
  margin-top: 0.5rem;
}
.ticket-shop__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

._scheduler_container {
  padding-top: 20px;
  background-color: #fff;
}

._scheduler_container ._calendar_container ._calendar_next_month {
  top: 15px !important;
  right: 40px !important;
}

._scheduler_container ._calendar_container ._calendar_prev_week,
._scheduler_container ._calendar_container ._calendar_next_week {
  top: 10px !important;
  z-index: 10 !important;
}

._scheduler_container ._calendar_container ._calendar_prev_week {
  left: 0 !important;
}

._scheduler_container ._calendar_container ._calendar_next_week {
  right: 0 !important;
}

._scheduler_container ._is_detail_scheduler_header ._calendar_container ._calendar_prev_week,
._scheduler_container ._is_detail_scheduler_header ._calendar_container ._calendar_next_week {
  top: 10px !important;
  width: 30px !important;
}

._scheduler_container ._calendar_container ._calendar_prev_month {
  top: 14px !important;
  left: 40px !important;
}

@media screen and (max-width: 767px) {
  ._scheduler_container ._calendar_container ._calendar_next_month {
    top: 10px !important;
    right: 40px !important;
  }

  ._scheduler_container ._calendar_container ._calendar_prev_month {
    top: 10px !important;
    right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  ._scheduler_container ._calendar_container ._calendar_prev_week,
._scheduler_container ._calendar_container ._calendar_next_week {
    width: 30px !important;
  }
}
.goods-item__info {
  margin-top: 0.625rem;
}
.goods-item__title {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.goods-item__price {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.45;
}
.goods-item__text {
  max-width: 21.375rem;
  margin-inline: auto;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
}
.goods-item__text p + p {
  margin-top: 0.375rem;
}
.goods-item__text small {
  font-size: 0.75rem;
}

.accordion__link {
  position: relative;
  display: block;
  padding: 0.625rem 1rem;
  background-color: var(--color-light);
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--color-black);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion__link:hover {
  background-color: #f8acac;
}
.--border .accordion__link {
  position: relative;
  display: block;
  margin-top: 1.625rem;
  padding: 0.875rem 1.25rem;
  border: 2px solid var(--color-black);
  background-color: #fff;
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.--border .accordion__link:hover {
  color: var(--color-main);
  border-color: currentColor;
  background-color: #fff;
}
.--border .accordion__link:hover::after {
  background-image: url(../img/icon_arrow_pink.svg);
}
.accordion__link:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.--border .accordion__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 0.375rem;
}
.accordion__link.is-active {
  color: #fff;
  background-color: var(--color-main);
}
.accordion__link.is-active::after {
  background-image: url(../img/icon_arrow_white.svg);
}
.--border .accordion__link.is-active::after {
  top: 43%;
  right: 0.875rem;
  background-image: url(../img/icon_arrow.svg);
  transform: rotate(180deg);
}
.--border .accordion__link.is-active {
  color: var(--color-black);
  background-color: #fff;
}
.--border .accordion__link.is-active:hover {
  color: var(--color-main);
  border-color: currentColor;
  background-color: #fff;
}
.--border .accordion__link.is-active:hover::after {
  background-image: url(../img/icon_arrow_pink.svg);
}
.accordion__link + .accordion__link {
  margin-top: 0.625rem;
}
.accordion__container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.accordion__container.is-active {
  max-height: inherit;
  padding-bottom: 2.5rem;
  opacity: 1;
}
.accordion__link + .accordion__container {
  margin-top: 1.25rem;
}
.accordion__title {
  padding-top: 0.125rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-black);
}
.accordion__list + .accordion__title {
  margin-top: 2.5rem;
}
.accordion__list {
  padding-left: 0.3125rem;
}
.accordion__title + .accordion__list {
  margin-top: 1.5rem;
}
.accordion__text + .accordion__list {
  margin-top: 1.25rem;
}
.accordion__item {
  padding-left: 1.125rem;
  font-size: 0.9375rem;
  text-indent: -0.875rem;
  line-height: 1.6;
}
.accordion__item::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.3125rem;
  border-radius: 50%;
  background-color: var(--color-black);
}
.accordion__item + .accordion__item {
  margin-top: 0.625rem;
}
.accordion__item a {
  color: var(--color-black);
  text-decoration: underline;
}
.accordion__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
}
.accordion__text p + p {
  margin-top: 1.4375rem;
}
.accordion__title + .accordion__text, .accordion__list + .accordion__text {
  margin-top: 1.25rem;
}
.accordion__qa {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.qa-list__item + .qa-list__item {
  margin-top: 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-light);
}
.qa-list__item a {
  color: var(--color-black);
  text-decoration: underline;
}
.qa-list__question {
  position: relative;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  color: var(--color-main);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.qa-list__question:before {
  content: "Q.";
  margin-right: 0.4375rem;
  font-weight: 600;
}
.qa-list__answer {
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.qa-list__answer:before {
  content: "A.";
  margin-right: 0.3125rem;
  font-size: 1rem;
}

.humberger {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.25rem;
  height: 4rem;
  z-index: 1000;
}
@media print, screen and (min-width: 768px) {
  .humberger {
    position: fixed;
    top: 0.625rem;
    right: 1.25rem;
  }
}

.humberger__line {
  position: absolute;
  top: 24px;
  right: 20px;
  display: block;
  width: 1.6875rem;
  height: 1px;
  background-color: var(--color-black);
  transition: 0.3s ease-in;
}
.is-active .humberger__line {
  width: 2.1875rem;
}

.humberger__line:before,
.humberger__line:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--color-black);
  transition: inherit;
  transition: 0.3s ease-in;
}

.humberger__line:before {
  top: -7px;
  right: 0;
  width: 1.6875rem;
}
.is-active .humberger__line:before {
  width: 2.1875rem;
}

.humberger__line:after {
  top: 7px;
  right: 0;
  width: 2.1875rem;
}

.humberger.is-active .humberger__line {
  animation: active-humberger-bar02 0.75s forwards;
  animation-direction: alternate;
}
.humberger.is-active .humberger__line::before {
  animation: active-humberger-bar01 0.75s forwards;
  animation-direction: alternate;
}
.humberger.is-active .humberger__line::after {
  animation: active-humberger-bar03 0.75s forwards;
  animation-direction: alternate;
}

@keyframes active-humberger-bar01 {
  0% {
    transform: translateY(0px) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-humberger-bar02 {
  0% {
    background-color: var(--color-black);
  }
  50% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes active-humberger-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.humberger:not(.is-active) .humberger__line {
  animation: reverse-humberger-bar02 0.75s forwards;
}
.humberger:not(.is-active) .humberger__line::before {
  animation: reverse-humberger-bar01 0.75s forwards;
}
.humberger:not(.is-active) .humberger__line::after {
  animation: reverse-humberger-bar03 0.75s forwards;
}

@keyframes reverse-humberger-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0px) rotate(0);
  }
}
@keyframes reverse-humberger-bar02 {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: transparent;
  }
  100% {
    background-color: var(--color-black);
  }
}
@keyframes reverse-humberger-bar03 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.humberger.is-hidden .humberger__line,
.humberger.is-hidden .humberger__line::before,
.humberger.is-hidden .humberger__line::after {
  animation: none !important;
}

.global-navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 1.875rem;
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
  transition: opacity 0.3s ease-in, background-color 0.3s ease-in, visibility 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .global-navigation {
    align-items: flex-start;
    padding-bottom: 5%;
  }
}
.is-active .global-navigation {
  background-color: white;
  visibility: visible;
}
.global-navigation__list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: fit-content;
  max-height: 80%;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.global-navigation__list > li {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.is-active .global-navigation__list > li {
  opacity: 1;
  transform: translateY(0);
}
.global-navigation__list > li:nth-child(1) {
  transition-delay: 0.1s;
}
.global-navigation__list > li:nth-child(2) {
  transition-delay: 0.2s;
}
.global-navigation__list > li:nth-child(3) {
  transition-delay: 0.3s;
}
.global-navigation__list > li:nth-child(4) {
  transition-delay: 0.4s;
}
.global-navigation__list > li:nth-child(5) {
  transition-delay: 0.5s;
}
.global-navigation__list > li:nth-child(6) {
  transition-delay: 0.6s;
}
.global-navigation__list > li:nth-child(7) {
  transition-delay: 0.7s;
}
.global-navigation__list > li:nth-child(8) {
  transition-delay: 0.8s;
}
.global-navigation__list a {
  display: block;
  width: fit-content;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: left;
  transition: opacity 0.3s ease-in;
  background: linear-gradient(180deg, #9e5613 0%, #f983af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  pointer-events: auto;
  position: relative;
}
.global-navigation__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  height: 1px;
  width: 100%;
  background-color: #e67a8f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  pointer-events: none;
}
.global-navigation__list a:hover::after, .global-navigation__list a:focus::after, .global-navigation__list a:focus-visible::after {
  transform: scaleX(1);
}
.global-navigation__button {
  color: var(--color-main);
  font-size: 1.25rem;
  font-weight: 400;
  font-family: var(--font-family);
  cursor: pointer !important;
}
@media print, screen and (min-width: 768px) {
  .global-navigation__button {
    margin-inline: auto;
  }
}
.global-navigation.--mv {
  align-items: flex-start;
  justify-content: flex-start;
  visibility: visible;
}
.global-navigation.--mv .global-navigation__list {
  margin-inline: 0;
  opacity: 1;
  transform: translateY(0);
}
.global-navigation.--mv .global-navigation__list > li {
  opacity: 1;
  transform: translateY(0);
}

.sub-menu {
  display: none;
}
._nav .sub-menu {
  display: block;
}
._full .sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.25rem;
  width: 68.5185185185%;
  margin-left: auto;
  font-weight: 300;
}
@media print, screen and (min-width: 1050px) {
  ._full .sub-menu {
    flex-direction: row;
    gap: 0.3125rem;
  }
}
@media print, screen and (min-width: 1050px) {
  ._full .sub-menu li {
    width: calc(50% - 0.3125rem);
  }
}
._full .sub-menu li::before {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  display: inline-block;
  margin-right: 0.5rem;
  background-color: var(--color-main);
  vertical-align: middle;
}
._full .sub-menu li a {
  padding: 0;
}
._footer .sub-menu {
  position: inherit;
  display: block;
  background-color: transparent;
  transform: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  ._footer .sub-menu {
    margin-top: 0.625rem;
  }
}
@media print, screen and (min-width: 1050px) {
  ._footer .sub-menu {
    margin-top: 1rem;
  }
}
._footer .sub-menu li::before {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  display: inline-block;
  margin-right: 0.5rem;
  background-color: var(--color-black);
  vertical-align: middle;
}
._footer .sub-menu a {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 160%;
}
.sub-menu a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 1050px) {
  .sub-menu a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18.875rem;
  min-height: 3.875rem;
  margin-inline: auto;
  padding: 0.6875rem 0.625rem;
  border-radius: 3.75rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  background-color: var(--color-main);
  background: linear-gradient(77.05deg, #9b5e35 56.7%, #ef9fa4 91.05%);
  transition: position 0.3s ease;
}
.button.--blank::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-image: url(../../assets/img/icon_blank_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.button.--center {
  text-align: center;
}
.button:hover {
  background: linear-gradient(78.42deg, #d45448 58.04%, #ef9fa4 91%);
}

.heading {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  background-image: url(../img/title_bg_left.png), url(../img/title_bg_right.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 3rem 3rem, 3rem 3rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
}
.heading.--no-image {
  padding-top: 1.875rem;
  letter-spacing: 0;
}
.heading__text {
  position: relative;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.2;
  writing-mode: vertical-rl;
}
.--no-image .heading__text {
  color: var(--color-main);
  font-size: 1.25rem;
  writing-mode: horizontal-tb;
}
.heading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-height: 2.125rem;
  transform: translate(-50%, -50%);
}
.character .heading__img {
  max-height: 1.875rem;
}

.section {
  padding-top: 3.75rem;
}
@media print, screen and (min-width: 768px) {
  .section {
    padding-top: 5.625rem;
  }
}
.section__heading {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 2.6;
  text-align: center;
  background-image: url("../img/section_heading_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .section__heading {
    background-image: url("../img/section_heading.svg");
    font-size: 1.375rem;
    line-height: 2.4;
  }
}
.section__lead {
  margin-top: 2.1875rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .section__lead {
    margin-top: 3.75rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.section__lead strong {
  color: var(--color-main);
  font-size: 1rem;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .section__lead strong {
    font-size: 1.5rem;
  }
}
.section__picgroup {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 84%;
  margin-inline: auto;
  margin-top: 2.375rem;
}
@media print, screen and (min-width: 768px) {
  .section__picgroup {
    max-width: 100%;
    flex-direction: row;
    gap: 5%;
    margin-top: 2.5rem;
  }
}
.section__column {
  max-width: 15.625rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .section__column {
    max-width: 25rem;
  }
}
@media print, screen and (min-width: 1050px) {
  .section__column {
    max-width: 100%;
    margin-top: 4.375rem;
  }
}
.section__text {
  margin-top: 1.375rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .section__text {
    margin-top: 0.9375rem;
  }
}
.section__text small {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  .section__text small {
    font-size: 0.75rem;
  }
}

.column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media print, screen and (min-width: 1050px) {
  .column {
    flex-direction: row;
    gap: 5%;
  }
}
.column__box {
  flex: 1;
  border-radius: 1.25rem;
  background-color: #3d44a2;
}
.column__title {
  padding: 0.9375rem 0.625rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-color: #19217e;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .column__title {
    font-size: 1.25rem;
  }
}
.column__pic {
  padding: 1.5rem 0.625rem 1.125rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .column__pic {
    padding: 1.75rem 0.625rem 1.25rem;
  }
}
.column__pic img {
  width: 4.875rem;
}
@media print, screen and (min-width: 768px) {
  .column__pic img {
    width: 6.25rem;
  }
}
.column__pic figcaption {
  margin-top: 1.0625rem;
  color: #fff;
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 768px) {
  .column__pic figcaption {
    font-size: 1rem;
  }
}
.column__pic figcaption strong {
  margin-left: 0.875rem;
  color: var(--color-yellow);
  font-size: 1.5rem;
  font-weight: 900;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .column__pic figcaption strong {
    margin-left: 1.25rem;
    font-size: 2rem;
  }
}

.mv {
  position: relative;
  padding-bottom: 4.375rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .mv {
    padding-top: 5rem;
    background-image: url(../img/mv_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
@media print, screen and (min-width: 1050px) {
  .mv {
    padding-top: 0.625rem;
  }
}
.mv__inner {
  max-width: 85rem;
  margin-inline: auto;
  padding-top: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .mv__inner {
    padding-top: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .mv__inner {
    max-width: 93.75rem;
  }
}
.mv__head {
  position: relative;
  width: 17%;
}
@media print, screen and (min-width: 768px) {
  .mv__head {
    width: 17%;
    padding-top: 19.5%;
  }
}
@media print, screen and (min-width: 1050px) {
  .mv__head {
    padding-top: 24.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv__head {
    padding-top: 20%;
    width: 20.5%;
    max-width: 306px;
  }
}
.mv__body {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mv__body {
    flex: 1;
  }
}
.mv__foot {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mv__foot {
    margin-top: 4.5rem;
  }
}
.mv__content-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2.1875rem;
}
@media print, screen and (min-width: 768px) {
  .mv__content-group {
    position: initial;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1050px) {
  .mv__content-group {
    flex: auto;
    justify-content: center;
    width: 25%;
    margin-left: 0;
  }
}
.mv__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  margin-inline: auto;
}
@media print, screen and (min-width: 1600px) {
  .mv__contents {
    gap: 0;
  }
}
.mv__container {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .mv__container {
    flex-direction: row;
    justify-content: center;
  }
}
.mv__pic-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mv__pic-wrap {
    max-width: 45rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .mv__pic-wrap {
    max-width: 53.375rem;
  }
}
.mv__pic {
  display: block;
  width: 85%;
  max-width: 45rem;
  margin-top: 2.1875rem;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 326/500;
}
@media print, screen and (min-width: 768px) {
  .mv__pic {
    width: 95%;
    max-width: 100%;
    margin-top: 0px;
    aspect-ratio: 620/750;
  }
}
.mv__pic img {
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.mv .js-mv-pic {
  visibility: hidden;
}
.mv .js-mv-pic.is-animated {
  visibility: visible;
}
.mv .js-mv-pic.is-animated img {
  animation: slideDown 3s ease-in-out forwards;
}
.mv__bg-sakura {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv__bg-sakura {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: -1.25rem;
  }
}
.mv .js-mv-sakura {
  visibility: hidden;
}
.mv .js-mv-sakura.is-animated {
  visibility: visible;
  animation: slideDown 3s ease-in-out forwards;
}
.mv__title-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mv__title-wrap {
    margin-top: 0.625rem;
  }
}
.mv .js-mv-title {
  opacity: 0;
  filter: blur(30px);
  transition: opacity 3s ease, filter 3s ease;
}
.mv .js-mv-title.is-animated {
  opacity: 1;
  filter: blur(0);
}
.mv__title-lower {
  position: relative;
  z-index: 3;
}
.mv__character {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .mv__character {
    bottom: 1.25rem;
  }
}
.mv .js-mv-character {
  visibility: hidden;
}
.mv .js-mv-character.is-animated {
  visibility: visible;
}
.mv .js-mv-character.is-animated img {
  animation: slideDown 3s ease-in-out forwards;
}
.mv__pic-copy {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .mv__pic-copy {
    position: absolute;
    right: 0;
    bottom: 12%;
    display: flex;
  }
}
@media print, screen and (min-width: 1050px) {
  .mv__pic-copy {
    display: none;
  }
}
@media print, screen and (min-width: 1050px) {
  .mv__copy-wrap {
    margin-top: 50%;
    margin-left: 28%;
  }
}
.mv__copy {
  position: absolute;
  left: 55%;
  bottom: 5%;
  max-width: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv__copy {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 7%;
    max-width: 10.875rem;
    transform: translateX(0%);
  }
}
@media print, screen and (min-width: 1050px) {
  .mv__copy {
    position: relative;
  }
}
.mv .js-mv-copy {
  opacity: 0;
}
.mv .js-mv-copy.is-animated {
  animation: fadeInDown 3s ease forwards;
}
@media print, screen and (min-width: 768px) {
  .mv .js-mv-copy.is-animated {
    animation: slideDown 3s ease forwards;
  }
}
.mv__logo {
  position: absolute;
  right: 0.75rem;
  bottom: -1.25rem;
  max-width: 4.375rem;
  margin-left: auto;
}
.mv .js-mv-logo {
  opacity: 0;
  transition: opacity 3s ease, filter 3s ease;
}
.mv .js-mv-logo.is-animated {
  opacity: 1;
  filter: blur(0);
}
.mv__scroll {
  width: max-content;
  margin-inline: auto;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .mv__scroll {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.mv__banner {
  display: flex;
  flex-direction: column;
  max-width: 19rem;
  margin-top: 2rem;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .mv__banner {
    max-width: 44.375rem;
    margin-top: 0;
  }
}
.mv__banner-text {
  width: 100%;
  margin-bottom: 0.3125rem;
  color: var(--color-main);
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.prologue {
  padding-top: 3.125rem;
  background-image: url(../img/prologue_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .prologue {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    background-image: url(../img/prologue_bg_pc.png);
  }
}
.prologue__body {
  padding-bottom: 5.9375rem;
}
@media print, screen and (min-width: 768px) {
  .prologue__body {
    padding-bottom: 8.75rem;
  }
}
.prologue__title {
  max-width: 11.875rem;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .prologue__title {
    max-width: 14.875rem;
  }
}
.prologue__movie-wrap {
  position: relative;
  max-width: 38.75rem;
  margin-inline: auto;
  cursor: pointer;
}
.prologue__movie-pic {
  display: block;
  width: 100%;
  cursor: pointer;
}
.prologue__video {
  display: flex;
  max-height: 80vh;
}
.prologue__video iframe,
.prologue__video video {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}

.story {
  position: relative;
  padding-top: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .story {
    padding-top: 1.25rem;
  }
}
.story__inner {
  position: relative;
}
.story__body {
  max-width: 93%;
  margin-top: 0.75rem;
  padding-bottom: 3.75rem;
  margin-inline: auto;
}
.story__text {
  font-size: 1rem;
  font-weight: 500;
}
.story__text p + p {
  margin-top: 1.25rem;
}
.story__text ruby {
  line-height: 1;
}
@supports (-webkit-touch-callout: none) {
  .story__text rt {
    margin-bottom: -0.5em;
  }
}
.story__image {
  position: relative;
}
.story__copy {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 18.75rem;
  transform: translateX(-50%);
}

.character {
  padding-bottom: 2.5rem;
}
.character__inner {
  position: relative;
}
.character__pic-area {
  position: relative;
  height: 17.5rem;
}
.character__pic1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 12.5rem;
  margin-inline: auto;
}
.character__pic2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 13.125rem;
  margin-inline: auto;
}
.character__pic3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 10.5rem;
  margin-inline: auto;
}
.character__container {
  margin-top: 0.625rem;
  border-right: 1px solid var(--color-light);
  border-bottom: 1px solid var(--color-light);
}
.character__container + .character__container {
  margin-top: 2.5rem;
}
.character__title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-align: center;
}
.character__title-point {
  color: var(--color-main);
}
.character__textbox {
  margin-top: 0.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1.625rem;
}
.character__text {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.character__text p + p {
  margin-top: 0.625rem;
}
.character__design {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.character__note {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
}

.epilogue {
  overflow: hidden;
}
.epilogue__head {
  background: linear-gradient(180deg, #fef5f3 64%, #d1e7f3 100%);
}
.epilogue__body {
  padding-top: 4.375rem;
  padding-bottom: 0.625rem;
  background-image: url(../img/epilogue_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.epilogue__title {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.9;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-feature-settings: "palt";
}
.epilogue__liner + .epilogue__liner {
  margin-top: 0.625rem;
}
.epilogue__button {
  max-width: 20.625rem;
  margin-inline: auto;
  color: var(--color-black);
}

.message {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
.message__inner {
  position: relative;
}
.message__container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.message__container + .message__container {
  margin-top: 2.5rem;
}
.message__pic-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 1;
}
.message__pic {
  flex-shrink: 0;
  max-width: 8.75rem;
  height: fit-content;
  border-radius: 0.5rem;
}
.message__title {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
}
.message__name {
  display: inline-block;
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.message__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 0.625rem;
  max-height: 8em;
  font-size: 0.9375rem;
  line-height: 1.7;
  line-clamp: 4;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}
.is-show .message__text {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: 50em;
  transition: max-height 0.3s ease-in;
}
.message__button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
.is-show .message__button-box {
  display: none;
}
.message__line {
  max-width: 5.4375rem;
}
.message__toggle-button {
  display: inline-block;
  width: 8.375rem;
  flex-shrink: 0;
  padding: 0.1875rem 1rem;
  border: 1px solid var(--color-black);
  border-radius: 3.75rem;
  color: var(--color-black);
  font-size: 0.875rem;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.7;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.message__toggle-button:disabled {
  cursor: not-allowed;
  color: var(--color-black);
  pointer-events: none;
}
.message__toggle-button:hover {
  color: var(--color-main);
  border-color: currentColor;
}
.message__icon {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5rem;
  vertical-align: baseline;
  background-image: url(../img/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: background-image 0.15s ease;
}
.message__toggle-button:hover .message__icon {
  background-image: url(../img/icon_arrow2_pink.svg);
}

.special {
  padding-top: 0.5rem;
  padding-bottom: 1.75rem;
  background-image: url(../img/contents-container_bg.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.special__inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.special__body {
  margin-top: 0.625rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
.special__foot {
  margin-top: 2.8125rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
.special__title {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  color: var(--color-dark);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.special__title img {
  max-width: 4.875rem;
}
.special__subtitle + .special__title {
  margin-top: 0.375rem;
}
.special__subtitle {
  color: var(--color-dark);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.special__note + .special__subtitle {
  margin-top: 1.875rem;
}
.special__pic {
  max-width: 10.625rem;
  margin-top: 1.875rem;
  margin-inline: auto;
}
.special__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
}
.special__title + .special__text {
  margin-top: 0.625rem;
}
.special__pic + .special__text {
  margin-top: 1.875rem;
}
.special__column + .special__text {
  margin-top: 1.25rem;
}
.special__text strong {
  font-weight: 700;
}
.special__link {
  margin-top: 1.875rem;
  color: #fff;
}
.special__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.875rem;
  padding: 1rem 1rem 1.5rem;
  background-color: #fcdada4d;
}
.special__column-title {
  color: var(--color-main);
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.special__column-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.special__column-text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.special__column-pic {
  max-width: 7.75rem;
  height: fit-content;
  flex-shrink: 1;
}
.special__note {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.special__note li {
  display: flex;
  gap: 0.125rem;
}
.special__note li::before {
  content: "※";
  display: block;
}
.special__note li + li {
  margin-top: 0.625rem;
}

.howto {
  padding-top: 0.5rem;
  padding-bottom: 1.75rem;
  background-image: url(../img/contents-container_bg.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.howto__inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.howto__heading {
  padding-top: 1.875rem;
}
.howto__subtitle {
  max-width: 17.875rem;
  margin-inline: auto;
}
.howto__column + .howto__subtitle {
  margin-top: 2.5rem;
}
.howto__bring + .howto__subtitle {
  margin-top: 2.25rem;
}
.howto__column {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem 1.25rem;
  max-width: 15.5rem;
  margin-top: 1.125rem;
  margin-inline: auto;
}
.howto__column-item {
  width: calc(50% - 0.625rem);
  text-align: center;
}
.howto__column-item img {
  max-width: 3.75rem;
}
.howto__column-text {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.howto__list {
  margin-top: 1rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
.howto__list li + li {
  margin-top: 1.6875rem;
}
.howto__list-item {
  display: flex;
  gap: 0.75rem;
}
.howto__list-item img {
  max-width: 2.75rem;
  margin-top: -0.3125rem;
  height: fit-content;
  flex-shrink: 1;
}
.howto__list-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.howto__marker {
  display: inline-block;
  margin-top: 0.3125rem;
  color: var(--color-main);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.howto__marker strong {
  background: linear-gradient(to top, #ffeeee 50%, transparent 50%);
}
.howto__line {
  display: block;
  margin-top: 1.25rem;
}
.howto__text {
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
}
.howto__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18.875rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.75rem;
  padding: 0.875rem 1.25rem;
  border: 2px solid var(--color-black);
  background-color: #fff;
  color: var(--color-black);
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 1.4;
  text-align: center;
}
.howto__button:hover {
  color: var(--color-main);
  border-color: currentColor;
}
.howto__button:hover .howto__icon {
  background-image: url(../img/icon_arrow2_pink.svg);
}
.howto__icon {
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  margin-left: 0.25rem;
  background-image: url(../img/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}
.howto__note {
  margin-top: 1.75rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.howto__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.howto__note li:before {
  content: "※";
}
.howto__note li + li {
  margin-top: 0.8125rem;
}
.howto__bring {
  margin-top: 2.375rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
.howto__bring-column {
  display: flex;
  gap: 0.875rem;
}
.howto__bring-icon {
  max-width: 3.125rem;
}
.howto__bring-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}
.howto__bring-text {
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.ticket {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.ticket__inner {
  position: relative;
}
.ticket__foot {
  margin-top: 2rem;
}
.ticket__tab-area {
  display: flex;
}
.ticket__note {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--font-hiragino);
  line-height: 1.7;
}
.ticket__note p + p {
  margin-top: 0.625rem;
}
.ticket__note strong {
  font-weight: 600;
}
.ticket__button {
  margin-top: 1.875rem;
  font-family: var(--font-family);
}
.ticket__frame {
  margin-top: 1.875rem;
}
.ticket__accordion {
  margin-top: 1.625rem;
}
.ticket__link {
  position: relative;
  display: block;
  margin-top: 1.625rem;
  padding: 0.875rem 1.25rem;
  border: 2px solid var(--color-black);
  background-color: #fff;
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.ticket__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 0.375rem;
}
.ticket__title {
  color: var(--color-dark);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.ticket__text {
  margin-top: 0.3125rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-family: var(--font-hiragino);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
}
.ticket__text strong {
  font-weight: 600;
}
.ticket__text + .ticket__text {
  margin-top: 1.125rem;
}
.ticket__banner-link {
  display: block;
  margin-top: 1.125rem;
  margin-inline: auto;
  color: var(--color-black);
}
.ticket__banner {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.ticket__banner figcaption {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-family: var(--font-hiragino);
  font-weight: 300;
  line-height: 1.5;
}
.ticket__anchor {
  margin-top: 1.875rem;
}
.ticket .ticketWrap {
  margin-top: 0;
  padding: 0;
  pointer-events: none;
  background-color: #fdeaea;
}
.ticket .is-active .ticketWrap {
  pointer-events: auto;
}
.ticket .ticketWrap .naviBox {
  margin: 0 30px;
}
.ticket .ticketWrap .naviBox .prevBtn {
  background-color: transparent;
  margin-left: -1.125rem;
}
.ticket .ticketWrap .naviBox .nextBtn {
  background-color: transparent;
  margin-right: -1.125rem;
}
.ticket .ticketWrap .naviBox .prevBtn:before,
.ticket .ticketWrap .naviBox .nextBtn:before {
  width: 0.9375rem;
  height: 0.9375rem;
  border-width: 1px;
  border-color: var(--color-black);
  top: calc(50% - 1.25rem);
}
.ticket .ticketWrap .naviBox ul {
  grid: 0;
  background-color: transparent;
}
.ticket .ticketWrap .naviBox ul li {
  width: 5rem !important;
  margin: 0 !important;
}
.ticket .ticketWrap .naviBox ul li.cr .scheduleBox {
  background-color: #ffdee8;
}
.ticket .ticketWrap .naviBox ul li .scheduleBox {
  width: 100%;
  border: 1px solid #666;
}
.ticket .ticketWrap .detailsBox .details {
  background-color: transparent;
  padding: 0 1.25rem;
}
.ticket .ticketWrap .detailsWrap .ticketCover {
  width: calc(100% - 2.5rem);
  margin-inline: auto;
}
.ticket .ticketWrap .naviBox ul li .scheduleBox .date {
  font-weight: 300;
  font-family: var(--font-hiragino);
}
.ticket .ticketWrap .detailsBox .details h4 {
  display: none;
}
.ticket .ticketWrap .detailsBox .tit {
  padding-bottom: 0;
  color: var(--color-black);
  font-weight: 600;
  font-family: var(--font-hiragino);
  letter-spacing: 0;
}
.ticket .ticketWrap .detailsBox .tit .tit01 {
  font-size: 1.25rem;
}
.ticket .ticketWrap .detailsBox .tit .tit02 {
  font-size: 1.125rem;
}
.ticket .ticketWrap .detailsBox .details ul {
  margin-bottom: 0;
}
.ticket .ticketWrap .detailsBox .details ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid var(--color-black);
  background-color: #fff;
}
.ticket .ticketWrap .detailsBox .details ul li .scheduleBox.present {
  padding: 0.875rem 1rem;
  background-color: #fff;
  color: var(--color-black);
}
.ticket .ticketWrap .detailsBox .details ul li .scheduleBox .time .time1 {
  font-size: 1rem;
  font-family: var(--font-family);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.ticket .ticketWrap .detailsBox .details ul li .scheduleBox .state {
  color: #fb2100;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: var(--font-hiragino);
}
.ticket .ticketWrap .detailsBox .details ul li .scheduleBox.present .state span:before {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-right: 0.3125rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fb2100;
  border-radius: 50%;
  vertical-align: middle;
}

.goods {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
.goods__inner {
  position: relative;
}
.goods__body {
  margin-top: 1.625rem;
}
.goods__foot {
  margin-top: 3.75rem;
}
.goods__item + .goods__item {
  margin-top: 3rem;
}
.goods__button {
  margin-top: 1.875rem;
  font-family: var(--font-family);
}
.goods__link {
  display: block;
  margin-inline: auto;
  margin-top: 1.25rem;
  margin-inline: auto;
  color: var(--color-black);
  font-size: 1rem;
  font-family: var(--font-family);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.join {
  counter-reset: item;
}
.join__container {
  margin-left: 1rem;
  padding-left: 2.125rem;
  padding-bottom: 2.1875rem;
  border-left: 1px solid var(--color-light);
  counter-increment: item;
}
.join__container + .join__container {
  margin-top: 0.4375rem;
}
.join__title {
  position: relative;
  left: -3.125rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.7;
}
.join__title::before {
  content: counter(item);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.0625rem;
  height: 2.0625rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: var(--color-main);
  color: white;
  font-weight: 800;
  font-size: 1.3125rem;
  text-align: center;
}
.join__pic {
  margin-top: 0.3125rem;
}
.join__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
.join__note {
  margin-top: 1.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
}
.join__note li:before {
  content: "※";
}
.join__note li + li {
  margin-top: 0.625rem;
}

.about__video {
  display: flex;
  max-width: 38.75rem;
  margin-inline: auto;
}
.about__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 330/186;
}
.about__text {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}
.about__text p + p {
  margin-top: 0.9375rem;
}
.about__button {
  margin-top: 1.875rem;
}

/*
Theme Name: RisWebクリエイト オリジナルテンプレート
Theme URI: 
Author: RisWebクリエイト
Author URI: 
Description: 2024.1.7制作
*/
/*------------------------------------
utility
------------------------------------*/
.sp-only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab-only {
    display: block;
  }
}
@media print, screen and (min-width: 1050px) {
  .tab-only {
    display: none;
  }
}

.tab-pc-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab-pc-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1050px) {
  .pc-only {
    display: block;
  }
}
