@charset "utf-8";
/* ======
page-name #frontPage
======*/
#frontPage main {
  overflow-x: hidden;
}
/* --- p-front-top -------------------- */
.p-front-top {
  background: #fff;
  padding: 184px 0 70px;
  position: relative;
  z-index: 5;
  min-height: 80vh;
}
.p-front-top .curtain {
  width: 0%;
  height: calc(100% + 60px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transition: width 1s ease-in;
}
.p-front-top .curtain.is-active {
  width: 80%;
}
.p-front-top .curtain__top {
  width: 100vw;
  height: 146px;
  background: url(../img/top/curtain_top.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.p-front-top .curtain__left,
.p-front-top .curtain__right {
  width: 53vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.p-front-top .curtain__left {
  right: 100%;
}
.p-front-top .curtain__right {
  left: 100%;
}
.p-front-top .curtain__left::before,
.p-front-top .curtain__right::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
}
.p-front-top .curtain__left::before {
  right: -10px;
}
.p-front-top .curtain__right::before {
  left: -10px;
}
.p-front-top .curtain__left::before {
  background-image: url(../img/top/curtain_left.png);
  background-position: bottom right;
}
.p-front-top .curtain__right::before {
  background-image: url(../img/top/curtain_right.png);
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .p-front-top {
    padding: 106px 0 174px;
  }
  .p-front-top .curtain {
    height: calc(100% + 40px);
  }
  .p-front-top .curtain.is-active {
    width: 88%;
  }
  .p-front-top .curtain__top {
    height: 96px;
  }
}
/* -- */
.p-front-top .bnrSlide {
  position: relative;
  padding: 26px 0 0;
}
.p-front-top .bnrSlide__item {
  width: 49.84%;
  padding: 0 50px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.p-front-top .bnrSlide__img {
  width: 100%;
  padding: 70.63% 0 0;
  position: relative;
  overflow: hidden;
}
.p-front-top .bnrSlide__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-front-top .bnrSlide__control {
  width: 49.84%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
.p-front-top .bnrSlide__arrow {
  width: 50px;
  height: 50px;
  background: url(../img/top/slideBtn01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: all;
}
.p-front-top .bnrSlide__arrow--prev {
  right: auto;
  left: -25px;
  background-image: url(../img/top/slideBtn02.png);
}
.p-front-top .bnrSlide__arrow.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-front-top .bnrSlide__item {
    width: 100%;
    padding: 0 12%;
  }
  .p-front-top .bnrSlide__control {
    width: 95%;
    z-index: 2;
  }
  .p-front-top .bnrSlide__arrow {
    width: 34px;
    height: 34px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, visibility 0.6s;
  }
  .p-front-top .bnrSlide__arrow.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-front-top .bnrSlide__arrow--prev {
    right: auto;
    left: 0;
  }
}
/* -- */
.p-front-top .bgSlide {
  height: 100%; 
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.bgSlide .swiper-container,
#js-bgSlide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgSlide .swiper-slide {
  height: 100%;
}
.bgSlide .bgSlide__img {
  width: 100%;
  height: 100%;
}
.bgSlide .bgSlide__img img {
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  object-position: center center; 
}
/* -- */
.p-front-top .infoBoard {
  width: 70%;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-front-top .infoBoard__item {
  width: 100%;
  background: url(../img/top/bg_tree.jpg) no-repeat center;
  background-size: cover;
  border-radius: 9999px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  padding: 12px 40px;
}
.p-front-top .infoBoard__line {
  width: 12px;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 94px;
  z-index: -1;
}
.p-front-top .infoBoard__line::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 3px;
  left: 5px;
}
.p-front-top .infoBoard__line::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.p-front-top .infoBoard__line--r {
  left: auto;
  right: 94px;
}
.p-front-top .infoBoard__inner {
  background: #fff;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-front-top .infoBoard__dateTime {
  width: 314px;
  margin: 0 20px 0 0;
}
.p-front-top .infoBoard__dateTime .dateTime__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #019fe7;
  text-align: center;
  background: #fef23a;
  border-radius: 4px;
  margin: 0 0 6px;
}
.p-front-top .infoBoard__dateTime .dateTime__dateMonth {
  font-size: 2.6rem;
  margin: 0 10px 0 0;
}
.p-front-top .infoBoard__dateTime .dateTime__dateDay {
  font-size: 2.6rem;
  margin: 0 10px;
}
.p-front-top .infoBoard__dateTime .dateTime__dateWeek {
  margin: 0 0 0 10px;
}
.p-front-top .infoBoard__dateTime .dateTime__time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-front-top .infoBoard__dateTime .dateTime__timeText {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.p-front-top .infoBoard__dateTime .dateTime__timeItem {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #019fe7;
}
.p-front-top .infoBoard__link {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.p-front-top .infoBoard__link .link__btn {
  width: 80px;
  height: 80px;
  text-align: center;
  background: linear-gradient(180deg, #7ED7FF 0%, #019FE7 100%);
  border-radius: 4px;
  margin: 6px;
}
.p-front-top .infoBoard__link .link__btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 4px;
}
.p-front-top .infoBoard__link .link__btnIcon {
  margin: 0 0 4px;
}
.p-front-top .infoBoard__link .link__btnText {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .p-front-top .dateTime__timeText {
    display: none;
  }
  .p-front-top .infoBoard__dateTime .dateTime__timeItem {
    font-size: 2.6rem;
    width: 100%;
    text-align: center;
  }
  .p-front-top .infoBoard__dateTime .dateTime__dateMonth,
  .p-front-top .infoBoard__dateTime .dateTime__dateDay {
    font-size: 2rem;
  }
  .p-front-top .infoBoard__link {
    justify-content: center;
  }
  .p-front-top .infoBoard__link .link__btn {
    width: 64px;
    height: 64px;
  }
  .p-front-top .infoBoard__link .link__btnIcon {
    margin: 0 0 4px;
    width: 24px;
  }
  .p-front-top .infoBoard__link .link__btnText {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front-top .infoBoard {
    width: 100%;
    max-width: 314px;
  }
  .p-front-top .infoBoard__item {
    padding: 9px 34px;
  }
  .p-front-top .infoBoard__line {
    left: 70px;
  }
  .p-front-top .infoBoard__line--r {
    left: auto;
    right: 70px;
  }
  .p-front-top .infoBoard__inner {
    background: transparent;
    padding: 0;
  }
  .p-front-top .infoBoard__dateTime {
    width: 47%;
    background: #fff;
    border-radius: 4px;
    margin: 0;
  }
  .p-front-top .infoBoard__dateTime .dateTime__date {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 4px 0;
    margin: 0;
  }
  .p-front-top .infoBoard__dateTime .dateTime__dateMonth {
    font-size: 1.4rem;
    margin: 0;
  }
  .p-front-top .infoBoard__dateTime .dateTime__dateDay {
    font-size: 1.4rem;
    margin: 0;
  }
  .p-front-top .infoBoard__dateTime .dateTime__dateWeek {
    margin: 0;
  }
  .p-front-top .infoBoard__dateTime .dateTime__timeItem {
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    padding: 4px 0;
  }
  .p-front-top .infoBoard__link {
    display: block;
    width: 47%;
    flex: none;
  }
  .p-front-top .infoBoard__link .link__btn {
    width: 100%;
    height: auto;
    margin: 6px 0;
  }
  .p-front-top .infoBoard__link .link__btn a {
    min-height: 46px;
    flex-wrap: nowrap;
    padding: 6px 0;
  }
  .p-front-top .infoBoard__link .link__btnIcon {
    width: 25px;
    flex-shrink: 0;
    margin: 0 6px 0 0;
  }
  .p-front-top .infoBoard__link .link__btnText {
    width: auto;
    font-size: 1.3rem;
  }
}
/* -- */
.p-front-top .character {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.p-front-top .character__item {
  width: 20%;
  max-width: 268px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  bottom: -36px;
  left: 0;
}
.p-front-top .character__item--r {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-front-top .character__item {
    width: 42%;
    max-width: 135px;
  }
  .p-front-top .character {
    bottom: 20px;
  }

}

/* --- p-front-wrap -------------------- */
.p-front-wrap {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-front-wrap {
    padding: 70px 0;
  }
}

/* --- p-front-nav -------------------- */
.p-front-nav .l-inner {
  max-width: 910px;
}
.p-front-nav .navList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.p-front-nav .navList__item {
  width: calc(100% / 3);
  padding: 20px;
}
.p-front-nav .navList__item--1col {
  width: 100%;
}
.p-front-nav .navList__item a {
  display: block;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .p-front-nav .navList__item a:hover {
    animation: poyo .6s ease 0s 1 normal running none;
  }
}
@media screen and (max-width: 768px) {
  .p-front-nav .navList {
    margin: 0 -6px;
  }
  .p-front-nav .navList__item {
    padding: 6px;
    width: calc(100% / 2);
  }
  .p-front-nav .navList__item--1col {
    width: 100%;
  }
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

/* --- p-front-bnr -------------------- */
.p-front-bnr {
  margin: 80px 0 0;
}
.p-front-bnr .bnrImg {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front-bnr {
    margin: 70px 0 0;
  }
}