@charset "UTF-8";
/* CSS Document */

html {
	background:#f7f7f1;
	color:#000;
	/*font-size: 625%;*//*rem用100px*/
}
html.lock{
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
body{
	/*font-size:12px;*/
	font-size: 3.20vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height:1.0;
	letter-spacing:0px;
	-webkit-text-size-adjust: 100%;/*スマホ文字拡大対策*/
	
}
/* --A-- */
a {
	cursor:pointer;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*リンクタップ時のハイライト表示無効*/
}
a:hover {
	text-decoration:underline;
}
/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	max-height: 100%;/*android chrome対策*/
}
/* --OTHER TAGS-- */
p {
	margin-bottom:0;
	text-align:left;
	width:auto;
	max-height: 100%;/*android chrome対策*/
}
em, strong {
	font-weight:bold;
}
/* --clearfix-- */
.clf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clf{
	display: inline-block;
}
	/* Hides from IE Mac */
	* html .clf{
		height: 1%;
	}
	.clf{
		display:block;
	}
	
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.Fright {float:right;}
.Fleft {float:left;}
.imgRight {float:right; margin:0px 0px 20px 20px ;}
.imgLeft {float:left; margin:0px 20px 20px 0px ;}
.vm,
.vmTxt{
	display: inline-block;
	position: relative;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*親に設定*/
.vmf_b{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vmf_ib{
	-js-display: inline-flex;
	display: -webkit-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.opBtf a{
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.opBtf a,
.opBtf a *{
	backface-visibility: hidden;/*chrome transition 1pxズレ対策*/
}
.opBtf a:hover{
	opacity: 0.5;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

#loaderOuter{
	position:fixed;
	width:100%;
	height:100%;
	z-index:499;
	background:#FFF;
}
#loader{
	position: fixed;
	top:50%;
	left:50%;
	z-index:90;
}
.fwb{font-weight: bold !important;}
.fwn{font-weight: normal !important;}
.txtInd{text-indent: -1em;padding-left: 1em;}
.bb1{border-bottom: 1px solid #000;}
.bt1{border-top: 1px solid #000;}
.posRe{position: relative;}
.posAb{position: absolute;}
.posFix{position: fixed;}
.lh2{line-height: 2.0;}
.pc{display: none !important;}
/*.pc{display: none !important;}*/

.noEvent{pointer-events:none}/*IE11以降（IE11ではaタグには利かない）*/
.wrapper{overflow: hidden;}
/*deSVG
=============================*/
/*
.svgImg path{
	fill: #FFF;
}*/
/*=============================
  footer
=============================*/
footer{
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%;
	padding: 0 3.33vw 4.00vw;
	z-index: 100;
}
footer #logo_p{
	text-align: right;
}
footer #logo_p img{
	width: 25.33vw;
	height: auto;
}
footer #copyRight{
	text-align: right;
	width: 100%;
	font-style: 1.60vw;
	color:#DCDDDD;
	margin-top: 0.75em;
}
