@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */



/* subCategryList */

.categoryListSection .subCategryList {
}
.categoryListSection .subCategryList li {
float: none;
width:  calc(100% - 0px);

}
.categoryListSection .subCategryList li:nth-child(even) {
float: none;
}
.categoryListSection .subCategryList li:nth-child(odd) {
clear: none;
}



/* for PC */
@media screen and (min-width: 1201px) {


	/* subCategryList */

	.categoryListSection .subCategryList {
	}
	.categoryListSection .subCategryList li {
	float: left ;
	width:  calc(50% - 27.5px);

	}
	.categoryListSection .subCategryList li:nth-child(even) {
	float: none;
	}
	.categoryListSection .subCategryList li:nth-child(odd) {
	clear: none;
	}

}





/* ============================
		topVisualSection
 ============================ */


.topVisualSection .smartContainer {
background-image: url("../../images/top_visual0001b.webp");
}

@media screen and (min-width: 1201px) {

	.topVisualSection .smartContainer {
	background-image: url("../../images/top_visual0001b_pc.webp");
	}


}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

/* for PCX */
@media screen and (min-width: 1501px) {
}

