@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');

/*
	background-color: #e72428;
	background: rgba(231,36,40,0.5);
*/

img{ max-width: 100%; height: auto; }

/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	*font-size:small;
	*font:x-small;
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
	background-color: #fff;
}
body#form {
	background:#000;
}
body .w_l {
	font-family: SourceHanSans-Light, SourceHanSansJP-Light, '源ノ角ゴシック Light','源ノ角ゴシック', NotoSansJP-Light, 'Noto Sans Japanese Light', sans-serif;
	font-weight:300;
}
body .w_xl {
	font-family : SourceHanSans-ExtraLight, SourceHanSansJP-ExtraLight, '源ノ角ゴシック ExtraLight','源ノ角ゴシック', NotoSansJP-Thin, 'Noto Sans Japanese Thin', sans-serif;
	font-weight:100 ;
}

a {
	color: #ea0032;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a:hover {
	color: #ee8690;
}
a img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
input[type=text] {
	font-size: 16px;
}

/*
Page Loader
*/
#loader_base {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
}
#loader {
	font-size:8px;
	color: #ccc;
	font-family: 'Roboto';
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	z-index: 200000;
}
#loader p {
	margin-top: 20px;
}

/*
header
*/
header {
	width:100%;
	height: 80px;
	margin: 0px auto;
	box-sizing: border-box;
	position: fixed;
	background: rgba(255,255,255,.75);
	z-index:1000;
}

header,
header h1,
header h1 img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
header h1 {
	height: 80px;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 79px;
	border-left: 3px solid #999;
}

#navigation {
	padding: 18px 0px;
	list-style-type: none;
	width: 100%;
	position: absolute;
	top:0px;
	z-index:10004;
}
#overlay {
	width: 100%;
	height:100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:0px;
	z-index:10003;
}

#navigation ul {
	margin: 0px 0px 0px 80px;
}
#navigation li {
	text-align:left;
	font-weight:700;
	font-size:13px;
	line-height:200%;
	list-style: none;
}
#navigation li.sns1 {
	display: none;
}
#navigation li a {
	color:#000;
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border-left: 1px solid #fff;
}
#navigation li a:hover {
	border-left: 10px solid #eee;
}


#navigation2 {
	height:40px;
	position: absolute;
	right:70px;
	top:20px;
}
#navigation2 li {
	width:40px;
	height:40px;
	list-style-type: none;
	float:left;
}
#navigation2 li a {
	font-size: 24px;
	line-height:40px;
	text-align: center;
	color:#000;
	display: block;
	text-decoration: none;
}
#navigation2 li.sns a:hover {
}

#navigation3 {
	padding: 18px 0px;
	list-style-type: none;
	width: 100%;
	position: absolute;
	top:0px;
	z-index:10001;
	display: none;
}
#navigation3 ul {
	margin: 0px 80px 0px 0px;
}
#shop_overlay {
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.9);
	position: absolute;
	top:0px;
	z-index:10000;
}

#navigation3 li {
	text-align:right;
	font-weight:700;
	font-size:13px;
	line-height:200%;
}
#navigation3 li a {
	color:#fff;
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 5px;
	border-right: 1px solid #000;
}
#navigation3 li a:hover {
	border-right: 10px solid #333;
}

.a_instagram:hover {
	color:#405de6 !important;
}
.a_twitter:hover {
	color:#1da1f2 !important;
}
.a_facebook:hover {
	color:#3b5998 !important;
}
.a_line:hover {
	color:#00c300 !important;	
}

#sns_btn {
	text-align: center;
	padding:5px;
	width:100%;
	position: fixed;
	bottom:0px;
	right:0px;
	z-index:10;
	background: rgba(255,255,255,.8);
}
.btn_li {
	text-align: left;
	margin: 0pc auto;
	display: inline-block;
}

.btn_li > li {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	margin: 0 0px;
}

.btn_li > li:first-child {
	margin-left: 0;
}

.btn_li > li:last-child {
	margin-right: 5px;
}

.btn_li iframe {
	margin: 0 !important;
}

#navBtn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 10005;
}
#shopBtn {
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10002;
	background: #000;
}
#shopBtn .btnBody:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	background-color: #2A4073;
}

.btnBody {
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	float: right;
	position: absolute;
	left:0;
	top:0px;
	text-align: center;
}

.btnBody span {
	width: 30px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#navBtn .btnBody span {
}
#shopBtn.shop_open .btnBody span {
	background: #fff;
}
#shopBtn .btnBody span {
	background: rgba(51, 51, 51, 0);
}
#shopBtn.shop_open .btnBody i {
	color: rgba(51, 51, 51, 0);
}
#shopBtn .btnBody i {
	color: #fff;
}

.btnBody .top {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btnBody .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.nav_open .middle,
.shop_open .middle {
	background: rgba(51, 51, 51, 0);
}
.nav_open .top,
.shop_open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.nav_open .bottom,
.shop_open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

/*
Buttons
*/
.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.btn:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}

#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 100;
}
#totop a {
	font-size: 14px;
	line-height:64px;
	color: #fff;
	display: block;
	background-color: #333;
	border: none;
	width: 60px;
	height: 60px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#totop a:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	background-color: #2A4073;
}


footer {
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px; 
	border-top: 1px solid #000;
	text-align: center;
	clear: both;
}
footer #official li {
	width: 48%;
	float:left;
	margin: 30px 1% 40px 1%;
	list-style: none;
}
footer #official li:first-child {
	text-align:right;
}
footer #official li:last-child {
	text-align:left;
	padding-left:10px;
}
footer #footer_sns ul {
	width:180px;
	height:40px;
	margin: 30px auto 40px auto;
	clear: both;
}
footer #footer_sns li {
	width:45px;
	height:40px;
	list-style-type: none;
	float:left;
}
footer #footer_sns li a {
	font-size: 24px;
	line-height:40px;
	text-align: center;
	color:#000;
	display: block;
	text-decoration: none;
}
footer #footer_sns li.sns a:hover {
}

footer p {
	font-size:12px;
	line-height:150%;
	font-family:'Roboto';
}
footer p a {
	color:#000;
	border-bottom: 1px solid #ccc; 
}

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: block;
}





@media screen and (max-width: 768px) {

header {
}

header h1 {
	width:80%;
	height: 60px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 60px;
	border-left: 1px solid #999;
}
header h1 img {
	width:100%;
	max-width: 170px;
	height: auto;	
}

#navigation li.sns1 {
	font-size: 24px;
	width:40px;
	float: left;
	display: block;
}
#navigation li.sns1 a {
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border-left: 1px solid #fff;
}
#navigation li.sns1 a:hover {
	border-left: 1px solid #fff;
}

#navigation2 {
	height:40px;
	position: absolute;
	right:70px;
	top:10px;
}
#navigation2 li {
	width:40px;
	height:40px;
	list-style-type: none;
	float:left;
}


#navBtn {
	width: 60px;
	height: 60px;
	display: block;
	left: 0px;
	top: 0px;
}
#shopBtn {
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 10002;
	background: #000;
}
.btnBody {
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	float: right;
	position: absolute;
	left:0;
	top:10;
	text-align: center;
}

.sp {
	display: none;
}
.sp2 {
	display: block;
}
.pc {
	display: none;
}

}



@media screen and (max-width: 480px) {
/*
header
*/
header {
	width:100%;
	height: 40px;
	margin: 0px auto;
	box-sizing: border-box;
	position: fixed;
	background: rgba(255,255,255,.75);
	z-index:1000;
}
header h1 {
	height: 36px;
	padding: 0px 0px 0px 5px;
	margin: 2px 0px 0px 39px;
	border-left: 1px solid #999;
}
header h1 img {
	max-width:150px;
}
#navigation,
#navigation3 {
	padding: 5px 0px;
}
#navigation ul {
	margin: 0px 0px 0px 40px;
}
#navigation3 ul {
	margin: 0px 40px 0px 0px;
}
#navigation li,
#navigation3 li {
	line-height:150%;
}

#navigation2 {
	height:40px;
	position: absolute;
	right:45px;
	top:0px;
}
#navigation2 li {
	width:30px;
	height:40px;
	list-style-type: none;
	float:left;
}

#navigation li a:hover {
	border-left: 1px solid #333;
}
#navigation3 li a:hover {
	border-right: 1px solid #333;
}
#navBtn {
	width: 40px;
	height: 40px;
	left: 0px;
	top: 0px;
}
#shopBtn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 0px;
	top: 0px;
	background: #000;
}

.btnBody {
	width: 40px;
	height: 40px;
	left:0px;
	top:0px;
}

.btnBody span {
	width: 20px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
}

.sp {
	display: block;
}
.sp2 {
	display: none;
}
.pc {
	display: none;
}

}



/*
*/
header:after, section:after, .contentsBody:after, #footer_sns ul:after, footer:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
