
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background: #ececec;
}

a{
	color		: #66ccff;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}


h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	position: relative;
	min-width: 320px;
	max-width: 650px;
	background: #333;
	margin: 0 auto;
}
body::before{
	content:"";
	display:block;
	position:fixed;
	bottom: 0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: #333;
}

h1{
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	padding: 2px;
	text-align: left;
-webkit-background-size: 3px 3px;
-moz-background-size: 3px 3px;
background-size: 3px 3px;
background-color: #1c1c1e;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #28282a), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #28282a),
            color-stop(.75, #28282a), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #28282a 25%, transparent 25%,
          transparent 50%, #28282a 50%, #28282a 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #28282a 25%, transparent 25%,
          transparent 50%, #28282a 50%, #28282a 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #28282a 25%, transparent 25%,
          transparent 50%, #28282a 50%, #28282a 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #28282a 25%, transparent 25%,
          transparent 50%, #28282a 50%, #28282a 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #28282a 25%, transparent 25%,
          transparent 50%, #28282a 50%, #28282a 75%,
          transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

h2{
	width: 650px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #999;
	background: #1c1c1e;
	position: absolute;
	top: 81px;
	left: calc(50% - 325px);
}
@media screen and (max-width: 650px) {
	h2{
		width: 100%;
		left: 0;
	}
}

header{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	text-align: left;
	height: 80px;
	background: #28282a;
}

#logo{
	width: 140px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#logo:only-child{
	width: auto;
}

#logo img{
	width: 140px;
	height: auto;
}

nav{
	width: calc(100% - 140px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}
nav a{
	font-size: 0;
	line-height: 0;
	width: calc(100% / 3);
	height: 65px;
	border-left: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav a:last-of-type{	border-left: none;}
nav .navi1{	background: url(../img/navi01.png) no-repeat top center; -webkit-background-size: 70px auto; background-size: 70px auto;}
nav .navi2{	background: url(../img/navi02.png) no-repeat top center; -webkit-background-size: 70px auto; background-size: 70px auto;}
nav .navi3{	background: url(../img/navi03.png) no-repeat top center #3e3e41; -webkit-background-size: 70px auto; background-size: 70px auto;}


/** main **/

main{
	display: block;
	font-size: 0;
	line-height: 0;
	background: #1c1c1e;
	text-align: left;
	color: #fff;
}


/** aside **/

aside{
	font-size: 0;
	line-height: 0;
	padding: 10px 0;
	border-top: 2px solid #3e3e41;
	background: #1c1c1e;
}

aside a{
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5px;
}
aside a img{
	width: 100px;
	height: auto;
}


/** footer **/

footer{
	text-align: center;
	background: #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .pagetop{
	background: #3e3e41;
	padding: 5px 0;
}

footer .pagetop a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 30px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	background: #1c1c1e;
	border-radius: 3px;
	padding: 14px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .pagetop a:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

footer .pagetop a:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 6px;
	left: calc(50% - 6px);
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

address{
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding: 13px 0;
}
address a{	color: #666;}
address a:hover{	text-decoration: none;}


/***************************************
GOOGLE FONT
****************************************/
@font-face {
	font-family: FontA;
	src: url('../fonts/Anton-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontB;
	src: url('../fonts/Questrial-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontC;
	src: url('../fonts/CantataOne-Regular.ttf') format("truetype");
}

address,
.font1{
	font-family: FontA;
}

footer p,
.font2{
	font-family: FontB;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		min-width: 0;
		margin: 0;
	}

}