@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Poppins:wght@400;500;600;700&display=swap");
/* base color */
/* template color */
/* orizin color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-mv {
  position: relative;
  margin: 0 clamp(20px, 3.125vw, 40px);
  padding-top: clamp(65px, 11.375vw, 182px);
  padding-bottom: clamp(160px, 16.0625vw, 257px);
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .l-mv {
    padding-top: clamp(65px, 20vw, 180px);
    padding-bottom: clamp(232px, 61.8888888889vw, 557px);
  }
}
.l-mv .-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.l-mv .-bg img {
  -webkit-animation: mv-img 1.5s ease-out forwards;
          animation: mv-img 1.5s ease-out forwards;
}
.l-mv .-bg:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 900px) {
  .l-mv .-bg:nth-of-type(1) {
    display: none;
  }
}
.l-mv .-bg:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-mv .-bg:nth-of-type(2) {
    display: block;
  }
}
.l-mv .-catch {
  position: relative;
  z-index: 1;
  color: #fff;
  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;
  margin: 0 auto;
  -webkit-animation: mv-text 1s ease-out 1s forwards;
          animation: mv-text 1s ease-out 1s forwards;
  opacity: 0;
}
.l-mv .-catch span {
  display: inline-block;
}
.l-mv .-catch span:nth-of-type(1) {
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(6.0625rem, 15vw, 11.25rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-shadow: 0 0 28px #fff;
}
.l-mv .-catch span:nth-of-type(2) {
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(1.125rem, 2.6666666667vw, 2rem);
  text-shadow: 0 0 28px #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin-top: -12px;
}
.l-mv .-catch span:nth-of-type(3) {
  margin-top: clamp(26px, 5.4444444444vw, 49px);
  font-size: clamp(1.125rem, 2.8333333333vw, 2.125rem);
  font-weight: 500;
}

@-webkit-keyframes mv-img {
  0% {
    scale: 1.5;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

@keyframes mv-img {
  0% {
    scale: 1.5;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@-webkit-keyframes mv-text {
  0% {
    -webkit-filter: blur(25px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
@keyframes mv-text {
  0% {
    -webkit-filter: blur(25px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}