.hide{
	display: none !important;
}

#catalog-header-title .gmenu{
	position: absolute;
	top: 0;
	right: 0;
}

#catalog-header-title .gmenu li{
	padding-left: 5px;
	padding-right: 15px;
}

#catalog-header-title .gmenu li a{
	position: relative;
	font-size: 1.4rem;
}

#catalog-header-title .gmenu li a::before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
    right: -14px;
    top: 6px;
}

main.sub h1 br{
	display: none;
}

@media screen and (max-width: 320px){
	main.sub h1 br{
		display: block;
	}
}

#gender-type{
	text-align: center;
	margin-bottom: 20px;
}

#gender-type ul{
	display: flex;
	justify-content: center;
}

#gender-type ul li{
	border-right: 1px solid #fff;
}

#gender-type ul li a{
	display: block;
	width: 220px;
	text-decoration: none;
	
	padding: 8px 0px;
	
	background-color: #ddd;
}
#gender-type ul li.wide a{
  width: 240px;
}

#gender-type ul li a span{
  font-size: 1.2rem
}

#gender-type ul li.current a{
	background-color: #2F1812;
	color: #fff;
}

#category-tab{
	text-align: center;
	margin-bottom: 50px;
}

#category-tab ul{
	display: flex;
	justify-content: center;
	width: 100%;
}

#category-tab ul li{
	padding: 8px;
	width: 14.2%;
	border-bottom: 2px solid #ddd;
}

#category-tab ul#category-ladies li{
	width: 16.66%;
}

#category-tab ul li.current{
	border-bottom: 2px solid #2F1812;
}

#category-tab ul li a{
	display: block;
	text-decoration: none;
	
	padding: 8px 15px;
}



/* 生地検索 
-----------------------------------------*/
#search-wrap{
	width: 1200px;
	margin: 0 auto;
}

#search-nav{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #eee;
	width: 100%;
	z-index: 20;
	margin: 0 auto 30px;
}

#search-nav.open{
	max-height: 40px;
	transform: scaleY(1);
}

#search-nav ul.parent{
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
}

#search-nav ul.parent > li{
	position: relative;
	line-height: 20px;
	text-align: center;
	margin-right: 20px;
	font-size: 13px;
}

#search-nav ul.parent > li > .pn{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
}

#search-nav ul.parent > li > .pn::after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 14px;
	right: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
}

#search-nav ul.parent > li > .nosub{
	padding-right: 0;
}

#search-nav ul.parent > li > .nosub::after{
	content: none;
}

#search-nav ul.parent > li > .pn.disabled{
	opacity: .5;
	cursor: default;
}
#search-nav ul.parent > li > .pn.disabled::after{
	opacity: .5;
}

#search-nav ul.parent > li > .pn > label{
	padding-left: 30px;
}

#search-nav ul.parent > li > .pn > label > .chkbox{
	background-color: #fff;
}

#search-nav ul.parent > li > .pn > label > input[type=checkbox]:checked + .chkbox{
	background-color: #2F1812;
}

/* fav */
#search-nav ul.parent > li.fav > a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
}


#search-nav ul.parent > li ul{
	position: absolute;
	top: 40px;
	left: 0;
	width: 180px;
	padding: 15px 0;
	border: 1px solid #3C1D01;
	background-color: #fff;
	z-index: 10;
	transform-origin: center top;
	transform: scaleY(0);
	transition: .2s all linear;
}
#search-nav ul.parent > li:nth-of-type(1) ul{
	left: -1px;
}
#search-nav ul.parent > li ul.open{
	transform: scaleY(1);
}

#search-nav input[type=radio],
#search-nav input[type=checkbox]{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#search-nav .chkbox{
	position: absolute;
	top: 11px;
	left: 14px;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}

#search-nav input[type=checkbox]:checked + .chkbox {
    background: #2F1812;
}

#search-nav .chkbox::after {
	content: "";
	position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#search-nav input[type=checkbox]:checked + .chkbox::after {
    display: block;
}

#search-nav .radio{
	position: absolute;
	top: 11px;
	left: 14px;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border-radius: 50%;
}

#search-nav input[type=radio]:checked + .radio {
    background: #2F1812;
}

#search-nav .radio::after {
	content: "";
	position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#search-nav input[type=radio]:checked + .radio::after {
    display: block;
}

#search-nav ul.parent > li ul li label{
	position: relative;
	text-align: left;
	display: block;
	padding: 12px 15px 12px 45px;
	text-decoration: none;
	font-size: 1.4rem;
	cursor: pointer;
}

#search-nav ul.parent > li ul li label:hover {
	text-decoration: underline;
}

#search-nav ul.parent > li ul li label img{
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-right: 15px;
}

#search-nav ul.parent > li ul#search-list-fair{
	width: 530px;
}

#search-nav ul.parent > li ul#search-list-fair label{
	font-size: 1.4rem;
}

#search-nav ul.parent > li ul#search-list-price{
	width: 290px;
}

#search-nav ul.parent > li ul#search-list-price.shirts{
  width: 340px;
}

#search-nav ul.parent > li ul#search-list-brand{
	width: 530px;
}

#search-nav ul.parent > li ul#search-list-color{
	width: 260px;
}

#search-nav ul.parent > li ul#search-list-pattern{
	width: 200px;
}

#search-nav ul.parent > li ul#search-list-body{
	width: 222px;
}

#search-nav ul.parent > li ul#search-list-order{
	width: 190px;
}

#search-nav ul.parent > li #search-list-fabric_brand{
  width: 280px;
}

#search-nav ul.parent > li ul#search-list-brand li label{
	padding: 5px 15px 5px 45px;
}

#search-nav ul.parent > li ul#search-list-brand li .chkbox{
	top: 5px;
}

#search-nav ul.parent > li ul#search-list-color li .colorbox{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
}

#search-nav .desc{
	font-size: 12px;
	padding: 10px 14px 0;
	text-align: left;
}


#search-nav #search-code .btn{
	border: none;
	color: #fff;
	background: #3c1e00 url('image/search.svg') no-repeat right 30px center;
	background-size: 20px 20px;
	padding: 12px 67px 12px 30px; 
	cursor: pointer;
	font-size: 13px;
}

#search-nav #search-code .btn:after{
	content: none;
}

#search-nav #search-code #code-input{
	position: absolute;
	padding: 20px;
	background-color: #eee;
	width: 280px;
	right: 0;
}

#search-nav #search-code #code-input input{
	font-size: 20px;
	padding: 4px 10px;
	width: 16ex;
	margin-right: 5px;
	vertical-align: middle;
}

#search-nav #search-code #code-input button{
    border: none;
    color: #fff;
    background: #3c1e00;
    padding: 12px 20px;
    cursor: pointer;
}

#search-tab {
	width: 1100px;
	z-index: 20;
	margin: 0 auto 50px;
}

#search-tab ul{
	display: flex;
	flex-wrap: wrap;
}

#search-tab ul li {
	margin-right: 15px;
}

#search-tab ul li .waku{
	position: relative;
	display: inline-block;
	background-color: #ddd;
	border-radius: 16px;
	padding: 4px 20px 4px 8px;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

#search-tab ul li .waku:hover{
	opacity: 0.7;
}

#search-tab ul li .waku .remove{
	position: absolute;
	width: 11px;
	height: 11px;
	right: 5px;
    top: 7px;
    transform: rotate(45deg);
    cursor: pointer;
}

#search-tab ul li .waku .remove::before{
	content: "";
	dsisplay: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #666;
}
#search-tab ul li .waku .remove::after{
	content: "";
	dsisplay: block;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 100%;
	width: 1px;
	background-color: #666;
}

#search-tab ul li .waku.reset{
	display: none;
	padding: 4px 8px 4px 8px;
	background-color: #666;
	color: #fff;
}

.fabric #contents{
	width: 1100px;
}


.fabric #contents .flex{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.fabric #contents .flex .box{
	width: 254px;
	margin-right: 21px;
	margin-bottom: 30px;
	opacity: 0;
	transition: .2s opacity linear;
}

.fabric #contents .flex .box.view{
	opacity: 1;
}

.fabric #contents .flex .image{
	position: relative;
	line-height: 0;
}

.fabric #contents .flex a{
	position: relative;
	display: block;
	line-height: 0;
	width: 254px;
	height: 375px;
	overflow: hidden;
    background: url("/style-book/image/loading.gif") no-repeat center center;
}

.fabric #contents .flex a:nth-of-type(4n){
	margin-right: 0;
}

.fabric #contents .flex a img{
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}

.fabric #contents .flex a img.active.view{
	opacity: 1;
}


.fabric #contents .flex a:hover img.active{
	opacity: 1;
	transform: scale(1.05);
	transition: .2s all linear;
}

.fabric #contents .flex a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
	opacity: 0;
	transition: .2s all linear;
}

.fabric #contents .flex a:after{
	content: "もっと見る";
	position: absolute;
	font-family: 'Muli';
	font-weight: 700;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	letter-spacing: 2px;
	z-index: 2;
	opacity: 0;
	transition: .2s all linear;
}

.fabric #contents .flex a:hover::before{
	opacity: 1;
}

.fabric #contents .flex a:hover::after{
	opacity: 1;
}

.fabric #contents .flex .image .zoom{
	position: absolute;
	width: 80px;
	height: 70px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}

.fabric #contents .flex .image .zoom span{
	display: block;
	width: 52px;
	height: 52px;
	background-color: #003A64;
	border-radius: 50%;
	transition: all .2s linear;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
}

.fabric #contents .flex .image .zoom:hover span{
	transform: scale(1.2);
}

.fabric #contents .flex .image .zoom img{
	width: 22px;
	height: 22px;
	position: relative;
	transform: translate(-53%, -53%);
	top: 50%;
	left: 50%;
}


.fabric #contents .box p{
	font-size: 1.4rem;
}

.fabric #contents .box p .combi-price {
  color: #c00;
}

.fabric #contents p.noitem {
	display: none;
	text-align: center;
	padding: 50px 0;
}
.fabric #contents p.noitem.show{
	display: block !important;
}


/* 閲覧履歴
-----------------------------------------*/
#view-history{
    width: 1100px;
}

#view-history .boxs{
	display: flex;
}

#view-history .boxs .box{
	width: 9.5%;
	margin-right: 0.5555%;
}

#view-history .boxs .box:nth-child(10n){
	margin-right: 0;
}


/* お気に入り
-----------------------------------------*/
#view-favorite{
    width: 1100px;
    margin-top: 50px;
}

#view-favorite .boxs{
	display: flex;
}

#view-favorite .boxs .box{
	width: 9.5%;
	margin-right: 0.5555%;
}

#view-favorite .boxs .box:nth-child(10n){
	margin-right: 0;
}

#favorite h3{
	max-width: 1100px;
	margin: 0 auto;
}

#favorite h3{
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#favorite h3 .enb{
	font-size: 2.6rem;
	padding-right: 26px;
	vertical-align: -3px;
}


/* モデル 
-----------------------------------------*/

#model #lists{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#model #lists .box{
	width: 30%;
	margin-right: 3.333%;
	margin-bottom: 20px;
	text-decoration: none;
}

#model #lists .box p{
	font-size: 14px;
	font-size: 1.4rem;
}

#model #lists .box .img{
	position: relative;
	line-height: 0;
	margin-bottom: 15px;
}

#model #lists .box .img::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}

#model #lists .box:hover{
	text-decoration: none;
}

#model #lists .box:hover h3,
#model #lists .box:hover p{
	opacity: 0.75;
}


#model #lists .box:hover .img::after{
	border-width: 4px;
}

#model #fair{
	padding: 30px 0;
	max-width: 100%;
}


/* レディースモデル
-----------------------------------------*/
#ladies-suits #model{
/*
	background-color: #eaeaea;
	padding: 65px 0 25px;
*/
}

#ladies-suits #model .inner{
	width: 910px;
}

#ladies-suits h3{
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#ladies-suits h3 .enb{
	font-size: 2.6rem;
	padding-right: 26px;
	vertical-align: -3px;
}

#ladies-suits #model h2{
	margin-bottom: 45px;
}

#ladies-suits #model .layout{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 30px 46px;
	margin-bottom: 40px;
}

#ladies-suits #model .layout .image{
	width: 267px;
	line-height: 0;
}

#ladies-suits #model .layout .info{
	flex: 1;
	padding-left: 60px;
}

#ladies-suits #model .layout .info h3 .eng{
	font-size: 3.3rem;
	line-height: 100%;
}

#ladies-suits #model .layout .info h3 .eng span{
	font-size: 2.3rem;
}

#ladies-suits #model .layout .info h3 .jpn{
	display: block;
	font-size: 1.2rem;
	margin-bottom: 25px;
}

#ladies-suits #model .layout .info p{
	margin-bottom: 15px;
}



#ladies-suits #model .layout .info .thumbs ul{
	display: flex;
}

#ladies-suits #model .layout .info .thumbs li{
	width: 100px;
	margin-right: 23px;
}

#ladies-suits #model .layout .info .thumbs p{
	font-size: 1.3rem;
	margin-bottom: 0;
}

#ladies-suits #bottoms{
/*
	background-color: #eaeaea;
	padding: 0 0 100px 0;
*/
}

#ladies-suits #bottoms .out-title{
	margin-bottom: 33px;
}

#ladies-suits #bottoms .inner{
/*
	background-color: #fff;
	padding: 30px 46px;
*/
	width :910px;
}

#ladies-suits #bottoms h2{
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
}

#ladies-suits #bottoms .layout{
	display: flex;
	justify-content: space-between;
}

#ladies-suits #bottoms .layout .box{
	width: 240px;
}

#ladies-suits #bottoms .layout .box h3{
	font-size: 1.3rem;
	margin-bottom: 15px;
}

#ladies-suits #bottoms .layout .box h3 .eng{
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0;
	line-height: 120%;
}


#ladies-suits #bottoms .layout .box p{
	font-size: 1.3rem;
}

/* オプション 
-----------------------------------------*/
#popular-option{
	max-width: 1108px;
}

#popular-option #select-model{
	padding: 6px 10px;
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 2rem;
}


/* ボタン・裏地 
-----------------------------------------*/

#common-option .boxs{
	display: flex;
	flex-wrap: wrap;
	
}

#common-option .boxs .box{
	width: 12%;
	margin-right: .5%;
	text-decoration: none;
	margin-bottom: 20px;
}

#common-option .boxs .box p{
	font-size: 1.4rem;
}

#common-option .boxs .box:nth-child(8n){
	margin-right: 0;
}

#common-option .boxs .box p.anno {
	color: #CB0404;
	font-size: 1.4rem;
}

#common-option .boxs .box p.no{
	font-weight: bold;
	text-align: center;
}


/* シャツオプション
-----------------------------------------*/
#select-shirts-brand{
	display: flex;
	justify-content: center;
}

#select-shirts-brand li{
	width: 200px;
	text-align: center;
	border: 1px solid #aaa;
	border-right: none;
	display: inline-block;
}

#select-shirts-brand li a{
  display: block;
	padding: 8px;
	text-decoration: none;
}


#select-shirts-brand li:last-child{
	border-right: 1px solid #aaa;
}

#select-shirts-brand li.current{
	background-color: #ddd;
}

#name-image{
	max-width: 480px;
}

/* モーダル 
-----------------------------------------*/

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}
#fixwrap{
/*	position: relative; */
}
#modal-overlay{
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
	z-index: 11000;
}
#modal{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    z-index: 1000;
    text-align: center;
    padding: 50px 10px;
    width: 86%;
    max-width: 1000px;
    height: 90%;
    z-index: 11001;
    overflow-y: scroll;
}

#modal-close{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 25px;
	top: 25px;
	transform: rotate(45deg);
	cursor: pointer;
}

#modal-close::before{
	content: "";
	dsisplay: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
}
#modal-close::after{
	content: "";
	dsisplay: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: #999;
}

#modal .hide{
	display: none;
}
#modal .modal-inner{
}

#modal h1 .eng{
	display: block;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 130%;
}

#modal h1 .jpn{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

#modal .modal-first .box{
	padding: 0 35px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

#modal .modal-first .image{
	width: 30%;
}

#modal .modal-first .info{
	width: 65%;
}

#modal .modal-first .info p{
	text-align: left;
}

#modal .modal-first .info .thumbs{
	margin: 40px 0 20px;
}

#modal .modal-first .info .thumbs ul{
	display: flex;
	justify-content: space-between;
}

#modal .modal-first .info .thumbs li{
	padding: 0 1px;
}

#modal .modal-first .info .thumbs li:nth-child(4n){
	margin-right: 0;
}

#modal .modal-first .info .thumbs li img{
	max-width: 100%;
}

#modal .modal-first .info .thumbs p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}


#modal .modal-detail .box{
	padding: 0 35px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

#modal .modal-detail .image{
	width: 50%;
}

#modal .modal-detail .info{
	width: 45%;
}

#modal .modal-detail .info ol {
	padding-left: 2.5rem;
	text-indent: -1.5rem;
}
#modal .modal-detail .info ol li{
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	text-align: left;
}

#modal .modal-detail .info ol li span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 17px;
    margin-right: 8px;
}

#modal .modal-detail .info ol li::after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    left: -21px;
    top: 3px;
    background-color: #000;
    border-radius: 50%;
    z-index: -1;
}



/* Pagination 
-----------------------------*/

.pagination{
	display: none;
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
}

 .pagination.show{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination .numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination div a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination div:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination > div:first-of-type a {
  border-left-width: 1px;
}
 
.pagination div.first span,
.pagination div.last span,
.pagination div.previous span,
.pagination div.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.pagination div.first a::before,
.pagination div.last a::after,
.pagination div.previous a::before,
.pagination div.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.pagination div.first a::before { content: "«"; }
.pagination div.last a::after { content: "»"; }
 
.pagination div.previous a::before { content: "‹"; }
.pagination div.next a::after { content: "›"; }
 
.pagination div.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
 
.pagination > div:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.pagination > div:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}


.pagination div a.disabled {
	color: #ccc;
}
.pagination div a.disabled:hover {
	cursor: default;
  background-color: #fff;
}


@media only screen and ( max-width: 680px ) {
  .pagination div.first,
  .pagination div.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination div.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination div:not(.numbers) {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination div.current,
  .pagination div.first,
  .pagination div.last,
  .pagination div.previous,
  .pagination div.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination div.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
	/*
  .pagination div.first,
  .pagination div.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination div.previous a { border-left-width: 1px; }
  */
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination div { width: 50%;}
 
  .pagination div.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}



/* detail
----------------------*/
#catalog-brand-link{
  text-align: center;
  margin: 1rem 0 3rem;
  cursor: pointer;
}

#brand-modal{
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  z-index: 10000;
}
#brand-modal .modal-close{
  text-align: right;
  background-color: none;
}
#brand-modal .modal-close .fancybox-close-small{
  color: #000;
  top: 0;
  right: 0;
}
#brand-modal .modal-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  z-index: 1000;
  text-align: center;
  padding: 50px 5% 30px 5%;
  width: 95%;
	max-width: 500px;
  max-height: 90%;
  z-index: 11001;
  overflow-y: scroll;
}
#brand-modal h3{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
}
#brand-modal .bi_logo{
	margin-bottom: 20px;
	text-align: center;
}
#brand-modal .bi_logo img{
	max-width: 300px;
	max-height: 200px;
}
#brand-modal .bi_description{
  text-align: left;
}
.price-more{
	display: none;
	font-size: 1.4rem;
	border: 1px solid #3c1e00;
	padding: 15px;
}

#combi-more{
	display: none;
	font-size: 1.4rem;
	border: 1px solid #3c1e00;
	padding: 15px;
}


#catalog-item-page .catalog-header {
    padding: 1em;
    background-color: #ece9e6;
    font-size: 1.4rem;
    line-height: 100%
}

#catalog-item-page .catalog-header .en {
    font-family: Muli;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 2px;
    vertical-align: -2px
}

#catalog-item-page .catalog-item-flex,#catalog-item-page .catalog-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#catalog-item-page .catalog-item-top {
    position: relative
}

#catalog-item-page .catalog-item-main-image {
    width: 350px;
    padding-right: 20px
}

#catalog-item-page .catalog-item-colth {
    width: 350px;
    padding-right: 20px
}

#catalog-item-page .catalog-item-spec-detail {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 20px;
}

#catalog-item-page .catalog-item-spec-detail a {
    font-size: 14px
}

#catalog-item-page .catalog-item-spec-detail>div {
    width: 100%
}

#catalog-item-page .catalog-item-spec-detail #fav-btn{
	text-align: right;
}

#catalog-item-page .catalog-item-spec-detail #fav-btn a.favbtn{
	position: relative;
	display: inline-block;
	line-height: 100%;
	right: 0;
	top: 0;
	padding: 8px 20px 8px 30px;
	font-size: 1.4rem;
	border: 1px solid #888;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	transition: .2s all linear;
}

#catalog-item-page .catalog-item-spec-detail #fav-btn a.favbtn svg{
	width: 16px;
	position: absolute;
	left: 7px;
	top: 7px;
	fill: #aaa;
	transition: .2s all linear;
}

#catalog-item-page .catalog-item-spec-detail #fav-btn a.favbtn:hover svg{
	fill: #666;
}

#catalog-item-page .catalog-item-spec-detail #fav-btn a.favbtn.on svg{
	fill: #E23B3B;
	animation: favon .2s linear;
}


@keyframes  favon{
	0%{ transform: scale(1); }
	50%{ transform: scale(1.5); }
	100%{ transform: scale(1); }
}

#catalog-item-page .catalog-item-spec-detail #fav-btn .fav-list-link{
	font-size: 12px;
}

#catalog-item-page .catalog-table-price {
  margin-top: 25px
}

#catalog-item-page .catalog-table-price td{
  text-align: right;
}

#catalog-item-page .spec-head {
    margin-top: 25px;
    padding: .6em 1em;
    text-align: center
}

#catalog-item-page .catalog-table-spec {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid rgba(48,24,19,.07);
    font-size: 14px
}

#catalog-item-page .catalog-table-spec thead th {
    padding: .3em;
    font-size: 16px;
    text-align: left
}

#catalog-item-page .catalog-table-spec tbody td,#catalog-item-page .catalog-table-spec tbody th {
    padding: .3em
}

#catalog-item-page .catalog-table-spec tbody th {
    width: 100px;
    font-weight: 600;
    text-align: right
}

#catalog-item-page .catalog-table-spec tbody th:after {
    content: "："
}

#catalog-item-page .catalog-table-spec tbody tr td {
    padding: .3em .3em .3em 0
}

#catalog-item-page .catalog-table-spec tbody tr:nth-child(2n) td,#catalog-item-page .catalog-table-spec tbody tr:nth-child(2n) th {
    background-color: rgba(48,24,19,.07)
}

#catalog-item-page .catalog-item-images {
    width: 100%;
    margin: 30px -7.5px
}

#catalog-item-page .catalog-item-images .slick-slide {
    margin: 0 7.5px
}

#catalog-item-page h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left
}

#catalog-item-page .catalog-brand-name {
    display: block;
    border: none;
    font-size: 20px
}

#catalog-item-page .catalog-brand-name span{
	font-size: 14px;
	border: none;
}

#catalog-item-page .catalog-item-no {
    display: block;
    border: none;
    font-size: 16px
}

#catalog-item-page #order-btn{
  margin-top: 20px;
  text-align: center;
}
#catalog-item-page #order-btn .order-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 18px 67px 16px 30px;
  color: #3c1e00;
  text-decoration: none;
  cursor: pointer;
  background: url(/online-order/catalog/image/cart.svg) no-repeat right 34px center;
  background-size: 24px;
}
#catalog-item-page #order-btn .order-btn::after {
}
#catalog-item-page #order-btn .order-btn:hover {
    background-color: #eee;
    text-decoration: none;
}


/* detail thumnails 
----------------------*/
#catalog-item-page #thumnails{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

#catalog-item-page #thumnails .box{
	width: 9.5%;
	margin-right: .555%;
	cursor: pointer;
}
#catalog-item-page #thumnails .box:nth-child(10n){
	margin-right: 0;
}

#catalog-item-page #thumnails .box:hover{
	opacity: .8;
}

/* detail slider 
----------------------*/
#catalog-item-page .near-items{
	margin-bottom: 30px;
}

#catalog-item-page .near-slider .images {
	width: 978px;
	margin: 0 auto;
}

#catalog-item-page .near-slider .images .img{
	padding: 12px;
}

#catalog-item-page .near-slider .images .slick-prev{
	top: 50%;
	margin-top: -16px;
	left: -40px;
	width: 33px;
	height: 33px;
}
#catalog-item-page .near-slider .images .slick-prev::after{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -4px;
	left: 11px;
	border-top: 2px solid #3C1D01;
	border-left: 2px solid #3C1D01;
	transform: rotate(-45deg);
}

#catalog-item-page .near-slider .images .slick-next{
	top: 50%;
	margin-top: -16px;
	right: -40px;
	width: 33px;
	height: 33px;
}
#catalog-item-page .near-slider .images .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -4px;
	right: 11px;
	border-top: 2px solid #3C1D01;
	border-right: 2px solid #3C1D01;
	transform: rotate(45deg);
}

/*# sourceMappingURL=gs-item.css.map */

figcaption{
	display: none;
}



/* Smartphone 
-----------------------------------------*/
@media screen and (max-width: 767px){

#catalog-header-title .gmenu{
	position: absolute;
	top: -42px;;
	right: 5px;
}


#fabric.fixed #catalog-header-title .gmenu{
	position: fixed;
	top: 81px;
	z-index: 200;
}

#catalog-header-title .gmenu .moveing{
	opacity: 0.2;
}

#catalog-header-title .gmenu li{
	padding: 0;
}

#catalog-header-title .gmenu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #003a64;
	border-radius: 50%;
	font-size: 13px;
	line-height: 110%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 72px;
	height: 72px;
}

#catalog-header-title .gmenu li a::before{
	content: none;
}

main.sub h1{
	margin-bottom: 15px;
}

main.sub h1 span{
	font-size: 1.6rem;
}

#gender-type ul li {
    width: 27%;
}

#gender-type ul li.form {
    width: 19%;
}

#gender-type ul{
  flex-wrap: wrap;
  justify-content: left;
}

#gender-type ul li{
  width: 50%;
}

#gender-type ul li a{
	width: 100%;
	padding: 10px 0px;
	font-size: 10px;
	white-space: nowrap
}
#gender-type ul li.wide a{
	width: 100%;
}


#gender-type ul li a span{
	font-size: 10px;
}

#gender-type ul li.form a{
	color: #fff;
    background-color: #003a64;
}

#sp-catalog-hm{
	position: absolute;
	right: 26px;
	top: -35px;
}

#sp-catalog-hm span::before,
#sp-catalog-hm span::after,
#sp-catalog-hm span{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #2f1812;
}

#sp-catalog-hm span{
	top: 50%;
	transform: translateY(-50%);
}


#sp-catalog-hm span::before{
	top: -10px;
}

#sp-catalog-hm span::after{
	top: 10px;
}

#sp-fabric-search-hm {
    display: none;
	position: relative;
    margin: 0 auto 20px;
    width: 115px;
}

#sp-fabric-search-hm i{
	position: absolute;
	left: 0;
	top: 1px;
	transform: translateY(0);
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3c1e00 url(image/search.svg) no-repeat center center;
	background-size: 15px 15px;
	padding: 12px;
	cursor: pointer;
}

#sp-fabric-search-hm span{
	font-size: 12px;
	padding-left: 40px;
}

.menu-title{
	display: block !important;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

/* category 
----------------*/
#category-tab{
	margin-bottom: 15px;
}

#category-tab ul{
	flex-wrap: wrap;
	justify-content: left;
}

#category-tab ul li{
	width: calc(33.333% - 1px) !important;
	padding: 0;
	margin-right: 1px;
}

#category-tab ul#category-shirts li{
	width: calc(25% - 1px) !important;
}

#category-tab ul li a{
	font-size: 12px;
}


/* 検索
-------------------*/
.menu-close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	cursor: pointer;
}

.menu-close::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.menu-close::after{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #000;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

#search-wrap{
/*    display: none; */
	width: 100%;
}

#search-nav{
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 10000;
    padding: 50px 0;
    transform: translateX(-100%);
    transition: transform .2s linear;
}

#search-nav.show{
    transform: translateX(0);
}

#search-nav ul.parent{
	display: block;
    border-top: 2px solid #ddd;
}

#search-nav ul.parent > li{
	margin-right: 0;
	border-bottom: 2px solid #ddd;
	line-height: unset;
}

#search-nav ul.parent > li > .pn{
	text-align: left;
	padding: 16px 20px;
}

#search-nav ul.parent > li > .pn::after{
	top: 20px;
	right: 20px;
}

#search-nav ul.parent > li ul{
	display: none;
	position: static;
	width: 100% !important;
	border: none;
	transform: unset !important;
	padding: 0;
}

#search-nav ul.parent > li ul li{
	background-color: #f0f0f0;
	border-bottom: 2px solid #e2e2e2;
}

#search-nav #search-code .title{
	display: block !important;
	padding: 20px 20px 0;
}

#search-nav #search-code #code-input{
	display: block !important;
	position: static;
	width: 100%;
	background: none;
	padding: 0 20px;
}

#search-nav #search-code #code-input input{
	width: calc(100% - 72px);
}

#search-tab{
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
}

#search-tab ul li .waku{
	font-size: 10px;
}

#search-result{
	padding: 15px 0;
	text-align: center;
	display: block !important;
}

#search-result .btn{
	padding: 16px 30px 16px 52px;
	background-color: #3C1E00;
	color: #fff;
}

#search-result .btn::before{
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(./image/search.svg) no-repeat left 6px center;
	background-size: 15px;
	border-radius: 50%;
	padding: 4px;
}

#search-result .btn::after{
	content: none;
}

.fabric #contents{
	width: 100%;
}

.fabric #contents .flex .box{
	width: 49%;
	margin-right: 2%;
}

.fabric #contents .flex .box:nth-child(2n){
	margin-right: 0;
}

.fabric #contents .flex a{
	width: 100%;
	height: auto;
}

.fabric #contents .box p{
	font-size: 1.2rem;
}

.fabric #contents .flex .image .zoom{
	width: 50%;
	height: 70px;
}

.fabric #contents .flex .image .zoom:hover span{
	transform: scale(1);
}


/* 履歴
-------------------*/
#view-history{
	width: 100%;
}

#view-history .boxs .box{
	width: 19%;
	margin-right: 1%;
}

#view-history .boxs .box:nth-child(5n){
	margin-right: 0;
}


#view-favorite{
	width: 100%;
	margin-top: 30px;
}

#view-favorite .boxs .box{
	width: 19%;
	margin-right: 1%;
}

#view-favorite .boxs .box:nth-child(5n){
	margin-right: 0;
}


/* 記事詳細
=====================*/
.catalog-item-page-body{
	padding: 10px;
}

#catalog-item-page .catalog-item-flex, #catalog-item-page .catalog-item-top{
	display: block;
}

#catalog-item-page .catalog-item-main-image{
	width: 100%;
	padding: 0;
}

#catalog-item-page .catalog-item-colth{
	width: 100%;
}

#catalog-item-page .catalog-item-spec-detail{
	width: 100%;
	padding: 0;
}


#catalog-item-page .near-slider .images{
	width: 100%;
}

#thumnails-sp{
	display: flex;
	flex-wrap: wrap;
}

#thumnails-sp .box{
	width: 19%;
	margin-right: 1%;
}

#catalog-item-page .catalog-header{
	margin-bottom: 15px;
}

#catalog-item-page .near-slider .images {
	width: 100%;
}

#catalog-item-page .near-slider .images .slick-prev,
#catalog-item-page .near-slider .images .slick-next{
	display: none;
}

#catalog-item-page .near-slider .images img{
	width: 180px;
	padding: 0 5px;
}


/* MODEL 
========================*/
#model #lists .box{
	width: 49%;
	margin: 0 0.5% 20px;
}

#model #lists .box h3{
	font-size: 1.4rem;
	line-height: 150%;
}

#model #lists .box p{
	font-size: 1.2rem;
}


#modal{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
}

#modal-close {
    width: 30px;
    height: 30px;
    right: 9px;
    top: 10px;
}

#modal .modal-first .box{
	display: block;
	padding: 0;
}

#modal .modal-first .image{
	width: 100%;
}

#modal .modal-first .info{
	width: 100%;
}

#modal h1 .eng {
	text-align: center;
	font-size: 1.8rem;
}

#modal .modal-first .info p{
	font-size: 1.4rem;
}

#model-detail{
	margin: 20px 0;
	padding: 15px 15px;
	width: 100%;
}

#model-detail h2{
	margin-bottom: 15px;
}

#modal .modal-detail .box{
	display: block;
	padding: 0;
	margin-bottom: 0;
}

#modal .modal-detail .image{
	float: none;
	width: 100%;
}

#modal .modal-detail .info{
	float: none;
	width: 100%;
}


/* LADIES MODEL
=====================*/
#ladies-suits h3{
	text-align: center;
}

#ladies-suits h3 .jp{
	text-align: center;
	display: block;
}

#ladies-suits #model .inner{
	width: 100%;
}

#ladies-suits #model .layout{
	display: block;
	padding: 0;
}

#ladies-suits #model .layout .image{
	width: 100%;
}

#ladies-suits #model .layout .info{
	padding: 20px 0;
}

#ladies-suits #model .layout .info h3 .eng{
	font-size: 1.8rem;
}

#ladies-suits #model .layout .info h3 .jpn {
    margin-bottom: 15px;
}

#ladies-suits #model .layout .info p{
	font-size: 1.2rem;
}

#ladies-suits #bottoms .inner{
	width: 100%;
}

#ladies-suits #bottoms .layout{
	display: block;
}

#ladies-suits #bottoms .layout .box{
	width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
}

#ladies-suits #bottoms .layout .image{
	width: 210px;
    margin: 0 auto;
}

#ladies-suits #bottoms .layout .box h3 .eng{
	font-size: 2.2rem;
}

#ladies-suits #model .layout .info .thumbs ul{
	justify-content: space-between;
}

#ladies-suits #model .layout .info .thumbs li{
	margin-right: 0;
}
	
#common-option .boxs .box{
	width: 24.4%;
}

#common-option .boxs .box p.anno{
	display: none;
}

.fancybox-caption {
    padding: 75px max(10px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left)) !important;
}


#select-shirts-brand{
	width: 100%;
}

#select-shirts-brand li{
	font-size: 12px;
	width: auto;
	min-width: 20%;
}

}

#bottom-menu{
	z-index: 100;
	position: fixed;
	right: 0;
	bottom: 12px;
	width: 100%;
	text-align: right;
}

#bottom-menu a{
	line-height: 130%;
	padding: 16px 30px;
}

#online-order-bottom-form {
  padding: 10px 15px;
  background-color: #003a64;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.4rem;
  text-align: center;
  
}
#online-order-bottom-form:hover {
  opacity: 0.85;
}
#online-order-bottom-form .online-order-bottom-tel-wrap {
  color: #fff;
  font-weight: 700;
}


#online-order-bottom-tel {
  padding: 10px 15px;
  background-color: #2F1812;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.4rem;
  text-align: center;
}
#online-order-bottom-tel:hover {
  opacity: 0.85;
}
#online-order-bottom-tel .online-order-bottom-tel-wrap {
  color: #d5c2a4;
  font-weight: 700;
}


.telmodal{
    position: relative;
    max-width: 500px;
    margin: 0 auto;
	background-color: #003a64;
	color: #d5c2a4;
	text-align: center;
}

.telmodal .toform{
	padding: 40px;
}

.telmodal .totel{
	padding: 40px;
	background-color: #2F1812;
}

.telmodal .olo-tel-head {
  font-size: 16px;
  display: block;
}
.telmodal .olo-tel-head br {
  display: none;
}
.telmodal .olo-tel-number {
  font-size: 3rem;
  display: block;
}

.telmodal .olo-tel-time {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.telmodal .olo-tel-time span {
  margin-left: 1em;
}
.telmodal .olo-tel-call-btn{
	padding: 20px 0 0;
}
.telmodal .olo-tel-call-btn a{
	display: inline-block;
	background-color: #d5c2a4;
	color: #003a64;
	font-weight: bold;
	width: 250px;
	padding: 14px 32px;
	text-decoration: none;
}
.telmodal .olo-tel-call-btn a:hover{
	background-color: #efe3d0;
}
.telmodal .totel .olo-tel-call-btn a{
	color: #2F1812;
}

.telmodal .olo-tel-form-btn{
	padding: 20px 0 0;
}
.telmodal .olo-tel-form-btn a{
	display: inline-block;
	background-color: #d5c2a4;
	color: #003a64;
	font-weight: bold;
	width: 250px;
	padding: 8px 30px;
	text-decoration: none;
}
.telmodal .olo-tel-form-btn a:hover{
	background-color: #efe3d0;
}

.telmodal .mfp-close{
	color: #fff;
}

@media screen and (max-width: 769px) {
#bottom-menu{
	display: flex;
	z-index: 100;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.9;
}
#bottom-menu a{
	width: 50%;
	line-height: 130%;
}

#online-order-bottom-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.telmodal .olo-tel-head {
  font-size: 4vw;
}

  #online-order-bottom-tel {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }
  #online-order-bottom-tel .olo-tel-head {
    font-size: 4vw;
  }

  .telmodal .olo-tel-call-btn a{
	padding: 8px 40px;
  }
  
  .telmodal{
  }
}


/* shirts potion */
#s-design-detail .pod-wrap .boxs{
	display: flex;
	flex-wrap: wrap;
}

#s-design-detail .pod-wrap .boxs .box{
	width: 11.5%;
	margin: 15px .5%;
	text-decoration: none;
	text-align: center;
	line-height: 0;
}

#s-design-detail .pod-wrap#pod-cuffs .boxs .box{
  width: 16%;
  margin-right: .5%;
  line-height: 1.5;
  font-size: 1.4rem;
}

#s-design-detail #pod-placket .boxs .box,
#s-design-detail #pod-backstyle .boxs .box{
	width: 15.666%;
	margin-right: 1%;
	margin-bottom: 30px;
	text-decoration: none;
}

#s-design-detail #pod-placket .boxs .box:nth-child(6n),
#s-design-detail #pod-backstyle .boxs .box:nth-child(6n){
	margin-right: 0;
}

#s-design-detail .pod-wrap .boxs .box span{
	display: inline-block;
	padding-top: 10px;
	font-size: 1.4rem;
	color: #CB0404;
}

#s-design-detail #pod-cuffs .boxs .box img{
}

#s-design-detail #pod-pocket .boxs .box img{
	max-width: 100px;
}

#s-design-detail .brand-info{
	margin: 20px 0;
}

#s-design-detail .brand-info li{
	float: left;
	margin-right: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

#s-design-detail .brand-info li i{
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
}

#s-design-detail .brand-info li i.b1{ background-color: #6aaac7; }
#s-design-detail .brand-info li i.b2{ background-color: #717071; }
#s-design-detail .brand-info li i.b3{ background-color: #c08552; }
#s-design-detail .brand-info li i.b4{ background-color: #1d1d1d; }



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


#s-design-detail .pod-wrap .boxs .box{
	width: 25%;
	margin: 0 0 20px;
	padding: 0 1%;
}
#s-design-detail .pod-wrap#pod-cuffs .boxs .box{
	width: 33%;
	margin-right: 0;
	margin-bottom: 20px;
}
#s-design-detail .pod-wrap .boxs .box img{
  width: 100%;
}

#s-design-detail #pod-placket .boxs .box, 
#s-design-detail #pod-backstyle .boxs .box{
	width: 33.333%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 0 1.5%;
}

}

/* help tips 
-----------------------------*/
#search-nav .child li{
	text-align: left;
}

#search-nav .child li{
	position: relative;
}
#search-nav .help{
	display: none;
	position: absolute;
	top: 41px;
	left: 176px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 13px;
    width: 290px;
    text-align: left;
    z-index: 100;
}
#search-nav .help::before{
	content: "";
	display: block;
	position: absolute;
    top: -6px;
    left: 11px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(-45deg);
    background: #fff;
}

#search-nav .help + i{
    background: url(image/help.svg) no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

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

#search-nav .help{
	display: none;
	position: static;
	width: 100%;
	border: none;
}

#search-nav .help::before{
	content: none;
}

#search-nav .help + i {
    width: 20px;
    height: 20px;
    background-size: 100%;
}

}


#loading {
	width: 40px;
	display: flex;
	justify-content: space-between;
	min-height: 300px;
	text-align: center;
	align-items: center;
	margin: 0 auto;
}
.circle {
  width: 10px;
  height: 10px;
  background-color: #aaa;
  border-radius: 50%;
}
.circle {
  animation: loading 1s infinite;
}
.circle:nth-child(2) {
  animation: loading 1s infinite;
  animation-delay: 0.1s;
}
.circle:nth-child(3) {
  animation: loading 1s infinite;
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}


/* COAT 
=================================*/
/* MODEL 
------------------------*/
#coat-model .box{
	margin: 30px auto 50px;
	max-width: 1018px;
}

#coat-model .box .image{
	float: left;
	width: 320px;
}

#coat-model .box .info{
	float: right;
	width: 620px;
}

#coat-model .box .info h3{
	margin: 0px 0 20px;;
}

#coat-model .box .info h3 .eng{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 130%;
}

#coat-model .box .info h3 .jpn{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

#coat-model .box .info .thumbs{
	margin: 40px 0 20px;
}

#coat-model .box .info .thumbs li{
	float: left;
	margin-right: 40px;
}

#coat-model .box .info .thumbs li:nth-child(4n){
	margin-right: 0;
}

#coat-model .box .info .thumbs p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

#coat-model .box .info .more{
	text-align: right;
}

#coat-model .price-layout{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

#coat-model .price{
	text-align: center;
	font-size: 50px;
	font-size:4rem;
	margin: 20px auto 0;
	display: table;
	border-collapse: collapse;
}

#coat-model .price .title{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #3c1e00;
	padding: 10px 50px;
	font-weight: bold;
	font-size: 2.5rem;
}

#coat-model .price .td{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #3c1e00;
	padding: 18px 40px 8px;
	font-weight: bold;
  line-height: 65%;
}

#coat-model .price .ptr{
	display: table-row;
}

#coat-model .price .yen{
	font-size: 20px;
	font-size: 2rem;
}

#coat-model .price .tax{
	font-size: 16px;
	font-size: 1.6rem;
}

#coat-model .price {
	width: 100%;
}

#coat-model .price .td{
	width: 50%;
	line-height: 60%;
	padding: 5px 25px;
}

#coat-model .price .td .min{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 5px;
}

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

#coat-model .box{
	padding: 0;
}

#coat-model .box .info{
	float: none;
	width: 100%;
	padding: 0 10px;
}

#coat-model .box .info h3{
	margin: 15px 0 20px;
}

#coat-model .box .info h3 .eng{
	text-align: center;
	font-size: 1.8rem;
}

#coat-model .box .info h3 .jpn{
	text-align: center;
}

#coat-model .box .info p{
	font-size: 1.4rem;
	padding: 0;
	line-height: 180%;
}

#coat-model .box .info .thumbs{
	margin: 15px 0;
}

#coat-model .box .info .thumbs li{
	float: left;
	width: 25%;
	margin: 0;
}

#coat-model .box .image{
	float: none;
	width: 100%;
	text-align: center;
}

#coat-model .box .image img{
	width: 240px;
}

#coat-model .box .info .more {
    text-align: center;
}

#coat-model .price-layout{
	display: block;
}

#coat-model .price{
	display: block;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	margin-top: 20px;
}

#coat-model .price .title{
	display: block;
	width: 100%;
	border-bottom: none;
}

#coat-model .price .td{
	display: block;
	width: 100%;
}

#coat-model .price .tax{
	font-size: 14px;
	font-size: 1.4rem;
}
#coat-model .price {
	width: 100%;
}

#coat-model .price .td{
	width: 100%;
}

#coat-model .price .td .min{
	text-align: center;
}

#coat-model .price .td:nth-child(2n){
	border-top: none;
}

}
