@charset "shift_jis";
body{
	overflow: unset !important;
}
#toppage{
	padding: 10px;
}
/* 20221208 M.OIKAWA ADD */
#top-pickup-item{
	overflow: hidden;
    width: calc(100vw - 10px);
    margin: 0 calc(50% - 50vw);
}
#top-pickup-item .top-inner-contents{
	width: calc(100% - 10vw);
    max-width: calc(1384px  - 10vw);
    margin: auto;
}
#top-pickup-item .title{
	margin-left: 10px;
}
/* 20221208 M.OIKAWA ADD */
#top-feature {
	overflow: hidden;
	width: calc(100vw - 10px);
    margin: 0 calc(50% - 50vw);
}
#top-feature .top-inner-contents{
	width: calc(100% - 10vw);
	max-width: calc(1384px - 10vw);
	margin: auto;
}
#top-feature .title{
	margin-left: 10px;
}

/*検索 0ヒット・未入力時ページ*/
.no-hits #toppage {
	padding-top: 20px;
	color:#3c3c3c;
}
.no-hits #toppage .nohits_p{
	/* margin-bottom: 10px; */
	background-color: #ffe8e8;
	border-radius: 5px;
	width: 80%;
    margin: auto;
	text-align: center;
	padding: 10px;
	/* margin-top:50px; */
	margin-bottom:40px;
}
#toppage .osusume_txt{
	font-size:35px;
}
.no-hits #toppage  .nohits_p span{
	font-size:30px;
	font-weight: bold;
}
.no-hits #toppage  .nohits_p .keyword_empty{
	font-size:20px;
}
	/* 20221208 M.OIKAWA ADD */
	/*0件ヒット時おすすめ表示*/
	.no-hits{
		display: none;
	}