
a{
	transition-duration: 2s;
}
a:hover{
	opacity: 0.5;
}

.kind{
	font-weight: 500;
	white-space: nowrap;
	text-align: left;
	display: inline-block;
	min-width: 150px;
	margin-right: 3rem;
	padding: 1.1rem 2rem 0 2rem;
	background: #888;
	color: #fff;
	position: relative;
}
.kind::after {
	content: "";
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
	right: -2px;
	bottom: 0;
	top: 0;
	margin: auto;
	background: #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 812px) {
	.kind{
		font-size: 1.6rem;
		padding: 0.5rem 0.5rem 0.5rem 1rem;
		margin-right: 1.5rem;
		height: 30px;
	}
	.radio-btns label {
		white-space: nowrap;
		padding-left: 0;
		padding-bottom: 5px;
	}
	.radio-btns{
		padding: 0 !important;
		line-height: 1.6em;
	}

}
.ranking{
	margin: 3rem;
	display: flex;
	justify-content: flex-start;
}
.ranking li{
	position: relative;
	width: 20%;
}
.ranking li:after{

	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 2;
	font-size: 20px;
	background-color: #70cccb;
	color: #fff;
	width: 30px;
	/* padding: 1px 10px; */
	border-radius: 50%;
	height: 30px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.ranking li:first-child:after{
		content: "1";
}
.ranking li:nth-child(2):after{
		content: "2";
}
.ranking li:nth-child(3):after{
		content: "3";
}
.ranking li:nth-child(4):after{
		content: "4";
}
.ranking li:nth-child(5):after{
		content: "5";
}
.ranking li a{
	display: block;
}
.ranking li img{
	width: 100%;
	padding: 10px;
}
@media screen and (max-width: 812px) {
	.ranking-wrap{
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
	}
	.ranking li:after{
		left: 5px;
		top: 5px;
	}
	.ranking{
		width: 700px;
		margin: 2rem;
	}
	.ranking li{
		padding: 5px;
	}
	label ~ label {
		margin-left:0 !important;
	}
}
label ~ label {
	margin-left: 15px;
}


input[type=radio],input[type=checkbox] {
	margin-right: 8px;
}

.radio-btns{
	padding: 1.1rem 0;
	width: 950px;
}

.radio-btns input[type=radio],.radio-btns input[type=checkbox] {
	display: none;
}

.radio-btns label {
	position: relative;
	padding-left: 25px;
}

.radio-btns input[type=radio] + label::before,.radio-btns input[type=checkbox] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	left: 0;
	top: 0;
}

.radio-btns input[type=radio] + label::after,.radio-btns input[type=checkbox] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #70cccb;
	left: 3px;
	top: 3px;
	opacity: 0;
	transition: .3s;
}

.radio-btns input[type=radio]:checked + label::after,.radio-btns input[type=checkbox]:checked + label::after {
 opacity: 1;
}

.choice{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 2rem;
}
.tb-line{
	padding: 3rem 0 1rem 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 5.6rem;
}
.gallery-wrap{
	margin: 6rem 0;
}
.gallery-wrap a{
	display: inline-block;
	width: 24.5%;
	padding-left:2rem;
	vertical-align: top;
	font-size: 12px;
	margin-bottom: 4rem;
}
.gallery-wrap a img{
	width: 100%;
	padding-bottom: 1rem;
}
@media screen and (max-width: 812px) {
	.tb-line{
		margin-top: 4rem;
	}
	.gallery-wrap{
		margin: 6rem 0 3rem 0;
	}
	.ctr-fullwidth2 {
		padding: 0 10%;
	}
}
@media screen and (max-width: 812px) {
	.gallery-wrap a{
		width: 48%;
		padding: 1rem;
		margin-bottom: 0;
		font-size: 11px;
		font-weight: 500;
	}
}

/*Cts*/
.gallerycts-wrap{
	margin: 5.6rem;
	display: flex;
	justify-content: space-between;
}
.gallerycts-wrap #detail{
	margin-left: 2rem;
	width: 48%;
}
.gallerycts-wrap #detail h2{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.detail-cat p{
	display: inline-block;
	border: 1px solid #70cccb;
	color: #70cccb;
	padding: 3px 10px 2px 10px;
	font-size: 10px;
	margin: 10px 2px 30px 2px;
}
#detail .comment{
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 78px;
}
@media screen and (max-width: 812px) {
	#detail .comment{
		margin-bottom: 28px;
	}
	.detail-cat p{
		margin: 10px 2px 20px 2px;
	}
	.pb0{
		padding-bottom: 10px;
	}
	.hl-line{
		font-size: 1.5rem;
	}
	.mt20{
		margin-top: 20px;
	}
}
.stylist{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.stylist img{
	width: 110px;
	height: auto;
}
.stylist-detail{
		margin-left: 1rem;
		width: 60%;
}
.stylist-detail h3{
	background-color: #efefef;
	padding: 6px 10px;
	font-size: 12px;
	margin-bottom: 1rem;
}
.stylist-detail .class{
	color:#70cccb;
	font-size: 10px;
}
.stylist-detail .name{
	padding: 4px 0;
}
.stylist-detail img{
	width: 34px;
	height: auto;
}
#slider{
	width: 340px;
}
.slide-item img{
		width: 100%;
}
#thumbnail-list{
	width: 340px;
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.thumbnail-item{
	flex: 0 1 18%;
	margin: 10px 3px;
	box-sizing: border-box;
	position:relative;
}
.thumbnail-item:after{
	content:'';
	background-color: rgba(0,0,0,0.5);
	position:absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after{
		opacity: 0;
	}
	.gallery-wrap img{
		width: 100%;
		margin: 0 auto;
	}
	.backbtn{
		width: 340px;
		margin: 0 auto;
		background-color: #ccc;
	}
	.backbtn a{
		color: #fff;
		padding: 2rem;
		display: block;
		text-align: center;
	}

@media screen and (max-width: 812px) {
	#wrap{
		margin-bottom: 2rem;
	}
	.thumbnail-item{
margin: 3px;
		flex: 0 1 31%;
	}
	.gallerycts-wrap{
		margin: 3.6rem 0;
		display: block;
	}
	.gallerycts-wrap #detail{
		margin-left: 0;
		width: 100%;
	}
	.thumbnail-item img{
		width: 100%;
}
	#thumbnail-list{
		width: 100%;
	}
	#slider{
		width: 100%;
	}
	.stylist {
		align-items: flex-start;
	}
	.backbtn{
		width: 90%;
	}
}
/*絞込*/
.search_item {
	display: inline-block;
	padding: 3px;
	cursor: pointer;
}

.is-hide {
	display: none !important;
}
