@charset "utf-8";
/* CSS Document */
.main-wrap{
	position: relative;
}
.main-wrap > .flower_item1{
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 1;
}
.main-wrap > .flower_item2{
	position: absolute;
	top: 50vh;
	right: 0;
	z-index: 1;
}
.main-wrap .cate_wrap{
}

.main-wrap > div{
	position: relative;
	z-index: 3;
}
.main-wrap .cate_wrap{
	align-items: stretch;
}
.main-wrap .cate_wrap > div{
	width: 50%;
	padding: clamp(40px,10%,80px) clamp(20px,5%,50px);
}
.main-wrap .cate_wrap .imgwrap{
	gap: 20px 10px;
}
.main-wrap .cate_wrap .imgwrap img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.main-wrap .cate_wrap .cate1 .imgwrap a:nth-of-type(3){
	max-width: calc(100% / 5 * 3 - 10px / 2);
}
.main-wrap .cate_wrap .cate1 .imgwrap a:nth-of-type(4){
	max-width: calc(100% / 5 * 2 - 10px / 2);
}
.main-wrap .cate_wrap .cate2 .imgwrap a{
	max-width: calc(100% / 2 - 10px / 2);
}
.icon_list{
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.icon_list .item_list{
	width: 100%;
	gap: 10px;
	align-items: flex-start;
}
.icon_list .item_list .item{
	width: calc(100% / 3 - 20px / 3);
	text-align: center;
}
.icon_list .item_list .item img{
	max-width: 120px;
	margin-bottom: 10px;
}
.icon_list .item_list .item p{
	font-size: clamp(12px,1.2vw,14px);
}
.icon_list .item_list .item p span{
	display: inline-block;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .cate_wrap > div{
		width: 100%;
		padding: clamp(40px,10%,80px) clamp(20px,5%,50px);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}

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

