@charset "UTF-8";

@media screen and (max-width: 1160px) {
	header .box01 {
		width: 98%;
		padding: 0 1%;
	}
	header .box01 p {
		width: 20%;
		font-size: 70%;
		margin-top: 0.8%;
		line-height: 1.4;
	}
	header .box01 ul {
		width: 18%;
	}
	header .box01 ul.sns li {
		margin: 0 2%;
	}
	header .box01 ul.link {
		width: 62%;
	}
	header .box01 ul.link li a {
		padding: 0.8em;
	}
	header .box02 {
		padding: 1% 1% 0;
	}
	header .box02 nav {
		vertical-align: middle;
	}
	header .box02 nav ul li a {
		padding: 1.3em 0.5em;
	}
    header .box02 nav ul li #nopd3 a {
        padding: 0em 0em;
    }
	#nopd1>a {
	padding: 0em 0em;
	}
	#nopd2>a {
	padding: 0em 0em;
	}
	header .box02 .logo {
		padding-bottom: 0;
		vertical-align: middle;
	}
	header .box02 nav .panelBox01 dl dt span {
		font-size: 82%;
		height: 2.9em;
		line-height: 2.9em;
	}
	#breadcrumbList {
		padding: 20px 1% 35px;
	}
	footer {
		padding: 3em 1%;
	}
}

@media screen and (max-width: 737px) {
	body {
		position: relative;
		right: 0;
		overflow-x: hidden;
	}
	header {
		display: none;
	}
	#headerSp {
		display: block;
		background: #000;
		padding: 3%;
	}
	#headerSp p:first-of-type {
		color: #fff;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
	}
	#headerSp .logo {
		width: 50%;
		margin: 0 auto;
	}
	#headerSp .logo img {
		width: 100%;
		vertical-align: top;
	}
	#btnMenu {
		position: absolute;
		top: 1.8%;
    	right: 2%;
		z-index: 10000;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 34px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 15px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}
	.menu-trigger.active {
		position: fixed;
		left: 2%;
		top: 2%;
		z-index: 500;
	}
	#slideMenu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 500;
	}
	#slideMenu a {
		color: #fff;
	}
	#slideMenu ul {
		margin-left: 55px;
		height: 100%;
		overflow-y: scroll;
	}
	#slideMenu ul li a {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
		color: #fff;
		display: block;
		padding: 1em;
		transition: background 300ms ease;	
	}
    
    #slideMenu ul li a.shop_btn_sp {
        background: #fff;
        text-align: center;
        color: #29a3dd;
    }
    
	#slideMenu ul li.member a {
		background: #29a3dd;
		text-align: center;
		font-weight: bold;
		-webkit-box-shadow: 5px 0 10px 0 rgba rgba(0, 0, 0, 0.5) inset;
		-moz-box-shadow: 5px 0 10px 0 rgba rgba(0, 0, 0, 0.5) inset;
		box-shadow: 5px 0 10px 0 rgba rgba(0, 0, 0, 0.5) inset;
	}
	#slideMenu ul li.member a:hover {
		color: #000;
		background: #ffdd0e;
	}
	footer {
		padding: 3em 0;
		margin-top: 15%;
	}
	footer #caption {
		padding: 0 .5em;
		box-sizing: border-box;
	}
	footer .shop {
		margin-bottom: 1em;
		padding: 0 .5em;
		box-sizing: border-box;
	}
	footer ul li {
		display: block;
		width: auto;
	}
	footer ul li ul li:not(:first-child) {
		margin: 0;
	}
	footer ul li a {
		display: block;
		padding: 0.5em;
	}
	footer ul li .link01 a {
		background: #000;
	}
}
