@charset "UTF-8";
@media screen and (min-width: 961px) {
  .l-main__cover {
    display: none;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) and (min-width: 1100px) {
  .p-hero__container {
    display: grid;
    grid-template-columns: 1fr 31rem;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
.p-hero__kv {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-hero__kv {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.p-hero__kv-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(1.3) rotate(4deg);
}
.is-load .p-hero__kv-img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: opacity 0.6s var(--ease_out) 0.3s, transform 2s var(--ease_out) 0.3s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__kv-img {
    transition-delay: 0s;
  }
}
.p-hero__logo {
  width: 26rem;
  display: block;
  position: relative;
  left: 0.7rem;
  margin: -6.5rem auto 0;
  opacity: 0;
  transform: scale(0.2) rotate(4deg);
}
@media screen and (min-width: 961px) {
  .p-hero__logo {
    display: none;
  }
}
.is-load .p-hero__logo {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-hero__inner {
  display: block;
  position: relative;
}
.p-hero__schedule {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  position: relative;
  padding: 2rem 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__schedule {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 961px) and (min-width: 1100px) {
  .p-hero__schedule {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__schedule {
    width: 100%;
    max-width: 35rem;
    padding: 2rem 1rem 6.9rem;
  }
}
.p-hero__schedule-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
.is-load .p-hero__schedule-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-hero__schedule-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-hero__schedule-item:nth-child(2) {
  transition-delay: 0.55s;
}
.is-load .p-hero__schedule-item:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .p-hero__schedule-item:nth-child(4) {
  transition-delay: 0.65s;
}
.is-load .p-hero__schedule-item:nth-child(5) {
  transition-delay: 0.7s;
}
.is-load .p-hero__schedule-item:nth-child(6) {
  transition-delay: 0.75s;
}
.is-load .p-hero__schedule-item:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .p-hero__schedule-item:nth-child(8) {
  transition-delay: 0.85s;
}
.is-load .p-hero__schedule-item:nth-child(9) {
  transition-delay: 0.9s;
}
.is-load .p-hero__schedule-item:nth-child(10) {
  transition-delay: 0.95s;
}

.p-hero_schedule {
  --schedule_bg: var(--color-pink);
  display: block;
  position: relative;
  background: var(--schedule_bg);
  z-index: 0;
}
.p-hero_schedule::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-white);
  z-index: -1;
}
.p-hero_schedule::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 1px solid var(--color-white);
  z-index: -1;
}
.p-hero_schedule__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 3.5rem 3rem 3.8rem;
  margin: 0 auto;
  background: url("../img/pattern_content.png") repeat 0 0/45px auto;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__container {
    background-size: 22.5px auto;
  }
}
.p-hero_schedule__container::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: url("../img/deco_side_lt.svg") no-repeat left 0 top 0/1.5rem auto, url("../img/deco_side_rt.svg") no-repeat right 0 top 0/1.5rem auto, url("../img/deco_side_rb.svg") no-repeat right 0 bottom 0/1.5rem auto, url("../img/deco_side_lb.svg") no-repeat left 0 bottom 0/1.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__container::before {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    top: 1.2rem;
    left: 1.2rem;
  }
}
.p-hero_schedule__date {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__date {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}
.p-hero_schedule__date small {
  font-size: 0.7em;
}
.p-hero_schedule__title {
  width: 6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__title {
    width: 7rem;
  }
}
.p-hero_schedule__area {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__area {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-hero_schedule__area small {
  font-size: 0.7em;
}
.p-hero_schedule__inner {
  width: 100%;
  max-width: 21rem;
  display: block;
  position: relative;
  margin: 2.5rem auto 0;
  padding-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__inner {
    max-width: 26rem;
    margin-top: 1.4rem;
    padding-top: 2rem;
  }
}
.p-hero_schedule__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.p-hero_schedule__link {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__link {
    width: 23.5rem;
    margin: 0 auto;
  }
}
.p-hero_schedule__link-item {
  display: block;
  position: relative;
}
.p-hero_schedule__link-item + .p-hero_schedule__link-item {
  margin-top: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__link-item + .p-hero_schedule__link-item {
    margin-top: 0.7rem;
  }
}
.p-hero_schedule__btn {
  width: 100%;
  height: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-text);
  background: var(--color-orange);
  border-radius: 20rem;
  transform: scale(1) rotate(0);
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_schedule__btn {
    transition: transform 0.6s var(--ease_bounce), background-color 0.5s var(--ease_out), color 0.5s var(--ease_out);
  }
  .p-hero_schedule__btn:hover {
    transform: scale(1.05) rotate(2deg);
    color: var(--color-white);
    background: var(--color-text);
  }
}
.p-hero_schedule__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-white);
  border-radius: 20rem;
}
.p-hero_schedule__btn-text {
  display: block;
  position: relative;
  top: 0.08em;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Lora", "hiragino-mincho-pron", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-hero_schedule__btn-text {
    font-size: 1.25rem;
  }
}