@charset "UTF-8";
/* CSS Document */
/*all*/
main *, main *::before, main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  background-color: #a0d1ee;
  color: #231814;
  font-size: 4vmin;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 24px;
  }
}
html .zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}
html.smooth {
  scroll-behavior: smooth;
}
html::after {
  opacity: 70%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  content: "";
}

body {
  -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;
  }
}

main {
  overflow: clip;
}

header {
  background-color: #a0d1ee;
}

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

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

h2 {
  opacity: 0;
  position: relative;
  width: 20rem;
  margin: 0 auto;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.is-trigger + h2 {
  opacity: 1;
}
h2 img {
  width: 100%;
}
h2::before {
  opacity: 0;
  position: absolute;
  top: -75%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 120%;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  aspect-ratio: 1/1;
}
.event h2::before {
  background-image: url(../img/chukyokun-a.svg);
}
.stage h2::before {
  background-image: url(../img/chukyokun-b.svg);
}
.map h2::before {
  background-image: url(../img/chukyokun-f.svg);
}
.access h2::before {
  background-image: url(../img/chukyokun-d.svg);
}
.is-trigger + h2::before {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}

.star {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  height: 20%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  -webkit-animation: star 1s ease 0s both infinite alternate;
          animation: star 1s ease 0s both infinite alternate;
  aspect-ratio: 1/1;
}
@-webkit-keyframes star {
  0% {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  100% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@keyframes star {
  0% {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  100% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.is-trigger + h2 .star {
  opacity: 1;
}
.star-green {
  background-image: url(../img/star-green.svg);
}
.is-trigger + h2 .star-green {
  -webkit-transform: translateX(-7.5rem);
          transform: translateX(-7.5rem);
}
.star-sky {
  background-image: url(../img/star-sky.svg);
}
.is-trigger + h2 .star-sky {
  -webkit-transform: translateX(-4.5rem);
          transform: translateX(-4.5rem);
}
.star-blue {
  background-image: url(../img/star-blue.svg);
}
.is-trigger + h2 .star-blue {
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
}
.star-pink {
  background-image: url(../img/star-pink.svg);
}
.is-trigger + h2 .star-pink {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
.star-orange {
  background-image: url(../img/star-orange.svg);
}
.is-trigger + h2 .star-orange {
  -webkit-transform: translateX(4.5rem);
          transform: translateX(4.5rem);
}
.star-yellow {
  background-image: url(../img/star-yellow.svg);
}
.is-trigger + h2 .star-yellow {
  -webkit-transform: translateX(7.5rem);
          transform: translateX(7.5rem);
}

.flg {
  margin: -5rem auto 0;
  padding: 5rem 0 0;
}

.fixed.in, .fixed.open {
  -webkit-transform: revert !important;
          transform: revert !important;
}

.nav {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #f9f0f0;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  pointer-events: none;
}
.open + .nav {
  opacity: 1;
  pointer-events: revert;
}
.nav ul {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav li {
  position: relative;
  margin: 0 auto;
  padding: 0.25em 1em;
  border-bottom: solid 2px #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .nav li {
    font-size: 6vmin;
  }
}
.nav li:last-child {
  border: none;
}
.nav li a {
  position: relative;
  padding-left: 1.25em;
  color: #ff58b6;
}
.nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  background-image: url(../img/star-pink.svg);
  background-position: center;
  background-size: contain;
  content: "";
  aspect-ratio: 1/1;
}
.nav li a.nav-event::before {
  background-image: url(../img/star-orange.svg);
}
.nav li a.nav-stage::before {
  background-image: url(../img/star-green.svg);
}
.nav li a.nav-map::before {
  background-image: url(../img/star-blue.svg);
}
.nav li a.nav-access::before {
  background-image: url(../img/star-sky.svg);
}
.nav li a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.nav li a:hover::before {
  -webkit-animation: spin 4s linear 0s both infinite;
          animation: spin 4s linear 0s both infinite;
}
.nav__btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  -webkit-transform: translateX(calc(100% + 1rem));
          transform: translateX(calc(100% + 1rem));
  width: 3.5rem;
  overflow: clip;
  border: solid 0.2rem #ff58b6;
  border-radius: 100vh;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  aspect-ratio: 1/1;
}
.nav__btn::after {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #ff58b6;
  font-weight: bold;
  font-size: 0.5em;
  text-align: center;
  content: "MENU";
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.nav__btn span {
  position: absolute;
  right: 0;
  left: 0;
  width: 50%;
  margin: auto;
  border-radius: 100vh;
  background-color: #ff58b6;
  aspect-ratio: 10/1;
}
.nav__btn span:nth-child(1) {
  top: 25%;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.nav__btn span:nth-child(2) {
  top: 40%;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.nav__btn span:nth-child(3) {
  opacity: 0;
  top: 40%;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.nav__btn span:nth-child(4) {
  top: 55%;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.nav__btn.open span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.nav__btn.open span:nth-child(2) {
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
.nav__btn.open span:nth-child(3) {
  opacity: 1;
  -webkit-transform: rotateZ(225deg);
          transform: rotateZ(225deg);
}
.nav__btn.open span:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#modal__btn--stage {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  -webkit-transform: translateX(calc(-100% - 1rem));
          transform: translateX(calc(-100% - 1rem));
  width: 3.5rem;
  border: solid 0.2rem #ffffff;
  border-radius: 100vh;
  background-image: url(../img/btn-stage.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #a2ca0e;
  cursor: pointer;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  aspect-ratio: 1/1;
}
#modal__btn--stage:hover {
  -webkit-transition: 0s ease 0s;
  transition: 0s ease 0s;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

#modal__btn--map {
  position: fixed;
  top: 1rem;
  left: 5rem;
  z-index: 10;
  -webkit-transform: translateX(calc(-100% - 5rem));
          transform: translateX(calc(-100% - 5rem));
  width: 3.5rem;
  border: solid 0.2rem #ffffff;
  border-radius: 100vh;
  background-image: url(../img/btn-map.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #2660ac;
  cursor: pointer;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  aspect-ratio: 1/1;
}
#modal__btn--map:hover {
  -webkit-transition: 0s ease 0s;
  transition: 0s ease 0s;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.bg {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}

.tips {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  border: solid 0.3rem #ff58b6;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.tips p {
  font-weight: bold;
  text-align: center;
}

.mov {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chukyokun {
  aspect-ratio: 1/1;
}
.chukyokun img {
  width: 100%;
}
.chukyokun-stay {
  width: 10rem;
  margin: -6rem auto -2rem;
}

.title {
  position: relative;
  width: 100%;
  background-image: url(../img/bg-sp.webp);
  background-size: cover;
  background-repeat: repeat;
  background-color: #a0d1ee;
  aspect-ratio: 1/1.3;
}
.title::after {
  opacity: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .title {
    background-image: url(../img/bg-pc.webp);
    aspect-ratio: 16/9.5;
  }
}
.title p {
  position: absolute;
  bottom: 2em;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22em;
  padding: 1em 0;
  border: solid 0.2em #ffffff;
  border-radius: 1em;
  background-color: #f3b3c2;
  color: #332211;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  -webkit-animation: titleP 1s ease 2s both;
          animation: titleP 1s ease 2s both;
}
@media screen and (min-width: 1025px) {
  .title p {
    bottom: 5%;
    width: 30em;
    font-size: 2vw;
  }
}
@-webkit-keyframes titleP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titleP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title .oyakonosobani {
  position: absolute;
  top: 10%;
  left: 60%;
  z-index: 3;
  width: 25%;
  -webkit-animation: titleH1 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s both;
          animation: titleH1 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s both;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .title .oyakonosobani {
    top: 7%;
    left: 10%;
    width: 16%;
  }
}
.title .oyakonosobani img {
  width: 100%;
}
.title h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  -webkit-animation: titleH1 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s both;
          animation: titleH1 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s both;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .title h1 {
    top: -7%;
    aspect-ratio: 16/9;
  }
}
.title h1 img {
  width: 100%;
}
@-webkit-keyframes titleH1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
  }
}
@keyframes titleH1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
  }
}

.plant {
  position: absolute;
  z-index: 3;
  width: 33%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 21/12;
}
.plant-l {
  bottom: 0;
  left: 0;
  background-image: url(../img/bg-plant-l.svg);
}
.plant-r {
  right: 0;
  bottom: 0;
  background-image: url(../img/bg-plant-r.svg);
}

.cloud {
  position: absolute;
  z-index: 2;
  background-image: url(../img/cloud.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 10/8;
}
.cloud-a {
  top: 20%;
  left: -5%;
  width: 20%;
  -webkit-animation: cloud 2s ease-in-out 0s both infinite alternate;
          animation: cloud 2s ease-in-out 0s both infinite alternate;
}
@media screen and (min-width: 1025px) {
  .cloud-a {
    top: 18%;
    left: -3%;
    width: 18%;
  }
}
.cloud-b {
  top: 1%;
  left: 23%;
  width: 23%;
  -webkit-animation: cloud 2s ease-in-out 1s both infinite alternate;
          animation: cloud 2s ease-in-out 1s both infinite alternate;
}
@media screen and (min-width: 1025px) {
  .cloud-b {
    left: 60%;
    width: 14%;
  }
}
.cloud-c {
  top: 20%;
  left: 87%;
  width: 12%;
  -webkit-animation: cloud 2s ease-in-out 0.5s both infinite alternate;
          animation: cloud 2s ease-in-out 0.5s both infinite alternate;
}
@media screen and (min-width: 1025px) {
  .cloud-c {
    top: 15%;
    left: 80%;
    width: 10%;
  }
}

@-webkit-keyframes cloud {
  0% {
    opacity: 1;
    -webkit-transform: translateY(1rem) scale(0.9);
            transform: translateY(1rem) scale(0.9);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: revret;
            transform: revret;
  }
}

@keyframes cloud {
  0% {
    opacity: 1;
    -webkit-transform: translateY(1rem) scale(0.9);
            transform: translateY(1rem) scale(0.9);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: revret;
            transform: revret;
  }
}
.aftertitle {
  display: none;
  position: relative;
  z-index: 0;
  border-bottom: solid 0.2rem #ffffff;
  background-image: url(../img/bg-sp.webp);
  background-position: center top;
  background-size: cover;
  background-color: #a0d1ee;
}
.aftertitle:has(li) {
  display: revert;
}
.aftertitle:has(li) + * {
  display: none;
}
@media screen and (min-width: 1025px) {
  .aftertitle {
    background-image: url(../img/bg-pc.webp);
  }
}
.aftertitle::after {
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  content: "";
}
.aftertitle__flex {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1025px) {
  .aftertitle__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;
  }
}
@media screen and (min-width: 1025px) {
  .aftertitle__item {
    width: 50%;
  }
  .aftertitle__item:has(h1) {
    width: 33%;
    padding: 0 0 0 1rem;
  }
  .aftertitle__item:has(.news) {
    width: 67%;
  }
}
.aftertitle h1 {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.aftertitle h1 img {
  width: 100%;
}

.news {
  display: none;
  width: 100%;
  margin: 0 0 3rem;
  border: solid 0.2rem #0070b5;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .news {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}
.news__head {
  margin: 1rem auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .news__head {
    text-align: left;
  }
}
.news:has(li) {
  display: revert;
}
.news li {
  position: relative;
  padding: 1rem 0 1rem 6rem;
  border-bottom: dashed 2px #a0d1ee;
}
.news li:last-child {
  border-bottom: none;
}
.news li > * {
  margin: 0 auto 0.5rem;
}
.news li > *:last-child {
  margin: 0 auto;
}
.news .emg__dateTime {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 0;
  width: 5em;
  padding: 0.25em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.news .emg__dateTime::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  background-color: #066bad;
  content: "";
}
.news .emg__date {
  padding: 0.5em 0;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.8);
  color: #231814;
  font-size: 0.9em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.news .emg__time {
  padding: 0.75em 0 0.5em;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.news .emg__title {
  font-weight: bold;
  line-height: 1.6;
}
.news .emg__txt {
  line-height: 1.6;
  text-align: justify;
}
.news .emg__pic {
  display: inline-block;
  position: relative;
  width: calc(50% - 1em);
  margin: 0.75em 0.75em 0 0;
  border: solid 1px #000000;
  letter-spacing: 0;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .news .emg__pic {
    width: calc(25% - 1em);
  }
}
.news .emg__pic::after {
  position: absolute;
  top: -0.25em;
  right: -0.25em;
  z-index: 1;
  width: 1em;
  border-radius: 0.1em;
  background-color: #dd007f;
  color: #ffffff;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  content: "＋";
  pointer-events: none;
  aspect-ratio: 1/1;
}
.news .emg__pic__group {
  display: none;
  letter-spacing: -1em;
  text-align: left;
}
.news .emg__pic__group:has(img) {
  display: revert;
}
.news .emg__pic img {
  width: 100%;
}

.news .simplebar-wrap {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news .scroll {
  max-height: 15em;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .news .scroll {
    height: 20vw;
    max-height: none;
  }
}

.news .simplebar-content {
  padding: 0 1.5rem 0 1rem !important;
}

.news .simplebar-track.simplebar-vertical {
  width: 0.5rem;
  background-color: #dddddd;
}

.news .simplebar-scrollbar {
  background-color: #000000;
}
.news .simplebar-scrollbar::before {
  display: none;
}

.date {
  background-color: #93b3c5;
}
.date__wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 calc(1rem + 84px);
  border-top: solid 0.3rem #93b3c5;
  border-bottom: solid 0.3rem #93b3c5;
  background-image: url(../img/wave.svg);
  background-position: left 0rem bottom 0;
  background-size: 54px auto;
  background-repeat: repeat-x;
  background-color: #ffffff;
  -webkit-animation: dateWrap 2s linear 0s infinite;
          animation: dateWrap 2s linear 0s infinite;
}
@-webkit-keyframes dateWrap {
  0% {
    background-position: left 0 bottom 0;
  }
  100% {
    background-position: left 54px bottom 0;
  }
}
@keyframes dateWrap {
  0% {
    background-position: left 0 bottom 0;
  }
  100% {
    background-position: left 54px bottom 0;
  }
}
.date__wrap p {
  font-weight: bold;
  text-align: center;
}

.entry__banner {
  display: block;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 4;
  width: 5rem;
  -webkit-animation: fixedEntry 0.5s ease 2s both;
          animation: fixedEntry 0.5s ease 2s both;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .entry__banner {
    width: 6rem;
  }
}
@-webkit-keyframes fixedEntry {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fixedEntry {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entry__banner::before {
  position: absolute;
  right: 83%;
  bottom: 76%;
  -webkit-transform: rotateZ(-34deg);
          transform: rotateZ(-34deg);
  width: 40%;
  background-image: url(../img/btn-entry-deco.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-animation: fixedEntryDeco 3s ease-in-out 0s both infinite alternate;
          animation: fixedEntryDeco 3s ease-in-out 0s both infinite alternate;
  aspect-ratio: 3/2;
}
@-webkit-keyframes fixedEntryDeco {
  0% {
    -webkit-filter: hue-rotate(20deg) brightness(1.5);
            filter: hue-rotate(20deg) brightness(1.5);
  }
  100% {
    -webkit-filter: revert;
            filter: revert;
  }
}
@keyframes fixedEntryDeco {
  0% {
    -webkit-filter: hue-rotate(20deg) brightness(1.5);
            filter: hue-rotate(20deg) brightness(1.5);
  }
  100% {
    -webkit-filter: revert;
            filter: revert;
  }
}
.entry__banner img {
  width: 100%;
}
.entry__banner img:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.entry__banner::after {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  background-image: url(../img/btn-entry-tips.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-animation: fuwafuwa 3s ease-in-out 0s both infinite alternate;
          animation: fuwafuwa 3s ease-in-out 0s both infinite alternate;
  aspect-ratio: 70/55;
}
.entry__banner.started::after {
  display: none;
}
.entry__wrap {
  width: calc(100% - 2rem);
  max-width: 800px;
  margin: 0 auto;
  overflow: clip;
  border: solid 0.3rem #d3000e;
  border-radius: 1rem;
}
.entry__head {
  margin: -0.3rem auto 0;
  padding: 1em 0;
  background-color: #d3000e;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.entry__txt {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.entry p {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.entry ul {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.entry li {
  position: relative;
  margin: 0.5em auto;
  padding-left: 1.2em;
  font-weight: bold;
  font-size: 0.9rem;
}
.entry li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d3000e;
  content: "※";
}
.entry__link {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0;
  border-top: solid 2px #d3000e;
  border-bottom: solid 2px #d3000e;
  color: #d3000e;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.entry__link.btn {
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  border: none;
  border-radius: 100vh;
  -webkit-box-shadow: 0 0.3em 0 #231814;
          box-shadow: 0 0.3em 0 #231814;
  background-color: #d3000e;
  color: #ffffff;
  cursor: pointer;
  pointer-events: none;
}
.entry__link.btn.started {
  pointer-events: revert;
}
.entry__link.btn:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-box-shadow: 0 0 0 #231814;
          box-shadow: 0 0 0 #231814;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.event {
  padding: 1rem;
}
.event__wrap {
  max-width: 1000px;
  margin: 1rem auto;
  padding: 1rem;
  border: solid 0.3rem #f08a37;
  border-radius: 1rem;
  background-color: #ffffff;
}
.event__content {
  padding: 1rem;
  overflow: clip;
  border: solid 0.3rem #000000;
  border-radius: 1rem;
  background-image: url(../img/bg-dot.svg);
  background-size: 50px auto;
}
.event__content#wakuwaku {
  border: solid 0.3rem #ff3b3b;
  background-color: #fff2b6;
}
.event__content#tv {
  border: solid 0.3rem #e4007f;
  background-color: #e8f0c5;
}
.event__content#eventstage {
  border: solid 0.3rem #ee86a2;
  background-color: #fdeddb;
}
.event__content#anpan {
  border: solid 0.3rem #00a0ca;
  background-color: #ffffff;
}
.event__content#nyugan {
  border: solid 0.3rem #d94e8f;
  background-color: #ffffff;
}
.event__head {
  margin: -1.3rem -1rem 0;
  padding: 0.75em 0;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 0.1em 0.1em 0 rgba(0, 0, 0, 0.3);
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#wakuwaku .event__head {
  background-color: #ff3b3b;
  color: #ffffff;
}
#tv .event__head {
  background-color: #e4007f;
  color: #fff89b;
}
#eventstage .event__head {
  background-color: #ee86a2;
  color: #fff453;
}
#anpan .event__head {
  background-color: #00a0ca;
  color: #fff89b;
}
#nyugan .event__head {
  background-color: #d94e8f;
  color: #ffffff;
}
.event__txt {
  color: #231814;
  font-weight: bold;
}
.event__txt .head {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0.75em auto;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1025px) {
  .event__txt .head {
    display: inline-block;
    width: 6em;
    margin: 0 0.5em 0 0;
  }
}
.event__txt .head::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 1em);
  border-radius: 0.25em;
  background-color: #d94e8f;
  content: "";
}
.event__txt ul {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  background-color: #ffecf4;
}
.event__txt li {
  position: relative;
  margin: 0.5em auto;
  padding: 0 0 0 1.25em;
}
.event__txt li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d94e8f;
  content: "■";
}
@media screen and (min-width: 1025px) {
  .event__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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.event__item {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .event__item {
    width: calc(50% - 0.5rem);
  }
}
.event__item:has(.event__pic) {
  margin: 1em auto 0;
}
@media screen and (min-width: 1025px) {
  .event__item:has(.event__pic) {
    margin: 0;
  }
}
.event__pic {
  width: 100%;
}
.event__pic.logo {
  aspect-ratio: 1000/240;
}
.event__pic.thumb {
  aspect-ratio: 500/400;
}
.event__pic img {
  width: 100%;
  pointer-events: none;
}
.event p {
  font-weight: bold;
  line-height: 1.2;
}
.event p.beta {
  padding: 0.5em;
  border-radius: 0.25em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.event p.beta-red {
  background-color: #e51f1f;
}
.event p:has(.head) {
  position: relative;
  padding: 0 0 0 3em;
}
.event p .head {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.5em 0.25em;
  border-radius: 0.25em;
  background-color: #036eb8;
  color: #ffffff;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.event__lineup__flex {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1025px) {
  .event__lineup__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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .event__lineup__flex:nth-child(even) {
    -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) {
  .event__lineup__item:has(.event__lineup__pic) {
    width: 25%;
  }
  .event__lineup__item:has(.event__lineup__txt) {
    width: calc(75% - 1rem);
  }
}
.event__lineup__pic {
  position: relative;
  width: 70%;
  margin: 0 auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .event__lineup__pic {
    width: 100%;
  }
}
.event__lineup__pic::before, .event__lineup__pic::after {
  position: absolute;
  z-index: 1;
  width: 20%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1/1;
}
#wakuwaku .event__lineup__pic::before, #wakuwaku .event__lineup__pic::after {
  background-image: url(../img/star-orange.svg);
}
#tv .event__lineup__pic::before, #tv .event__lineup__pic::after {
  background-image: url(../img/star-green.svg);
}
#eventstage .event__lineup__pic::before, #eventstage .event__lineup__pic::after {
  background-image: url(../img/star-pink.svg);
}
.event__lineup__pic::before {
  top: 0;
  left: 0;
  -webkit-animation: spin 10s linear 0s infinite both;
          animation: spin 10s linear 0s infinite both;
}
.event__lineup__pic::after {
  right: 0;
  bottom: 0;
  animation: spin 10s linear 0s infinite both reverse;
}
.event__lineup__pic img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0.3rem 0 #ffffff);
          filter: drop-shadow(0 0.3rem 0 #ffffff);
}
.event__lineup__txt {
  margin: 1rem auto 0;
}
.event__lineup__txt p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.event__lineup__txt p .base {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 100vh;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.event__lineup__txt p .base.pink {
  background-color: #f44283;
  color: #ffffff;
}
.bakale .event__lineup__txt p .base {
  background-color: #231814;
  color: #ffca26;
}
@media screen and (min-width: 1025px) {
  .event__lineup__txt p {
    padding: 0 1em;
  }
}
.event__lineup__txt p .unbreak {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.event__lineup__txt__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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event__lineup__txt__item {
  width: calc(33.3333333333% - 0.5rem);
}
.event__lineup__txt__item.modal__btn {
  position: relative;
  cursor: pointer;
}
.event__lineup__txt__item.modal__btn::after {
  position: absolute;
  top: -0.25em;
  right: -0.25em;
  z-index: 1;
  width: 1em;
  border-radius: 0.1em;
  background-color: #dd007f;
  color: #ffffff;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  content: "＋";
  pointer-events: none;
  aspect-ratio: 1/1;
}
.event__lineup__txt__item img {
  width: 100%;
}
.event__lineup__title {
  padding: 0.75em 0;
  border-radius: 0.25em;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#wakuwaku .event__lineup__title {
  background-color: #e4007f;
}
#tv .event__lineup__title {
  background-color: #e45f00;
}
#eventstage .event__lineup__title {
  background-color: #0081e4;
}
.event__lineup__title .logo {
  display: inline-block;
  height: 1.25em;
  margin: 0 0.1em;
  vertical-align: text-top;
}
#wakuwaku .event__lineup p {
  color: #40220f;
}
.event__lineup p .unbreak {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.event__foot {
  position: relative;
  max-width: 20em;
  margin: 0 auto;
  padding: 1em 0;
  border: solid 0.3rem #00a6ff;
  border-radius: 1em;
  background-color: #d7f1ff;
  color: #231814;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.event__foot::after {
  position: absolute;
  top: calc(100% - 3em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8em;
  background-image: url(../img/chukyokun-c.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1/1;
}
.event__label {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-0.2em);
          transform: translateX(-50%) translateY(-0.2em);
  margin: 1rem auto;
  padding: 1em 2em;
  border: solid 0.15em #3b8ecf;
  border-radius: 100vh;
  -webkit-box-shadow: 0 0.2em 0 #3b8ecf;
          box-shadow: 0 0.2em 0 #3b8ecf;
  background-color: #cde9ff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.bakale .event__label {
  border: solid 0.15em #f08a37;
  -webkit-box-shadow: 0 0.2em #f08a37;
          box-shadow: 0 0.2em #f08a37;
  background-color: #ffca26;
}
@media screen and (min-width: 1025px) {
  .bakale .event__label {
    left: 1em;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
  .bakale .event__label:has(:checked) {
    -webkit-transform: revert;
            transform: revert;
  }
}
.event__label:has(:checked) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0 #9fd5ff;
          box-shadow: 0 0 0 #9fd5ff;
}
.event__label input {
  display: none;
}
.event__label:has(:checked) + * {
  display: revert;
}
.event__label + * {
  display: none;
}
.event__label + * .listtitle {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 1rem 0;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  background-color: #3b8ecf;
  color: #ffffff;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.event__label + * .listtitle::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1em;
  background-color: #3b8ecf;
  content: "";
  aspect-ratio: 2/1;
}
.event__label + * ul {
  background-color: #cde9ff;
}
.event__label + * ul li::before {
  color: #3b8ecf;
}

.map__wrap {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 1rem auto;
  padding: 1rem;
  border: solid 0.3rem #2660ac;
  border-radius: 1rem;
  background-color: #ffffff;
}
.map__pdf {
  display: block;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  width: 20em;
  margin: 1rem auto;
  padding: 1em 0;
  border-radius: 100vh;
  -webkit-box-shadow: 0 0.3em 0 #231814;
          box-shadow: 0 0.3em 0 #231814;
  background-color: #2660ac;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.map__pdf:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-box-shadow: 0 0 0 #231814;
          box-shadow: 0 0 0 #231814;
}
.map__pic {
  width: 100%;
  aspect-ratio: 1/1;
}
.map__pic img {
  width: 100%;
}
.map__booth__head {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 2rem auto;
  padding: 0.75em 2em;
  background-color: #2660ac;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.map__booth__head::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.5em;
  background-color: #2660ac;
  content: "";
  aspect-ratio: 2/1;
}
@media screen and (min-width: 1025px) {
  .map__booth__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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .map__booth__item {
    width: calc(50% - 0.5rem);
  }
}
.map__booth__content {
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 0.9rem;
}
.map__booth__content__title {
  position: relative;
  padding: 0.75em 0.5em 0.75em 2.5em;
  border-radius: 0.5em;
  background-color: #231814;
  color: #231814;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.map__booth__content__title.blue {
  background-color: #9fd9f6;
}
.map__booth__content__title.purple {
  background-color: #c4bddd;
}
.map__booth__content__title.pink {
  background-color: #f7c9dd;
}
.map__booth__content__title.orange {
  background-color: #f6ab00;
}
.map__booth__content__title .number {
  position: absolute;
  top: 50%;
  left: 0.5em;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #231814;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.map__booth__content__title .number::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1.6em;
  border-radius: 100vh;
  background-color: #ffffff;
  content: "";
  aspect-ratio: 1/1;
}
.map__booth__content p {
  margin: 0.25em 0.25em 0;
}

.stage__wrap {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 1rem auto;
  padding: 1rem;
  border: solid 0.3rem #a2ca0e;
  border-radius: 1rem;
  background-color: #ffffff;
}
.stage__start, .stage__end {
  position: relative;
  margin: 0 auto;
  padding: 0.5em 1em;
  border-radius: 100vh;
  background-color: #231814;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.stage__start::after, .stage__end::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.75rem;
  background-color: #231814;
  content: "";
  aspect-ratio: 2/1;
}
.stage__start::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: calc(100% - 0.25em);
}
.stage__end::after {
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  bottom: calc(100% - 0.25em);
}
@media screen and (min-width: 1025px) {
  .stage__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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stage__item {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto 1rem;
  padding: 1rem;
  overflow: clip;
  border-radius: 1rem;
}
.stage__item::before {
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.stage__item:has(.day-sat) {
  border: solid 0.2rem #00a0e9;
}
.stage__item:has(.day-sat)::before {
  background-color: #00a0e9;
}
.stage__item:has(.day-sun) {
  border: solid 0.2rem #e9003e;
}
.stage__item:has(.day-sun)::before {
  background-color: #e9003e;
}
@media screen and (min-width: 1025px) {
  .stage__item {
    width: calc(50% - 0.5rem);
    margin: 0;
  }
}
.stage__date {
  margin: -1rem -1rem 1rem;
  padding: 1em 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.stage__date:has(.day-sat) {
  background-color: #00a0e9;
}
.stage__date:has(.day-sun) {
  background-color: #e9003e;
}
.stage__date .day {
  margin: 0 0.2em;
}
.stage__date .day-sat {
  color: #00a0e9;
}
.stage__date .day-sun {
  color: #e9003e;
}
.stage__date .day::before {
  background-color: #ffffff;
}
.stage li {
  position: relative;
  margin: 1rem auto;
  padding: 1.7em 0 0.7em 0;
  border-bottom: dashed 2px #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
.stage li .time {
  position: absolute;
  top: 0;
  left: -0.25em;
  padding: 0.3em 0 0.3em 0.5em;
  overflow: clip;
  border-radius: 0.25em;
  background-color: #231814;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.stage li .time.am {
  background-color: #1d767b;
}
.stage li .time.am span {
  color: #1d767b;
}
.stage li .time.noon {
  background-color: #7b621d;
}
.stage li .time.noon span {
  color: #7b621d;
}
.stage li .time.pm {
  background-color: #9c2f00;
}
.stage li .time.pm span {
  color: #9c2f00;
}
.stage li .time span {
  position: relative;
  z-index: 0;
  margin: 0 0 0 0.5em;
  padding: 0 0.5em;
}
.stage li .time span::before {
  position: absolute;
  top: 0;
  right: -0.1em;
  z-index: -1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.stage li img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.facility {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  border: solid 0.3rem #f08a37;
  border-radius: 1rem;
  background-image: url(../img/bg-dot.svg);
  background-size: 50px auto;
  background-color: #fff3be;
}
.facility__head {
  position: relative;
  width: 14em;
  margin: 0 auto;
  padding: 0.5em 0;
  border-radius: 0.25em;
  background-color: #008f6b;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.facility__head::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6em;
  background-image: url(../img/hiyoko.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1/1;
}
.facility ul {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.facility li {
  position: relative;
  margin: 0.5em auto;
  padding: 0 0 0 1.25em;
  font-weight: bold;
}
.facility li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #008f6b;
  content: "★";
}

.access {
  padding: 1rem;
}
.access__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  border: solid 0.3rem #0db8d9;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media screen and (min-width: 1025px) {
  .access__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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.access__item {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .access__item {
    width: calc(50% - 0.5rem);
  }
}
.access__map {
  position: relative;
  width: 100%;
  overflow: clip;
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access p {
  margin: 0.5em auto;
  font-weight: bold;
}
.access p a {
  color: #dd007f;
}
.access p a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.access__head {
  padding: 0.5em;
  background-color: #0db8d9;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.insta {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  border: solid 0.3rem #f8cbad;
  border-radius: 1rem;
  background-color: #ffffff;
}
.insta__catch {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0 0 4.5em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1025px) {
  .insta__catch {
    padding: 0 0 0 4em;
  }
}
.insta__catch::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4em;
  background-image: url(../img/oyakonosobani.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.3));
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .insta__catch::before {
    height: 3.5em;
  }
}
.insta__txt {
  display: inline-block;
  position: relative;
  left: calc(50% + 3.5em);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1em 2em;
  border-radius: 1em;
  background-color: #f8cbad;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .insta__txt {
    left: calc(50% + 2.5em);
  }
}
.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: #f8cbad;
  content: "";
  aspect-ratio: 1/1;
}
.insta__txt__link {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 1.5em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5em;
  aspect-ratio: 1/1;
}
.insta__txt__link:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.insta__txt__link img {
  display: inline-block;
  width: 100%;
  -webkit-animation: instaIcon 1s ease-in-out 0s infinite both alternate;
          animation: instaIcon 1s ease-in-out 0s infinite both alternate;
}
@-webkit-keyframes instaIcon {
  0% {
    -webkit-transform: rotateZ(7deg);
            transform: rotateZ(7deg);
  }
  100% {
    -webkit-transform: rotateZ(-7deg);
            transform: rotateZ(-7deg);
  }
}
@keyframes instaIcon {
  0% {
    -webkit-transform: rotateZ(7deg);
            transform: rotateZ(7deg);
  }
  100% {
    -webkit-transform: rotateZ(-7deg);
            transform: rotateZ(-7deg);
  }
}

.oyako__link {
  display: block;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  width: 20em;
  margin: 0 auto;
  padding: 0.75em 0;
  border-radius: 100vh;
  -webkit-box-shadow: 0 0.2rem 0 #d2526c;
          box-shadow: 0 0.2rem 0 #d2526c;
  background-color: #eb738c;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.oyako__link:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-box-shadow: 0 0 0 #d2526c;
          box-shadow: 0 0 0 #d2526c;
}

.nurie {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  border: solid 0.3rem #13b5bd;
  border-radius: 1rem;
  background-color: #bbe2ec;
}
.nurie__head {
  display: block;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  width: calc(100% - 2rem);
  max-width: 22em;
  margin: 1rem auto;
  padding: 1em 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.2em 0 #810047;
          box-shadow: 0 0.2em 0 #810047;
  background-color: #e4007f;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.nurie__head:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.nurie__head:has(:checked) {
  -webkit-transform: revert;
          transform: revert;
  -webkit-box-shadow: 0 0 0 #810047;
          box-shadow: 0 0 0 #810047;
}
.nurie__head input {
  display: none;
}
.nurie__head + div {
  display: none;
}
.nurie__head:has(:checked) + div {
  display: revert;
}
.nurie__pic {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.nurie__pic img {
  width: 100%;
}
.nurie__txt {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1em 2em;
  border-radius: 100vh;
  background-color: #13b5bd;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.nurie__txt::after {
  position: absolute;
  top: 80%;
  right: 100%;
  -webkit-transform: translate(35%, -50%);
          transform: translate(35%, -50%);
  height: 8em;
  background-image: url(../img/chukyokun-nurie.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1/1;
}

.sponsor__head {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 1rem auto;
  padding: 0.75em 2em;
  border-radius: 100vh;
  background-color: #0db8d9;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.sponsor__wrap {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: -1em;
  text-align: center;
}
.sponsor__wrap .unbreak {
  display: inline-block;
  margin: 0.5em;
  font-weight: bold;
  letter-spacing: 0;
}

#footer {
  position: relative;
}

.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: #ffffff;
  color: #ff58b6;
  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 #ffffff;
}

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

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

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

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: revert;
            transform: revert;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal__wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 3.5rem;
  border: solid 0.2rem #ffffff;
  border-radius: 100vh;
  background-color: #dd007f;
  cursor: pointer;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  aspect-ratio: 1/1;
}
.modal__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  content: "＋";
  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__content {
  position: relative;
  z-index: 0;
  margin: 5.5rem auto;
}
.modal__content > img {
  display: block;
  width: calc(100% - 2rem);
  max-width: 800px;
  margin: 0 auto;
}

.centerblock {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.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-05 {
  opacity: 0.5;
}

.opa-06 {
  opacity: 0.6;
}

.opa-08 {
  opacity: 0.8;
}

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

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

.c-1 {
  color: #ff58b6;
}

.c-black {
  color: #231814;
}

.c-white {
  color: #ffffff;
}

.c-green {
  color: #a2ca0e;
}

.c-sky {
  color: #0db8d9;
}

.c-blue {
  color: #2660ac;
}

.c-pink {
  color: #f44283;
}

.c-orange {
  color: #f08a37;
}

.c-yellow {
  color: #f8b800;
}

.c-lemon {
  color: #ffe900;
}

.c-red {
  color: #d3000e;
}

.c-sat {
  color: #00a0e9;
}

.c-sun {
  color: #e9003e;
}

.bg-green {
  background-color: #a2ca0e;
}

.bg-sky {
  background-color: #0db8d9;
}

.bg-blue {
  background-color: #2660ac;
}

.bg-pink {
  background-color: #f44283;
}

.bg-orange {
  background-color: #f08a37;
}

.bg-yellow {
  background-color: #f8b800;
}

.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);
  color: #ffffff;
}
.day::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;
  background-color: #231814;
  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--03 {
  margin-top: -3rem;
}

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

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

.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;
}

.trigger.opa + * {
  opacity: 0;
  -webkit-transition: 0.7s ease 0.1s;
  transition: 0.7s ease 0.1s;
}
.trigger.opa.is-trigger + * {
  opacity: 1;
}
.trigger.pop + * {
  opacity: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.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: 1s ease 0.1s;
  transition: 1s ease 0.1s;
}
.trigger.fall.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slideup + * {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
}
.trigger.slideup.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.popup + * {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s;
}
.trigger.popup.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}

.deco {
  position: absolute;
  aspect-ratio: 1/1;
}
.deco img {
  width: 100%;
}
*:has(> .deco) {
  position: relative;
}
.deco.nekoo {
  right: -3rem;
  bottom: -2.5rem;
  width: 9rem;
}
@media screen and (min-width: 1025px) {
  .deco.nekoo {
    right: -2rem;
    bottom: -9rem;
    width: 13rem;
  }
}
.deco.chukyokun-deco {
  bottom: -0.5rem;
  left: -1rem;
  width: 6rem;
}
@media screen and (min-width: 1025px) {
  .deco.chukyokun-deco {
    bottom: -5rem;
    left: 2rem;
    width: 7rem;
  }
}
.deco.biba {
  right: -3rem;
  bottom: -9rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco.biba {
    right: -2remrem;
    bottom: -6rem;
    width: 10rem;
  }
}
.deco.hinata {
  bottom: -5.5rem;
  left: -2rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco.hinata {
    bottom: -5rem;
    left: -2rem;
    width: 10rem;
  }
}
.deco.densuke {
  right: -2rem;
  bottom: -9rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco.densuke {
    right: -2rem;
    bottom: -4rem;
    width: 10rem;
  }
}
.deco.reni {
  bottom: -6.5rem;
  left: -3rem;
  width: 8rem;
}
@media screen and (min-width: 1025px) {
  .deco.reni {
    bottom: -4rem;
    left: -3rem;
    width: 10rem;
  }
}/*# sourceMappingURL=style.css.map */