/* ----------------------------------------------------------------------------------------------------------------------

body

 ----------------------------------------------------------------------------------------------------------------------*/

body {
	background: url(/img/body-bg.png?v=202106)repeat-Y #333;
	background-position: right;
}

.body-container {
	background: url(/img/body-bg.png?v=202106)repeat-Y;
	background-position: left
}

.body-contents {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

a img {
	opacity: 1.00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


.btn-success,
.btn-primary {
	color: #fff;
	box-shadow: #00000024 3px 3px 6px;
	padding: 10px;
	font-size: 1.5em;
	letter-spacing: 0.2em;
}

.btn-success:hover,
.btn-primary:hover {
	color: #fff;
	background-color: #00b300;
	box-shadow: #00000024 3px 3px 11px;
	border-color: #00ff00;
}


.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------

HEADER

 ----------------------------------------------------------------------------------------------------------------------*/

.header {
	width: 100%;
	background: #000;
	text-align: center;
}

.header-info {
	padding: 20px;
	color: #aaa;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-tel {
	max-width: 300px
}


.header-inner {
	width: 1000px;
	margin: 0px auto
}


.header-inner ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto
}

.header-inner ul li {
	width: 20%
}

.header-inner ul li a {
	color: #fff;
	display: block;
	padding: 20px 0px;
}

.header-inner ul li a:hover {
    background: #fec33b;  
	background: linear-gradient(to bottom,#ffbe1d,#442f00);
}

.head-search {

	padding: 0px;
    background: linear-gradient(to bottom,#eeeeee,#c7c7c7);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.head-search .head-search-title {
	width: 20%;
	text-align: center;
	font-size: 1.3em;
	padding: 20px 0px;
}

.head-search .head-search-form {
	padding: 0px 10px;
	width: 80%;
}


@media (max-width: 768px) {
	.head-search .head-search-form {
		width: 100%;
	}
}

/* ----------------------------------------------------------------------------------------------------------------------

NAVI

 ----------------------------------------------------------------------------------------------------------------------*/
.navi {
	width: 100%;
	background: #000;
	text-align: center;
}

.navi ul {
	list-style: none;
	padding: 0px;
}

.navi li {
	display: inline-block
}

.navi li a {
	color: #fff;
	display: inline-block;
	padding: 20px 20px;
}

.navi li a:hover {
	color: #000;
	background: #ffbf00;
}

.sp-header-icon {
	display: none;
}



@media (max-width: 768px) {

	.navi li a {
		padding: 10px 10px;
	}


	.sp-header-icon {
		position: absolute;
		width: 50px;
		right: 0px;
		display: flex;
	}

	.sp-header-icon li a {
		display: flex;
		height: 70px;
		width: 50px;
		color: #aaa;
		justify-content: center;
		align-items: center;
	}

	.sp-header-icon a:hover {
		color: #fec33b;
	}

	.sp-header-icon span.glyphicon {
		font-size: 1.5em;
		margin: 0 10px 0 0;
	}
	
	.navi-sp {	
	}

	.navi-sp ul{	
    width: 100%;
    display: flex;
	}
	.navi-sp li{	
    width: 25%;

	}
	.navi-sp li a{	
    display: block;
    display: flex;
       background: linear-gradient(to bottom, #4e4e4e, #000000);
    color: #fff;
    justify-content: center;
    align-items: center;
	}
	
	.navi-sp li a:hover{	
    background: linear-gradient(to bottom,#ffbe1d,#442f00);
	}
	.navi-sp li a img{	
    width:100%;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------

menu

 ----------------------------------------------------------------------------------------------------------------------*/
.menu {
	width: 100%;
	text-align: center;
}

.menu ul {
	justify-content: left;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px;
	margin-top: -1.6em;
	background: #333;
}

.menu li {
	height: 50px;
	width: 11.1%;
	background-size:contain;
}

.menu li.c01{ 
	background:url(/img/menu-category_01.jpg)no-repeat;
}
.menu li.c02{ 
	background:url(/img/menu-category_02.jpg)no-repeat;
}
.menu li.c03{ 
	background:url(/img/menu-category_03.jpg)no-repeat;
}
.menu li.c04{ 
	background:url(/img/menu-category_04.jpg)no-repeat;
}
.menu li.c05{ 
	background:url(/img/menu-category_05.jpg)no-repeat;
}
.menu li.c06{ 
	background:url(/img/menu-category_06.jpg)no-repeat;
}
.menu li.c07{ 
	background:url(/img/menu-category_07.jpg)no-repeat;
}
.menu li.c08{ 
	background:url(/img/menu-category_08.jpg)no-repeat;
}
.menu li.c09{ 
	background:url(/img/menu-category_09.jpg)no-repeat;
}
.menu li.c10{ 
	background:url(/img/menu-category_10.jpg)no-repeat;
}
.menu li.c11{ 
	background:url(/img/menu-category_11.jpg)no-repeat;
}
.menu li.c12{ 
	background:url(/img/menu-category_12.jpg)no-repeat;
}
.menu li.c13{ 
	background:url(/img/menu-category_13.jpg)no-repeat;
}
.menu li.c14{ 
	background:url(/img/menu-category_14.jpg)no-repeat;
}
.menu li.c15{ 
	background:url(/img/menu-category_15.jpg)no-repeat;
}
.menu li.c16{ 
	background:url(/img/menu-category_16.jpg)no-repeat;
}
.menu li.c17{ 
	background:url(/img/menu-category_17.jpg)no-repeat;
}
.menu li.c18{ 
	background:url(/img/menu-category_18.jpg)no-repeat;
}
.menu li.c19{ 
	background:url(/img/menu-category_19.jpg)no-repeat;
}
.menu li.c20{ 
	background:url(/img/menu-category_20.jpg)no-repeat;
}
.menu li.c21{ 
	background:url(/img/menu-category_21.jpg)no-repeat;
}
.menu li.c22{ 
	background:url(/img/menu-category_22.jpg)no-repeat;
}
.menu li.c23{ 
	background:url(/img/menu-category_23.jpg)no-repeat;
}
.menu li.c24{ 
	background:url(/img/menu-category_24.jpg)no-repeat;
}
.menu li.c25{ 
	background:url(/img/menu-category_25.jpg)no-repeat;
}
.menu li.c26{ 
	background:url(/img/menu-category_26.jpg)no-repeat;
}
.menu li.c27{ 
	background:url(/img/menu-category_27.jpg)no-repeat;
}
.menu li.c28{ 
	background:url(/img/menu-category_28.jpg)no-repeat;
}
.menu li.c29{ 
	background:url(/img/menu-category_29.jpg)no-repeat;
}
.menu li.c30{ 
	background:url(/img/menu-category_30.jpg)no-repeat;
}
.menu li.c31{ 
	background:url(/img/menu-category_31.jpg)no-repeat;
}
.menu li.c32{ 
	background:url(/img/menu-category_32.jpg)no-repeat;
}
.menu li.c33{ 
	background:url(/img/menu-category_33.jpg)no-repeat;
}
.menu li.c34{ 
	background:url(/img/menu-category_34.jpg)no-repeat;
}
.menu li.c35{ 
	background:url(/img/menu-category_35.jpg)no-repeat;
}
.menu li.c36{ 
	background:url(/img/menu-category_36.jpg)no-repeat;
}
.menu li.c37{ 
	background:url(/img/menu-category_37.jpg)no-repeat;
}
.menu li.c38{ 
	background:url(/img/menu-category_38.jpg)no-repeat;
}
.menu li.c39{ 
	background:url(/img/menu-category_39.jpg)no-repeat;
}
.menu li.c40{ 
	background:url(/img/menu-category_40.jpg)no-repeat;
}
.menu li.c41{ 
	background:url(/img/menu-category_41.jpg)no-repeat;
}
.menu li.c42{ 
	background:url(/img/menu-category_42.jpg)no-repeat;
}
.menu li.c43{ 
	background:url(/img/menu-category_43.jpg)no-repeat;
}
.menu li.c44{ 
	background:url(/img/menu-category_44.jpg)no-repeat;
}
.menu li.c45{ 
	background:url(/img/menu-category_45.jpg)no-repeat;
}




.menu li a {
	line-height: 1.2em;
	color: #fff;
	text-indent: -999px;
	border-bottom: solid 01px #232323;
	border-right: solid 01px #000;
	display: flex;
	padding: 6px 5px;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 13px;

}

.menu li a img {
	width: 100%;
}

.menu li a:hover {
	   background: linear-gradient(to bottom, #0063ff00, #0087ff87);
}

.menu-category-title {
    background: linear-gradient(to bottom,#717171,#333333);
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

@media (max-width: 768px) {

	.menu li {
		height: 50px;
		width: 20%;
		flex-grow: 1;
	}

	.menu li a {}

}






/* ----------------------------------------------------------------------------------------------------------------------

contents-wrapper

 ----------------------------------------------------------------------------------------------------------------------*/
.main-contents {
	padding: 0 0 50px;
	display: flex;
	flex-wrap: wrap
}


.contents-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contents-left-wrapper {
	width: 20%;
}

.contents-right-wrapper {
	width: 80%;
}

@media screen and (max-width: 768px) {
	.contents-left-wrapper {
		display: none;
	}

	.contents-right-wrapper {
		width: 100%;
	}
}




/* ----------------------------------------------------------------------------------------------------------------------

left    (sidenavi)

 ----------------------------------------------------------------------------------------------------------------------*/




.contents-left-wrapper h3 {
	text-align: left;
	padding: 3px 6px;
	background: #d4d4d4;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	border-left: none;
}

.contents-left-wrapper h3 span {
	margin-right: 0.2em;
	color: #6d6d6d;
	font-size: 1em;
}

.side-login {
	text-align: center;
	background: #eee;
	margin: 0px 0 10px 5px;
}

.side-login ul {
	width: 90%;
	margin: 10px auto;
	padding: 0 0 10px;
}

.side-login a {
	display: block;
	text-align: center;
	background: #5688b3;
	color: #fff;
	width: 90%;
	border-radius: 3px;
	padding: 10px;
	margin: 0 auto 5px;
}

.side-cart {
	margin: 0 0 6px 5px;
}


.side-cart a {
	background: #eee;
	padding: 5px;
	display: block;
}

.side-cart a:hover,
.side-login a:hover {
	background: #fec33b;
}

.side-cart .cart-caption {
	text-align: center;
	display: block;
	margin: 10px;
}

.side-category {
	margin: 0 0 6px 5px;
}

.side-category ul {
	margin: 0px 0 0 5px;
}


.side-category li a {
	display: block;
	padding: 3px 5px;
    color: #333;
}


.side-category li a:hover {
    background: #fec43c;
}

@media screen and (max-width: 768px) {
	.side-login {
		text-align: left;
		background: #fff0;
	}

	.side-login ul {
		text-align: left;
	}

	.side-login li {}

	.side-cart a {		
    background: #dedede;
		margin: 20px;
	}
	
	.contents-bottom{background: #eee}

.contents-bottom h3{  	
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px;
}

.contents-bottom h3 .glyphicon{  
    color: #adadad;
    margin: 0 5px 0 0px;
}
	.contents-bottom .side-category{
		    margin: 0 5px 6px 5px;
	}
		.contents-bottom .side-cart{
		    margin: 20px 5px 6px 5px;
	}
	
	.contents-bottom ul.category-list {
		display: flex;
		flex-wrap: wrap;
	}

	.contents-bottom .category-list li {
    flex-grow: 1;
    margin: 2px;
    border: 1px solid #cacaca;
    text-align: center;}

	.contents-bottom .category-list li a {
		display: block;
		background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
		padding: 6px 9px;
		border-radius: 3px;
	}

	.contents-bottom .category-list li a:hover {
		background: #ffe186;
	}

}

/* ----------------------------------------------------------------------------------------------------------------------

right      (main)

 ----------------------------------------------------------------------------------------------------------------------*/



.section {
	width: 97%;
	margin: 0px auto;
}

.section h2.subject {
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 30px;
	background: #f5f5f5;
	border-radius: 5px;
}

.section h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: 3px solid #000;
}

.section h4 {
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.section h5 {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}




.main-contents .table {
	width: 100%;
	box-sizing: border-box;
}

.main-contents .table dl {
	width: 100%;
}

.main-contents .table dl dt {
	display: block;
	width: 20%;
	clear: left;
	float: left;
	font-weight: bold;
}

.main-contents .table dl dd {
	display: block;
	width: 80%;
	float: left;
}

.main-contents .table dl dt,
.main-contents .table dl dd {
	padding: 15px;
	border-top: 1px solid #ddd;
}

.main-contents .table dl dt:first-child,
.main-contents .table dl dd:first-of-type {
	border: none;
}

.main-contents .table dl dt:last-of-type,
.main-contents .table dl dd:last-of-type {
	border-bottom: 1px solid #ddd;
}

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

	.main-contents .table dl dt,
	.main-contents .table dl dd {
		width: 100%;
		float: none;
		border-top: none;
		padding: 10px;
	}

	.main-contents .table dl dt {
		border-bottom: 1px solid #ddd !important;
	}

	.main-contents .table dl dd {
		border: none;
	}

	.main-contents .table dl dt:last-of-type,
	.main-contents .table dl dd:last-of-type {
		border: none;
	}
}




.crumb-container {
	padding: 10px;
}

.crumb-contents {
	padding: 17px 0;
	padding-top: 0;
}

.crumb-datas {
	overflow: hidden;
	white-space: nowrap;
}

.crumb-datas li {
	display: inline-block;
	font-size: 12px;
}

.crumb-datas li * {
	font-size: 12px;
}

.crumb-datas li:after {
	/* >を表示*/
	content: '>';
	padding: 0 5px;
}

.crumb-datas li:last-child:after {
	content: '';
}


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

	.crumb-container {
		padding: 0px 10px;
	}

	.contents-bottom {
		width: 100%;
	}

}


/* ----------------------------------------------------------------------------------------------------------------------



 ----------------------------------------------------------------------------------------------------------------------*/
.slick .slick-dots {
	width: 160px;
	bottom: -10px;
}

.slick .slick-dots li button:before {
	font-family: "FontAwesome";
	content: '\f111';
}

ul.featured-item-datas {
	width: 90%;
	margin: auto;
}

.featured-item-datas li {
	padding: 10px;
}

.featured-item-datas .slick-prev:before,
.featured-item-datas .slick-next:before {
	font-family: "FontAwesome";
	color: #000;
	border: 1px solid #ccc;
	padding: 10px;
	background: #eff1f3;
	background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
	background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
}

.featured-item-datas .slick-prev:before {
	content: '\f104';
}

.featured-item-datas .slick-next:before {
	content: '\f105';
}

.featured-item-datas .slick-next {
	right: -40px;
	z-index: 99;
}

.featured-item-datas .slick-prev {
	left: -40px;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	ul.featured-item-datas {
		width: 85%;
	}

	.featured-item-datas li {
		padding: 5px;
	}

	.featured-item-datas .slick-prev {
		left: -30px;
	}

	.featured-item-datas .slick-next {
		right: -20px;
	}
}


.main-contents {
	min-height: 500px;
}




/* ----------------------------------------------------------------------------------------------------------------------

guide

 ----------------------------------------------------------------------------------------------------------------------*/

.guide {
	width: 100%;
	background: #000;
	background: #4a4a4a;
}

.guide-inner {
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
}

.guide * {
	font-size: 12px;
	color: #fff
}

.guide-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guide-icon img {
	width: 49%
}


.guide a {
	color: #fff;
	text-decoration: underline;
}
.guide a:hover,.footer-navi li a:hover {
    color: #ffcb00;
}

.guide a-.icon {
	display: flex;
	flex-wrap: wrap;
}

.guide-description {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guide-description .left,
.guide-description .right {
	width: 49%;
	justify-content: space-between;
}


.guide h3 {
	padding: 0.5em 0px;
	font-size: 21px;
	margin: 0.8em 0px;
	border-bottom: 1px solid #fff;
}

.guide h4 {
	border-bottom: none;
	margin: 0px 0 4px;
	font-weight: bold;
	font-size: 15px;
}



.guide table.payment tr {}

.guide table.payment {
	width: 90%;
	margin-bottom: 25px
}

.guide table.payment td,
.guide table.payment th {
	border: 1px solid #4a4a4a;
	background: #616161;
	padding: 10px
}





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

	.guide table.payment {
		width: 100%;
	}

	.guide-description .left,
	.guide-description .right {
		width: 100%;
	}


.guide-inner {
	text-align: left;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px;
}

}





/* ----------------------------------------------------------------------------------------------------------------------

Footer

 ----------------------------------------------------------------------------------------------------------------------*/


.footer {
	background: #000
}

.footer-container {
	clear: both;
	background: #F5F5F5;
}

.footer-contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}


.footer-inner {
	margin: 0px auto;
	padding: 10px;
	width: 1000px;
	text-align: center;
}





.footer-navi {
	padding: 10px;
}

.footer-navi a {
	color: #eee
}


.footer-navi ul {
	margin: 20px 0px 10px;
	list-style: none;
}

.footer-navi li {
	margin: 0px 7px;
	display: inline-block
}


.footer-shop {
	margin: 0px 10px 20px
}

.footer-shop a {
	color: #fff;
	background: #333;
	display: inline-block;
	border-radius: 50px;
	padding: 3px 20px;
}

.footer-shop a:hover {
	background: #ffcb00;
	color: #000;
}

.copyright {
	color: #888;
	margin: 0px 10px 50px;
}

.clearfix {
	clear: both
}


.link-top {
	box-shadow: #0000009c 5px 5px 17px;
	opacity: 0.8;
	background: #666;
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 13px;
	display: inline-block;
	height: 50px;
	text-align: center;
	width: 50px;
	padding: 15px 0 0;
	border-radius: 50px;
}


.link-top:hover,
.link-top:active {
    box-shadow: #00000082 4px 5px 12px;
    opacity: 1;
    background: #ffc107;
    color: #000;
}




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

.footer-inner {
	text-align: left;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px;
	}

}






/* ---------------------------------------------------------------- */

.container {
	margin: 0;
	padding: 0;
	max-width: 1000px;
}

.subject1 {
	background: red;
	border-bottom: 2px solid yellow;
	padding: 10px 15px;
	color: #FFF;
	margin-bottom: 15px;
}

/*

	gridのgutter調整

*/

.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.row-0 > div {
	padding-right: 0px;
	padding-left: 0px;
}

.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-10 > div {
	padding-right: 5px;
	padding-left: 5px;
}

.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-20 > div {
	padding-right: 10px;
	padding-left: 10px;
}

.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.row-30 > div {
	padding-right: 15px;
	padding-left: 15px;
}

.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}

.row-40 > div {
	padding-right: 20px;
	padding-left: 20px;
}

/*

  商品リスト

*/

.item-datas li {
	padding: 15px;
}

.item-datas-image {
	display: block;
	background: #F5F5F5;
}

.item-datas-name {}

.item-datas-name a {
	font-size: 12px;
	font-weight: 900;
	color: #333;
	height: 6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.item-datas-code {
	color: #666;
	font-size: 12px;
}

.item-datas-price-label {
	font-size: 12px;
	margin-right: 10px;
	color: #666;
}

.item-datas-price {
	font-size: 14px;
	font-weight: 700;
	color: #B12704;
}

.tbl-item-datas {}

.tbl-item-datas td {
	padding: 5px 10px;
}

.tbl-item-datas .item-datas-image {
	width: 160px;
}

@media screen and (max-width: 768px) {
	.tbl-item-datas td {
		padding: 5px;
	}

	.tbl-item-datas .item-datas-image {
		width: 120px;
	}
}

/* 5列 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
	position: relative;
	min-height: 1px;
	/*
    padding-right: 15px;
    padding-left: 15px;
*/
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}

	.col-sm-2-5 {
		width: 40%;
		float: left;
	}

	.col-sm-3-5 {
		width: 60%;
		float: left;
	}

	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-2-5 {
		width: 40%;
		float: left;
	}

	.col-md-3-5 {
		width: 60%;
		float: left;
	}

	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

/*

  スマホ用

*/

.show-pc {
	display: block
}

.show-sp {
	display: none
}

@media screen and (max-width: 768px) {
	.show-pc {
		display: none
	}

	.show-sp {
		display: block
	}

}



/*----------------slide----------------------------------------------------*/





* {
	outline: none;
}

strong {
	font-weight: 600;
}


header {
	display: :none;
}


@media screen and (max-width: 768px) {
	header {
		text-align: center;
		z-index: 99;
		display: flex;
		position: fixed;
		width: 100%;
		height: 70px;
		background: #212121;
		color: #fff;
		justify-content: center;
		align-items: center;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}


	#nav-container {
		z-index: 9999;
		position: fixed;
		height: 100vh;
		width: 100%;
		pointer-events: none;
	}

	#nav-container .bg {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100% - 70px);
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		background: #000;
	}

	#nav-container:focus-within .bg {
		visibility: visible;
		opacity: .6;
	}

	#nav-container * {
		visibility: visible;
	}

	.button {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		z-index: 99999;
		-webkit-appearance: none;
		border: 0;
		background: transparent;
		border-radius: 0;
		height: 70px;
		width: 30px;
		cursor: pointer;
		pointer-events: auto;
		margin-left: 25px;
		touch-action: manipulation;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.icon-bar {
		display: block;
		width: 100%;
		height: 3px;
		background: #aaa;
		transition: .3s;
	}

	.icon-bar + .icon-bar {
		margin-top: 5px;
	}

	#nav-container:focus-within .button {
		pointer-events: none;
	}

	#nav-container:focus-within .icon-bar:nth-of-type(1) {
		transform: translate3d(0, 8px, 0) rotate(45deg);
	}

	#nav-container:focus-within .icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	#nav-container:focus-within .icon-bar:nth-of-type(3) {
		transform: translate3d(0, -8px, 0) rotate(-45deg);
	}

	#nav-content {
		margin-top: 70px;
		padding: 20px;
		width: 80%;
		max-width: 300px;
		position: absolute;
		top: 0;
		left: 0;
		height: calc(100% - 70px);
		background: #000;
		color: #aaa;
		pointer-events: auto;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		transform: translateX(-100%);
		transition: transform .3s;
		will-change: transform;
		contain: paint;
		overflow: scroll;
	}

	#nav-content ul {
		color: #fff;
		display: flex;
		flex-direction: column;
	}

	#nav-content li a {
		color: #fff;
		padding: 5px 5px;
		display: block;
		text-transform: uppercase;
		transition: color .1s;
	}

	#nav-content li a:hover {
		color: #333;
    background: #fec43c;
	}

	#nav-content li:not(.small) + .small {
		margin-top: auto;
	}

	#nav-content .small {
		display: flex;
		align-self: center;
	}

	#nav-content .small a {
		font-size: 12px;
		font-weight: 400;
		color: #888;
	}

	#nav-content .small a + a {
		margin-left: 15px;
	}

	#nav-container:focus-within #nav-content {
		transform: none;
	}
