@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;
}

.cate_wrap .cate .titlebox{
	padding: 8px 20px;
}

.cate3{
	position: relative;
	padding-right: 0;
}
.cate3 .flower_item2{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.cate3 > div{
	position: relative;
	z-index: 3;
}
.cate3 .imgbox{
	width: 50%;
	z-index: 4;
	transform: translateX(10%);
}
.cate3 .txtbox{
	width: 50%;
	padding: 5% 10%;
	padding-right: 5%;
	background-color: #F2ECEC;
	margin-top: 7%;
}
.cate3 .txtbox .title_item1 .en_title3{
	color: #DCA08C;
}
.cate3 .txtbox .title_item1 .title{
	background-color: #DCA08C;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate3{
		justify-content: flex-start;
	}
	.cate3 .imgbox{
		width: 80%;
		z-index: 4;
		transform: translateX(0);
		margin-bottom: -6%;
	}
	.cate3 .txtbox{
		width: 70%;
		margin-left: 30%;
		padding: 10% 5%;
		margin-top: 0;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate3 .txtbox{
		width: 75%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate3{
		padding-right: 20px;
	}
	.cate3 .flower_item2{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 4;
	}
	.cate3 > div{
		position: relative;
		z-index: 3;
	}
	.cate3 .imgbox{
		width: 100%;
		margin-bottom: 0;
	}
	.cate3 .txtbox{
		width: 100%;
		padding: 40px;
		margin-left: 0;
	}
}

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

