@charset "utf-8";
/* CSS Document */
.top_container{
  padding: 15px;
  position: relative;
}
.mainvisual{
	width: 100%;
  aspect-ratio: 1;
	border-radius: 20px;
  border: 2px solid var(--main_color);
	overflow: hidden;
}
.mainvisual .img_box{
	width: 100%;
	height: 100%;
	border-radius: 17px;
	overflow: hidden;
}
.mainvisual .img_box img{
	height: 100%;
	width: auto;
}
.top_container h2{
  width: fit-content;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border: 2px solid;
  border-color: var(--main_color) var(--main_color) #fff var(--main_color);
  font-size: 170%;
  letter-spacing: 3px;
  padding: 7px 20px;
  border-radius: 20px 20px 0 0;
}
.top_container h2::before{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: -2px;
  left: -40px;
  background: transparent;
  border-radius: 0 0 50% 0 / 0 0 100% 0;
  box-shadow: 20px 0 0 #fff;
  border-right: 2px solid var(--main_color);
  border-bottom: 2px solid var(--main_color);
}
.top_container h2::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: -2px;
  right: -40px;
  background: transparent;
  border-radius: 0 0 0 50% / 0 0 0 100%;
  box-shadow: -20px 0 0 #fff;
  border-left: 2px solid var(--main_color);
  border-bottom: 2px solid var(--main_color);
}
.uv{
  margin: 60px auto;
  padding: 0 0 30px;
  background: var(--back_color);
  position: relative;
  z-index: 0;
}
.uv::before{
  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(--back_color);
}
.uv h3{
  width: fit-content;
  font-size: 130%;
  letter-spacing: 2px;
  background: #fff;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border-radius: 0 0 20px 0;
  position: relative;
  z-index: 0;
}
.uv h3:before{
  content: '';
  height: 15px;
  width: 30px;
  position: absolute;
  top: 0;
  right: -30px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -15px 0 0 #fff;
}
.uv h3::after{
  content: '';
  height: 15px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -15px 0 0 #fff;
}
.uv p{
  padding: 20px 10px;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: justify;
}
.uv img{
  display: block;
  width: 80%;
  margin: 0 -40px 0 0;
  border-radius: 0 20px 20px 0;
}
.uv .decoration01{
  display: block;
  width: 10%;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
  background: #fff;
  z-index: 0;
}
.uv .decoration01:before{
  content: '';
  height: 30px;
  width: 15px;
  position: absolute;
  top: -30px;
  right: 0;
  background: transparent;
  border-radius: 0 0 100% 0 / 0 0 50% 0;
  box-shadow: 0 15px 0 #fff;
}
.uv .decoration01::after{
  content: '';
  height: 15px;
  width: 30px;
  position: absolute;
  bottom: 0px;
  left: -30px;
  background: transparent;
  border-radius: 0 0 50% 0 / 0 0 100% 0;
  box-shadow: 15px 0 0 #fff;
}
.connect{
  margin: 0 auto 90px;
}
.connect h3{
  background: var(--main_color);
  color: #fff;
  width: fit-content;
  padding: 10px 20px;
  font-size: 130%;
  border-radius: 0 20px 20px 0;
  margin: 0 0 15px 0;
}
.connect .top_text{
  padding: 0 10px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.connect > ul{
  margin: 30px auto;
}
.connect > ul > li{
  margin: 0 0 20px;
}
.connect > ul > li .title{
  border-bottom: 2px solid var(--main_color);
  padding: 0 5px 4px;
  margin: 0 auto 10px;
  letter-spacing: 1px;
  font-size: 116%;
}
.connect > ul > li .detail{
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 0 10px;
  margin-bottom: 10px;
}
.connect > .img_box{
  position: relative;
  width: 95%;
  margin: 20px auto 120px;
}
.connect > .img_box img{
  width: 60%;
  height: auto;
}
.connect > .img_box img:last-child{
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: -1;
}
.connect > ul > li .img_box{
  position: relative;
  width: 95%;
  margin: 20px auto 120px;
}
.connect > ul > li .img_box img{
  width: 60%;
  height: auto;
}
.connect > ul > li .img_box img:last-child{
  position: absolute;
  bottom: -75%;
  right: 0;
  z-index: -1;
}
.connect > ul > li ul{
  font-size: 90%;
  padding: 0 15px;
  margin: 10px 0;
}
.connect > ul > li ul li{
  display: flex;
  margin: 0 0 10px;
}
.connect > ul > li ul li span{
  margin-right: 5px;
}
.oem{
  background: var(--main_thincolor);
  padding: 30px 0;
  border-radius: 15px 0 15px 0;
  position: relative;
  z-index: 0;
  margin: 0 auto 60px;
}
.oem .decoration01{
  background: var(--main_thincolor);
  position: absolute;
  height: 30px;
  width: 40%;
  border-radius: 15px 0 0 0;
  top: -30px;
  right: 0;
}
.oem .decoration01::before{
  content: '';
  height: 30px;
  width: 15px;
  position: absolute;
  top: -30px;
  right: 0;
  background: transparent;
  border-radius: 0 0 100% 0 / 0 0 50% 0;
  box-shadow: 0 15px 0 var(--main_thincolor);
}
.oem .decoration01::after{
  content: '';
  height: 30px;
  width: 15px;
  position: absolute;
  bottom: 0px;
  left: -15px;
  background: transparent;
  border-radius: 0 0 100% 0 / 0 0 50% 0;
  box-shadow: 0 15px 0 var(--main_thincolor);
}
.oem .decoration02{
  background: var(--main_thincolor);
  position: absolute;
  height: 30px;
  width: 30%;
  border-radius: 0 0 15px 0;
  bottom: -30px;
  left: 0;
}
.oem .decoration02::before{
  content: '';
  height: 30px;
  width: 15px;
  position: absolute;
  top: 0px;
  right: -15px;
  background: transparent;
  border-radius: 100% 0 0 0 / 50% 0 0 0;
  box-shadow: 0 -15px 0 var(--main_thincolor);
}
.oem .decoration02::after{
  content: '';
  height: 30px;
  width: 15px;
  position: absolute;
  bottom: -30px;
  left: 0px;
  background: transparent;
  border-radius: 100% 0 0 0 / 50% 0 0 0;
  box-shadow: 0 -15px 0 var(--main_thincolor);
}
.oem h3{
  background: #fff;
  width: fit-content;
  padding: 10px 20px;
  font-size: 130%;
  border-radius: 0 20px 20px 0;
  margin: 0 0 15px 0;
}
.oem .text{
  padding: 0 10px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.8;
}
.wholesale{
  margin: 0 auto 80px;
}
.wholesale h3{
  background: var(--accent_color);
  color: #fff;
  width: fit-content;
  padding: 10px 20px;
  font-size: 130%;
  border-radius: 20px 0 0 20px;
  margin: 0 0 15px auto;
}
.wholesale p{
  padding: 0 10px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.8;
}