@charset 'UTF-8';
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857vw;
  }
}
body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  position: relative;
  display: flex;
  overflow: clip;
  width: 100%;
  text-align: center;
  color: #191919;
  background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(207, 222, 230) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(207, 222, 230) 100%);

  font-feature-settings: 'palt';
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFDEE6' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CFDEE6",endColorstr="#FFFFFF" , GradientType=0);
}
.f-container * {
  box-sizing: border-box;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container a.mask-img {
  position: relative;
}
.f-container a.mask-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s ease-in-out;

  -webkit-mask-size: cover;
  mask-size: cover;
  will-change: opacity;
}
.f-container a.mask-img:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after {
  opacity: 0.3;
  background: rgb(255, 255, 255);
}
.f-container img,
.f-container video {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.f-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #191919;
  transition: all 0.3s ease-in-out;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .f-left,
.f-container .f-right {
  position: relative;
  position: sticky;
  top: 80px;
  display: flex;
  overflow: clip;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 51rem);
  height: calc(100vh - 80px);
}
.f-container .f-left {
  background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(207, 222, 230) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(207, 222, 230) 100%);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFDEE6' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CFDEE6",endColorstr="#FFFFFF" , GradientType=0);
}
.f-container .f-left__title {
  width: 21rem;
  transform: translateY(-2.7rem);
}
.f-container .f-right {
  background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(207, 222, 230) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(207, 222, 230) 100%);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFDEE6' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CFDEE6",endColorstr="#FFFFFF" , GradientType=0);
}
.f-container .f-right__btn {
  width: 24rem;
  transform: translateY(-2.9rem);
}
.f-container .f-main {
  position: relative;
  z-index: 2;
  overflow: clip;
  width: 100%;
  max-width: 51rem;
}
.f-container .f-main-wrap {
  width: 100%;
  max-width: 51rem;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.f-container .fadeIn {
  visibility: hidden;
  opacity: 0;
  transition: all 2.5s ease;

  will-change: opacity, visibility;
}
.f-container .fadeIn.showed {
  visibility: visible;
  opacity: 1;
}
.f-container .fadeUp {
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0px, 12rem);
}
.f-container .fadeUp.showed {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.f-container .slideLeftFadeIn a {
  position: relative;
  overflow: clip;
  width: 100%;
  height: 100%;
}
.f-container .slideLeftFadeIn img {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s, transform 1s, visibility 1s;
  transform: translate(6rem, 0);
}
.f-container .slideLeftFadeIn.showed img {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.f-container .slideLeftFadeIn.showed img:nth-of-type(1) {
  z-index: 3;
}
.f-container .slideLeftFadeIn.showed img:nth-of-type(2) {
  z-index: 2;
  transition-delay: 0.4s;
}
.f-container .slideLeftFadeIn.showed img:nth-of-type(3) {
  z-index: 1;
  transition-delay: 0.8s;
}
.f-container .slideBottomFadeIn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s, transform 1s, visibility 1s;
  transform: translate(0, -15rem);

  will-change: transform, opacity, visibility;
}
.f-container .slideBottomFadeIn.showed {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.f-container .slideTopFadeIn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s, transform 1s, visibility 1s;
  transform: translate(0, 15rem);

  will-change: transform, opacity, visibility;
}
.f-container .slideTopFadeIn.showed {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.f-container .textUp {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  padding-bottom: 0.1rem;
}
.f-container .textUp > span {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.f-container .textUp img,
.f-container .textUp > span > span {
  transition: all 0.8s;
  transform: translateY(100%);
}
.f-container .textUp.showed img,
.f-container .textUp.showed > span > span {
  transform: translateY(0%);
}
.f-container .fadeZoom img {
  opacity: 0;
  transform: scale(0.9);
}
.f-container .fadeZoom.showed img {
  animation: fadein 1s ease-in forwards;
  animation-delay: 0.2s;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.f-container .snow-area {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  /* 共通設定 */
  /* 落下アニメーション */
  /* 横揺れアニメーション — JavaScriptで設定された --sway を使用 */
}
.f-container .snow-area .snowflake {
  position: absolute;
  z-index: 10;
  top: -50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 1;
  animation: fall var(--fall-duration, 10s) linear forwards,
    sway var(--sway-duration, 6s) ease-in-out infinite;
}
.f-container .snow-area .snowflake::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  border-radius: 50%;
  background-color: #ffffff;

  inset: 0;
}
.f-container .snow-area .snowflake.s {
  width: 0.8rem;
  height: 0.8rem;
}
.f-container .snow-area .snowflake.s::before {
  filter: blur(0.2rem);
}
.f-container .snow-area .snowflake.m {
  width: 1.4rem;
  height: 1.4rem;
}
.f-container .snow-area .snowflake.m::before {
  filter: blur(0.4rem);
}
.f-container .snow-area .snowflake.l {
  width: 2.7rem;
  height: 2.7rem;
}
.f-container .snow-area .snowflake.l::before {
  filter: blur(0.4rem);
}
@keyframes fall {
  0% {
    top: -50px;
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(var(--sway)) rotate(180deg);
  }
  100% {
    top: 110%;
    opacity: 1;
    transform: translateX(calc(var(--sway) * -1)) rotate(360deg);
  }
}
@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(var(--sway) * -0.25));
  }
  100% {
    transform: translateX(0);
  }
}
.f-container .snow-area01 {
  background: no-repeat url(../img/hero_bg.png) 0 0;
  background-size: 100% auto;
}
.f-container .hero__box {
  position: relative;
  margin-bottom: 10.2rem;
}
.f-container .hero__title {
  position: absolute;
  top: 44rem;
  left: 11rem;
  width: 28.9rem;
}
.f-container .hero__pic {
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  width: 6.9rem;
}
.f-container .hero__movie {
  position: relative;
  width: 42.8rem;
  margin: 0 auto 8.3rem;
}
.f-container .hero__movie video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
.f-container .hero__movie-btn {
  position: absolute;
  z-index: 5;
  top: 1.5rem;
  right: 1.5rem;
  width: 3.3rem;
  height: 2.7rem;
  background-image: url(../img/sound-off.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.f-container .hero__movie-btn.on {
  background-image: url(../img/sound-on.svg);
}
.f-container .le {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.f-container .le__pic {
  width: 7.9rem;
  margin-bottom: 2.7rem;
}
.f-container .le__title {
  padding-top: 0.1rem;
  margin-bottom: 4.1rem;
  letter-spacing: 0.05em;
  font-family: 'agenda-one', sans-serif;
  font-size: 3.9rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.4rem;
  color: #1e6550;
}
.f-container .le__text {
  margin-bottom: 2.4rem;
  letter-spacing: 0.05em;
  font-family: 'yu-gothic-pr6n', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3.3rem;
}
.f-container .le__text:last-of-type {
  margin-bottom: 4.8rem;
}
.f-container .le__info {
  margin-bottom: 6.5rem;
  text-transform: uppercase;
  color: #1e6550;
}
.f-container .le__info:last-of-type {
  margin-bottom: 7.2rem;
}
.f-container .le__info-name {
  margin-bottom: 2.2rem;
  letter-spacing: 0.05em;
  font-family: 'agenda-one', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4rem;
}
.f-container .le__info-name span {
  display: inline-block;
  margin-top: 1.3rem;
}
.f-container .le__info-date {
  letter-spacing: 0.05em;
  font-family: 'agenda-one', sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  font-style: normal;
  line-height: 2.3rem;
}
.f-container .le__info-date span {
  font-size: 2.4rem;
  line-height: 1.4rem;
}
.f-container .sec__area {
  position: relative;
}
.f-container .sec__wc-slide {
  display: flex;
  align-items: center;
  width: 51rem;
  margin-bottom: 10.2rem;
  margin-left: -3.1rem;
  opacity: 0;
  transition: all 0.8s ease;

  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.f-container .sec__wc-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.f-container .sec__wc-slide .swiper-slide {
  width: 26.3rem;
}
.f-container .sec__wc-slide.showed {
  opacity: 1;
}
.f-container .sec__wc-each {
  display: flex;
  align-items: center;
  margin-right: 3rem;

  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}
.f-container .sec__wc-pic {
  width: 6.7rem;
}
.f-container .sec__wc-text {
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-family: 'agenda-one', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  font-style: normal;
  color: #1e6550;
  transform: translateY(0.2rem);
}
.f-container .sec__box {
  position: relative;
}
.f-container .sec__img {
  position: relative;
  z-index: 2;
}
.f-container .sec__wani-box {
  position: relative;
  z-index: 1;
  width: 51rem;
  pointer-events: none;
}
.f-container .sec__wani-slide {
  width: 99.3rem;
}
.f-container .sec__wani-slide:nth-of-type(odd) {
  margin-left: -36.6rem;
}
.f-container .sec__wani-slide:nth-of-type(even) {
  margin-left: -24.2rem;
}
.f-container .sec__wani-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.f-container .sec__wani-slide .swiper-slide {
  width: 99.3rem;
}
.f-container .sec__wani-pic {
  width: 99.3rem;
}
.f-container .sec__cts {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.f-container .sec__bg {
  position: relative;
}
.f-container .sec__balls {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.f-container .sec__ball {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  animation: float 4s ease-in-out infinite;
}
.f-container .sec__ball.ball01 {
  width: 9.5rem;
}
.f-container .sec__ball.ball02 {
  width: 6.1rem;
  animation-delay: 0.3s;
}
.f-container .sec__ball.ball03 {
  width: 6.8rem;
  animation-delay: 0.6s;
}
.f-container .sec__wanipic {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.f-container .sec__credit {
  position: relative;
  z-index: 2;
  padding: 2.8rem 5.1rem 13.5rem;
}
.f-container .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  row-gap: 1.4rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.f-container .sec__credit .item a {
  position: relative;
  display: flex;
  padding: 0 0.1rem;
  padding-bottom: 0.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'agenda-one', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4rem;
}
.f-container .sec__credit .item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #191919;
}
.f-container .sec__credit.dfc .credit {
  justify-content: center;
}
.f-container .sec__credit.dfr {
  padding-right: 2.7rem;
}
.f-container .sec__credit.dfr .credit {
  justify-content: flex-end;
}
.f-container .sec01 {
  padding-top: 2.7rem;
  background: no-repeat url(../img/sec_bg01.png) 0 0;
  background-size: 100% auto;
}
.f-container .sec01 .img01 {
  width: 46.9rem;
  margin: 0 auto 6.8rem;
}
.f-container .sec01 .img02 {
  width: 100%;
  height: 64.6rem;
}
.f-container .sec01 .img02 img {
  bottom: 0;
}
.f-container .sec01 .img02 img:nth-of-type(1) {
  left: 6.8rem;
  width: 32rem;
}
.f-container .sec01 .img02 img:nth-of-type(2) {
  left: 22.8rem;
  width: 30.6rem;
}
.f-container .sec01 .img02 img:nth-of-type(3) {
  left: 38.1rem;
  width: 29.2rem;
}
.f-container .sec02 .text01 {
  margin: 9rem 0 8.8rem;
}
.f-container .sec02 .text01 img {
  width: 43.6rem;
}
.f-container .sec02 .img02 {
  width: 46.9rem;
  margin: 0 auto;
}
.f-container .sec03 .wani-box {
  padding: 38.4rem 0 0.2rem;
  margin-bottom: 13.6rem;
}
.f-container .sec03 .img01 {
  width: 46.9rem;
  margin-bottom: 6.8rem;
}
.f-container .sec03 .img02 {
  width: 38.8rem;
  margin-left: auto;
}
.f-container .sec04 {
  background: no-repeat url(../img/sec_bg02.png) 0 0;
  background-size: 100% auto;
}
.f-container .sec04 .img01 {
  width: 46.9rem;
  margin: 0 auto 10.2rem;
}
.f-container .sec04 .img02 {
  margin-bottom: 10.2rem;
}
.f-container .sec04 .img03 {
  width: 44.9rem;
  margin: 0 auto;
}
.f-container .sec05 .text01 {
  margin: 9rem 0 8.8rem;
}
.f-container .sec05 .text01 img {
  width: 42.2rem;
}
.f-container .sec06 .img01 {
  width: 46.9rem;
  margin: 0 auto 6.8rem;
}
.f-container .sec06 .img02 {
  width: 100%;
  height: 57.8rem;
  margin-bottom: 8.2rem;
}
.f-container .sec06 .img02 img {
  bottom: 0;
}
.f-container .sec06 .img02 img:nth-of-type(1) {
  left: 4.5rem;
  width: 51rem;
}
.f-container .sec06 .img02 img:nth-of-type(2) {
  left: 19.7rem;
  width: 49rem;
}
.f-container .sec06 .img02 img:nth-of-type(3) {
  left: 33.7rem;
  width: 46.9rem;
}
.f-container .sec06 .sec__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 227.4rem;
  content: '';
  background: no-repeat url(../img/sec_bg03.png) 0 0 / contain;
}
.f-container .sec06 .img03 {
  width: 46.9rem;
  margin: 0 auto;
}
.f-container .sec08 .img01 {
  width: 34rem;
  margin: 0 auto 4.4rem;
}
.f-container .sec08 .text01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 13.7rem;
  letter-spacing: 0.05em;
  font-family: 'agenda-one', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6rem;
  color: #1e6550;
}
.f-container .sec08 .text01 > span:nth-of-type(n + 2) {
  margin-top: 1.6rem;
}
.f-container .sec08 .img02 {
  margin-bottom: 8.2rem;
}
.f-container .sec08 .img03 {
  width: 46.9rem;
  margin: 0 auto;
}
.f-container .sec09 .box01 {
  margin-bottom: 6.3rem;
}
.f-container .sec09 .img01 {
  width: 44.9rem;
  margin: 0 auto;
}
.f-container .sec09 .balls01 {
  top: 49.8rem;
  left: 0;
  width: 100%;
}
.f-container .sec09 .text01 {
  margin-bottom: 9rem;
}
.f-container .sec09 .text01 img {
  width: 43.6rem;
}
.f-container .sec09 .box02 {
  margin-bottom: 8rem;
}
.f-container .sec09 .ball01 {
  top: -5.2rem;
  right: 1.5rem;
}
.f-container .sec09 .ball02 {
  top: 18.7rem;
  left: 2.4rem;
}
.f-container .sec09 .ball03 {
  right: 5.4rem;
  bottom: -3.2rem;
}
.f-container .sec09 .img03 {
  width: 40.8rem;
  margin: 0 auto;
}
.f-container .sec10 .wani-box {
  padding: 62.5rem 0 53.5rem;
  margin-bottom: 13.6rem;
}
.f-container .sec10 .img01 {
  margin-bottom: 8.2rem;
}
.f-container .sec10 .img02 {
  width: 40.8rem;
  margin-bottom: 5.4rem;
  margin-left: auto;
}
.f-container .sec10 .box01 {
  width: 46.9rem;
}
.f-container .sec10 .wanipic {
  top: 23.3rem;
  left: 37.7rem;
  width: 11.2rem;
}
.f-container .sec11::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 186.3rem;
  content: '';
  background: no-repeat url(../img/sec_bg04.png) 0 0;
  background-size: 100% auto;
}
.f-container .sec11 .img01 {
  margin-bottom: 6.8rem;
}
.f-container .sec11 .img02 {
  width: 44.9rem;
  margin: 0 auto;
}
.f-container .sec11 .ball01 {
  top: -3.3rem;
  right: 3.1rem;
}
.f-container .sec11 .ball02 {
  top: 20.6rem;
  left: 0.8rem;
}
.f-container .sec11 .ball03 {
  right: 6.9rem;
  bottom: 12.3rem;
}
.f-container .sec11 .credit01 {
  padding-bottom: 10.2rem;
}
.f-container .si {
  position: relative;
  z-index: 2;
}
.f-container .si__img {
  position: relative;
}
.f-container .si .img01 {
  width: 28.6rem;
  margin: 0 auto 15.8rem;
}
.f-container .si .img02 {
  width: 32.6rem;
  margin-bottom: 5.4rem;
  margin-left: 6rem;
}
.f-container .si__box {
  position: relative;
  position: relative;
  width: 45.6rem;
  margin: 0 auto 13.6rem;
  border: max(1px, 0.2rem) solid #1e6550;
}
.f-container .si__box::before {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  display: inline-block;
  width: 27.2rem;
  height: 0.4rem;
  content: '';
  background-color: #ffffff;
  transform: translateX(-50%);
}
.f-container .si__title {
  position: relative;
  z-index: 3;
  width: 24rem;
  margin: -2.4rem auto 5.8rem;
}
.f-container .si__img-text {
  position: absolute;
  z-index: 3;
  width: 2.6rem;
}
.f-container .si .img-text01 {
  top: 16.4rem;
  left: -0.4rem;
}
.f-container .si .img-text02 {
  top: -0.5rem;
  right: -1.5rem;
}
.f-container .si__text {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  font-family: 'yu-gothic-pr6n', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;

  row-gap: 1.8rem;
}
.f-container .si__text.small {
  font-size: 1.4rem;
  line-height: 1.2rem;
}
.f-container .si .text01 {
  margin-bottom: 5.4rem;
}
.f-container .si .text02 {
  margin-bottom: 2.9rem;
}
.f-container .si .text03 {
  margin-bottom: 6.8rem;
}
.f-container .last {
  padding-bottom: 8.4rem;
  background: no-repeat url(../img/last_bg.png) left 0 bottom 0;
  background-size: 100% auto;
}
.f-container .last__title {
  position: relative;
  z-index: 3;
  width: 19.1rem;
  margin: -6.4rem auto 5.8rem;
}
.f-container .last__btn {
  width: 27.2rem;
  margin: 0 auto 5.6rem;
}
.f-container .last__staff {
  width: 38rem;
  margin: 0 auto;
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}
