@charset "utf-8";
/* CSS Document */


html {
	width: 100%;
	font-size: 62.5%; /*10px*/
	}
body {
	font-size: 1.0rem; /*10px*/
	background: #000;
	}

p,div,td,th,h1,h2,h3,h4,h5,ol,ul,li,input, select, option, textarea {
	font-size: 1.4rem;
	line-height: 1.9em;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-family: Arial, Helvetica, 'sans-serif';
	color: #ccc;
	}
	@media screen and ( max-width:480px)  {
		p,div,td,th,h1,h2,h3,h4,h5,ol,ul,li,input, select, option, textarea {
			font-size: 1.3rem;
			line-height: 1.8em;
			font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
			}
	}
	@media screen and ( max-width:375px)  {
		p,div,td,th,h1,h2,h3,h4,h5,ol,ul,li,input, select, option, textarea {
			font-size: 1.2rem;
			line-height: 1.6em;
			font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
			}
	}
	@media screen and ( max-width:320px)  {
		p,div,td,th,h1,h2,h3,h4,h5,ol,ul,li,input, select, option, textarea {
			font-size: 1.1rem;
			line-height: 1.2em;
			font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
			}
	}







/*
-----------------------------------------------------
 flexible
-----------------------------------------------------
*/
.spnon {
	display: block;
	}
.pcnon {
	display: none;
	}
	@media screen and ( max-width:750px)  {
		.spnon {
			display: none;
		}
		.pcnon {
			display: block;
		}
	}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}
section:after,
header:after,
footer:after,
main:after,
div:after,
ul:after {
	content: "";
	display: block;
	clear: both;
	}