@charset "utf-8";

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}

/*==============================
	基本設定
==============================*/
html{
	overflow-y:scroll;
}
body{
	color:#000;
	font-size:12px;
	font-family:'Noto Sans JP', sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	background:#FFF;
	-webkit-text-size-adjust:100%;
	min-width: 1220px;
	width: 100%;
}
@media only screen and (max-width:767px){
	body{
		min-width: 0;
	}
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
	font-weight:normal;
	text-align:left;
}
a:focus{outline:none;}

/*font layout*/
.fLight{font-weight:300;}
.fBold{font-weight:bold;}
.fVerdana{font-family:Verdana;}
@media only screen and (max-width:767px){
	.fLight{font-weight:400;}
}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{ filter:alpha(opacity=80);opacity:0.8; }
.ro a,
a.ro,
a .ro{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.ro a:hover,
	a.ro:hover,
	a .ro:hover{ filter:alpha(opacity=100);opacity:1.0; }
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1);filter: brightness(1); }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover{ filter:alpha(opacity=100);opacity:1; }

/*========================================
	レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
	display:none;
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none;
	}
	.spOnly{
		display:block;
	}
	.brSp,
	.imgSp{
		display:inline;
	}
	.imgR{
		width:100%;
		height:auto;
	}
}
/*-----------------------------------------------
	contents
-----------------------------------------------*/
#contents{
	position: relative;
	overflow: hidden !important;
}

/* jsHide */
.jsHide{
	opacity: 0;
	-webkit-transform: translate(0px, 100px);
	transform: translate(0px, 100px);
	-webkit-transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
@media only screen and (max-width:767px){
	.jsHide.jsShowSp{
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

/* wrapper1200 */
.wrapper1200{
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.wrapper1200{
		width: 100%;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer .txtCopy{
	width: 100%;
	background: #FD6100;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.25px;
	padding: 20px 0 93px;
}
#footer .txtCopy a{
	color: #FFF;
}
#footer .txtCopy:last-child{
	padding-bottom: 20px;
}
@media only screen and (max-width:767px){
	#footer .txtCopy{
		padding: 15px 0 85px;
	}
	#footer .txtCopy:last-child{
		padding-bottom: 15px;
	}
}

/*-----------------------------------------------
	fNavi
-----------------------------------------------*/
#fNavi .boxList{
	width: 1090px;
	margin: 0 auto;
	position: fixed;
	bottom: -75px;
	left: calc(50% - 545px);
	font-size: 0;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#fNavi .boxList.scroll{
	bottom: -4px;
}
#fNavi .boxList .item{
	display: inline-block;
	margin-right: 20px;
}
#fNavi .boxList .item:last-child{
	margin-right: 0;
}
@media only screen and (max-width:767px){
	#fNavi .boxList{
		width: 100%;
		left: 0;
		bottom: -70px;
	}
	#fNavi .boxList.scroll{
		bottom: 0;
	}
	#fNavi .boxList .item{
		width: 33.33%;
		margin-right: 0;
	}
	#fNavi .boxList .item a{
		display: block;
		background: #000;
		font-size: 15px;
		line-height: 22.5px;
		padding: 13px 0;
		color: #FFF;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	#fNavi .boxList .item:first-child a{
		background: rgba(255,153,0,0.95);
	}
	#fNavi .boxList .item:nth-child(2) a{
		background: rgba(86,197,44,0.95);
	}
	#fNavi .boxList .item:last-child a{
		background: rgba(60,204,234,0.95);
	}
	#fNavi .boxList .item a .txtPoint{
		color: #FF0;
		font-weight: bold;
	}
}
