@charset "UTF-8";
#head {
  transition: var(--animationDuration) transform;
}

#mv_concept {
  overflow: hidden;
  padding-bottom: 60vw;
  background: #C5ECFA url(../images/home/mv_sp.jpg) no-repeat bottom center;
  background-size: 100% auto;
}
#mv_concept .illust {
  position: absolute;
  z-index: 1;
}
#mv_concept .illust .icon {
  width: 100%;
  height: 100%;
}
#mv_concept .illust.illust_child1 {
  width: 130px;
  aspect-ratio: 55/58;
  top: calc(var(--headHeight) - var(--space2));
  left: calc(-1 * var(--space1));
}
#mv_concept .illust.illust_child1 .icon {
  background-image: url("../images/home/mv_child1.png");
}
#mv_concept .illust.illust_child2 {
  width: 64px;
  aspect-ratio: 56/99;
  top: calc(100% - (40px + 10vw + var(--space2)));
  left: 60px;
}
#mv_concept .illust.illust_child2 .icon {
  background-image: url("../images/home/mv_child2.png");
}
#mv_concept .illust.illust_child3 {
  width: 52px;
  aspect-ratio: 1/2;
  bottom: calc(100% + var(--space2));
  left: 70%;
}
#mv_concept .illust.illust_child3 .icon {
  background-image: url("../images/home/mv_child3.png");
}
#mv_concept .illust.illust_child4 {
  width: 44px;
  aspect-ratio: 36/71;
  bottom: 0;
  left: 10%;
}
#mv_concept .illust.illust_child4 .icon {
  background-image: url("../images/home/mv_child4.png");
}
#mv_concept .illust.illust_ghost {
  width: 120px;
  aspect-ratio: 65/41;
  right: calc(-1 * var(--space1));
  top: var(--space3);
}
#mv_concept .illust.illust_ghost .icon {
  background-image: url("../images/home/mv_ghost.png");
}
#mv_concept .illust.illust_cloud {
  width: 96px;
  aspect-ratio: 8/5;
  top: calc(var(--headHeight) + var(--space4));
  left: calc(100% - var(--space4));
}
#mv_concept .illust.illust_cloud .icon {
  background-image: url("../images/home/mv_cloud.png");
}
#mv_concept .illust.illust_baloon {
  width: 35px;
  aspect-ratio: 51/70;
  bottom: calc(100% + var(--space2));
  left: var(--space4);
}
#mv_concept .illust.illust_baloon .icon {
  background-image: url("../images/home/mv_baloon.png");
}
#mv_concept .illust.illust_sun {
  width: 72px;
  aspect-ratio: 1/1;
}
#mv_concept .illust.illust_sun .icon {
  background-image: url("../images/home/mv_sun.png");
}
@media (min-width: 521px) {
  #mv_concept {
    background-image: url(../images/home/mv.jpg);
    padding-bottom: 40vw;
  }
  #mv_concept .illust.illust_child1 {
    top: calc(var(--headHeight) + var(--space2) + var(--cont_margin) * 2);
  }
  #mv_concept .illust.illust_child2 {
    left: 80px;
  }
  #mv_concept .illust.illust_ghost {
    top: calc(var(--headHeight) + var(--cont_margin) * 2);
  }
  #mv_concept .illust.illust_cloud {
    top: calc(var(--headHeight) + var(--cont_margin) * 2 + var(--space5));
  }
}
@media (min-width: 768px) {
  #mv_concept .illust.illust_child1 {
    width: 275px;
  }
  #mv_concept .illust.illust_child2 {
    width: 112px;
    left: calc(50% - 32vw);
  }
  #mv_concept .illust.illust_child3 {
    width: 104px;
  }
  #mv_concept .illust.illust_child4 {
    width: 91px;
  }
  #mv_concept .illust.illust_ghost {
    width: 162px;
  }
  #mv_concept .illust.illust_cloud {
    width: 192px;
  }
  #mv_concept .illust.illust_baloon {
    width: 63px;
  }
  #mv_concept .illust.illust_sun {
    width: 143px;
  }
}
@media (min-width: 1280px) {
  #mv_concept .illust.illust_child2 {
    top: calc(100% - (140px + var(--space2)));
    left: calc(50% - 320px);
  }
  #mv_concept .illust.illust_child3 {
    left: auto;
    right: 0;
    top: 200px;
    bottom: auto;
  }
  #mv_concept .illust.illust_child4 {
    left: 0;
  }
  #mv_concept .illust.illust_baloon {
    bottom: auto;
    top: calc(100% + var(--space5));
    left: calc(-1 + var(--cont_margin));
  }
  #mv_concept .illust.illust_sun {
    bottom: 100%;
    left: 5%;
  }
}

#mv {
  padding-top: calc(var(--headHeight));
  padding-bottom: 80px;
}
#mv .slick_wrap {
  position: relative;
}
#mv .slick_wrap .title {
  max-width: 135px;
  margin: 0 auto var(--space4) auto;
  position: relative;
  z-index: 3;
}
#mv .slick_wrap .columns {
  --columnWidth: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#mv .slick_wrap .columns .column {
  max-width: 896px;
  box-sizing: border-box;
  padding-left: var(--cont_margin);
  padding-right: var(--cont_margin);
}
@media (max-width: 520px) {
  #mv .slick_wrap .columns .column {
    max-width: 380px;
  }
}
@media (min-width: 521px) {
  #mv {
    padding-top: calc(var(--headHeight) + var(--cont_margin) * 2);
  }
  #mv .slick_wrap .title {
    position: relative;
    z-index: 3;
    max-width: 514px;
    margin-bottom: 0px;
  }
}
@media (min-width: 976px) {
  #mv .slick_wrap .columns .column {
    width: 976px !important;
  }
}

#about {
  padding-top: 120px;
}
#about .boxes {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  grid-gap: var(--space4);
}
#about .boxes .box .text {
  text-align: center;
}

#features {
  padding-top: calc(16.8374816984vw + var(--space4));
}
#features::before {
  width: 100%;
  aspect-ratio: 683/115;
  content: "";
  background: url("../images/home/curve_green.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -1px;
  left: 0;
}
#features .columns {
  --columnColumnGap: var(--space4);
  --columnRowGap: var(--space4);
}
#features .columns .column {
  border-radius: 30px;
  overflow: hidden;
  background: #FFF;
}
#features .columns .column .photo {
  width: 100%;
  aspect-ratio: 59/32;
}
#features .columns .column .inner {
  box-sizing: border-box;
  padding: var(--space1) var(--space2) var(--space2) var(--space2);
}
#features .columns .column .inner .label {
  display: flex;
  align-items: center;
  height: 80px;
  grid-gap: var(--space2);
}
#features .columns .column .inner .label .num {
  width: 65px;
  height: 100%;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
#features .columns .column .inner .label .num::before {
  width: 1px;
  height: 40px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--textColor);
  margin: auto;
}
#features .columns .column .inner .cont .text {
  line-height: 1.5;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  #features .columns .column:nth-child(2) {
    transition-delay: 0.2s;
  }
  #features .columns .column:nth-child(3) {
    transition-delay: 0.4s;
  }
}

.profile_wrap_wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space4);
}

.profile_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space3);
}
.profile_wrap .photo {
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
}
.profile_wrap .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_wrap .profile {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space3);
}
.profile_wrap .profile .name_wrap .ghost {
  margin-bottom: var(--space3);
}

.evet_info_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space4);
}

.block_event,
.block_schedule {
  background: #FFF;
  border-radius: 30px;
  box-sizing: border-box;
  padding: var(--space3);
}
.block_event .body,
.block_schedule .body {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space3);
}
.block_event .foot,
.block_schedule .foot {
  margin-top: var(--space3);
}
.block_event .foot .to_link,
.block_schedule .foot .to_link {
  --toLinkHeight: 80px;
}
.block_event .foot .to_link .a,
.block_schedule .foot .to_link .a {
  width: 100%;
  max-width: none;
}
.block_event .foot .to_link .a.disabled,
.block_schedule .foot .to_link .a.disabled {
  filter: grayscale(1);
}
.block_event .map_wrap,
.block_schedule .map_wrap {
  aspect-ratio: 3/1;
}
.block_event .map_wrap .gmap,
.block_schedule .map_wrap .gmap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .block_event,
  .block_schedule {
    padding: var(--space4);
  }
  .block_event .list_wrap.list_info_wrap,
  .block_schedule .list_wrap.list_info_wrap {
    --labelWidth: 80px;
    --contWidth: calc(100% - (var(--labelWidth) + var(--listGap)));
  }
  .block_event .list_wrap.list_info_wrap .list,
  .block_schedule .list_wrap.list_info_wrap .list {
    align-items: flex-start;
  }
  .block_event .list_wrap.list_info_wrap .list .label,
  .block_schedule .list_wrap.list_info_wrap .list .label {
    justify-content: flex-end;
  }
  .block_event .foot,
  .block_schedule .foot {
    margin-top: var(--space4);
  }
  .block_event .foot .to_link .a .txt,
  .block_schedule .foot .to_link .a .txt {
    font-size: var(--fontSize_ll);
  }
}
@media (min-width: 1280px) {
  .block_event,
  .block_schedule {
    padding: var(--space5);
  }
  .block_event .foot,
  .block_schedule .foot {
    margin-top: var(--space5);
  }
  .block_event .foot .to_link,
  .block_schedule .foot .to_link {
    --toLinkHeight: 120px;
  }
}

@media (min-width: 768px) {
  .block_event .body .profile_wrap {
    flex-direction: row;
    align-items: center;
    grid-gap: var(--space4);
  }
  .block_event .body .profile_wrap .photo {
    max-width: 345px;
  }
}

.block_schedule {
  max-width: min(100vw - var(--cont_margin) * 2, var(--maxWidth2));
}
.block_schedule .profile_wrap .photo {
  max-width: 240px;
}
.block_schedule .profile_wrap .profile .name_wrap .ghost {
  margin-bottom: var(--space1);
}
@media (min-width: 768px) {
  .block_schedule {
    --profileWidth: 305px;
    --profileGap: var(--space5);
  }
  .block_schedule .body {
    flex-direction: row-reverse;
    grid-gap: var(--profileGap);
  }
  .block_schedule .body .profile_wrap_wrapper {
    width: var(--profileWidth);
  }
  .block_schedule .body .evet_info_wrap {
    width: calc(100% - (var(--profileWidth) + var(--profileGap)));
  }
}

.block_past_event {
  max-width: 390px;
  background: #FFF;
  box-sizing: border-box;
  padding: var(--space3);
  border-radius: 20px;
}
.block_past_event > .body {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space4);
}
.block_past_event .profile_wrap {
  display: flex;
  flex-direction: row;
  grid-gap: var(--space3);
}
.block_past_event .profile_wrap .photo {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 150px;
}
.block_past_event .profile_wrap .name_wrap .ghost {
  display: none;
}
.block_past_event .profile_wrap .profile {
  grid-gap: var(--space2);
}
.block_past_event .profile_wrap .info.text {
  font-size: var(--fontSize_ss);
}
.block_past_event .evet_info_wrap .list_wrap {
  --labelWidth: 120px;
  font-size: var(--fontSize_s);
}
.block_past_event > .foot {
  display: none;
}

#event,
#schedule,
#past {
  border-bottom: 1px solid var(--baseBorderColor);
}

#schedule .slick_wrap,
#past .slick_wrap {
  position: relative;
}
#schedule .slick_wrap .controller,
#past .slick_wrap .controller {
  position: absolute;
  top: var(--space2);
  left: 0;
  right: 0;
}
#schedule .slick_wrap .slick-track .block_schedule,
#past .slick_wrap .slick-track .block_schedule {
  padding-top: var(--space5) !important;
}

#past .section_title_wrap {
  margin-bottom: calc(var(--space4) * 1.5);
}
#past .slick_wrap .controller {
  top: calc(-1 * (var(--space4) + var(--space1)));
}
#past .slick_wrap .slick {
  /*直下にある時は1つしかない時なので、真ん中調整*/
}
#past .slick_wrap .slick .slick-track {
  grid-gap: var(--space4);
  justify-content: center;
}
#past .slick_wrap .slick > .block {
  margin-left: auto;
  margin-right: auto;
}

#sponsorship .omoi_link {
  width: 120px;
  right: var(--space2);
  position: absolute;
  top: calc(-1 * (var(--space4) + var(--space2)));
  transition: var(--animationDuration) transform;
}
#sponsorship .omoi_link:hover {
  transform: scale(1.1);
}
#sponsorship .ghost {
  width: 98px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: calc(-1 * (var(--space4) + var(--space2)));
}
#sponsorship .ghost .icon {
  width: 100%;
  height: 100%;
  background-image: url("../images/home/sponsor_ghost.png");
}
#sponsorship .block {
  border-radius: 30px;
  padding: var(--space5) var(--space3);
  background: #FFF;
  box-sizing: border-box;
}
#sponsorship .block .body .boxes {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  grid-gap: var(--space4);
}
#sponsorship .block .body .boxes .box {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space2);
}
#sponsorship .block .body .boxes .box .title {
  background: var(--colorGray);
  height: 32px;
  color: #FFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 var(--space2);
}
#sponsorship .block .body .boxes .box .cont .columns .a {
  position: relative;
}
#sponsorship .block .body .boxes .box .cont .columns .a::before {
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: border-box;
  border: 1px solid var(--colorBlack);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#sponsorship .block .body .boxes .box#platina_partner .cont .columns {
  max-width: 80%;
}
@media (max-width: 767px) {
  #sponsorship {
    padding-top: var(--space5);
  }
  #sponsorship .section_title_wrap {
    margin-bottom: var(--space2);
  }
}
@media (min-width: 768px) {
  #sponsorship .omoi_link {
    width: 153px;
    right: var(--space5);
  }
  #sponsorship .ghost {
    width: 125px;
    bottom: calc(-1 * (var(--space4) + var(--space4) + var(--space1)));
  }
}

#else .to_link {
  --toLinkHeight: 60px;
}
#else .to_link .a {
  overflow: visible;
}
#else .to_link .a.outlined {
  --toLinkBackground: #FFF !important;
  --toLinkColor: var(--textColor) !important;
  --toLinkBorderColor: var(--textColor) !important;
  --toLinkHoverBackground: var(--textColor) !important;
  --toLinkHoverColor: #FFF !important;
  --linkArrowBorder: var(--textColor) !important;
  padding-left: var(--space2);
  padding-right: var(--space2);
  width: 100%;
  max-width: 630px;
}
#else .to_link .a.outlined .txt {
  position: relative;
}
#else .to_link .a.outlined .txt .sub {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: var(--fontSize_ss);
}
@media (min-width: 768px) {
  #else .to_link {
    --toLinkHeight: 100px;
  }
  #else .to_link .a.outlined .txt {
    font-size: var(--fontSize_l);
  }
}

@media (max-width: 520px) {
  body:not(.scrolled) #head {
    transform: translateY(calc(-1 * (var(--headHeight) + var(--cont_margin))));
  }
}