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

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,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,u{
text-decoration:none;
}

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

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family		: Meiryo, "MS PGothic", Osaka, 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	: 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{
	overflow: hidden;
	min-width: 1000px;
}


/* header */

header{
	text-align: center;
}

header h1{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 30px;
}

#index_a header h1 , #index_b header h1{
	height: 30px;
}

#index_b header p{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
}

#topimg{
	width: 960px;
	margin: 0 auto 20px auto;
}

#topimg div{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}


/** main **/

main{	display: block;}

.catch{
	width: 860px;
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto 20px auto;
	padding: 5px;
	border-radius: 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** index_a **/

#index_a nav{
	position: relative;
	font-size: 0;
	line-height: 0;
	background: none !important;
	margin: 0 0 40px 0;
}

#index_a nav:before{
	content: '';
	display: inline-block;
	width: 46px;
	height: 46px;
	position: absolute;
	z-index: 1;
	top: calc( 50% - 24px);
	left: calc( 50% - 24px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#index_a nav:after{
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: calc( 50% - 33px);
	background: url(../img/18.png) no-repeat 50% 50%;
	-webkit-background-size: 64px 64px;
	background-size: 64px 64px;
}

#index_a nav a{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 65px;
	font-size: 11px;
	line-height: 10px;
	border-width: 1px;
	border-style: solid;
	margin: 0 50px;
	padding: 8px 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;
}

#index_a nav a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#index_a nav a span{
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
}


/** index_b **/

#index_b header{	margin: 0 0 430px 0;}
#index_b #topimg{	display: none;}
#index_b nav{
	position: relative;
	height: 120px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 115px 0;
}

#index_b nav a{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 200px;
	font-size: 11px;
	line-height: 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	padding: 70px 0 0 0;
	position: absolute;
	z-index: 2;
	top: -40px;
	left: calc(50% - 100px);
	-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-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#index_b nav a:hover{
	text-decoration: none;
}

#index_b nav a span{
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
}

#index_b nav:before{
	content: '';
	width: 500px;
	height: 20px;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 10px);
	left: calc(50% - 250px);
}

.txt{
	width: 925px;
	margin: 0 auto 40px auto;
}

#index_a .txt div,
#index_b .txt div{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 20px 0;
}

.txt p{
	font-size: 11px;
	line-height: 16px;
}

#index_b .txt{
	margin: 0 auto;
	padding: 10px 0 30px 0;
}

#index_a .pc_bg0,
#index_b .pc_bg0{
	margin: 0 auto 20px auto;
	padding: 20px 15px;
	width: 960px;
}

#index_b .txt a.bg2{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 3px;
	-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;
}

#index_b .txt a.bg2:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/** outlink **/

#outlink{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#fgo{	padding-bottom: 10px;}
#fgo2{	padding-bottom: 0;}
#index_b #fgo,
#index_b #fgo2{
	width: 960px;
	margin: 0 auto;
}
.fgo{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

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

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}


/** footer **/

footer{
	clear: left;
	width: 100%;
	text-align: center;
	height: 270px;
}

#up{
	padding: 5px 0;
}

#up a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	border-width: 1px;
	border-style: solid;
	padding: 16px 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;
}

#up a:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -4px;
	width: 6px;
	height: 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#up a:hover{
	text-decoration: none;
}

#footer{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#textlink{
	display: inline-block;
	font-size: 11px;
	line-height: 25px;
	margin: 0 0 25px 0;
	padding: 0 20px;
}

#textlink p{
	position: relative;
	z-index: 10;
}
#textlink p br{	display: none;}

#textlink:before{
	content: '';
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	z-index: 1;
	top: 42px;
	right: calc(50% - 480px);
}

#finfo{
	display: table;
	width: 960px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px auto;
}

#finfo_r{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 0 0;
}

#finfo h2{
	font-size: 11px;
	font-weight: normal;
}

#ad{
	text-align: right;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 104px;
	right: calc(50% - 480px);
	font-size: 10px;
	line-height: 16px;
}

#ad br{	display: none;}

#copy{
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	position: absolute;
	top: 129px;
	right: calc(50% - 480px);
}


/** rollover **/

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

.fade img,
.fade input{
	-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;
}

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


/***** none *****/
#page-top{
	position: absolute;
	top: -9999px;
}


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

@media screen and (max-width: 650px) {
	body{	min-width: 0;;}
	a:hover{	text-decoration: none;}
	body::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
	}
	body{	background: none !important;}

	/* header */
	header{
		display: table;
		width: 100%;
		height: auto;
		padding: 0px;
	}
	#index_a header h1{
		display: table-cell;
		height: 55px;
		vertical-align: bottom;
		padding: 0px 10px;
		line-height: 14px;
	}
	#index_b header div{
		display: table-cell;
		height: 55px;
		vertical-align: bottom;
		padding: 0px 10px;
		line-height: 12px;
		text-align: center;
	}
	#index_b header h1{
		display: block;
		font-size: 10px;
		line-height: 12px;
		height: auto;
	}
	#index_b header p{
		font-size: 10px;
		line-height: 12px;
		height: auto;
	}
	#index_b header p span{	display: none;}
	#topimg{
		width: auto;
		height: auto !important;
		margin: 0;
		background: none !important;
	}
	#topimg div{
		display: block;
		width: 100%;
		position: relative;
		font-size: 0;
		line-height: 0;
		margin: 0 0 0 0;
		padding-top: calc(180 / 320 * 100%);
		-webkit-background-size: contain;
		background-size: contain;
	}

	/** main **/
	main{
	}
	.catch{
		width: auto;
		font-size: 10px;
		line-height: 14px;
		margin: 0 0 10px 0;
		padding: 5px;
		border-radius: 0;
	}

	/** index_a **/
	#index_a nav{
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	#index_a nav:before{
		width: 36px;
		height: 36px;
		position: absolute;
		z-index: 1;
		top: calc( 50% - 18px);
		left: calc( 50% - 19px);
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	#index_a nav:after{
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 2;
		top: 2px;
		left: calc( 50% - 26px);
		background: url(../img/18.png) no-repeat 50% 50%;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	#index_a nav a{
		width: calc(50% - 30px);
		height: 55px;
	}
	#index_a nav a span{
		font-size: 28px;
		line-height: 28px;
	}
	#index_a nav a:nth-of-type(1){	margin: 0 30px 0 0;}
	#index_a nav a:nth-of-type(2){	margin: 0 0 0 30px;}

	/** index_b **/
	#index_b header{	margin: 0;}
	#index_b #topimg{
		display: block;
		height: calc(50vh - 55px);
	}
	#index_b #topimg h2{
		display: block;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		padding-top: calc(180 / 320 * 100%);
		-webkit-background-size: contain;
		background-size: contain;
	}
	#index_b nav{
		height: 80px;
		margin: 0 0 45px 0;
	}
	#index_b nav a{
		width: 140px;
		height: 140px;
		padding: 50px 0 0 0;
		top: -30px;
		left: calc(50% - 70px);
	}
	#index_b nav a span{
		font-size: 28px;
		line-height: 28px;
	}
	#index_b nav:before{
		content: '';
		width: calc(100% - 20px);
		height: 20px;
		border-radius: 10px;
		position: absolute;
		z-index: 1;
		top: calc(50% - 10px);
		left: 10px;
	}
	.txt{
		width: auto;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	#index_a .pc_bg0{
		margin: 0 auto 10px auto;
		padding: 10px 10px;
		width: auto;
	}
	#index_b .pc_bg0{
		width: auto;
		margin: 0 auto;
		padding: 10px 10px 10px 10px;
	}
	#index_a .txt div,
	#index_b .txt div{
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	#index_b .txt.inb_link{
		height: calc(50vh - 125px);
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#index_b .txt a.bg2{
		display: inline-block;
		vertical-align: top;
		width: 180px;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		border-radius: 3px;
		-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;
	}

	#index_b .txt a.bg2:hover{
		text-decoration: none;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	/** outlink **/
	#outlink{
		width: auto;
		margin: 0;
		padding: 0 0 0 0;
	}
	#fgo{	padding-bottom: 5px;}
	#fgo2{padding:5px 0 10px;}
	#index_b #fgo,
	#index_b #fgo2{
		width: auto;
		margin: 0 0 10px 0;
		padding-top: 10px;
	}
	
	#index_b #fgo2{
		padding-bottom: 15px;
	}
	.fgo{
		width: auto;
		display: block;
		margin: 0;
	}
	.fgo_in{
		display: inline-block;
		margin: 0 0 5px 0;
	}
	.link_list{
		padding: 10px 0 0 0;
	}
	.link_list:last-child{
		padding: 10px 0 5px 0;
	}
	.link_list a{
		margin: 0 2px 4px 2px;
	}
	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	#bnr468 a img{	width: 300px; height: auto;}

	/** footer **/
	footer{
		width: 100%;
		height: auto;
	}
	#footer{
		width: auto;
		margin: 0;
		padding: 10px 10px 15px 10px;
	}
	#textlink{
		display: block;
		font-size: 10px;
		line-height: 16px;
		margin: 0 0 10px 0;
		padding: 6px 0px;
	}
	#textlink p{
		position: relative;
		z-index: 10;
		letter-spacing: -2px;
	}
	#textlink a{
		position: relative;
		z-index: 10;
		letter-spacing: 0px;
	}
	#textlink p span,
	#textlink:before{	display: none;}
	#textlink p br{	display: inline;}
	#finfo{
		width: 100%;
		margin: 0 0 10px 0;
	}
	#finfo_r{
		display: block;
	}
	#finfo_r{
		height: auto;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		padding: 0;
	}
	#finfo_r p span{	display: none;}
	#finfo h2{
		font-size: 11px;
		font-weight: normal;
	}
	#ad{
		position: static;
		margin: 0;
		text-align: center;
	}
	#ad br{	display: inline;}
	#ad em{	display: none;}
	#copy{
		position: static;
		padding: 10px 0 0 0;
		line-height: 16px;
		text-align: center;
	}
}

@media screen and (max-height: 400px) {
	#index_b #topimg{
		display: block;
		height: 350px;
	}
	#index_b .txt.inb_link{
		height: auto;
	}
}