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

.chapter{
	width: 100%;
	display: inline-block;
	margin-bottom: 3em;
}

.lineup{
	text-align:center;
	background-color:#707070 !important;
	color:#FFFFFF;
	font-size:18px;
	padding:4px 0;
	margin-bottom: 1em;
}

.lineup img{
	vertical-align: bottom;
	width: 100%;
}

ul.lineuplist{
	text-align: center;
	margin: 0 auto 0;
	padding: 0 5% 5%;
	display: inline-block;
	width: 100%;
}

li.chrbtn{
	width: 18%;
	margin: 0 1% 0 0;
	list-style: none;
	display: inline-table;}

li.pc_col3{width: 31%;}
li.pc_col4{width: 23%;}
li.pc_col5{width: 18%;}
li.pc_col6{width: 15%;}

.chrbtn a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	opacity: 1;
}
.chrbtn a:hover{
	opacity: 0.8;
}

.chrbtn img{width: 100%;}

.fragrancename{
	width: 100%;
	height: 3.5em;
	margin: -10px 0 0;
	padding: 0.5em 0;
	background-color: #E8E7E3;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	line-height: 1.2em;
	display: grid;
	place-items: center;
}

.longname{font-size: 0.8em;}



/* ########### 767px以下 ########### */
@media screen and (max-width: 767px) {

	.chapter{margin-bottom: 3em;}

	.listlineup{flex-wrap:wrap;}

	li.chrbtn{
		width: 32%;
		float: left;
	}
	li.sp_col3{width: 32%;}
	li.sp_col4{width: 24%;}
	li.sp_col5{width: 19%;}
	
	.listlineup img{
		width:100%;
		vertical-align: bottom;
	}
	
	.fragrancename {
		font-size: 10px;
		line-height: 1.2em;
		width: 100%;
		margin: -1em auto 0;
	}
	.lineup{
		padding:1px 0;
		margin-top:30px;
		font-size:19px;
	}
	.lineup:nth-of-type(1){margin-top:0;}
	
	.sp-hidden{visibility: hidden;}
}
