@charset "utf-8";

/* 大PC用 */
@import url("device/pc-big.css") screen and (min-width:1368px);

/* PC用 */
@import url("device/pc.css") screen and (min-width:960px) and (max-width:1367px);

/* タブレット用 */
@import url("device/tablet.css") screen and (min-width:768px) and (max-width:959px);

/* スマ－トフォン横用 */
@import url("device/sp-landscape.css") screen and (min-width:480px) and (max-width:767px);

/* iPhone 6, 7, & 8 Plus in landscape用 */
@import url("device/iphone-plus-landscape.css") screen and (min-width:414px) and (max-width:736px) and (orientation:landscape);

/* スマ－トフォン縦用 */
@import url("device/sp-portrait.css") screen and (min-width:0px) and (max-width:479px);


/* Android系 360px用 */
@import url("device/and-360px.css") screen and (min-width:360px) and (max-width:374px) and (orientation:portrait);

/* iPhone 6, 7, & 8用 */
@import url("device/iphone-678.css") screen and (min-width:375px) and (max-width:667px);

/* iPhone 6, 7, & 8 Plus in portrait用 */
@import url("device/iphone-plus.css") screen and (min-width:414px) and (max-width:736px) and (orientation:portrait);








/*	retina系	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	
	
}
*/