/* CSS Document */
/*all*/
main *, main *::before, main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ffe6e9;
  color: #231814;
  font-size: 4vmin;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 24px;
  }
}
html.smooth {
  scroll-behavior: smooth;
}

body {
  position: relative;
  -webkit-animation: op 0.5s ease 1.5s both;
          animation: op 0.5s ease 1.5s both;
}
@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fixed.in, .fixed.open {
  -webkit-transform: revert;
          transform: revert;
}
.fixed-insta {
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 20;
  -webkit-transform: translateX(calc(100% + 2rem));
          transform: translateX(calc(100% + 2rem));
  width: 3.5rem;
  border-radius: 100vh;
  background-image: url(https://www.ctv.co.jp/assets/svgs/sns/instagram-w.svg);
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-color: #ff0069;
  -webkit-transition: 0.5s ease-in-out 0s;
  transition: 0.5s ease-in-out 0s;
  aspect-ratio: 1/1;
}
.fixed-insta::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #ff0069;
  content: "";
  -webkit-animation: wave 1.5s ease infinite both;
          animation: wave 1.5s ease infinite both;
}
.fixed-insta:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@-webkit-keyframes wave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes wave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

main, footer {
  overflow-x: clip;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: revert;
  }
}

h2 {
  display: inline-block;
  position: relative;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.8rem;
  text-align: center;
}
h2 span {
  opacity: 0;
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
}
.is-trigger + h2 span {
  opacity: 1;
}
h2::before, h2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1.5em;
  margin: auto;
  background-image: url(../img/deco-h2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1/1;
}
h2::before {
  opacity: 0;
  right: calc(50% + 0.5em);
  -webkit-transition: 1.5s ease 0s;
  transition: 1.5s ease 0s;
  animation: spin 10s linear 0s infinite both reverse;
}
.is-trigger + h2::before {
  opacity: 1;
  right: calc(100% + 0.5em);
}
h2::after {
  opacity: 0;
  left: calc(50% + 0.5em);
  -webkit-transition: 1.5s ease 0s;
  transition: 1.5s ease 0s;
  -webkit-animation: spin 10s linear 0s infinite both;
          animation: spin 10s linear 0s infinite both;
}
.is-trigger + h2::after {
  opacity: 1;
  left: calc(100% + 0.5em);
}
.spot h2, .account h2 {
  color: #ffffff;
}
.spot h2::before, .spot h2::after, .account h2::before, .account h2::after {
  background-image: url(../img/deco-h2-w.svg);
}

.title {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.4;
}
@media screen and (min-width: 1025px) {
  .title {
    aspect-ratio: 16/9;
  }
}
.title h1 {
  position: absolute;
  top: 5rem;
  right: 2rem;
  z-index: 5;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .title h1 {
    top: 12%;
    right: 6%;
    font-size: 2.5vw;
  }
}
.title h1 .h1__txt-01 {
  -webkit-animation: h1Txt 1.5s ease-in-out 1.5s both;
          animation: h1Txt 1.5s ease-in-out 1.5s both;
}
.title h1 .h1__txt-02 {
  -webkit-animation: h1Txt 1.5s ease-in-out 2s both;
          animation: h1Txt 1.5s ease-in-out 2s both;
}
@-webkit-keyframes h1Txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes h1Txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title__logo {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  z-index: 5;
  width: 7rem;
  -webkit-animation: titleLogo 3s ease-in-out 2.5s both;
          animation: titleLogo 3s ease-in-out 2.5s both;
  -webkit-transform-origin: center;
          transform-origin: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .title__logo {
    bottom: 0;
    left: 5%;
    width: 18%;
  }
}
.title__logo img {
  width: 100%;
}
@-webkit-keyframes titleLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
    -webkit-filter: revert;
            filter: revert;
  }
}
@keyframes titleLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
    -webkit-filter: revert;
            filter: revert;
  }
}
.title::before, .title::after {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 100/5;
}
.title:before {
  top: -1px;
  background-image: url(../img/wave-bottom-pink.svg);
  background-position: center bottom;
}
.title::after {
  bottom: -1px;
  background-image: url(../img/wave-top-pink.svg);
  background-position: center top;
}

.title .splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.title .splide__track {
  width: 100%;
  height: 100%;
}
.title .splide__list {
  width: 100%;
  height: 100%;
}
.title .splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.zoomUp .splide__slide .title__bg img {
  -webkit-transition: 5s linear;
  transition: 5s linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.zoomUp .splide__slide.is-active .title__bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 230, 233)), color-stop(15%, rgba(255, 230, 233, 0)), color-stop(85%, rgba(255, 230, 233, 0)), to(rgb(255, 230, 233)));
  background: -webkit-linear-gradient(top, rgb(255, 230, 233) 0%, rgba(255, 230, 233, 0) 15%, rgba(255, 230, 233, 0) 85%, rgb(255, 230, 233) 100%);
  background: linear-gradient(to bottom, rgb(255, 230, 233) 0%, rgba(255, 230, 233, 0) 15%, rgba(255, 230, 233, 0) 85%, rgb(255, 230, 233) 100%);
}
.about::after {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 100/5;
}
.about::after {
  top: calc(100% - 1px);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url(../img/wave-bottom-pink.svg);
  background-position: center top;
}
.about p {
  line-height: 3;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.spot {
  display: none;
  position: relative;
  background-color: #eb738c;
}

.mov {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 600px;
  margin: 0 auto;
  background-color: #231814;
  aspect-ratio: 16/9;
}
.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cast {
  position: relative;
  padding: 0 1.5rem;
  background-color: #ffffff;
}
.cast::before, .cast::after {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 100/5;
}
.cast::before {
  display: none;
  bottom: calc(100% - 1px);
  background-image: url(../img/wave-top.svg);
}
.cast::after {
  top: calc(100% - 1px);
  background-image: url(../img/wave-bottom.svg);
}
.cast__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .cast__flex {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.cast__item {
  width: 100%;
  margin: 1rem auto;
}
@media screen and (min-width: 1025px) {
  .cast__item {
    width: calc(33.3333333333% - 2rem);
    margin: 1rem;
  }
}
.cast__item:nth-child(odd) {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
@media screen and (min-width: 1025px) {
  .cast__item:nth-child(odd) {
    -webkit-transform: revert;
            transform: revert;
  }
}
.cast__item:nth-child(even) {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
@media screen and (min-width: 1025px) {
  .cast__item:nth-child(even) {
    -webkit-transform: revert;
            transform: revert;
  }
}
@media screen and (min-width: 1025px) {
  .cast__item:has(.suzuki) {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}
.cast__content__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cast__content__item {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .cast__content__item {
    width: 100%;
  }
}
.cast__content__pic {
  width: 100%;
  aspect-ratio: 1.1/1;
}
.cast__content__pic img {
  width: 100%;
}
.cast__content__name {
  position: relative;
  z-index: 1;
  margin: 1em;
  padding: 1em 0;
  border: solid 2px #231814;
  border-radius: 100vh;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.cast__content__name::before {
  opacity: 0.3;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #231814;
  content: "";
}
.cast__content__name.suzuki {
  border: solid 2px #ffc353;
}
.cast__content__name.suzuki::before {
  background-color: #ffc353;
}
.cast__content__name.matsubara {
  border: solid 2px #ade38f;
}
.cast__content__name.matsubara::before {
  background-color: #ade38f;
}
.cast__content__name.sano {
  border: solid 2px #fff152;
}
.cast__content__name.sano::before {
  background-color: #fff152;
}
.cast__content__name.hirayama {
  border: solid 2px #b0e6ff;
}
.cast__content__name.hirayama::before {
  background-color: #b0e6ff;
}
.cast__content__name.ueyama {
  border: solid 2px #e3c9f9;
}
.cast__content__name.ueyama::before {
  background-color: #e3c9f9;
}

.cast__item:nth-child(even) .cast__content__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 1025px) {
  .cast__item:nth-child(even) .cast__content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: revert;
        -ms-flex-direction: revert;
            flex-direction: revert;
  }
}

.account {
  background-color: #eb738c;
}

.insta {
  display: block;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  width: calc(100% - 2rem);
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.1);
  background-color: #ffe6e9;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.insta:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.insta__txt {
  display: inline-block;
  position: relative;
  left: calc(50% + 2.5em);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1em;
  border-radius: 1em;
  background-color: #ffffff;
  color: #231814;
  text-align: center;
}
.insta__txt::before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  position: absolute;
  top: 50%;
  right: calc(100% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  background-color: #ffffff;
  content: "";
  aspect-ratio: 1/1;
}
.insta__txt::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 1.5em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4em;
  background-image: url(../img/icon-insta.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1/1;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background-color: rgb(255, 255, 255);
}
.modal__wrap {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem 5rem;
  overflow-y: auto;
}
.modal__pic {
  width: 100%;
  max-width: 768px;
  margin: 0 auto 2rem;
}
.modal__pic img {
  width: 100%;
}
.modal__close {
  position: relative;
  width: 6em;
  margin: 0 auto;
  padding: 0.75em 0;
  border-radius: 100vh;
  background-color: #eb738c;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.modal__close:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.modal__btn {
  position: relative;
  width: 9em;
  margin: 0 auto;
  padding: 0.75em 0;
  border-radius: 100vh;
  background-color: #eb738c;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.modal__btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.modal__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-image: url(../img/rainbow.svg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.modal__flex::before {
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  content: "";
}
.modal__flex::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-image: url(../img/bg-flower.svg);
  background-size: 200px auto;
  content: "";
}
#modal-matsubara .modal__flex {
  border: solid 0.2rem #ade38f;
}
#modal-matsubara .modal__flex::before {
  background-color: #ade38f;
}
#modal-suzuki .modal__flex {
  border: solid 0.2rem #ffc353;
}
#modal-suzuki .modal__flex::before {
  background-color: #ffc353;
}
#modal-sano .modal__flex {
  border: solid 0.2rem #fff152;
}
#modal-sano .modal__flex::before {
  background-color: #fff152;
}
#modal-hirayama .modal__flex {
  border: solid 0.2rem #b0e6ff;
}
#modal-hirayama .modal__flex::before {
  background-color: #b0e6ff;
}
#modal-ueyama .modal__flex {
  border: solid 0.2rem #e3c9f9;
}
#modal-ueyama .modal__flex::before {
  background-color: #e3c9f9;
}
.modal__item {
  width: 100%;
}
.modal__item:has(.modal__name) {
  padding: 1rem 0 0;
}
@media screen and (min-width: 1025px) {
  .modal__item:has(.modal__img) {
    width: 40%;
  }
  .modal__item:has(.modal__name) {
    width: 60%;
    padding: 0 0 0 1rem;
  }
}
.modal__img {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 1000/1100;
}
@media screen and (min-width: 1025px) {
  .modal__img {
    width: 100%;
  }
}
.modal__img img {
  width: 100%;
}
.modal__name {
  margin: 0 auto 0.5rem;
  padding: 0 0 0.5rem;
  border-bottom: dashed 0.1rem #8b6439;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.modal__name__wrap {
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  background-color: #faf9da;
  color: #231814;
  color: #4d4d4d;
}
.modal__name__wrap::before, .modal__name__wrap::after {
  position: absolute;
  background-image: url(../img/star.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 110/100;
}
.modal__name__wrap::before {
  top: -1em;
  left: -0.5em;
  height: 3em;
}
.modal__name__wrap::after {
  right: -0.5em;
  bottom: -1em;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  height: 3em;
}
.modal__tips {
  font-size: 0.9rem;
  text-align: center;
}
.modal__txt {
  margin: 2rem auto 0;
  padding: 0 1rem 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.modal__txt__head {
  position: relative;
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
  padding: 0.25em 1em;
  border-radius: 0.5rem;
  background-color: #8d6237;
  color: #ffffff;
  text-align: center;
}
.modal__txt__head__r, .modal__txt__head__l {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__txt__head__r::before, .modal__txt__head__r::after, .modal__txt__head__l::before, .modal__txt__head__l::after {
  position: absolute;
  width: 0.25em;
  border-radius: 100vh;
  background-color: #fef01e;
  content: "";
  aspect-ratio: 1/1;
}
.modal__txt__head__r::before {
  top: 0.25em;
  right: 0.25em;
}
.modal__txt__head__r::after {
  right: 0.25em;
  bottom: 0.25em;
}
.modal__txt__head__l::before {
  top: 0.25em;
  left: 0.25em;
}
.modal__txt__head__l::after {
  bottom: 0.25em;
  left: 0.25em;
}
.modal__txt p {
  text-align: justify;
}

.event {
  position: relative;
  background-color: #ffffff;
}
.event::before {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 100/5;
}
.event:before {
  bottom: calc(100% - 1px);
  background-image: url(../img/wave-top.svg);
  background-position: center bottom;
}
.event__wrap {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
}
.event__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffe6e9;
}
.event__item {
  width: 100%;
}
.event__item:has(.event__pic) {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 1025px) {
  .event__item:has(.event__pic) {
    width: calc(45% - 1rem);
    margin: 0 1rem 0 0;
  }
  .event__item:has(.event__txt) {
    width: 55%;
  }
}
.event__date {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-0.5rem, -50%);
          transform: translate(-0.5rem, -50%);
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  background-color: #653c40;
  color: #ffffff;
  font-size: 1.2rem;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.event__pic {
  aspect-ratio: 16/9;
}
.event__pic img {
  width: 100%;
}
.event__txt p {
  margin: 0 auto 0.5em;
}
.event__txt a {
  display: block;
  padding: 0.75em 0;
  border-radius: 100vh;
  background-color: #eb738c;
  color: #ffffff;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.event__txt a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

#footer {
  position: relative;
}
#footer::before {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 100/5;
}
#footer:before {
  bottom: calc(100% - 1px);
  background-image: url(../img/wave-top-pink.svg);
  background-position: center bottom;
}

.share {
  padding: 0 0 2rem;
}

.share-title {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  padding: 1em;
  background-color: #eb738c;
  color: #ffffff;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.share-title::after {
  border-top: solid 0.5em #eb738c;
}

.icon-share {
  height: 1em;
  fill: #ffffff;
}

.footer-txt {
  padding: 1rem 0 2rem;
  text-align: center;
}
.footer-txt * {
  color: #eb738c;
  font-weight: bold;
  line-height: 2;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(10%) scale(1.05);
            transform: translateY(10%) scale(1.05);
  }
  100% {
    -webkit-transform: revert;
            transform: revert;
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(10%) scale(1.05);
            transform: translateY(10%) scale(1.05);
  }
  100% {
    -webkit-transform: revert;
            transform: revert;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.fs-06 {
  font-size: 0.6em;
}

.fs-07 {
  font-size: 0.7em;
}

.fs-08 {
  font-size: 0.8em;
}

.fs-09 {
  font-size: 0.9em;
}

.fs-11 {
  font-size: 1.1em;
}

.fs-12 {
  font-size: 1.2em;
}

.fs-13 {
  font-size: 1.3em;
}

.fs-14 {
  font-size: 1.4em;
}

.fs-15 {
  font-size: 1.5em;
}

.fs-16 {
  font-size: 1.6em;
}

.fs-20 {
  font-size: 2em;
}

.fs-21 {
  font-size: 2.1em;
}

.fs-22 {
  font-size: 2.2em;
}

.fs-23 {
  font-size: 2.3em;
}

.fs-24 {
  font-size: 2.4em;
}

.fs-25 {
  font-size: 2.5em;
}

.fs-26 {
  font-size: 2.6em;
}

.fs-28 {
  font-size: 2.8em;
}

.fs-30 {
  font-size: 3em;
}

.sc-08 {
  display: inline-block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.opa-06 {
  opacity: 0.6;
}

.fw-b {
  font-weight: bold;
}

.mar-01 {
  margin: 0 0.1em;
}

.c-1 {
  color: #ffe6e9;
}

.c-2 {
  color: #f4b2ba;
}

.c-3 {
  color: #eb738c;
}

.c-black {
  color: #231814;
}

.c-white {
  color: #ffffff;
}

.c-sat {
  color: #8cdafd;
}

.c-sun {
  color: #ff92af;
}

.dark {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.day {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.day-sat, .day-sun {
  color: #ffffff;
}
.day-sat::before, .day-sun::before {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  width: 1em;
  border-radius: 100vh;
  content: "";
  aspect-ratio: 1/1;
}
.day-sat::before {
  background-color: #00a0e9;
}
.day-sun::before {
  background-color: #e9003e;
}

.marker {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.5em 0.25em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.marker-black {
  background-color: #231814;
}
.marker-current {
  background-color: currentColor;
}
.marker-yellow {
  -webkit-text-decoration-color: #ddb100;
          text-decoration-color: #ddb100;
}

.under {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.15em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.under-pen {
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.25em;
}
.under-black {
  -webkit-text-decoration-color: #231814;
          text-decoration-color: #231814;
}

.spacer-005 {
  padding-top: 0.5rem;
}

.spacer-01 {
  padding-top: 1rem;
}

.spacer-02 {
  padding-top: 2rem;
}

.spacer-03 {
  padding-top: 3rem;
}

.spacer-04 {
  padding-top: 4rem;
}

.spacer-05 {
  padding-top: 5rem;
}

.spacer-06 {
  padding-top: 6rem;
}

.spacer-07 {
  padding-top: 7rem;
}

.spacer-08 {
  padding-top: 8rem;
}

.spacer-09 {
  padding-top: 9rem;
}

.spacer-10 {
  padding-top: 10rem;
}

.clip {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
*:has(> .clip) {
  position: relative;
}
.clip div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}
.clip .bg-flower {
  background-image: url(../img/bg-flower.svg);
  background-position: center center;
  background-size: 200px auto;
  background-repeat: repeat;
}

.trigger.opa + * {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.trigger.opa.is-trigger + * {
  opacity: 1;
}
.trigger.pop + * {
  opacity: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.trigger.pop.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.fall + * {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.trigger.fall.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slideup + * {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.trigger.slideup.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slidedown + * {
  opacity: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.trigger.slidedown.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.popup + * {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.trigger.popup.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.bloom + * {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.trigger.bloom.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.dur-03 + * {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.trigger.dur-05 + * {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.trigger.dur-07 + * {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.trigger.dur-1 + * {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.trigger.dur-2 + * {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.trigger.dur-3 + * {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}
.trigger.dur-4 + * {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}
.trigger.dur-5 + * {
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}
.trigger.dly-01 + * {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.trigger.dly-02 + * {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.trigger.dly-03 + * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.trigger.dly-04 + * {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.trigger.dly-05 + * {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.trigger.dly-06 + * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.trigger.dly-07 + * {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.trigger.dly-08 + * {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.trigger.dly-09 + * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.trigger.dly-1 + * {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.deco {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  aspect-ratio: 1/1;
}
.deco img {
  width: 100%;
}
*:has(> .deco) {
  position: relative;
}
.deco-matsubara-01 {
  bottom: -1.5rem;
  left: 16rem;
  width: 11rem;
}
@media screen and (min-width: 1025px) {
  .deco-matsubara-01 {
    bottom: -2.5rem;
    left: -3.5rem;
    width: 10rem;
  }
}
.deco-matsubara-04 {
  top: -5.5rem;
  left: -2rem;
  width: 11rem;
}
@media screen and (min-width: 1025px) {
  .deco-matsubara-04 {
    top: -2.5rem;
    left: 3rem;
    width: 11rem;
  }
}
.deco-sano-01 {
  bottom: -2.5rem;
  left: 16rem;
  width: 11rem;
}
@media screen and (min-width: 1025px) {
  .deco-sano-01 {
    bottom: -5rem;
    left: 8rem;
    width: 10rem;
  }
}
.deco-sano-03 {
  right: 0.5rem;
  bottom: -3rem;
  width: 7.5rem;
}
@media screen and (min-width: 1025px) {
  .deco-sano-03 {
    right: 2rem;
    bottom: 6rem;
  }
}
.deco-suzuki-01 {
  bottom: -2.5rem;
  left: -5rem;
  width: 11rem;
}
@media screen and (min-width: 1025px) {
  .deco-suzuki-01 {
    bottom: 1rem;
    left: -3.5rem;
    width: 10rem;
  }
}
.deco-suzuki-03 {
  right: -2.5rem;
  bottom: -3rem;
  width: 11.5rem;
}
@media screen and (min-width: 1025px) {
  .deco-suzuki-03 {
    right: -0.5rem;
    bottom: -0.5rem;
    width: 11.5rem;
  }
}
.deco-hirayama-01 {
  bottom: -1rem;
  left: -5.5rem;
  width: 12rem;
}
@media screen and (min-width: 1025px) {
  .deco-hirayama-01 {
    bottom: 2rem;
    left: -7rem;
    width: 10rem;
  }
}
.deco-hirayama-03 {
  top: -3.5rem;
  left: -2.5rem;
  width: 10rem;
}
@media screen and (min-width: 1025px) {
  .deco-hirayama-03 {
    top: 4rem;
    left: -1.5rem;
    width: 10rem;
  }
}
.deco-ueyama-01 {
  bottom: -0.5rem;
  left: 16.5rem;
  width: 11rem;
}
@media screen and (min-width: 1025px) {
  .deco-ueyama-01 {
    bottom: -3rem;
    left: 11rem;
    width: 10rem;
  }
}
.deco-ueyama-03 {
  bottom: -1rem;
  left: 1rem;
  width: 7rem;
}
@media screen and (min-width: 1025px) {
  .deco-ueyama-03 {
    bottom: 0;
  }
}
.deco-matsubara-walk {
  right: 0;
  bottom: 0;
  left: -20rem;
  height: 9.5rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .deco-matsubara-walk {
    left: -27rem;
  }
}
.deco-ueyama-walk {
  right: 0;
  bottom: -1rem;
  left: -10rem;
  height: 10rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .deco-ueyama-walk {
    left: -11rem;
  }
}
.deco-sano-walk {
  right: 0;
  bottom: 0;
  left: -2rem;
  height: 9.5rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .deco-sano-walk {
    left: 0;
  }
}
.deco-suzuki-walk {
  right: -9rem;
  bottom: -1rem;
  left: 0;
  height: 10rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .deco-suzuki-walk {
    right: -13rem;
  }
}
.deco-hirayama-walk {
  right: -18rem;
  bottom: 0;
  left: 0;
  height: 9.5rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .deco-hirayama-walk {
    right: -25rem;
  }
}
.deco-chukyo-01 {
  right: 4.5rem;
  bottom: -4rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco-chukyo-01 {
    right: 6.5rem;
    bottom: -2rem;
    width: 8rem;
  }
}
.deco-chukyo-02 {
  top: 0.75rem;
  left: 2.5rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco-chukyo-02 {
    top: 10rem;
    left: 4.5rem;
    width: 8rem;
  }
}
.deco-chukyo-03 {
  right: -19rem;
  bottom: -6.75rem;
  left: 0;
  width: 8rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .deco-chukyo-03 {
    top: auto;
    right: -41rem;
    bottom: -3rem;
  }
}
.deco-chukyo-04 {
  bottom: -4rem;
  left: 4rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco-chukyo-04 {
    bottom: -3rem;
  }
}
.deco-chukyo-05 {
  top: 0;
  left: 2.5rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco-chukyo-05 {
    top: 3rem;
    left: 1.5rem;
    width: 8rem;
  }
}
.deco-chukyo-06 {
  right: 0.25rem;
  bottom: -5.5rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco-chukyo-06 {
    right: 1.75rem;
    bottom: 3rem;
  }
}/*# sourceMappingURL=style.css.map */