@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) {
	
}



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



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



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