@charset "utf-8";

/*
homaekake
帆前掛け
*/

#SecOtherProducts ul li:nth-child(1),
#SecOtherProducts ul li:nth-child(2),
#SecOtherProducts ul li:nth-child(10){
	display: none;
}


/* #Sec01
-----------------------------------------------------------------*/
.homaekake #Sec01{
	margin-top: 40px;
	padding: 0 80px;
}
.homaekake #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.homaekake #Sec01 h2.ttl{
	margin-top: 60px;
}

.homaekake .top_txt{
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
}

.homaekake .top_txt .txt{
	margin-right: 20px;
}

.homaekake .homaekake_box .img_box{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 50px auto;
	flex-wrap: wrap;
}

.homaekake .homaekake_box .img_box img{
	margin-bottom: 10px;
}


@media screen and (max-width: 1080px) {
/* 1020pxまでの幅の場合に適応される */
.homaekake .homaekake_box .img_box .img{
	width: 50%;
}

/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.homaekake #Sec01{
	padding: 0 50px;
}
.homaekake #Sec01 .inner{
}

.homaekake .top_txt{
	display: block;
	margin: 60px auto;
}
.homaekake .top_txt img{
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.homaekake .homaekake_box .img_box .img{
	width: 100%;
	margin-bottom: 20px;
}

.homaekake .homaekake_box .img_box{
	display: block;
}


/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}