@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* orizin color */
/* base color */
/* template 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;
}

@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.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;
  }
}

.l-mv {
  position: relative;
}
.l-mv figure {
  overflow: hidden;
  aspect-ratio: 1600/850;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .l-mv figure {
    aspect-ratio: unset;
    width: 100%;
    height: 750px;
  }
}
@media screen and (max-width: 600px) {
  .l-mv figure {
    height: 560px;
  }
}
.l-mv figure img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 6s linear;
  transition: all 6s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .l-mv figure img:nth-of-type(1) {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .l-mv figure img:nth-of-type(2) {
    display: none;
  }
}
.l-mv .scale-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l-mv .-catch {
  width: 100%;
  padding-left: clamp(16px, 4.5vw, 72px);
  padding-right: clamp(16px, 4.5vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: 6.5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .l-mv .-catch {
    bottom: 6.4%;
  }
}
.l-mv .-catch h2 {
  font-size: clamp(0.9375rem, 2.375vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(12px, 1vw, 16px);
}
.l-mv .-catch p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(3rem, 8.5vw, 8.5rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 1500px;
  line-height: 1.0438247012;
}
.l-mv .-catch p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.0438247012) * 0.5em);
}
.l-mv .-catch p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.0438247012) * 0.5em);
}
.l-mv .-catch .js-fadein span {
  opacity: 0;
}
.l-mv .-catch .js-fadein._visble span {
  -webkit-animation: anim-light 0.6s linear forwards running normal;
          animation: anim-light 0.6s linear forwards running normal;
}

.l-mv__effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-mv__effect svg {
  width: 26.19vw;
  height: auto;
}
@media screen and (max-width: 600px) {
  .l-mv__effect svg {
    width: 210px;
  }
}
@-webkit-keyframes anim-light {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.4;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 0.55;
  }
  20% {
    opacity: 0.55;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.7;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0.85;
  }
  65% {
    opacity: 0.85;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-light {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.4;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 0.55;
  }
  20% {
    opacity: 0.55;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.7;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0.85;
  }
  65% {
    opacity: 0.85;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}