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

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

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
@media screen and (max-width: 768px) {

/*====================================
	body
====================================*/
body{
	min-width: 100%;
}



/*====================================
	header
====================================*/
header{
	position: fixed;
	top: -668px;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 668px;
	padding-top: 75px;
	box-sizing: border-box;
	position: fixed;
	z-index: 27;
	box-sizing: border-box;
	background: url(../img/common/bg_header_res.gif) repeat 0 0 !important;
	background-size: 77px auto;
	transition: 1s;
}
header:after {
	content: none;
}
header.on {
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}
header h1{
	width: 100%;
	height: 70px;
	text-indent: -9999px;
	background: url(../img/common/img_logo_mn2_i_res.png) no-repeat center center;
	background-size: 224px auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 29;
}
/*header h1:after {
	content: "";
	width: 76px;
	height: 69px;
	position: absolute;
	top: 28px;
	right: 0;
	background: url(../img/common/bg_mika15th.png) no-repeat left top / 76px auto;

}*/
header.on nav{
	top: 0 !important;
	opacity: 1;
}
header.on h1 {
	background: url(../img/common/img_logo_mn2_res.png) no-repeat center center !important;
	background-size: 224px auto !important;
}
header .op_inner{
	width: 70px;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 31;
}
header .op_inner span{
	width: 26px;
	height: 2px;
	background: #231815;
	position: absolute;
	top: 0;
	left: 22px;
	-webkit-transition: 0.7s all ease;
	transition: 0.7s all ease;
}
header.on .op_inner span {
	background: #fff;
}
header .op_inner span:nth-child(1){
	top: 25px;
}
header.on .op_inner span:nth-child(1){
	-webkit-transform: rotate(45deg) translate3d(0,12px,0);
	transform: rotate(45deg) translate3d(0,12px,0);
}
header .op_inner span:nth-child(2){
	top: 33px;
}
header.on .op_inner span:nth-child(2){
	opacity: 0;
}
header .op_inner span:nth-child(3){
	top: 41px;
}

header.on .op_inner span:nth-child(3){
	-webkit-transform: rotate(-45deg) translate3d(0,-12px,0);
	transform: rotate(-45deg) translate3d(0,-12px,0);
}
header nav{
	width: 100%;
	position: static;
	max-height: 668px;
	padding-top: 0;
	transition:1s;
	z-index: 28;
	opacity: 0;
}
@media screen and (max-width:320px){
	header .op_inner span{
		width: 20px;
		left: 16px;
	}
	header.on .op_inner span {
		left: 22px;
	}
	header h1:after {
		width: 50px;
		height: 69px;
		position: absolute;
		top: 28px;
		right: 0;
		background: url(../img/common/bg_mika15th.png) no-repeat left top / 50px auto;

	}
}

header.on nav{
	top: 0;
}
.loading header nav{
}
header nav ul{
	box-sizing: border-box;
	font-size: 0;
	text-align: left;
	padding-top: 0;
}
header nav li{
	font-size: 16px;
	display: block;
	margin: 0 10px;
	letter-spacing: 6px;
}
header nav li a{
	display: block;
	padding: 12px 10%;
}
header nav li a:hover{
}
header nav li a:before,
header nav li a:after{
	content: none;
}

header .sns{
	width: 100%;
	height: auto;
	background: none;
	position: static;
	box-sizing: border-box;
	margin-top: 40px;
	padding-bottom: 20px;
	opacity: 0;
	transition: 1s;
}
header.on .sns {
	top: 0;
	opacity: 1;
}
header .sns:hover{
	cursor: pointer;
}
header .sns .inner{
	position: relative;
}
header .sns ul{
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 0;
	background: #930c17;
	box-sizing: border-box;
	transition:0.5s ease-out;
	position: static;
	background: none;
	padding-top: 40px;
}
header.on .sns ul{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 20px;
}
header .sns li{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
header .sns li.tw{
	border: none;
	padding-right: 0px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 10px;
}
header .sns li:nth-child(2) a,
header .sns li:nth-child(3) a {
	border-left: 1px solid #677175;
}
header .sns li:nth-child(1){
	width: 33%;
	text-align: center;
	text-indent: -9000px;
	background: url(../img/common/icn_official_youtube_w.png) no-repeat center center / auto 15px;
}
header .sns li:nth-child(2){
	width: 33%;
	text-align: center;
	text-indent: -9000px;
	background: url(../img/common/icn_official_fb_w.png) no-repeat center center / auto 15px;
}
header .sns li:nth-child(3){
	width: 33%;
	text-align: center;
	text-indent: -9000px;
	background: url(../img/common/icn_official_tw_w.png) no-repeat center center / auto 14px;
}
header .sns li.tw iframe{
	vertical-align: middle;
}
header .sns li.fb{
	width: 70px;
	overflow: hidden;
	border: none;
	margin-right: 0;
	padding-right: 0px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -80px;
}

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

/*
.container{
	padding-top: 70px;
}
*/



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



/*====================================
	footer
====================================*/
footer{
	padding-top: 20px;
}
footer h2{
	width: 111px;
	height: 55px;
	margin: 0 auto 20px;
	background: url(../img/common/img_logo_mn_res.png) no-repeat 0 0;
	background-size: 100% auto;
}
footer .sns{
	padding-bottom: 20px;
}
footer .sns li:nth-child(1){width: 21px;}
footer .sns li:nth-child(2){width: 9px;}
footer .sns li:nth-child(3){width: 18px;}
footer .sns li:nth-child(4){width: 24px;}
footer .sns li img{
	width: 100%;
	height: auto;
}
footer nav li a:after{
	content: none;
}
footer .copyright{
	font-size: 9px;
}

/*====================================
	container
====================================*/



/*====================================
	module
====================================*/
.sec_title{
	width: auto;
	height: 100px;
	font-size: 17px;
	background-size: 140px auto;
	padding-top: 30px;
}
.sec_title span{
	background: #fff;
}
.sec_title .ja{
	font-size: 11px;
	letter-spacing: 0px;
}
.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;
}

.lower .sec_title{
	height: 116px;
	font-size: 23px;
	background-image: url(../img/common/bg_title_b2.png);
	background-size: 163px auto;
}
.lower .sec_title .ja{
	font-size: 14px;
}

.seemore{
	width: 234px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
}
.seemore a{
	height: auto;
	display: block;
/* 	background: none !important; */
	transition: 0.5s;
	color: #333 !important;
	letter-spacing: 2px;
}
.seemore span{
	padding-left: 20px;
	padding-right: 20px;
}


.switch_pc{display: none;}
.switch_sp{display: block;}




}
