@charset "UTF-8";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド
*/

@font-face {
	font-family: "MakibaFont";
	src: url(../font/MakibaFontP13.eot) format("eot"), url(../font/MakibaFontP13.woff) format("woff"),url(../font/myfMakibaFontP13.ttf) format('truetype');
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,Arial, Helvetica,sans-serif;
	color:#000;
	font-size:14px;
	line-height:1.3;
	}
	
/*テキストリンク*/
a {
	color: #000;
	text-decoration: none;
	}
a.current {
	color: #920017;
}
	
a:hover {
	text-decoration: none;
	}


.inner {
	max-width:1100px;
	margin: 0 auto;
}

.makiba {
	font-family: "MakibaFont";
}

.pc { display:block !important;}
.mobile { display:none !important;}


header{
	padding:0 10px;
	/*width: 100%;
	position: fixed;
	background: #FFF;
	z-index: 100;*/
}

header .inner {
	padding:30px 0 30px; 
	width: 100%;
	position: relative;
	overflow: hidden;
}

header h1 {
	width:32.5%;
	float: left;
	height: auto;
	max-height: 24px;
	margin-right: 5%
}

header #gNav {
	width:56.4%;
	float: left;
}

header #gNav ul {
	display: table;
	width: 100%;
	padding-top: 0.4%;
	font-size: 12px;
	letter-spacing: 0.15em;
}

header #gNav ul > * {
	display:table-cell;
	text-align: center;
}

header p {
	position: absolute;
	top: 17px;
	right: 0;
}

header #spMenuButton {display:none;}


#container {
	max-width:1600px;
	margin: 0 auto;
	padding-bottom: 20px;
	/*padding-top: 84px;*/
}

.pagetop {
    display: block;
    height: 41px;
    margin: 45px auto 0;
    width: 41px;
}
.pagetop a {
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    height: 39px;
    opacity: 0.3;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 39px;
	box-sizing: content-box;
}
.pagetop a::before {
    border-left: 1px solid #000;
    content: "";
    height: 12px;
    left: 19px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    transform-origin: right top 0;
}
.pagetop a::after {
    border-right: 1px solid #000;
    content: "";
    height: 12px;
    position: absolute;
    right: 19px;
    top: 15px;
    transform: rotate(-45deg);
    transform-origin: left top 0;
}
.pagetop a:hover {
    opacity: 1;
}

footer {
	padding: 30px 0;
	border-top:1px solid #ECECEC;
	text-align: center;
	letter-spacing: 0.15em;
}

footer ul {
	display: table;
}

footer ul > * {
	display:table-cell;
}

footer #footerNav {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 11px;
	margin-bottom: 20px;
}

footer #footerNav ul {
	width:100%;
	table-layout: fixed;
}

footer #footerNav ul li {
	position: relative;
}

footer #footerNav ul li::after {
	content:"";
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: #C9C9C9;
	right: 0;
}

footer #footerNav ul li:first-child::before {
	content:"";
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: #C9C9C9;
	left: 0;
}

footer ul#footerLink {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 0px;
}

footer ul#footerLink li {
	font-size: 11px;
	margin: 0 10px;
	display: inline-block;
}

footer ul#footerLink li:first-child img {
    margin-right: 1em;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

footer ul#footerLink li:last-child img {
	vertical-align: middle;
	width: 16px;
	height:auto;
	position: relative;
    top: -1px;
}

footer ul#snsList {
	width: 70px;
	margin: 0 auto 20px;
	font-size: 11px;
}

footer p {
	font-size:10px;
	padding-top: 20px;
	border-top:1px solid #ECECEC;
}















@media(max-width:768px) {
	
.pc { display:none !important;}
.mobile { display:block !important;}

/*sp メニュー*/
header #spMenuButton {
	display:block;
	width:24px;
	height:20px;
	position:absolute;
	right:4%;
	top:12px;
	overflow:visible;
	}
header #spMenuButton span,
header #spMenuButton::after,
header #spMenuButton::before {
	display:block;
	height:1px;
	width:100%;
	background:#000;
	position:absolute;
	left:0;
	}
header #spMenuButton::after,
header #spMenuButton::before {content:"";-webkit-transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
header #spMenuButton span {top:50%;margin-top:-0.5px;}
header #spMenuButton::before  {top:15%;}
header #spMenuButton::after  {bottom:15%;}
header nav {
	display:none;
	position:fixed;
	top:46px;
	left:0;
	background:rgba(146,0,17,0.9);
	width:100%;
	height:120%;
	padding:0 4%;
	color:#fff;
	max-width:none;
	opacity:0;
	-webkit-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
	}
header nav ul {display:table-cell;vertical-align:middle;}
header #cartButton {display:none;}
header nav ul a {
	color:#fff;
	display: block;
	padding: 2% 0;
	}
header nav ul a.current { color:#FFF;}
	
/*メニューオープン*/
.menuready header nav {
	display:table;
	opacity:0;
	-webkit-transition:opacity 0.5s linear;
	transition:opacity 0.5s linear;
	}
.menuready.open header nav {
	opacity:1;
	}
.menuready.open header #spMenuButton span {display:none;}
.menuready.open header #spMenuButton::before {
	top:50%;
	margin-top:-2px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:center center;
	transform-origin:center center;
	}
.menuready.open header #spMenuButton::after {
	bottom:50%;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}

	

	


header{
	padding:0 2%;
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #FFF;
}

header .inner {
	padding:15px 0 15px; 
	width: 100%;
}

header h1 {
	text-align: center;
	width:220px;
	float: none;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
}

header #gNav {
	width:100%;
	padding:0 4%;
	float:none;
    position: fixed;
    top: 44px;
}

header #gNav ul {
	display: table-cell;
	padding-top: 0;
	font-size: 12px;
	vertical-align: middle;
	letter-spacing: 0.15em;
}

header #gNav ul > * {
	display: block;
	margin-top: 8vh;
}

header #gNav ul li:first-child {
	margin-top:-44%;
}
	
header #gNav ul li:last-child img {
	vertical-align: middle;
	width: 16px;
	height:auto;
	position: relative;
    top: -1px;
}
	
header p {
	display: none;
}

#container {
	padding-top: 44px;
	padding-bottom: 20px;
}

.pagetop {
    display: block;
    height: 41px;
    margin: 45px auto 0;
    width: 41px;
}

footer {
	padding: 15px 2%;
	border-top:1px solid #ECECEC;
	text-align: center;
	letter-spacing: 0em;
}

footer #footerNav {
	display: none;
}

footer ul#footerLink {
	width:100%;
	margin: 0 auto 20px;
	font-size: 11px;
}

footer ul#footerLink li {
	display: block;
	text-align: left;
}

footer ul#footerLink li:nth-of-type(n+2) {
    margin-top: 10px;
}
	
footer ul#snsList {
	width: 70px;
	margin: 0 auto 20px;
}

footer p {
	font-size:10px;
	padding-top: 20px;
	border-top:1px solid #ECECEC;
}


.veil .closeButton {
    display: block;
    height: 20px;
    margin-right: 5px;
    overflow: visible;
    position: absolute;
    right: 4%;
    top: 12px;
    width: 20px;
    z-index: 1001;
}
.veil .closeButton::before, .veil .closeButton::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.veil .closeButton::before {
    transform: rotate(45deg);
}
.veil .closeButton::after {
    transform: rotate(-45deg);
}







































}














