@charset "utf-8";
/* CSS Document */

header.fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; }
#mv { position: relative; height: 100%; }

.bgSwiper { position: absolute; top: 0; left: 0; width: 100%; height: inherit; z-index: 1; }
#mv .swiper-vision { height: inherit; }
/*.top-content { padding-top: 100vh; }*/

@media screen and (max-width: 899px) {
	.swiper-slide-img01 { background-image:url("../img/common/slide-mv01.png"); background-size: cover; background-position: center; }
	.swiper-slide-img02 { background-image:url("../img/common/slide-mv02.png"); background-size: cover; background-position: center; }
	.swiper-slide-img03 { background-image:url("../img/common/slide-mv03.png"); background-size: cover; background-position: center; }
	.swiper-slide-img04 { background-image:url("../img/common/slide-mv04.png"); background-size: cover; background-position: center; }
	.swiper-slide-img05 { background-image:url("../img/common/slide-mv05.png"); background-size: cover; background-position: center; }
}
@media screen and (min-width: 900px) {
	.swiper-slide-img01 { background-image:url("../img/common/slide-mv01.png"); background-size: cover; background-position: center; }
	.swiper-slide-img02 { background-image:url("../img/common/slide-mv02.png"); background-size: cover; background-position: center; }
	.swiper-slide-img03 { background-image:url("../img/common/slide-mv03.png"); background-size: cover; background-position: center; }
	.swiper-slide-img04 { background-image:url("../img/common/slide-mv04.png"); background-size: cover; background-position: center; }
	.swiper-slide-img05 { background-image:url("../img/common/slide-mv05.png"); background-size: cover; background-position: center; }
}
#mv .swiper-vision .swiper-slide-active .swiper-slide-img,
#mv .swiper-vision .swiper-slide-duplicate-active .swiper-slide-img,
#mv .swiper-vision .swiper-slide-prev .swiper-slide-img{
  animation: zoomUp 5s linear 0s 1 normal both; height: inherit; 
}
#mv .swiper-vision .swiper-slide img{
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.ovry { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: /*linear-gradient(64deg, rgb(0, 176, 155) 0%,rgb(255, 255, 255) 100%)*/ #fff; opacity: 0.75; z-index: 2;}

#mv .mainCopy { }
#mv .mainCopy h2 { word-break: keep-all; font-style: normal; margin-bottom: 20px; font-weight: bold; }
#mv .mainCopy h2 .inner { padding: 10px 20px; position: relative; z-index: 2; }
#mv .mainCopy h2 .inner:before { content: ""; position: absolute; top: 0; left: 0; background-image: linear-gradient(0deg, rgba(24, 171, 93, 1) 50%, rgba(35, 181, 104, 1) 50%); transform: skewX(-7deg); width: 100%; height: 100%; z-index: -1; }
#mv .mainCopy h3 { margin-bottom: 40px; font-weight: bold; }

#mv .mainCopy p { margin-bottom: 0px; font-size: 0.9rem; }

@media screen and (max-width: 599px) {
	#mv .mainCopy { position: relative; z-index: 15; width: 92%; margin: 0 auto; padding: 5vh 0;  }
	
	#mv .mainCopy h2 { line-height: 1.0; margin-bottom: 20px; text-align: center; font-size: 1.2rem; }
	#mv .mainCopy h2 .inner { padding: 10px 40px; }
	#mv .mainCopy h3 { line-height: 1.0; margin-bottom: 10px; text-align: center; font-size: 0.9rem; }
	
	.copyList { display: flex; justify-content: center; flex-direction: column; align-items: center ; margin-bottom: 10px;  }
	.copyList li { position: relative; padding: 10px 4%; margin:0 auto 10px; width: 75%; }
	.copyList li::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(0deg, rgba(246, 46, 46, 1) 50%, rgba(243, 72, 72, 1) 50%); transform: skewX(-7deg); text-align: center; z-index: -1; }
	.copyList li .in-text { text-align: left; display: flex; justify-content: flex-start; align-items: center; }
	.copyList li p { color: #fff; font-size: 0.7rem; margin-right: 4%; }
	.copyList li h4 { color: #fff; font-weight: bold; line-height: 1.0; letter-spacing: 0.05em; font-size: 1.2rem; }
	.icon-copy { position: absolute; top: -10px; right: -20px; width: 50px; }
	#mv .mainCopy p.lead { margin-bottom: 10px; font-size: 0.8rem; }
	
	.copyList02 { margin-bottom: 10px; display: flex; justify-content: space-between; }
	.copyList02 li { width: 32%; }
	.copyList02 li .in-text { text-align: center; }
	.copyList02 li:last-child { margin-bottom: 0px; }
	#mv .mainCopy .copyList02 li p { text-align: center; letter-spacing: 0.05em; font-weight: bold; margin-bottom: 10px; font-size: 0.7rem; background: var(--base-color); border-radius: 50px; text-align: center; line-height: 15px; padding: 5px 0; color: #fff; }
	#mv .mainCopy .copyList02 li h4 { 
		color: var(--base-color); font-weight: bold; line-height: 1.0; letter-spacing: 0.05em;
		font-family: "M PLUS 1p", sans-serif;　font-weight: 900;　font-style: normal;
		font-size: 3.0rem
	}
	
	#mv .hiromi { position: absolute; bottom: 0; left: -1%; z-index: 10; width: 45vw;}
	
	#mv .ctaBox { padding: 20px 40px; border-radius: 8px; background: #fff; }
	#mv .ctaBox p.ctaTtl { color: #f34848; font-weight: bold; text-align: center; font-size: 1.2rem; }
	#mv .ctaBox p { color: #000; }
	#mv .ctaBox .boxcap { display: block; background: #dd6700; color: #fff; padding: 1px 10px; text-align: center; font-size: 0.8rem; line-height: 1.0; width: 70%; margin: 0 auto 15px; }
	#mv .ctaBox .contactFlex li { box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
	#mv .ctaBox .contactFlex li:nth-child(2) p a { margin-bottom: 0px; background: var(--sub-color); height: 52px; line-height: 1.7px; min-width: 300px; text-align: center; border-radius: 30px; font-size:1.1rem; margin-right: 0px; padding-top: 8px; }
	#mv .ctaBox .contactFlex li:nth-child(2) p a:hover { opacity: 0.7; color: #fff; }
	
	.bnrList { display: flex; justify-content: center; align-items:flex-end; flex-wrap: wrap; }
	.bnrList .kit { width: 60%; margin: 0 0 10px 35%; order: 1; }
	.bnrList .ana { width: 30%; margin: 0 2% 0 35%; order: 2; }
	.bnrList .line { width: 30%; margin: 0 0 0 0%; order: 3;  }
	.bnrList .kit .kitL { display: inline-block; }
	.bnrList .kit .kitS { display: none; }
}
@media screen and (max-width: 379px) {
	#mv .mainCopy p.lead { display: none; }
	.bnrList .kit { width: 62%; margin: 0 0 10px 34%; }
	.bnrList .line { width: 30%; margin: 0 0% 0 0%; }
}
@media screen and (min-width: 600px) {
	#mv { overflow: hidden; }
	.mainFlex { width: 96%; margin: 0 auto; position: relative; z-index: 10; }
	
	#mv .mainCopy h2 { line-height: 1.0; margin-bottom: 30px; text-align: center;  }
	#mv .mainCopy h3 { line-height: 1.0; margin-bottom: 20px; text-align: center; }
	
	.copyList { display: flex; justify-content: center; align-items: center ; margin-bottom: 20px;  }
	.copyList li { position: relative; padding: 10px 40px; margin-right: 20px; }
	.copyList li::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(0deg, rgba(246, 46, 46, 1) 50%, rgba(243, 72, 72, 1) 50%); transform: skewX(-7deg); text-align: center; z-index: -1; }
	.copyList li .in-text { text-align: left; }
	.copyList li p { color: #fff; }
	.copyList li h4 { color: #fff; font-weight: bold; line-height: 1.0; letter-spacing: 0.05em; }
	.icon-copy { position: absolute; top: -20px; right: -20px; width: 70px; }
	
	.copyList02 { display: flex; justify-content: center; align-items: center ; margin-bottom: 10px;  }
	.copyList02 li { margin-right: 40px; }
	.copyList02 li:last-child { margin-right: 0px; }
	#mv .mainCopy .copyList02 li p { color: #fff; text-align: center; letter-spacing: 0.05em; font-weight: bold; background: var(--base-color); border-radius: 50px; text-align: center; padding: 5px 0; }
	#mv .mainCopy .copyList02 li h4 { 
		color: var(--base-color) ; font-weight: bold; line-height: 1.0; letter-spacing: 0.05em;
		font-family: "M PLUS 1p", sans-serif;　font-weight: 900;　font-style: normal;
	}
	
	#mv .mainCopy p.lead { margin-bottom: 20px; font-size: 1.1rem; text-align: center; }
	
	#mv .ctaBox { padding: 20px 40px; border-radius: 8px; background: #fff; }
	#mv .ctaBox p.ctaTtl { color: #f34848; font-weight: bold; text-align: center; font-size: 1.2rem; }
	#mv .ctaBox p { color: #000; }
	#mv .ctaBox .boxcap { display: block; background: #dd6700; color: #fff; padding: 1px 10px; text-align: center; font-size: 0.8rem; line-height: 1.0; width: 70%; margin: 0 auto 15px; }
	#mv .ctaBox .contactFlex li { box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
	#mv .ctaBox .contactFlex li:nth-child(2) p a { margin-bottom: 0px; background: var(--sub-color); height: 52px; line-height: 1.7px; min-width: 300px; text-align: center; border-radius: 30px; font-size:1.1rem; margin-right: 0px; padding-top: 8px; }
	#mv .ctaBox .contactFlex li:nth-child(2) p a:hover { opacity: 0.7; color: #fff; }
	
	.bnrList { display: flex; justify-content: center; align-items:flex-end; }
	.bnrList .ana { max-width: 210px; margin-right: 20px; }
	.bnrList .kit { max-width: 210px; /*max-width: 420px;*/ margin-right: 20px; }
	.bnrList .line { max-width: 210px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.mainFlex { width: 90%; }
	#mv .hiromi { width: 35%; }
	#mv .mainCopy { padding: 5vh 0; }
	#mv .mainCopy h2 { font-size: 2.2rem; }
	#mv .mainCopy h3 { font-size: 1.35rem; }
	#mv .copyList li h4 { font-size: 2.0rem; }
	#mv .copyList li p { font-size: 0.9rem; }
	#mv .mainCopy p.lead { margin-bottom: 10px; font-size: 0.9rem; }
	#mv .hiromi { position: absolute; left: 0; bottom: 0; width: 35%; }
	
	.bnrList { display: flex; justify-content: center; align-items:flex-end; flex-wrap: wrap; }
	.bnrList .kit { width: 70%; margin: 0 0 10px 30%; order: 1; max-width: 380px; }
	.bnrList .ana { width: 25%; margin: 0 2% 0 30%; order: 2; }
	.bnrList .line { width: 25%; margin: 0 0% 0 0%; order: 3; }
	.bnrList .kit .kitS { display: none; }
	.bnrList .kit .kitL { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 3.6rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.75rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 0.90rem; }
}
@media screen and (min-width: 900px) {
	.mainFlex { display: flex; justify-content: center; align-items: center; }
	#mv .hiromi { width: 30%; display: flex; justify-content: flex-end; align-items: center; }
	#mv .mainCopy { width: 60%; padding: 5vh 0; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.mainFlex { width: 96%; }
	#mv .hiromi {width: 40%;  }
	#mv .mainCopy h2 { font-size: 2.3rem; }
	#mv .mainCopy h3 { font-size: 1.3rem; }
	#mv .copyList li h4 { font-size: 2.0rem; }
	#mv .copyList li p { font-size: 0.9rem; }
	#mv .mainCopy p.lead { margin-bottom: 10px; font-size: 1.0rem; }
	#mv .hiromi { }
	
	.bnrList .ana { max-width: 120px; }
	.bnrList .kit { max-width: 120px; /*max-width: 240px;*/ }
	.bnrList .line { max-width: 120px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 3.6rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.8rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 0.90rem; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.mainFlex { width: 98%; }
	#mv .hiromi {width: 35%;  }
	#mv .mainCopy h2 { font-size: 2.4rem; }
	#mv .mainCopy h3 { font-size: 1.4rem; }
	#mv .copyList li h4 { font-size: 2.6rem; }
	#mv .copyList li p { font-size: 1.0rem; }
	
	.bnrList .ana { max-width: 150px; }
	.bnrList .kit { max-width: 150px; /* max-width: 300px; */ }
	.bnrList .line { max-width: 150px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 3.6rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.8rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 0.95rem; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.mainFlex { width: 98%; }
	#mv .hiromi {width: 35%;  }
	#mv .mainCopy h2 { font-size: 2.5rem; }
	#mv .mainCopy h3 { font-size: 1.45rem; }
	#mv .copyList li h4 { font-size: 2.7rem; }
	#mv .copyList li p { font-size: 1.05rem; }
	
	.bnrList .ana { max-width: 155px; }
	.bnrList .kit { max-width: 155px; /*max-width: 330px;*/ }
	.bnrList .line { max-width: 155px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 3.9rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.85rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 0.95rem; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px) {
	.mainFlex { width: 96%; }
	#mv .mainCopy h2 { font-size: 2.6rem; }
	#mv .mainCopy h3 { font-size: 1.5rem; }
	#mv .copyList li h4 { font-size: 2.8rem; }
	#mv .copyList li p { font-size: 1.1rem; }
	
	.bnrList .ana { max-width: 160px; }
	.bnrList .kit { max-width: 160px; /*max-width: 360px;*/ }
	.bnrList .line { max-width: 160px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 4.2rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.85rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 1.00rem; }
}
@media screen and (min-width: 1390px) and (max-width: 1489px) {
	.mainFlex { width: 96%; }
	#mv .mainCopy h2 { font-size: 2.7rem; }
	#mv .mainCopy h3 { font-size: 1.55rem; }
	#mv .copyList li h4 { font-size: 2.9rem; }
	#mv .copyList li p { font-size: 1.15rem; }
	
	.bnrList .ana { max-width: 190px; }
	.bnrList .kit { max-width: 190px; /*max-width: 390px;*/ }
	.bnrList .line { max-width: 190px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 4.5rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.9rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 1.00rem; }
}
@media screen and (min-width: 1490px) and (max-width: 1589px) {
	#mv .mainCopy h2 { font-size: 2.8rem; }
	#mv .mainCopy h3 { font-size: 1.6rem; }
	#mv .copyList li h4 { font-size: 3.0rem; }
	#mv .copyList li p { font-size: 1.2rem; }
	
	.bnrList .ana { max-width: 200px; }
	.bnrList .kit { max-width: 200px; /*max-width: 400px;*/ }
	.bnrList .line { max-width: 200px; }
	.bnrList .kit .kitL { display: none; }
	.bnrList .kit .kitS { display: inline-block; }
	
	#mv .mainCopy .copyList02 li h4 { font-size: 5.0rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.9rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 1.05rem; }
}
@media screen and (min-width: 1590px) and (max-width: 1689px) {
	#mv .hiromi {position: absolute; left: -2%; top: 0; width: 25%;  }
	#mv .mainCopy { width: 70%; }
	#mv .mainCopy h2 { font-size: 2.9rem; }
	#mv .mainCopy h3 { font-size: 1.6rem; }
	#mv .copyList li h4 { font-size: 3.0rem; }
	#mv .copyList li p { font-size: 1.2rem; }	
	#mv .mainCopy .copyList02 li h4 { font-size: 5.0rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.9rem; margin-bottom: 10px; }
	#mv .mainCopy p.lead { font-size: 1.05rem; }
}
@media screen and (min-width: 1690px) {
	.mainFlex {width: 94%; }
	#mv .hiromi {position: absolute; left: -2%; top: 0; width: 25%;  }
	#mv .mainCopy { width: 100%; padding: 5vh 0; }
	#mv .mainCopy h2 { font-size: 3.0rem; }
	#mv .mainCopy h3 { font-size: 1.6rem; }
	#mv .copyList li h4 { font-size: 3.0rem; }
	#mv .copyList li p { font-size: 1.2rem; }	
	#mv .mainCopy .copyList02 li h4 { font-size: 5.0rem; }
	#mv .mainCopy .copyList02 li p { font-size: 0.9rem; margin-bottom: 10px; }
}

#mv .swiper-parentDiv .swiper-pagination { display: flex; justify-content: flex-end; width: 98%; }
#mv .swiper-pagination-bullet { border-radius: 0px; width: 30px; height: 2px; background: #fff; margin: 10px 1px; }


/*フワッと表示*/
.swiper-slide-active .mv-fadeup { opacity: 0; }
.swiper-slide-active .mv-fadeup.add-show {
	animation-name: mvfadeupAnime;/*アニメーションの定義名*/
	animation-duration:.8s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
}
/*アニメーションの開始から終了までを指定する*/
@keyframes mvfadeupAnime{
  from {
	  opacity: 0;
	  transform: translateX(-100px);
  }
  to {
	  opacity: 1;
	  transform: translateX(0);
  }
}
.swiper-slide-active .mv-fadeup-R { opacity: 0; }
.swiper-slide-active .mv-fadeup-R.add-show {
	animation-name: mvfadeupAnimeR;/*アニメーションの定義名*/
	animation-duration:.8s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
}
/*アニメーションの開始から終了までを指定する*/
@keyframes mvfadeupAnimeR{
  from {
	  opacity: 0;
	  transform: translateX(100px);
  }
  to {
	  opacity: 1;
	  transform: translateX(0);
  }
}
/*-- Scroll Down -------------------------------------------------------------*/
.scroll-down {
  position:fixed; left:1%; bottom:2%; z-index:5;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.scroll-down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#fff, 0) 0, rgba(#fff, .8) 80%, rgba(#fff, .8) 100%);
  }

.scroll-down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 11px;
  font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll-down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll-down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}

.scroll-down a:hover {
  opacity: .5;
}

@media screen and (max-width: 899px) {
	.scroll-down a { font-size: 10px; margin: 0; color: #fff; }
}

#mvScrl a:after {
  animation: mvScrl01 2.0s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes mvScrl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}






