/*------ sp ------*/
@media screen and (max-width: 768px) {
	.nav_under_box {
		width: 100%;
		padding: 3.4% 0;
	}
	/*---バナー---*/
	.nav_under_box .banner_box {
		display: none;
	}
	.nav_under_box .nav_under_right {
		width: 88%;
		margin: 0 auto;
		padding-right: 0;
		float: none;
	}
	/*---検索 急上昇ワード---*/
	/*-検索-*/
	.nav_under_box .search_box {
		width: 100%;
		margin: 0;
	}
	.nav_under_box .search_box input ,
	.nav_under_box .search_box button {
		height: 35px;
	}
	.nav_under_box .search_box input {
		font-size: 15px;
	}
	/*急上昇ワード*/
	.nav_under_box .word_box {
		margin-top: 3.4%;
	}
	.nav_under_box .word_box dt {
		width: 100px;
		padding-left: 10px;
	}
	.nav_under_box .word_box dd ul {
		padding-bottom: 2px;
	}
	.nav_under_box .word_box dd ul li a {
		padding: 2px 0 1px 0;
	}
	.nav_under_box .word_box dd {
		overflow-y: scroll;
	}
}
/*------------------
	メニュー下
------------------*/
.nav_under_box {
	width: 960px;
	margin: 0 auto;
	padding: 4px 0;
}
/*---バナー---*/
.nav_under_box .banner_box {
	font-size: 0;
	float: left;
}
.nav_under_box .banner_box li {
	display: inline-block;
	vertical-align: middle;
}
.nav_under_box .banner_box li a {
	display: block;
}
.nav_under_box .banner_box li a:hover {
	opacity: 0.8;
}
/*---検索 急上昇ワード---*/
.nav_under_box .nav_under_right {
	width: 320px;
	padding-right: 6px;
	float: right;
}
/*検索*/
.nav_under_box .search_box {
	width: 206px;
	margin: 0 0 0 auto;
}
.nav_under_box .search_box form {
	font-size: 0;
}
.nav_under_box .search_box input {
	width: 88%;
	height: 26px;
	font-size: 14px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #444;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 0;
}
/*---input例文字色---*/
/* Chrome, Safari */
input::-webkit-input-placeholder {
	color: #444;
}
/* Firefox */
input::-moz-placeholder {
	color: #444;
}
/* Firefox 18以前 */
input:-moz-placeholder {
	color: #444;
}
/* IE */
input:-ms-input-placeholder {
	color: #444;
}
/*---placeholder focus時 文字を消す---*/
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
.nav_under_box .search_box button {
	width: 12%;
	height: 26px;
	font-size: 18px;
	color: #fff;
	background-color: #444;
	border: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
/*hover*/
.nav_under_box .search_box button:hover {
	opacity: 0.8;
}
/*急上昇ワード*/
.nav_under_box .word_box {
	width: 100%;
	margin-top: 2px;
	display: table;
	table-layout: fixed;
	overflow: hidden;
}
.nav_under_box .word_box dt ,
.nav_under_box .word_box dd {
	line-height: 1.2em;
	display: table-cell;
	vertical-align: middle;
}
.nav_under_box .word_box dt {
	width: 90px;
	font-size: 10px;
}
.nav_under_box .word_box dt span {
	font-size: 20px;
	color: #000;
	vertical-align: middle;
}
.nav_under_box .word_box dd ul {
	font-size: 0;
	white-space: nowrap;
}
.nav_under_box .word_box dd ul li {
	font-size: 10px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
}
.nav_under_box .word_box dd ul li:last-child {
	margin-right: 0;
}
.nav_under_box .word_box dd ul li a {
	padding: 2px 0;
	border-bottom: 2px solid #d0d0d0;
}

/*-------------------------------------------------
	中身
-------------------------------------------------*/
.contents_box {
	width: 100%;
	margin: 0 auto;
}

h2 {
	font-family: 'Raleway', sans-serif;
	border-bottom: 1px dashed #444444;
	margin: 20px 0 10px 0;
}
h2 span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #fff;
	border-bottom: 1px solid #444444;
	padding: 6px 15px;
	margin-bottom: -1px;
	display: inline-block;
}
section h2.h2_top_margin {
	margin: 0 0 10px 0;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	.contents_box {
		width: 100%;
	}
	h2 {
		margin: 6% 0 2.8% 0;
	}
	h2 span {
		padding: 2% 4%;
	}
}
/*-------------------------------------------------
	HOT CAMPAIGN
-------------------------------------------------*/
/*------------------
	スライダー
------------------*/
.slick-slider {
	z-index: 0;
}
.slider_prev ,
.slider_next {
	width: 50px;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.slider_prev {
	left: 0;
}
.slider_next {
	right: 0;
}
.slider_prev::before ,
.slider_next::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.slider_prev::before {
	border-width: 9px 12px 9px 0;
	border-color: transparent #999999 transparent transparent;
}
.slider_next::before {
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #999999;
}
/*------------------
	下の画像
------------------*/
.campaign_img_box {
	font-size: 0;
	margin-top: 10px;
}
.campaign_img_box > li {
	width: 49.5%;
	margin-right: 1%;
	margin-top: 1%;
	display: inline-block;
	vertical-align: top;
}
.campaign_img_box > li:nth-child(2n) {
	margin-right: 0;
}
.campaign_img_box > li:nth-child(-n+2) {
	margin-top: 0;
}
/*hover*/
.campaign_img_box > li a:hover {
	opacity: 0.8;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	.campaign_sp {
		display: none;
	}
	/*------------------
		スライダー
	------------------*/
	.slider_prev ,
	.slider_next {
		width: 6%;
	}
	.slider_prev::before {
		border-width: 4px 6px 4px 0;
	}
	.slider_next::before {
		border-width: 4px 0 4px 6px;
	}

	/*------------------
		下の画像
	------------------*/
	.campaign_img_box {
		/*margin-top: 1.6%;*/
		margin: 1.6% 1.6%;
	}
}
/*-------------------------------------------------
	CATEGORY
-------------------------------------------------*/
.category_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category_box > li {
	width: 475px;
	border: 1px solid #444;
	padding: 12px 10px;
	margin-top: 10px;
}
.category_box > li:nth-child(-n+2) {
	margin-top: 0;
}
.category_box > li dt a {
	display: block;
}
/*hover*/
.category_box > li dt a:hover {
	opacity: 0.8;
}
.category_box > li dt img {
	vertical-align: bottom;
}
.category_box > li dd .category_title {
	width: 100%;
	text-align: center;
	border: 2px solid #444;
	margin-top: 4px;
}
.category_box > li dd .category_title a {
	padding: 14px 0;
	display: block;
}
/*hover*/
.category_box > li dd .category_title a:hover {
	color: #fff;
	background-color: #444;
}
.category_box > li dd .category_title p {
	font-weight: bold;
}
.category_box > li dd .category_title p::before {
	content: "▶";
	padding-right: 14px;
}
.category_box > li dd .category_list {
	margin-top: 14px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
}
.category_box > li dd .category_list > li {
	width: 50%;
}
.category_box > li dd .category_list > li li {
	padding: 6px 6px;
}
/*幅狭い*/
.category_box > li dd .category_list > li.category_list_small {
	width: 42%;
}
.category_box > li dd .category_list li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
/*hover*/
.category_box > li dd .category_list li a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.category_box > li dd .category_list br {
	display: none;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	.category_box {
		display: block;
		margin-bottom: 10%;
	}
	.category_box > li {
		width: 100%;
		padding: 2.8% 2%;
		margin-top: 0;
		margin-bottom: 4%;
	}
	.category_box > li:last-child {
		margin-bottom: 0;
	}
	.category_box > li dt img {
		width: 100%;
	}
	.category_box > li dd .category_title a {
		padding: 12px 0;
	}
	.category_box > li dd .category_list {
		margin-top: 2%;
	}
	.category_box > li dd .category_list > li li {
		padding: 4px 4px;
	}
	/*幅狭い*/
	.category_box > li dd .category_list > li.category_list_small {
		width: 32%;
	}
	.category_box > li dd .category_list li a {
		font-size: 10px;
	}
	.category_box > li dd .category_list br {
		display: block;
	}
}
/*-------------------------------------------------
	TREND ITEM
-------------------------------------------------*/
.trend_box {
	margin: 0 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trend_box > li {
	width: 182px;
	margin-right: 10px;
	margin-top: 14px;
}
.trend_box > li:nth-child(5n) {
	margin-right: 0;
}
.trend_box > li:nth-child(-n+5) {
	margin-top: 0;
}
.trend_box > li a {
	display: block;
}
/*hover*/
.trend_box > li a:hover {
	opacity: 0.8;
}
.trend_box > li a div {
	height: 182px;
}
.trend_box > li dl {
	padding: 6px 8px;
}
.trend_box > li dt {
	font-size: 12px;
	line-height: 1.4em;
}
.trend_box > li dd {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 6px;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	.trend_box {
		margin: 0 5px;
		display: block;
	}
	.trend_box > li {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 2%;
	}
	.trend_box > li:last-child {
		margin-bottom: 0;
	}
	.trend_box > li a {
		width: 100%;
		display: table;
	}
	.trend_box > li div ,
	.trend_box > li dl {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	.trend_box > li div img {
		width: 100%;
	}
	.trend_box > li dt {
		line-height: 1.6em;
	}
}
/*------ sp横 ------*/
@media screen and (max-width: 768px) and (min-width: 568px) {
	.trend_box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.trend_box > li {
		width: 49%;
		margin-right: 2%;
	}
	.trend_box > li:nth-child(2n) {
		margin-right: 0;
	}
}
