@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

	■common.css
	適用範囲：共通スタイル
	概　　要：共通スタイル

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/*====================================
	body
====================================*/
body{
	min-width: 960px;
}
.content>h1{
	display: none;
}

/*====================================
	header
====================================*/
header{
	width: 100%;
	height: 62px;
	position: fixed;
	top: 0;
	z-index: 30;
	background-color: rgba(255,255,255,0.8);
}
header:after{
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	transition: 0.5s;
}
header.on:after{
	height: 62px;
}
header nav{
	width: 960px;
	margin: 0 auto;
	position: relative;
	top:0;
	z-index: 10;
	transition:1s;
}
.loading header nav{
	top: -100px;
}
header nav ul{
	font-size: 0;
	text-align: center;
	padding-top: 25px;
}
header nav li{
	line-height: 1;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	margin: 0 16px;
}
header nav li a{
	transition: 0.3s;
}
header nav li.current a,
header nav li a:hover{
	color: #eb2c3b;
}
header nav li a:before,
header nav li a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #eb2c3b;
	position: absolute;
	top: 45%;
	transition: 0.3s;
}
header nav li a:before{
	left: 50%;
}
header nav li a:after{
	right: 50%;
}
header nav li a:hover:before,
header nav li a:hover:after,
header nav li.current a:before,
header nav li.current a:after{
	width: 50%;
}

header .sns{
	width: 62px;
	height: 62px;
	background: url(../img/common/btn_sns.png) no-repeat #eb2c3b 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 11;
}
header .sns:hover{
	cursor: pointer;
}
header .sns .inner{
	position: relative;
}
header .sns ul{
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	padding: 0 20px;
	background: #930c17;
	position: absolute;
	top: 62px;
	right: -310px;
	box-sizing: border-box;
	transition:0.5s ease-out;
}
header .sns.on ul{
	right: 0;
}
header .sns li{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #af4f4c;
	margin-right: 10px;
	padding-right: 10px;
}
header .sns li.tw{
	width: 68px;
	border: none;
	padding-right: 0px;
	overflow: hidden;
}
header .sns li.tw iframe{
	width: 68px;
	vertical-align: middle;
	overflow: hidden;
}
header .sns li.fb{
	width: 70px;
	overflow: hidden;
	border: none;
	margin-right: 0;
	padding-right: 0px;
}

header .sns li a{
	display: block;
}
header .sns li img{
	vertical-align: middle;
}

/*====================================
	nav
====================================*/



/*====================================
	footer
====================================*/
footer{
	width: 100%;
	background: #000000;
	padding-top: 45px;
	position: relative;
}
footer .pagetop a{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 35px 35px;
	border-color: transparent transparent #000000 transparent;
	display: block;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	box-sizing: border-box;
}
footer .pagetop a:before{
	content: "";
	display: block;
	width: 22px;
	height: 14px;
	background: url(../img/common/icn_pagetop.png) no-repeat center center;
	background-size: 21px auto;
	position: absolute;
	top: 20px;
	left: 50%;
	transition: 0.5s;
	margin-left: -11px;
}
footer .pagetop a:hover:before{
	top: 17px;
}

footer h2{
	width: 195px;
	height: 84px;
	margin: 0 auto 40px;
	background: url(../img/common/img_logo_mn.png) no-repeat 0 0;
}
footer nav{
	padding-bottom: 16px;
}
footer nav li{
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	padding: 6px 0;
}
footer nav li a{
	color: #fff;
	position: relative;
	padding: 0 5px;
}
footer nav li a:after{
	content: "";
	display: block;
	width: 0;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.2s;
}
footer nav li a:hover:after{
	width: 100%;
}
footer .sns{
	padding-bottom: 56px;
}
footer .sns ul{
	font-size: 0;
	text-align: center;
}
footer .sns li{
	display: inline-block;
	margin: 0 12px;
}
footer .sns li:nth-child(1){width: 22px;}
footer .sns li:nth-child(2){width: 9px;}
footer .sns li:nth-child(3){width: 19px;}
footer .sns li:nth-child(4){width: 25px;}
footer .sns li img{
	width: 100%;
	height: auto;
}
footer .sns li a{
	color: #fff;
	transition: 1s;
	opacity: 1;
}
footer .sns li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
}
footer .copyright{
	line-height: 1;
	text-align: center;
	color: #fff;
	font-family: 'Lora', serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

/*====================================
	module
====================================*/
.sec_title{
	height: 121px;
	font-size: 22px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	text-align: center;
	background: url(../img/common/bg_title_b.png) no-repeat center top;
	background-size: 172px auto;
	box-sizing: border-box;
	padding-top: 35px;
}
.sec_title span{
	background: #fff;
}
.sec_title .ja{
	font-size: 12px;
	font-family : YuMincho, '游明朝', serif;
	font-weight: normal;
	display: block;
	letter-spacing: 0px;
	background: none;
}
.sec_title.white{
	background-image: url(../img/common/bg_title_w.png);
	color: #efefea;
}
.sec_title.white span{
	background: none;
}
.sec_title.white .ja{
	color: #efefea;
}

.seemore{
	width: 152px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	text-align: center;
	border: 1px solid;
	box-sizing: border-box;
	font-family: 'Lora', serif;
	font-weight: 700;
}
.seemore a{
	height: 34px;
	display: block;
	transition: 0.5s;
	color: #333;
	letter-spacing: 2px;
}
.seemore span{
	padding-left: 20px;
	padding-right: 20px;
}
.seemore a:hover{
	background: #333;
	color: #fff;
}
.switch_pc{
	display: block;
    text-align: center;
}

.switch_sp{display: none;}
.clearfix {
     zoom:1;

}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.hidden{
	overflow: hidden;
}

/*====================================
	modal
====================================*/
#modal{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
.modal_inner{
	background: rgba(0,0,0,.85);
}

/*====================================
	bg_white
====================================*/
.bg_white header{
	background: rgba(255,255,255,.8);
}
.bg_white header nav li a{
	color: #100d0d;
}
.bg_white header.on nav li a{
	color: #fff;
}
.bg_white header nav li.current a,
.bg_white header nav li a:hover{
	color: #eb2c3b;
}

.remove {
	display: none !important;
}
