@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*
$c-border-base: #fbc2eb;
$c-box-shadow: rgba(170, 170, 170, 0.3);
*/
body {
  height: auto;
  overflow: auto;
}

.page-wrap *, .page-wrap *:before, .page-wrap *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .pc-hide {
  display: block;
}
.page-wrap .pc-hide__i {
  display: inline-block;
}
@media (min-width: 1040px) {
  .page-wrap .pc-hide {
    display: none;
  }
  .page-wrap .pc-hide__i {
    display: none;
  }
}
.page-wrap .sp-hide {
  display: none;
}
.page-wrap .sp-hide__i {
  display: none;
}
@media (min-width: 1040px) {
  .page-wrap .sp-hide {
    display: block;
  }
  .page-wrap .sp-hide__i {
    display: inline-block;
  }
}
.page-wrap .ib {
  display: inline-block;
}
.page-wrap .ib-space {
  padding: 0 0.5rem;
}
.page-wrap .ib-space__r {
  padding-right: 1rem;
}
.page-wrap .ib-space__l {
  padding-left: 1rem;
}
.page-wrap .ib-space__l2 {
  padding-left: 1em;
}
.page-wrap .ib-space__l05 {
  padding-left: 0.5rem;
}
.page-wrap .ib-space__r2 {
  padding-right: 0.5rem;
}
.page-wrap .centering {
  text-align: center !important;
}
.page-wrap .txt-r {
  text-align: right !important;
}
.page-wrap .txt-l {
  text-align: left !important;
}
.page-wrap .txt-start {
  text-align: start !important;
}
.page-wrap .note {
  font-size: 0.8em;
  letter-spacing: 1px;
}
.page-wrap .note__ls0 {
  letter-spacing: 0;
}
.page-wrap .note__11 {
  font-size: 11px;
}
.page-wrap .note__12 {
  font-size: 12px;
  line-height: 1.5;
}
.page-wrap .note__14 {
  font-size: 14px;
  line-height: 1.5;
}
.page-wrap .font-regular {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.page-wrap .font-medium {
  font-size: 20px !important;
  line-height: 1.7 !important;
}
.page-wrap .font-large {
  font-size: 24px !important;
  line-height: 1.3 !important;
}
.page-wrap .font-title {
  font-size: 26px !important;
  line-height: 1 !important;
}
.page-wrap .font-title span {
  font-weight: 100;
  display: inline-block;
  padding: 10px 0;
}
.page-wrap .font-weight {
  font-weight: 500 !important;
}
.page-wrap .font-weight__more {
  font-weight: 600 !important;
}
.page-wrap .font-weight__most {
  font-weight: 700 !important;
}
.page-wrap .font-point {
  color: #ff739d;
}
.page-wrap .font-point__sub {
  color: #c078b1;
}
.page-wrap .font-underline {
  text-decoration: underline;
  padding: 0 5px;
}
.page-wrap .padding-t0 {
  padding-top: 0 !important;
}
.page-wrap .padding-t5 {
  padding-top: 5px;
}
.page-wrap .padding-t15 {
  padding-top: 15px;
}
.page-wrap .padding-l05rem {
  padding-left: 0.5rem;
}
.page-wrap .padding-b0 {
  padding-bottom: 0 !important;
}
.page-wrap .padding-b10 {
  padding-bottom: 10px;
  display: inline-block;
}
.page-wrap .margin-t0 {
  margin-top: 0 !important;
}
.page-wrap .margin-t10 {
  margin-top: 10px !important;
}
.page-wrap .margin-tb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.page-wrap .no-link {
  pointer-events: none;
}
.page-wrap .no-link__opacity {
  pointer-events: none;
  opacity: 0.5;
}
.page-wrap .no-link img {
  pointer-events: none;
}
.page-wrap .width100 {
  width: 100% !important;
  max-width: 750px;
}
.page-wrap .width90 {
  width: 90% !important;
  max-width: 750px;
}
.page-wrap .width50 {
  width: 50% !important;
  max-width: 750px;
}
.page-wrap .portrait {
  width: 90% !important;
}
@media (min-width: 1040px) {
  .page-wrap .portrait {
    width: 50% !important;
  }
}

#op01 .width100 {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
}

.remodal {
  background-color: #fff;
  padding: 10px;
  width: 98%;
  max-width: 890px;
  border-radius: 4px;
  margin-top: 30px;
  font-family: VideoJS, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #2a2a2a;
}
@media (min-width: 768px) {
  .remodal {
    margin-top: 0;
  }
}
.remodal-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 222, 168, 0.9)), color-stop(50%, rgba(244, 167, 191, 0.9)), to(rgba(172, 139, 188, 0.9)));
  background: linear-gradient(0deg, rgba(251, 222, 168, 0.9) 0%, rgba(244, 167, 191, 0.9) 50%, rgba(172, 139, 188, 0.9) 100%);
  backdrop-filter: blur(8px);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.remodal-close {
  background: none;
  color: #ffffff;
}
.remodal-close::before {
  font-size: 55px;
}
.remodal-close:hover, .remodal-close:focus {
  color: #ffff00;
}

.popfade {
  position: relative;
  opacity: 0;
  top: 100px;
}

.popfade.animate {
  top: 0;
  -webkit-animation-name: popfade;
          animation-name: popfade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.blinking {
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
          animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.material-icons {
  font-size: 18px !important;
  padding-top: 5px;
  vertical-align: text-top !important;
}

.common-abg-wrap {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

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

#mbsGlobalHeader {
  z-index: 1;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*
.p-index{
  width: 100%;
  height: 100%;
  @include tab{
    padding-bottom: 0;
  }
}
*/
#pagewrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#pagewrap::before, #pagewrap::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
#pagewrap::before {
  background: url(../images/grid.webp) top center, -webkit-gradient(linear, left bottom, left top, from(rgb(251, 222, 168)), color-stop(50%, rgb(244, 167, 191)), to(rgb(172, 139, 188)));
  background: url(../images/grid.webp) top center, linear-gradient(0deg, rgb(251, 222, 168) 0%, rgb(244, 167, 191) 50%, rgb(172, 139, 188) 100%);
}
#pagewrap::after {
  background: url(../images/background.webp) top left/210%;
}
@media (min-width: 768px) {
  #pagewrap::after {
    background-size: contain;
  }
}
@media (min-width: 1040px) {
  #pagewrap::after {
    background-position: top center;
  }
}

.page-wrap {
  font-family: VideoJS, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #2a2a2a;
  text-decoration: none;
  list-style: none;
  height: auto;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.page-wrap a {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #ff2b95;
}
@media (hover: hover) {
  .page-wrap a {
    cursor: pointer;
  }
  .page-wrap a:hover {
    text-decoration: none;
  }
}

.page-wrap .l-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .page-wrap .l-layout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-areas: "menu menu" "p-kv p-main";
  }
}
@media (min-width: 1040px) {
  .page-wrap .l-layout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: auto 455px 300px;
    grid-template-rows: auto;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    max-width: 1600px;
    border-right: 1px solid #ffffff;
    margin: 0 auto;
    grid-template-areas: "p-kv p-main menu";
  }
}
.page-wrap .l-layout-kv {
  grid-area: p-kv;
  position: relative;
  padding: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-kv {
    position: sticky;
    top: 0;
    height: 100vh;
    margin-bottom: 0;
    overflow-y: hidden;
    margin-top: 0;
  }
}
.page-wrap .l-layout-kv__copy {
  position: absolute;
  top: 3%;
  left: 0;
}
.page-wrap .l-layout-kv__visual {
  line-height: 0;
  width: 100%;
  height: 100%;
}
.page-wrap .l-layout-kv__chara {
  width: 100%;
}
.page-wrap .l-layout-kv__copy {
  width: auto;
  max-width: 80%;
  max-height: 50vh;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-kv__copy {
    max-width: 60%;
  }
}
.page-wrap .l-layout-kv__copy.visual01 {
  left: 8%;
}
.page-wrap .l-layout-kv__copy.visual02 {
  left: auto;
  right: 2%;
  top: 2%;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-kv__copy.visual02 {
    right: 10%;
  }
}
.page-wrap .l-layout-kv__logo {
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 0 30px;
  line-height: 0;
  z-index: 5;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-kv__logo {
    padding: 0;
  }
}
.page-wrap .l-layout-kv__logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-kv__logo img {
    max-height: 50vh;
  }
}
.page-wrap .l-layout-kv__logo-img {
  width: 100%;
  max-width: 786px;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-kv__logo-img {
    width: 100%;
    max-width: 630px;
  }
}
.page-wrap .l-layout-main {
  grid-area: p-main;
  padding: 8px 0 0px;
  position: relative;
  background: #ffffff;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-wrap .l-layout-main {
    padding: 0;
    margin-top: 0;
  }
}
.page-wrap .noScroll.animate {
  -webkit-animation-name: noScroll;
          animation-name: noScroll;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes noScroll {
  0% {
    height: 100vh;
  }
  100% {
    height: auto;
  }
}
@keyframes noScroll {
  0% {
    height: 100vh;
  }
  100% {
    height: auto;
  }
}

.page-wrap .l-menu {
  position: sticky;
  top: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: -60px;
  width: 100%;
  z-index: 11;
  pointer-events: none;
  grid-area: menu;
}
@media (min-width: 1040px) {
  .page-wrap .l-menu {
    -ms-flex-item-align: start;
        align-self: flex-start;
    pointer-events: none;
    backdrop-filter: blur(10px);
    height: 100vh;
  }
}
.page-wrap .c-navi-menu {
  width: 40px;
  margin-left: auto;
}
@media (min-width: 1040px) {
  .page-wrap .c-navi-menu {
    pointer-events: auto;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: auto;
    max-height: 100vh;
    padding: 0;
  }
}
.page-wrap .c-navi-menu__inner {
  height: 60px;
  width: 100%;
  pointer-events: all;
}
@media (min-width: 1040px) {
  .page-wrap .c-navi-menu__inner {
    position: relative;
    padding: 0 0 0 10px;
    width: 100%;
    height: auto;
  }
}
.page-wrap .c-navi-menu-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  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;
  height: 45px;
  width: 40px;
  z-index: 10;
  background: rgba(255, 43, 149, 0.7);
}
.page-wrap .c-navi-menu-btn span, .page-wrap .c-navi-menu-btn span::before, .page-wrap .c-navi-menu-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 28px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 9px;
  left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-wrap .c-navi-menu-btn span::before {
  top: 6px;
  left: 0;
}
.page-wrap .c-navi-menu-btn span::after {
  top: 12px;
  left: 0;
}
.page-wrap .c-navi-menu-btn__text {
  font-size: 10px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
}
@media (min-width: 1040px) {
  .page-wrap .c-navi-menu-btn__area {
    display: none;
  }
}
.page-wrap .c-navi-menu__list {
  display: none;
}
@media (min-width: 1040px) {
  .page-wrap .c-navi-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 10px 10px;
    padding: 0;
    overflow-y: auto;
    height: 100vh;
  }
  .page-wrap .c-navi-menu__list::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .page-wrap .c-navi-menu__list .simplebar-scrollbar::before {
    background: #ffffff;
    border-radius: 6px;
    width: 6px;
    margin-left: 1px;
    margin-top: 0;
  }
  .page-wrap .c-navi-menu__list .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .page-wrap .c-navi-menu__list .simplebar-track {
    background: rgba(203, 210, 224, 0.308);
    width: 10px !important;
    border-radius: 10px;
  }
}
.page-wrap .c-navi-menu__item {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  /*
        &.link-current{
          a{
            text-shadow: none;
            &::before{
              width: 100%;
              left: 0;

            }
          }
        }
        */
}
.page-wrap .c-navi-menu__item a {
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-family: "Edu VIC WA NT Beginner", serif;
  font-weight: 600;
  text-shadow: rgba(41, 41, 41, 0.7) 2px 2px 5px;
  padding: 15px 10px;
  max-width: 100%;
  position: relative;
}
.page-wrap .c-navi-menu__item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (hover: hover) {
  .page-wrap .c-navi-menu__item a {
    cursor: pointer;
    z-index: 1;
  }
  .page-wrap .c-navi-menu__item a:hover {
    opacity: 1;
    text-shadow: none;
  }
  .page-wrap .c-navi-menu__item a:hover::before {
    width: 100%;
    left: 0;
  }
}
.page-wrap .c-navi-menu__item a.link-current {
  text-shadow: none;
}
.page-wrap .c-navi-menu__item a.link-current::before {
  width: 100%;
  left: 0;
}
.page-wrap .c-navi-menu__sns {
  margin: 30px auto 0;
  padding: 10px 20px;
}
.page-wrap .c-navi-menu__sns a {
  max-width: 300px;
  margin: 0 auto;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-box-shadow: #ffffff 0 0 10px, #ffffff 0 0 10px;
          box-shadow: #ffffff 0 0 10px, #ffffff 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a2a2a;
  text-shadow: none;
  font-size: 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
  line-height: 1;
  padding: 0;
}
.page-wrap .c-navi-menu__sns a img {
  width: 40px;
}
.page-wrap .c-navi-menu__sns a::before {
  content: none;
}
@media (hover: hover) {
  .page-wrap .c-navi-menu__sns a {
    cursor: pointer;
  }
  .page-wrap .c-navi-menu__sns a:hover {
    color: #2a2a2a;
    opacity: 1;
    background: #ffffff;
  }
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu {
  width: 100%;
  position: relative;
  z-index: 1000;
  /*
      height: 98vh;
      overflow-y: auto;
  */
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__inner {
  padding: 20px 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu-btn span {
  background: rgba(255, 255, 255, 0);
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu-btn span::before {
  bottom: 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu-btn span::after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-wrap #menu-btn-check {
  display: none;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 10px;
  max-height: calc(100vh - 100px);
  width: calc(100% - 120px);
  min-width: 240px;
  margin: 0 auto;
  padding: 0 0 20px;
  position: relative;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list .simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 6px;
  width: 6px;
  margin-left: 1px;
  margin-top: 0;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list .simplebar-track {
  background: rgba(203, 210, 224, 0.308);
  width: 10px !important;
  border-radius: 10px;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
}
@media (min-width: 1040px) {
  .page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list {
    margin-top: 0;
    min-width: auto;
    overflow-y: auto;
  }
  .page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list::before {
    content: none;
  }
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-wrap #menu-btn-check:checked ~ .toggle-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../images/background.webp) top left/210%, url(../images/grid.webp) top center, -webkit-gradient(linear, left bottom, left top, from(rgb(251, 222, 168)), color-stop(50%, rgb(244, 167, 191)), to(rgb(172, 139, 188)));
  background: url(../images/background.webp) top left/210%, url(../images/grid.webp) top center, linear-gradient(0deg, rgb(251, 222, 168) 0%, rgb(244, 167, 191) 50%, rgb(172, 139, 188) 100%);
  z-index: 900;
  backdrop-filter: blur(8px);
}
@media (min-width: 1040px) {
  .page-wrap #menu-btn-check:checked ~ .toggle-bg {
    display: none;
  }
}

.p-index .c-navi-menu__history {
  display: none;
}

.c-stage a#stage-link_js {
  text-shadow: none;
}
.c-stage a#stage-link_js::before {
  width: 100%;
  left: 0;
}

.page-wrap .l-footer {
  text-align: center;
  padding: 15px 0 30px;
}
.page-wrap .l-footer__copyright {
  font-size: 0.8rem;
  line-height: 1.5;
}
.page-wrap .l-footer__copyright__note {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .page-wrap .l-footer__copyright__note {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
}

/*-------------------
 * component
 *-------------------*/
.p-index .c-main:first-of-type {
  padding-bottom: 50px;
}

.page-wrap .c-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 50px 20px 80px;
}
.page-wrap .c-main .c-timetable-wrap,
.page-wrap .c-main .c-contents__list {
  margin-bottom: 50px;
}
.page-wrap .c-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 25px);
  background: #ffffff;
  z-index: -1;
  top: -25px;
  left: 0;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
}
.page-wrap .c-main:nth-of-type(even) {
  padding-bottom: 100px;
}
.page-wrap .c-main:nth-of-type(even) .c-timetable-wrap {
  margin-bottom: 0;
}
.page-wrap .c-main:nth-of-type(even)::before {
  background-color: #ffe2e8;
}
.page-wrap .c-main:nth-of-type(even).c-organizer::before {
  content: none;
}
.page-wrap .c-main:nth-of-type(odd).c-organizer {
  margin-top: -55px;
}
.page-wrap .c-main:nth-of-type(odd).c-organizer::before {
  content: none;
}
.page-wrap .c-main:first-of-type {
  padding-top: 50px;
}
.page-wrap .c-main__box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.page-wrap .c-attention .c-headline {
  display: inline-block;
}
.page-wrap .c-attention__list {
  padding: 15px 1rem;
  font-size: 16px;
  line-height: 1.5;
}
.page-wrap .c-attention__item {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 5px;
}
.page-wrap .c-attention__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  content: "※";
}
.page-wrap .c-attention__item:last-child {
  padding-bottom: 0;
}
.page-wrap .c-attention__item.sub {
  font-size: 18px;
  line-height: 1.7;
}
.page-wrap .c-attention__item.sub::before {
  content: "・";
}

.page-wrap .c-headline {
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}
.page-wrap .c-headline img {
  width: 100%;
  max-width: 365px;
}
.page-wrap .c-headline__sub {
  background: #ff2b95;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 3px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.page-wrap .c-headline__sub::before, .page-wrap .c-headline__sub::after {
  position: absolute;
  content: "";
}
.page-wrap .c-headline__sub::before {
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid #ffffff;
  border-radius: 8px;
  z-index: -1;
}
.page-wrap .c-headline__sub::after {
  top: -4px;
  left: -4px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 3px solid #2a2a2a;
  border-radius: 10px;
  z-index: -2;
}
.page-wrap .c-headline__small {
  border-bottom: 3px solid #ff2b95;
  padding: 10px 10px 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.page-wrap .c-headline__note {
  background: #2a2a2a;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 15px;
  margin-bottom: 20px;
}

.page-wrap .c-text {
  padding: 20px 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.page-wrap .c-text__text {
  text-align: justify;
  padding-bottom: 20px;
}
.page-wrap .c-text__text:last-child {
  padding-bottom: 0;
}
.page-wrap .c-text__sub {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 10px;
  width: 96%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: 0;
}
.page-wrap .c-text__notes {
  border: 3px double #ff5789;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
}

.page-wrap .c-images {
  width: 100%;
  line-height: 0;
  text-align: center;
  padding: 20px 0;
}
.page-wrap .c-images img {
  width: 100%;
}
.page-wrap .c-images__logo {
  width: 80% !important;
  max-width: 400px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-wrap .c-images__tattoo {
  width: 100% !important;
  line-height: 0;
  padding: 0;
}
.page-wrap .c-images__tattoo img {
  width: 50%;
  max-width: 700px;
}

.page-wrap .c-link {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.page-wrap .c-link + .c-contents__text {
  padding-top: 0;
}
.page-wrap .c-link__btn {
  display: inline-block;
  width: 90%;
  max-width: 350px;
  padding: 10px 50px 12px;
  background: #ff2b95;
  border-radius: 50px;
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
}
.page-wrap .c-link__btn::after {
  position: absolute;
  content: "";
  background: url(../images/icon/arrow-btn.webp) top right/contain no-repeat;
  pointer-events: none;
  width: 26px;
  height: 10px;
  top: calc(50% - 7px);
  right: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (hover: hover) {
  .page-wrap .c-link__btn:hover {
    background: #a940a6;
  }
  .page-wrap .c-link__btn:hover::after {
    right: 10px;
  }
}
.page-wrap .c-link__btn + .c-link__btn {
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-wrap .c-link__logo {
  display: block;
  line-height: 1.4;
  font-size: 14px;
}
.page-wrap .c-link__logo img {
  width: 100%;
  max-width: 190px;
}

.page-wrap .c-information {
  margin-top: 0;
  padding-bottom: 50px !important;
}
.page-wrap .c-information-list {
  padding: 0;
  position: relative;
  max-height: 350px;
  overflow-y: auto;
}
.page-wrap .c-information-list::-webkit-scrollbar {
  display: none;
}
.page-wrap .c-information-list .simplebar-scrollbar::before {
  background: #ff739d;
  border-radius: 6px;
  width: 6px;
  margin-left: 0px;
  margin-top: 0;
}
.page-wrap .c-information-list .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.page-wrap .c-information-list .simplebar-track {
  background: #f3f3f3;
  width: 10px !important;
  border-radius: 10px;
}
.page-wrap .c-information-items {
  padding-bottom: 30px;
  padding-right: 15px;
}
.page-wrap .c-information-items:last-child {
  padding-bottom: 10px;
}
.page-wrap .c-information-items a {
  padding: 5px 25px 10px 5px;
  position: relative;
  display: block;
  color: #2a2a2a;
}
.page-wrap .c-information-items a::after {
  position: absolute;
  content: "";
  background: url(../images/icon/arrow_info.webp) right bottom no-repeat;
  width: 100%;
  height: 20px;
  right: 15px;
  bottom: 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (hover: hover) {
  .page-wrap .c-information-items a:hover {
    background: #ffe2e8;
  }
  .page-wrap .c-information-items a:hover::after {
    right: 5px;
  }
}
.page-wrap .c-information-item {
  padding: 0px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 5px;
}
.page-wrap .c-information-item__date {
  color: #642a7e;
  padding: 2px 5px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid #642a7e;
}
.page-wrap .c-information-item__notice {
  padding: 0 0 0 15px;
}
.page-wrap .c-information .swiper_info {
  max-height: 450px;
  overflow-y: hidden;
}
.page-wrap .c-information .swiper_info-scrollbar {
  background: #f3f3f3;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  right: -20px;
  top: 0;
}
.page-wrap .c-information .swiper_info-scrollbar .swiper-scrollbar-drag {
  background: #ffe2e8;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .p-index .c-information {
    border-top: 0;
  }
}

.page-wrap .c-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.page-wrap .c-contents__item {
  border: 1px solid #bebebe;
  background: #ffffff;
  position: relative;
}
.page-wrap .c-contents__title {
  background: #ff739d;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  line-height: 1.3;
}
.page-wrap .c-contents__title-sub {
  border: 1px solid #01b1a4;
  background: #f5faf9;
  border-radius: 8px;
  color: #01b1a4;
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.page-wrap .c-contents__banner {
  line-height: 0;
}
.page-wrap .c-contents__banner img {
  width: 100%;
  max-width: 770px;
}
.page-wrap .c-contents__text {
  padding: 10px 15px;
}
.page-wrap .c-contents__text-sub {
  padding: 10px;
  line-height: 1.5;
  text-align: justify;
  margin: 10px 0px 0;
  border-top: 1px solid #ff739d;
  border-bottom: 1px solid #ff739d;
}
.page-wrap .c-contents__link {
  display: block;
  line-height: 0;
}
.page-wrap .c-contents__link img {
  width: 100%;
}
@media (hover: hover) {
  .page-wrap .c-contents__link:hover {
    opacity: 0.7;
  }
}
.page-wrap .c-contents__map {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #c078b1;
  border: 1px solid #ffffff;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
}
.page-wrap .c-contents__map img {
  width: auto;
  max-height: 20px;
}
.page-wrap .c-contents__map.sub-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.page-wrap .c-contents__map.sub-items p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-wrap .c-contents__map.sub-items p .icon {
  min-width: 57px;
}
.page-wrap .c-contents__map.sub-items p .text {
  line-height: 1.2;
}
.page-wrap .c-contents__map.sub-items + * {
  padding-top: 55px !important;
}
.page-wrap .c-contents__map + * {
  padding-top: 20px;
}
.page-wrap .c-contents-info {
  padding: 10px 0 5px;
  line-height: 1.5;
  text-align: center;
}
.page-wrap .c-contents-info + .c-contents-info {
  padding-top: 0;
}
.page-wrap .c-contents-info__program {
  border-top: 1px dashed #bebebe;
  padding: 10px 0 0;
}
.page-wrap .c-contents-info__program:last-of-type .c-contents-info__time {
  padding-bottom: 0;
}
.page-wrap .c-contents-info__title {
  background: #ffe2e8;
  padding: 5px;
  text-align: center;
}
.page-wrap .c-contents-info__title + .c-link__btn {
  margin-top: 10px;
}
.page-wrap .c-contents-info__time {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.page-wrap .c-contents-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  padding: 5px 5px 10px;
}
.page-wrap .c-contents-info-list__floor {
  border: 1px solid #bebebe;
  padding: 3px 5px;
  width: 4rem;
  text-align: center;
  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 .c-contents-info-list__shop {
  width: calc(100% - 4rem - 10px);
  text-align: left;
}
.page-wrap .c-contents-list__spot {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 10px;
}
.page-wrap .c-contents-list__spot::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  content: "♥";
  color: #ff5789;
}
.page-wrap .c-contents-list__spot:last-child {
  padding-bottom: 0;
}
.page-wrap .c-contents__oshichara-map {
  border-radius: 5px;
  padding: 10px;
  background: #c078b1;
  border: 1px solid #ffffff;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-wrap .c-contents__oshichara-map__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.page-wrap .c-contents__oshichara-map img {
  width: auto;
  max-height: 20px;
}

.page-wrap .c-booth-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0px 50px;
}
.page-wrap .c-booth-item {
  line-height: 1.5;
  padding: 10px 10px;
  border-bottom: 1px dashed #aaaaaa;
}
.page-wrap .c-booth-item img {
  width: 100%;
}

.page-wrap .c-map-images {
  padding-bottom: 15px;
  line-height: 0;
}
.page-wrap .c-map-images img {
  pointer-events: none;
}
.page-wrap .c-map-images__main {
  max-height: 500px;
}
.page-wrap .c-map-images__notes {
  max-height: 200px;
}
.page-wrap .c-map-images + .c-map-images {
  margin-top: 15px;
}

.page-wrap .c-keyvisual {
  padding-bottom: 70px;
  margin-bottom: -55px;
}
.page-wrap .c-keyvisual .c-images img {
  border: 1px solid #ffffff;
}

.page-wrap .c-organizer {
  background: #f3f3f3;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-wrap .c-organizer .c-text {
  max-width: 320px;
}
.page-wrap .c-organizer .c-text__text {
  margin-bottom: 30px;
}
.page-wrap .c-organizer .c-text__text:last-child {
  margin-bottom: 0;
}
.page-wrap .c-organizer .note {
  line-height: 1.8;
}
.page-wrap .c-provide {
  border-top: 1px solid #aaaaaa;
  background: #ffffff;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-wrap .c-provide .c-banner {
  padding: 0;
}
.page-wrap.c-stage .c-provide {
  margin-top: -50px;
}

.page-wrap .c-archive {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 15px 0;
}
.page-wrap .c-archive__list {
  line-height: 0;
  padding: 10px 0;
  text-align: center;
}
.page-wrap .c-archive__list a {
  display: inline-block;
  line-height: 0;
}
@media (hover: hover) {
  .page-wrap .c-archive__list a {
    cursor: pointer;
  }
  .page-wrap .c-archive__list a:hover {
    opacity: 0.7;
  }
}
.page-wrap .c-archive__list a img {
  width: 100%;
  border: 1px solid #ff2b95;
}

.page-wrap .c-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.page-wrap .c-banner__list a {
  display: block;
  line-height: 1;
}
.page-wrap .c-banner__list a img {
  width: 100%;
}
@media (hover: hover) {
  .page-wrap .c-banner__list a:hover {
    opacity: 0.7;
  }
}

.page-wrap .c-access {
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.page-wrap .c-access-location {
  padding: 5px 10px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
}
.page-wrap .c-access-location.chapla {
  background: #a8bf00;
}
.page-wrap .c-access-location.josho {
  background: #00a1e9;
}
.page-wrap .c-access-location.umegei {
  background: #5e318f;
}
.page-wrap .c-access-time {
  padding-left: 10px;
}
.page-wrap .c-access-start {
  background-color: #ff5789;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  width: 96%;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 0;
}
.page-wrap .c-access-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 10px;
}
.page-wrap .c-access-item {
  padding: 5px 0 45px;
  padding-left: 35px;
  position: relative;
}
.page-wrap .c-access-item:last-child {
  padding-bottom: 25px;
}
.page-wrap .c-access-item::before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff5789;
  color: #ffffff;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 26px;
  width: 26px;
  top: 8px;
  border-radius: 50%;
}

.page-wrap .c-schedule-wrap {
  padding-bottom: 10px;
}
.page-wrap .c-schedule-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  max-width: 840px;
  margin: 0 auto;
  padding: 10px 0;
}
.page-wrap .c-schedule-special .c-headline__sub {
  background: #fa3880;
}
.page-wrap .c-schedule-special-wrap {
  width: 98%;
  max-width: 400px;
  margin: 0 auto;
  margin: 10px auto;
  border: 2px solid #fa3880;
  border-radius: 7px;
  background: #ffffff;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 5px;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__visual {
  width: 100%;
  max-width: none;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__kv {
  width: 100%;
  text-align: center;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__copyright {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__cast, .page-wrap .c-schedule-special-wrap .c-timetable-detail__admissionfee, .page-wrap .c-schedule-special-wrap .c-timetable-detail__venue, .page-wrap .c-schedule-special-wrap .c-timetable-detail__streaming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__headline {
  width: calc(3rem + 16px);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-wrap .c-schedule-special-wrap .c-timetable-detail__text {
  padding-top: 0;
}
.page-wrap .c-schedule-special-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  padding: 5px 15px 11px;
  background-color: #fa3880;
}
.page-wrap .c-schedule-day-special {
  width: 98%;
  margin: 10px auto;
  padding: 10px 10px 0;
  font-size: 16px;
  text-align: center;
  border-top: 3px double #ff739d;
  border-bottom: 3px double #ff739d;
}

.page-wrap .c-timetable-modal {
  font-family: VideoJS, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.page-wrap .c-timetable-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 840px;
  margin: 0 auto;
  padding: 10px 0;
}
.page-wrap .c-timetable-date {
  display: none;
  background: #6e2e43;
  color: #ffffff;
  padding-top: 50px;
}
@media screen and (min-width: 940px) {
  .page-wrap .c-timetable-date {
    display: none;
  }
}
.page-wrap .c-timetable-date__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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 .c-timetable-date__index {
  position: relative;
  font-weight: bold;
}
.page-wrap .c-timetable-day-wrap {
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.page-wrap .c-timetable-day-wrap__head {
  height: 60px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 0 15px;
}
.page-wrap .c-timetable-day-wrap__venue {
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: -1px;
}
.page-wrap .c-timetable-day-wrap__address {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding-top: 5px;
}
.page-wrap .c-timetable-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-wrap .c-timetable-list a {
  color: #2a2a2a;
}
@media (hover: hover) {
  .page-wrap .c-timetable-list a:hover {
    cursor: pointer;
    color: #a940a6;
  }
}
.page-wrap .c-timetable-list__hour {
  position: relative;
  background-color: #ccc;
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.page-wrap .c-timetable-card {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 10;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0.5rem;
}
.page-wrap .c-timetable-card__head {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 0.3em;
  line-height: 1;
  font-size: 12px;
}
.page-wrap .c-timetable-card__body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  padding: 0 0.5rem;
  margin-top: 0.4rem;
  line-clamp: 3;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.page-wrap .c-timetable-day-wrap--josho .c-timetable-day-wrap__head {
  background-color: #e95499;
  color: #ffffff;
}
.page-wrap .c-timetable-day-wrap--josho .c-timetable-list {
  background-color: #fdf2f7;
  padding: 10px 0;
}
.page-wrap .c-timetable-day-wrap--josho .c-timetable-list__hour {
  background-color: #fdf2f7;
}
.page-wrap .c-timetable-day-wrap--josho .c-timetable-card__head {
  background-color: #e95499;
}
.page-wrap .c-timetable-day-wrap--chapla .c-timetable-day-wrap__head {
  background-color: #6cc6cb;
  color: #ffffff;
}
.page-wrap .c-timetable-day-wrap--chapla .c-timetable-list {
  background-color: #d5ebe6;
  padding: 10px 0;
}
.page-wrap .c-timetable-day-wrap--chapla .c-timetable-list__hour {
  background-color: #d5ebe6;
}
.page-wrap .c-timetable-day-wrap--chapla .c-timetable-card__head {
  background-color: #6cc6cb;
}
.page-wrap .c-timetable-wrap__special {
  margin-top: -30px;
  margin-bottom: 50px;
  background: #efe5f9;
  padding-bottom: 10px;
}
.page-wrap .c-timetable-wrap__special .c-timetable-day-wrap__head {
  background-color: #8f60c2;
  color: #ffffff;
  height: 40px;
  padding-top: 10px;
}
.page-wrap .c-timetable-wrap__special a {
  color: #2a2a2a;
}
@media (hover: hover) {
  .page-wrap .c-timetable-wrap__special a:hover {
    cursor: pointer;
    color: #a940a6;
  }
}
.page-wrap .c-timetable-wrap__special .c-timetable-card__head {
  background: #8f60c2;
}

.c-timetable-modal {
  text-align: left;
}
.c-timetable-modal .note {
  font-size: 0.8em;
  letter-spacing: 1px;
}
.c-timetable-modal .note__ls0 {
  letter-spacing: 0;
}
.c-timetable-modal .note__11 {
  font-size: 11px;
}
.c-timetable-modal .note__12 {
  font-size: 12px;
}
.c-timetable__time {
  padding: 10px;
  background: #ff739d;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}
.c-timetable__title {
  padding: 10px 0;
  color: #ff739d;
  font-size: 1.25rem;
  line-height: 1.2;
}
.c-timetable-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  .c-timetable-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.c-timetable-detail__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 940px) {
  .c-timetable-detail__visual {
    width: 30%;
    max-width: 250px;
  }
}
.c-timetable-detail__kv {
  text-align: center;
  line-height: 0;
  padding: 10px 0 5px;
}
.c-timetable-detail__kv img {
  width: auto;
  max-width: 100%;
  max-height: 250px;
}
@media screen and (min-width: 940px) {
  .c-timetable-detail__kv img {
    max-width: 250px;
  }
}
.c-timetable-detail__copyright {
  padding: 0 10px 10px;
  font-size: 10px;
  line-height: 1;
  color: #bebebe;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (min-width: 940px) {
  .c-timetable-detail__copyright {
    border-bottom: none;
  }
}
.c-timetable-detail__content {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-timetable-detail__headline {
  display: inline-block;
  background: #ff739d;
  color: #ffffff;
  line-height: 1;
  padding: 5px 8px 8px 8px;
}
.c-timetable-detail__text {
  padding: 5px 10px 20px;
  line-height: 1.5;
}
.c-timetable-detail__description .c-timetable-detail__text {
  padding: 0 10px 15px;
}
.c-timetable-detail__streaming .c-timetable-detail__text {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c-timetable-detail__streaming a {
  display: inline-block;
  text-decoration: none;
  background: #ff2b95;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 1px solid #a940a6;
  min-width: 100px;
  text-align: center;
}
.c-timetable-detail__streaming a:hover {
  background: #ffffff;
  color: #ff2b95;
  border-color: #ff2b95;
}
.c-timetable-detail__streaming a.streamclose {
  background: #bebebe;
  border-color: #2a2a2a;
  pointer-events: none;
}
.c-timetable-detail__streaming a .c-timetable__pf-youtube {
  background: #75a225;
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-timetable-detail__streaming a .c-timetable__pf-youtube:hover {
  background: #ffffff;
  color: #75a225;
}
.c-timetable-detail__streaming a .c-timetable__pf-official {
  background: #0169c7;
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-timetable-detail__streaming a .c-timetable__pf-official:hover {
  background: #ffffff;
  color: #0169c7;
}
.c-timetable-detail__streaming a .c-timetable__pf-fee {
  background: #810101;
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-timetable-detail__streaming a .c-timetable__pf-fee:hover {
  background: #ffffff;
  color: #810101;
}
.c-timetable-detail__streaming a .c-timetable__pf-others {
  background: #282828;
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-timetable-detail__streaming a .c-timetable__pf-others:hover {
  background: #ffffff;
  color: #282828;
}
.c-timetable-detail__streaming .c-timetable__pf {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #ff739d;
  color: #ffde00;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.c-timetable-detail__streaming .c-timetable__pf-youtube {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #bed501;
  color: #75a225;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.c-timetable-detail__streaming .c-timetable__pf-official {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #0196d6;
  color: #0169c7;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.c-timetable-detail__streaming .c-timetable__pf-fee {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #d60101;
  color: #810101;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.c-timetable-detail__streaming .c-timetable__pf-others {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #6b6b6b;
  color: #282828;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.c-timetable-detail__entry {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #aaaaaa;
  line-height: 1.5;
}
.c-timetable-detail__entry-btn {
  display: block;
  width: 95%;
  max-width: 350px;
  margin: 0 auto;
  background: #ff2b95;
  border-radius: 50px;
  padding: 15px 10px;
  text-decoration: none;
  color: #ffffff !important;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-timetable-detail__entry-btn::after {
  position: absolute;
  content: "";
  background: url(../images/icon/arrow-btn.webp) top right/contain no-repeat;
  pointer-events: none;
  width: 26px;
  height: 10px;
  top: calc(50% - 7px);
  right: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (hover: hover) {
  .c-timetable-detail__entry-btn:hover {
    background: #a940a6;
  }
  .c-timetable-detail__entry-btn:hover::after {
    right: 10px;
  }
}
.c-timetable-detail__entry.entryopen .c-timetable-detail__entry-btn {
  pointer-events: all;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.c-timetable-detail__entry.entryopen .c-timetable-detail__start {
  display: none;
}
.c-timetable-detail__entry.entryopen .c-timetable-detail__close {
  display: block;
  color: #ff739d;
}
.c-timetable-detail__entry.entrybefore .c-timetable-detail__entry-btn {
  pointer-events: none;
  text-decoration: line-through;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.c-timetable-detail__entry.entrybefore .c-timetable-detail__entry-btn.special {
  text-decoration: none;
}
.c-timetable-detail__entry.entrybefore .c-timetable-detail__entry-btn::after {
  content: none;
}
.c-timetable-detail__entry.entrybefore .c-timetable-detail__start {
  display: block;
  color: #ff739d;
}
.c-timetable-detail__entry.entrybefore .c-timetable-detail__close {
  display: none;
}
.c-timetable-detail__entry.entryclose .c-timetable-detail__entry-btn {
  pointer-events: none;
  background: #ffde00;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.c-timetable-detail__entry.entryclose .c-timetable-detail__entry-btn::after {
  content: "観覧応募の受付は終了しました";
  width: calc(100% - 30px);
  height: 100%;
  background: #ffde00;
  -webkit-transform: none;
          transform: none;
  top: 0;
  font-size: 1.1rem;
  line-height: 2.7;
  border-radius: 50px;
}
.c-timetable-detail__entry.entryclose .c-timetable-detail__start,
.c-timetable-detail__entry.entryclose .c-timetable-detail__close {
  display: none;
}
.c-timetable-detail__entry.entrynone {
  display: none;
}

.page-wrap .c-rule-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.page-wrap .c-rule-item {
  padding: 5px 0;
  padding-top: 80px;
  position: relative;
}
.page-wrap .c-rule-item::before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #ff5789;
  width: 100px;
  text-align: center;
  top: -20px;
  left: calc(50% - 50px);
  padding: 10px 0 15px;
  border-bottom: 7px solid #ff5789;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.page-wrap .c-rule-item .c-access-item {
  position: relative;
}
.page-wrap .c-rule-chara {
  line-height: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-wrap .c-rule-chara::before {
  position: absolute;
  content: "設置パネル";
  bottom: -20px;
  background: #000;
  color: #ffffff;
  line-height: 1;
  padding: 5px 8px 8px;
  text-align: center;
}
.page-wrap .c-rule-chara img {
  display: inline-block;
  width: 100px;
}

.page-wrap .c-dandadan .c-main:last-child {
  padding-bottom: 0;
  border-bottom: 5px solid #bebebe;
}

.page-wrap .c-finished {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 30px;
  padding: 30px 0px;
  background: #ff2b95;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -8px;
}
@media (min-width: 768px) {
  .page-wrap .c-finished {
    margin-top: 0;
  }
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-head {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .page-wrap .p-index-head__visual {
    width: 50%;
    background: url(../images/teaser-main_pc.webp) top center/cover no-repeat;
  }
}
.page-wrap .p-index-head__visual {
  line-height: 0;
  text-align: center;
}
.page-wrap .p-index-head__visual img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head__visual img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page-wrap .p-index-head__main {
    width: 50%;
    padding: 15px 15px 0;
  }
}
.page-wrap .p-index-head-logo {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head-logo {
    display: block;
  }
}
.page-wrap .p-index-head-logo img {
  width: 90%;
  max-width: 550px;
}
.page-wrap .p-index-head-oa {
  padding: 15px 10px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head-oa {
    padding: 15px 0;
  }
}

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