@charset "utf-8";
/* CSS Document */
.main-wrap{
	position: relative;
}
.main-wrap > .flower_item1{
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 2;
}
.main-wrap .cate_wrap{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cate1{
	position: relative;
}
.cate1 .flower_item6{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(90%);
	z-index: 5;
}
.cate1 .contents .imgbox{
	width: 45%;
	position: relative;
	z-index: 1;
	justify-content:flex-end;
	align-items: flex-end;
	margin-left: -5%;
}
.cate1 .contents .imgbox img{
}
.cate1 .contents .txtbox{
	position: relative;
	z-index: 2;
	width: 60%;
	background-color: #FAF8F7;
	padding: 5% 5% 10%;
}
.cate1 .contents .txtbox > div{
	position: relative;
	z-index: 3;
}
.cate1 .contents .txtbox .flower_item2{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(30%);
	z-index: 1;
}
.swiper-container{
	position: relative;
	overflow: hidden;
}
.swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: center;
}
.swiper-container .swiper-wrapper .swiper-slide img{
	width: auto;
	height: 300px;
	max-width: 100%;
	object-fit: contain;
	justify-self: center;
	display: block;
	object-position: bottom center;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(odd) img:nth-of-type(odd){
	object-position: top center;
	margin-bottom: 10%;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(odd) img:nth-of-type(even){
	object-position: bottom center;
	margin-top: 10%;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(even) img:nth-of-type(odd){
	object-position: bottom center;
	margin-top: 10%;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(even) img:nth-of-type(even){
	object-position: top center;
	margin-bottom: 10%;
}
body.gjs-dashed .swiper-container .swiper-wrapper .swiper-slide a{width: 25%;display: inline-block;}


.cate2 .titlebox h2 span{
	font-size: clamp(24px,3.6vw,40px);
}
.cate2 .boxwrap{
	align-items: stretch;
	gap: 15px;
}
.cate2 .boxwrap .box{
	width: calc(100% / 3 - 30px / 3);
	padding: clamp(20px,5%,50px) clamp(10px,2%,30px);
	text-align: center;
	gap: 20px;
}
.cate2 .boxwrap .box img{
	width: 80%;
	max-width: 190px;
	min-width: 100px;
}
.cate2 .boxwrap .box .num{
	font-size: clamp(40px,4.0vw,50px);
}

.cate3{
	position: relative;
}
.cate3::after{
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #F2ECEF;
}
.cate3 > div{
	position: relative;
	z-index: 3;
}
.cate3 .contents{
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.cate3 .contents .imgbox{
	width: 55%;
}
.cate3 .contents .txtbox{
	width: 45%;
	padding: 0 5%;
}
.cate3 .icon_list{
	margin-left: auto;
	margin-right: 0;
}
.cate3 .flower_item2{
	position: absolute;
	top: 0;
	left: 60%;
	transform: translateY(-25%);
	z-index: 2;
}
.cate3 .flower_item5{
	position: absolute;
	top: 80%;
	left: 0;
	z-index: 2;
}
.cate3 > p{
	position: relative;
	z-index: 3;
}
.cate3 .title_item1 p{color: #D5ADD0;}
.cate3 .title_item1 h2{background-color: #D5ADD0;}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .boxwrap .box{
		width: calc(100% / 2 - 15px / 2);
		gap: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .contents .imgbox{
		width: 60%;
		margin-left: -10%;
	}
	.cate1 .contents .txtbox{
		width: 50%;
		padding: 5% 5% 10%;
	}
	.cate1 .contents .txtbox .flower_item2{
		width: 45%;
	}
	.swiper-container .swiper-wrapper .swiper-slide{
		opacity: 1;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
		align-items: center;
	}
	.swiper-container .swiper-wrapper .swiper-slide img{
		width: auto;
		height: 200px;
		max-width: 100%;
		object-fit: contain;
		justify-self: center;
		display: block;
		object-position: bottom center;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(odd) img:nth-of-type(odd){
		object-position: top center;
		margin-bottom: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(odd) img:nth-of-type(even){
		object-position: bottom center;
		margin-top: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(even) img:nth-of-type(odd){
		object-position: bottom center;
		margin-top: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(even) img:nth-of-type(even){
		object-position: top center;
		margin-bottom: 5%;
	}
	.cate2 .boxwrap{
		gap: 10px;
	}
	.cate2 .boxwrap .box{
		width: calc(100% / 2 - 10px / 2);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .contents{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate1 .contents .imgbox{
		width: 70%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.cate1 .contents .txtbox{
		width: 100%;
		padding: 20px;
	}
	.cate1 .contents .txtbox .flower_item2{
		width: 40%;
	}
.swiper-container .swiper-wrapper{
	justify-content: center;
}

.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	display: grid !important;
	width: fit-content !important;
	grid-template-columns: repeat(3, 120px);
	gap: 5px;
	align-items: center;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container .swiper-wrapper .swiper-slide img{
	width: auto;
	height: 120px;
	max-width: 120px;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
}	.swiper-container .swiper-wrapper .swiper-slide > *{
	justify-self: center;
}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(odd) img:nth-of-type(odd){
		object-position: top center;
		margin-bottom: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(odd) img:nth-of-type(even){
		object-position: bottom center;
		margin-top: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(even) img:nth-of-type(odd){
		object-position: bottom center;
		margin-top: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(even) img:nth-of-type(even){
		object-position: top center;
		margin-bottom: 5%;
	}
	.swiper-container .swiper-wrapper .swiper-slide img:nth-of-type(4),.swiper-container .swiper-wrapper .swiper-slide img:nth-of-type(5){
		transform: translateX(50%);
		object-position: center center!important;
	}
	.swiper-container .swiper-wrapper .swiper-slide img:nth-of-type(4){
		margin-top: 10%!important;
	}
	.swiper-container .swiper-wrapper .swiper-slide img:nth-of-type(5){
		margin-bottom: 10%!important;
	}
	.cate2 .boxwrap{
		gap: 10px;
	}
	.cate2 .boxwrap .box{
		width: 100%;
	}
	.cate3::after{
		width: 85%;
	}
	.cate3 .contents .imgbox{
		width: 100%;
	}
	.cate3 .contents .txtbox{
		width: 100%;
		padding: 30px 20px 0;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

