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

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

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{
text-decoration:none;
}

#news i{	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}

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

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	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;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration: none;
}

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
 * ================================================= */

header,
main,
nav,
aside,
section,
footer{
	width: 650px;
	margin: 0 auto;
}

body:before{
	content: '';
	width: 650px;
	height: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
	left: calc(50% - 325px);
}

body{
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header{
	position: relative;
}

header h1{
	width: 100%;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.enter{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.enter a{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 20px);
	max-width: 240px;
	font-size: 14px;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 13px 0;
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.enter_bt3{
	padding: 0 15px;
}
.enter_bt3 a{
	width: calc(100% / 3 - 10px);
	margin: 0 5px;
}

.enter a em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	line-height: 34px;
}
.enter_bt3 a em{
	font-size: 28px;
}


/** main **/

main{
	overflow: hidden;
	flex: 1;
}
.ch{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 20px;
}

.shtxt{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 20px;
}

.leave_p{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** outlink **/

.outlink{
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#fgo{	padding-bottom: 20px;}
#fgo2{	padding: 0 0 20px 0;}

#fgo img , #fgo2 img{vertical-align: middle;}

.fgo{
	margin: 0 0 0 0;
}
.fgo_in{
	margin: 0 0 0 0;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 15px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 5px 2px;
}
.fgo_etc img{
	width: 75%;
	max-width: 468px;
	height: auto;
	vertical-align: middle;
}
.bnr46860,#bnr468{	padding-right: 10px;padding-left: 10px;}
.bnr46860 img{	width: 100%; max-width: 468px; height: auto;}
#bnr468 img{	width: 100%; max-width: 468px; height: auto;}


/** footer **/

footer{
	width: 650px;
	padding: 20px 0 30px 0;
}

footer .foot_dis{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 10px 15px 10px;
	padding: 0 0 15px 0;
}

footer .sns_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 15px 0;
}

footer .sns_bt a,
footer .sns_bt span{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 5px;
}
footer .sns_bt img{
	width: 50px;
	height: auto;
}
footer .sns_bt span img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

footer .sns_bt img.bk{	filter: invert();}

footer #ad{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin: 0 0 15px 0;
}

footer #copyright{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}


/** rollover **/

.fade{
	display: inline-block;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.hover,
.fade input{
	-webkit-transition	: 0.3s ease-in-out;
	-moz-transition	: 0.3s ease-in-out;
	-o-transition	: 0.3s ease-in-out;
	transition		: 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.hover:hover,
.fade input:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/** ad_div **/
#ad_div{
	display: block;
}
#ad_div a{
	display: block;
	width: 650px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	position: fixed;
	top: 0;
	left: calc(50% - 325px);
	z-index: 9999;
}
#ad_div span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.ad_on{	padding-top: 50px;}
.ad_on:before{top: 50px;}
.ad_on #navToggle button{	top: 60px;}
.ad_on nav{	top: 50px;}

#footer_ad{
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
#footer_ad img{
	width: 75%;
	max-width: 468px;
	height: auto;
}




@-webkit-keyframes bgzoom {
  from {
	-webkit-background-size: 120% auto;
	-moz-background-size: 120% auto;
	background-size: 120% auto;
  }
  50% {
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
  	background-size: 100% auto;
  }
}

body#index:before {
	background-size: 100% auto;
	-webkit-animation-name: bgzoom;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
}

.fadeIn{
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}


/***************************************************
ANIMATION CSS
***************************************************/

/** BASE **/
.delighter{
	opacity: 0;
	filter: alpha(opacity=0);
}

/** START **/
.delighter.started{
	-webkit-transition	: 0.5s ease-in-out;
	-moz-transition	: 0.5s ease-in-out;
	-o-transition	: 0.5s ease-in-out;
	transition		: 0.5s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}

/** END **/
.delighter.started.ended{
	opacity: 1;
	filter: alpha(opacity=100);
}


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

@media screen and (max-width: 650px) {
	header,
	nav,
	main,
	aside,
	section,
	footer{
		width: 100%;
		margin: 0;
		left: 0;
	}
	body:before{
		width: 100%;
		left: 0;
	}
	footer .foot_dis{
		margin-left: 10px;
		margin-right: 10px;
	}

	#ad_div a{
		width: 100%;
		font-size: 4.5vw;
		left: 0;
	}
	#ad_div a span{	font-size: 5vw;}
	.leave_p{
		font-size: 13px;
	}

}
