@charset "UTF-8";
@import url("/static/full/css/zeta_suggest.css");
/*-------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------*/
.header_caution{
	background: #F2F1F2;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}
.header_caution a{
	width:100%;
	text-align:center;
	display: block;
	height: 50px;
	line-height: 50px;
}
.header_caution ul li{
	width: 100%;
	text-align:center;
	display: none;
}

.header-wrap {
	width: 100%;
	display: block;
	position: relative;
	height: 140px;
	z-index: 999;
	top: 0;
}
.header {
	width: 100%;
	height: inherit;
	position: relative;
	z-index: 1;
	top: 0;
	background: rgba(255, 255, 255, .9);
	height: 140px;
	transition: 0.3s all ease;
}
.header.inner {
	padding: 0;
	max-width: 100%;
	width: auto;
}
.header-inner-box {
	width: 1000px;
	height: 140px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease;
	background: inherit;
}
.header-logo {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	line-height: 1.0;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .3s ease;
	width: 22.8%;
}
.header-logo a {
	display: block;
}
.fixed .header-logo {}
.header-logo img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .3s ease !important;
}
.header-nav-wrap {
	height: inherit;
	background: inherit;
}
.header-inner-block {
	height: inherit;
	position: relative;
	background: inherit;
}
.header-user-info {
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	font-weight: normal;
	float: right;
	padding: 25px 8px 32px 0;
	line-height: 18px;
	height: 18px;
	box-sizing: content-box;
	background-color: transparent;
}
.header-user-info span {}
.header-user-info .header-point {
	display: inline-block;
	margin: 0 7px 0 0;
	font-size: 12px;
	white-space: nowrap;
	line-height: 18px;
	margin-bottom: 0 !important;
	vertical-align: bottom;
}
.header-user-info.login .header-user-list-item.my-page {
	display: none;
}
.header-user-list {
	float: right;
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	line-height: 22px;
	background: transparent;
	margin: 0 !important;
	padding: 0;
}
.header-user-list > li {
	display: inline-block;
	position: relative;
	font-size: 11px;
	vertical-align: middle;
	background: inherit;
	line-height: 18px;
}
.header-user-list-item::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 12px;
	height: 12px;
	width: 1px;
	background: #666;
	margin: auto;
	font-size: 12px;
	overflow: hidden;
	vertical-align: middle;
}
.header-user-list-item:nth-last-child(2)::after {
	display: none;
}
.header-user-list-item a {
	display: block;
	padding: 0 12px;
	line-height: 18px;
}
.header-user-list-item a:hover {
	text-decoration: underline;
}
.header-cart {
	margin: 0 0 0 14px;
	height: 22px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: content-box;
}
.header-cart > a {
	display: block;
	height: 22px;
}
.header-cart a:hover span {
	text-decoration: underline;
}
.header-cart-icn {
	display: inline-block;
	position: relative;
	width: 29px;
	height: 22px;
	margin: 0 0 0 14px;
	vertical-align: middle;
}
.header-cart-icn img {
	width: 29px;
	height: 22px;
}
.header-cart-icn svg {
	width: 29px;
	height: 22px;
}
.itforecCp_cart {
	line-height: 22px;
	height: 22px;
}
.cart-item {
	display: block;
	position: absolute;
	top: 0px  !important;
	right: -8px;
	width: 19px;
	height: 19px;
	background: #e72b1e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 9px;
	line-height: 19px;
	text-align: center;
}
.header_cart_empty_text, .header_cart_item .cart_detail {
	color: #000000;
}
.header-btn-block {
	position: absolute;
	right: 0;
	bottom: 0;
}

.header-btn-list > li {
	float: left;
	margin: 0 42px 0 0;
	padding: 0px 0 33px !important;
}
.header-wrap.fixed .header-btn-list > li{
		padding: 0 0 18px !important;
}
.header-btn-block.global .header-btn-list > li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0 33px !important;
}
.header-btn-list > li:last-child {
	margin: 0;
}
.header-btn-block.global .header-btn-list > li:last-child {
	margin:0;
}
.header-btn-block.global .header-search input[type="text"]{
	width:175px;
}
.header-wrap.fixed .global .header-search  input[type="text"]{
	width: 200px;
}
.header-btn-list-item {
	margin-top: 10px;
}
.header-btn-list-item > a {
	display: block;
	position: relative;
	font-size: 11px;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
.header-btn-list-item > a:hover {
	opacity: 1;
	text-decoration: none;
}
.header-btn-list-item > a::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.header-btn-list-item > a:hover::before, .header-btn-list-item > a.active::before, .header-btn-list-item > a.open::before {
	opacity: 1;
}
.header-btn-list-item > a > strong {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
}
.header-btn-list .header-search {
	position: relative;
}
.header-search input[type="text"] {
	width: 195px;
	height: 28px;
	padding: 0 35px 0 17px;
	background: #eee;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	border: none;
	color: #555;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}
.header-search input[type="image"] {
	position: absolute;
	top: 6px;
	right: 12px;
	outline: none;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 16px;
	height: 16px;
}
.header-search input[type="image"]:hover {
	opacity: .7;
}
.submit-new {
	width: 220px;
	display: inline-block;
	position: relative;
}
.submit-new input {
	padding: 0 !important;
	width: 100%;
	background: none !important;
	border: solid 1px #555 !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	font-size: 12px;
	line-height: 28px;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.submit-new:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: solid 1px #555;
	border-right: solid 1px #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.submit-new:hover {
	opacity: .7;
}
.header-wrap, .header-btn-block, .header-btn-list-item, .header-user-info, .header-sp-fixed {
	-webkit-transition: top, left, position, width, margin, padding .3s ease;
	-moz-transition: top, left, position, width, margin, padding .3s ease;
	-ms-transition: top, left, position, width, margin, padding .3s ease;
	transition: all .3s ease !important;
}
.header-logo {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease !important;
}
.header-wrap.fixed {
	/* position:relative; */
	display: block;
	height: 140px;
}
.header-wrap.fixed .header {
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: 70px;
}
.header-wrap.fixed .header-inner-box {
	height: 70px;
}
.header-wrap.fixed .header-user-info {
	padding: 10px 56px 0 0;
	position: absolute;
	right: 0;
	z-index: 1;
	background: none;
}
.header-wrap.fixed .header-cart {
	position: absolute  !important;
	top: 41px  !important;
	bottom: 0  !important;
	right: 0  !important;
	height: 22px  !important;
	margin: auto !important;
}
.header-wrap.fixed .fix-non {
	display: none !important;
}
.header-wrap.fixed .header-cart-icn {
	margin: 0;
}
.header-wrap.fixed .header-btn-block {
	float: right;
	margin: 0 34px 0 0;
	padding: 0 0 0 !important;
	right: 18px;
	top: 20px;
	z-index: 0;
}
.header-wrap.fixed .header-btn-block.global {
	margin: 0 0px 0 0;
	top: 26px;
}
.header-wrap.fixed .header-btn-list > li {
	margin: 0 20px 0 0;
	float: left;
}

.header-wrap.fixed .header-btn-block.global .header-btn-list > li {
	margin: 0 15px 0 0;
	padding: 0 0 13px 0 !important;
}
.header-wrap.fixed .header-btn-list > li:last-child {
	margin: 0;
	right: 0;
	top: 10px;
	float: right;
}
.header-wrap.fixed .header-btn-list-item {
	font-size: 10px;
}
.header-wrap.fixed .header-btn-list-item a::before {
	bottom: -16px;
}
.header-wrap.fixed .global .header-btn-list-item a::before {
	bottom: -12px;
}
.header-wrap.fixed .header-btn-list-item:nth-child(3)::after {
	display: none;
}
.header-wrap.fixed .header-btn-list-item strong {
	font-size: 12px;
	line-height: 1.3;
}
.header-wrap.fixed .fix-noborder::after {
	display: none;
}
.header-wrap.fixed .header-search {
	position: relative !important;
	right: 52px;
	bottom: 8px;
}
.header-wrap.fixed .header-search input[type="text"] {
	width: 260px;
	box-sizing: border-box;
}
.nav-contents {
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	max-height: calc(100% - 140px);
	overflow: auto;
	padding: 20px 0 45px;
	background: #eee;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 0;
}
.header-wrap.fixed .nav-contents {
	max-height: calc(100% - 70px);
}
.nav-contents > .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.header-wrap.fixed .nav-contents {
	top: 70px;
}
.nav-contents.open {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.nav-contents-list > li {
	float: left;
}
.nav-contents-list a:hover, .nav-contents-list a:hover span {
	text-decoration: underline;
}
.nav-contents.logo {
	padding: 40px 0 6px
}
.logo .nav-contents-list {
	margin: 0 -8px;
}
.logo .nav-contents-list li {
	position: relative;
	width: 94px;
	height: 62px;
	margin: 0 8px 44px;
}
.logo .nav-contents-list li img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.nav-contents-list.col-3 {
	margin: 0;
}
.nav-contents-list.col-3 > li {
	margin: 0 39px 0 0;
}
.nav-contents-list.col-3 > li:first-child {
	margin: 0 37px 0 0;
}
.nav-contents-list.col-3 > li:last-child {
	margin: 0;
}
.nav-contents-list.col-5 {
	margin: 0 -5px;
}
.nav-contents-list.col-5 > li {
	width: 188px;
	margin: 0 5px;
}
.nav-contents-list > li > a {
	color: #000;
	display: block;
}
.nav-contents-list > li > a >span{
	display: block;
}
.nav-contents-list > li > a >span.img:before{
	content:"";
	display: block;
	padding-top:30px;
}
.nav-contents .nav-scene > li > a >span.img:before{
	display: none;
}
.nav-contents .nav-scene .each-scene {
	display: table;
	height: 70px;
}
.nav-scene {
	display: flex;
    flex-wrap: wrap;
}
.nav-contents-list .img {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
}
.nav-contents-list .ttl {
	display: table-cell;
	color: #000;
	font-size: 12px;
	text-align: left;
    vertical-align: middle;
}
.scene-item-list .img {
	display: table-cell;
	width: 50px;
    height: 70px;
}
.scene-item-list .ttl {
    display: table-cell;
    color: #000;
    font-size: 12px;
    width: 110px;
    padding-left: 5px;
    vertical-align: center;
    text-align: left;
    height: 70px;
}
.nav-contents-list.col-5 .each-scene {
	width: 150px;
	margin: 0 5px;
}
.nav-contents-list dt strong span.en {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.nav-contents-list dt strong span.ja {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.nav-contents-list .ttl strong {
	display: block;
	font-size: 15px;
	line-height: 1.4;
}
.nav-inner-menu li {
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.75;
}
.nav-inner-menu a {
	color: #000;
	padding: 0 0 1px;
}
#HeaderArea {
	min-width: 980px;
	height: 78px;
	border-bottom: solid 2px #d4d4d4;
}
#HeaderArea .HeaderContents {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#HeaderArea .HeaderContents .hdArea01 {
	height: 61px;
}
#HeaderArea .HeaderContents .hdArea01 p img {
	position: absolute;
	top: 32px;
	left: 0;
	width: 222px;
	height: 16px;
}
/* header_cart_box
--------------------------------------------------------------------*/
#itforecCp_cart {
	height: 22px;
	display: block;
}
#itforecCp_cart span {
	height: 22px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}
.header_cart_box {
	display: none;
	width: 380px;
	height: auto !important;
	padding: 0 15px 20px;
	background-color: #F2F2F2;
	position: absolute;
	right: -10px;
	top: 38px;
	z-index: 50;
}
.header_cart_inner {
	height: 100%;
}
.header_cart_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.header_cart_item > a {
	display: table;
	width: 100%;
	color: #000 !important;
}
#cart_btn.selected:before {
	position: absolute;
	top: 35px;
	right: 8px;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #F2F2F2;
	transform: rotate(45deg);
}
.header_cart_box .header_cart_title {
	margin: 11px 0 8px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.header_cart_box .header_cart_title > a {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}
#header_cart_container {
	overflow-y: auto;
	color: #000;
	max-height: 327px;
}
.header_cart_empty_text {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	line-height: 87px;
	position: relative;
	margin-bottom: 29px;
}
.header_cart_item {
	clear: both;
	display: block !important;
	background: #fff;
	margin-bottom: 5px !important;
	padding: 14px 10px !important;
	width: 100%;
	height: auto !important;
}
.header_cart_item:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.header_cart_item:last-child {
	border-bottom: none;
}
.header_cart_item .cart_photo {
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.header_cart_item .cart_photo:before {
    content: "";
    width: 100px;
    height: auto;
    display: block;
    background: #f5f5f5;
    position: absolute;
}
.header_cart_item .cart_photo img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.header_cart_item .cart_detail {
	width: 230px;
	padding-left: 15px;
	display: table-cell;
}
.header_cart_item .cart_detail .cart_brandname {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 7px;
}
.header_cart_item .cart_detail .cart_name {
	min-height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 11px;
	color: #000;
}
.header_cart_item .cart_detail .cart_color {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	color: #000;
}
.header_cart_item .cart_detail .cart_size {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
    border: none!important;
    padding-bottom: 0!important;
    padding: 0;
    border: none;
    color: #000;
}
.header_cart_item .cart_detail .cart_price {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
}
.total_amount {
	clear: both;
	text-align: center;
	font-size: 18px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
.total_amount span {
	display: inline-block;
	margin-left: 30px;
	font-size: 24px;
}
.total_amount span:first-letter {
	font-size: 18px;
}
.cart_btn {
	background: #fff;
}
.cart_btn a {
	background: #4D4D4D;
	font-size: 15px;
	line-height: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 6px;
}
.header_cart_box .btn_cart a {
	font-size: 15px !important;
	background: #4D4D4D;
	line-height: 45px !important;
	height: 45px;
	border-radius: 6px;
	color: #fff !important;
	text-align: center;
	display: block;
	/* margin-top: 25px; */
	/* margin-bottom: 25px; */
	text-decoration: none;
}
.header_cart_box .btn_close {
	text-align: center;
}
.header_cart_box .btn_close a {
	display: inline-block;
	font-size: 14px;
	width: 67px;
	height: 16px;
	padding-left: 12px;
	line-height: 16px;
	position: relative;
}
.header_cart_box .btn_close a:after {}
.header_cart_box .btn_close a:before, .header_cart_box .btn_close a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	left: 0px;
	background: #000;
}
.header_cart_box .btn_close a:before {
	transform: rotate(-45deg);
}
.header_cart_box .btn_close a:after {
	transform: rotate(45deg);
}
.header-user-list .fusenshi .no {
	width: 18px;
	height: 18px;
	display: block;
	background: #ef201e;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 19px;
	position: absolute;
	top: -8px;
	right: -1px;
}
.fixed .header-user-list .fusenshi .no {
	width: 13px;
	height: 13px;
	line-height: 14px;
	top: -2px;
	right: 2px;
}
.site-main .local-nav {
	z-index: 4;
	transition: all .3s ease;
	top: 140px;
}
.common_category{
	padding-bottom:0;
}
.common_category .inner{
	padding-top:10px;
	display:flex;
}
.header_category_type + #header_category_container{
	width: 810px;
	letter-spacing: -.75em;
}


.header_category_type{
	display:block;
	width: 180px;
}
.header-wrap .common_category .header_category_type li{
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size:11px;
}
.header-wrap .common_category .header_category_type li strong{
	display:block;
	font-size: 15px;
}

.common_category .header_category_list{
	width: 200px;
	padding-left: 15px;
	line-height:1.4;
	font-size: 12px;
	display: block;
	float: left;
	letter-spacing: normal;
}
.common_category .header_category_list:nth-child(4n+1){
	clear:both;

}
.common_category .header_category_list .header_category_name{
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
}

.common_category .header_category_list .header_category_list__medium{
	margin-bottom:30px;
}
.common_category .header_category_list .header_category_item__medium{
	margin-bottom:5px;
}