@charset "utf-8";
/*-- swiper -------------------------------------------------------------*/
#mv { position: relative; height: 100vh; z-index: 2; overflow: hidden; }
#mv .cycleWrapper { position: relative; z-index: 100; }
#mv .cycle { position: absolute; width: 30vw; right: -4%; top: -10vh; animation: rotateAnimation 30s linear infinite; }
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 599px) {
	#mv { margin-top: 50px; }
	#mv .swiper-mv {overflow: hidden; position: absolute; right: 0; top: 35%; transform: translateY(-50%); height: 45vh; width: 85vw; }
	#mv .swiper-slide-mv { position: relative; overflow: hidden; border-radius: 20px 0 0 20px;}		
	#mv .swiper-pagination { bottom: -20px; }
	#mv .cycle { position: absolute; width: 50vw; right: -8%; top: -15vh; }
	.swiper-slide-mv::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1); transition: transform 6s ease; }
	
	.inner-Mv { position: absolute; bottom: 0%; width: 88%; margin: 0 6% 20px; z-index: 5; }
	.inner-mv-flex { display: flex; flex-direction: column;}
	.newsTtl { color: #fff; font-family: "Oswald", sans-serif; margin:0 0 5px 4%; font-size: 1.5rem; }
	.listBtn { width: 50px; height: 50px; color: var(--sub-color); font-family: "Oswald", sans-serif; margin-bottom: 0; font-size: 1.2rem; text-align: center; position: absolute; top: 10px; right: -10px;}
	.inner-mv-flex ul { background:var(--base-color); padding: 20px; }
	.inner-mv-flex ul li { margin-bottom: 10px; }
	.inner-mv-flex ul li:last-child { margin-bottom: 0px; }
	.inner-mv-flex ul li dl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 5px; }
	.inner-mv-flex ul li dl dt { color: #fff; font-family: "Oswald", sans-serif; margin-right: 10px; font-size: 0.8rem; }
	.inner-mv-flex ul li dl dd { color: var(--base-color); background: #fff; padding: 0px 10px; font-size: 0.7rem; }
	.inner-mv-flex ul li p { margin-bottom: 0px; font-size: 0.8rem; color: #fff; }
	.inner-mv-flex .listBtn p { font-size: 0.9rem; margin-top: 10px; margin-bottom: 0; display: none; }
	.inner-mv-flex .listBtn.g_box p.g_link { height: 0px; }
	.inner-mv-flex .listBtn.g_box:hover { cursor:pointer; opacity:1.0; background: var(--sub-color); }
	.inner-mv-flex .listBtn.g_box:hover p { color: #fff; }
	.inner-mv-flex .listBtn.g_box:hover .fa-list { color: #fff; }
	
	#mv .mv_en_copy { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin: 0 auto; font-size: 20vw; z-index: 10; text-align: center; color: #96cd0d; font-weight: 600; mix-blend-mode: multiply; white-space: nowrap; line-height: 1.0; }
}
@media screen and (min-width: 600px) {
	#mv { width: 100%; }
	#mv .swiper-mv {overflow: hidden; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 70vh; width: 60vw; }
	#mv .swiper-slide-mv { position: relative; overflow: hidden; border-radius: 50px 0 0 50px;}	
	#mv .swiper-pagination { position: absolute; bottom: 150px; right: 0; display: flex; justify-content: flex-end; width: 98%; }
	.swiper-slide-mv::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1); transition: transform 6s ease; }
	
	.inner-Mv { position: absolute; bottom: 30px; right: 0; z-index: 5; }
	.inner-mv-flex { display: flex; justify-content: flex-end; align-items: center; }
	.newsTtl { width: 150px; height: 150px; background: var(--sub-color); color: #fff; font-family: "Oswald", sans-serif; display: flex; justify-content: center; flex-direction: column; margin-bottom: 0; font-size: 2.0rem; text-align: center; }
	.listBtn { width: 150px; height: 150px; background: #fff; color: #000; font-family: "Oswald", sans-serif; display: flex; justify-content: center; flex-direction: column; margin-bottom: 0; font-size: 1.0rem; text-align: center; }
	.inner-mv-flex ul { background:var(--base-color); padding: 5px 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-left: 1px solid #1785b9; }
	.inner-mv-flex ul li { display: flex; justify-content: flex-start; margin-bottom: 10px; }
	.inner-mv-flex ul li:last-child { margin-bottom: 0px; }
	.inner-mv-flex ul li dl { display: flex; justify-content: flex-start; align-items: center; margin-right: 20px; }
	.inner-mv-flex ul li dl dt { color: #fff; font-family: "Oswald", sans-serif; margin-right: 10px; font-size: 0.9rem; }
	.inner-mv-flex ul li dl dd { color: var(--base-color); background: #fff; padding: 0px 10px; font-size: 0.7rem; }
	.inner-mv-flex ul li p { margin-bottom: 0px; font-size: 0.9rem; color: #fff; }
	.inner-mv-flex .listBtn p { font-size: 0.9rem; margin-top: 10px; margin-bottom: 0; }
	.inner-mv-flex .listBtn.g_box p.g_link { height: 0px; }
	.inner-mv-flex .listBtn.g_box:hover { cursor:pointer; opacity:1.0; background: var(--sub-color); }
	.inner-mv-flex .listBtn.g_box:hover p { color: #fff; }
	.inner-mv-flex .listBtn.g_box:hover .fa-list { color: #fff; }
	
	#mv .mv_en_copy { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin: 0 auto; font-size: 10vw; z-index: 10; text-align: center; color: #96cd0d; font-weight: 600; mix-blend-mode: multiply; white-space: nowrap; line-height: 1.0; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .swiper-pagination { bottom: -50px; }
	.inner-Mv { position: absolute; bottom: 00px; right: 0; z-index: 5; }
	.newsTtl { width: 120px; height: 120px; font-size: 1.6rem; }
	.listBtn { width: 120px; height: 10px; font-size: 1.0rem; }
	.inner-mv-flex ul { background:var(--base-color); padding: 5px 10px; }
	.inner-mv-flex ul li dl dt { font-size: 0.7rem; }
	.inner-mv-flex ul li dl dd { padding: 0px 5px; font-size: 0.7rem; }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
}
@media screen and (min-width: 1200px) and (max-width: 1479px) {
}
@media screen and (min-width: 1480px) {
}

.swiper-slide-mv01::before { background: url("../img/common/slide01.webp") center center no-repeat; background-size: cover; }
.swiper-slide-mv02::before { background: url("../img/common/slide02.webp") center center no-repeat; background-size: cover; }
.swiper-slide-mv03::before { background: url("../img/common/slide03.webp") center center no-repeat; background-size: cover; }
.swiper-slide-mv04::before { background: url("../img/common/slide04.webp") center center no-repeat; background-size: cover; }
.swiper-slide-mv05::before { background: url("../img/common/slide05.webp") center center no-repeat; background-size: cover; }
.swiper-slide-active::before { transform: scale(1.1) translateX(-2%); }

#mv .swiper-pagination-bullet { border-radius: 0px; width: 30px; height: 2px; background: #fff; margin: 0px 0; }

#mv .swiper-button-prev:after {
    content: 'prev';
    color: rgba(255,255,255,0.9);
    border-radius: 25px;
    font-size: 1rem;
}
#mv .swiper-button-next:after {
    content: 'next';
    color: rgba(255,255,255,0.9);
    border-radius: 25px;
    font-size: 1rem;
}

#mv .swiper-button-prev,#mv .swiper-button-next {
    width: 50px;
	height: 50px;
	border-radius: 25px;
	background: linear-gradient(to right, #4ccdff, #00bba9); color: #fff;
}

#mv .swiper-pagination-bullet {background: #fff;}

@media screen and (max-width: 599px) {
	#mv .swiper-button-prev,#mv .swiper-button-next { width: 30px; height: 30px; border-radius: 15px; opacity: 0.5; }
	#mv .swiper-button-prev:after,#mv .swiper-button-next:after { font-size: 0.7rem; }
	
	#mv .swiper-button-prev { left: 5px;}
	#mv .swiper-button-next { right: 5px;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .swiper-button-prev,#mv .swiper-button-next { width: 40px; height: 40px; border-radius: 20px; opacity: 0.5; }
	#mv .swiper-button-prev { left: -20px;}
	#mv .swiper-button-next { right: -20px;}
}
@media screen and (min-width: 1025px) and (max-width: 1259px)  {
	#mv .swiper-button-prev,#mv .swiper-button-next { width: 45px; height: 45px; border-radius: 22.5px;}
	#mv .swiper-button-prev { left: -40px;}
	#mv .swiper-button-next { right: -40px;}
}
@media screen and (min-width: 1260px) and (max-width: 1479px)  {
	#mv .swiper-button-prev { left: -25px;}
	#mv .swiper-button-next { right: -25px;}
}
@media screen and (min-width: 1480px) {
	#mv .swiper-button-prev { left: -25px;}
	#mv .swiper-button-next { right: -25px;}
}


/*-- Scroll Down -------------------------------------------------------------*/
.scroll-down { position:absolute; z-index: 100; 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%; }
.scroll-down a { display: inline-block; position: absolute; right: 0; bottom: -50px; 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: #235501; }
.scroll-down a:after { content: ''; position: absolute; bottom: 0; left: 50%; width: 1px; height: 100px; background: #fff; }
.scroll-down a:hover { opacity: .5; }

@media screen and (max-width: 599px) {
	.scroll-down { position:absolute; right:8%; bottom:50px; }
	.scroll-down a { font-size: 10px; }
}
@media screen and (min-width: 600px) {
	.scroll-down { position:absolute; left:1%; bottom:50px; }
}
	
#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%;
  }
}

.turf { position: absolute; top: 20vh; left: 50%; transform: translateX(-50%); width: 100vw; height: 100vh; margin: 0 auto; overflow: hidden; background: url("../img/common/turfBg.webp") bottom center; background-size: cover; }
.wave {
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
}

/* 1つ目（ベース） */
.wave::before {
	position: absolute;
	top: 55%;
	left: -50%;
	width: 200%;
	aspect-ratio: 1 / 1;
	background-image: linear-gradient(90deg, #0083cf 0%, #76e5e1 50%, #bbe6ff 100%);
	border-radius: 50% 50% / 50% 80%;
	transform-origin: center center;
	animation: wave1 linear 100s infinite;
	content: "";
	opacity: 0.8;
}

/* 2つ目（重ねる波） */
.wave::after {
	position: absolute;
	top: 60%;
	left: -50%;
	width: 220%;
	aspect-ratio: 1 / 1;
	background-image: linear-gradient(90deg, #76e5e1 0%, #bbe6ff 50%, #ffffff 100%);
	border-radius: 50% 50% / 60% 70%;
	transform-origin: center center;
	animation: wave2 linear 140s infinite;
	content: "";
	opacity: 0.5;
}

/* アニメーション差をつける */
@keyframes wave1 {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

@keyframes wave2 {
	from { transform: rotate(360deg); } /* 逆回転にするのがポイント */
	to   { transform: rotate(0deg); }
}

@media screen and (max-width: 599px) {
	#mv .mainCopy { position: absolute; top: 60%; left: 6%; transform: translateY(-50%); z-index: 10; margin: 0 auto; }
	#mv .mainCopy .mv-ttl01 { 
		color: var(--base-color); margin-bottom: 20px; font-size: 2.4em; font-weight: 700; line-height: 1.2; letter-spacing: 0.05em;
	}
	#mv .mainCopy .mv-ttl02 { 
		color: #333; margin-bottom: 10px; font-size: 1.2em; font-weight: 700; line-height: 1.0; 
		-webkit-text-stroke: 5px #fff; text-stroke: 5px #fff; paint-order: stroke;
	}
	#mv .mainCopy .wBox { background: rgba(255,255,255,0.9); padding: 4% 6%; width: 70%; }
	#mv .mainCopy .wBox p { margin-bottom: 0px; font-size: 0.9em; font-weight: 500; line-height: 1.7; color: #000; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .mainCopy { position: absolute; top: 50%; left: 6%; transform: translateY(-50%); z-index: 10; margin: 0 auto; }
	#mv .mainCopy .mv-ttl01 { 
		color: var(--base-color); margin-bottom: 20px; font-size: 3.0em; font-weight: 700; line-height: 1.5; letter-spacing: 0.05em;
	}
	#mv .mainCopy .mv-ttl02 { 
		color: #333; margin-bottom: 20px; font-size: 1.6em; font-weight: 700; line-height: 1.0; 
		-webkit-text-stroke: 5px #fff; text-stroke: 5px #fff; paint-order: stroke;
	}
	#mv .mainCopy .wBox { background: rgba(255,255,255,0.9); padding: 20px; width: fit-content; }
	#mv .mainCopy .wBox p { margin-bottom: 0px; font-size: 1.0em; font-weight: 500; line-height: 1.7; color: #000; }
}
@media screen and (min-width: 900px) {
	#mv .mainCopy { position: absolute; top: 45%; left: 6%; transform: translateY(-50%); z-index: 10; margin: 0 auto; }
	#mv .mainCopy .mv-ttl01 { 
		color: var(--base-color); margin-bottom: 40px; font-size: 4.2rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.05em;
		/*-webkit-text-stroke: 5px var(--base-color); text-stroke: 5px var(--base-color); paint-order: stroke;*/
	}
	#mv .mainCopy .mv-ttl01 span { font-size: 0.9em; }
	#mv .mainCopy .mv-ttl02 { 
		color: #333333; margin-bottom: 20px; font-size: 2.0rem; font-weight: 700; line-height: 1.0; 
		-webkit-text-stroke: 5px #fff; text-stroke: 5px #fff; paint-order: stroke;
	}
	#mv .mainCopy .mv-ttl02 span { font-size: 0.9em; }
	#mv .mainCopy .wBox { background: rgba(255,255,255,0.75); padding: 30px; width: fit-content; }
	#mv .mainCopy .wBox p { margin-bottom: 0px; font-size: 1.1em; font-weight: 500; line-height: 1.7; color: #000; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	#mv .mainCopy .mv-ttl01 { font-size: 3.8em; }
	#mv .mainCopy .mv-ttl02 { font-size: 1.5em; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	#mv .mainCopy .mv-ttl01 { font-size: 4.0em; }
	#mv .mainCopy .mv-ttl02 { font-size: 1.8em; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
}
@media screen and (min-width: 1290px) and (max-width: 1389px) {
}
@media screen and (min-width: 1390px) and (max-width: 1489px) {
}
@media screen and (min-width: 1489px) {
}