@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
* {
  zoom: 1;
}

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

html {
  background-color: #fff;
}

body {
  color: #333;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: VideoJS, YakuHanJPs_Narrow, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

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

.page-wrap .mincho {
  font-family: VideoJS, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

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

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

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

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

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

.sp_only {
  display: none;
}

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

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 812px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
    font-size: 16px;
  }
  .page-wrap {
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
}
/* ▲Smartphone▲ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body.is-fixed {
  overflow: hidden;
}

.common-abg-wrap__header {
  background: #ffff00;
}

.common-abg-wrap__footer {
  padding: 20px 0;
  background: #ffff00;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap #page-content.is-fixed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
}
.page-wrap .c-menu {
  display: none;
}
@media screen and (max-width: 936px) {
  .page-wrap .c-menu {
    display: block;
    position: sticky;
    top: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 8px;
    padding: 12px;
    background-color: #60bcff;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
  }
}
@media screen and (max-width: 936px) and (max-width: 650px) {
  .page-wrap .c-menu {
    padding: 10px;
  }
}
@media screen and (max-width: 936px) and (max-width: 520px) {
  .page-wrap .c-menu {
    top: 4px;
    right: 4px;
  }
}
.page-wrap .c-menu-button {
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 102;
  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;
  border: none;
  outline: none;
}
@media screen and (max-width: 650px) {
  .page-wrap .c-menu-button {
    width: 32px;
    height: 32px;
  }
}
.page-wrap .c-menu-button span {
  position: relative;
  display: block;
  top: -8px;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #fefefe;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 650px) {
  .page-wrap .c-menu-button span {
    top: -6px;
    height: 2px;
  }
}
.page-wrap .c-menu-button span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #fefefe;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 650px) {
  .page-wrap .c-menu-button span::before {
    height: 2px;
    top: 6px;
  }
}
.page-wrap .c-menu-button span::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #fefefe;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 650px) {
  .page-wrap .c-menu-button span::after {
    height: 2px;
    top: -6px;
  }
}
.page-wrap .c-menu-head {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fefefe;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (max-width: 650px) {
  .page-wrap .c-menu-head {
    font-size: 9px;
  }
}
.page-wrap .c-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background: #60bcff;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-wrap .c-menu-container__wrap {
  padding: 20px;
  width: 100%;
  max-width: 970px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-container__wrap {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.page-wrap .c-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .page-wrap .c-menu-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .page-wrap .c-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-list {
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
  .page-wrap .c-menu-list::-webkit-scrollbar {
    width: 4px;
  }
  .page-wrap .c-menu-list::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 2px;
  }
}
.page-wrap .c-menu-item a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 4px;
  color: #fefefe;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-wrap .c-menu-item a:hover {
  color: #ffff01;
}
.page-wrap .c-menu-item span {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-item span {
    font-size: 24px;
  }
}
.page-wrap .c-menu-item__sub {
  font-family: "M PLUS 1 Code", monospace !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-item__sub {
    font-size: 14px !important;
  }
}
.page-wrap .c-menu-item__none a {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3411764706) !important;
}
.page-wrap .c-menu-sns {
  margin-top: 56px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-sns {
    margin-top: 2rem;
  }
}
.page-wrap .c-menu-pc {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  top: 0;
  right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 2rem;
  background: #60bcff;
  border-radius: 50px;
  z-index: 100;
}
@media screen and (max-width: 936px) {
  .page-wrap .c-menu-pc {
    display: none;
  }
}
.page-wrap .c-menu-pc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.page-wrap .c-menu-pc__item a {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 20px;
  color: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-menu-pc__item a {
    font-size: 18px;
  }
}
.page-wrap .c-menu-pc__item a:hover {
  color: #ffff01;
}
.page-wrap .c-menu-button.is-open span {
  background: transparent;
}
.page-wrap .c-menu-button.is-open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-wrap .c-menu-button.is-open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-wrap #overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  padding: 0 10px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden !important;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-wrap .c-menu-container.panel-open {
  opacity: 1;
  visibility: visible;
}
.page-wrap .test-background {
  background-color: red !important;
}

.page-wrap .c-intro {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  background-color: #ffff34;
}
.page-wrap .c-intro::before {
  position: absolute;
  content: "";
  background-image: url(../images/decoration/intro-parts-left.webp);
  background-repeat: repeat-y;
  background-size: contain;
  width: 110px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-intro::before {
    content: none;
  }
}
.page-wrap .c-intro::after {
  position: absolute;
  content: "";
  background-image: url(../images/decoration/intro-parts-right.webp);
  background-repeat: repeat-y;
  background-size: contain;
  width: 110px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-intro::after {
    content: none;
  }
}
.page-wrap .c-intro-wrap {
  margin: 0 20px;
  padding: 40px 0 60px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-intro-wrap {
    margin: 0 10px;
    padding: 20px 0 40px;
  }
}
.page-wrap .c-intro-box {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  z-index: 20;
}
.page-wrap .c-intro-head {
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-intro-head {
    margin-bottom: 16px;
  }
}
.page-wrap .c-intro-head img {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-intro-head img {
    max-width: 560px;
  }
}
@media screen and (max-width: 650px) {
  .page-wrap .c-intro-head img {
    max-width: 400px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-intro-head img {
    max-width: 380px;
  }
}
.page-wrap .c-intro-text {
  margin: 40px auto 40px;
}
@media screen and (max-width: 728px) {
  .page-wrap .c-intro-text {
    margin: 20px auto 30px;
  }
}
.page-wrap .c-intro-text img {
  display: block;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 728px) {
  .page-wrap .c-intro-text img {
    max-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-intro-text img {
    max-width: 440px;
  }
}
.page-wrap .c-intro-movie {
  display: block;
  position: relative;
  max-width: 800px;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-intro-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-wrap .c-banner {
  background-color: #fefefe;
  background-image: url(../images/banner-dot.webp);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-banner {
    padding: 60px 0;
  }
}
.page-wrap .c-banner-wrap {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-banner-wrap {
    margin: 0 10px;
  }
}
.page-wrap .c-banner p {
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  height: auto;
  background-color: #fefefe;
}
.page-wrap .c-banner p a {
  display: block;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-banner p a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 10px 7px 8px -4px #999;
          box-shadow: 10px 7px 8px -4px #999;
}
.page-wrap .c-banner p a img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background-color: #fefefe;
}

.page-wrap .c-attention {
  background: #de4d71 !important;
}
.page-wrap .c-attention-wrap {
  max-width: 930px !important;
}
.page-wrap .c-attention-bg {
  margin: 0 20px;
  padding: 40px 20px;
  background: #fefefe;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-attention-bg {
    margin: 0 10px;
    padding: 20px 10px;
  }
}
.page-wrap .c-attention-head {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-attention-head {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.page-wrap .c-attention-text {
  font-size: 18px;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-attention-text {
    font-size: 16px;
  }
}
.page-wrap .c-attention-short {
  background: #de4d71;
}
.page-wrap .c-attention-short__text {
  font-size: 18px;
  text-align: center;
  color: #ffff01;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-attention-short__text {
    font-size: 16px;
  }
}

.page-wrap .c-content {
  position: relative;
  z-index: 10;
  padding: 40px 0;
  background: #ffb7d5;
  scroll-margin-top: 56px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content {
    padding: 40px 0 30px;
    scroll-margin-top: 24px;
  }
}
.page-wrap .c-content::before {
  position: absolute;
  content: "";
  background-image: url(../images/decoration/thunder-blue.webp);
  background-repeat: no-repeat;
  background-size: cover;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2560/150;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content::before {
    background-image: url(../images/decoration/thunder-blue-sp.webp);
    aspect-ratio: 810/100;
  }
}
.page-wrap .c-content-2n {
  background: #7aa9ff;
}
.page-wrap .c-content-2n .c-content-head span {
  color: #ff4c73;
}
.page-wrap .c-content-2n::before {
  position: absolute;
  content: "";
  background-image: url(../images/decoration/thunder-pink.webp);
  background-repeat: no-repeat;
  background-size: cover;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2560/150;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-2n::before {
    background-image: url(../images/decoration/thunder-pink-sp.webp);
    aspect-ratio: 810/100;
  }
}
.page-wrap .c-content-wrap {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  z-index: 20;
}
.page-wrap .c-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  position: relative;
  margin: 80px auto 20px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .page-wrap .c-content-head {
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content-head {
    margin: 20px auto;
    font-size: 32px;
  }
}
.page-wrap .c-content-head__main {
  display: inline-block;
  width: 0%;
  background: #fefefe;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-family: "Special Gothic Expanded One", sans-serif !important;
  font-size: 64px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fefefe;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content-head__main {
    font-size: 56px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-head__main {
    font-size: 40px;
  }
}
.page-wrap .c-content-head__sub {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0.1rem auto 0;
  padding: 0.2rem;
  font-family: "M PLUS 1 Code", monospace !important;
  font-size: 16px;
  color: #27b3e8;
  background-color: #fefefe;
}
.page-wrap .c-content-head__sub--2n {
  color: #ff4c73;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content-head__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-head__sub {
    font-size: 12px;
  }
}
.page-wrap .c-content-attention {
  max-width: 800px;
  margin: 20px auto 30px;
  padding: 20px;
  background: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-attention {
    margin: 20px auto;
    padding: 20px 10px;
  }
}
.page-wrap .c-content-attention__head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-attention__head {
    font-size: 18px;
  }
}
.page-wrap .c-content-attention__list {
  margin-top: 10px;
}
.page-wrap .c-content-attention__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-attention__list li {
    font-size: 14px;
  }
}
.page-wrap .c-content-attention__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.page-wrap .c-content-accordion {
  margin: 20px 0;
}
.page-wrap .c-content-accordion__box {
  margin-bottom: 10px;
}
.page-wrap .c-content-accordion__box[open] > .c-content-accordion__header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.page-wrap .c-content-accordion__header {
  padding: 16px;
  background-color: #ff4c73;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  color: #ffff01;
  font-weight: bold;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-accordion__header {
    padding: 16px 8px;
    font-size: 16px;
  }
}
.page-wrap .c-content-accordion__header span {
  display: inline-block !important;
}
.page-wrap .c-content-accordion__header::-webkit-details-marker {
  display: none;
}
.page-wrap .c-content-accordion__header::after {
  content: "▼";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-wrap .c-content-accordion__contents {
  padding: 1rem;
  line-height: 1.5;
  border: 4px solid #ff4c73;
  border-top: none;
}
.page-wrap .c-content-accordion__text {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  line-height: 1.5;
}
.page-wrap .c-content-accordion__text::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.page-wrap .c-content-accordion__text span {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-accordion__text span {
    font-size: 12px;
  }
}
.page-wrap .c-content-accordion__text.text1 {
  padding-left: 0;
}
.page-wrap .c-content-accordion__text.text1::before {
  content: none;
}
.page-wrap .c-content-accordion__text.text2::before {
  content: "■";
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-accordion__text {
    font-size: 14px;
  }
}
.page-wrap .c-content-btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.page-wrap .c-content-btn a {
  position: relative;
  display: block;
  padding: 16px 48px 16px 32px;
  font-size: 24px;
  font-weight: bold;
  font-family: "M PLUS 1 Code", monospace;
  color: #fefefe;
  background: #35dd00;
  border-radius: 100px;
  -webkit-box-shadow: 4px 6px 0px 0px #2c5511;
          box-shadow: 4px 6px 0px 0px #2c5511;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-btn a {
    padding: 14px 40px 14px 20px;
    font-size: 18px;
  }
}
.page-wrap .c-content-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 4px solid #fefefe;
  border-right: 4px solid #fefefe;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.page-wrap .c-content-btn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-wrap .c-content-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.page-wrap .c-content-sns li a {
  display: block;
}
.page-wrap .c-content-sns li a:hover {
  opacity: 0.8;
}
.page-wrap .c-content-sns li img {
  max-width: 32px;
  width: 100%;
}
.page-wrap .c-content .accordion[open] .accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-wrap .c-content .accordion .accordion-header::-webkit-details-marker {
  display: none;
}
.page-wrap .c-content-soon {
  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;
  gap: 8px;
}
.page-wrap .c-content-soon__decoration {
  width: 4%;
}
.page-wrap .c-content-soon__decoration img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page-wrap .c-content-soon__decoration {
    width: 6%;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-soon__decoration {
    width: 10%;
  }
}
.page-wrap .c-content-soon__decoration.left {
  margin-bottom: 0.3rem;
  padding-right: 4px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-soon__decoration.left {
    margin-top: 0;
    padding-right: 2px;
  }
}
.page-wrap .c-content-soon__decoration.right {
  width: 6%;
  margin-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  .page-wrap .c-content-soon__decoration.right {
    width: 8%;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-soon__decoration.right {
    width: 14%;
  }
}
.page-wrap .c-content-soon__text {
  background: -webkit-gradient(linear, left top, right top, from(#ff82de), to(#ffb7d5));
  background: linear-gradient(90deg, #ff82de, #ffb7d5);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Special Gothic Expanded One", sans-serif;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-content-soon__text {
    font-size: 18px;
  }
}

.page-wrap .c-topics {
  position: relative;
  padding: 60px 0 40px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-topics {
    padding: 40px 0;
  }
}
.page-wrap .c-topics::before {
  content: none;
}
.page-wrap .c-topics-head {
  margin: 0 auto 20px;
}
.page-wrap .c-topics-bg {
  margin: 0 20px;
  padding: 20px;
  background: #ff4c73;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-topics-bg {
    margin: 0 10px;
    padding: 10px 8px;
  }
}
.page-wrap .c-topics-item {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #fefefe;
}
.page-wrap .c-topics-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-topics-item {
    padding: 8px;
  }
}
.page-wrap .c-topics-item a {
  color: #333;
  border-bottom: 1px solid;
  padding-bottom: 0.1rem;
}
.page-wrap .c-topics-item__day {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1;
  color: #ff4c73;
  font-weight: bold;
  background: #ff4c73;
  color: #ffff01;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-topics-item__day {
    padding: 0.2rem;
    font-size: 10px;
  }
}
.page-wrap .c-topics-item__title {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-topics-item__title {
    font-size: 14px;
  }
}

.page-wrap .c-cast-edition {
  margin-bottom: 10px;
}
.page-wrap .c-cast-edition img {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-edition img {
    max-width: 180px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-edition img {
    max-width: 140px;
  }
}
.page-wrap .c-cast-bg {
  margin: 0 20px;
  padding: 60px 20px;
  background: #5980f9;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-bg {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-bg {
    margin: 0 10px;
  }
}
.page-wrap .c-cast-inner {
  max-width: 780px;
  margin: 0 auto;
}
.page-wrap .c-cast-inner:last-of-type {
  margin: 60px auto 20px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-inner:last-of-type {
    margin: 30px auto 0;
  }
}
.page-wrap .c-cast-title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto;
  padding: 4px 8px;
  margin: 0 auto 12px;
  color: #5980f9;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  background: #ffff01;
  border-radius: 4px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-title {
    font-size: 20px;
  }
}
.page-wrap .c-cast-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 576px) {
  .page-wrap .c-cast-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-list {
    grid-row-gap: 24px;
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 420px) {
  .page-wrap .c-cast-list {
    grid-row-gap: 12px;
    width: 100%;
  }
}
.page-wrap .c-cast-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-wrap .c-cast-thumb {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page-wrap .c-cast-thumb img {
  display: block;
  width: 100%;
}
.page-wrap .c-cast-name {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 4px;
  padding: 0.5rem;
  text-align: center;
  background: #fefefe;
}
.page-wrap .c-cast-name span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-name span {
    font-size: 14px;
  }
}
.page-wrap .c-cast-name__title {
  display: inline-block;
  line-height: 1;
  font-size: 12px !important;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-name__title {
    font-size: 10px !important;
  }
}
.page-wrap .c-cast-text {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-cast-text {
    margin-top: 30px;
    font-size: 18px;
  }
}

.page-wrap .c-ticket-bg {
  margin: 0 20px;
  padding: 40px 20px;
  background: #ff4c73;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-bg {
    margin: 0 10px;
    padding: 30px 10px;
  }
}
.page-wrap .c-ticket-schedule {
  display: table;
  max-width: 560px;
  margin: 0 auto;
}
.page-wrap .c-ticket-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  max-width: 560px;
  margin: 10px 0;
}
@media screen and (max-width: 576px) {
  .page-wrap .c-ticket-schedule__list {
    gap: 8px;
    margin: 8px auto 0;
  }
}
.page-wrap .c-ticket-schedule__list dt {
  width: 3rem;
  padding: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ff4c73;
  background: #fefefe;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-schedule__list dt {
    width: 50px;
    font-size: 14px;
  }
}
.page-wrap .c-ticket-schedule__list dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-schedule__list dd {
    font-size: 16px;
  }
}
.page-wrap .c-ticket-schedule__list dd span {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-schedule__list dd span {
    font-size: 12px;
  }
}
.page-wrap .c-ticket-schedule__list dd a {
  padding-bottom: 0.2rem;
  color: #fefefe;
  border-bottom: 1px solid #fefefe;
}
.page-wrap .c-ticket-schedule__list .ib {
  display: inline-block;
  font-size: 20px !important;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-schedule__list .ib {
    font-size: 16px !important;
  }
}
.page-wrap .c-ticket-price {
  display: grid;
  grid-auto-columns: -webkit-max-content 1fr;
  grid-auto-columns: max-content 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  gap: 0 24px;
  grid-template-areas: "head map" "price map";
  max-width: 840px;
  margin: 20px auto;
  padding: 20px;
  background: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-ticket-price .map {
  grid-area: map;
}
.page-wrap .c-ticket-price .head {
  grid-area: head;
}
.page-wrap .c-ticket-price .price {
  grid-area: price;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-price {
    display: block;
    margin: 40px auto;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-price {
    margin: 20px auto;
    padding: 20px 10px;
  }
}
.page-wrap .c-ticket-price__head {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: left;
  color: #ff4c73;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-price__head {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-price__head {
    font-size: 24px;
  }
}
.page-wrap .c-ticket-price__head span {
  font-size: 16px;
}
.page-wrap .c-ticket-price__map {
  padding: 0.5rem;
  border: 1px solid #333;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-price__map {
    margin-bottom: 20px;
  }
}
.page-wrap .c-ticket-price__map img {
  display: block;
  max-width: 624px;
  width: 100%;
  margin: 0 auto;
}
.page-wrap .c-ticket-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin: 10px 0;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-price__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.page-wrap .c-ticket-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-wrap .c-ticket-price__item--seat {
  width: 10rem;
  padding: 0.3rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fefefe;
  background: #ff9dc7;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-price__item--seat {
    width: 9rem;
    font-size: 18px;
  }
}
.page-wrap .c-ticket-price__item .reserver {
  background: #9dd8f6;
}
.page-wrap .c-ticket-price__item .family {
  background: #f5b373;
}
.page-wrap .c-ticket-price__item dd {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-price__item dd {
    font-size: 20px;
  }
}
.page-wrap .c-ticket-price__item dd span {
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-price__item dd span {
    font-size: 14px;
  }
}
.page-wrap .c-ticket-price__note {
  margin-top: 0.5rem;
}
.page-wrap .c-ticket-price__note h5 {
  margin-bottom: 0.5rem;
}
.page-wrap .c-ticket-price__note p {
  font-size: 14px;
  line-height: 1.5;
}
.page-wrap .c-ticket-sale {
  display: block;
  max-width: 840px;
  margin: 40px auto;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale {
    margin: 10px auto;
  }
}
.page-wrap .c-ticket-sale__head {
  padding: 16px 8px;
  font-size: 32px;
  text-align: center;
  color: #ff4c73;
  background: #ffff01;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale__head {
    padding: 12px 8px;
    font-size: 28px;
  }
}
.page-wrap .c-ticket-sale__head img {
  width: 3rem;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale__head img {
    width: 2.8rem;
  }
}
.page-wrap .c-ticket-sale__head span {
  display: inline-block;
}
.page-wrap .c-ticket-sale__text {
  padding: 32px 8px;
  background: #fefefe;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-sale__text {
    padding: 24px 8px;
  }
}
.page-wrap .c-ticket-sale__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 914px) {
  .page-wrap .c-ticket-sale__period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-wrap .c-ticket-sale__period dt {
  display: inline-block;
  width: 10%;
  padding: 0.3rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffff01;
  background: #ff4c73;
  border-radius: 4px;
}
@media screen and (max-width: 914px) {
  .page-wrap .c-ticket-sale__period dt {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-wrap .c-ticket-sale__period dt {
    font-size: 16px;
  }
}
.page-wrap .c-ticket-sale__period dd {
  width: 90%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #ff4c73;
  line-height: 1.5;
}
@media screen and (max-width: 914px) {
  .page-wrap .c-ticket-sale__period dd {
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-wrap .c-ticket-sale__period dd {
    font-size: 18px;
  }
}
.page-wrap .c-ticket-sale__period span {
  display: inline-block;
}
.page-wrap .c-ticket-sale__attention {
  display: block;
  margin-top: 32px;
  padding: 32px 20px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-sale__attention {
    margin-top: 24px;
    padding: 24px 10px 0;
  }
}
.page-wrap .c-ticket-sale__attention p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1rem;
  line-height: 1;
}
.page-wrap .c-ticket-sale__attention p::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-ticket-sale__attention p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale__attention p {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.page-wrap .c-ticket-sale__attention p a {
  color: #ff4c73;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #ff4c73;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale__attention p a {
    font-size: 16px;
  }
}
.page-wrap .c-ticket-sale__attention p a:hover {
  border-bottom-color: transparent;
}
.page-wrap .c-ticket-sale__attention--tel {
  display: inline-block;
  color: #ff4c73;
  font-size: 18px;
  border-bottom: 2px solid #ff4c73;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale__attention--tel {
    font-size: 16px;
  }
}
.page-wrap .c-ticket-sale__attention--sm {
  display: inline-block;
  font-size: 14px !important;
  border-bottom: none !important;
  color: #333 !important;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-ticket-sale__attention--sm {
    font-size: 12px !important;
  }
}
.page-wrap .c-ticket-info {
  display: inline-block;
  margin-top: 0.2rem;
  color: #ff4c73;
  font-size: 16px;
  border-bottom: 1px solid #ff4c73;
}

.page-wrap .c-map-wrap {
  max-width: 930px;
  margin: 0 auto;
}
.page-wrap .c-map-thumb {
  margin: 0 20px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-map-thumb {
    margin: 0 10px;
  }
}
.page-wrap .c-map-thumb img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.page-wrap .c-goods-wrap {
  max-width: 930px;
}
.page-wrap .c-goods-inner {
  margin: 0 20px;
}
@media screen and (max-width: 722px) {
  .page-wrap .c-goods-inner {
    margin: 20px 10px 0;
  }
}
.page-wrap .c-goods-unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-goods-unit {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 722px) {
  .page-wrap .c-goods-unit {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 8px;
  }
}
.page-wrap .c-goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-wrap .c-goods-thumb img {
  display: block;
  width: 100%;
}
.page-wrap .c-goods-bg {
  background-color: #fefefe;
  display: grid;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 1rem;
}
.page-wrap .c-goods-name {
  padding: 0.5rem 0.5rem 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-goods-name {
    font-size: 16px;
  }
}
.page-wrap .c-goods-price {
  padding: 0 0.5rem 0.5rem;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-goods-price {
    font-size: 14px;
  }
}
.page-wrap .c-goods-price span {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-goods-price span {
    font-size: 12px;
  }
}
.page-wrap .c-goods-notice {
  margin: 40px 0 0;
  padding: 20px;
  background: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-goods-notice {
    margin: 20px 0 0;
    padding: 10px;
  }
}
.page-wrap .c-goods-notice li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1rem;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-goods-notice li {
    font-size: 14px;
  }
}
.page-wrap .c-goods-notice li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.page-wrap .c-stream-wrap {
  max-width: 930px;
}
.page-wrap .c-stream-bg {
  margin: 0 20px;
  padding: 40px;
  background: #ff4c73;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-bg {
    margin: 0 10px;
    padding: 40px 10px;
  }
}
.page-wrap .c-stream-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 560px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 16px;
  }
}
.page-wrap .c-stream-price dt {
  width: 50%;
  padding: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ff4c73;
  background: #ffff01;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-price dt {
    width: auto;
    padding: 10px;
    font-size: 20px;
  }
}
.page-wrap .c-stream-price dd {
  width: 50%;
  padding: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-price dd {
    width: auto;
    padding: 10px;
    font-size: 20px;
  }
}
.page-wrap .c-stream-price dd span {
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-price dd span {
    font-size: 14px;
  }
}
.page-wrap .c-stream-schedule {
  display: table;
  max-width: 560px;
  margin: 20px auto;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-stream-schedule {
    display: block;
    margin: 16px auto;
  }
}
.page-wrap .c-stream-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 10px 0;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-stream-schedule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    margin: 16px 0;
  }
}
.page-wrap .c-stream-schedule__item dt {
  width: 140px;
  padding: 0.3rem;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #ff4c73;
  background: #fefefe;
  border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-schedule__item dt {
    width: 110px;
    font-size: 14px;
  }
}
.page-wrap .c-stream-schedule__item dd {
  font-size: 18px;
  font-weight: bold;
  color: #fefefe;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-stream-schedule__item dd {
    font-size: 16px;
  }
}

.page-wrap .c-guideline-wrap {
  max-width: 930px;
}
.page-wrap .c-guideline-bg {
  margin: 40px 20px 0;
  padding: 20px;
  background: #fefefe;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-guideline-bg {
    margin: 20px 10px 0;
    padding: 10px;
  }
}
.page-wrap .c-guideline-list {
  padding: 40px 2rem;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-guideline-list {
    padding: 20px 1rem;
  }
}
.page-wrap .c-guideline-list:last-child {
  padding: 40px 2rem 20px;
  border-bottom: none;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-guideline-list:last-child {
    padding: 20px 1rem;
  }
}
.page-wrap .c-guideline-list dt {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #ffff01;
  background: #667ff5;
  border-radius: 4px;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-guideline-list dt {
    font-size: 18px;
  }
}
.page-wrap .c-guideline-list dd {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 420px) {
  .page-wrap .c-guideline-list dd {
    font-size: 14px;
  }
}
.page-wrap .c-guideline-list dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.page-wrap .c-guideline-list .none {
  position: static;
  left: 0;
  padding-left: 0;
  font-weight: bold;
}

.page-wrap .c-about-wrap {
  max-width: 930px;
}
.page-wrap .c-about-bg {
  margin: 0 20px;
  padding: 40px;
  background: #ff4c73;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-about-bg {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-bg {
    margin: 0 10px;
    padding: 10px;
  }
}
.page-wrap .c-about-inner {
  padding: 40px;
  background: #fefefe;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-about-inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-inner {
    padding: 20px 10px;
  }
}
.page-wrap .c-about-list {
  padding: 40px 2rem;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-list {
    padding-bottom: 40px;
    padding: 20px 1rem;
  }
}
.page-wrap .c-about-list:first-child {
  border-top: 1px solid #e5e5e5;
}
.page-wrap .c-about-list dt {
  display: inline-block;
  padding: 4px 8px;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 16px;
  color: #ffff01;
  font-weight: bold;
  background: #ff4c73;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-list dt {
    font-size: 16px;
  }
}
.page-wrap .c-about-list dd {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-list dd {
    font-size: 16px;
  }
}
.page-wrap .c-about-list dd span {
  display: inline-block;
}
.page-wrap .c-about-list dd .text-lg {
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-list dd .text-lg {
    font-size: 20px;
  }
}
.page-wrap .c-about-btn {
  margin: 4px 0 0;
}
.page-wrap .c-about-btn a {
  padding: 4px 28px 4px 12px;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-about-btn a {
    font-size: 14px;
  }
}
.page-wrap .c-about-btn a::before {
  right: 14px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fefefe;
  border-right: 3px solid #fefefe;
}
.page-wrap .c-about-sns {
  margin-top: 20px;
}

.page-wrap .c-sponsor-logo {
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
}
.page-wrap .c-sponsor-logo img {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-sponsor-logo img {
    max-width: 240px;
  }
}
.page-wrap .c-sponsor-logo__unit {
  margin: 0 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-sponsor-logo__unit {
    margin: 0 10px;
  }
}
.page-wrap .c-sponsor-logo__l2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin: 40px auto 0;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-sponsor-logo__l2 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 722px) {
  .page-wrap .c-sponsor-logo__l2 {
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .page-wrap .c-sponsor-logo__l2 {
    width: 100%;
    margin: 20px auto;
  }
}
.page-wrap .c-sponsor-logo__l2 li img {
  max-width: 320px;
  width: 100%;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap {
  position: relative;
  background: #60bcff;
  scroll-margin-top: 4px;
}
.page-wrap .p-index-parts {
  position: fixed;
  bottom: 10px !important;
  right: 10px;
  z-index: 50;
  will-change: position, top, bottom;
}
.page-wrap .p-index-parts a {
  display: block;
  -webkit-animation: zoomFade 1.5s ease-in-out infinite;
          animation: zoomFade 1.5s ease-in-out infinite;
}
@-webkit-keyframes zoomFade {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes zoomFade {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.page-wrap .p-index-parts a img {
  display: block;
  max-width: 140px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-parts a img {
    max-width: 120px;
  }
}
.page-wrap .p-index-parts a img:hover {
  opacity: 1;
}
.page-wrap .p-index-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fd69d6;
  overflow: hidden;
  height: auto;
}
.page-wrap .p-index-hero__wrapper {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.5;
  margin: 0 auto;
  background-color: #ffb7d5;
  background-image: url(../images/visual/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-hero__wrapper {
    padding: 10px 0;
  }
}
.page-wrap .p-index-hero__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/visual/bg2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.page-wrap .p-index-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-hero__body {
    width: 66%;
  }
}
@media screen and (max-width: 650px) {
  .page-wrap .p-index-hero__body {
    width: 70%;
  }
}
.page-wrap .p-index-hero__body img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.5;
}
.page-wrap .p-index-hero__body::before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 32%;
  background-image: url(../images/visual/hayashi.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: float 1s ease-in-out infinite;
          animation: float 1s ease-in-out infinite;
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(8px);
            transform: translate(-50%, -50%) translateY(8px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(8px);
            transform: translate(-50%, -50%) translateY(8px);
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-hero__body::before {
    bottom: -46%;
  }
}
@media screen and (max-width: 650px) {
  .page-wrap .p-index-hero__body::before {
    bottom: -40%;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-hero__body::before {
    bottom: -46%;
  }
  @-webkit-keyframes float {
    0%, 100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-50%, -50%) translateY(2px);
              transform: translate(-50%, -50%) translateY(2px);
    }
  }
  @keyframes float {
    0%, 100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-50%, -50%) translateY(2px);
              transform: translate(-50%, -50%) translateY(2px);
    }
  }
}
@media screen and (max-width: 420px) {
  .page-wrap .p-index-hero__body::before {
    bottom: -50%;
  }
}
.page-wrap .p-index-hero__body::after {
  content: "";
  position: absolute;
  top: -15%;
  right: -122%;
  width: 100%;
  height: 32%;
  background-image: url(../images/visual/flower.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: float 1s ease-in-out infinite;
          animation: float 1s ease-in-out infinite;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(-8px);
            transform: translate(-50%, -50%) translateY(-8px);
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-hero__body::after {
    top: -10%;
    right: -114%;
  }
}
@media screen and (max-width: 650px) {
  .page-wrap .p-index-hero__body::after {
    top: -6%;
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-hero__body::after {
    top: -12%;
  }
  @-webkit-keyframes float {
    0%, 100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-50%, -50%) translateY(-2px);
              transform: translate(-50%, -50%) translateY(-2px);
    }
  }
  @keyframes float {
    0%, 100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-50%, -50%) translateY(-2px);
              transform: translate(-50%, -50%) translateY(-2px);
    }
  }
}
@media screen and (max-width: 420px) {
  .page-wrap .p-index-hero__body::after {
    top: -16%;
  }
}
.page-wrap .p-index-hero__star {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86%;
  aspect-ratio: 1/1;
  background-image: url(../images/visual/star.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 650px) {
  .page-wrap .p-index-hero__star {
    top: 55%;
    width: 94%;
  }
}
.page-wrap .p-index-hero__thunder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/visual/thunder.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: flash 1s linear infinite;
          animation: flash 1s linear infinite;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes flash {
  0%, 45%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 45%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.page-wrap .p-index-hero__balloon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/visual/balloon-day.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-animation: floating-y 2s ease-in-out infinite alternate;
          animation: floating-y 2s ease-in-out infinite alternate;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-8px);
            transform: translate(-50%, -50%) translateY(-8px);
  }
  to {
    -webkit-transform: translate(-50%, -50%) translateY(8px);
            transform: translate(-50%, -50%) translateY(8px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-8px);
            transform: translate(-50%, -50%) translateY(-8px);
  }
  to {
    -webkit-transform: translate(-50%, -50%) translateY(8px);
            transform: translate(-50%, -50%) translateY(8px);
  }
}
.page-wrap .p-index-hero .right {
  background-image: url(../images/visual/balloon-place.webp);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.page-wrap .p-index-footer {
  padding: 40px 0 120px;
}
.page-wrap .p-index-footer__copyright {
  font-size: 16px;
  color: #fefefe;
  text-align: center;
}

/*-------------------
 * object
 *-------------------*//*# sourceMappingURL=style.css.map */