@media screen and (max-width:640px) { /* SP */
body {
    color: #150e0d;
    font-size: 18px;
    letter-spacing: 2em;
    font-family: futura-pt, Futura, Trebuchet MS, Arial, Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 300;
    background-color: #fff;
}
a {
    text-decoration: none;
    color: #150e0d;
}
.sp-del {
    display: none !important;
}
.serif {
    font-family: "heisei-mincho-std", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}
/*************************************************************

          ALL - language

**************************************************************/
ul li.language {
    color: #555555;
    text-align: left;
    letter-spacing: 0.08em;
    padding-bottom: 2px;
    margin: 10px 5%;
}
ul li.language span.on {
    font-size: 16px;
    border-bottom: 1px solid #555555;
    width: 100%;
}
ul li.language a {
    font-size: 16px;
    color: #555555;
    position: relative;
    display: inline-block;
    transition: .3s;
    padding-bottom: 2px;
}
ul li.language a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #150e0d;
    transition: .3s;
    transform: translateX(-50%);
}
/*************************************************************

          ALL - navi

**************************************************************/
header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    padding-top: 10px;
}
.menu-icon {
    width: 7%;
    height: auto;
    position: absolute;
    top: 14px;
    right: 2%;
}
#navi-all {
    width: 100%;
    position: relative;
    z-index: 8000;
}
#gnav {
    width: 100%;
    background: #ffffff;
}
#gnav ul.main-navi li {
    width: 80%;
    padding: 36px 10%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
}
#gnav ul.main-navi li img.logo-icon {
    width: 50%;
    height: auto;
}
#gnav ul.main-navi li.navi-menu a {
    width: 100%;
    height: 100%;
    font-size: 24px !important;
}
#gnav ul.main-navi li.navi-close {
    width: 98% !important;
    height: 80px;
    text-align: right;
    padding: 0;
    position: relative;
}
.navi-close img {
    width: 7%;
    height: auto;
    position: absolute;
    top: 14px;
    right: 2%;
}
#gnav ul.main-navi li.navi-sns img {
    width: 8%;
    height: auto;
    margin: 0 20px;
}
/*************************************************************

          ALL -footer

**************************************************************/
.footer {
    width: 100%;
    position: relative;
}
div.foot-box {
    width: 100%;
    border-top: 1px solid #424242;
}
/* link */
div.foot-box p {
    width: 100%;
    letter-spacing: 0.4px;
}
div.foot-box p.arrow-icon {
    border-bottom: 1px solid #424242;
    width: 82%;
    height: 100%;
    display: block;
    color: #150e0d;
    padding: 20px 9%;
    font-weight: 700;
}
div.foot-box p.arrow-icon img {
    width: 3%;
    height: auto;
    margin-right: 3%;
    margin-bottom: -1px;
}
/* sns icons */
div.footer-sns {
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}
div.footer-sns img {
    width: 9%;
    height: auto;
    margin: 0 4%;
}
/* copylights */
p.copylight {
    text-align: center;
    margin-bottom: 20px;
}
/*************************************************************

          ALL - contents

**************************************************************/
div.contents-box {
    width: 100%;
    z-index: 100;
}
/*************************************************************

          index.html - main visual

**************************************************************/
div.mv {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}
div.mv img {
    width: 40%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}
/*************************************************************

          index.html - news

**************************************************************/
ul.news {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}
ul.news li {
    width: 80%;
    margin: 0 10% 40px 10%;
    position: relative;
}
ul.news li p.tag {
    background-color: #150e0d;
    padding: 7px 8px;
    font-family: futura-pt, Futura, Trebuchet MS, Arial, Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #f2f2f2;
    letter-spacing: 1.8px;
    vertical-align: middle;
    margin-bottom: 12px;
    display: inline-block;
}
ul.news li a div.news-img img {
    width: 100%;
    height: auto;
}
.news-img {
    width: 100%;
    height: auto;
}
.news-img .mask .caption {
    font-family: futura-pt, Futura, Trebuchet MS, Arial, Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 1.4em;
    text-align: left;
}
.news-img .mask {
    width: 100%;
    margin-top: 4px;
}
ul.news li p.update {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: right;
    margin-top: 6px;
}
/*************************************************************

          index.html - instagram

**************************************************************/
ul#instafeed {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul#instafeed li {
    width: 48%;
    float: left;
    margin: 0 1% 10px 1%;
    position: relative;
	}
ul#instafeed li a div.insta-img img {
    width: 100%;
    height: auto;
    display: block;
}
/* rollover animation*/
.insta-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.insta-img .mask {
    display: none;
}
/*************************************************************

          archive-collection.php

**************************************************************/
ul.archive_switch {
    width: 100%;
    letter-spacing: 0.18em;
    overflow: hidden;
}
ul.archive_switch li {
	width: 30%;
    margin: 0 1.6%;
    float: right;
}
ul.archive_switch li span {
    font-size: 20px;
	letter-spacing: 0.08em;
	font-weight: bold;
    text-align: center;
    border: 1px solid #150e0d;
    background: #ffffff;
    color: #150e0d;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
    padding: 24px 0;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    display: block;
}
ul.archive_switch li span#on {
    background: #150e0d;
    color: #ffffff;
}
ul.collection {
    width: 100%;
    overflow: hidden;
}
ul.collection li {
    width: 80%;
    margin: 0 10% 60px 10%;
    position: relative;
}
ul.collection li.coll-year {
    width: 90%;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
	margin: 0 5%;
    margin-top: 100px;
    margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #150e0d;
}
ul.collection li a div.collection-img img {
    width: 100%;
    height: auto;
}
.collection-img {
    width: 100%;
    height: auto;
}
.collection-img .mask .caption {
    font-family: futura-pt, Futura, Trebuchet MS, Arial, Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}
.collection-img .mask .caption .sub {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}
.collection-img .mask {
    width: 100%;
    margin-top: 4px;
}
/*************************************************************

          collections_item.html

**************************************************************/
p.item-copy {
    text-align: center;
}
p.item-copy img {
    width: 90%;
    height: auto;
}
div.item-all {
    width: 100%;
    margin: 0 auto;
    margin: 60px 0 60px 0;
    overflow: hidden;
    color: #2b2b2b;
    line-height: 1.3em;
}
/* Left - detail */
div.item-detail {
    width: 90%;
    margin: 0 5%;
}
div.item-detail ul li.title {
    font-size: 24px;
    font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.6em;
    color: #150e0d;
	margin-bottom: 18px;
}
	div.item-detail ul li.item_sex{
		margin: 20px 0 0 0 !important;
		padding-bottom: 0px !important;
		color: #150e0d;
		    border-bottom: 1px solid #150e0d;
	}
	div.item-detail ul li.item_sex h1{
		padding-bottom: 4px !important;
		margin-bottom: 0px !important;
	}
div.item-detail ul li.title p {
    letter-spacing: 0.1em;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 10px;
}
div.item-detail ul li.value {
    margin-bottom: 20px;
}
div.item-detail ul li.value h1 {
    float: left;
}
div.item-detail ul li {
    letter-spacing: 0.04em;
    color: #4e4e4e;
    overflow: hidden;
	margin-bottom: 20px;
}
div.item-detail ul li h1 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-right: 4px;
}
	div.item-detail ul li.other_text{
	}
	div.item-detail ul li.other_text h1 {
		    margin-bottom: 8px;
}
/* type */
.size-switch {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.size-switch p#size-men, .size-switch p#size-lady {
    background-image: url(../img/collections/icon_arrow.png);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: 83% center;
    background-color: #F2F2F2;
    width: 46%;
    padding: 16px 0;
    border: 1px solid #fff;
    float: left;
    text-align: center;
}
.size-switch p.line {
    text-indent: -9999px;
    float: left;
    width: 5%;
}
.size-switch p.on, .size-switch p#size-men:hover, .size-switch p#size-lady:hover {
    border: 1px solid #c7c7c7 !important;
    background-color: #fff !important;
}
.size-switch p.on {
    margin: 0;
}
/* color */
div.item-detail ul li div.col-vari {
    width: 100%;
    display: inline-block;
}
div.item-detail ul li div.col-vari img {
    width: 17%;
    margin: 5px 1%;
    padding: 2px;
}
.col-vari-on {
    margin: 2px !important;
    border: 3px solid #800000;
    padding: 2px;
}
#col-name {
    font-size: 22px;
    margin: 10px 0;
}
/* size list */
/*li.order-size {
    padding: 0 0 30px 0 !important;
}
ul.order-size-list {
    width: 100%;
    margin-top: -10px;
}
ul.order-size-list li {
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    padding: 16px 0 !important;
    position: relative;
}
ul.order-size-list li span {
    width: 22%;
    text-align: center;
    position: absolute;
    color: #150e0d;
    border: 1px solid #150e0d;
    border-radius: 18px;        /* CSS3草案 */
    /*-webkit-border-radius: 18px;    /* Safari,Google Chrome用 */
    /*-moz-border-radius: 18px;   /* Firefox用 */
    /*padding: 6px;
    top: 7px;
    right: 0;
}
	.item_detail_area a {
    display: none;
}*/
	.item_detail_area p{
		margin: 10px 0;
		
	}
ul li.size-col-02 {
    display: none;
}
ul li.size-col-03 {
    display: none;
}
li.order-size {
    padding: 0 0 30px 0 !important;
}
ul.order-size-list {
    width: 100%;
    margin-top: 4px;
    display: inline-block;
}
ul.order-size-list li {
    width: 100%;
    border-bottom: 1px dotted #c7c7c7;
    padding: 7px 0 20px 0;
    position: relative;
    cursor: pointer
}
ul.order-size-list li a {
    min-width: 120px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    border: 1px solid #150e0d;
    background: #150e0d;
    color: #ffffff;
    border-radius: 28px;        /* CSS3草案 */
    -webkit-border-radius: 28px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 28px;   /* Firefox用 */
    padding: 10px;
    bottom: 20px;
    right: 0;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    z-index: 10;
}
	ul.order-size-list li a.block {
	float: right;
	display: block !important;
	position: relative;
	bottom: auto;
    right: auto;
	}
ul.order-size-list li span.order_first {
    min-width: 90px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    border: 1px solid #150e0d;
    background: #ffffff;
    color: #150e0d;
    border-radius: 16px;        /* CSS3草案 */
    -webkit-border-radius: 16px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 16px;   /* Firefox用 */
    padding: 6px 10px;
    bottom: 10px;
    right: 0;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    z-index: 0;
}
ul.order-size-list li span.order_first ul.order-size-list li a:hover {
    background: #cfcfcf;
    color: #150e0d;
    opacity: 1 !important;
}
ul.order-size-list li a:hover span {
    background-color: #150e0d;
    color: #fff;
    opacity: 1 !important;
}
ul.order-size-list li a#no-url:hover {
    cursor: default;
    background-color: #150e0d;
    color: #fff;
    opacity: 1 !important;
}
.order-size-list .cp_ipselect {
    overflow: hidden;
    width: 200px;
    margin: 5px 0 0 0;
    text-align: center;
}
.order-size-list .cp_ipselect select {
    width: 100%;
    padding: 10px ;
	font-size: 18px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
 .order-size-list .cp_ipselect select::-ms-expand {
 display: none;
}
.order-size-list .cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}
.order-size-list .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
	
	
p.buy-jump {
    height: 21px;
    padding-top: 3px;
    padding-left: 90px;
    margin-top: 18px;
    display: inline-block;
    float: right;
    background-image: url(../img/collections/logo_mamegyorai.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
}
/* size chart */
li.sizechart {
    padding: 14px 0 !important;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-top: 10px;
}
div.item-detail ul li ul.size-chart {
    margin: 10px 0 10px 100px;
    display: inline-block;
}
div.item-detail ul li.sizechart {
    position: relative;
    cursor: pointer
}
div.item-detail ul li.sizechart h1 {
    margin-bottom: -20px;
}
div.item-detail ul li.sizechart p.plus {
    background-size: 22px 22px;
    position: absolute;
    right: 8px;
    top: 8px;
}
div.item-detail ul li.sizechart p.plus img {
    width: 26px;
    height: auto;
    padding-top: 4px;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
}
.open {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
div.item-detail ul li ul.size-chart {
    display: none;
}
div.item-detail ul li ul.size-chart, div.item-detail ul li ul.size-chart li {
    width: 100%;
    overflow: hidden;
}
div.item-detail ul li ul.size-chart li {
    border-bottom: 1px solid #c7c7c7;
    padding: 6px 0;
    margin: 0;
    position: relative;
}
div.item-detail ul li ul.size-chart li.top p {
    text-align: left;
}
div.item-detail ul li ul.size-chart li p {
    float: left;
}
div.item-detail ul li ul.size-chart li.chart-name {
    padding-left: 20%;
}
div.item-detail ul li ul.size-chart li p {
    width: 60px;
    text-align: center;
}
div.item-detail ul li ul.size-chart li p.size {
    width: 20%;
    text-align: center;
}
/* サイズチャート */
li.sizechart-plane {
    padding: 7px 0 !important;
    margin-top: 10px;
    font-size: 14px;
}
div.item-detail ul li ul.size-chart-plane, div.item-detail ul li ul.size-chart-plane li, div.item-detail ul li ul.size-chart-plane-2, div.item-detail ul li ul.size-chart-plane-2 li {
    width: 100%;
    overflow: hidden;
}
div.item-detail ul li ul.size-chart-plane li, div.item-detail ul li ul.size-chart-plane-2 li {
    border-bottom: 1px solid #c7c7c7;
    padding: 6px 0;
    margin: 0;
    position: relative;
}
div.item-detail ul li ul.size-chart-plane li.top p, div.item-detail ul li ul.size-chart-plane-2 li.top p {
    text-align: left;
}
div.item-detail ul li ul.size-chart-plane li p, div.item-detail ul li ul.size-chart-plane-2 li p {
    float: left;
}
div.item-detail ul li ul.size-chart-plane li p {
    width: 25%;
    text-align: center;
}
div.item-detail ul li ul.size-chart-plane-2 li p {
    width: 33%;
    text-align: center;
}
div.item-detail ul li ul.size-chart-plane-2 li p.size, div.item-detail ul li ul.size-chart-plane li p.size {
    text-align: center;
}
/* szie chart */
.size_chart {
						width: 100%;
						table-layout: fixed;
						border-top: 1px solid #c7c7c7;
	margin: 20px 0 10px 0;
					}

					.size_chart tr {
						border-bottom: 1px solid #c7c7c7;
					}

					.size_chart th,
					.size_chart td {
						padding: 14px 0;
						text-align: center;
					}
/* SNS */
div.product-sns {
    margin: 20px 0 0 0;
    text-align: right;
}
div.product-sns img {
    margin-left: 10px;
}
.fb_iframe_widget > span {
    vertical-align: baseline !important;
    right: -20px;
}
/* Right - main image */
/*#image-wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin: 20px 0;
}
#image-wrap:before {
    content: "";
    display: block;
	padding-top: 80%; /* 1:1 *}/

/*div.item-image-men, div.item-image-lady {
    width: 80%;
    margin: 0 10%;
    position: absolute;
    left: 0;
    top: 0;
}
div.item-image-men img, div.item-image-lady img {
    width: 100%;
    height: auto;
}*/
ul.detail-image li.copy {
    margin-top: 60px;
    text-align: center;
}
ul.detail-image li {
    text-align: left;
    line-height: 1.7em;
	margin: 40px 0;
}
ul.detail-image li.caption {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.7em;
}
	
/* bottom - detail */
div.detail-image {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 60px;
    overflow: hidden;
    color: #4e4e4e;
	
	font-family: futura-pt, Futura, Trebuchet MS, Arial, Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 1.5em;
}
div.detail-image p {
    width: 100%;
    margin: 20px 0;
}
div.detail-image img{
    width: 100%;
    height: auto;
}
/* Right - main image */
#image-wrap {
    width: 90%;
	margin: 60px 5% 40px 5%;
    position: relative;
    letter-spacing: 0.04em;
    display: block;
}
div.item-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    line-height: 0;
}
#image-thum-wrap {
    width: 100%;
}
#image-thum-wrap div.item-image-thum {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    clear: both;
}
div.item-image img {
    width: 100%;
    height: auto;
}
#image-thum-wrap div.item-image-thum p {
    border-left: solid 5px #c7c7c7;
    margin-bottom: 10px;
    padding-left: 6px;
}
#image-thum-wrap div.item-image-thum div {
    width: 80px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
}
#image-thum-wrap div.item-image-thum div img {
    width: 100%;
}


/* bottom - ALSO AVAILABLE */
ul.also {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 80px;
    overflow: hidden;
    letter-spacing: 0.08em;
    font-size: 18px;
    line-height: 1.5em;
    color: #4e4e4e;
}
ul.also li {
    width: 45%;
    float: left;
    margin: 0 2.5% 20px 2.5%;
}
ul.also li p {
    font-weight: bold;
    text-align: center;
    color: #150e0d;
}
ul.also li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
ul.also li.ttl {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #150e0d;
    border-bottom: 2px solid #150e0d;
    padding-bottom: 4px;
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
}
/*************************************************************

          about.html

**************************************************************/
ul.about-menu {
    width: 80%;
    padding: 0 10%;
    letter-spacing: 1.4px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    z-index: 2;
    overflow: hidden;
    margin: 80px 0 0 0;
}
ul.about-menu li {
    position: relative;
    padding: 20px 60px 20px 0;
    float: left;
}
ul.about-menu li img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    opacity: 0;
}
ul.about-menu li.on img {
    opacity: 1;
}
/* about コンテンツエリア */
div.about-contents-brand, div.about-contents-company {
    width: 100%;
    text-align: center;
    letter-spacing: 1.2px;
    line-height: 2.4em;
}
#about-contents-wrap {
    height: auto !important;
}
/* ブランド概要 */
div.about-contents-brand {
    width: 90%;
    margin: 80px 5%;
    text-align: left;
}
div.about-contents-brand p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 2em;
    margin: 40px 0 80px 0;
}
	div.about-contents-brand img{
		    width: 80%;
		height: auto;
    margin: 0 10%;
	}
/* 会社概要 */
div.about-contents-company {
    width: 80%;
    margin: 80px 10%;
    text-align: left;
}
div.about-contents-company ul {
    width: 100%;
}
div.about-contents-company ul li {
    padding: 16px 0;
    border-bottom: 1px solid #c7c7c7;
    color: #686868;
}
div.about-contents-company ul li p {
}
div.about-contents-company ul li.inc {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    color: #150e0d;
}
div.about-contents-company ul li.press p {
    display: block;
    font-weight: 700;
    color: #150e0d;
}
div.about-contents-company ul li p.midashi {
    width: 100%;
    font-weight: 700;
    color: #150e0d;
}
/*************************************************************

          store.html

**************************************************************/
/* store コンテンツエリア */
#store-contents-wrap {
    width: 80%;
    letter-spacing: 1.2px;
    line-height: 2.4em;
    overflow: hidden;
    margin: 0 10%;
    margin: 94px 10% 120px 10%;
    padding-top: 86px;
}
div.store-single {
    width: 100%;
    margin-bottom: 80px;
}
div.store-single ul {
    width: 100%;
    text-align: left;
    overflow: hidden;
}
div.store-single ul li {
    padding: 16px 0;
    border-bottom: 1px solid #c7c7c7;
    color: #686868;
}
div.store-single ul li p {
    display: table-cell;
}
div.store-single ul li.inc {
    font-size: 22px;
    font-weight: 700;
    color: #150e0d;
}
div.store-single ul li.press p {
    display: block;
    font-weight: 700;
    color: #150e0d;
}
div.store-single ul li p.midashi {
    font-weight: 700;
    width: 110px;
    float: left;
    color: #150e0d;
}
div.store-single ul li.map {
    border: none;
}
div.store-single ul li.map iframe {
    width: 100%;
    height: 280px;
}

/* --------------------
 Navigation
-------------------- */
.nav {
    margin: 0 0 50px;
    position: relative;
    z-index: 9998;
}
.nav .nav__area {
    background-color: #fff;
    padding: 20px 0;
}
/*.nav .nav__area--fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}*/
.nav__logo {
    line-height: 1;
    text-align: center;
}
.nav__logo a {
    display: inline-block;
}
.nav__logo img {
    width: 40%;
    height: auto;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}
.nav__container {
    overflow-x: auto;
    width: 100%;
}
.nav__menu {
    display: none;
    margin: 0 auto;
    padding: 0 0 10px;
}
.nav__menu:after {
    clear: both;
    content: '';
    display: block;
}
.nav__menu__item {
    border: 2px dotted #dcd9c4;
    border: 2px dotted rgba(220, 217, 196, 0);
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    list-style: none;
    margin: 0;
    text-align: center;
    width: 25%;
}
.nav__menu__item--1st {
    border-bottom-color: rgba(220, 217, 196, 1);
    border-right-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--1st .nav__menu__item__link {
    padding: 6px 0 18px;
}
.nav__menu__item--2nd {
    border-bottom-color: rgba(220, 217, 196, 1);
    border-right-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--2nd .nav__menu__item__link {
    padding: 6px 0 18px;
}
.nav__menu__item--3rd {
    border-bottom-color: rgba(220, 217, 196, 1);
    border-right-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--3rd .nav__menu__item__link {
    padding: 6px 0 18px;
}
.nav__menu__item--4th {
    border-bottom-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--4th .nav__menu__item__link {
    padding: 6px 0 18px;
}
.nav__menu__item--5th {
    border-right-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--5th .nav__menu__item__link {
    padding: 18px 0 6px;
}
.nav__menu__item--6th {
    border-right-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--6th .nav__menu__item__link {
    padding: 18px 0 6px;
}
.nav__menu__item--7th {
    border-right-color: rgba(220, 217, 196, 1);
}
.nav__menu__item--7th .nav__menu__item__link {
    padding: 18px 0 6px;
}
.nav__menu__item--8th .nav__menu__item__link {
    padding: 18px 0 6px;
}
.nav__menu__item__link {
    color: #684915;
    color: rgba(104, 73, 21, 1);
    display: block;
    height: 100%;
    position: relative;
    transition: color .3s ease-in-out;
    width: 100%;
}
.nav__menu__item__link:hover, .nav__menu__item__link:focus {
    color: #684915;
    color: rgba(104, 73, 21, .75);
}
.nav-trigger {
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: auto;
    margin: auto 0;
    outline: none;
    padding: 0;
    position: fixed;
    left: 20px;
    top: 20px;
    width: 60px;
    z-index: 999999;
}
.nav-trigger--fixed {
    position: fixed;
    z-index: 10000;
}
.nav-trigger:focus {
    outline: none;
}
.nav-trigger__lines {
    display: block;
    height: 32px;
    left: 0;
    margin: 0 auto 5px;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 46px;
}
.nav-trigger__lines span {
    background-color: #150e0d;
    border-radius: 4px;
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
}
.nav-trigger__lines span:nth-of-type(1) {
    top: 0;
}
.nav-trigger__lines span:nth-of-type(2) {
    top: 14px;
}
.nav-trigger__lines span:nth-of-type(3) {
    bottom: 0;
}
.nav-trigger__lines span:nth-of-type(2):after {
    background-color: #352025;
    background-color: rgba(53, 32, 37, 1);
    border-radius: 4px;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
}
.nav-trigger.active .nav-trigger__lines span:nth-of-type(1) {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.nav-trigger.active .nav-trigger__lines span:nth-of-type(2) {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-trigger.active .nav-trigger__lines span:nth-of-type(2):after {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-trigger.active .nav-trigger__lines span:nth-of-type(3) {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}
.nav-trigger__label {
    color: #352025;
    color: rgba(53, 32, 37, 1);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    transition: color .4s;
}
.nav-trigger.active .nav-trigger__label {
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
}
.sp-menu {
    background-color: #150e0d;
    bottom: 0;
    height: 0;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: height .3s linear;
    width: 100%;
    z-index: 9999;
}
.sp-menu.active {
    height: 100%;
    overflow-y: auto;
}
.sp-menu__list {
    margin: 0;
    padding: 180px 0 0;
    width: 100%;
}
.sp-menu__list__item {
    list-style: none;
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
}
.sp-menu__list__item__link {
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.sp-menu__list__sns {
    width: 100%;
}
.sp-menu__list__sns div {
    overflow: hidden;
    margin: 0 auto;
    display: table;
    margin-bottom: 60px;
}
.sp-menu__list__sns ul li {
    float: left;
    border: 2px solid #ffffff;
    margin: 20px 0;
	font-size: 1.4rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}
.sp-menu__list__sns ul li a{
	color: #ffffff;
    color: rgba(255, 255, 255, 1);
	}
.sp-menu__list__sns ul li.en-US {
    border-top-left-radius : 22px;
    border-bottom-left-radius : 22px;
    padding: 16px 16px 16px 22px;
}
.sp-menu__list__sns  ul li.ja {
    border-top-right-radius : 22px;
    border-bottom-right-radius : 22px;
    padding: 16px 22px 16px 16px;
}
.sp-menu__list__sns ul li.current{
    background-color: #ffffff;
    color: #150e0d !important;
}
.sp-menu__sns {
    width: 100%;
    padding-bottom: 150px;
    text-align: center;
}
.sp-menu__sns .icon {
    width: 12%;
    height: auto;
    margin: 0 5%;
}
}