@charset "utf-8";



/* --------------------------------------------------------------------------------
	html & body
-------------------------------------------------------------------------------- */
html{
	
}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	line-height: 1.5;
	text-size-adjust: 100%;
	
	font-size: 3.6vw;
}

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

address{
	font-style: normal;
}


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

.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	
	font-family: 'Century';
	font-weight: 500;
}

.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: #f00;
	-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-gothic,
.font-gothic *{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 500;
}

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




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




/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}




/* --------------------------------------------------------------------------------
	header（スマートフォン）
-------------------------------------------------------------------------------- */
#header{
	height: 143.2vw;
	margin: 0 0 7vw;
	padding: 55vw 0 0;
	background: url("../img/common-device/h-bg.jpg") no-repeat 0 0;
	background-size: cover;
	
	box-sizing: border-box;
}

/********** ロゴ **********/
#header .h-logo{
	padding: 0 0 44.5vw;
}
#header .h-logo a{
	display: block;
	width: 30vw;
	margin: 0 auto;
}
#header .h-logo img{
	margin: 0 auto;
}


/********** h-link-h-sns **********/
#header .h-link-h-sns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
	width: 100%;
}


/********** リンク **********/
#header .h-link{
	padding: 0 0 1vw;
}
#header .h-link a{
	position: relative;
	
	margin: 0 3vw 0 0;
	padding: 0 3vw 0 0;
	font-size: 4vw;
	color: #fff;
}
#header .h-link a::after{
	position: absolute;
	top: 3px;
	right: 0;
	
	content: '';
	
	display: block;
	width: 1px;
	height: 5vw;
	
	background: #fff;
}
#header .h-link a:last-child{
	margin: 0;
}
#header .h-link a:last-child::after{
	display: none;
}


/********** sns **********/
#header .h-sns{
	padding: 0 4vw 0 0;
}
#header .h-sns ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	width: 15vw;
}
#header .h-sns ul li{
	width: 6vw;
}
#header .h-sns ul li a {
	display: block;
}
#header .h-sns ul li img {
	display: block;
}




/* --------------------------------------------------------------------------------
	footer（スマートフォン）
-------------------------------------------------------------------------------- */
#footer {
	padding: 5vw 0 5vw;
	background: #e8e8e2;
}

/********** フッターコンテンツ **********/
#footer .f-logo{
	width: 23vw;
	margin: 0 auto 3vw;
}
#footer .f-logo img{
	display: block;
}

/********** copyright **********/
#footer .copyright{
	text-align: center;
	font-size: 2.4vw;
}

