#stylebook #style-header{
	position: relative;
	margin: 40px 0 30px;
}

/*
#stylebook.fixed #style-header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0px;
	background-color: #fff;
	padding-top: 40px;
	z-index :10;
}
*/
#stylebook .style-book-logo{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}


#sp-fabric-search-hm {
  display: none;
  position: relative;
  margin: 0 0 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(/online-order/catalog/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;
}

#footer-search{
  display: none;
  position: fixed;
  right: 70px;
  bottom: -50px;
  z-index: 100;
  transition: .3s all ease-in-out;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border: 2px solid #3c1e00;
  border-radius: 100px;
  padding: 4px 8px 4px 4px;
}
.spwrap #footer-search{
  display: flex;
}
#footer-search.view{
  bottom: 20px;
}

#footer-search i{
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3c1e00 url(/online-order/catalog/image/search.svg) no-repeat center center;
  background-size: 15px 15px;
  cursor: pointer;
}

#footer-search span{
  font-size: 1.2rem;
  font-weight: 500;
}

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

#search-nav.open{
	transform: scaleY(1);
}

#search-nav ul.parent{
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
  width: 100%;
  border-left: 1px solid #3C1D01;
}

#search-nav ul.parent > li{
	position: relative;
	line-height: 20px;
	text-align: center;
	margin-right: 20px;
	font-size: 13px;
  width: 14.2%;
  border-right: 1px solid #3C1D01;
}

#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 > .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 ul.parent > li > ul li{
	text-align: left;
}

#search-nav ul.parent > li > ul li{
	position: relative;
}

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

#search-nav .chkbox{
	position: absolute;
	top: 7px;
	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;
}

#stylebook #search-nav ul.parent > li > ul#search-list-brand .country{
  background: #aaa;
  display: block;
  width: calc(100% - 15px);
  color: #fff;
  font-weight: bold;
  padding: 8px 0 5px 8px;
  margin: 0 auto;
  line-height: 100%;
}

#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: 6px 15px 6px 45px;
	text-decoration: none;
	font-size: 1.4rem;
	cursor: pointer;
}
#search-nav ul.parent > li ul li label.loading{
  opacity: 0.5;
  pointer-events: none;

}
#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: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
}

#search-nav ul.parent > li ul#search-list-item{
	width: 200px;
}
#search-nav ul.parent > li ul#search-list-color{
	width: 220px;
}
#search-nav ul.parent > li ul#search-list-pattern{
	width: 220px;
}
#search-nav ul.parent > li ul#search-list-brand{
	width: 430px;
}
#search-nav ul.parent > li ul#search-list-brand > li{
  margin-bottom: 20px;
}

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

#stylebook .prmessage{
  margin-bottom: 2rem;
  font-weight: normal;
  font-size: 1.6rem;
}

#stylebook .prmessage .more{
  cursor: pointer;
  text-decoration: underline;
}
#stylebook .prmessage .more-message{
  display: none;
}
#stylebook .prmessage .more-message.show{
  display: inline;
}

@media screen and (max-width: 767px) {
  #stylebook .prmessage{
    padding: 0 15px;
  }
}

#stylebook #style-header #ml-link{
	position: absolute;
	right: 10px;
/*	top: 102px; */
	top: 0px;
	z-index: 20;
}
#stylebook.detail #style-header #ml-link {
    display: none;
}
#stylebook #style-header #ml-link a{
	text-decoration: none;
	font-size: 1.3rem;
	padding-right: 10px;
}

#stylebook #style-header #ml-link a::after{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	right: 0;
	top: 50%;
	margin-top: -3px;
	border-top: 1px solid #3c1e00;
	border-right: 1px solid #3c1e00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#stylebook #list-name{
	font-size: 17px;
	margin-bottom: 15px;
}

/*
#stylebook.fixed #contents{
	padding-top: 40px;
}
*/
#stylebook.index #contents .flex{
	display: flex;
	flex-wrap: wrap;
}

#stylebook.index #contents .flex .box{
	position: relative;
	display: block;
	margin-right: 28px;
	margin-bottom: 30px;
	line-height: 0;
	width: 254px;
	height: 375px;
	overflow: hidden;
    background: url("/style-book/image/loading.gif") no-repeat center center;
}

#stylebook.index #contents .flex .box:nth-of-type(4n){
	margin-right: 0;
}

#stylebook.index #contents .flex .box img{
    opacity: 0;
    transition: all .3s;
}

#stylebook.index #contents .flex .box img.view{
	opacity: 1;
}


#stylebook.index #contents .flex .box:hover img{
	opacity: 1;
	transform: scale(1.05);
	transition: .2s all linear;
}

#stylebook.index #contents .flex .box: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;
}

#stylebook.index #contents .flex .box .detail{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  padding: 3%;
  z-index: 2;
  transition: .2s all linear;
}

#stylebook.index #contents .flex .box:hover .detail{
  opacity: 1;
}

#stylebook.index #contents .flex .box .detail-title{
  font-family: 'Muli';
	font-weight: 700;
}

#stylebook.index #contents .flex .box .detail p{
  font-size: 1.4rem;
}

/* #stylebook.index #contents .flex a:after{
	content: "VIEW MORE";
	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;
} */

#stylebook.index #contents .flex .box:hover::before{
	opacity: 1;
}

#stylebook.index #contents .flex .box:hover::after{
	opacity: 1;
}

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


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

#style-overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
/*	background-color: rgba(0,0,0,.2); */
	z-index: 1;
}

#style-overlay.show{
	display: block;
}

#stylebook #style-header {
    margin: 0px 0 25px;
    padding: 0 15px;
}
#stylebook.detail #style-header {
  margin-bottom: 10px;
}
#stylebook .style-book-logo{
	margin-bottom: 0px;
}

#stylebook .style-book-logo img{
	width: 47%;
}

#stylebook #search-nav{
  display: none;
}

#stylebook #search-nav.open{
}

#stylebook #search-nav .loupe{
	display: block;
	top: -53px;
}

#stylebook #search-nav ul.parent{
	flex-wrap: wrap;
	border-bottom: 1px solid #3C1D01;
}

#stylebook #search-nav ul.parent > li{
  background-color: #fff;
	width: 50%;
  margin-right: 0;
}

#stylebook #search-nav ul.parent > li > a{
	border: 1px solid #3C1D01;
	border-bottom: none;
	margin: 0;
	padding: 12px;
	font-size: 1.3rem;
	text-align: left;
}

#stylebook #search-nav ul.parent > li > a::before{
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 1px;
	top: 50%;
	margin-top: 0px;
	right: 15px;
	background-color: #3C1D01;
	transition: .2s all linear;
}

#stylebook #search-nav ul.parent > li > a::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 11px;
	top: 50%;
	margin-top: -5px;
	right: 20px;
	background-color: #3C1D01;
	transition: .2s all linear;
}

#stylebook #search-nav ul.parent > li > a.open::after,
#stylebook #search-nav ul.parent > li > a.open::before{
	transform: rotate(45deg);
}

#stylebook #search-nav ul.parent > li > a.blank::after,
#stylebook #search-nav ul.parent > li > a.blank::before{
  display: none;
}

#stylebook #search-nav ul.parent > li:nth-child(even) a{
	border-left: none;
}

#stylebook #search-nav ul.parent > li > ul{
	width: 100%;
}

#stylebook #search-nav ul.parent > li:nth-child(odd) > ul{
	width: calc(100% + 1px);
}


#stylebook #search-nav ul.parent > li:nth-of-type(1) > ul{
	left: 0;
}

#stylebook #search-nav ul.parent > li > ul{
	padding: 7px 0;
	top: 45px;
}

#stylebook #search-nav ul.parent > li > ul li a{
	padding: 7px 15px;
}

#stylebook #search-nav ul.parent > li > ul#search-list-brand{
    width: 200%;
}

#stylebook #search-nav ul.parent > li > ul#search-list-color{
  width: 200%;
  display: flex;
  flex-wrap: wrap;
}

#stylebook #search-nav ul.parent > li > ul#search-list-color li {
  width: 50%;
}

#stylebook #search-nav ul.parent > li > ul li a img{
  margin-right: 5px;
}

#stylebook #style-header .loupe{
  display: block;
  top: 5px;
}

#stylebook #style-header #ml-link {
    position: absolute;
    right: 17px;
    top: 48px;
    z-index: 1;
}

#stylebook.index #contents .flex{
	padding: 0 15px;
}

#stylebook.index #contents .flex .box{
	width: 49%;
	margin-right: 2%;
	height: auto;
	margin-bottom: 2%;
}

#stylebook.index #contents .flex .box:nth-of-type(2n){
	margin-right: 0;
}

#stylebook.index #contents .flex .box img{
  width: 100%;
}

}

#stylebook #list-name{
	padding: 0 0;
	font-size: 15px;
}


/* 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 
-----------------------------*/
#stylebook.detail .window-close{
  display: none;
  position: relative;
  font-size: 1.2rem;
  padding-left: 15px;]
  cursor: pointer;
}
.spwrap #stylebook.detail .window-close{
  display: block;
}
#stylebook.detail .window-close::before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #3C1D01;
  border-top: 2px solid #3C1D01;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(-45deg);
}

#stylebook.detail #contents .content-main{
	display: flex;
	justify-content;
}

#stylebook.detail #contents .content-main{
	margin-bottom: 80px;
}

#stylebook.detail #contents .content-main .style-slider{
	width: 60%;
}

#stylebook.detail #contents .content-main .style-slider .images div{
	width: 500px;
	margin: 0 auto;
}

#stylebook.detail #contents .content-main .style-slider .images div img{
	width: 500px;
}

#stylebook.detail #contents .content-main .style-slider .slick-prev{
	top: 50%;
	margin-top: -16px;
	left: 30px;
	width: 33px;
	height: 33px;
	border: 2px solid #3C1D01;
}
#stylebook.detail #contents .content-main .style-slider .slick-prev::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	right: 8px;
	border-top: 2px solid #3C1D01;
	border-left: 2px solid #3C1D01;
	transform: rotate(-45deg);
}

#stylebook.detail #contents .content-main .style-slider .slick-next{
	top: 50%;
	margin-top: -16px;
	right: 30px;
	width: 33px;
	height: 33px;
	border: 2px solid #3C1D01;
}
#stylebook.detail #contents .content-main .style-slider .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	right: 11px;
	border-top: 2px solid #3C1D01;
	border-right: 2px solid #3C1D01;
	transform: rotate(45deg);
}


#stylebook.detail #contents .content-main .style-slider .thumb{
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	width: 500px;
	margin: 0 auto;
}

#stylebook.detail #contents .content-main .style-slider .thumb div{
	width: calc(20% - 4px);
	margin-right: 4px;
	cursor: pointer;
}

#stylebook.detail #contents .content-main .style-slider .thumb div:hover img{
	opacity: 0.7;
}

#stylebook.detail #contents .content-main .style-slider .thumb div:nth-child(5n){
	margin-right: 0;
}

#stylebook.detail #contents .content-main .info{
	width: 40%;
}

#stylebook.detail #contents .content-main .info .mainitem{
  margin-bottom: 10px;
}

#stylebook.detail #contents .content-main .info .fabric{
	margin-bottom: 20px;
	text-align: center;
}

#stylebook.detail #contents .content-main .info .fabric img{
	width: 144px;
}

#stylebook.detail #contents .content-main .item-wrap{
  border: 4px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
}

#stylebook.detail #contents .content-main .info table th,
#stylebook.detail #contents .content-main .info table td{
	border-bottom: 1px solid #3C1D01;
	padding: 12px 4px;
	font-size: 1.5rem;
	font-weight: normal;
}

#stylebook.detail #contents .content-main .info table tr:last-child th,
#stylebook.detail #contents .content-main .info table tr:last-child td{
  border: none;
  padding-bottom: 0;
}

#stylebook.detail #contents .content-main .info table td .flex{
/*	display: flex; */
}

#stylebook.detail #contents .content-main .info table td .flex p{
}

#stylebook.detail #contents .content-main .info table td .flex .brand-logo{
	width: 100%;
	padding-top: 10px;
}

#stylebook.detail #contents .content-main .info table td .flex .brand-logo img{
	max-width: 200px;
}

#stylebook.detail #contents .content-main .info table td .flex .more{
	font-size: 1.2rem;
}

#stylebook.detail #contents .content-main .info table td a{
	text-decoration: underline;
}


#stylebook.detail #contents .content-main .detail-text {
    padding: 12px 4px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

#contents .near-items{
	margin-bottom: 50px;
}
	
#contents .near-items h3{
	position: relative;
	margin-bottom: 20px;
}

#contents .near-items h3 span{
	display: inline-block;
	padding-right: 50px;
	background-color: #fff;
	font-size: 18px;
}

#contents .near-items h3::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #3C1D01;
	top: 50%;
	left: 0;
	z-index: -1;
}

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

#contents .near-slider .images .img{
	padding: 12px;
}

#contents .near-slider .images .slick-prev{
	top: 50%;
	margin-top: -16px;
	left: -40px;
	width: 33px;
	height: 33px;
}
#contents .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);
}

#contents .near-slider .images .slick-next{
	top: 50%;
	margin-top: -16px;
	right: -40px;
	width: 33px;
	height: 33px;
}
#contents .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);
}

#default-styles .more-btn{
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}
#default-styles .more-btn::after{
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3c1e00;
  border-right: 2px solid #3c1e00;
  top: 50%;
  right: 5px;
  margin-top: -4px;
  transform: rotate(45deg);
}

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

#stylebook.detail #contents .content-main{
	display: block;
}

#stylebook.detail #contents .content-main .style-slider{
	width: 100%;
}

#stylebook.detail #contents .content-main .style-slider .images div{
	width: 100%;
}

#stylebook.detail #contents .content-main .style-slider .images .img{
	width: 280px;
	padding: 0 5px;
}


#stylebook.detail #contents .content-main .style-slider .slick-prev,
#stylebook.detail #contents .content-main .style-slider .slick-next{
	display: none;
}

#stylebook.detail #contents .content-main .info{
	width: 100%;
	padding: 0 15px;
}

#stylebook.detail #contents .content-main .style-slider .thumb{
/*	display: none; */
  width: 100%;
}

#stylebook.detail #contents .content-main .style-slider .thumb div{
  width: 20%;
  margin: 0;
  padding: 1px 4px;
}

#stylebook.detail #contents .content-main .info .mainitem{
  margin-top: 10px;
  font-size: 1.5rem;
}

#stylebook.detail #contents .content-main .info .fabric{
	margin: 0px auto 10px;
}

#stylebook.detail #contents .content-main .info table th{
	vertical-align: middle;
}

#stylebook.detail #contents .content-main .info table td .flex{
	display: block;
}

#stylebook.detail #contents .content-main .info table td .flex .brand-logo{
	padding: 10px 0 0 0;
}


#contents .near-slider {
}

#contents .near-items h3{
	text-align: center;
	margin-bottom: 5px;
}

#contents .near-items h3::after{
	content: none;
}

#contents .near-items h3 span{
	padding: 0;
}

#contents .near-slider .images {
	width: 100%;
}

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

#contents .near-slider .images .img{
	width: 212px;
	padding: 0 5px;
}

#stylebook.index #contents .flex a .detail-title{
  font-size: 1.4rem;
}
#stylebook.index #contents .flex a .detail p{
  font-size: 1.1rem;
}

#stylebook.index #default-styles .scene-styles{
  padding: 0;
}
#default-styles .scene-styles .box:nth-child(n+3) {
  display: none !important  ;
}
}

#loading {
  display: none;
	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);
  }
}