@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Red+Hat+Display:wght@300..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html.remodal-is-locked {
  overflow: hidden;
}

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

* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 14px;
  margin: 0;
}

.page-wrap p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  margin: 0;
  list-style: none;
}

.page-wrap li {
  margin: 0;
}

.page-wrap p span {
  display: inline-block;
}

.page-wrap p small {
  font-size: smaller !important;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*----------------------------*/
.page-wrap .sp_only {
  display: none;
}
@media (max-width: 768px) {
  .page-wrap .sp_only {
    display: block;
  }
}

.page-wrap .pc_only {
  display: block;
}
@media (max-width: 768px) {
  .page-wrap .pc_only {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------------------ */
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------ */
.bg-img {
  background-color: #fffff7;
  position: fixed;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .bg-img {
    background-image: unset;
  }
}

.bg-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7098039216);
}

/* ヘッダーの高さ(約60px) + 余裕(20px) */
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

/* ------------------------------------------------------------------------------------------------------------ */
.protect, .protect img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

@media print {
  .protect, .protect img, .movie-spot.protect {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  @media print {
    .protect, .protect img, .movie-spot.protect {
      display: none !important;
    }
  }
}
/* ------------------------------------------------------------------------------------------------------------ */
#mbsGlobalHeader {
  z-index: 10;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
body.loaded .l-splash {
  -webkit-animation: back 1s forwards;
          animation: back 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes back {
  0% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  99.9% {
    z-index: 9999;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes back {
  0% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  99.9% {
    z-index: 9999;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.l-splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.l-splash img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
.l-splash__bg {
  background-color: #ffeffb;
  width: 100%;
  height: 100%;
}
.l-splash__center {
  max-width: 300px;
  margin: 0 auto;
}
.l-splash__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation: loading-fade 0.5s forwards;
          animation: loading-fade 0.5s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-splash__loading .logo {
  width: 150px;
  margin: 0 auto;
}
@-webkit-keyframes loading-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loading-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-splash__bibi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  margin-bottom: 20px;
}
.l-splash__bibi .idol {
  height: 100px;
  margin: -10px;
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
}
.l-splash__bibi .center {
  margin-bottom: -30px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.l-splash__bibi .right-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-splash__bibi .right-2 {
  margin-top: -30px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.l-splash__bibi .left-1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.l-splash__bibi .left-2 {
  margin-top: -30px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes loading {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes loading {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.l-splash {
  /* プログレスバー全体のコンテナ */
}
.l-splash .loader-container {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Red Hat Display", sans-serif;
}
.l-splash {
  /* 0~100%の数字部分 */
}
.l-splash .loader-text {
  font-size: 24px;
  font-weight: 900;
  color: #ca2bac;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.l-splash {
  /* バーの背景 */
}
.l-splash .loader-bar-wrap {
  width: 200px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.l-splash {
  /* 動くバー本体 */
}
.l-splash .loader-bar {
  width: 0%;
  height: 100%;
  background-color: #ff8be2;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-splash {
  /* 既存のロゴと干渉しないよう調整 */
}
.l-splash .l-splash__loading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-wrap {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  text-decoration: none;
  list-style: none;
}
@media (max-width: 768px) {
  .page-wrap {
    font-size: 14px;
  }
}
.page-wrap p {
  margin: 0;
}
.page-wrap a {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-wrap a:hover {
  text-decoration: none;
  cursor: pointer;
}
.page-wrap img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
.page-wrap a:hover img {
  opacity: 1;
}
.page-wrap .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.common-abg-wrap__footer {
  padding: 30px 0;
  background-color: white;
}

.common-abg-wrap__header {
  background-color: white;
}

.page-wrap .l-content {
  background-color: #cdfdfc;
}
.page-wrap .l-content-body {
  background: #cdfdfc;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1d3ff), to(#cdfdfc));
  background: linear-gradient(0deg, #f1d3ff 0%, #cdfdfc);
  padding: 0 20px 200px;
  position: relative;
}
@media (max-width: 768px) {
  .page-wrap .l-content-body {
    padding: 0 20px 100px;
  }
}
.page-wrap .l-content-body::after {
  content: "";
  position: absolute;
  background-image: url(../images/artist/cloud-bg-bottom_even.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: cover;
  aspect-ratio: 1500/550;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-wrap .l-content-body:nth-child(even) {
  background: #fffccb;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1d3ff), to(#fffccb));
  background: linear-gradient(0deg, #f1d3ff 0%, #fffccb);
}
.page-wrap .l-content-body:nth-child(even)::after {
  background-image: url(../images/artist/cloud-bg-bottom.png);
}
.page-wrap .l-content-body__last {
  padding: 20px 20px 15vw;
}
@media (max-width: 480px) {
  .page-wrap .l-content-body__last {
    padding: 20px 20px 20vw;
  }
}
.page-wrap .l-content-body__last::after {
  background-image: url(../images/accessory/green-bg-bottom.svg) !important;
  aspect-ratio: 1500/355;
}
.page-wrap .l-content-body__last .l-content-wrap {
  border: none !important;
  margin-bottom: 80px;
  padding: 80px;
}
@media (max-width: 768px) {
  .page-wrap .l-content-body__last .l-content-wrap {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .page-wrap .l-content-body__last .l-content-wrap {
    padding: 24px;
  }
}
.page-wrap .l-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8941176471);
  backdrop-filter: blur(10px);
  padding: 100px;
  border-radius: 50px;
  border: 10px solid #feadff;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-wrap .l-content-wrap {
    padding: 50px;
    border-radius: 32px;
  }
}
@media (max-width: 480px) {
  .page-wrap .l-content-wrap {
    padding: 24px;
  }
}
.page-wrap .l-content-text p {
  text-align: center;
}

html.scrollnone {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#menuwrap {
  position: sticky;
  top: 0;
  z-index: 5;
  margin-bottom: -52px;
}
@media (max-width: 768px) {
  #menuwrap {
    margin-bottom: -50px;
  }
}
#menuwrap .l-global-menu {
  position: relative;
  border-radius: 0 0 20px 20px;
  backdrop-filter: blur(10px);
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  background-color: rgba(172, 245, 242, 0.231372549);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#menuwrap .l-global-menu:hover {
  background-color: #84ccc9;
}
#menuwrap .l-global-menu:hover a {
  color: #04403d;
}
#menuwrap .l-global-menu:hover .navbar_toggle_icon {
  background-color: #04403d !important;
}
#menuwrap .l-global-menu:has(.open) {
  overflow: visible !important;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.9);
}
#menuwrap .l-global-menu:has(.open):hover {
  pointer-events: none;
}
#menuwrap .l-global-menu.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#menuwrap .l-global-menu.hidden {
  opacity: 0;
  visibility: hidden;
}
#menuwrap .l-global-menu.is-menu-open {
  z-index: 5 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  height: 100vh !important;
  background-color: rgba(255, 255, 255, 0.768627451);
  border-radius: 0;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu.is-menu-open {
    overflow: scroll !important;
  }
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
  }
}
#menuwrap .l-global-menu a {
  color: #4aaaa6;
  text-decoration: none;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  max-width: 70px;
  margin: 0 auto;
}
#menuwrap .l-global-menu a:hover {
  opacity: 0.7;
}
#menuwrap .l-global-menu__con {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7px;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__con {
    display: block;
  }
}
#menuwrap .l-global-menu__drawer {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 50px;
}
#menuwrap .l-global-menu__drawer .navbar_logo {
  margin: auto auto auto 0;
}
#menuwrap .l-global-menu__drawer .navbar_logo img {
  min-width: 100px;
  max-width: 200px;
  width: 20vw;
}
#menuwrap .l-global-menu__drawer .navbar_toggle {
  display: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__drawer .navbar_toggle {
    display: block;
  }
}
#menuwrap .l-global-menu__drawer .navbar_toggle_icon {
  position: relative;
  display: block;
  width: 30px;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  background-color: #4aaaa6;
  -webkit-mask-image: url(../images/accessory/more.svg);
          mask-image: url(../images/accessory/more.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 1/1;
}
#menuwrap .l-global-menu__drawer .navbar_toggle_icon.open {
  -webkit-mask-image: url(../images/accessory/close.svg);
          mask-image: url(../images/accessory/close.svg);
  background-color: #04403d;
}
#menuwrap .l-global-menu__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  list-style: none;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu {
    z-index: 3;
    position: fixed;
    top: 50px;
    left: -10vw;
    width: 100vw;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
#menuwrap .l-global-menu__menu.open {
  opacity: 1;
  left: 0;
  visibility: visible;
  pointer-events: auto;
}
#menuwrap .l-global-menu__menu p {
  padding: 10px;
  font-size: 20px;
}
#menuwrap .l-global-menu__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu ul {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 10px;
  }
}
#menuwrap .l-global-menu__menu ul li {
  position: relative;
}
#menuwrap .l-global-menu__menu ul li a {
  padding: 10px;
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu ul li {
    width: calc(50% - 5px);
    padding: 0;
  }
  #menuwrap .l-global-menu__menu ul li a {
    color: #04403d !important;
    text-align: left;
    background-color: rgba(193, 235, 234, 0.231372549);
    border-radius: 10px;
    padding: 15px 12px;
  }
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu .menu-wrap {
    gap: 10px;
    height: auto;
    overflow: auto;
  }
}
#menuwrap .l-global-menu__menu .menu-child:hover .menu-child_list {
  visibility: visible;
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu .menu-child.content, #menuwrap .l-global-menu__menu .menu-child.sns {
    width: 100%;
    border-right: none;
    border-left: none;
    /*padding: 3vh 0;border: 2px solid white;*/
  }
}
#menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list {
  right: -5px;
  top: 40px;
  left: unset;
  padding-top: 10px;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 7em;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    bottom: 0;
    margin: auto;
  }
}
#menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list .sns-title {
  pointer-events: none;
}
#menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li a img {
  display: none;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li {
    width: 50px;
  }
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    padding: 12px;
  }
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li a span {
    display: none;
  }
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li a img {
    display: block;
  }
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li a p {
    display: none;
  }
  #menuwrap .l-global-menu__menu .menu-child.sns .menu-child_list li a.line {
    padding: 5px;
    background-color: #00b900;
  }
}
#menuwrap .l-global-menu__menu .menu-child_list {
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  left: -25%;
  top: 50px;
  z-index: -1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #84ccc9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: block;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu .menu-child_list {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    max-height: unset;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
    z-index: 1;
    left: unset;
    background-color: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 10px;
  }
  #menuwrap .l-global-menu__menu .menu-child_list li {
    position: relative;
  }
}
#menuwrap .l-global-menu__menu .menu-child_list:hover .menu-child_list {
  visibility: visible;
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
#menuwrap .l-global-menu__menu .menu-child_list a {
  font-size: 14px;
}
@media (max-width: 768px) {
  #menuwrap .l-global-menu__menu .menu-child_list li {
    width: 100%;
  }
}

.l-global-footer {
  background-color: #b4d465;
  padding-top: 100px;
}
.l-global-footer .page-top {
  position: relative;
  display: block;
  color: #b4d465;
  font-weight: 700;
  cursor: pointer;
  background-color: #fffccb;
  border: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  max-width: 150px;
  text-align: center;
  padding: 30px 10px 5px;
  border-radius: 150px 150px 0 0;
  margin: 0 auto;
}
.l-global-footer .page-top p {
  position: absolute;
  display: block;
  top: -80px;
  background-image: url(../images/accessory/accessory-balloon.png);
  background-position: center;
  background-size: contain;
  aspect-ratio: 176/231;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: topanime 3s ease-in-out infinite;
          animation: topanime 3s ease-in-out infinite;
}
.l-global-footer .page-top:hover {
  background-color: #104b18;
}
.l-global-footer .page-top:hover p {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*-------------------
 * component
 *-------------------*/
#follow-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}
#follow-banner.is-fixed {
  position: fixed;
  opacity: 1;
}
#follow-banner.is-absolute {
  position: absolute;
  opacity: 1;
}
#follow-banner .c-follow-banner__btn {
  display: block;
  max-width: 200px;
  -webkit-animation: topanime 3s ease-in-out infinite;
          animation: topanime 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  #follow-banner .c-follow-banner__btn {
    max-width: 180px;
    min-width: 150px;
    width: 30vw;
  }
}
@media (min-width: 768px) {
  #follow-banner .c-follow-banner {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  #follow-banner .c-follow-banner:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.page-wrap .c-common-head {
  position: relative;
  z-index: 1;
}
.page-wrap .c-common-head h2 {
  font-size: 72px;
  text-align: center;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 800;
  color: #751572;
}
@media (max-width: 768px) {
  .page-wrap .c-common-head h2 {
    font-size: clamp(2rem, -1.333rem + 11.11vw, 4rem);
  }
}
.c-description-wrap {
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-description-wrap {
    padding: 40px 20px 56px;
  }
}
.c-description-wrap::before {
  content: "";
  position: absolute;
  bottom: -200px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/lead/lead-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 1200px;
  aspect-ratio: 1200/721;
  z-index: 0;
}
@media (max-width: 1000px) {
  .c-description-wrap::before {
    bottom: -10vw;
    background-size: 120%;
  }
}
.c-description-text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-description-text__lead {
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #ff8be3;
  line-height: 1.2;
  letter-spacing: 3px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .c-description-text__lead {
    font-size: clamp(2rem, -1.333rem + 11.11vw, 4rem);
  }
  .c-description-text__lead img {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .c-description-text__lead {
    font-size: 24px;
  }
}
.c-description-text__lead span {
  display: inline-block;
}
.c-description-text__medium {
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.c-description-text__medium span {
  display: inline-block;
}
@media (max-width: 480px) {
  .c-description-text__medium {
    font-size: 14px;
  }
}
.c-description-movie {
  position: relative;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.c-description-movie__spot {
  border: 3px solid white;
  -webkit-box-shadow: rgb(255, 139, 227) 0px 0px 10px;
          box-shadow: rgb(255, 139, 227) 0px 0px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.c-description-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-wrap .c-link-wrap {
  padding: 20px 0;
}
.page-wrap .c-link-textlink {
  color: #751572;
  text-decoration: underline !important;
  position: relative;
  padding-right: 1.2em;
}
.page-wrap .c-link-textlink::after {
  content: "";
  position: absolute;
  background-color: #751572;
  -webkit-mask-image: url(../images/accessory/open_in_new.svg);
          mask-image: url(../images/accessory/open_in_new.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  height: 1.1em;
  width: 1.1em;
  right: 0;
  bottom: 0.15em;
  margin: auto;
}
.page-wrap .c-link-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 50px;
  background-color: white;
  color: #222222;
  position: relative;
  font-weight: 500;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
}
.page-wrap .c-link-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.page-wrap .c-link-btn__p {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .page-wrap .c-link-btn__p {
    font-size: 14px;
  }
}
.page-wrap .c-hero-wrap {
  /*
  background: #fcf9ac;
      background: linear-gradient(0deg, #fcf9ac 0%, rgba(255, 255, 255, 1) 100%);
          */
  background-color: #9fddfc;
  overflow: hidden;
}
.page-wrap .c-hero-bg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #9fddfc;
}
.page-wrap .c-hero-visual {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 0 auto 60px;
  aspect-ratio: 16/8;
}
@media (max-width: 1200px) {
  .page-wrap .c-hero-visual {
    aspect-ratio: 16/8;
  }
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual {
    margin: 0 auto;
    min-height: 700px;
    padding: 10px;
    aspect-ratio: 9/14.5;
  }
}
@media (max-width: 480px) {
  .page-wrap .c-hero-visual {
    min-height: unset;
  }
}
.page-wrap .c-hero-visual__ab {
  position: absolute;
}
.page-wrap .c-hero-visual__ab--bottom {
  left: 0;
  bottom: -60px;
  right: 0;
  margin: auto;
  background-image: url(../images/hero/main-bottom-bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--bottom {
    background-image: url(../images/hero/main-bottom-bg_sp.webp);
  }
}
.page-wrap .c-hero-visual__ab--item {
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-position: top center;
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
  -webkit-animation: topanime 3s ease-in-out infinite;
          animation: topanime 3s ease-in-out infinite;
  background-size: contain;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--item {
    top: 20px;
    background-size: contain;
  }
}
.page-wrap .c-hero-visual__ab--title {
  background-image: url(../images/hero/main-item-title.webp);
  background-repeat: no-repeat !important;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--title {
    background-image: url(../images/hero/main-item-title_sp.webp);
  }
}
.page-wrap .c-hero-visual__ab--icon {
  background-image: url(../images/hero/main-item-bg.webp);
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--icon {
    background-image: url(../images/hero/main-item-bg_sp.webp);
  }
}
.page-wrap .c-hero-visual__ab--star {
  top: 30px;
  background-image: url(../images/hero/main-star-bg.webp);
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--star {
    top: 0;
    background-image: url(../images/hero/main-star-bg_sp.webp);
  }
}
.page-wrap .c-hero-visual__ab--stage {
  background-image: url(../images/hero/main-stage.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
  left: 0;
  bottom: -60px;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--stage {
    height: 45%;
    bottom: 0;
  }
}
.page-wrap .c-hero-visual__ab--cap {
  left: 0;
  bottom: -60px;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .page-wrap .c-hero-visual__ab--cap {
    bottom: 0;
  }
}
@-webkit-keyframes topanime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes topanime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-wrap .c-special-swiper {
  padding: 0 0 5%;
}
.page-wrap .swiper-slide {
  position: relative;
}
.page-wrap .swiper-slide img {
  border: 3px solid #ff8be3;
  border-radius: 10px;
}
.page-wrap .swiper-slide .name img {
  border: none !important;
}
.page-wrap .swiper-slide .name {
  position: absolute;
  bottom: 1%;
  left: -3vw;
  width: 70%;
  right: 0;
}
@media (max-width: 768px) {
  .page-wrap .swiper-slide .name {
    left: -6vw;
  }
}
@media (max-width: 480px) {
  .page-wrap .swiper-slide .name {
    left: -14%;
    width: 80%;
    right: 0;
  }
}

.c-info {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-info {
    padding-top: 60px;
  }
}
.c-info-body {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 4px 80px;
  background-color: #b4d465;
  position: relative;
  border: 4px solid #b4d465;
  background-color: #b4d465;
  background-image: repeating-linear-gradient(135deg, #b4d465 0px, #b4d465 3px, #f4f6f7 6px, #f4f6f7 3px);
}
@media (max-width: 950px) {
  .c-info-body {
    padding: 4px 6%;
    border-radius: 32px;
  }
}
@media (max-width: 480px) {
  .c-info-body {
    border-radius: 20px;
  }
}
.c-info-body::before {
  content: "";
  position: absolute;
  background-image: url(../images/accessory/gachapon-bibi.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 393/277;
  height: 150px;
  top: -110px;
  left: -30px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  z-index: -1;
}
@media (max-width: 950px) {
  .c-info-body::before {
    height: 120px;
    top: -90px;
    left: -10px;
  }
}
@media (max-width: 768px) {
  .c-info-body::before {
    height: 100px;
    top: -80px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  .c-info-body::before {
    height: 90px;
    top: -70px;
    left: -40px;
  }
}
.c-info-head {
  position: absolute;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 800;
  color: #b4d465;
  font-size: 72px;
  top: -87px;
  right: 100px;
  z-index: -1;
}
@media (max-width: 950px) {
  .c-info-head {
    top: calc(clamp(2.5rem, 8.33vw, 4rem) * -1.2);
    right: 6%;
    font-size: clamp(2.5rem, 8.33vw, 4rem);
  }
}
@media (max-width: 480px) {
  .c-info-head {
    top: -40px;
    right: 6%;
    font-size: 32px;
  }
}
.c-info-list {
  max-width: 1000px;
  margin: 0 auto;
  max-height: 350px;
  min-height: 300px;
  overflow-y: scroll;
  background-color: white;
}
@media (max-width: 480px) {
  .c-info-list {
    max-height: 300px;
    min-height: 200px;
  }
}
.c-info-list__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
.c-info-list__items {
  width: 100%;
  border-bottom: 2px solid #b4d465;
}
.c-info-list__items:last-child {
  border-bottom: unset;
}
.c-info-list a {
  display: block;
  padding-right: 50px;
  position: relative;
  color: #ff8be2;
}
@media (max-width: 950px) {
  .c-info-list a {
    padding-right: 35px;
  }
}
.c-info-list a::before {
  content: "moving";
  position: absolute;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-weight: 500;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}
@media (max-width: 950px) {
  .c-info-list a::before {
    font-size: 20px;
    height: 20px;
    width: 20px;
  }
}
.c-info-list a:hover {
  background-color: #fff4fc;
}
.c-info-text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  gap: 20px;
}
@media (max-width: 950px) {
  .c-info-text {
    padding: 16px 8px;
  }
}
@media (max-width: 480px) {
  .c-info-text {
    display: block;
  }
}
.c-info-text__date {
  color: #ff8be2;
  min-width: 7em;
}
@media (max-width: 950px) {
  .c-info-text__date {
    min-width: 5em;
  }
}
.c-info-text__date p {
  line-height: 1;
  text-align: center;
}
@media (max-width: 480px) {
  .c-info-text__date p {
    text-align: left;
    display: inline-block;
  }
}
.c-info-text__date .year {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .c-info-text__date .year {
    font-size: 14px;
  }
}
.c-info-text__date .day {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 950px) {
  .c-info-text__date .day {
    font-size: 20px;
  }
}
.c-info-text__title p {
  font-weight: 500;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
}
.c-info-text__title .tag {
  background-color: #ff8be2;
  color: white;
  padding: 1px 10px;
  border-radius: 2px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0.5em;
  font-size: 14px;
}
@media (max-width: 950px) {
  .c-info-text__title .tag {
    font-size: 10px;
    padding: 0 8px;
  }
}
.c-info-text__title .text {
  color: #222;
  font-size: 18px;
}
@media (max-width: 950px) {
  .c-info-text__title .text {
    font-size: 14px;
  }
}
.c-info-remodal {
  margin-bottom: 20px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .c-info-remodal {
    padding: 0 20px;
  }
}
.c-info-remodal .head {
  border-bottom: 2px solid #ff8be2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.c-info-remodal .text {
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  padding: 10px;
  text-align: left;
}
.c-info-remodal-list__item {
  padding: 0 0 0.5em 1.2em;
  line-height: 1.6;
  position: relative;
  display: block !important;
}
.c-info-remodal-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-info-remodal-list__item--heading {
  font-weight: bold;
}
.c-info-remodal-list__star {
  padding: 0 0 0.5em 1.2em;
  line-height: 1.6;
  position: relative;
  display: block;
}
.c-info-remodal-list__star::before {
  content: "☆";
  position: absolute;
  top: 0;
  left: 0;
}
.c-info-remodal-list__star--heading {
  font-weight: bold;
}

.page-wrap .c-artist-body--bg {
  background: #FDCDFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(225, 191, 255)), to(rgb(253, 205, 255)));
  background: linear-gradient(0deg, rgb(225, 191, 255) 0%, rgb(253, 205, 255) 100%);
  position: relative;
  padding: 80px 20px;
}
.page-wrap .c-artist-body--bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/artist/cloud-bg-top.webp);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  height: 500px;
  width: 100%;
  top: -500px;
  left: 0;
  z-index: 0;
}
.page-wrap .c-artist-body--bg::after {
  content: "";
  position: absolute;
  background-image: url(../images/artist/cloud-bg-bottom.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: cover;
  aspect-ratio: 1500/550;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-wrap .c-artist-head .sort {
  color: #6f0e6c;
  text-align: center;
  font-size: 14px;
  margin-top: -16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-wrap .c-artist-head .sort {
    margin-top: -2%;
  }
}
@media (max-width: 480px) {
  .page-wrap .c-artist-head .sort {
    margin-top: -8px;
  }
}
.page-wrap .c-artist__performers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: solid 1px #FFF;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 650px) {
  .page-wrap .c-artist__performers {
    max-width: 400px;
  }
}
.page-wrap .c-artist__con {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 33.3%;
  padding: 40px;
  border: solid 1px #fff;
  border-left: 0;
  border-top: 0;
  backdrop-filter: blur(10px);
}
@media (max-width: 950px) {
  .page-wrap .c-artist__con {
    width: 50%;
    padding: 32px;
  }
}
@media (max-width: 650px) {
  .page-wrap .c-artist__con {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-wrap .c-artist__con {
    padding: 24px;
  }
}
.page-wrap .c-artist__photo {
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .page-wrap .c-artist__photo {
    padding: 24px 16px;
  }
}
@media (max-width: 480px) {
  .page-wrap .c-artist__photo {
    padding: 16px;
  }
}
.page-wrap .c-artist__name {
  text-align: center;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.409rem + 1.45vw, 1.5rem);
  margin: 0 auto 0;
  padding: 2px 10px;
  border-radius: 5px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #6f0e6c;
}
@media (max-width: 650px) {
  .page-wrap .c-artist__name {
    font-size: 18px;
  }
}
.page-wrap .c-artist__caution {
  max-width: 1200px;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(20px);
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 10px;
}
@media (max-width: 650px) {
  .page-wrap .c-artist__caution {
    max-width: 400px;
  }
}
.page-wrap .c-artist__caution p {
  font-size: 12px;
  text-align: center;
}
.page-wrap .c-artist__program dt {
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 10px 2px 10px 50px;
}
.page-wrap .c-artist__program dt::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  background-image: url(../images/accessory/accessory-wing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-wrap .c-artist__program dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.page-wrap .c-artist__link {
  display: block;
  color: #a661a4;
  width: 100%;
}
.page-wrap .c-artist__link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.page-wrap .c-artist__link a {
  display: block;
  min-width: 300px;
  max-width: 400px;
}
.page-wrap .c-artist__link .btn {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  color: #222;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
}
.page-wrap .c-artist__link .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.page-wrap .c-artist__link .btn--tab::after {
  content: "";
  position: absolute;
  background-image: url(../images/accessory/open_in_new.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-wrap .c-artist__link .btn--more::after {
  content: "moving";
  position: absolute;
  background-image: unset;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-weight: 500;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  color: #f36ed3;
}
.page-wrap .c-artist__link--btn {
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  padding: 10px 36px 10px 16px;
  line-height: 1.2;
  position: relative;
  border-radius: 20px;
  color: #6f0e6c;
  background-color: white;
  border: 4px solid #b9c4f9;
  border-width: 1px 4px 4px 1px;
  border-left: none;
  border-top: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 14px;
}
.page-wrap .c-artist__link--btn::before {
  content: "moving";
  position: absolute;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-weight: 500;
  height: 24px;
  width: 24px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ff8be2;
}

.c-timetable-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.c-timetable__head {
  text-align: center;
  margin-bottom: 40px;
}
.c-timetable__title {
  font-size: 2.5rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0 0 10px;
  color: #1e293b;
}
.c-timetable__title-line {
  height: 6px;
  width: 60px;
  background-color: #38bdf8;
  margin: 0 auto;
  border-radius: 10px;
}
.c-timetable__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.3294117647);
  padding: 6px;
  border-radius: 20px;
  margin: 0 auto 40px;
  max-width: 480px;
}
.c-timetable__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: none;
  padding: 12px;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #acacac;
  font-weight: 700;
  font-size: 20px;
}
.c-timetable__tab.is-active {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.c-timetable__tab--sat.is-active {
  background-color: #fdfeff;
  color: #56a0ff;
}
.c-timetable__tab--sun.is-active {
  background-color: #fffdfd;
  color: #f9617c;
}
.c-timetable__tab-sub {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.c-timetable__list {
  position: relative;
  margin-left: 10px;
  padding-left: 30px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 768px) {
  .c-timetable__list {
    margin-left: 40px;
    padding-left: 50px;
  }
}
.c-timetable__list.is-switching {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.c-timetable__list.is-enter {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.c-timetable__group {
  position: relative;
  margin-bottom: 48px;
}
.c-timetable__group::before {
  content: "";
  position: absolute;
  background-color: white;
  width: 8px;
  height: calc(100% + 48px);
  left: -57px;
  top: 0;
}
@media (max-width: 768px) {
  .c-timetable__group::before {
    left: -37px;
  }
}
.c-timetable__group:last-child::before {
  height: 40px;
}
.c-timetable__dot {
  position: absolute;
  left: -45px;
  top: 25px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-timetable__dot {
    left: -65px;
    top: 21px;
  }
}
.c-timetable__dot::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ff8be3;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.c-timetable__dot::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 55px;
  background-color: white;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-timetable__dot::before {
    width: 45px;
  }
}
.c-timetable__cards {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .c-timetable__cards--multi {
    grid-template-columns: 1fr 1fr;
  }
}
.c-timetable__footer {
  margin-top: 60px;
  text-align: center;
}
.c-timetable__footer-badge {
  display: inline-block;
  background-color: rgba(226, 232, 240, 0.5);
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 900;
  color: #94a3b8;
}

.c-timetable-card {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid #b9c4f9;
  border-left: none;
  border-top: none;
}
@media (max-width: 480px) {
  .c-timetable-card {
    border-radius: 16px;
    padding: 16px;
  }
}
.c-timetable-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.c-timetable-card__header {
  margin-bottom: 16px;
}
.c-timetable-card__time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 900;
}
.c-timetable-card__title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 20px !important;
  min-height: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cb2dad;
}
@media (max-width: 480px) {
  .c-timetable-card__title {
    font-size: 16px;
    font-weight: 800;
  }
}
.c-timetable-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-weight: 700;
  opacity: 0.6;
}
@media (max-width: 480px) {
  .c-timetable-card__footer {
    gap: 10px;
    padding-top: 10px;
  }
}
.c-timetable-card__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  line-height: 1.4;
}
.c-timetable-card--live {
  background-color: rgba(255, 255, 255, 0.8941176471);
  color: #751572;
}
.c-timetable-card--festival {
  background-color: rgba(255, 255, 255, 0.8941176471);
  color: #751572;
}
.c-timetable-card--special {
  background-color: rgba(255, 255, 255, 0.8941176471);
  color: #751572;
}
.c-timetable-card--radio {
  background-color: rgba(255, 255, 255, 0.8941176471);
  color: #751572;
}
.c-timetable-card--tv {
  background-color: rgba(255, 255, 255, 0.8941176471);
  color: #751572;
}

.c-faq-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.c-faq-item {
  border-bottom: 1px solid #d6dde3;
}
.c-faq-item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.5em 20px 1.5em 50px;
  color: #222222;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-faq-item summary {
    padding: 1.2em 20px 1.2em 50px;
  }
}
@media (max-width: 480px) {
  .c-faq-item summary {
    padding: 1em 16px 1em 40px;
    font-size: 14px;
  }
}
.c-faq-item summary::before {
  -ms-flex-item-align: self-start;
      align-self: self-start;
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #75bbff;
  content: "Q";
}
@media (max-width: 480px) {
  .c-faq-item summary::before {
    left: 0.4em;
  }
}
.c-faq-item summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(34, 34, 34, 0.7019607843);
  border-right: 3px solid rgba(34, 34, 34, 0.7019607843);
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-faq-item__answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin: 0;
  padding: 0 50px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, transform 0.5s ease, visibility 0.5s;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, transform 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
}
@media (max-width: 480px) {
  .c-faq-item__answer {
    font-size: 12px;
  }
}
.c-faq-item__answer::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 20px;
  color: #f67476;
  line-height: 1.2;
  content: "A";
}
@media (max-width: 480px) {
  .c-faq-item__answer::before {
    left: 0.4em;
  }
}
.c-faq-item__answer.is-open {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0.3em 50px 1.5em;
}
@media (max-width: 480px) {
  .c-faq-item__answer.is-open {
    padding: 0.3em 40px 1.5em;
  }
}
.c-faq-item[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.c-faq-item[open] .c-faq-item__answer {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.page-wrap .c-inquiry-wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-wrap .c-inquiry__con {
  padding: 8px 0 16px;
}
.page-wrap .c-inquiry__name {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 480px) {
  .page-wrap .c-inquiry__name {
    font-size: 18px;
  }
}
.page-wrap .c-inquiry__mail {
  display: block;
  padding: 10px 30px 10px 60px;
  max-width: 300px;
  margin: 20px auto;
  background-color: white;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
  position: relative;
}
@media (max-width: 480px) {
  .page-wrap .c-inquiry__mail {
    font-size: 16px;
  }
}
.page-wrap .c-inquiry__mail::before {
  content: "";
  position: absolute;
  width: 24px;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  aspect-ratio: 1/1;
  background-color: #222222;
  -webkit-mask-image: url(../images/accessory/mail.svg);
          mask-image: url(../images/accessory/mail.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-wrap .c-inquiry__mail:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.page-wrap .c-inquiry__text {
  padding: 0 11vw;
  font-size: 14px;
}
@media (max-width: 480px) {
  .page-wrap .c-inquiry__text {
    font-size: 12px;
  }
}

.c-ticket-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.c-ticket-item {
  width: 100%;
}
.c-ticket-item summary {
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 16px 50px 16px 20px;
  font-weight: 600;
  color: white;
  background-color: #751572;
  cursor: pointer;
  line-height: 1.4;
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-ticket-item summary {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .c-ticket-item summary {
    padding: 10px 30px 10px 16px;
    font-size: 14px;
  }
}
.c-ticket-item summary::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 480px) {
  .c-ticket-item summary::after {
    right: 15px;
  }
}
.c-ticket-item__about {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 1em;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, transform 0.5s ease, visibility 0.5s;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, transform 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
}
@media (max-width: 480px) {
  .c-ticket-item__about {
    font-size: 12px;
    padding: 0 5px;
  }
}
.c-ticket-item__about.is-open {
  max-height: 2000px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 1.5em 1em;
}
@media (max-width: 480px) {
  .c-ticket-item__about.is-open {
    padding: 10px 5px;
  }
}
.c-ticket-item[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.c-ticket-item[open] .c-ticket-item__about {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.c-ticket-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding: 8px 0;
}
.c-ticket-item__link a {
  display: block;
  width: calc(50% - 20px);
  min-width: 300px;
  max-width: 400px;
}
@media (max-width: 850px) {
  .c-ticket-item__link a {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-ticket-item__link a {
    min-width: 200px;
  }
}
.c-ticket-item__link .entry-btn {
  width: 100%;
  color: white;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  background-color: #f36ed3;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
}
@media (max-width: 480px) {
  .c-ticket-item__link .entry-btn {
    pointer-events: none;
  }
}
.c-ticket-item__link .entry-btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/accessory/open_in_new.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ticket-item__link .entry-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.c-ticket-item__link .entry-btn--more::after {
  content: "moving";
  position: absolute;
  background-image: unset;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-weight: 500;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}
.c-ticket-item__link .line {
  background-color: #39b54a;
}
.c-ticket-item__link .e-plus {
  background-color: #e85098;
}
.c-ticket-item__link .pia {
  background-color: #0474c0;
}
.c-ticket-item__link .l-tike {
  background-color: #0474c0;
}
.c-ticket-item__disabled summary {
  background-color: #ccc;
}
.c-ticket-item__disabled summary::before {
  content: "受付終了";
  padding-right: 1em;
}
.c-ticket-item__disabled .c-ticket-item__about::before {
  content: "受付は終了しました";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(245, 245, 245, 0.8117647059);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}
.c-ticket-item__pre summary {
  background-color: #ccc;
}
.c-ticket-item__pre summary::before {
  content: "受付前";
  padding-right: 1em;
}
.c-ticket-item__pre summary .c-ticket-item__link {
  background-color: #ccc !important;
}

.c-attention-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.c-attention-list__item {
  padding: 0 0 0.5em 0;
}
.c-attention-list__notice {
  padding: 0 0 0.5em 1.2em;
  position: relative;
}
.c-attention-list__notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-attention-list__notice--heading {
  font-weight: bold;
}
.c-attention-list__note {
  padding: 0 0 0.5em 1.2em;
  position: relative;
}
.c-attention-list__note::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.c-attention-list__note--heading {
  font-weight: bold;
}
.c-attention-list__item:last-child, .c-attention-list__notice:last-child, .c-attention-list__note:last-child {
  padding-bottom: 0;
}
.c-attention-item {
  width: 100%;
}
.c-attention-item summary {
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 16px 50px 16px;
  font-weight: 600;
  color: white;
  background-color: #751572;
  cursor: pointer;
  line-height: 1.4;
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-attention-item summary {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .c-attention-item summary {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.c-attention-item summary::before {
  -ms-flex-item-align: self-start;
      align-self: self-start;
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  content: "★";
}
@media (max-width: 480px) {
  .c-attention-item summary::before {
    font-size: 16px;
    left: 0.5em;
  }
}
.c-attention-item summary::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 480px) {
  .c-attention-item summary::after {
    right: 15px;
  }
}
.c-attention-item__about {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 1em;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, transform 0.5s ease, visibility 0.5s;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease, transform 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
}
@media (max-width: 480px) {
  .c-attention-item__about {
    font-size: 12px;
  }
}
.c-attention-item__about.is-open {
  max-height: 2000px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 1.5em 1em;
}
.c-attention-item__text {
  padding-bottom: 1em;
}
.c-attention-item[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.c-attention-item[open] .c-attention-item__about {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.page-wrap .c-banner-wrap {
  position: relative;
  z-index: 1;
}
.page-wrap .c-banner-wrap hr {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .page-wrap .c-banner-wrap hr {
    margin: 40px 0;
  }
}
.page-wrap .c-banner-title {
  text-align: center;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .page-wrap .c-banner-title {
    padding-bottom: 16px;
  }
}
.page-wrap .c-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.page-wrap .c-banner-list__item {
  min-width: 400px;
}
.page-wrap .c-banner-link {
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
.page-wrap .c-banner-link__support {
  overflow: unset;
}
.page-wrap .c-banner-link__support img {
  max-height: 100px;
  height: 5.5em;
  width: auto;
}
@media (max-width: 480px) {
  .page-wrap .c-banner-link__support img {
    height: 4.5em;
  }
}
.page-wrap .c-banner-link__oshifes {
  max-width: 500px;
  margin: 0 auto;
}

.page-wrap .c-credit {
  background-color: #b4d465;
  color: #104b18;
}
.page-wrap .c-credit-body {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
}
.page-wrap .c-credit-body__list {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.page-wrap .c-credit-body__list:last-child {
  padding-bottom: 0;
}
.page-wrap .c-credit-head {
  padding-bottom: 8px;
}
.page-wrap .c-credit-p span {
  display: inline-block;
}
.page-wrap .c-credit-p small {
  font-size: smaller;
  display: inline-block;
}
.mailtoui-no-scroll {
  overflow: unset;
}

.mailtoui-modal-content {
  font-family: "Red Hat Display", "IBM Plex Sans JP", YakuHanJPs_Narrow, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  border-radius: 3px;
  background-color: #ffffff;
  border-radius: 16px;
}

.mailtoui-chaipa .mailtoui-button-content {
  border-radius: 50px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
}
.mailtoui-chaipa .mailtoui-button-content, .mailtoui-chaipa .mailtoui-button-copy {
  color: #222;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.mailtoui-chaipa .mailtoui-button-content:hover,
.mailtoui-chaipa .mailtoui-button-content:focus {
  background-color: white !important;
  color: #222 !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.mailtoui-chaipa .mailtoui-button-copy:hover,
.mailtoui-chaipa .mailtoui-button-copy:focus {
  color: white !important;
  background-color: #cb2dad !important;
}
.mailtoui-chaipa .mailtoui-button-copy {
  background-color: #fff1fd !important;
  width: 150px;
}
.mailtoui-chaipa .mailtoui-copy {
  border: 1px solid rgba(185, 196, 249, 0.8274509804) !important;
  -webkit-box-shadow: 0 0px 5px rgba(185, 196, 249, 0.4039215686) !important;
          box-shadow: 0 0px 5px rgba(185, 196, 249, 0.4039215686) !important;
}
.mailtoui-chaipa .mailtoui-email-address {
  color: #cb2dad;
  background-color: white;
  padding: 20px 20px 20px 170px;
}
.mailtoui-chaipa .mailtoui-modal-head {
  background-color: #fff1fd;
}
.mailtoui-chaipa .mailtoui-modal-title {
  color: #cb2dad;
}
.mailtoui-chaipa .mailtoui-button {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.mailtoui-chaipa .mailtoui-modal-close {
  color: #cb2dad !important;
  font-weight: normal !important;
  top: 0px !important;
}
.mailtoui-chaipa .mailtoui-brand a {
  font-size: 80% !important;
  font-weight: normal !important;
}
.mailtoui-chaipa #mailtoui-button-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.mailtoui-chaipa #mailtoui-button-copy .mailtoui-button-icon {
  line-height: 1.2;
  top: 0;
}
.mailtoui-chaipa #mailtoui-button-copy .mailtoui-button-text {
  font-weight: 700;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-map__img {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px #a5d8de, -5px -5px #feadff;
          box-shadow: 5px 5px #a5d8de, -5px -5px #feadff;
}
.page-wrap .p-index-map__note {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  gap: 24px;
}
.page-wrap .p-index-map__note .note-list {
  width: 100%;
}
.page-wrap .p-index-map__note .note-list:last-child {
  padding-bottom: 0;
}
.page-wrap .p-index-map__note .note-list--divide {
  width: calc(50% - 12px);
}
.page-wrap .p-index-map__note .note-list dt {
  font-size: 20px;
  color: #CA2BAC;
  position: relative;
  padding: 0 0 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-wrap .p-index-map__note .note-list dt {
    font-size: 16px;
  }
}
.page-wrap .p-index-map__note .note-list dt::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 8px;
  left: 0;
  background-color: #FBDDF7;
  background-image: repeating-linear-gradient(135deg, #FBDDF7 0px, #FBDDF7 2px, #f4f6f7 2px, #f4f6f7 4px);
}
@media (max-width: 768px) {
  .page-wrap .p-index-map__note .note-list dd {
    font-size: 14px;
  }
}
.page-wrap .p-index-contents__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px 16px;
}
@media (max-width: 650px) {
  .page-wrap .p-index-contents__event {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-wrap .p-index-contents__event .event-list {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 10px;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: calc(33.3% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 950px) {
  .page-wrap .p-index-contents__event .event-list {
    width: calc(50% - 16px);
  }
}
@media (max-width: 650px) {
  .page-wrap .p-index-contents__event .event-list {
    max-width: 350px;
    width: calc(100% - 16px);
  }
}
.page-wrap .p-index-contents__event .event-list__thum {
  position: relative;
}
.page-wrap .p-index-contents__event .event-list__thum--tag {
  position: absolute;
  top: 5%;
  left: 10px;
  z-index: 1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.page-wrap .p-index-contents__event .event-list__thum--tag p {
  padding: 2px 10px;
  color: #ffffff;
  background-color: #ff8be3;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.page-wrap .p-index-contents__event .event-list__thum--photo {
  position: relative;
}
.page-wrap .p-index-contents__event .event-list__thum--photo::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/place/place-mask.png);
          mask-image: url(../images/place/place-mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0, center center;
          mask-position: 0 0, center center;
  background-color: #acf6f3;
  height: 100%;
  width: 100%;
  bottom: -5px;
  right: -5px;
}
.page-wrap .p-index-contents__event .event-list__thum--photo img {
  -webkit-mask-image: url(../images/place/place-mask.png);
          mask-image: url(../images/place/place-mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0, center center;
          mask-position: 0 0, center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-wrap .p-index-contents__event .event-list__thum--add {
  position: absolute;
  bottom: 8%;
  right: 0px;
  z-index: 1;
  -webkit-transform: rotate(-5.2deg);
          transform: rotate(-5.2deg);
}
.page-wrap .p-index-contents__event .event-list__thum--add img {
  min-width: 100px;
  max-width: 150px;
  padding: 10px;
}
.page-wrap .p-index-contents__event .event-list__thum--add p {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #846ddb;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.page-wrap .p-index-contents__event .event-list__intro {
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  border-radius: 5px;
  padding: 5px 10px 0;
  margin: -10px 0 0px auto;
  z-index: 1;
  position: relative;
  font-weight: bold;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: right;
  min-height: 3em;
}
.page-wrap .p-index-contents__event .event-list__intro--place {
  font-size: 12px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #595959;
}
.page-wrap .p-index-contents__event .event-list__intro--date {
  font-size: 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  display: inline-block;
  margin: 0 0 0 auto;
  padding-left: 4px;
}
.page-wrap .p-index-contents__event .event-list__intro--date small {
  font-size: 10px !important;
}
.page-wrap .p-index-contents__event .event-list__intro--sat {
  color: #56a0ff;
}
.page-wrap .p-index-contents__event .event-list__intro--sun {
  color: #f9617c;
}
.page-wrap .p-index-contents__event .event-list__detail {
  width: 100%;
  margin-top: auto;
}
.page-wrap .p-index-contents__event .event-list__detail .title {
  color: #ca2bac;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 8px 8px 8px;
  border-radius: 2px;
}
.page-wrap .p-index-contents__event .event-list__detail .performar {
  padding: 0 8px;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.page-wrap .p-index-contents__event .event-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  margin-top: auto;
}
.page-wrap .p-index-contents__event .event-list__link a {
  font-size: 14px;
  padding: 6px 35px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 20px;
  position: relative;
  color: #6f0e6c;
  font-weight: 500;
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8274509804);
}
.page-wrap .p-index-contents__event .event-list__link a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
          box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.4392156863), -0.5px -0.5px 0px rgba(185, 196, 249, 0.8274509804), 4px 4px 1px rgba(185, 196, 249, 0.8431372549), 0 6px 10px rgba(185, 196, 249, 0.4039215686);
}
.page-wrap .p-index-contents__event .event-list__link a::before {
  content: "moving";
  position: absolute;
  background-image: unset;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-weight: 500;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  line-height: 1.6;
  color: #ff8be2;
}
.page-wrap .p-index-contents__event .event-list__link .comingsoon {
  color: #ccc;
  border: 1px solid #CCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.page-wrap .p-index-contents__event .event-list__link .comingsoon::before {
  content: none;
}
.page-wrap .p-index-contents__andmore {
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #4aaaa6;
}
@media (max-width: 768px) {
  .page-wrap .p-index-contents__andmore {
    font-size: 16px;
  }
}

.page-wrap .p-outline-wrap {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-wrap {
    padding-bottom: 40px;
  }
}
.page-wrap .p-outline-wrap:last-child {
  padding-bottom: 0;
}
.page-wrap .p-outline-head--program {
  background-color: white;
  padding: 10px 30px;
  margin-bottom: 40px;
  position: relative;
}
.page-wrap .p-outline-head--program::before, .page-wrap .p-outline-head--program::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/accessory/frill.svg);
          mask-image: url(../images/accessory/frill.svg);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff1fd;
  width: 100%;
  height: 5px;
}
.page-wrap .p-outline-head--program::before {
  bottom: -5px;
  left: 0;
}
.page-wrap .p-outline-head--program::after {
  top: -5px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 480px) {
  .page-wrap .p-outline-head--program {
    margin-bottom: 32px;
  }
}
.page-wrap .p-outline-head--program h1 {
  text-align: center;
  font-size: clamp(2.5rem, 0.845rem + 3.45vw, 3rem);
  color: #dc3d8d;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-wrap .p-outline-head--program h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-outline-head--program h1 {
    font-size: 24px;
  }
}
.page-wrap .p-outline-head--program h1 span {
  display: inline-block;
}
.page-wrap .p-outline-head--large {
  font-size: 32px;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 800;
  color: #d95698;
  margin-bottom: 32px;
  padding: 0.5em;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .page-wrap .p-outline-head--large {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-outline-head--large {
    font-size: 20px;
  }
}
.page-wrap .p-outline-head--large::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: rgb(251, 221, 247);
  background-image: repeating-linear-gradient(135deg, rgb(251, 221, 247) 0px, rgb(251, 221, 247) 2px, rgb(244, 246, 247) 2px, rgb(244, 246, 247) 4px);
}
.page-wrap .p-outline-head--large::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0px;
  background-color: rgb(251, 221, 247);
  background-image: repeating-linear-gradient(135deg, rgb(251, 221, 247) 0px, rgb(251, 221, 247) 2px, rgb(244, 246, 247) 2px, rgb(244, 246, 247) 4px);
}
.page-wrap .p-outline-body {
  background: #FDCDFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(225, 191, 255)), to(rgb(253, 205, 255)));
  background: linear-gradient(0deg, rgb(225, 191, 255) 0%, rgb(253, 205, 255) 100%);
  position: relative;
  padding: 80px 20px;
}
.page-wrap .p-outline-body::after {
  content: "";
  position: absolute;
  background-image: url(../images/artist/cloud-bg-bottom.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: cover;
  aspect-ratio: 1500/550;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-wrap .p-outline-interest {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  z-index: 1;
  overflow: hidden;
}
.page-wrap .p-outline-interest__board {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-wrap .p-outline-interest__divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 0;
}
.page-wrap .p-outline-interest__divide .half {
  padding-bottom: 0 !important;
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .page-wrap .p-outline-interest__divide .half {
    width: calc(100% - 20px);
  }
}
.page-wrap .p-outline-interest__text {
  padding-bottom: 32px;
  color: #222;
}
.page-wrap .p-outline-interest__text h3 {
  background-color: rgba(0, 0, 0, 0.08);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.page-wrap .p-outline-interest__text p {
  line-height: 1.4;
}
.page-wrap .p-outline-interest__indent {
  color: #444444;
}
.page-wrap .p-outline-interest__lead {
  color: #d33384;
  background: linear-gradient(167deg, #f75ba9, #d33384);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__lead {
    font-size: 17px;
  }
}
.page-wrap .p-outline-interest__lead--jp {
  font-size: 22px;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__lead--jp {
    font-size: 16px;
  }
}
.page-wrap .p-outline-interest__large {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 0.1em;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__large {
    font-size: 21px;
  }
}
.page-wrap .p-outline-interest__large--jp {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.3em;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__large--jp {
    font-size: 17px;
  }
}
.page-wrap .p-outline-interest__medium {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__medium {
    font-size: 14px;
  }
}
.page-wrap .p-outline-interest__medium--jp {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__medium--jp {
    font-size: 12px;
  }
}
.page-wrap .p-outline-interest__about {
  padding-top: 1em;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-interest__about {
    font-size: 14px;
  }
}
.page-wrap .p-outline-interest__center {
  text-align: center;
}
.page-wrap .p-outline-ticket__divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  gap: 20px;
}
.page-wrap .p-outline-ticket__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  text-align: center;
  gap: 20px 32px;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-ticket__price {
    gap: 10px 0;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-outline-ticket__price dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-wrap .p-outline-ticket__price dt {
  font-weight: 500;
  font-size: 18px;
  color: #751572;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-ticket__price dt {
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    min-width: 3em;
  }
}
.page-wrap .p-outline-ticket__price dd {
  font-weight: 700;
  font-size: 24px;
}
.page-wrap .p-outline-ticket__price dd small {
  font-size: 20px;
}
@media (max-width: 480px) {
  .page-wrap .p-outline-ticket__price dd {
    display: inline-block;
    width: 5.5em;
  }
}
.page-wrap .p-outline-ticket__price .seat-ss {
  background-color: #fff1fd;
}
.page-wrap .p-outline-ticket__price .seat-ss dt {
  color: #751572;
}
.page-wrap .p-outline-ticket__price .seat-s dt {
  color: #751572;
}
.page-wrap .p-outline-ticket__price .seat-a dt {
  color: #751572;
}
.page-wrap .p-outline-ticket__price .notice {
  width: 100%;
  font-weight: 500;
}
.page-wrap .p-outline-ticket__seating-chart {
  max-width: 600px;
  margin: 0 auto;
}
.page-wrap .p-outline-ticket__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-wrap .p-outline-ticket__period:last-child {
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .page-wrap .p-outline-ticket__period {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-wrap .p-outline-ticket__period dt {
  width: 12em;
  border-right: 2px solid #fff1fd;
  padding: 32px;
  text-align: center;
  color: #751572;
}
@media (max-width: 850px) {
  .page-wrap .p-outline-ticket__period dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-right: none;
    border-bottom: 2px solid #fff1fd;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-outline-ticket__period dt {
    font-size: 15px;
    padding: 8px;
  }
}
.page-wrap .p-outline-ticket__period dd {
  width: calc(100% - 12em);
  padding: 32px;
}
.page-wrap .p-outline-ticket__period dd span {
  display: inline-block;
}
@media (max-width: 850px) {
  .page-wrap .p-outline-ticket__period dd {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-outline-ticket__period dd {
    font-size: 15px;
    padding: 8px;
  }
}
.page-wrap .p-outline-artist__performers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 20px;
}
.page-wrap .p-outline-artist__con {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: calc(33.3% - 20px);
}
@media (max-width: 950px) {
  .page-wrap .p-outline-artist__con {
    width: calc(50% - 20px);
  }
}
@media (max-width: 650px) {
  .page-wrap .p-outline-artist__con {
    width: calc(50% - 10px);
  }
}
.page-wrap .p-outline-artist__photo {
  overflow: hidden;
  padding: 16px;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-artist__photo {
    padding: 0 0 8px 0;
  }
}
.page-wrap .p-outline-artist__name {
  text-align: center;
  font-family: "Red Hat Display", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #222;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-artist__name {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-outline-artist__name {
    font-size: 14px;
  }
}
.page-wrap .p-outline-artist__caution {
  max-width: 760px;
  margin: 32px auto 0;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  padding: 20px 10px;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-artist__caution {
    max-width: 400px;
  }
}
.page-wrap .p-outline-artist__caution p {
  font-size: 12px;
  text-align: center;
}
.page-wrap .p-outline-recording__head {
  position: relative;
  font-size: 24px;
  font-weight: 800;
  padding: 5px 0 5px 40px;
  margin: 0 auto 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-wrap .p-outline-recording__head::before {
  content: "";
  position: absolute;
  background-image: url(../images/accessory/accessory-notes.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 200/200;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-wrap .p-outline-recording__head small {
  font-size: smaller;
}
.page-wrap .p-outline-recording__head--sat {
  color: #56a0ff;
}
.page-wrap .p-outline-recording__head--sun {
  color: #f9617c;
}
.page-wrap .p-outline-recording__performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-recording__performance {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.page-wrap .p-outline-recording__name {
  width: 100%;
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .page-wrap .p-outline-recording__name {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .page-wrap .p-outline-recording__name {
    text-align: center;
  }
}
.page-wrap .p-outline-recording__time {
  color: #444444;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-recording__time {
    text-align: center;
  }
}
.page-wrap .p-outline-recording__photo {
  width: 45%;
  max-width: 240px;
  display: inline-block;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-recording__photo {
    display: block;
    width: 100%;
  }
}
.page-wrap .p-outline-recording__date {
  width: calc(55% - 20px);
  display: inline;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-wrap .p-outline-recording__date {
    width: 100%;
    max-width: 240px;
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .page-wrap .p-outline-recording__date {
    display: block;
  }
}
.page-wrap .p-outline-recording__number {
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.08);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 650px) {
  .page-wrap .p-outline-recording__number {
    margin: 0 auto 8px;
  }
}/*# sourceMappingURL=style.css.map */