.navi .pc, .pc_sns, .pc_search, .banner, .guide {
	display: none;
}
#header {
	height: 30px;
}
#header h1 {
	width: 80px;
	line-height: 16px;
	margin: 0 auto 0 22px;
}
.logo {
	width: 58px;
	height: 30px;
}
.award {
	height: 30px;
	margin: 0 0 0 10px;
}
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}
main {
	height: 100%;
	min-height: 100vh;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu-trigger {
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 24px;
	right: 25px;
	z-index: 10002;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: rgba(0,78,134,1);
	transition: all .5s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}
nav {
	width: 300px;
	height : 93%;
	height : -webkit-calc(100% - 85px);
	height : calc(100% - 85px);
	margin-top: 75px;
	background-color: rgba(245,164,25,0.6);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	transform: translate(300px);
	transition: all .5s;
	overflow-y: scroll;
}
nav.open {
	transform: translateZ(0);
}
.navi {
	margin-right: 70px;
}
.navi li {
	margin: 0 0 20px 20px;
}
nav li a {
	font-size: 14px;
	border-bottom: #FFF 1px solid;
	line-height: 50px;
}
nav li ul li a {
	background: url(../image/navi_list.png) 20px no-repeat rgba(255,255,255,0.4);
	border-bottom: #FFF 1px solid;
}
nav form {
	color: #000;
	display: block;
	font-size: 14px;
	border-bottom: #FFF 1px solid;
	padding: 10px 55px 10px 10px;
}
nav form input {
	background-color: rgba(255,255,255,0.7);
	width: 100%;
}
.pc_cart img {
	margin: 2px 0;
}
#footer {
	padding: 30px 0 90px 0;
}
.footer_sp_navi {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_sp_navi li {
	margin: 0 2% 10px 0;
	flex-basis: 32%;
	list-style: none;
}
.footer_sp_navi li a {
	width: 100%;
	height: 60px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	background-color: rgba(0,78,134,1);
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer_sp_navi li:nth-child(3n) {
	margin-right: 0px;
}
.sns img {
	width: 40px;
}
@media screen and (max-width: 400px) {
.award {
	display: none;
}
}
 @media screen and (max-width: 310px) {
#header .navi_pc2 {
	display: none;
}
}
