@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
frame
----------------------------------------------------------*/
#genreWrap{
	background: #fff;
	border-radius: 30px;
	padding: 20px 40px;
	margin: 40px auto;
}
#genreWrap label{
	font-size: 1.5em;
	font-weight: 700;
	border-bottom: #2f2f2f solid 2px;
	width: 100%;
	display: inline-block;
	transform: rotate(0.03deg);
}
#genreWrap label::before{
	content: '';
	width: 64px;
	height: 80px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 0.2em;
}
#genreWrap ul{
	width: 94%;
	margin: 1em auto 1em auto;
}
#genreWrap ul li{
	display: block;
	width: 32%;
	float: left;
	font-size: 0.9em;
	margin-bottom: 0.8em;
	margin-right: 2%;
	transform: rotate(0.03deg);
}
#genreWrap ul li:nth-of-type(3n){
	margin-right: 0;
}
#genreWrap ul li span.small{
	font-size: 0.7em;
	margin-left: 0.1em;
}
#genreWrap ul li:last-child::after{
	content: 'など...';
	font-size: 0.7em;
	margin-left: 0.6em;
}
#genreWrap ul li a{
	text-decoration: underline;
	color: crimson;
}
#genreWrap ul li a:hover{
	color: firebrick;
}

@media screen and (max-width: 1080px) {
	#genreWrap{
		width: 86vw;
		padding: 20px 3vw;
	}
}
@media screen and (max-width: 823px) {
	#genreWrap ul li{
		width: 49%;
		margin-right: 0;
	}
	#genreWrap ul li:nth-of-type(odd){
		margin-right: 2%;
	}
}
@media screen and (max-width: 767px) {
	#genreDetail #mainWrap{
		padding-bottom: 0;
	}
	#genreWrap{
		border-radius: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
	}
	#genreWrap label{
		height: 60px;
		font-size: 1.3em;
		display: flex;
		align-items: center;
		padding-left: 4vw;
		border-bottom: #f3f3f3 solid 1px;
		width: 96vw;
		background: #fff;
	}
	#genreWrap .acd-label.tool{
		border-bottom: none;
	}
	#genreWrap label::before{
		content: '';
		width: 32px;
		height: 50px;
		display: inline-block;
		vertical-align: bottom;
		margin-right: 0.3em;
	}
	#genreWrap ul{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#genreWrap ul li{
		float: none;
		width: 100%;
		margin: 0;
	}
	#genreWrap ul li .splink{
		font-size: 1.2em;
		text-decoration: none;
		width: 92vw;
		display: block;
		padding: 4vw 4vw;
		border-bottom: solid #fff 1px;
	}
	#genreWrap ul li a.splink{
		background: url("../img/common/rightArrow.png") no-repeat;
		background-size: 4%;
		background-position: 97% center;
	}
	#genreWrap ul li:last-child::after{
		display: none;
	}
}
/* ---------------------------------------------------------
アコーディオン
----------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.acd-check{
		display: none;
	}
	.acd-label{
		background: #FFFFFF;
		border-bottom: 1px solid #f3f3f3;
		display: block;
		position: relative;
		transform: rotate(0.03deg);
		font-weight: 700;
		cursor: pointer;
	}
	.acd-label:after{
		font-family: "Font Awesome 5 Free";
		content:'\f0d7';
		color: #6E6E6E;
		font-size: 1.2em;
		display: block;
		position: absolute;
		right: 1em;
		top: 0.86em;
	}
	.acd-content{
		background: #EBEBEB;
		display: block;
		height: 0;
		opacity: 0;
		transition: .2s;
		visibility: hidden;
		border-bottom: 1px solid #f3f3f3;
		margin: 0;
		padding: 0;
	}
	.acd-content p.answer1{
		color: #e71a0f;
		margin-bottom: 0.1em;
		font-weight: 600;
	}
	.acd-content p.answer2{
		margin: 0;
	}
	.acd-check:checked + .acd-label:after{
		font-family: "Font Awesome 5 Free";
		content:'\f0d8';
		color: #6E6E6E;
		font-size: 1.2em;
		display: block;
		position: absolute;
		right: 1em;
		top: 0.86em;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: inherit;
		opacity: 1;
		visibility: visible;
	}
}
/* ---------------------------------------------------------
icon
----------------------------------------------------------*/
#genreWrap label.brand::before{
	background: url("../img/categoryIcon/brand.png") no-repeat;
	background-size: contain;
	background-position: 0 0.5em;
}
#genreWrap label.instrument::before{
	background: url("../img/categoryIcon/guitar.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.hobby::before{
	background: url("../img/categoryIcon/toy.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.metal::before{
	background: url("../img/categoryIcon/recycling.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.ticket::before{
	background: url("../img/categoryIcon/ticket.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.antique::before{
	background: url("../img/categoryIcon/kabuto.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.car::before{
	background: url("../img/categoryIcon/car.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.furniture::before{
	background: url("../img/categoryIcon/sofa.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.interior::before{
	background: url("../img/categoryIcon/interior.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.homeAP::before{
	background: url("../img/categoryIcon/refrigerator.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.seasonAP::before{
	background: url("../img/categoryIcon/aircon.png") no-repeat;
	background-size: contain;
	background-position: 0 0.8em;
}
#genreWrap label.cookingAP::before{
	background: url("../img/categoryIcon/oven.png") no-repeat;
	background-size: contain;
	background-position: 0 0.6em;
}
#genreWrap label.digitalAP::before{
	background: url("../img/categoryIcon/tv.png") no-repeat;
	background-size: contain;
	background-position: 0 0.4em;
}
#genreWrap label.pc::before{
	background: url("../img/categoryIcon/pc.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.smartphone::before{
	background: url("../img/categoryIcon/smartphone.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.tablet::before{
	background: url("../img/categoryIcon/tablet.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.game::before{
	background: url("../img/categoryIcon/game.png") no-repeat;
	background-size: contain;
	background-position: 0 0.4em;
}
#genreWrap label.women::before{
	background: url("../img/categoryIcon/dress.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.mens::before{
	background: url("../img/categoryIcon/mens.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.jewelry::before{
	background: url("../img/categoryIcon/diamond.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.liquor::before{
	background: url("../img/categoryIcon/bottle.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.zakka::before{
	background: url("../img/categoryIcon/pot.png") no-repeat;
	background-size: contain;
	background-position: 0 0.5em;
}
#genreWrap label.baby::before{
	background: url("../img/categoryIcon/baby.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.outdoors::before{
	background: url("../img/categoryIcon/tent.png") no-repeat;
	background-size: contain;
	background-position: 0 0.5em;
}
#genreWrap label.sports::before{
	background: url("../img/categoryIcon/snowbord.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.books::before{
	background: url("../img/categoryIcon/book.png") no-repeat;
	background-size: contain;
	background-position: 0 0.3em;
}
#genreWrap label.bicycle::before{
	background: url("../img/categoryIcon/bicycle.png") no-repeat;
	background-size: contain;
	background-position: 0 0.7em;
}
#genreWrap label.tool::before{
	background: url("../img/categoryIcon/Tools.png") no-repeat;
	background-size: contain;
	background-position: 0 0.5em;
}