﻿/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	background: #fff;
	font: 15px 'Lato','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, Arial ,sans-serif;
	color: #131924;
	line-height: 160%;
	letter-spacing: 0.1em;
}

a {
	color: #131924;
	text-decoration: none;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pd0 {
	padding-bottom: 0px !important;
}

.display-sp {
	display: none;
}

.inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

.content-section-small .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

.content-section-xsmall .inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 15px;
}

.header-top {
	height: 46px;
	background: #131A24;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	overflow: hidden;
}

.header-top .inner {
	padding-right: 0;
	padding-left: 0;
}

.header-top a {
	color: #fff;
}

.header-top .description {
	width: 35%;
	float: left;
	line-height: 46px;
}

.header-top .description a {
	display: inline-block;
	padding: 0 15px;
	line-height: 46px;
	transition: all 0.3s ease-in-out 0s;
}

.header-top .description a:hover {
	background: rgba(255,255,255,0.25);
}

.header-top .header-top-rightnav {
	width: 65%;
	float: right;
	text-align: right;
	line-height: 46px;
}

.header-top .header-top-rightnav .content-nav,
.header-top .header-top-rightnav .social-nav {
	display: inline-block;
	vertical-align: top;
}

.header-top .header-top-rightnav .content-nav li,
.header-top .header-top-rightnav .social-nav li {
	display: inline-block;
}

.header-top .header-top-rightnav .content-nav li a {
	display: inline-block;
	padding: 0 0.85em;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}

.header-top .header-top-rightnav .social-nav li a {
	display: inline-block;
	padding: 0 0.3em;
	font-size: 20px;
	transition: all 0.3s ease-in-out 0s;
}

.header-top .header-top-rightnav .social-nav li a:hover {
	opacity: 0.7;
}

.header-top .header-top-rightnav .content-nav li a:hover {
	background: rgba(255,255,255,0.25);
}

.header-top .header-top-search {
	display: inline-block;
	margin-left: 0.4em;
	background: rgba(255,255,255,0.25);
}

.header-top .header-top-search .header-top-search-icon {
	display: inline-block;
	padding: 0 1.3em;
	cursor: pointer;
}

.header-top .header-top-search .header-top-search-icon i {
	transition: all 0.3s ease-in-out 0s;
}

.header-top .header-top-search .header-top-search-icon:hover i {
	opacity: 0.5;
}

.header-top .header-top-search i {
	display: inline-block;
	font-size: 20px;
	line-height: 46px;
}

.header-top .header-top-search .search-btn {
	display: inline-block;
}

.header-top .header-top-search .search-input {
	display: none;
	height: 46px;
	padding: 0.3em 0.8em;
	border: none;
	background: none;
	vertical-align: top;
	color: #fff;
}

.header-top .header-top-search .header-top-search-form {
	height: 46px;
	padding: 0 1.3em;
	text-align: center;
}

.header-main {
	max-width: 1440px;
	padding: 40px 0;
	margin: 0 auto;
	font-size: 13px;
	background: rgba(255,255,255,0.95);
	transition: all 0.2s ease-in-out 0s;
}

.header-main .inner {
	position: relative;
	height: 54px;
	padding: 0;
	margin: 0 15px;
}

.header-main ul {
	padding-top: 15px;
}

.header-main .header-main-leftnav ul {
	padding-top: 12px;
}

.header-main ul li {
	display: inline-block;
}

.header-main ul li a {
	display: inline-block;
}

.header-main ul li a:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out 0s;
}

.header-main ul li i.fa {
	position: relative;
	top: 1px;
	margin-right: 1px;
	font-size: 17px;
}

.header-main ul li.mypage i {
	font-size: 19px;
}

.header-main ul li.cart i {
	font-size: 19px;
}

.header-main .header-main-logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 240px;
	margin-left: -120px;
	transition: all 0.2s ease-in-out 0s;
}

.header-main .header-main-logo a {
	transition: all 0.3s ease-in-out 0s;
}

.header-main .header-main-logo a:hover {
	opacity: 0.5;
}

.header-main .header-main-logo img {
	width: 100%;
	height: auto;
}

.header-main .header-main-leftnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}

.header-main .header-main-leftnav li {
	margin-right: 1.5em;
}

.header-main .header-main-rightnav {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	text-align: right;
}

.header-main .header-main-rightnav li {
	margin-left: 1.5em;
}

.header-main.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 15px 0;
	z-index: 1000;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.header-main.sticky .header-main-logo {
	width: 218px;
	margin-left: -109px;
}

.header-main-drawernav {
	display: none;
}

.header-bottom {
	margin-bottom: 30px;
	text-align: center;
}

.header-bottom li {
	position: relative;
	display: inline-block;
	height: 46px;
	margin: 0 2.2em;
	vertical-align: top;
}

.header-bottom li:before {
	position: absolute;
	right: -2.2em;
	top: 50%;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #d3d3d3;
}

.header-bottom li:last-of-type:before {
	display: none;
}

.header-bottom li a {
	transition: all 0.3s ease-in-out 0s;
}

.header-bottom li a:hover {
	opacity: 0.5;
}

.header-bottom li.johnsmedrey {
	width: 195px;
	padding-top: 10px;
}

.header-bottom li.johnstons {
	width: 150px;
}

.header-bottom li.dents {
	width: 152px;
}

.header-bottom li.pantherella {
	width: 148px;
}

.header-bottom li.veil {
	width: 200px;
	padding-top: 15px;
}

.header-bottom li.quartz {
	position: relative;
	top: -15px;
	width: 80px;
}

.header-bottom li img[src$=".svg"] {
	width: 100%;
	height: auto;
}

.fixedheader-logo {
	position: fixed;
	top: 15px;
	left: 0;
	width: 73px;
	padding: 25px 12px;
	background: #131a24;
	transform:translatex(-73px);
	transition: all 0.3s ease-in-out 0s;
	z-index: 2000;
}

.fixedheader-logo img {
	width: 49px;
	height: 218px;
}

.fixedheader.disp .fixedheader-logo {
	transform:translateX(0px);
}

.fixedheader-nav {
	position: fixed;
	top: 15px;
	right: 0;
	width: 50px;
	background: #131a24;
	transform:translatex(50px);
	z-index: 2000;
	transition: all 0.3s ease-in-out 0s;
}

.fixedheader.disp .fixedheader-nav {
	transform:translatex(0);
}

.fixedheader.disp .fixedheader-nav li {
	position: relative;
}

.fixedheader-nav a.fixedheader-nav-btn {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	border-bottom: solid 1px #424750;
	transition: all 0.3s ease-in-out 0s;
}

.fixedheader-nav .special a.fixedheader-nav-btn,
.fixedheader-nav .list a.fixedheader-nav-btn {
	line-height: 50px;
}

.fixedheader-nav .regist a.fixedheader-nav-btn {
	padding-top: 15px;
}

.fixedheader-nav .mypage a.fixedheader-nav-btn {
	padding-top: 15px;
}

.fixedheader-nav .favorite a.fixedheader-nav-btn {
	padding-top: 15px;
}

.fixedheader-nav .cart a.fixedheader-nav-btn {
	padding-top: 12px;
}

.fixedheader.disp .fixedheader-nav li.top {
	display: none;
}

.fixedheader-nav li:last-of-type a.fixedheader-nav-btn {
	border-bottom: none;
}

.fixedheader-nav a.fixedheader-nav-btn:hover {
	background: rgba(255,255,255,0.25);
}

.fixedheader-nav a.fixedheader-nav-btn i {
	color: #fff;
}

.fixedheader-nav .special .icon {
	position: relative;
	top: 12px;
	width: auto;
	height: 23px;
}

.fixedheader-nav .list .icon {
	position: relative;
	top: 15px;
	width: 22px;
	height: auto;
}

.fixedheader-nav .regist i {
	position: relative;
	left: 2px;
	font-size: 20px;
}

.fixedheader-nav .mypage i {
	font-size: 20px;
}

.fixedheader-nav .favorite i {
	font-size: 17px;
}

.fixedheader-nav .cart i {
	font-size: 22px;
}

.fixedheader-nav li .dropdown {
	position: absolute;
	top: 0;
	left: -350px;
	width: 350px;
	display: none;
	border: solid 1px #424750;
	background: #131a24;
}

.fixedheader-nav li .dropdown a {
	color: #fff;
}

.fixedheader-nav li .dropdown .speciallist {
	color: #fff;
}

.fixedheader-nav li .dropdown .speciallist li {
	border-bottom: solid 1px #424750;
}

.fixedheader-nav li .dropdown .speciallist li:last-of-type {
	border-bottom: none;
}

.fixedheader-nav li .dropdown .speciallist .detail .date {
	font-size: 11px;
}

.fixedheader-nav li .dropdown .speciallist .detail .entrytitle {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.3;
}

.fixedheader-nav li .dropdown .speciallist .detail .excerpt {
	font-size: 11px;
	line-height: 1.3;
}

.fixedheader-nav li .dropdown .list-last {
	text-align : center;
	line-height: 1;
}

.fixedheader-nav li .dropdown .brandllist {
	padding: 1.5em 0 0 0;
	text-align: center;
}

.fixedheader-nav li .dropdown .brandllist a {
	display: block;
	padding: 1em 1em;
}

.fixedheader-nav li .dropdown .brandllist .johnsmedley img {
	width: 240px;
}

.fixedheader-nav li .dropdown .brandllist .johnstons img {
	width: 180px;
}

.fixedheader-nav li .dropdown .brandllist .dents img {
	width: 180px;
}

.fixedheader-nav li .dropdown .brandllist .pantherella img {
	width: 160px;
}

.fixedheader-nav li .dropdown .brandllist .veil img {
	width: 260px;
}

.fixedheader-nav li .dropdown .brandllist .quartz img {
	width: 140px;
}

.fixedheader-nav li .dropdown .brandllist a img {
	transition: all 0.3s ease-in-out 0s;
}

.fixedheader-nav li .dropdown .brandllist a:hover img {
	opacity: 0.5;
}

.fixedheader-nav li .dropdown .speciallist a,
.fixedheader-nav li .dropdown .list-last a {
	display: block;
	padding: 15px;
	transition: all 0.3s ease-in-out 0s;
}

.fixedheader-nav li .dropdown .speciallist a:hover,
.fixedheader-nav li .dropdown .list-last a:hover {
	background: rgba(255,255,255,0.25);
}

.fixedheader-nav li .brandllist .list-last {
	margin-top: 1em;
	border-top: solid 1px #424750;
}

.global-footer {
	padding: 60px 0;
	background: #131a24;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.global-footer .footer-logo {
	margin-bottom: 30px;
}

.global-footer .footer-logo img {
	width: 240px;
	height: auto;
}

.global-footer .footer-description {
	margin-bottom: 30px;
}

.global-footer a {
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.global-footer a:hover {
	opacity: 0.7;
}

.global-footer .footer-nav {
	margin-bottom: 30px;
}

.global-footer .footer-nav li {
	display: inline-block;
	margin: 0 1.5em;
}

.global-footer .copyright {

}

.pagetop {
	position: fixed;
	bottom: 35px;
	right: 15px;
	width: 45px;
	height: 30px;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 500;
    text-indent: -9999px;
}

.pagetop.disp {
	opacity: 1;
}

.pagetop a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	border: solid 1px #131a24;
}

.pagetop a:after {
	content: "";
	position: absolute;
	top: 42%;
	left: 50%;
	margin-left: -7px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #131a24 transparent transparent transparent;
	-moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mainvisual {
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-in-out 0s;
}

.mainvisual ul {
	display: none;
	transition: all 0.3s ease-in-out 0s;
}

.mainvisual {

}

.mainvisual .slick-initialized {
	display: block;
}

.mainvisual .slick-arrow img {
	width: 70px;
	height: 70px;
}

.mainvisual .slick-prev {
	position: absolute;
	top: 43%;
	left: 18%;
	margin: 0 0 0 -35px;
	z-index: 100;
	cursor: pointer;
}

.mainvisual .slick-next {
	position: absolute;
	top: 43%;
	right: 18%;
	margin: 0 -35px 0 0;
	z-index: 100;
	cursor: pointer;
}

.mainvisual ul li img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out 0s;
}

.mainvisual .slick-slide img {
	opacity: 0.3;
}

.mainvisual .slick-center img {
	opacity: 1;
}

.mainvisual .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.mainvisual .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0.3em;
	border-radius: 50%;
	text-indent: -9999px;
	background: rgba(255,255,255,0.7);
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.mainvisual .slick-dots li.slick-active {
	background: #131A24;
}

.newsbox {
	padding: 20px 0;
	background: #71767C;
	color: #fff;
}

.newsbox .inner {
	display: table;
	width: ;
}

.newsbox a {
	color: #fff;
}

.newsbox .newsbox-title {
	display: table-cell;
	width: 11em;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.2em;
	vertical-align: middle;
	border-right: solid 1px #fff;
}

.newsbox .newsbox-body {
	display: table-cell;
	padding-left: 2.5em;
	vertical-align: middle;
	font-size: 13px;
}

.newsbox .newsbox-body li {
	margin-bottom: 5px;
}

.newsbox .newsbox-body li:last-of-type {
	margin-bottom: 0;
}

.newsbox .newsbox-body .date {
	width: 100px;
	float: left;
	font-weight: 300;
}

.newsbox .newsbox-body .entrytitle {
	margin-left: 100px;
}

.newsbox .newsbox-body .entrytitle a {
	transition: all 0.3s ease-in-out 0s;
}

.newsbox .newsbox-body .entrytitle a:hover {
	opacity: 0.7;
}

.content-section {
	padding: 60px 0;
}

.inner-section {
	position: relative;
	margin-bottom: 70px;
}

.inner-section-sub {
	position: relative;
	margin-bottom: 40px;
}

.inner-section-with-border {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #d3d3d3;
}

.inner-section-with-border:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.inner-section-with-border ul li:last-of-type {
	margin-bottom: 0;
}

.content-main-section {
	margin-bottom: 40px;
}

.content-section .inner-section:last-of-type {
	margin-bottom: 0;
}

.content-section-bg-gray {
	background: #F1F1F1;
}

.section-title {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.3em;
}

.section-title-nolead {
	margin-bottom: 40px;
}

.section-lead {
	margin-bottom: 30px;
	text-align: center;
}

.splist {
	margin-bottom: -35px;
}

.splist li {
	float: left;
	margin: 0 0 35px 3%;
	border: solid 1px #D3D3D3;
}

.splist li:first-of-type {
	margin-left: 0;
}

.splist li.large {
	width: 48.5%;
}

.splist li.small {
	width: 31.333333%;
}

.splist li:nth-child(3) {
	margin-left: 0;
}

.splist li a {
	display: block;
	padding: 15px;
	transition: all 0.3s ease-in-out 0s;
}

.splist li a:hover {
	background: #EEEFF0;
}

.splist li a figure {
	display: block;
	width: 158px;
	float: left;
}

.splist li a .detail {
	margin-left: 173px;
}

.splist li.small a .detail {
	margin-left: 135px;
}

.splist li.small a figure {
	width: 120px;
}

.splist li a .date {
	font-size: 13px;
}

.splist li a .entrytitle {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.splist li.small a .entrytitle {
	font-size: 15px;
}

.splist li.small a .excerpt {
	font-size: 13px;
	line-height: 1.3;
}

.splist-main li {
	width: 32%;
	float: left;
	margin: 0 2% 30px 0;
}

.splist-main li:nth-child(3n) {
	margin-right: 0;
}

.splist-main li a figure {
	width: 120px;
}

.splist-main li a .detail {
	margin-left: 135px;
}

.splist-main li a .entrytitle {
	font-size: 15px;
}

.splist-main li a .excerpt {
	font-size: 13px;
	line-height: 1.3;
}

.itemcarousel {
	position: relative;
	padding: 0 45px;
}

.itemcarousel .slick-track {
	padding: 24px 0 0 0;
}

.itemcarousel li {
	margin: 0 10px;
}

.itemcarousel .slick-arrow {
	display: block;
	width: 40px;
	height: 40px;
	border-top: solid 1px #131b24;
	border-left: solid 1px #131b24;
	z-index: 100;
}

.itemcarousel .slick-prev {
	position: absolute;
	top: 110px;
	left: -30px;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.itemcarousel .slick-next {
	position: absolute;
	top: 110px;
	right: -30px;
	border-left: none;
	border-right: solid 1px #131b24;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.itemcarousel .slick-dots {
	padding-top: 20px;
	text-align: center;
}

.itemcarousel .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0.4em;
	border-radius: 50%;
	text-indent: -9999px;
	background: rgba(0,0,0,0.12);
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.itemcarousel .slick-dots li.slick-active {
	background: #131A24;
}

.item a {
	position: relative;
	display: block;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

.item a:hover {
	color: #0CB2CC;
}

.item figure {
	position: relative;
	display: inline-block;
}

.item figure img {
	width: 100%;
	height: auto;
	border: solid 1px #D3D3D3;
	transition: all 0.3s ease-in-out 0s;
}

.item a:hover figure img {
	border: solid 1px #111;
	opacity: 0.7;
}

.item figure .soldout {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	color: #fff;
}

.item figure .soldout span {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.3em;
}

.itemcarousel p {
	line-height: 1.3;
}

.itemcarousel .itemname {
	font-weight: bold;
	margin-bottom: 2px;
}

.item .brandname {
	font-size: 11px;
	font-weight: 700;
}

.item .itemprice {
	font-size: 17px;
}

.item .itemprice .normal_price {
	font-size: 12px;
	text-decoration: line-through;
}

.item .itemprice .sale_price {
	color: #c00029;
}

.item .itemprice .sale_price .rate {
	font-size: 12px;
}

.itemprice_fav .fav_normal_price {
	font-size: 12px;
	text-decoration: line-through;
}

.itemprice_fav .fav_sale_price {
	color: #c00029;
}

.itemprice_fav .fav_rate {
	font-size: 12px;
	color: #c00029;
}

.itemcarousel .itemcaption {
	margin-bottom: 0.3em;
	font-size: 11px;
}

.item .itemlabel {
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	height: 24px;
	padding-right: 2%;
	text-align: right;
	z-index: 100;
	letter-spacing: -.40em;
}

.item .itemlabel li {
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: 0 0 0 3px;
	background: #0CB2CC;
	font-size: 10px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0;
}

.item-cart .itemlabel li {
	display: inline-block;
	width: 60px;
	height: 24px;
	margin: 0 0 5px 3px;
	background: #0CB2CC;
	font-size: 10px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0;
}

.item .itemlabel li.new,
.item-cart .itemlabel li.new {
	background: #183A66;
}

.item .itemlabel li.ss,
.item-cart .itemlabel li.ss {
	background: #75B81F;
}

.item .itemlabel li.aw,
.item-cart .itemlabel li.aw {
	background: #D2C605;
}

.item .itemlabel li.unisex,
.item-cart .itemlabel li.unisex {
	background: #6B3D5B;
}

.item .itemlabel li.order,
.item-cart .itemlabel li.order {
	background: #999;
}

.item .itemlabel li.sex,
.item-cart .itemlabel li.sex {
	background: #333;
}

.item .itemlabel li.re,
.item-cart .itemlabel li.re {
	background: #aaa;
}

.item .itemlabel li.rev,
.item-cart .itemlabel li.rev {
	background: #01908c;
}

.bannerlist ul {
	margin-bottom: -15px;
}

.bannerlist li {
	width: 31.3333%;
	float: left;
	margin: 0 3% 15px 0;
	text-align: center;
}

.bannerlist li:nth-child(3n) {
	margin-right: 0;
}

.bannerlist li a {
	transition: all 0.3s ease-in-out 0s;
}

.bannerlist li a:hover {
	opacity: 0.7;
}

.category-mainvisual {
	margin-bottom: 40px
}

.category-mainvisual .inner {
	position: relative;
	display: table;
}

.category-mainvisual h1 {
	margin-bottom: 20px;
}

.category-mainvisual .inner .detail {
	position: absolute;
	top: 38%;
	left: 5%;
}

.category-mainvisual-johnsmedley .inner .detail {
	top: 36%;
}

.category-mainvisual-veil .inner .detail {
	top: 40%;
}

.category-mainvisual-johnstons .inner .detail {
	top: 31%;
}

.category-mainvisual-pantherella .inner .detail {
	top: 33%;
}

.category-mainvisual-quartz .inner .detail {
	top: 50%;
	left: 8%;
	margin-top: -97px;
}

.category-mainvisual h1 img {
	width: 335px;
	height: auto;
}

.category-mainvisual-veil h1 img {
	width: 400px;
	height: auto;
}

.category-mainvisual-quartz h1 img {
	width: 220px;
}

.content-2column {
    display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items: stretch;
  	align-items: stretch;
}

.content-2column .content-main {
 	-webkit-box-ordinal-group: 2;
 	-ms-flex-order: 2;
 	-webkit-order: 2;
 	order: 2;
 	flex: 1;
 	overflow: hidden;
 	padding-left: 40px;
}

.content-2column .content-side {
 	-webkit-box-ordinal-group: 1;
 	-ms-flex-order: 1;
 	-webkit-order: 1;
 	order: 1;
 	width: 280px;
}

.content-side-box {
	margin-bottom: 30px;
}

.item-category-nav {
	padding: 0 10px 10px 10px;
	background: #E7E8E9;
	line-height: 1.3;
}

.item-category-nav a {
	display: block;
}

.item-category-nav .brand {
	border-bottom: solid 1px #fff;
}

.item-category-nav .brand:last-of-type {
	border-bottom: none;
}

.brand-subcategories {
	background: #fff;
	font-size: 13px;
}

.brand-name {
	position: relative;
	padding: 15px 5px;
	transition: all 0.3s ease-in-out 0s;
}

.brand-name:hover {
	opacity: 0.5;
}

.brand-name:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brand-subcategories-lower a {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.brand-subcategories-lower a:hover {
	transition: all 0.3s ease-in-out 0s;
}

.brand-subcategories-lower a:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 2px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-type li {
	width: 50%;
	float: left;
}

.select-type li a {
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	transition: all 0.3s ease-in-out 0s;
}

.select-type li:first-of-type {
	border-right: solid 1px #d0d1d3;
}

.select-type li a:hover {
	opacity: 0.7;
}

.select-type li.men a {
	background: #183A66;
	color: #fff;
}

.select-type li.women a {
	background: #6F282F;
	color: #fff;
}

.select-type li.active a {
	background: #fff;
	color: #131924;
}

.brand-subcategories-lower {
	padding: 0 10px;
}

.brand-category-primary {
	padding: 12px 3px;
	border-bottom: solid 1px #D0D1D3;
}

.brand-category-secondary {
	padding: 7px 0;
	border-bottom: solid 1px #D0D1D3;
}


.brand-category-secondary a {
	padding: 5px 10px;
}

.brand-subcategories-lower li:last-of-type .brand-category-primary {
	border-bottom: none;
}

.brand-subcategories-lower li:first-of-type .brand-category-primary {
	border-bottom: solid 1px #D0D1D3;
}

.brand-subcategories-lower li:last-of-type .brand-category-secondary {
	border-bottom: none;
}

.content-side-banners ul li {
	margin-bottom: 10px;
}

.content-side-banners ul li:last-of-type {
	margin-bottom: 0;
}

.content-side-banners ul li a {
	transition: all 0.3s ease-in-out 0s;
}

.content-side-banners ul li a:hover {
	opacity: 0.7;
}

.itemlist {
	padding-top: 24px;
}

.itemlist-fav {
	max-width: 1120px;
	margin: 0 auto;
}

.itemlist .item {
	position: relative;
	width: 23%;
	height: 340px;
	float: left;
	margin: 0 2.66666667% 50px 0;
	transition: all 0.3s ease-in-out 0s;
}

.itemlist .item:nth-child(4n) {
	margin-right: 0;
}

.itemlist .item figure {
	display: block;
	margin-bottom: 10px;
}

.itemlist .item img {
	width: 100%;
	height: auto;
}

.itemlist .item .itemname {
	margin-bottom: 2px;
	font-weight: 700;
	line-height: 1.3;
}

.itemlist .item .itemcaption {
	margin: 0.3em 0;
	font-size: 11px;
	line-height: 1.3;
}

.itemlist .item .delete {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 25px;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	opacity: 0;
}

.itemlist .item:hover .delete {
	display: inline-block;
	opacity: 1;
}

.itemlist .item:hover .delete:hover {
	opacity: 0.5;
}


.itemlist-header {

}

.itemlist-header .breadcrumb {
	width: 50%;
	float: left;
}

.itemlist-1column {
	padding-top: 24px;
}

.itemlist-1column .item {
	position: relative;
	width: 18%;
	float: left;
	margin: 0 2.5% 40px 0;
}

.itemlist-1column .item:nth-child(4n) {
	margin-right: 2.5%;
}

.itemlist-1column .item:nth-child(5n) {
	margin-right: 0;
}

.breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 2em;
}

.breadcrumb li:last-of-type {
	margin-right: 0;
}

.breadcrumb li a {
	transition: all 0.3s ease-in-out 0s;
}

.breadcrumb li a:hover {
	opacity: 0.5;
}

.breadcrumb li:before {
	content: "";
	display: block;
	position: absolute;
	top: 46%;
	right: -1.15em;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb li:last-of-type:before {
	display: none;
}

.item-display-nav {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
}

.item-none {
	padding: 40px;
	background: #E7E8E9;
	text-align: center;
	font-weight: 700;
}

.pagenation {
	margin-bottom: 60px;
}

.pagenation ul {
	margin-top: -40px;
	padding-top: 20px;
	border-top: solid 1px #d3d3d3;
	text-align: center;
}

.pagenation li {
	display: inline-block;
	margin: 0 0.16em;
	font-size: 135%;
	font-weight: 300;
}

.pagenation li a.jp-disabled {
	display: none;
}

.pagenation li a {
	display: inline-block;
	padding: 10px 13px;
	background: #131924;
	color: #fff;
	line-height: 1;
	transition: all 0.3s ease-in-out 0s;
}

.pagenation li.prev a {
	position: relative;
	padding: 10px 10px;
	background: none;
	color: #131924;
	font-weight: 400;
}

.pagenation li.next a {
	position: relative;
	padding: 10px;
	background: none;
	color: #131924;
	font-weight: 400;
}

.pagenation li.prev a:before {
	content: "";
	display: block;
	position: absolute;
	top: 48%;
	left: -5px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pagenation li.next a:before {
	content: "";
	display: block;
	position: absolute;
	top: 48%;
	right: -5px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagenation li a:hover {
	opacity: 0.5;
}

.pagenation li span {
	padding: 10px 7px;
}

.item-display-nav-body {
	position: relative;
	display: inline-block;
}

.item-display-nav-body:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 5px;
	height: 5px;
	margin-top: 0;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.item-display-nav select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 240px;
	padding: 7px 12px;
	font-size: 13px;
	border: none;
	background: #E7E8E9;
	border-radius: 3px;
	cursor: pointer;
}

.item-display-nav select:hover {
	background: #D4D8DD;
}

.item-display-nav select option {
	padding: 3px 7px;
	background: #fff;
}

.item-detail-head {
	max-width: 1440px;
	margin: 0 auto 40px auto;
	padding: 0 15px;
}

.item-detail-head .inner {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-top: solid 3px #131924;
	border-bottom: solid 1px #131924;
}

.item-detail-head .inner .breadcrumb {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	font-size: 11px;
	letter-spacing: 0;
}

.item-detail-head .inner .item-detail-head-title {
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

.item-detail-head .inner .item-detail-head-title .itemname {
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: 300;
}

.item-detail-head .inner .item-detail-head-title .itemcaption {
	color: #999;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
}

.item-detail-head .inner .item-detail-head-logo {
	display: table-cell;
	width: 40%;
	text-align: right;
	vertical-align: middle;
}

.item-detail-head .inner .item-detail-head-logo .johnsmedley {
	width: 230px;
	height: auto;
}

.item-detail-head .inner .item-detail-head-logo .Johnstons {
	width: 200px;
	height: auto;
}

.item-detail-head .inner .item-detail-head-logo .dents {
	width: 200px;
	height: auto;
}

.item-detail-head .inner .item-detail-head-logo .pantherella {
	width: 180px;
	height: auto;
}

.item-detail-head .inner .item-detail-head-logo .veil {
	width: 255px;
	height: auto;
}

.item-detail-body {
	margin-bottom: 20px;
}

.item-detail-body-left {
	width: 48.5%;
	float: left;
}

.item-photos {
	margin-bottom: 40px;
	overflow: hidden;
}

.item-photos .slider {
	display: none;
}

.item-photos .slick-initialized {
	display: block;
}

.item-photos .slider-for {
	max-width: 560px;
	margin: 0 auto 20px auto;
}

.item-photos .slider-nav {
	position: relative;
}

.item-photos .slider-nav img {
	border: solid 1px #d3d3d3;
}

.item-photos .slider-nav .item-nav {
	margin-right: 10px;
	cursor: pointer;
}

.item-photos .slider-nav .item-nav img {
	transition: all 0.3s ease-in-out 0s;
}

.item-photos .slider-nav .item-nav img:hover {
	opacity: 0.7;
}

.item-photos .slider-nav .slick-current img {
	border: solid 1px #333;
}

.item-photo-text {
	text-align: center;
	margin-top: 10px;
}

.item-detail-body-left .slick-slide {
	height: auto;
}

.item-photos-overflow .slick-list {
	overflow: hidden;
	margin: 0 30px;
}

.item-photos-overflow .slider-nav .slick-list {
	margin: 0;
}

.item-photos-overflow .slick-list a {
	cursor: url(/assets/img/cursor-exp.png), pointer;
}

.item-photos .slick-arrow {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: solid 1px #131b24;
	border-left: solid 1px #131b24;
	border-right: none;
	border-bottom: none;
	text-indent: -9999px;
	background: none;
	cursor: pointer;
}

.item-photos .slider-for .slick-arrow {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.item-photos .slick-prev {
	position: absolute;
	top: 50%;
	left: 5px;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.item-photos .slider-for .slick-prev {
	left: 6px;
}

.item-photos .slick-next {
	position: absolute;
	top: 50%;
	right: 5px;
	-moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.item-photos .slider-for .slick-next {
	right: 6px;
}

.item-size {
	margin-bottom: 40px;
}

.item-size-table {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	table-layout: fixed;
}

.item-size-table th {
	padding: 10px 0;
	background: #e9e9e9;
}

.item-size-table td {
	padding: 10px 0;
	border-bottom: solid 1px #d3d3d3;
}

.item-size-caption {
	margin-bottom: 10px;
	color: #999;
	font-size: 13px;
}

.item-detail-body-right {
	width: 48.5%;
	float: right;
}

.item-cart {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d3d3d3;
}

.item-cart .itemlabel {
	margin-bottom: 15px;
}

.item-cart-price {
	margin-bottom: 20px;
	font-size: 12px;
}

.item-cart-price strong {
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0 10px;
	font-size: 30px;
	font-weight: 300;
}

.item-cart-price .normal_price {
	text-decoration: line-through;
}

.item-cart-price .rate {
	display: inline-block;
	margin-left: 10px;
	color: #c00029;
}

.item-cart-price .sale_price {
	color: #c00029;
}

.item-cart-price .sale_price strong {
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0 10px;
	font-size: 30px;
	font-weight: 300;
}

.item-cart-body {
	margin-bottom: 20px;
}

.item-cart-body-select {
	width: 49%;
	float: left;
}

.item-cart-body-select-inner {
	margin-bottom: 10px;
}

.item-cart-body-select-inner .select-wrap {
	position: relative;
	width: 75%;
	float: left;
}

.item-cart-body-select-inner .select-wrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 5px;
	height: 5px;
	margin-top: 0;
	border-top: solid 1px #131a24;
	border-right: solid 1px #131a24;
	-moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.item-cart-body-select-inner .title {
	width: 25%;
	float: left;
	padding-top: 5px;
}

.item-cart-body-select-inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	padding: 7px 12px;
	font-size: 13px;
	border: none;
	background: #E7E8E9;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.item-cart-body-select-inner select:hover {
	background: #D4D8DD;
}

.item-cart-body-select-inner select option {
	padding: 3px 7px;
	background: #fff;
}

.item-cart-body-button {
	width: 49%;
	float: right;
}

.item-cart-body-button-large {
	width: 100%;
	float: none;
}

.item-cart-body-button button {
	display: block;
	width: 100%;
	height: 86px;
	background: #24BAD1;
	color: #fff;
	border: none;
	font-size: 17px;
	line-height: 1;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.item-cart-body-button button:hover {
	background: #1EA6BD;
}

.item-cart-body-button button i {
	margin-right: 7px;
	font-size: 35px;
	vertical-align: middle;
}

.btn-reservation {
	display: block;
	width: 100%;
	height: 86px;
	background: #6b3d5b !important;
	color: #fff;
	border: none;
	font-size: 17px;
	line-height: 1;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	text-align: center;
}

.btn-reservation:hover {
	background: #834B70 !important;
}

.btn-reservation i {
	margin-right: 7px;
	font-size: 28px;
	vertical-align: middle;
}

.item-cart-othernav {

}

.item-cart-othernav ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.item-cart-othernav ul li:nth-child(3n) {
	margin-right: 0;
}

.item-cart-othernav ul li .btn {
	width: 100%;
	font-size: 12px;
	border-radius: 3px;
	letter-spacing: 0;
	cursor: pointer;
}

.item-cart-othernav ul li.favorite .btn span:before {
	content: " \f004";
	font-family: FontAwesome;
	margin-right: 3px;
	transition: all 0.3s ease-in-out 0s;
}

.item-cart-othernav ul li.favorite .btn span:after {
	content: "お気に入りに追加";
	transition: all 0.3s ease-in-out 0s;
}

.item-cart-othernav ul li.favorite .btn {
	transition: all 0.3s ease-in-out 0s;
}

.item-cart-othernav ul li.favorite .btn.is-favorited {
	background: #cdcdcd;
	border: none;
	color: #fff;
}

.item-cart-othernav ul li.favorite .btn.is-favorited span:after {
	content: "お気に入り追加済み";
}

.item-detail-text {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d3d3d3;
}

.item-detail-text p {
	margin-bottom: 20px;
}

.item-colortips-content {
	margin-bottom: 20px;
}

.item-colortips-body {
	margin-bottom: 20px;
}

.item-colortips-large {
	width: 38%;
	float: left;
}

.item-colortips-thumbnail {
	width: 58%;
	float: right;
}

.item-colortips-thumbnail ul li {
	width: 18%;
	float: left;
	margin: 0 2.5% 10px 0;
}

.item-colortips-thumbnail ul li:nth-child(5n) {
	margin-right: 0;
}

.item-pattern {
	margin-bottom: 20px;
}

.item-socialbtns ul {
	text-align: center;
}

.item-socialbtns ul li {
	display: inline-block;
	margin: 0 0.15em;
	vertical-align: top;
}

.item-socialbtns ul li.facebook {
	position: relative;
	top: -4px;
}

.item-detail-freespace {
	margin-bottom: 40px;
}

.item-detail-relation .inner section {
	padding-top: 40px;
	margin-bottom: 40px;
	border-top: 3px solid #131924;
}

.lower-content .content-section:first-of-type {
	padding-top: 0;
}

.content-itemdetail .content-section-bg-gray:first-of-type  {
	padding-top: 60px;
}

.form-submit {
	padding-top: 20px;
	text-align: center;
}

.btn {
	display: inline-block;
	min-width: 240px;
	padding: 0.3em 1em;
	background: #131B24;
	color: #fff;
	font-weight: 300;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

.btn:hover {
	opacity: 0.7;
}

.btn-small {
	min-width: 160px;
	font-size: 11px;
}

.btn-large {
	padding: 0.8em;
	min-width: 300px;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.btn-secondary {
	background: #DCDCDC;
	color: #131924;
}

.btn-bd {
	background: #fff;
	color: #131924;
	border: solid 1px #131924;
}

.btn-checked {
	background: #d1d1d1;
	border: none;
	cursor: pointer;
	color: #fff;
}

.btn-bd:hover {
	background: #e9e9e9;
}

.btn-checked:hover {
	background: #d1d1d1;
	opacity: 1;
}

.btn-square {
	min-width: 30px;
	height: 30px;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.section-bottom-button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	text-align: right;
}

.section-bottom-button-primary {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.section-entry-title {
	padding: 30px 0;
	margin-top: 30px;
	border-bottom: solid 1px #131924;
    border-top: solid 3px #131924;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.2em;
}

.entry-detail .entrydate {
	padding: 0.5em;
	text-align: center;
	border-bottom: solid 1px #131924;
	font-weight: 300;
}

.entry-detail section {
	margin-bottom: 40px;
}

.entry-detail-old {
	width: 755px;
	margin: 0 auto;
}

.entry-socialbtns ul {
	text-align: center;
}

.entry-socialbtns ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3em;
}

.entry-socialbtns ul li.facebook {
	position: relative;
	top: -4px;
}

.entry-pagenav ul {
	text-align: center;
}

.entry-pagenav ul li {
	display: inline-block;
	margin: 0 2em;
	font-size: 20px;
	font-weight: 300;
}

.entry-pagenav ul li a {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.entry-pagenav ul li a:hover {
	opacity: 0.5;
}

.entry-pagenav ul li.prev a {

}

.entry-pagenav ul li.prev a:before {
	position: absolute;
	top: 50%;
	left: -20px;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	border-top: solid 1px #131b24;
	border-left: solid 1px #131b24;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.entry-pagenav ul li.next a:before {
	position: absolute;
	top: 50%;
	right: -20px;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	border-top: solid 1px #131b24;
	border-left: solid 1px #131b24;
	-moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.entry-pickup-items {
	border-top: 3px solid #131924;
	padding-top: 40px;
}

.information-entrybody {
	max-width: 840px;
	margin: 0 auto;
}

.entry-detail .entrydate {
	margin-bottom: 40px;
}

.information-entrybody h1 {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 1.3;
}

.information-entrybody h2 {
	padding: 0.7em 1em;
	margin-bottom: 10px;
	font-size: 20px;
	background: #f1f1f1;
	line-height: 1.3;
}

.information-entrybody h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
}

.information-entrybody h4 {
	padding: 0.3em 0 0.3em 0.7em;
	margin-bottom: 10px;
	font-size: 18px;
	border-left: solid 2px #111;
	line-height: 1.3;
}

.information-entrybody p {
	margin-bottom: 40px;
}

.information-entrybody blockquote {
	padding: 1em;
	margin-bottom: 40px;
	border: solid 1px #d3d3d3;
	background: #f1f1f1
}

.information-entrybody ul {
	padding-left: 1em;
	margin-bottom: 20px;
}

.information-entrybody ul li {
	list-style: disc;
}

.information-entrybody ol {
	padding-left: 1em;
	margin-bottom: 20px;
}

.information-entrybody ol li {

}

.information-entrybody strong {
	font-weight: bold;
}

.lower-content-title {
	padding: 40px 0;
	text-align: center;
	background: #656A70;
	color: #fff;
}

.lower-content-title-has-margin {
	margin-bottom: 40px;
}

.lower-content-title-main {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.3em;
}

.lower-content-title-lead {
	font-weight: 300;
}

.lower-content-local-nav {
	margin-top: 30px;
}

.lower-content-local-nav li {
	display: inline-block;
	margin: 0 0.5em;
}

.lower-content-local-nav li a {
	display: inline-block;
	padding: 0.4em 1em;
	background: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.lower-content-local-nav li a:hover {
	background: #e1e1e1;
}

.lower-content-local-nav li a span {
	position: relative;
	display: inline-block;
	padding-left: 13px;
}

.lower-content-local-nav li a span:before {
	position: absolute;
	top: 50%;
	left: 0px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -3.5px;
	border-top: solid 1px #131b24;
	border-left: solid 1px #131b24;
	-moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.small-content-navi {
	text-align: center;
}

.small-content-navi li {
	display: inline-block;
	margin: 0 3px 7px 0;
}

.small-content-navi li a {
	display: inline-block;
	padding: 0.4em 1em;
	background: #fff;
	transition: all 0.3s ease-in-out 0s;
	font-size: 13px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	letter-spacing: 0;
}

.small-content-navi li a:hover {
	background: #e1e1e1;
}

.small-content-navi li a span {
	position: relative;
	display: inline-block;
	padding-left: 13px;
}

.small-content-navi li a span:before {
	position: absolute;
	top: 50%;
	left: 0px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -3.5px;
	border-top: solid 1px #131b24;
	border-left: solid 1px #131b24;
	-moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.brandlist ul li {
	width: 48%;
	float: left;
	margin: 0 4% 60px 0;
}

.brandlist ul li:nth-child(2n) {
	margin-right: 0;
}

.brandlist-image {
	margin-bottom: 30px;
}

.brandlist-logo {
	margin-bottom: 30px;
	text-align: center;
}

.brandlist-lead {
	margin-bottom: 20px;
}

.brandlist-nav {
	text-align: center;
}

.brandlist-nav .btn {
	margin: 0 0.5em;
}

.johnsmedley .brandlist-logo {
	padding: 15px 0;
}

.johnsmedley .brandlist-logo img {
	height: 30px;
}

.johnstons .brandlist-logo img {
	height: 60px;
}

.dents .brandlist-logo img {
	height: 40px;
}

.pantherella .brandlist-logo img {
	height: 50px;
}

.veil .brandlist-logo img {
	height: 26px;
}

.textlist ul li {
	margin-bottom: 40px;
}

.textlist ul li a {
	cursor: pointer;
}

.subtitle {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.subtitle-a-center {
	text-align: center;
}

.subtitle-has-mb {
	margin-bottom: 20px;
}

.subtitle-with-border {
	position: relative;
	padding-left: 30px;
	margin-bottom: 7px;
	font-size: 20px;
}

.subtitle-with-border:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 25px;
	height: 1px;
	background: #131A24;
}

.subtitle-faq {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
}

.faqlist .question {
	position: relative;
	top: -10px;
	display: inline-block;
	color: #25354C;
	font-size: 35px;
	font-weight: 300;
	float: left;
}

.faqlist .answer {
	position: relative;
	top: -2px;
	left: 3px;
	display: inline-block;
	color: #6F282F;
	font-size: 35px;
	font-weight: 300;
	float: left;
}

.faqlist span {
	display: block;
	margin-left: 35px;
}

.faqlist span a {
	text-decoration: underline;
}

.faqlist span a:hover {
	text-decoration: none;
}

.normal-table {
	width: 100%;
	font-size: 12px;
}

.normal-table th {
	width: 30%;
	padding: 1em;
	text-align: left;
	border-bottom: solid 2px #ccc;
	line-height: 1.3;
}

.normal-table th:first-of-type {
	border-top: solid 2px #ccc;
}

.normal-table td {
	padding: 0.8em 0;
	text-align: left;
	border-bottom: solid 1px #ccc;
	line-height: 1.3;
}

.normal-table td:first-of-type {
	border-top: solid 1px #ccc;
}

.form-table {
	font-size: 15px;
}

.form-table th {
	width: 30%;
	vertical-align: middle;
}

.form-table td {
	width: 70%;
	vertical-align: middle;
}

.form-table input[type="text"] {
	padding: 0.5em 0.8em;
	border: solid 1px #d3d3d3;
	background: #f1f1f1;
	font-size: 15px;
}

.form-table input[type="radio"],
.form-table input[type="checkbox"] {
	position: relative;
	top: -3px;
}

.form-table input.size-m {
	width: 50%;
}

.form-table input.size-l {
	width: 75%;
}

.form-table select {
	font-size: 15px;
}

.form-table td ul li {
	margin-bottom: 5px;
}

.form-table td ul li:last-of-type {
	margin-bottom: 0;
}

.form-table textarea {
	width: 100%;
	height: 200px;
	padding: 0.5em 0.8em;
	border: solid 1px #d3d3d3;
	background: #f1f1f1;
	font-size: 15px;
}

.content-inner-title {
	margin-bottom: 10px;
}

.col-8 {
	width: 65%;
	float: left;
	margin: 0 4% 0 0 ;
}

.col-6 {
	width: 48%;
	float: left;
	margin: 0 4% 0 0 ;
}

.col-4 {
	width: 30.666666667%;
	float: left;
	margin: 0 4% 0 0 ;
}



.col-group .col:last-of-type {
	margin-right: 0;
}

.navybox {
	padding: 25px 15px 15px 15px;
	background: #131924;
	color: #fff;
	text-align: center;
}

.navybox-title {
	margin-bottom: 10px;
	font-size: 25px;
}

.navybox-caption {
	margin-bottom: 15px;
	font-size: 13px;
}

.navybox-body {
	padding: 15px;
	background: rgba(255,255,255,0.3);
}

.navybox-body-text {
	margin-bottom: 10px;
}

.navybox-body-text-large {
	font-size: 35px;
	font-weight: 300;
	vertical-align: middle;
}

.navybox-body-text-large small {
	font-size: 15px;
	vertical-align: middle;
}

.has-mb {
	margin-bottom: 20px;
}

.stocklist {
	padding-bottom: 10px;
}

.stocklist li {
	width: 33%;
	float: left;
	padding: 10px 0;
	font-size: 22px;
	text-align: center;
	border-right: solid 1px rgba(255,255,255,0.35);
}

.stocklist li:last-of-type {
	border-right: none;
}

.col-section {
	margin-bottom: 40px;
}

.col .col-section:last-of-type {
	margin-bottom: 0;
}

.trans-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-size: 38px;
}

.trans-title:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	-moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.trans-title small {
	font-size: 20px;
}

.trans-detail {
	padding-bottom: 7px;
	font-size: 35px;
	line-height: 1;
}

.delivdate li {
	margin-bottom: 10px;
}

.delivdate-other {
	width: 150px;
	float: left;
	padding: 0.3em 0;
	text-align: center;
	background: #D2A713;
	color: #fff;
}

.delivdate-2days {
	width: 150px;
	float: left;
	padding: 0.3em 0;
	text-align: center;
	background: #A35588;
	color: #fff;
}

.delivdate-tomorow {
	width: 150px;
	float: left;
	padding: 0.3em 0;
	text-align: center;
	background: #6492C6;
	color: #fff;
}

.delivdate p {
	margin-left: 165px;
	padding-top: 0.3em;
}

.graybox {
	padding: 30px;
	background: #f1f1f1;
}

.graybox .form-table input[type="text"] {
	background: #fff;
}

.title-brandname {
	margin-bottom: 30px;
	text-align: center;
}

.title-brandname.johnsmedley img {
	width: 300px;
}

.title-brandname.johnstons img {
	width: 280px;
}

.title-brandname.dents img {
	width: 280px;
}

.title-brandname.pantherella img {
	width: 280px;
}

.title-brandname.veil img {
	width: 350px;
}

.title-brandname.quartz img {
	width: 150px;
}

.size-image {
	margin-bottom: 20px;
	text-align: center;
}

.sizeguide-glove-image {
	text-align: right;
}

.sizeguide-glove-image img {
	max-width: 380px;
}

.sizeguide-glove-text {
	padding-top: 130px;
}

.size-table {
	width: 100%;
	text-align: center;
	border-top: solid 1px #d3d3d3;
}

.size-table th {
	padding: 0.5em 0.7em;
	border-bottom: solid 1px #d3d3d3;
	background: #f1f1f1;
}

.size-table-glove th {
	width: 50%;
}

.size-table-glove tr th:first-of-type {
	border-right: solid 1px #d3d3d3;
}

.size-table td {
	padding: 0.5em 0.7em;
	border-bottom: solid 1px #d3d3d3;
}

.size-table-glove tr td:first-of-type {
	border-right: solid 1px #d3d3d3;
}

.size-table-socks td {
	border-right: solid 1px #d3d3d3;
}

.size-table-socks tr td:last-of-type {
	border-right: none;
}

.size-table-socks {
	margin-bottom: 30px;
}

.size-table-socks th {
	background: #fff;
}

.offset7 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.sizeguide-socks-bottom {
	margin-top: 30px;
}

.favoritelist {
	max-width: 980px;
	margin: 0 auto;
}

.favoritelist ul {

}

.favoritelist ul li {
	width: 18%;
	float: left;
	margin: 0 2% 20px 0;
}

.favoritelist ul li:nth-child(5n) {
	margin-right: 0;
}

.favoritelist ul li img {
	border: solid 1px #d1d1d1;
	transition: all 0.3s ease-in-out 0s;
}

.favoritelist ul li img:hover {
	opacity: 0.5;
}

.content-section-favorite {
	background: #f1f1f1;
}

.search-result {
	max-width: 1120px;
	padding-top: 0;
	padding-bottom: 40px;
	margin: 0 auto;
}

.fs-result-msg {
	margin-bottom: 60px;
	text-align: center;
	font-size: 17px;
}

.fs-paginate {
	text-align: center;
}

.send-complete {
	text-align: center;
}

.send-complete p {
	margin-bottom: 15px;
}

.form-submit p {
	margin-bottom: 15px;
}

.item-cart-othernav .favorite a {
	cursor: pointer;
}

#content #copyright {
	display: none;
}

.align-center {
	text-align: center;
}

.fs-paginate {
	display: none;
}

.fubricbox {
	margin-bottom: 25px;
	padding: 20px;
	border: solid 1px #d3d3d3;
	background: #e9e9e9;
	text-align: center;
}

.lower-content-mail form {
	padding: 20px;
}

.responsive-body {
	max-width: 980px;
	margin: 0 auto;
}

.responsive-body h2 {
	margin-bottom: 25px;
}

.responsive-body p.lead {
	margin-bottom: 50px;
	text-align: center;
}

.responsive-body h3 {
	margin-bottom: 25px;
	text-align: center;
}

.responsive-body .col-group-topimage figure {
	display: block;
	margin-bottom: 10px;
}

.responsive-body section {
	margin-bottom: 50px;
}

.responsive-body .col {
	margin-bottom: 0;
}

.responsive-body .col-6 {
	margin-bottom: 0;
}

.responsive-body .col-group {
	margin-bottom: 25px;
}

.entry-slider {
	position: relative;
}

.entry-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.entry-slider .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0.3em;
	border-radius: 50%;
	text-indent: -9999px;
	background: rgba(255,255,255,0.7);
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.entry-slider .slick-dots li.slick-active {
	background: #131A24;
}

.entry-cc {
	width: 100%;
}

.entry-cc .inner {

}

.entry-cc .main {
	padding: 20px 30px 40px 30px;
	text-align: center;
}

.entry-cc .main img {
	width: 100%;
	max-width: 900px;
	height: auto;
}

.entry-cc .lead {
	margin-bottom: 50px;
	text-align: center;
}

.cc-body-men {
	width: 49%;
	float: left;
}

.cc-body-women {
	width: 49%;
	float: right;
}

.cc-body-men-image {
	width: 70%;
	float: right
}

.cc-body-women-image {
	width: 70%;
	float: left
}

.entry-cc .tops-title {
	margin-bottom: 10px;
}

.entry-cc .cc-body-men .cc-body-men-btns {
	width: 28%;
	float: left;
}

.entry-cc .cc-body-women .cc-body-women-btns {
	width: 28%;
	float: right;
}

.entry-cc .tops-color {
	margin-bottom: 7px;
}

.entry-cc .tops-color li,
.entry-cc .bottoms-color li {
	width: 32%;
	margin: 0 2% 5px 0;
	float: left;
	cursor: pointer;
}

.entry-cc .tops-color li img,
.entry-cc .bottoms-color li img {
	width: 100%;
	height: auto;
	display: block;
}

.entry-cc .tops-color li:nth-child(3n),
.entry-cc .bottoms-color li:nth-child(3n) {
	margin-right: 0;
}

.entry-cc .tops-title {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	background: #131b24;
	color: #fff;
}

.entry-cc .title-selected {
	padding: 3px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.entry-cc .selected-color {
	margin-bottom: 20px;
	text-align: center;
	font-size: 17px;
}

.entry-cc .bottoms-title {
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	background: #131b24;
	color: #fff;
}

.entry-cc .main.is-ready {
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	transform: translateY(20px);
}

.entry-cc .main.is-active {
	opacity: 1;
	transform: translateY(0px);
}

.cc-body-men.is-ready {
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	transform: translateX(-20px);
}

.cc-body-men.is-active {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	transform: translateX(0px);
}

.cc-body-women.is-ready {
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	transform: translateX(20px);
}

.cc-body-women.is-active {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	transform: translateX(0px);
}

.img-with-border {
	border: 1px solid #d3d3d3;
}

i.or-arrow {
	display: inline-block;
	width: 4px;
	height: 6px;
	background: url(/assets/img/icon-arrow.png) no-repeat;
	background-size: 100% 100%;
}

i.or-arrow-wh {
	position: relative;
	top: -0.1em;
	display: inline-block;
	width: 4px;
	height: 6px;
	background: url(/assets/img/icon-arrow-wh.png) no-repeat;
	background-size: 100% 100%;
}

i.or-special {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	background: url(/assets/img/icon-special.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1;
}

i.or-list {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right: 5px;
	background: url(/assets/img/icon-list.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1;
}

i.or-blank {
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url(/assets/img/icon-blank.png) no-repeat;
	background-size: 100% 100%;
}


/* ------------------------------------------
                   modal
------------------------------------------ */

.modal {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:none;
  z-index: 9999;
}

.overLay {
  position:fixed;
  top:0;
  left:0;
  background:rgba(255,255,255,0.9);
  width:100%;
  height:100%;
}

.modal-content-detail {
  position:absolute;
  z-index:9999;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 1000px;
  height: 90%;
  background: #fff;
  border: solid 5px #131a24;
}

.modal-content-detail-inner {
	position: relative;
	height: 100%;
	overflow: auto;
	padding: 30px;
	-webkit-overflow-scrolling: touch;
}

.modal-content-detail-image {
	max-width: 780px;
}

.modal-content-detail .modal-close {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: #131a24;
	z-index: 100;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
}

.modal-content-detail .modal-close:before {
	position: relative;
	top: 17px;
	left: 6px;
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	-moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-content-detail .modal-close:after {
	position: relative;
	top: 17px;
	left: 6px;
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	-moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-content-detail p {
	margin-bottom: 20px;
}

.modal-content-detail table {
	margin-bottom: 20px;
}

#modal-content-stock .modal-content-detail  {
	height: 80%;
}

#modal-content-contact .modal-content-detail  {
	max-width: 880px;
	height: 80%;
}

#modal-content-reservation .modal-content-detail  {
	max-width: 880px;
	height: 80%;
}

#modal-content-stock .modal-content-detail iframe,
#modal-content-contact .modal-content-detail iframe,
#modal-content-reservation .modal-content-detail iframe {
	width: 100%;
	height: 100%;
}

.lower-content-modal .lower-content-title {
	margin-bottom: 20px;
	padding: 0;
	background: none;
	color: #131924;
}

.lower-content-modal .lower-content-title .lower-content-title-lead {
	font-size: 86%;
}

.lower-content-modal #copyright {
	display: none;
}

.lower-content-modal .ERR {
	color: #cc0000;
}

.modal-image {
	text-align: center;
}

.color_main {
	margin-bottom: 30px;
}

.entry-detail-old #entrybody h2 {
	margin-bottom: 30px;
}

.shop-close {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.9);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5vw;
}

.shop-close_inner {
	max-width: 800px;
	padding: 60px 60px;
	border: solid 3px #131A24;
	background: #fff;
}

.shop-close_title {
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.shop-close_body p {
	margin-bottom: 30px;
	line-height: 2;
}

.shop-close_body_mail {
	margin-bottom: 30px;
	text-align: center;
}

.shop-close_body_mail a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	background: #131A24;
	color: #fff;
	font-size: 25px;
	transition: all 0.3s ease-in-out 0s;
}

.shop-close_body_mail a:hover {
	opacity: 0.7;
}

.shop-close_body_mail a i {
	position: relative;
	top: -1px;
	left:  1px;
}

.shop-close_body_logo {
	text-align: center;
}

.shop-close_body_logo img {
	width: 234px;
	height: auto;
}


/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group,
.clear {
	zoom:1;
}

.group:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}

/* ------------------------------------------
              for normal pc
------------------------------------------ */

@media(max-width:1440px){

	.fixedheader.disp .fixedheader-logo {
		display: none;
	}

	.fixedheader.disp .fixedheader-nav li.top {
		display: block;
	}

	.fixedheader.disp .fixedheader-nav li.top a {
		display: block;
		width: 50px;
		border-bottom: solid 1px #424750;
		line-height: 1;
	}

	.fixedheader.disp .fixedheader-nav li.top a img {
		display: block;
		width: 50px !important;
		height: auto !important;
		max-width: none;
	}

}

/* ------------------------------------------
              for medium pc
------------------------------------------ */

@media(max-width:1280px){

	.header-bottom li {
	    margin: 0 0.7em;
	}

	.header-bottom li:before {
		display: none;
	}

	.itemlist .item {
		width: 32%;
		float: left;
		height: 380px;
		margin: 0 2% 40px 0;
	}

	.itemlist .item:nth-child(4n) {
		margin-right: 2%;
	}

	.itemlist .item:nth-child(3n) {
		margin-right: 0;
	}

	.content-2column .content-side {
    	width: 220px;
	}

	.itemlist-1column {
		padding-top: 24px;
	}

	.itemlist-1column .item {
		position: relative;
		width: 18%;
		float: left;
		margin: 0 2.5% 30px 0;
	}

	.itemlist-1column .item:nth-child(3n) {
		margin-right: 2.5%;
	}

	.itemlist-1column .item:nth-child(5n) {
		margin-right: 0;
	}

	.item .itemlabel {
		top: -20px;
	}

	.item .itemlabel li {
		width: auto;
		height: 20px;
		padding: 0 1em;
		font-size: 8px;
		line-height: 20px
	}

}


/* ------------------------------------------
               for small-large pc
------------------------------------------ */

@media(max-width:1100px){

	.itemlist .item {
		height: 340px;
	}

}


/* ------------------------------------------
               for small pc
------------------------------------------ */

@media(max-width:980px){

	.header-bottom li {
	    margin: 0 0.5em;
	}

	.header-bottom li.johnsmedrey {
		width: 175px;
	}

	.header-bottom li.johnstons {
		width: 130px;
	}

	.header-bottom li.dents {
		width: 132px;
	}

	.header-bottom li.pantherella {
		width: 128px;
	}

	.header-bottom li.veil {
		width: 180px;
	}

	.mainvisual .slick-arrow img {
    	width: 60px;
    	height: 60px;
	}

	.mainvisual .slick-prev {
    	left: 30px;
    	margin-left: 0;
	}

	.mainvisual .slick-next {
    	right: 30px;
    	margin-right: 0;
	}

	.itemcarousel .slick-prev {
	    top: 80px;
	}

	.itemcarousel .slick-next {
		top: 80px;
	}

	.mainvisual .slick-slide img {
    	opacity: 1;
	}

	.item-cart-othernav ul li {
    	width: 100%;
    	float: none;
    	margin-right: 0;
    	margin-bottom: 7px;
	}

	.itemlist-1column .item {
		position: relative;
		width: 18%;
		float: left;
		margin: 0 2.5% 30px 0;
	}

	.itemlist-1column .item:nth-child(3n) {
		margin-right: 2.5%;
	}

	.itemlist-1column .item:nth-child(5n) {
		margin-right: 0;
	}

	.item-colortips-content {
		margin-bottom: 0;
	}

	.fubricbox {
		margin-bottom: 0px;
	}

	.item figure .soldout span {
		top: 42%;
		font-size: 13px;
	}

	.itemlist .item {
		height: 300px;
	}

}


/* ------------------------------------------
                 for tablet
------------------------------------------ */

@media(max-width:768px){

	.header-top {
    	display: none;
	}

	.header-main {
    	padding: 20px 0;
    	margin: 0 auto;
	}

	.header-main-leftnav {
		display: none;
	}

	.header-main-rightnav {
		display: none;
	}

	.header-bottom {
		display: none;
	}

	.fixedheader {
		display: none;
	}

	.newsbox .inner {
    	display: block;
	}

	.newsbox .newsbox-title {
	    display: block;
	    width: 100%;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    font-size: 17px;
	    letter-spacing: 0.2em;
	    border-right: none;
	    border-bottom: solid 1px #fff;
	    text-align: center;
	}

	.newsbox .newsbox-body {
    	display: block;
    	padding-left: 0;
	}

	.content-section {
    	padding: 40px 0;
	}

	.section-title {
    	margin-bottom: 20px;
    	font-size: 25px;
    	font-weight: 300;
    	letter-spacing: 0.2em;
	}

	.splist {
    	margin-bottom: 0;
	}

	.splist li {
    	float: none;
    	margin: 0 0 15px 0;
	}

	.splist li.large {
    	width: 100%;
	}

	.splist li.small {
    	width: 100%;
	}

	.splist li a figure {
		width: 120px;
	}

	.splist li a .detail {
    	margin-left: 135px;
	}

	.splist li.small a .entrytitle {
		font-size: 17px;
	}

	.splist li.small a .excerpt {
    	font-size: 15px;
    	line-height: 1.6;
	}

	.section-bottom-button {
    	position: static;
    	width: 100%;
    	text-align: center;
	}

	.section-bottom-button-primary {
		position: static;
    	width: 100%;
    	text-align: center;
	}

	.inner-section {
    	margin-bottom: 40px;
	}

	.itemcarousel {
    	padding: 0;
	}

	.itemcarousel li.item {
    	width: 32%;
    	margin: 0 2% 15px 0;
    	float: left;
    	margin-top: 18px;
	}

	.itemcarousel li:nth-child(3n) {
    	margin-right: 0;
	}

	.item figure {
		display: block;
    width: 100%;
    vertical-align: middle;
	}

	.item .detail {

	}

	.itemlabel li {
		float: none;
	}

	.item .brandname {
		padding: 0.5em 0 0 0;
		line-height: 1.3;
	}

	.section-bottom-button {
		margin-top: 10px;
	}

	.pagetop {
	    position: static;
	    width: 100%;
	    height: auto;
	    transition: all 0.3s ease-in-out 0s;
	    opacity: 1;
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	    text-indent: 0px;
	}

	.pagetop a {
	    display: block;
	    width: 100%;
	    height: auto;
	    padding: 20px 15px 5px 15px;
	    background: #d3d3d3;
	    border: none;
	    text-align: center;
	    font-size: 10px;
	    letter-spacing: 0.1em;
	}

	.pagetop a:after {
		top: 12px;
		left: 50%;
		margin-left: -6px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 9px 6px 0 6px;
		border-color: #131a24 transparent transparent transparent;
		-moz-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	}

	.header-main-drawernav {
		display: block;
	}

	.drawer-hamburger {
		position: relative;
		float: right;
		padding: 15px .75rem 30px;
		z-index: 1000;
	}

	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after {
		background-color: #fff;
	}

	.drawer-overlay {
		background-color: rgba(0,0,0,0.7);
		z-index: 999;
	}

	.drawer-nav .logo {
		padding: 15px 0;
		text-align: center;
		background: #131a24;
	}

	.drawer-nav .logo img {
		width: 180px;
		height: auto;
	}

	.drawer-nav {
		background: #131a24;
		z-index: 1000;
	}

	.drawer-nav .contentnav {
		background: #fff;
	}

	.drawer-nav .contentnav li {
		border-top: solid 1px #e1e1e1;
	}

	.drawer-nav .contentnav li a {
		display: block;
		padding: 0.5em 0.9em;
	}

	.drawer-nav .contentnav li a .icon {
		display: block;
		width: 20px;
		height: 20px;
		text-align: center;
		float: left;
		text-align: center;
	}

	.drawer-nav .contentnav li a span.text {
		display: block;
		margin-left: 28px;
	}

	.drawer-nav .contentnav li .or-special {
		margin-top: -6px;
	}

	.drawer-nav .contentnav li .fa-user {
		font-size: 19px;
	}

	.drawer-nav .contentnav li .fa-heart {
		font-size: 17px;
	}

	.drawer-nav .contentnav li .fa-shopping-cart {
		font-size: 19px;
	}

	.drawer-nav dl {
		background: #fff;
	}

	.drawer-nav dl dt {
		padding: 0.7em;
		border-top: solid 2px #131a24;
		font-size: 15px;
		font-weight: 700;
		background: #f1f1f1;
	}

	.drawer-nav dl dd {
		border-top: solid 1px #e1e1e1;
	}

	.drawer-nav dl dd a {
		display: block;
		padding: 0.5em 0.9em;
	}

	.drawer-nav dl dd .brand-subcategories {
		border-top: solid 1px #D0D1D3;
	}

	.drawer-nav dl dd .brand-subcategories .brand-category-secondary a {
		padding: 0.3em 1.5em;
	}

	.drawer-nav .social-nav {
		padding: 1em;
		text-align: center;
	}

	.drawer-nav .social-nav li {
		display: inline-block;
		margin: 0 0.5em;
	}

	.drawer-nav .social-nav li a {
		color: #fff;
		font-size: 20px;
	}

	.category-mainvisual .inner .detail {
    	position: absolute;
    	top: 32%;
    	left: 5%;
	}

	.category-mainvisual-johnstons .inner .detail {
    	top: 23%;
	}

	.category-mainvisual-pantherella .inner .detail {
    	top: 28%;
	}

	.category-mainvisual-veil h1 {
		margin-bottom: 5px;
	}

	.category-mainvisual-veil .inner .detail {
    	top: 34%;
	}

	.category-mainvisual h1 img {
    	width: 200px;
	}

	.category-mainvisual .inner .detail .btn {
		font-size: 11px;
		min-width: 180px;
	}

	.content-2column {
		flex-direction: column;
	}

	.content-2column .content-main {
    	-webkit-box-ordinal-group: 1;
    	-ms-flex-order: 1;
    	-webkit-order: 1;
    	order: 1;
    	padding-left: 0;
	}

	.content-2column .content-side {
    	width: 100%;
    	 -webkit-box-ordinal-group: 2;
    	-ms-flex-order: 2;
    	-webkit-order: 2;
    	order: 2;
	}

	.pagenation li {
    	font-size: 100%;
	}

	.category-mainvisual {
    	margin-bottom: 20px;
	}

	.content-main-section {
    	margin-bottom: 20px;
	}

	.content-side-banners ul li {
		width: 49%;
		float: left;
		margin: 0 2% 10px 0;
	}

	.content-side-banners ul li:nth-child(2n) {
		margin-right: 0;
	}

	.breadcrumb {
		padding-top: 7px;
		font-size: 11px;
	}

	.itemlist .item .itemcaption {
		letter-spacing: 0;
	}

	.item-detail-body-left {
    	width: 100%;
    	float: none;
	}

	.item-detail-body-right {
    	width: 100%;
    	float: none;
    	padding-top: 30px;
    	margin-bottom: 30px;
    	border-top: solid 1px #d3d3d3;
	}

	.item-detail-head .inner {
    	padding: 15px 0;
    	border-top: solid 3px #131924;
    	border-bottom: solid 1px #131924;
	}

	.item-detail-head .inner .breadcrumb {
    	width: 30%;
    	padding-top: 0;
    	line-height: 1.3;
	}

	.item-detail-head .inner .item-detail-head-title {
    	width: 40%;
	}

	.item-detail-head .inner .item-detail-head-logo {
    	width: 30%;
	}

	.item-detail-head .inner .item-detail-head-title .itemcaption {
		line-height: 1;
	}

	.item-detail-head {
    	margin: 0 auto 20px auto;
	}

	.item-photos {
    	margin-bottom: 30px;
	}

	.item-size {
		display: none;
		text-align: center;
	}

	.item-cart-othernav ul li {
		width: 32%;
		float: left;
		margin-right: 2%;
	}

	.item-cart-othernav ul li:nth-child(3n) {
		margin-right: 0;
	}

	.item-cart-othernav ul li .btn {
		width: 100%;
		font-size: 12px;
		border-radius: 3px;
		letter-spacing: 0;
	}

	.item-cart-price {
    	font-size: 15px;
    	text-align: center;
	}

	.item-cart-price strong {
		font-size: 35px;
	}

	.clone-size {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: solid 1px #d3d3d3;
	}

	.clone-size {
		text-align: center;
	}

	.clone-color {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: solid 1px #d3d3d3;
	}

	.itemlist-1column .item {
		margin-bottom: 0;
	}

	.splist-main li {
    	width: 100%;
    	float: none;
    	margin: 0 0 15px 0;
	}

	.section-lead {
    	margin-bottom: 20px;
    	text-align: center;
	}

	.lower-content .pagenation ul {
		margin-top: 0;
	}

	.section-title-main {
		padding-top: 20px;
		border-top: 3px solid #131924;
	}

	.entry-other-nav .section-bottom-button-primary {
		display: inline-block;
		width: auto;
		float: left;
		vertical-align: top;
	}

	.entry-other-nav .section-bottom-button {
		display: inline-block;
		width: auto;
		float: right;
		margin-top: 0;
		vertical-align: top;
	}

	.itemlist-1column .item {
		margin-bottom: 40px;
	}

	.section-entry-title {
		margin-top: 0;
		padding: 20px 0;
	}

	.entry-detail .entrydate {
    	margin-bottom: 20px;
	}

	.entry-detail section {
    	margin-bottom: 20px;
	}

	.entry-pickup-items {
		padding-top: 20px;
	}

	.information-entrybody h1 {
		margin-bottom: 10px;
	}

	.information-entrybody p {
		margin-bottom: 20px;
	}

	.information-entrybody blockquote {
		margin-bottom: 20px;
	}

	.information-entrybody ul {
		margin-bottom: 20px;
	}

	.information-entrybody ol {
		margin-bottom: 20px;
	}

	.brandlist ul li {
    	width: 100%;
    	float: none;
    	margin: 0 0 40px 0;
	}

	.brandlist-image {
    	margin-bottom: 20px;
    	text-align: center;
	}

	.brandlist-logo {
    	margin-bottom: 20px;
    	text-align: center;
	}

	.subtitle-faq {
		margin-bottom: 5px;
	}

	.col-6 {
		width: 100%;
		float: none;
		margin: 0 0 40px 0 ;
	}

	.col-4 {
    	width: 100%;
    	float: none;
    	margin: 0 0 40px 0;
	}

	.col-8 {
    	width: 100%;
    	float: none;
    	margin: 0 0 40px 0;
	}

	.search-item-image {
		text-align: center;
	}

	.content-inner-title {
		text-align: center;
	}

	.item-order-flow {
		text-align: center;
	}

	.btn-square {
		min-width: 160px;
		height: auto;
		padding: 0.3em 1em;
		line-height: 1.6;
		font-size: 13px;
	}

	.content-itemdetail .content-section-bg-gray:first-of-type  {
		padding-top: 40px;
	}

	.johnsmedley .brandlist-logo {
		padding: 0;
	}

	.item-cart .itemlabel {
		text-align: center;
	}

	.item-colortips-pc {
		display: none;
	}

	.content-sizeguide .content-inner-title {
		text-align: left;
	}

	.sizeguide-glove-text {
		padding-top: 0;
	}

	.offset7 {
		width: 100%;
	}

	.favoritelist ul li {
		width: 32%;
		float: left;
		margin: 0 2% 10px 0;
	}

	.favoritelist ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.favoritelist ul li:nth-child(3n) {
		margin-right: 0;
	}

	.item figure .soldout span {
		top: 44%;
		font-size: 15px;
	}

	.itemlist .item .delete {
		display: inline-block;
		opacity: 1;
	}

	.responsive-body .col-group figure {
		margin-bottom: 10px;
		text-align: center;
	}

	.responsive-body .col-group p {
		margin-bottom: 30px;
	}

	.entry-detail .responsive-body section {
    margin-bottom: 30px;
	}

	.cc-body-men,
	.cc-body-women {
    width: 100%;
    float: none;
    margin-bottom: 30px;
	}

	.pagenation {
    margin-bottom: 30px;
	}

	.content-2column .pagetop {
		margin-bottom: 30px;
	}

	.entry-cc .main img {
		max-width: 100%;
		height: auto;
	}

	.category-mainvisual-quartz .inner .detail {
		top: 50%;
		left: 5%;
		margin-top: -70px;
	}

	.category-mainvisual-quartz h1 img {
		width: 140px;
	}

}

/* ------------------------------------------
                 for small tablet
------------------------------------------ */

@media(max-width:580px){

	.itemlist .item {
		height: 270px;
	}

}


/* ------------------------------------------
                  for sp
------------------------------------------ */

@media(max-width:480px){

	.display-sp {
		display: block;
	}

	.display-pc {
		display: none;
	}

	body {
		font-size: 12px;
	}

	.header-main {
    	padding: 15px 0;
	}

	.header-main .inner {
		height: 40px;
		margin: 0 10px;
	}

	.header-main .header-main-logo {
	    width: 180px;
	    margin-left: -90px;
	}

	.header-main .header-main-logo a {
		display: block;
		line-height: 1;
	}

	.mainvisual .slick-prev {
		top: 40%;
    	left: 7px;
	}

	.mainvisual .slick-next {
		top: 40%;
    	right: 7px;
	}

	.mainvisual .slick-arrow img {
    	width: 45px;
    	height: 45px;
	}

	.mainvisual .slick-dots {
    	bottom: 3px;
	}

	.mainvisual .slick-dots li {
		width: 7px;
		height: 7px;
	}

	.inner {
    	padding: 0 10px;
	}

	.content-section {
    	padding: 30px 0;
	}

	.newsbox {
    	padding: 12px 0;
	}

	.newsbox .newsbox-body li {
		font-size: 11px;
	}

	.newsbox .newsbox-body .date {
    	width: 85px;
	}

	.newsbox .newsbox-body .entrytitle {
    	margin-left: 85px;
	}

	.section-title {
    	margin-bottom: 20px;
    	font-size: 22px;
	}

	.section-lead {
		margin-bottom: 20px;
	}

	.inner-section {
    	margin-bottom: 30px;
	}

	.splist li {
		margin-bottom: 10px;
	}

	.splist li a {
    	padding: 10px;
	}

	.splist li a figure {
    	width: 80px;
	}

	.splist li.small a figure {
    	width: 80px;
	}

	.splist li a .detail {
    	margin-left: 90px;
	}

	.splist li.small a .detail {
		margin-left: 90px;
	}

	.splist li a .date {
    	font-size: 10px;
	}

	.splist li a .entrytitle {
    	margin-bottom: 7px;
    	font-size: 15px;
	}

	.splist li.small a .entrytitle {
		margin-bottom: 7px;
    	font-size: 15px;
	}

	.splist li a .excerpt {
		font-size: 12px;
		line-height: 1.3;
	}

	.splist li.small a .excerpt {
		font-size: 12px;
		line-height: 1.3;
	}

	.itemcarousel li.item {
    	width: 48.5%;
    	margin: 0 3% 10px 0;
    	float: left;
    	margin-top: 18px;
	}

	.itemcarousel li:nth-child(2n) {
    	margin-right: 0;
	}

	.itemcarousel li:nth-child(4n) {
    	margin-right: 0;
	}

	.itemcarousel li.item {
		margin-top: 22px;
	}

	.item .brandname {
		font-size: 10px;
	}

	.item .itemprice {
    	font-size: 15px;
	}

	.item .itemlabel li {
		font-size: 7px;
	}

	.item figure {
		margin-bottom: 5px;
	}

	.content-section-bg-gray {
		padding: 20px 0;
	}

	.bannerlist li {
    	width: 49%;
    	float: left;
    	margin: 0 2% 10px 0;
    	text-align: center;
	}

	.bannerlist li:nth-child(2n) {
		margin-right: 0;
	}

	.bannerlist li:nth-child(3n) {
		margin-right: 2%;
	}

	.global-footer {
    	padding: 40px 10px;
    	font-size: 10px;
	}

	.global-footer .footer-logo {
    	margin-bottom: 20px;
	}

	.global-footer .footer-logo img {
    	width: 180px;
	}

	.global-footer .footer-description {
    	margin-bottom: 20px;
	}

	.drawer-hamburger {
		position: relative;
		float: right;
		padding: 8px 0 15px;
	}

	.category-mainvisual {
		margin-bottom: 15px;
	}

	.category-mainvisual .inner .detail {
		position: static;
		margin-top: 10px;
	}

	.category-mainvisual .inner .detail h1 {
		width: 46%;
		float: left;
		padding-top: 5px;
		margin-bottom: 0;
	}

	.category-mainvisual-johnstons .inner .detail h1 {
		padding-top: 0;
	}

	.category-mainvisual-dents .inner .detail h1 {
		padding-top: 3px;
	}

	.category-mainvisual-pantherella .inner .detail h1 {
		padding-top: 0;
	}

	.category-mainvisual .inner .detail .btn {
		display: block;
		width: 46%;
		float: right;
		min-width: 0;
	}

	.itemlist-header {
		padding-top: 15px;
		border-top: solid 1px #d3d3d3;
	}

	.breadcrumb {
    	padding-top: 3px;
    	font-size: 10px;
    	letter-spacing: 0;
	}

	.item-display-nav select {
		width: 120px;
		padding: 3px 8px;
		font-size: 11px;
	}

	.item-display-nav-body:after {
		top: 10px;
	}

	.content-main-section {
		margin-bottom: 15px;
	}

	.itemlist-header .breadcrumb li:before {
		right: -1.27em;
	}

	.item-none {
		padding: 15px;
	}

	.itemlist .item {
		width: 48%;
		float: left;
		height: 280px;
		margin: 0 4% 40px 0;
	}

	.itemlist .item:nth-child(3n) {
		margin-right: 4%;
	}

	.itemlist .item:nth-child(2n) {
		margin-right: 0;
	}

	.pagenation {
    	margin-bottom: 30px;
	}

	.item-detail-head .inner {
		display: block;
	}

	.item-detail-head .inner .breadcrumb {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		font-size: 10px;
	}

	.item-detail-head .inner .item-detail-head-title {
		display: block;
		width: 100%;
	}

	.item-detail-head .inner .item-detail-head-title .itemname {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 5px;
		vertical-align: middle;
		font-size: 28px;
		line-height: 1;
	}

	.item-detail-head .inner .item-detail-head-title .itemcaption {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}

	.item-detail-head .inner .item-detail-head-logo {
		display: none;
	}

	.item-photos {
		margin-bottom: 20px;
	}

	.item-detail-body-right {
		padding-top: 20px;
	}

	.item-cart-price {
		margin-bottom: 20px;
	}

	.item-cart-body-select {
    	width: 100%;
    	float: none;
	}

	.item-cart-body-select-inner .title {
    	margin-bottom: 5px;
    	padding-top: 7px;
    	font-size: 15px;
	}

	.item-cart-body-select-inner .select-wrap {
    	position: relative;
	}

	.item-cart-body-button {
    	width: 100%;
    	float: none;
    	margin-top: 10px;
	}

	.item-cart-othernav ul li {
    	width: 100%;
    	float: none;
    	margin-right: 0;
	}

	.item-cart-body-button button {
    	height: 72px;
    	font-size: 15px;
	}

	.item-cart-body-button button i {
    	font-size: 30px;
	}

	.btn-reservation {
		padding: 22px;
    height: 72px;
    font-size: 15px;
	}

	.btn-reservation  i {
		font-size: 25px;
	}

	.item-cart-othernav .btn {
		padding: 0.7em 1em;
	}

	.item-cart {
    	margin-bottom: 20px;
    	padding-bottom: 20px;
	}

	.item-detail-text {
    	margin-bottom: 20px;
    	padding-bottom: 5px;
	}

	.clone-size {
    	margin-bottom: 20px;
    	padding-bottom: 20px;
	}

	.item-size-table {
		font-size: 10px;
	}

	.item-colortips {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	border-bottom: none;
	}

	.item-colortips-content {
    	margin-bottom: 20px;
    	padding-bottom: 15px;
    	border-bottom: solid 1px #d3d3d3;
	}

	.item-size-caption {
    	font-size: 10px;
    	line-height: 1.3;
	}

	.item-socialbtns ul li.facebook {
    	top: 0;
	}

	.item-detail-relation .inner section {
    	padding-top: 20px;
    	margin-bottom: 40px;
	}

	.item-detail-relation .inner section {
    	margin-bottom: 20px;
	}

	.entry-socialbtns ul li.facebook {
    	top: 0;
	}

	.entry-other-nav .btn-small {
		font-size: 10px;
	}

	.itemlist-1column .item:nth-child(5n) {
    	margin-right: 4%;
	}

	.itemlist-1column .item:nth-child(2n) {
    	margin-right: 0;
	}

	.entry-other-nav .section-bottom-button-primary {
    	display: block;
    	width: 100%;
    	float: none;
    	margin-bottom: 10px;
	}

	.entry-other-nav .section-bottom-button {
    	display: block;
    	width: 100%;
    	float: none;
    	margin-top: 0;
	}

	.lower-content-title {
    	padding: 20px 15px;
	}

	.brandlist-nav .btn {
		margin-bottom: 10px;
	}

	.lower-content-title-main {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.subtitle-faq {
		margin-bottom: 0;
		font-size: 18px;
	}

	.inner-section-with-border {
		padding-bottom: 30px;
	}

	.faqlist .question,
	.faqlist .answer {
		font-size: 30px;
	}

	.lower-content-local-nav li {
    	margin: 0 0.25em;
	}

	.lower-content-local-nav li a {
		font-size: 79%;
		letter-spacing: 0;
	}

	.col-6 {
		margin-bottom: 20px;
	}

	.stocklist li {
		width: 100%;
		float: none;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.35);
	}

	.stocklist li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.trans-title {
		font-size: 25px;
	}

	.trans-title small {
    	font-size: 15px;
	}

	.trans-detail {
    	font-size: 25px;
	}

	.delivdate-other {
    	width: 100%;
    	float: none;
    	padding: 0.3em 0;
	}

	.delivdate-2days {
	    width: 100%;
	    float: none;
	    padding: 0.3em 0;
	}

	.delivdate-tomorow {
	    width: 100%;
	    float: none;
	    padding: 0.3em 0;
	}

	.delivdate p {
    	margin-left: 0;
    	padding-top: 0.3em;
	}

	.form-table th {
		display: block;
		width: 100%;
		padding: 0;
	}

	.form-table td {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.form-table th:first-of-type,
	.form-table td:first-of-type {
		border-top: none;
	}

	.form-table th {
		border-bottom: none;
	}

	.form-table input.size-m,
	.form-table input.size-l {
    	width: 100%;
	}

	.form-submit {
    	padding-top: 10px;
	}

	.btn-large {
		min-width: 100%;
	}

	.btn-square {
		padding: 0.5em 1em;
	}

	.content-itemdetail .content-section-bg-gray:first-of-type  {
		padding-top: 20px;
	}

	.content-sizeguide .section-title {
		font-size: 18px;
	}

	.sizeguide-glove-image img {
		max-width: 100%;
	}

	.modal-content-detail-inner {
		padding: 15px;
	}

	.modal-content-detail table {
		font-size: 10px;
		letter-spacing: 0;
	}

	.lower-content-title-has-margin {
		margin-bottom: 5px;
	}

	.entry-detail-old {
		width: 100%;
	}

	.entrybody {
		overflow: auto;
	}

	#entrybody {
		width: 725px;
	}

	.item-colortips-body {
		margin-bottom: 10px;
	}

	.fubricbox {
		padding: 15px;
		font-size: 10px;
	}

	.item-pattern {
		margin-bottom: 10px;
	}

	.item-photos-overflow .slick-list {
		margin: 0;
	}

	.item-photos .slick-arrow {
		display: none !important;
	}

	.responsive-body h2 {
    margin-bottom: 15px;
	}

	.responsive-body p.lead {
    margin-bottom: 30px;
	}

	.responsive-body h3 {
    margin-bottom: 15px;
    text-align: center;
	}

	.entry-slider .slick-dots {
    bottom: 3px;
	}

	.entry-slider .slick-dots li {
		display: inline-block;
		width: 8px;
		height: 8px;
	}

	.entry-cc .tops-title {
		font-size: 10px;
	}

	.entry-cc .title-selected {
		font-size: 10px;
		letter-spacing: 0;
	}

	.entry-cc .bottoms-title {
		font-size: 10px;
	}

	.entry-cc .main {
		padding: 0px 10px;
	}

	.entry-cc .lead {
		margin-bottom: 20px;
		text-align: left;
	}

	.cc-body-men, .cc-body-women {
		margin-bottom: 20px;
	}

	.entry-cc .selected-color {
    margin-bottom: 10px;
	}

	.entry-cc .inner {
		padding: 20px 10px;
	}

	.cc-body-men-image {
    width: 100%;
    float: none;
	}

	.entry-cc .cc-body-men .cc-body-men-btns {
		position: relative;
    width: 94%;
    float: none;
    padding: 10px;
    margin: 0 auto;
    margin-top: -140px;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.07);
	}

	.entry-cc .tops-color li, .entry-cc .bottoms-color li {
		width: 18.8%;
		margin: 0 1.5% 3px 0;
	}

	.entry-cc .tops-color li:nth-child(3n), .entry-cc .bottoms-color li:nth-child(3n) {
		margin: 0 1.5% 3px 0;
	}

	.entry-cc .tops-color li:nth-child(5n), .entry-cc .bottoms-color li:nth-child(5n) {
		margin: 0 0 0 0;
	}

	.cc-body-women-image {
    width: 100%;
    float: none;
	}

	.entry-cc .cc-body-women .cc-body-women-btns {
    width: 100%;
    float: left;
	}

	.entry-cc .cc-body-women .cc-body-women-btns {
		position: relative;
    width: 94%;
    float: none;
    padding: 10px;
    margin: 0 auto;
    margin-top: -140px;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.07);
	}

	.lower-content .pagenation ul {
		margin-top: -30px;
	}

	.category-mainvisual-quartz .inner .detail h1 {
    width: 100%;
    float: none;
    padding-top: 5px;
    margin-bottom: 0;
		text-align: center;
	}

	.category-mainvisual-quartz .inner .detail h1 img {
		margin: 0 auto;
	}

	.shop-close_inner {
		padding: 30px 15px;
	}

	.shop-close_title {
		margin-bottom: 20px;
		font-size: 23px;
	}

	.shop-close_body_mail a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
	}

	.shop-close_body_logo img {
    width: 200px;
	}

}

/* ------------------------------------------
              for  Small sp
------------------------------------------ */

@media(max-width:380px){

	.itemlist .item {
		height: 250px;
	}

}
