@charset "UTF-8";

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	background:#1b1b1b;
	line-height: 1;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;}

a img{
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

a img:hover{
	opacity:0.7;
}

/* common item ---------------------------------------*/

.clearfix:after,
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp{display: none;}
.spbr{display: none;}


/* layout ---------------------------------------*/

header{
	position:relative;
}

.inner{
	width:980px;
	margin:0 auto;
}


/* loading ---------------------------------------*/

#loading{
	position: relative;
	width:100%;
	height:100vh;
}

#loading img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

#page{display: none;}


/* header ---------------------------------------*/

.headerInner{
	width:92%;
	margin:0 auto;
	position:relative;
}

header .headerLogo{
	background: url(../img/logo.png) 0 0 no-repeat;
	background-size: 100%;
	text-indent: -999em;
	overflow: hidden;
	width: 100px;
	height: 55px;
	position: absolute;
	left:0px;
	top:40px;
}

#openMenu{display: none;}
.spGnav{display: none;}


.gotop{
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
	}

	.gotop a{

	}

	.gotop a img{
		width: 100%;
	}


/* slider ---------------------------------------*/

.slick-arrow{
	background: url(../../../../../img/common/slider_left.png) no-repeat left top #aaa;
	width:20px;
	height:40px;
	text-indent: -99em;
	overflow: hidden;
	border:none;
	cursor:pointer;
	position: absolute;
	top:50%;
	margin-top:-20px;
}
.slick-prev{
	left:-40px;
}
.slick-next{
	right:-40px;
	transform:rotate(180deg);
}

.slick-dots{
	padding-top: 40px;
	text-align: center;
	width:100%;
}

.slick-dots li{
	display: inline-block;
	margin:0 5px;
	width:6px;
}

.slick-dots li button{
	width:6px;
	height:6px;
	background: #ccc;
	border-radius:6px;
	text-indent: -99em;
	overflow: hidden;
	border:none;
	padding:0;
	margin:0;
}

.slick-dots li.slick-active button{
	background: #2E648D;
}


/* form area ---------------------------------------*/

.formArea{}

.formArea .form{
	background: #fff;
	padding:0px 15px 0px 15px;
	margin-bottom: 22px;
}

.formArea table{width:100%;}

.formArea table tr{border-bottom:1px solid #ccc;}
.formArea table tr:last-child td,
.formArea table tr:last-child th{padding-bottom:5px;}

.formArea table th{
	padding:20px 0 0px;
	width:170px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.formArea table td{
	padding:15px 0;
	font-size: 13px;
}

.formArea table td.notmustComment{
	padding:25px 0 8px;
}

.formArea table th p{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.formArea .submit{
	text-align: center;
}

.formSelect{
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url(../../../../../img/icon_select.png) 97% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 50% ,#eee 100%);
	background: url(../../../../../img/icon_select.png) 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50% ,#eee 100%);
	background-size: 8px 36px;
	border-radius:0;
}

.form input[type="text"]{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
}

.formRadio {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

.formRadio label {
	background: url(../../../../../img/radio.png) left 1px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 28px;
	position: relative;
	vertical-align: top;
}

.formRadio input[type="radio"] {display: none;}
.formRadio input:checked + label {background-image: url(../../../../../img/radio_on.png);}
.formRadio input:disabled + label {opacity: 0.7;}

.formCheckbox {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

.formCheckbox label {
	background: url(../../../../../img/check.png) left 1px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 28px;
	position: relative;
	vertical-align: top;
}

.formCheckbox input[type="checkbox"] {display: none;}
.formCheckbox input:checked + label {background-image: url(../../../../../img/check_on.png);}
.formCheckbox input:disabled + label {opacity: 0.7;}

.formTextarea{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	height:80px;
}


/* error ---------------------------------------*/

select.error,
input.error{border:1px solid #c80000;}
p.error{
	color:#c80000;
	padding-top: 8px;
	line-height: 1.1;
}



@media screen and (min-width: 769px){
	.sp{display: none !important;}
	.spbr{display: none;}
}




@media screen and (max-width: 768px){
	.sp{display: block !important;}
	.spbr{display: block;}

	/* default */
	img{max-width:100%;}
	a img{opacity:1;}
	*{box-sizing:border-box;}

	/* common item */
	.pc{display: none !important;}
	.pcbr{display: none;}

	.container{
		width:100%;
		overflow: hidden;
		position: relative;
	}

	.headerInner,
	.footerInner,
	.inner{
		min-width:0;
		width:100%;
	}

	header{
		width:100%;
		height:52px;
		position:fixed;
		left:0px;
		top:0px;
		z-index: 10;
		padding:0px 0 0 0;
		background: #000;
	}
	header .headerLogo{
		background: url(../img/logo.png) 0 0 no-repeat;
		background-size: 100%;
		text-indent: -999em;
		overflow: hidden;
		width: 50px;/*50*/
		height: 27.5px;/*30*/
		position: absolute;
		left: 14px;
		top: 11px;
	}


	.gotop{
		width: 32px;
		position: fixed;
		right: 13px;
		bottom: 20px;
		z-index: 9999;
		opacity: 0;
	}

	.gotop a{

	}

	.gotop a img{
		width: 100%;
	}



	#openMenu{
		display:block;
		width:40px;
		height:40px;
		text-indent: -99em;
		overflow: hidden;
		position:fixed;
		right:10px;
		top:15px;
		z-index:1000;
		cursor:pointer;
	}

	#openMenu span{
		content:'';
		display: block;
		width:25px;
		height:2px;
		background: #fff;
		position: absolute;
		left:0px;
		transition: all .25s ease;
	}

	#openMenu span:nth-child(1){top:4px;}
	#openMenu span:nth-child(2){top:11px;}
	#openMenu span:nth-child(3){top:18px;}

	#openMenu.open span{background: #333;}

	#openMenu.open span:nth-child(1){
		transform:rotate(45deg);
		top:10px;
		left:-2px;
	}

	#openMenu.open span:nth-child(2){
		opacity:0;
		left:-25px;
	}

	#openMenu.open span:nth-child(3){
		transform:rotate(-45deg);
		top:10px;
		left:-2px;
	}

	.menuopen{
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.spGnav{
		display: block;
		border:none;
		background: rgba(255,255,255,1.0);
		overflow:auto;
		z-index:100;
		position: fixed;
		right:0px;
		top:0px;
		width:280px;
		-webkit-transition: all .5s  cubic-bezier(0.895, 0.03, 0.685, 0.22);
		transition: all .5s  cubic-bezier(0.895, 0.03, 0.685, 0.22);
		transform:translate3d(280px,0,0);
	}

	.spGnav.active{
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.spGnavInner{
		padding:20px 15px;
	}

	.spGnavLanguage{
		padding:50px 0 20px;
	}

	.spGnavLanguage ul{overflow: hidden;}
	.spGnavLanguage ul li{
		float: left;
	}
	.spGnavLanguage ul li:first-child{margin-right: 15px;}
	.spGnavLanguage ul li a{
		display: block;
		width:100px;
		line-height: 1.0;
		font-size:14px;
		border:1px solid #333;
		text-align: center;
		padding:10px 0;
		text-decoration: none;
		color:#333;
	}

	.spGnavLanguage ul li.active a{
		background: #333;
		color:#fff;
	}

	.spGnavMenu{}
	.spGnavMenu ul{}
	.spGnavMenu ul li{

	}
	.spGnavMenuSub{padding-left: 20px;}
	.spGnavMenu ul li a{
		display: block;
		line-height: 1.0;
		padding: 25px 0;
		border-bottom:1px solid #ccc;
		font-size:12px;
		text-decoration: none;
		color:#333;
	}























}