@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@font-face {
  font-family: "avnir";
  src: url("/fonts/AvenirNext-DemiBold-03.ttf") format("ttf");
}
/* 表示・非表示
----------------------------------------------- */
.hidden {
  display: none;
}

@media (max-width: 959px) {
  .hidden-tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .hidden-ss {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .visible-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .visible-sp-br {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .visible-ss {
    display: none !important;
  }
}

/* メインビジュアル
----------------------------------------------- */
@media (max-width: 768px) {
  .l-main--home {
    padding-top: 0;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .is-mobile #main-visual .center {
    transform: scale(0.5);
    left: 0;
    bottom: 0px;
  }
}

#main-visual {
  overflow: hidden;
}
#main-visual .center {
  padding-top: 0px;
  max-width: 1520px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: clamp(125px, 230px + (959px - 100vw) / 10, 290px);
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  /*完成版*/
}
@media (max-width: 767px) {
  #main-visual .center {
	    bottom: clamp(125px, 330px + (959px - 100vw) / 10, 290px)!important;
text-align: center;
  }
}
@media screen and (min-width: 1000px) and (max-height: 782px) {
  #main-visual .center {
    left: auto;
    bottom: 30px;
    transform: scale(0.78);
  }
}
@media (max-width: 479px) {
  #main-visual .center {
	    bottom: clamp(125px, 220px + (959px - 100vw) / 10, 290px)!important;
text-align: center;
  }
}
@media (max-width: 420px) {
  #main-visual .center {
	    bottom: clamp(125px, 100px + (959px - 100vw) / 10, 290px)!important;
text-align: center;
  }
}

#main-visual .center .usp-logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s, visibility 0.7s, transform 0.7s;
}
#main-visual .center .usp-logo.logo {
  transform: translateY(50px);
}
#main-visual .center .usp-logo.logo.logo-in {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
#main-visual .center .usp-logo.logo img {
  margin-left: 50px;
  max-width: 1202px;
  width: clamp(800px, 26.8vw, 1010px);
}
@media (max-width: 959px) {
  #main-visual .center .usp-logo.logo img {
    width: clamp(400px, 100.0208550574vw, 540px);
   margin-left: 0px;
  }
}

@media (max-width: 429px) {
  #main-visual .center .usp-logo.logo img {
    width: clamp(400px, 100.0208550574vw, 540px);
 
  }
}



@media screen and (min-width: 768px) and (min-height: 1024px) and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  #main-visual .center .usp-logo.logo img {
    margin-bottom: 50px;
  }
}
@media (max-width: 429px) {
  #main-visual .center .usp-logo.logo img {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 350px) {
  #main-visual .center .usp-logo.logo img {
    width: 84vw;
  }
}
#main-visual .center .usp-logo span {
  font-size: 230px;
  transform: rotate(-10deg);
  color: #6db92c;
  display: block;
  line-height: 1;
  font-style: oblique;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
}
@-moz-document url-prefix() {
  #main-visual .center .usp-logo span {
    font-size: 225px;
  }
}
@media (max-width: 1500px) {
  #main-visual .center .usp-logo span {
    font-size: max(70px, 14.8387096774vw);
  }
  @-moz-document url-prefix() {
    #main-visual .center .usp-logo span {
      font-size: max(70px, 13.8709677419vw);
    }
  }
}
@media (max-width: 959px) {
  #main-visual .center .usp-logo span {
    font-size: max(80px, 16.6840458811vw);
    text-align: left;
    padding-left: 20px;
    line-height: 0.8;
  }
  @-moz-document url-prefix() {
    #main-visual .center .usp-logo span {
      font-size: max(80px, 14.598540146vw);
    }
  }
}
@media screen and (min-width: 768px) and (min-height: 1024px) and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  #main-visual .center .usp-logo span {
    font-size: max(80px, 13.5557872784vw);
  }
}
@media (max-width: 370px) {
  #main-visual .center .usp-logo span {
    font-size: 18.9189189189vw;
  }
}
#main-visual .center .usp-logo.text01 {
  transform: translateX(-200px);
  position: relative;
  z-index: 3;
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}
#main-visual .center .usp-logo.text01.move01 {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
#main-visual .center .usp-logo.text02 {
  transform: translateX(200px);
  position: relative;
  z-index: 3;
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}
#main-visual .center .usp-logo.text02.move02 {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
#main-visual .center .usp-logo.text02 span {
  margin-top: -100px;
  margin-left: 615px;
}
@media (max-width: 1500px) {
  #main-visual .center .usp-logo.text02 span {
    margin-left: max(70px, 38.4375vw);
    margin-top: clamp(-60px, -7.3333333333vw, -100px);
  }
}
@media (max-width: 959px) {
  #main-visual .center .usp-logo.text02 span {
    margin-left: 0;
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  #main-visual .center .usp-logo.text02 span {
    margin-top: 0px;
  }
}

.mv-text {
  position: relative;
}
@media (max-width: 959px) {
  .mv-text {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (min-height: 1024px) and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .mv-text {
    margin-bottom: 260px;
  }
}
@media (max-width: 479px) {
  .mv-text {
    margin-bottom: 12.5260960334vw;
  }
}
.mv-text .mv-lead {
  position: absolute;
  bottom: -19%;
  left: 30px;
  z-index: 5;
}
@media (max-width: 959px) {
  .mv-text .mv-lead {
    bottom: clamp(-120px, -18.1818181818vw, -40px);
  }
}
@media (max-width: 420px) {
  .mv-text .mv-lead {
    left: 0;
  }
}
.mv-text .mv-lead .side {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transform: rotate(-10deg);
  color: #6db92c;
}
@media (max-width: 959px) {
  .mv-text .mv-lead .side {
    padding-left: 2.0855057351vw;
  }
}
@media (max-width: 420px) {
  .mv-text .mv-lead .side {
    padding-left: 4.7619047619vw;
  }
}
.mv-text .mv-lead .side.side-move {
  animation: textanimation 0.9s 0.7s forwards;
}
.mv-text .mv-lead .side .side-text {
  font-size: 43px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #6db92c; /* 初期は緑 */
  line-height: 1.4; /* 行間調整 */
  font-style: oblique;
}
@media (max-width: 1700px) {
  .mv-text .mv-lead .side .side-text {
    font-size: max(24px, 2.5294117647vw);
  }
}
@media (max-width: 959px) {
  .mv-text .mv-lead .side .side-text {
    font-size: clamp(20px, 5.1515151515vw, 34px);
  }
}
.mv-text .mv-lead .side .side-text.side-text-move {
  animation: colorChange 0.5s 0.5s forwards; /* 色変化アニメーション */
}
.mv-text .mv-lead .side .side-text .karning {
  margin-left: -10px;
}

.kv-fullscreen {
  position: relative;
  height: 100vh;
  height: 100svh;
}
.kv-fullscreen figure {
  　　　position: relative;
  height: 100vh;
  height: 100svh;
}
.kv-fullscreen figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover";
}
@media (max-width: 420px) {
	.kv-fullscreen {
  position: relative;
  height: 60vh;
  height: 60svh;
}
.kv-fullscreen figure {

  height: 60vh;
  height: 60svh;
}
}
@keyframes textanimation {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0); /* 全て見える */
  }
}
@keyframes colorChange {
  0% {
    color: #6db92c; /* 初期色：緑 */
  }
  100% {
    color: #000000; /* 最終色：黒 */
  }
}/*# sourceMappingURL=mv.css.map */