@charset "utf-8";



/* --------------------------------------------------------------------------------
	html & body
-------------------------------------------------------------------------------- */
html{
	
}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family: 'Roboto','Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address{
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	共通 リセット タグ等
-------------------------------------------------------------------------------- */
.common {
	font-size: 3.4vw;
}

.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Roboto','Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	color: #fff;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration: none;
	color: #000000;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: none;
}

input,
select,
textarea{
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix::after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.font-mincho,
.font-mincho *{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}

/********** プレースホルダー **********/
::-webkit-input-placeholder{
	color:#000;
}




/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:block;
}
.device-sp-inline{
	display:inline;
}
.device-pc{
	display:none;
}
.device-pc-inline{
	display:none;
}




/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
	background:  url("../images/common-device/container-bg-sp.png");
}



/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp {
	position: fixed;
	background: #000;
	width: 100%;
	top:0;
	z-index: 1000;
}
#header-sp .header-inner{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header-sp .header-inner .h-logo h1{
	width: 38vw;
	margin: 0 0 0 4vw;
	padding: 0;	
}
#header-sp .header-inner .h-btn-menu{
	width: 14.7vw;
	margin: 0 ;
	padding: 0;
	line-height: 0;
}
#header-sp .border{
	margin: 0 ;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


/********** メニュー **********/
#header-sp .h-menu {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	width: 100%;
	height: 150vw;
	background: #000;
		background: rgba(0,0,0,0.8);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	
	display: none;
	
	color:#fff;
}
/* active */
#header-sp.h-menu-active .h-menu {
	display: block;
}
/* クローズボタン */
#header-sp .h-btn-close {
	width: 14.7vw;
	margin: 0 0 0 auto;
}
#header-sp .h-btn-close img {
	display: block;
	height: auto;
}


/********** メニューリスト **********/
#header-sp .menu-list{
	padding: 20vw 5vw 8vw;
}
#header-sp .menu-list  ul li a{
	display: block;
	padding: 0 0 13vw 0;
	font-size: 5.6vw;
	color: #fff !important;
	text-align: center;
}




/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	padding-bottom: 6vw;
}
#footer .border{
	line-height: 0;
}
#footer .f-logo {
	width: 53vw;
	margin: 8vw auto;
}
#footer p {
	color: #fff;
	font-size: 3vw;
	text-align: center;
	letter-spacing: 0.05em;
}






