
/*=================================================
 * CSS for PC
 * ================================================= */
.cnt{
	padding-bottom: 1px;
}
.req_caution{
	margin-top: 10px;
}

#explore{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 162.5px;
	gap: 1px;
	max-width: 650px;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 3px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shou_box{
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	aspect-ratio: 1 / 1;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 651px) {
	.shou_box:nth-of-type(1),
	.shou_box:nth-of-type(11),
	.shou_box:nth-of-type(15),
	.shou_box:nth-of-type(25),
	.shou_box:nth-of-type(29),
	.shou_box:nth-of-type(39){
		grid-row: span 2;
		aspect-ratio: 1 / 2;
	}
}

.shou_box .img{
	width: 100%;
	height: 100%;
}
.shou_box .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shou_box .shou_name{
	width: 35px;
	height: 35px;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 4px;
	background : url(./img/icon_shou.png) no-repeat 0 0; background-size: cover;
	filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.5));
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.shou_box .usinfo{
	display: table;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}

.shou_box .usinfo_l{
	width: 30px;
	position: relative;
	padding: 0 0 5px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.shou_box .usbox_l img{
	width: 25px;
	height: auto;
	border-radius: 50%;
}

.shopmenu_fix .cate{
	margin-top: 10px !important;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#explore{
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: calc(100vw / 3 - 6px);
	}
	.shou_box:nth-of-type(1),
	.shou_box:nth-of-type(8),
	.shou_box:nth-of-type(11),
	.shou_box:nth-of-type(18),
	.shou_box:nth-of-type(21),
	.shou_box:nth-of-type(28),
	.shou_box:nth-of-type(31),
	.shou_box:nth-of-type(38){
		grid-row: span 2;
		aspect-ratio: 1 / 2;
	}
	.shou_box:nth-of-type(41),
	.shou_box:nth-of-type(42){
		display: none;
	}
}

