@charset "utf-8";


/*===cariier===cariier===cariier===
...................................

------------------------------ 余白

...................................
===cariier===cariier===cariier===*/

@media screen and (min-width:801px) {
	.mtll{margin-top:	120px !important;}
	.mbll{margin-bottom:	120px !important;}
	.ptll{padding-top:	120px !important;}
	.pbll{padding-bottom:	120px !important;}
	.mtl{margin-top:	80px !important;}
	.mbl{margin-bottom:	80px !important;}
	.ptl{padding-top:	80px !important;}
	.pbl{padding-bottom:	80px !important;}
	.mtml{margin-top:	60px !important;}
	.mbml{margin-bottom:	60px !important;}
	.ptml{padding-top:	60px !important;}
	.pbml{padding-bottom:	60px !important;}
	.mtm{margin-top:	50px !important;}
	.mbm{margin-bottom:	50px !important;}
	.ptm{padding-top:	50px !important;}
	.pbm{padding-bottom:	50px !important;}
	.mtms{margin-top:	20px !important;}
	.mbms{margin-bottom:	20px !important;}
	.ptms{padding-top:	20px !important;}
	.pbms{padding-bottom:	20px !important;}
	.mts{margin-top:	20px !important;}
	.mbs{margin-bottom:	20px !important;}
	.pts{padding-top:	20px !important;}
	.pbs{padding-bottom:	20px !important;}
	.mtss{margin-top:	10px !important;}
	.mbss{margin-bottom:	10px !important;}
	.ptss{padding-top:	10px !important;}
	.pbss{padding-bottom:	10px !important;}
}

@media screen and (max-width:800px) {
	.mtll{margin-top:	15vw !important;}
	.mbll{margin-bottom:	15vw !important;}
	.ptll{padding-top:	15vw !important;}
	.pbll{padding-bottom:	15vw !important;}
	.mtl{margin-top:	13vw !important;}
	.mbl{margin-bottom:	13vw !important;}
	.ptl{padding-top:	13vw !important;}
	.pbl{padding-bottom:	13vw !important;}
	.mtml{margin-top:	10vw !important;}
	.mbml{margin-bottom:	10vw !important;}
	.ptml{padding-top:	10vw !important;}
	.pbml{padding-bottom:	10vw !important;}
	.mtm{margin-top:	8vw !important;}
	.mbm{margin-bottom:	8vw !important;}
	.ptm{padding-top:	8vw !important;}
	.pbm{padding-bottom:	8vw !important;}
	.mtms{margin-top:	5vw !important;}
	.mbms{margin-bottom:	5vw !important;}
	.ptms{padding-top:	5vw !important;}
	.pbms{padding-bottom:	5vw !important;}
	.mts{margin-top:	3vw !important;}
	.mbs{margin-bottom:	3vw !important;}
	.pts{padding-top:	3vw !important;}
	.pbs{padding-bottom:	3vw !important;}
	.mtss{margin-top:	1vw !important;}
	.mbss{margin-bottom:	1vw !important;}
	.ptss{padding-top:	1vw !important;}
	.pbss{padding-bottom:	1vw !important;}
}


/*===cariier===cariier===cariier===
...................................

-------------------------- SP ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (max-width:800px) {
	.pc_only,
	.sp_none {
		display: none !important;
	}
	html {
		font-size: 2.3vw;
	}
	.inner {
		width: 88vw;
		margin-left: 6vw;
		margin-right: 6vw;
	}
}

