#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; }


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

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

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

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

.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 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 p{
	font-size: 1.4rem;
}

.designlist p span{
	display: block;
}

.brand-info li{
	font-size: 1.0rem;
}

.boxs .box{
	width: 25%;
}

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

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

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

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