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

下層共通パーツ

============================================*/
.mainvisual{
	height: 60vh;
	display: flex;
	position: relative;
	overflow: unset;
}
.mainvisual img{
	width: 100%;
	object-fit: cover;
  object-position: center;
	border-radius: 43px;
}
.mainvisual h2{
	display: block;
	width: fit-content;
	height: fit-content;
	position: absolute;
	bottom: -2px;
	left: -2px;
	margin: auto;
	background: #fff;
	font-size: 250%;
	letter-spacing: 4px;
	padding: 15px 80px;
	border-radius: 0 20px 0 0;
	border-top: 2px solid var(--main_color);
	border-right: 2px solid var(--main_color);
}
.mainvisual h2::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: -20px;
	left: 0;
	background: transparent;
	border-radius: 0 0 0 50% / 0 0 0 100%;
	box-shadow: -20px 0 0 #fff;
	border-bottom: 2px solid var(--main_color);
	border-left: 2px solid var(--main_color);
}
.mainvisual h2::after{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	bottom: 0px;
	right: -40px;
	background: transparent;
	border-radius: 0 0 0 50% / 0 0 0 100%;
	box-shadow: -20px 0 0 #fff;
	border-bottom: 2px solid var(--main_color);
	border-left: 2px solid var(--main_color);
}
/*===========================================

end 下層共通パーツ

============================================*/
.uv{
	margin: 120px 0;
	padding: 60px 0;
	background: var(--back_color);
	border-radius: 0 0 20px 0;
	position: relative;
	z-index: 0;
}
.uv::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: -20px;
	background: transparent;
	border-radius: 0 0 0 50% / 0 0 0 100%;
	box-shadow: -20px 0 0 var(--back_color);
}
.uv .decoration01{
	position: absolute;
	top: -60px;
	right: 0;
	height: 60px;
	width: 40%;
	background: var(--back_color);
	border-radius: 20px 0 0 0;
}
.uv .decoration01::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: -20px;
	right: 0;
	background: transparent;
	border-radius: 0 0 50% 0 / 0 0 100% 0;
	box-shadow: 20px 0 0 var(--back_color);
}
.uv .decoration01::after{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: -40px;
	background: transparent;
	border-radius: 0 0 50% 0 / 0 0 100% 0;
	box-shadow: 20px 0 0 var(--back_color);
}
.uv .decoration02{
	position: absolute;
	bottom: -60px;
	left: 0;
	height: 60px;
	width: 30%;
	background: var(--back_color);
	border-radius: 0 0 20px 0;
}
.uv .decoration02::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: 0px;
	right: -40px;
	border-radius: 50% 0 0 0 / 100% 0 0 0;
	background: transparent;
	box-shadow: -20px 0 0 var(--back_color);
}
.uv .decoration02::after{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	bottom: -20px;
	border-radius: 50% 0 0 0 / 100% 0 0 0;
	background: transparent;
	box-shadow: -20px 0 0 var(--back_color);
}
.uv h3{
	width: fit-content;
	font-size: 220%;
	letter-spacing: 4px;
	padding: 10px 60px 10px calc((100% - 1100px) / 2);
	margin: 0px auto 30px 0;
	position: relative;
	z-index: 0;
}
.uv h3::before{
	content: '';
	height: 100%;
	width: 100vw;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0	;
	background: #fff;
	border-radius: 0 20px 20px 0;
}
.uv .detail_box{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.uv p{
	width: 50%;
	max-width: 1100px;
	padding: 30px;
	margin: 0 auto 0 0;
	letter-spacing: 2px;
	text-align: justify;
	font-size: 108%;
	line-height: 1.8;
	background: #fff;
	position: relative;
	z-index: 1;
}
.uv .item01{
	display: block;
	margin: -10% 0% 80px auto;
	position: relative;
	z-index: 0;
}
.connect{
	margin: 0px auto 160px;
	width: 100%;
	max-width: 1100px;
	position: relative;
	border-radius: 20px 0 0 20px;
}
.connect h3{
	width: fit-content;
	font-size: 220%;
	margin: 0px 0 0 auto;
	padding: 10px calc((100% - 1100px) / 2) 13px 60px;
	text-align: right;
	color: #fff;
	border-radius: 20px 0 0 20px;
	position: relative;
	z-index: 0;
}
.connect h3::before{
	content: '';
	height: 100%;
	width: 50vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: var(--main_color);
	border-radius: 20px 0 0 20px;
}
.connect .top_text{
	text-align: center;
	width: 90%;
	max-width: 1100px;
	margin: 50px auto;
	font-size: 108%;
	letter-spacing: 3px;
	line-height: 1.8;
}
.connect .content{
	margin: 0 auto 60px;
}
.connect .content .title{
	width: fit-content;
	background: var(--main_color);
	color: #fff;
	padding: 7px 15px 10px 25px;
	text-align: center;
	font-size: 125%;
	letter-spacing: 4px;
	border-radius: 10px;
}
.connect .content .detail{
	padding: 10px 20px;
	letter-spacing: 2px;
	line-height: 1.8;
	text-align: justify;
}
.connect .img_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 10px auto 80px;
}
.connect .img_box img{
	width: 45%;
	height: auto;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 2px 2px 3px #cdcdcd, -2px -2px 3px #cdcdcd;
	margin-bottom: 20px;
}
.connect .content ul{
	padding: 0 20px 10px;
}
.connect .content ul li{
	display: flex;
	margin-bottom: 5px;
}
.connect .content ul li span{
	padding-right: 10px;
}
.oem{
	background: var(--main_thincolor);
	padding: 80px 0;
	margin: 0 auto 120px;
	position: relative;
	z-index: 0;
	border-radius: 0 0 20px 0;
}
.oem::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: -20px;
	background: transparent;
	border-radius: 0 0 0 50% / 0 0 0 100%;
	box-shadow: -20px 0 0 var(--main_thincolor);
}
.oem .decoration01{
	height: 50px;
	width: 30%;
	position: absolute;
	top: -50px;
	right: 0;
	background: var(--main_thincolor);
	border-radius: 20px 0 0 0;
}
.oem .decoration01::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: -20px;
	right: 0;
	background: transparent;
	border-radius: 0 0 50% 0 / 0 0 100% 0;
	box-shadow: 20px 0 0 var(--main_thincolor);
}
.oem .decoration01::after{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	bottom: 0px;
	left: -40px;
	background: transparent;
	border-radius: 0 0 50% 0 / 0 0 100% 0;
	box-shadow: 20px 0 0 var(--main_thincolor);
}
.oem .decoration02{
	height: 60px;
	width: 27%;
	position: absolute;
	bottom: -60px;
	background: var(--main_thincolor);
	border-radius: 0 0 20px 0;
}
.oem .decoration02::before{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	top: 0px;
	right: -40px;
	background: transparent;
	border-radius: 50% 0 0 0 / 100% 0 0 0;
	box-shadow: -20px 0 0 var(--main_thincolor);
}
.oem .decoration02::after{
	content: '';
	height: 20px;
	width: 40px;
	position: absolute;
	bottom: -20px;
	left: 0;
	background: transparent;
	border-radius: 50% 0 0 0 / 100% 0 0 0;
	box-shadow: -20px 0 0 var(--main_thincolor);
}
.oem h3{
	width: fit-content;
	font-size: 220%;
	letter-spacing: 4px;
	padding: 10px 60px 10px calc((100% - 1100px) / 2);
	margin: 0px auto 30px 0;
	position: relative;
	z-index: 0;
}
.oem h3::before{
	content: '';
	height: 100%;
	width: 100vw;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	background: #fff;
	border-radius: 0 20px 20px 0;
}
.oem .text{
	width: 60%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 2px;
	line-height: 1.8;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
.wholesale{
	margin: 0px auto 220px;
	width: 100%;
	max-width: 1100px;
	position: relative;
	border-radius: 20px 0 0 20px;
}
.wholesale h3{
	width: fit-content;
	font-size: 220%;
	margin: 0px 0 40px auto;
	padding: 10px calc((100% - 1100px) / 2) 13px 60px;
	text-align: right;
	color: #fff;
	border-radius: 20px 0 0 20px;
	position: relative;
	z-index: 0;
}
.wholesale h3::before{
	content: '';
	height: 100%;
	width: 50vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: var(--accent_color);
	border-radius: 20px 0 0 20px;
}
.wholesale p{
	width: 75%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 2px;
	line-height: 1.8;
	background: #fff;
	padding: 0 30px;
	border-radius: 20px;
}