@charset "UTF-8";

:root {
	--hogehoge: hugahuga;
}




/* iPhone1,3G,3GS,4,4s-320*480,5,5s,5c,SE(1gen)-320*568 */
@media only screen and (min-width: 320px) {
}
/* iPhone6,6s,7,8,SE(2gen)-375*667,12mini,13mini,X,XS,11pro--375*812 */
@media only screen and (min-width: 375px) {
}
/* iPhone12,13,12pro,13pro--390*844 */
@media only screen and (min-width: 390px) {
}
/* iPhone6plus,6splus,7plus,8plus-414*736,XR,11,XSMax,11proMax-414*896 */
@media only screen and (min-width: 414px) {
}
/* iPhone12proMax,13ProMax--428*926 */
@media only screen and (min-width: 428px) {
}
/* スマホ上限,タブレット下限 */
@media only screen and (min-width: 620px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 920px) {
}
@media only screen and (min-width: 980px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1440px) {
}
@media only screen and (min-width: 1680px) {
}