@charset "UTF-8";
body:not(.is-loaded) .trigger + * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.trigger.opa + * {
  opacity: 0;
}

body.is-loaded .trigger.opa.is-trigger + * {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.trigger.pop + * {
  opacity: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

body.is-loaded .trigger.pop.is-trigger + * {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -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: 0s;
          transition-delay: 0s;
}

.trigger.fall + * {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body.is-loaded .trigger.fall.is-trigger + * {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -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.slideup + * {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

body.is-loaded .trigger.slideup.is-trigger + * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.trigger.slidedown + * {
  opacity: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

body.is-loaded .trigger.slidedown.is-trigger + * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.trigger.popup + * {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

body.is-loaded .trigger.popup.is-trigger + * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -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.bloom + * {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

body.is-loaded .trigger.bloom.is-trigger + * {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.trigger.dur-03 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-03 + * {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.trigger.dur-05 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-05 + * {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.trigger.dur-07 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-07 + * {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.trigger.dur-1 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-1 + * {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.trigger.dur-2 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-2 + * {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.trigger.dur-3 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-3 + * {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.trigger.dur-4 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-4 + * {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}

.trigger.dur-5 + * {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

body.is-loaded .trigger.is-trigger.dur-5 + * {
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.trigger.dly-01 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-01 + * {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.trigger.dly-02 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-02 + * {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.trigger.dly-03 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-03 + * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.trigger.dly-04 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-04 + * {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.trigger.dly-05 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-05 + * {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.trigger.dly-06 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-06 + * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.trigger.dly-07 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-07 + * {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.trigger.dly-08 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-08 + * {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.trigger.dly-09 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-09 + * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.trigger.dly-1 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-1 + * {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.trigger.dly-11 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-11 + * {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.trigger.dly-12 + * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-loaded .trigger.is-trigger.dly-12 + * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/* CSS Document */
/*all*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

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

html {
  background-color: #ffffff;
  color: #222;
  font-size: 4.25vmin;
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 20px;
  }
}
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;
  }
}
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;
  }
}

.flg {
  margin-top: -6rem;
  padding-top: 6rem;
}

.fixed-btn-x {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 6;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  width: 3rem;
  border-radius: 100vh;
  background-image: url(https://www.ctv.co.jp/assets/svgs/sns/x-w.svg);
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-color: #000000;
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
  aspect-ratio: 1/1;
}
.fixed-btn-x::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #000000;
  content: "";
  -webkit-animation: wave 1.5s ease infinite both;
          animation: wave 1.5s ease infinite both;
}
@-webkit-keyframes wave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes wave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.fixed-btn-x a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-btn-x.in {
  -webkit-transform: revert;
          transform: revert;
}

.fixed-btn-tiktok {
  position: fixed;
  top: 5rem;
  right: 1rem;
  z-index: 6;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  width: 3rem;
  background-image: url(https://www.ctv.co.jp/assets/svgs/sns/tiktok-w.svg);
  border-radius: 100vh;
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-color: #000000;
  -webkit-transition: 1s ease 0.2s;
  transition: 1s ease 0.2s;
  aspect-ratio: 1/1;
}
.fixed-btn-tiktok::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #000000;
  content: "";
  -webkit-animation: wave 1.5s ease infinite both;
          animation: wave 1.5s ease infinite both;
}
@keyframes wave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.fixed-btn-tiktok a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-btn-tiktok.in {
  -webkit-transform: revert;
          transform: revert;
}

.fixed-btn-map {
  position: fixed;
  container-type: inline-size;
  top: 1rem;
  left: 1rem;
  z-index: 6;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  width: 5rem;
  background-image: url(../img/icon-map.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
  aspect-ratio: 100/72;
  cursor: pointer;
}
.fixed-btn-map .txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 0.25em);
  padding: 0.5em 0;
  width: 8em;
  border-radius: 100vh;
  font-size: 12cqw;
  font-weight: bold;
  text-align: center;
  background-color: #222;
  color: #ffffff;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.fixed-btn-map:hover .txt {
  background-color: #555;
}
.fixed-btn-map.in {
  -webkit-transform: revert;
          transform: revert;
}

h2 {
  width: calc(100% - 2rem);
  max-width: 800px;
  margin: 3rem auto;
  text-align: center;
  container-type: inline-size;
}
h2 .txt {
  display: block;
  color: #ffffff;
  font-size: 9cqw;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  letter-spacing: 0.15em;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 100vh;
  background-image: url(../img/bg-triclor.svg);
  background-repeat: repeat-x;
  position: relative;
  border: solid 0.15em #ffffff;
  overflow: clip;
  position: relative;
  z-index: 0;
  line-height: 1.1;
}
@media screen and (min-width: 1025px) {
  h2 .txt {
    font-size: 6cqw;
  }
}
h2 .txt::before, h2 .txt::after {
  z-index: -1;
  content: "";
  aspect-ratio: 500/500;
  height: 100%;
  position: absolute;
  background-image: url(../img/h2-cloud.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
h2 .txt::before {
  left: 0;
  top: 0;
}
h2 .txt::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
h2 .txt .stroke {
  -webkit-text-stroke: 0.15em #5c3434;
  paint-order: stroke fill;
}

h3 {
  margin: 0 -1rem;
  container-type: inline-size;
  position: relative;
}
h3::after {
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
}
h3 .txt {
  display: block;
  font-size: 5cqw;
  background-color: #007db2;
  color: #ffffff;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  text-align: center;
  padding: 1.5em 0 2em;
  line-height: 1.5;
  font-weight: bold;
  overflow: clip;
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  h3 .txt {
    font-size: 2.5cqw;
  }
}
.page--music h3 .txt {
  background-color: #985ec7;
}
.page--gourmet h3 .txt {
  background-color: #ffba05;
  color: #4a0000;
}
.page--asobiland h3 .txt {
  background-color: #32d8b5;
  color: #222;
}
#stage-entry h3 .txt {
  background-color: crimson;
}
h3 .txt::before {
  content: "";
  left: 0;
  bottom: -1px;
  height: 2em;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../img/h3-cloud.svg);
  background-repeat: repeat-x;
  background-position: center top;
}
h3 .txt span {
  position: relative;
}
h3 .txt span .sat,
h3 .txt span .sun {
  position: absolute;
  border: solid 0.1em #ffffff;
  border-radius: 100vh;
  width: 3.5em;
  height: 3.5em;
  right: calc(100% + 0.5em);
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
h3 .txt span .sat {
  background-image: url(../img/sat.svg);
}
h3 .txt span .sun {
  background-image: url(../img/sun.svg);
}

h4 {
  border-radius: 3em;
  background-color: #007db2;
  color: #ffffff;
  max-width: 500px;
  padding: 0.75em 0;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../img/bg.svg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}

.bg-area {
  position: fixed;
  z-index: -5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
}
.bg-area.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.page--asobiland .bg-area img {
  -o-object-position: right top;
     object-position: right top;
}

.bg-cloud {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.bg-cloud::before, .bg-cloud::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .bg-cloud::before, .bg-cloud::after {
    width: auto;
    height: 100%;
  }
}
.page--music .bg-cloud {
  -webkit-filter: hue-rotate(-50deg) brightness(1.1);
          filter: hue-rotate(-50deg) brightness(1.1);
}
.page--gourmet .bg-cloud {
  -webkit-filter: hue-rotate(52deg) brightness(1.3);
          filter: hue-rotate(52deg) brightness(1.3);
}
.page--asobiland .bg-cloud {
  -webkit-filter: hue-rotate(165deg) brightness(1.1);
          filter: hue-rotate(165deg) brightness(1.1);
}
.bg-cloud::before {
  top: 0;
  left: 0;
  background-image: url(../img/bg-cloud-t.svg);
}
@media screen and (min-width: 1025px) {
  .bg-cloud::before {
    background-image: url(../img/bg-cloud-l.svg);
  }
}
.bg-cloud::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/bg-cloud-b.svg);
}
@media screen and (min-width: 1025px) {
  .bg-cloud::after {
    background-image: url(../img/bg-cloud-r.svg);
  }
}

.title {
  width: 100%;
  aspect-ratio: 1/1.2;
  position: relative;
  margin: 0 auto 12%;
}
@media screen and (min-width: 1025px) {
  .title {
    aspect-ratio: 3/1;
    margin: 0 auto 8%;
  }
}
.title .logo,
.title .asadore,
.title .nakagawa,
.title .chukyokun {
  position: absolute;
}
.title .logo img,
.title .asadore img,
.title .nakagawa img,
.title .chukyokun img {
  width: 100%;
}
.title .logo {
  width: 92%;
  top: 22%;
  left: 50%;
  z-index: 4;
  aspect-ratio: 870/510;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .title .logo {
    top: 35%;
    left: 50%;
    width: 40%;
  }
}
.title .chukyokun {
  width: 30%;
  top: 61%;
  left: 83%;
  -webkit-transform: translate(-50%, -50%) rotateZ(9deg);
          transform: translate(-50%, -50%) rotateZ(9deg);
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  .title .chukyokun {
    top: 19%;
    left: 28%;
    width: 14%;
  }
}
.title .asadore {
  width: 95%;
  top: 90%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-19deg);
          transform: translate(-50%, -50%) rotateZ(-19deg);
  z-index: 1;
  aspect-ratio: 1300/930;
}
@media screen and (min-width: 1025px) {
  .title .asadore {
    top: 55%;
    left: 79%;
    width: 46%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-23deg);
            transform: translate(-50%, -50%) rotateZ(-23deg);
  }
}
.title .nakagawa {
  width: 44%;
  top: 75%;
  left: 9%;
  -webkit-transform: translate(-50%, -50%) rotateZ(14deg);
          transform: translate(-50%, -50%) rotateZ(14deg);
  z-index: 4;
  aspect-ratio: 660/760;
}
@media screen and (min-width: 1025px) {
  .title .nakagawa {
    top: 50%;
    left: 18%;
    width: 24%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-3deg);
            transform: translate(-50%, -50%) rotateZ(-3deg);
  }
}
.title .date {
  position: absolute;
  left: 50%;
  top: 39%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56%;
  aspect-ratio: 570/400;
}
@media screen and (min-width: 1025px) {
  .title .date {
    top: 62%;
    width: 25%;
  }
}
.title .date img {
  width: 100%;
}

.fuwa img {
  -webkit-animation: fuwa 3s ease 0s both infinite alternate;
          animation: fuwa 3s ease 0s both infinite alternate;
}
@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.pagetitle {
  margin: 2rem auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pagetitle {
    margin: 0 auto;
  }
}
.pagetitle::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  -webkit-clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%);
}
@media screen and (min-width: 1025px) {
  .pagetitle::before {
    display: none;
  }
}
.pagetitle h1 {
  aspect-ratio: 1200/400;
  width: 100%;
  margin: 0 auto;
}
.pagetitle h1 img {
  width: 100%;
}

.wrap {
  width: calc(100% - 1rem);
  padding: 0 1rem;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border: solid 0.2rem #007db2;
  -webkit-box-shadow: 0 0.5rem #007db2;
          box-shadow: 0 0.5rem #007db2;
  border-radius: 2rem;
  overflow: clip;
}
.page--music .wrap {
  border: solid 0.2rem #985ec7;
  -webkit-box-shadow: 0 0.5rem #985ec7;
          box-shadow: 0 0.5rem #985ec7;
}
.page--gourmet .wrap {
  border: solid 0.2rem #ffba05;
  -webkit-box-shadow: 0 0.5rem #ffba05;
          box-shadow: 0 0.5rem #ffba05;
}
.page--asobiland .wrap {
  border: solid 0.2rem #32d8b5;
  -webkit-box-shadow: 0 0.5rem #32d8b5;
          box-shadow: 0 0.5rem #32d8b5;
}
.wrap#stage-entry {
  border: solid 0.2rem crimson;
  -webkit-box-shadow: 0 0.5rem crimson;
          box-shadow: 0 0.5rem crimson;
}
.wrap ul {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wrap ul li {
  margin: 0 auto 0.5em;
  line-height: 1.5;
}
.wrap ul li:last-child {
  margin: 0 auto;
}
.wrap ul li.kome {
  position: relative;
  padding: 0 0 0 1.25em;
}
.wrap ul li.kome::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}
.wrap ul li.dot {
  position: relative;
  padding: 0 0 0 1.25em;
}
.wrap ul li.dot::before {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}
.wrap > p {
  line-height: 1.5;
}

.about__txt p {
  text-align: center;
  line-height: 3em;
  background-image: url(../img/txtline-dot.svg);
  background-size: auto 3em;
  background-repeat: repeat;
  background-position: center bottom;
  letter-spacing: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 1025px) {
  .about__txt p {
    letter-spacing: 0.075em;
    font-size: 1rem;
  }
}
.about .txt p {
  text-align: center;
  line-height: 1.6;
}

.content__pic {
  max-width: 400px;
  -webkit-box-shadow: 10px 10px 0 #f0f0f0;
          box-shadow: 10px 10px 0 #f0f0f0;
  margin: 0 auto;
}
.content__pic img {
  width: 100%;
}
.content__logo {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.content__logo img {
  width: 100%;
}
.content__txt {
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 1025px) {
  .content__txt {
    letter-spacing: 0.075em;
    font-size: 1rem;
  }
}
.content__link {
  border-radius: 100vh;
  background-color: #ff5087;
  color: #ffffff;
  padding: 1em;
  width: 100%;
  display: block;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-box-shadow: 0 0.25em 0 #222;
          box-shadow: 0 0.25em 0 #222;
  position: relative;
  -webkit-transition: 0.1s ease 0s;
  transition: 0.1s ease 0s;
}
.content__link::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.content__link:hover {
  -webkit-box-shadow: 0 0 0 #222;
          box-shadow: 0 0 0 #222;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}
.content__link:hover::before {
  height: calc(100% + 0.25em);
}
.content__link.form {
  background-color: crimson;
}
.content .aoyama {
  padding: 1rem;
  background-color: #f0f0f0;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) {
  .content .aoyama .grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content .aoyama .grid .pic {
  width: 100%;
  overflow: clip;
  border-radius: 1rem;
  aspect-ratio: 800/670;
}
.content .aoyama .grid .pic img {
  width: 100%;
}
.content .aoyama .grid .txt {
  line-height: 1.8;
}
.content .cast .grid {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .cast .grid__item {
  width: calc(50% - 1rem);
  margin: 1.5rem 0.5rem;
  container-type: inline-size;
}
@media screen and (min-width: 1025px) {
  .content .cast .grid__item {
    width: calc(33.3333333333% - 1rem);
  }
}
.content .cast .pic {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 5cqw;
  overflow: clip;
}
.content .cast .pic img {
  width: 100%;
}
.content .cast .name {
  text-align: center;
  padding: 1em 0;
  font-size: 9cqw;
  position: relative;
  height: 4em;
}
.content .cast .name .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  white-space: pre;
}
.content .cast .btn {
  cursor: pointer;
  text-align: center;
  background-color: #222;
  border-radius: 100vh;
  border: solid 2px #222;
  color: #ffffff;
  padding: 0.75em 0;
  font-size: 8cqw;
  white-space: pre;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.content .cast .btn:hover {
  background-color: #ffffff;
  color: #222;
}
.content .cast.dance .head {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 0.75em 0;
  background-color: #985ec7;
  color: #ffffff;
  -webkit-clip-path: polygon(1em 0%, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 50% 100%, 1em 100%, 0 50%);
          clip-path: polygon(1em 0%, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 50% 100%, 1em 100%, 0 50%);
  border-top: solid 0.2em #d7b7f5;
  border-bottom: solid 0.2em #d7b7f5;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.content .cast.dance .name {
  height: 5em;
}
.content .cast.dance .txt {
  text-align: center;
  line-height: 1.8;
}
.content .stageschedule {
  aspect-ratio: 2000/2250;
  border: solid 0.2rem #222;
  background-color: #eee;
  border-radius: 1rem;
  overflow: clip;
}
.content .stageschedule img {
  width: 100%;
}
.content .stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .content .stage {
    grid-template-columns: 1fr 1fr;
  }
}
.content .stage .schedule {
  overflow: clip;
  border-radius: 1rem;
}
.content .stage .schedule.sat {
  border: solid 0.2rem #3da7f2;
}
.content .stage .schedule.sat .head {
  background-color: #3da7f2;
}
.content .stage .schedule.sun {
  border: solid 0.2rem #ff497d;
}
.content .stage .schedule.sun .head {
  background-color: #ff497d;
}
.content .stage .schedule .head {
  padding: 1em;
  text-align: center;
  color: #ffffff;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-weight: bold;
}
.content .stage .schedule .head .day {
  position: relative;
  z-index: 0;
  margin: 0 0.5em;
  bottom: 0.1em;
  font-size: 0.8em;
}
.content .stage .schedule .head .day::before {
  position: absolute;
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  z-index: -1;
  left: 46%;
  top: 50%;
  border-radius: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .stage .schedule__item {
  padding: 1rem;
}
.content .stage .schedule__item:nth-child(even) {
  background-color: #f0f0f0;
}
.content .stage .schedule__item .time {
  display: grid;
  grid-template-columns: 1fr 5em;
  background-color: #222;
  border: solid 0.1em #222;
  color: #ffffff;
  width: 13em;
  border-radius: 100vh;
  overflow: clip;
}
.content .stage .schedule__item .time__item {
  padding: 0.5em;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  text-align: center;
}
.content .stage .schedule__item .time__item:nth-child(2) {
  background-color: #ffffff;
  color: #222;
}
.content .stage .schedule__item .txt {
  margin: 1em auto 0;
  font-weight: bold;
  line-height: 1.2;
}
.content .stage .schedule__item .txt.icon-music {
  padding: 0 0 0 2em;
  position: relative;
}
.content .stage .schedule__item .txt.icon-music::before {
  content: "";
  left: 0;
  top: -0.3em;
  aspect-ratio: 1/1;
  width: 1.8em;
  position: absolute;
  background-image: url(../img/icon-music.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.content .stage .schedule__item .webcast {
  margin: 1rem auto 0;
}
.content .stage .schedule__item .webcast:has(.hide) {
  display: none;
}
.content .stage .schedule__item .webcast {
  text-align: center;
}
.content .stage .schedule__item .webcast a {
  display: inline-block;
  padding: 1em;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 100vh;
}
.content .stage .schedule__item .webcast .gray {
  background-color: #999;
  color: #ffffff;
  pointer-events: none;
}
.content .stage .schedule__item .webcast .vis {
  background-color: #ff88ba;
  color: #222;
}
.content .stage .schedule__item .webcast .active {
  background-color: #ffba05;
  color: #222;
  position: relative;
}
.content .stage .schedule__item .webcast .active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #ffba05;
  border-radius: 100vh;
  -webkit-animation: pika 1.25s ease-out 0s both infinite;
          animation: pika 1.25s ease-out 0s both infinite;
}
@-webkit-keyframes pika {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pika {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
.content .stage .schedule__item .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 1em;
}
@media screen and (min-width: 1025px) {
  .content .stage .schedule__item .grid {
    grid-template-columns: 1fr 5em;
  }
}
.content .stage .schedule__item .grid .pic {
  width: 100%;
  max-width: 10em;
  margin: 1em auto 0;
  aspect-ratio: 1/1;
  background-color: #333;
  overflow: clip;
  border-radius: 0.5em;
}
.content .stage .schedule__item .grid .pic.modal__btn {
  cursor: pointer;
  -webkit-box-shadow: 0.1em 0.2em 0.2em rgba(0, 0, 0, 0.3);
          box-shadow: 0.1em 0.2em 0.2em rgba(0, 0, 0, 0.3);
}
.content .stage .schedule__item .grid .pic.modal__btn:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1025px) {
  .content .stage .schedule__item .grid .pic {
    margin: 0 auto;
  }
}
.content .stage .schedule__item .grid .pic img {
  width: 100%;
}
.content .multiangle {
  border-radius: 1rem;
  overflow: clip;
}
.content .multiangle__head {
  text-align: center;
  background-color: #0068b7;
  color: #ffffff;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 1em 0;
  font-weight: bold;
}
.content .multiangle__txt {
  background-color: #f0f0f0;
  text-align: center;
  padding: 1rem;
}
.content .multiangle__txt p {
  line-height: 1.6;
}
.content .stage-entry .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .content .stage-entry .grid {
    grid-template-columns: 400px 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content .stage-entry .grid .pic {
  aspect-ratio: 1000/637;
}
.content .stage-entry .grid .pic img {
  width: 100%;
}
.content .stage-entry .grid .txt {
  padding: 0 1rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 1025px) {
  .content .stage-entry .grid .txt {
    padding: 0;
    margin: 0 auto;
  }
}

.tokuban__title {
  max-width: 600px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1025px) {
  .tokuban__title {
    grid-template-columns: 10em 1fr;
    margin: 0 auto;
  }
}
.tokuban__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tokuban__title__pic {
  aspect-ratio: 1/1;
  pointer-events: none;
  max-width: 200px;
  margin: 0 auto;
}
.tokuban__title__pic img {
  width: 100%;
}
.tokuban__title__txt {
  container-type: inline-size;
}
.tokuban__title__txt .inner {
  font-weight: bold;
  font-size: 7cqw;
}

.tokuban__head {
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  width: 10em;
  background-color: #ff5087;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.75em 0;
  position: relative;
  z-index: 0;
}
.tokuban__head::before, .tokuban__head::after {
  content: "";
  aspect-ratio: 1.5/1;
  position: absolute;
  height: 100%;
  background-color: #ff5087;
  opacity: 0.8;
  z-index: -1;
}
.tokuban__head::before {
  left: 0;
  top: 0;
  -webkit-transform: rotateZ(-7deg) translate(-50%, 10%);
          transform: rotateZ(-7deg) translate(-50%, 10%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.5em 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.5em 50%);
}
.tokuban__head::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(7deg) translate(50%, 10%);
          transform: rotateZ(7deg) translate(50%, 10%);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.5em) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.5em) 50%, 100% 100%, 0 100%);
}

.tokuban__cast__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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.25rem;
}
.tokuban__cast__flex .break {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 0;
}
.tokuban__cast__item {
  width: calc((100% - 0.5rem) / 2);
}
@media screen and (min-width: 1025px) {
  .tokuban__cast__item {
    width: calc((100% - 1rem) / 5);
  }
}
.tokuban__cast__item .pic {
  margin: 0 auto;
  aspect-ratio: 1/1;
  background-color: #f0f0f0;
  overflow: clip;
  border-radius: 1rem;
}
.tokuban__cast__item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.tokuban__cast__item .name {
  margin: 1rem auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

.tokuban__mov {
  margin: 0 auto;
  max-width: 600px;
  aspect-ratio: 16/9;
  position: relative;
}
.tokuban__mov iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__wrap {
  padding: 5rem 1rem;
}
.modal__info {
  position: relative;
  max-width: 1000px;
  padding: 0.5rem;
  border-radius: 1rem;
  margin: 0 auto 0.5rem;
  background-color: #ffea8b;
}
@media screen and (min-width: 1025px) {
  .modal__info {
    padding: 0 1.5rem;
  }
}
.modal__info__link {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.modal__info__link:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (min-width: 1025px) {
  .modal__info__link {
    width: 100%;
  }
}
.modal__info__link .logo {
  width: 100%;
}
.modal__info__link .logo img {
  width: 100%;
}
.modal__info__link .date {
  width: 100%;
}
.modal__info__link .date img {
  width: 100%;
}
.modal__info .grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1025px) {
  .modal__info .grid {
    grid-template-columns: 300px 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal__prof {
  position: relative;
  max-width: 1000px;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 auto 0.5rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 1025px) {
  .modal__prof {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .modal__prof .grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 0 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal__prof .grid .pic {
  pointer-events: none;
  width: 100%;
  overflow: clip;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  background-color: #222;
}
.modal__prof .grid .pic img {
  width: 100%;
}
.modal__prof .grid .txt {
  line-height: 1.8;
}
.modal__prof .grid .txt p {
  margin: 0 auto 1em;
}
.modal__close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  aspect-ratio: 1/1;
  width: 2.5rem;
  background-color: #222;
  background-image: url(../img/close.svg);
  background-size: 66% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 100vh;
  cursor: pointer;
}
.modal__close:hover {
  background-color: #555;
}
@media screen and (min-width: 1025px) {
  .modal__close {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 3rem;
  }
}

.areamap {
  width: 100%;
  overflow: clip;
  border-radius: 1rem;
  container-type: inline-size;
  aspect-ratio: 1/1;
  background-image: url(../img/areamap.svg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.areamap__item {
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  width: 28%;
}
.areamap__item:has(.txt):hover .pic {
  background-color: #f4c800;
}
.areamap__item.music {
  left: 40%;
  top: 66%;
}
.areamap__item.gourmet {
  left: 70%;
  top: 66%;
}
.areamap__item.asobiland {
  left: 70%;
  top: 33%;
}
.areamap__item.travelland {
  left: 18%;
  top: 7%;
}
.areamap__item .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100vh;
  overflow: clip;
  background-color: #ffffff;
}
.areamap__item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.areamap__item .txt {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(33%);
          transform: translateY(33%);
  width: 100%;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 2.6cqw;
  padding: 0.5em 0;
  background-color: #222;
  border-radius: 100vh;
  color: #ffffff;
}

.news {
  margin: 0 0 1rem;
  background-color: #ffffff;
  border: solid 0.2rem #222;
}
.news__head {
  padding: 1em;
  text-align: center;
  background-color: #222;
  color: #ffffff;
}
.news__txt {
  display: inline-block;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.6;
  white-space: pre;
}
.news__txt strong {
  font-weight: bold;
}

.shoplist__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .shoplist__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.shoplist__grid .pic {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.shoplist__grid .pic img {
  width: 100%;
}
.shoplist__list {
  display: grid;
  grid-template-columns: 2em 1fr;
  gap: 0 0.5em;
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: #222;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin: 0 auto 0.5em;
}
.shoplist__list:last-child {
  margin: 0 auto;
}
.shoplist__list.pink {
  background-color: #e85382;
}
.shoplist__list.green {
  background-color: #00a942;
}
.shoplist__list.orange {
  background-color: #ec8500;
}
.shoplist__list.red {
  background-color: #c60022;
}
.shoplist__list.brown {
  background-color: #74592c;
}
.shoplist__list.blue {
  background-color: #003f84;
}
.shoplist__list.sky {
  background-color: #4298d4;
}
.shoplist__list.gray {
  background-color: #595757;
}
.shoplist__num {
  background-color: #222;
  color: #ffffff;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5em;
  position: relative;
}
.shoplist__num .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shoplist__txt {
  line-height: 1.2;
}

.shopinfo {
  margin: 0 auto;
  max-width: 1000px;
}
.shopinfo .group {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.shopinfo .box {
  width: calc((70% - 1rem) / 1);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .shopinfo .box {
    width: calc((100% - 2rem) / 3);
  }
}
.shopinfo .box .num {
  position: absolute;
  z-index: 1;
  left: 1em;
  top: 1em;
  width: 2.5em;
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shopinfo .box .num .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
}
.shopinfo .box__inner {
  background-color: #ffffff;
  border: solid 0.2rem #222;
  -webkit-box-shadow: 0 0.5rem #222;
          box-shadow: 0 0.5rem #222;
  border-radius: 2rem;
  overflow: clip;
}
.shopinfo .box .head {
  background-color: #222;
  color: #ffffff;
  line-height: 1.4;
  height: 5em;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.shopinfo .box .head .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: pre;
  font-weight: bold;
}
.shopinfo .box .pic {
  aspect-ratio: 5/4;
}
.shopinfo .box .pic img {
  width: 100%;
}
.shopinfo .box .pic.js-fade-slider {
  position: relative;
  overflow: hidden;
}
.shopinfo .box .pic.js-fade-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 2s ease 0s;
  transition: 2s ease 0s;
}
.shopinfo .box .pic.js-fade-slider img.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.shopinfo .box .txt {
  border-top: solid 0.2rem #222;
  padding: 1rem;
  text-align: center;
  line-height: 1.4;
}
.shopinfo .box.pink .box__inner {
  border: solid 0.2rem #e85382;
  -webkit-box-shadow: 0 0.5rem #e85382;
          box-shadow: 0 0.5rem #e85382;
}
.shopinfo .box.pink .head {
  background-color: #e85382;
}
.shopinfo .box.pink .txt {
  border-top: solid 0.2rem #e85382;
}
.shopinfo .box.green .box__inner {
  border: solid 0.2rem #00a942;
  -webkit-box-shadow: 0 0.5rem #00a942;
          box-shadow: 0 0.5rem #00a942;
}
.shopinfo .box.green .head {
  background-color: #00a942;
}
.shopinfo .box.green .txt {
  border-top: solid 0.2rem #00a942;
}
.shopinfo .box.orange .box__inner {
  border: solid 0.2rem #ec8500;
  -webkit-box-shadow: 0 0.5rem #ec8500;
          box-shadow: 0 0.5rem #ec8500;
}
.shopinfo .box.orange .head {
  background-color: #ec8500;
}
.shopinfo .box.orange .txt {
  border-top: solid 0.2rem #ec8500;
}
.shopinfo .box.red .box__inner {
  border: solid 0.2rem #c60022;
  -webkit-box-shadow: 0 0.5rem #c60022;
          box-shadow: 0 0.5rem #c60022;
}
.shopinfo .box.red .head {
  background-color: #c60022;
}
.shopinfo .box.red .txt {
  border-top: solid 0.2rem #c60022;
}
.shopinfo .box.brown .box__inner {
  border: solid 0.2rem #74592c;
  -webkit-box-shadow: 0 0.5rem #74592c;
          box-shadow: 0 0.5rem #74592c;
}
.shopinfo .box.brown .head {
  background-color: #74592c;
}
.shopinfo .box.brown .txt {
  border-top: solid 0.2rem #74592c;
}
.shopinfo .box.blue .box__inner {
  border: solid 0.2rem #003f84;
  -webkit-box-shadow: 0 0.5rem #003f84;
          box-shadow: 0 0.5rem #003f84;
}
.shopinfo .box.blue .head {
  background-color: #003f84;
}
.shopinfo .box.blue .txt {
  border-top: solid 0.2rem #003f84;
}
.shopinfo .box.sky .box__inner {
  border: solid 0.2rem #4298d4;
  -webkit-box-shadow: 0 0.5rem #4298d4;
          box-shadow: 0 0.5rem #4298d4;
}
.shopinfo .box.sky .head {
  background-color: #4298d4;
}
.shopinfo .box.sky .txt {
  border-top: solid 0.2rem #4298d4;
}
.shopinfo .box.gray .box__inner {
  border: solid 0.2rem #595757;
  -webkit-box-shadow: 0 0.5rem #595757;
          box-shadow: 0 0.5rem #595757;
}
.shopinfo .box.gray .head {
  background-color: #595757;
}
.shopinfo .box.gray .txt {
  border-top: solid 0.2rem #595757;
}
.shopinfo .trigger + .group .box {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.shopinfo .is-trigger + .group .box:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.1s;
  transition: 0.5s ease 0.1s;
}
.shopinfo .is-trigger + .group .box:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.2s;
  transition: 0.5s ease 0.2s;
}
.shopinfo .is-trigger + .group .box:nth-child(3) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}
.shopinfo .is-trigger + .group .box:nth-child(4) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.4s;
  transition: 0.5s ease 0.4s;
}
.shopinfo .is-trigger + .group .box:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}
.shopinfo .is-trigger + .group .box:nth-child(6) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.6s;
  transition: 0.5s ease 0.6s;
}
.shopinfo .is-trigger + .group .box:nth-child(7) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.7s;
  transition: 0.5s ease 0.7s;
}
.shopinfo .is-trigger + .group .box:nth-child(8) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
}
.shopinfo .is-trigger + .group .box:nth-child(9) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 0.9s;
  transition: 0.5s ease 0.9s;
}
.shopinfo .is-trigger + .group .box:nth-child(10) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.1s;
  transition: 0.5s ease 1.1s;
}
.shopinfo .is-trigger + .group .box:nth-child(11) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.2s;
  transition: 0.5s ease 1.2s;
}
.shopinfo .is-trigger + .group .box:nth-child(12) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.3s;
  transition: 0.5s ease 1.3s;
}
.shopinfo .is-trigger + .group .box:nth-child(13) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.4s;
  transition: 0.5s ease 1.4s;
}
.shopinfo .is-trigger + .group .box:nth-child(14) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.5s;
  transition: 0.5s ease 1.5s;
}
.shopinfo .is-trigger + .group .box:nth-child(15) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.6s;
  transition: 0.5s ease 1.6s;
}
.shopinfo .is-trigger + .group .box:nth-child(16) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.7s;
  transition: 0.5s ease 1.7s;
}
.shopinfo .is-trigger + .group .box:nth-child(17) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.8s;
  transition: 0.5s ease 1.8s;
}
.shopinfo .is-trigger + .group .box:nth-child(18) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 1.9s;
  transition: 0.5s ease 1.9s;
}
.shopinfo .is-trigger + .group .box:nth-child(19) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease 2s;
  transition: 0.5s ease 2s;
}

#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 2em;
  background-color: #007db2;
  color: #ffffff;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.page--music .share-title {
  background-color: #985ec7;
}
.page--gourmet .share-title {
  background-color: #ffba05;
  color: #4a0000;
}
.page--asobiland .share-title {
  background-color: #32d8b5;
  color: #4a0000;
}
.share-title::after {
  border-top: solid 0.5em #007db2;
}
.page--music .share-title::after {
  border-top: solid 0.5em #985ec7;
}
.page--gourmet .share-title::after {
  border-top: solid 0.5em #ffba05;
}
.page--asobiland .share-title::after {
  border-top: solid 0.5em #32d8b5;
}

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

.footer-txt {
  padding: 1rem 0 2rem;
  font-size: 0.8rem;
  text-align: center;
}
.footer-txt * {
  color: #4a0000;
  font-weight: 700;
  line-height: 2;
}

.arrow {
  position: relative;
}
.arrow::after {
  content: "▶︎";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.75);
          transform: translateY(-50%) scaleX(0.75);
}

.unbreak {
  display: inline-block;
  margin-right: 1.5em;
}

.spbold {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .spbold {
    font-weight: 400;
  }
}

.al-c {
  text-align: center;
}

.sc-11 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  display: inline-block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.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-17 {
  font-size: 1.7em;
}

.fs-18 {
  font-size: 1.8em;
}

.fs-19 {
  font-size: 1.9em;
}

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

.opa-00 {
  opacity: 0;
}

.opa-05 {
  opacity: 0.5;
}

.opa-06 {
  opacity: 0.6;
}

.opa-07 {
  opacity: 0.7;
}

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

.c-black {
  color: #222;
}

.c-white {
  color: #ffffff;
}

.c-blue {
  color: #007db2;
}

.c-skyblue {
  color: #57cee0;
}

.c-lightgreen {
  color: #96d701;
}

.c-teal {
  color: #32d8b5;
}

.c-purple {
  color: #d7b7f5;
}

.c-darkpurple {
  color: #985ec7;
}

.c-pink {
  color: #ff5087;
}

.c-lightpink {
  color: #ff88ba;
}

.c-yellow {
  color: #ffe74a;
}

.c-orange {
  color: #ffba05;
}

.c-gold {
  color: #f4c800;
}

.c-darkgold {
  color: #ca9a00;
}

.c-brown {
  color: #4a0000;
}

.c-sat {
  color: #3da7f2;
}

.c-sun {
  color: #ff497d;
}

.marker {
  text-decoration: underline;
  text-underline-offset: -1.1em;
  text-decoration-thickness: 1.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #222;
          text-decoration-color: #222;
}
.marker.white {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.marker.blue {
  -webkit-text-decoration-color: #007db2;
          text-decoration-color: #007db2;
}
.marker.skyblue {
  -webkit-text-decoration-color: #57cee0;
          text-decoration-color: #57cee0;
}
.marker.lightgreen {
  -webkit-text-decoration-color: #96d701;
          text-decoration-color: #96d701;
}
.marker.teal {
  -webkit-text-decoration-color: #32d8b5;
          text-decoration-color: #32d8b5;
}
.marker.purple {
  -webkit-text-decoration-color: #d7b7f5;
          text-decoration-color: #d7b7f5;
}
.marker.darkpurple {
  -webkit-text-decoration-color: #985ec7;
          text-decoration-color: #985ec7;
}
.marker.pink {
  -webkit-text-decoration-color: #ff5087;
          text-decoration-color: #ff5087;
}
.marker.lightpink {
  -webkit-text-decoration-color: #ff88ba;
          text-decoration-color: #ff88ba;
}
.marker.yellow {
  -webkit-text-decoration-color: #ffe74a;
          text-decoration-color: #ffe74a;
}
.marker.orange {
  -webkit-text-decoration-color: #ffba05;
          text-decoration-color: #ffba05;
}
.marker.gold {
  -webkit-text-decoration-color: #f4c800;
          text-decoration-color: #f4c800;
}
.marker.darkgold {
  -webkit-text-decoration-color: #ca9a00;
          text-decoration-color: #ca9a00;
}
.marker.brown {
  -webkit-text-decoration-color: #4a0000;
          text-decoration-color: #4a0000;
}

.under {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.15em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #222;
          text-decoration-color: #222;
}
.under.white {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.under.blue {
  -webkit-text-decoration-color: #007db2;
          text-decoration-color: #007db2;
}
.under.skyblue {
  -webkit-text-decoration-color: #57cee0;
          text-decoration-color: #57cee0;
}
.under.lightgreen {
  -webkit-text-decoration-color: #96d701;
          text-decoration-color: #96d701;
}
.under.teal {
  -webkit-text-decoration-color: #32d8b5;
          text-decoration-color: #32d8b5;
}
.under.purple {
  -webkit-text-decoration-color: #d7b7f5;
          text-decoration-color: #d7b7f5;
}
.under.darkpurple {
  -webkit-text-decoration-color: #985ec7;
          text-decoration-color: #985ec7;
}
.under.pink {
  -webkit-text-decoration-color: #ff5087;
          text-decoration-color: #ff5087;
}
.under.lightpink {
  -webkit-text-decoration-color: #ff88ba;
          text-decoration-color: #ff88ba;
}
.under.yellow {
  -webkit-text-decoration-color: #ffe74a;
          text-decoration-color: #ffe74a;
}
.under.orange {
  -webkit-text-decoration-color: #ffba05;
          text-decoration-color: #ffba05;
}
.under.gold {
  -webkit-text-decoration-color: #f4c800;
          text-decoration-color: #f4c800;
}
.under.darkgold {
  -webkit-text-decoration-color: #ca9a00;
          text-decoration-color: #ca9a00;
}
.under.brown {
  -webkit-text-decoration-color: #4a0000;
          text-decoration-color: #4a0000;
}

.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;
}/*# sourceMappingURL=style.css.map */