@charset "utf-8";

/* ##### ipad proのlandscape(1366px)のみ ##### */
@media screen and (orientation: landscape) and (max-width: 1366px) {

}



/* ##### 1200px以上 ##### */
@media (min-width: 1200px) {

}



/* ##### 1024px未満 ##### */
@media (max-width: 1024px) {
	
}



/* ##### ipadのlandscape(1024px)のみ ##### */
@media screen and (orientation: landscape) and (max-width: 1024px) {
	
}



/* ##### 768px未満 ##### */
@media (max-width: 768px) {
	
}



/* ##### iphone6 plusのlandscape(736px) ##### */
@media screen and (orientation: landscape) and (max-width: 736px) {
	
}



/* ##### iphone6のlandscape(667px) ##### */
@media screen and (orientation: landscape) and (max-width: 667px) {
	
}




/* ##### androidのlandscape(640px) ##### */
@media screen and (orientation: landscape) and (max-width: 640px) {
	
}



/* ##### iphone5のlandscape(568px) ##### */
@media screen and (orientation: landscape) and (max-width: 568px) {
	
}


/* ##### 414px未満 ##### */
@media (max-width: 414px) {
	.shopping-cont > ul {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 1.0rem 0 3.0rem 0;
	}
	
	.shopping-cont > ul > li {
		width: 100%;
		padding: 1.0rem;
		box-sizing: border-box;
	}
	
	.shopping-cont > ul > li:nth-of-type(2) {
		margin: 0;
	}
}



/* ##### 375px未満 ##### */
@media (max-width: 375px) {
	
}



/* ##### 360px未満 ##### */
@media (max-width: 360px) {
	
}



/* ##### 321px未満 ##### */
@media (max-width: 321px) {
	
}