#fair-det .inner{
	width: 940px;
	margin: 0 auto;
}

#anchor{
	position: relative;
	text-align: center;
}

#anchor ul li a{
	position: relative;
	display: block;
	background-color: #D4D4D4;
	width: 180px;
	height: 46px;
	line-height: 46px;
	padding: 0 40px 0 20px;
	text-decoration: none;
}

#anchor ul li a:hover{
	text-decoration: none;
	background-color: #2f1812;
	color: #fff;
}

#anchor ul li a:hover::after{
	border-color: #fff;
}

#anchor ul li a::after{
	content: "";
	display: block;
	position: absolute;
	border-top: 2px solid #2f1812;
	border-right: 2px solid #2f1812;
	transform: rotate(135deg);
	width: 7px;
	height: 7px;
	top: 50%;
	margin-top: -8px;
	right: 16px;
}

#anchor ul li{
	position: absolute;
}

#anchor ul li#da1{	/*襟 */
	top: 34px;
	right: 50%;
	margin-right: -320px;
}
#anchor ul li#da2{	/*カフス*/
	bottom: 90px;
	left: 50%;
	margin-left: -326px;
}
#anchor ul li#da3{	/*ポケット*/
	top: 155px;
	right: 50%;
	margin-right: -340px;
}
#anchor ul li#da4{	/*前立*/
	top: 100px;
	left: 50%;
	margin-left: -325px;
}
#anchor ul li#da5{	/*バック*/
	bottom: 90px;
	right: 50%;
	margin-right: -340px;
}

.attention{
	display: block;
	color: #9a121b;
}

.brand-info{
	margin: 20px 0;
}

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

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

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

.boxs{
	display: flex;
    align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

.boxs .box{
    margin: 0 0 20px;
}

#d1 .boxs .box{
	width: 12.5%;
}

#d2 .boxs .box{
	width: 12.5%;
}

#d3 .boxs .box{
	width: 12.5%;
}

#d4 .boxs .box{
	width: 50%;
}

#d5 .boxs .box{
	width: 50%;
}

.box:nth-child(n + 17){
	display: none;
}

#d5 .box:nth-child(n + 5){
	display: none;
}

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

.morebtn a.open::after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}


@media screen and (max-width: 767px) {
	
#fair-det .inner{
	width: 100%;
}

#anchor{
	padding: 0 15px;
}

#anchor ul li{
	position: static;
	margin: 0 0 5px 0 !important;
	float: left;
	width: 49%;
	font-size: 1.2rem;
	text-align: left;
}

#anchor ul li:nth-child(2n){
	float: right;
}

#anchor ul li a{
	width: 100%;
	padding: 0 40px 0 10px;
}

#anchor ul li a span{
	display: inline;
}

.designlist{
	padding: 0 15px;
}

.designlist p{
	font-size: 1.4rem;
}

.designlist p span{
	display: block;
}

.brand-info li{
	font-size: 1.0rem;
	width: 50%;
	margin-right: 0;
}

.boxs .box{
	width: 25%;
    text-align: center;
}


.box:nth-child(n + 9){
	display: none;
}

#d5 .box:nth-child(n + 3){
	display: none;
}

#d1 .boxs .box{
	width: 25%;
	padding: 0;
}

#d2 .boxs .box{
	width: 25%;
}

#d3 .boxs .box{
	width: 25%;
}

#d4 .boxs .box{
	width: 100%;
}

#d5 .boxs .box{
	width: 100%;
}

.morebtn{
	padding: 0 0 20px;
}

.morebtn .btn{
	display: inline-block !important;
}

}

#fair-det{
  margin-bottom: 100px;
}
.boxs{
align-items: flex-start;
}
.box{
  text-align: center;
}
#d4 .box:nth-child(n + 5),
#d5 .box:nth-child(n + 5),
.box:nth-child(n + 17){
	display: block;
}
.box .name{
  display: block;
  line-height: 1.3;
  font-size: 1.1rem;
  text-align: center;
}
.brand-label{
  display: flex;
}
h4{
  position: relative;
  margin: 30px 0 20px;
}
h4 span{
  background-color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  padding: 0 20px 0 0;
}
h4::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: -1;
}
.brand-label li{
  margin-right: 10px;
}
.brand-label li img{
  height: 61px;
}
#d4 .boxs .box{
  width: 20%;
}

#d5 .boxs .box{
  width: 20%;
}

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

.box:nth-child(n + 9),
#d5 .box:nth-child(n + 3){
	display: block;
}
#d4 .boxs .box,
#d5 .boxs .box{
  width: 33.333%;
}
.brand-label li img {
    height: 29px;
}
h4 span{
  font-size: 1.6rem;
}
}