/*-----------------------------
	add_top.css 202511 
------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* mv */

.top_fv .fv_sp {
	display: none;
}

.mv .swiper-slide .pic {
	aspect-ratio: 9/5;
}
.top_fv_frame {
	position: relative;
}
.top_fv_frame .texts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.top_fv_frame .texts .inner {
	width: min(1200px,100%);
	margin: 0 auto;
	padding: 0 20px;
	
}
.top_fv_frame .texts.fv1 {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.top_fv_frame .texts.fv1 h2 .catchcopy img {
	width: 854px;
	margin-left: -70px;
}
.top_fv_frame .texts.fv1 .inner .points ul {
	display: flex;
	gap: 0 20px;
}
.top_fv_frame .texts.fv1 .inner .points ul li {
	list-style: none;
	border: 1px solid #409400;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	width: 166px;
	height: 166px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_fv_frame .texts.fv1 .inner .points ul li span {
	color: #6d4a34;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
}
.top_fv_frame .texts.fv1 .inner .points p {
	margin-top: 40px;
	color: #6d4a34;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5; 
}
.top_fv_frame .texts.fv1 .inner .points p.sp {
	display: none;
}
.top_fv_frame .texts.fv2 .inner h2 {
	margin-bottom: 40px;
}
.top_fv_frame .texts.fv2 .inner h2 img {
	width: 632px;
}
.top_fv_frame .texts.fv2 .inner .points ul {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.top_fv_frame .texts.fv2 .inner .points ul li {
	list-style: none;
	border: 1px solid #409400;
	background: linear-gradient(180deg, #006231 0%, #006231 40%, #79a340 40%, #79a340 100%);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_fv_frame .texts.fv2 .inner .points ul li > div {
	width: 186px;
	height: 186px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.top_fv_frame .texts.fv2 .inner .points ul li p {
	margin: 25px 0 28px;
	font-size: 22px;
}
.top_fv_frame .texts.fv2 .inner .points ul li span {
	display: block;
	font-size: 20px;
}
.top_fv_frame .texts.fv2 .inner .points ul li:nth-of-type(3) p {
	margin-bottom: 45px;
}

@media all and (min-width: 600px) and (max-width: 1599px) {

	.top_fv_frame .texts.fv1 h2 .catchcopy img {
		width: 65vw;
		margin-left: -6vw;
	}
	.top_fv_frame .texts.fv1 .inner .points ul {
		gap: 0 1.5vw;
	}
	.top_fv_frame .texts.fv1 .inner .points ul li {
		width: 13vw;
		height: 13vw;
	}
	.top_fv_frame .texts.fv1 .inner .points ul li span {
		font-size: 2vw;
		letter-spacing: .1vw;
	}
	.top_fv_frame .texts.fv1 .inner .points p {
		margin-top: 3vw;
		font-size: 2vw;
		letter-spacing: .1vw;
	}
	
	.top_fv_frame .texts.fv2 .inner h2 {
		margin-bottom: 3vw;
	}
	.top_fv_frame .texts.fv2 .inner h2 img {
		width: 48vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul {
		gap: 0 1.5vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li {
		width: 17vw;
		height: 17vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li > div {
		width: 16vw;
		height: 16vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li p {
		margin: 2vw 0 2.5vw;
		font-size: 2vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li span {
		font-size: 1.8vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li:nth-of-type(3) p {
		margin-bottom: 3.75vw;
	}	

}

@media all and (max-width: 599px) {
	
	.top_fv .fv_sp {
		display: block;
	}
	.top_fv .fv_pc {
		display: none;
	}
  	.mv .swiper-slide .pic {
    	aspect-ratio: auto;
  	}	
	.top_fv_frame .texts.fv1 {
		align-items: flex-start;
	}
	.top_fv_frame .texts.fv1 h2 .catchcopy img {
		width: 110%;
		max-width: 110%;
		margin: 6vw 0 70vw -5vw;
	}
	.top_fv_frame .texts.fv1 .inner .points ul {
		gap: 0 2vw;
		justify-content: center;
	}
	.top_fv_frame .texts.fv1 .inner .points ul li {
		width: 28vw;
		height: 28vw;
		axpect-ratio: 1;
	}
	.top_fv_frame .texts.fv1 .inner .points ul li span {
		font-size: 4vw;
		letter-spacing: .2vw;
	}
	.top_fv_frame .texts.fv1 .inner .points p {
		margin-top: 0;
		font-size: 3.4vw;
		letter-spacing: .2vw;
		text-align: center;
	}
	.top_fv_frame .texts.fv1 .inner h2 br.sp,
	.top_fv_frame .texts.fv1 .inner .points p.sp {
		display: inline-block;
	}	
	
	.top_fv_frame .texts.fv2 .inner h2 {
		font-size: 8vw;
		text-align: left;
	}
	.top_fv_frame .texts.fv2 .inner h2 span {
		font-size: 6vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul {
		gap: 0 2vw;
		justify-content: center;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li {
		width: 28vw;
		height: 28vw;
		axpect-ratio: 1;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li > div {
		width: 26vw;
		height: 26vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li p {
		margin: 3vw 0 4vw;
		font-size: 3.5vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li span {
		font-size: 3vw;
	}
	.top_fv_frame .texts.fv2 .inner .points ul li:nth-of-type(3) p {
		margin-bottom: 6vw;
	}		
}


