@charset "utf-8";

.recommend {
	font-size: 24px;
	font-family: 'Montserrat', Helvetica, Arial, 'Noto Sans', 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
}
@media only screen and (max-width: 950px) {
	.recommend {
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px) {
	.recommend {
		font-size: 14px;
	}
}

.recommend_title {
	position: relative;
	text-align: center;
	margin: 150px auto 0;
}
.recommend_title h2 {
	line-height: 0.9;
}
@media only screen and (max-width: 950px) {
	.recommend_title h2,h3 {
		text-align: center;
		font-size: 1.8rem;
	}
	/* .recommend_title h3 {
		font-size: 30px;
	} */
	.recommend_title::before, .recommend_title::after {
		width: 88%;
	}
}
@media only screen and (max-width: 750px) {
	.recommend_title {
		margin: 40px auto 0;
	}
	.recommend_title h3 {
		font-size: 20px;
	}
}

.recommend_item {
	margin: 50px auto;
}
@media only screen and (min-width: 1281px) {
	.recommend_item {
		width: 900px;
	}
}
@media only screen and (max-width: 750px) {
	.recommend_item {
		margin: 0;
		width: 100vw;
		overflow: hidden;
	}
}
.recommend_item .item_area {
	margin: 40px auto;
}
.recommend_item .item_area .slider li {
	padding: 7px;
}
.recommend_item .item_area .slick-prev,
.recommend_item .item_area .slick-next {
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recommend_item .item_area .slick-prev {
	transform: rotate(225deg);
}
.recommend_item .item_area .slick-next {
	transform: rotate(45deg);
}
.recommend_item .item_area .noactive {
	opacity: 0;
	pointer-events: none;
}
.recommend_item .item_area .slick-prev:before,
.recommend_item .item_area .slick-next:before {
	content: none;
}
@media only screen and (max-width: 950px) {
	.recommend_item .item_area .slick-prev {
		left: -15px;
	}
	.recommend_item .item_area .slick-next {
		right: -15px;
	}
}
@media only screen and (max-width: 750px) {
	.recommend_item .item_area .slick-prev {
		width: 8%;
		height: 10vw;
		z-index: 10;
		transform: unset;
		background: unset;
		border: unset;
		margin: 0;
		top: 33vw;
		left: 10px;
	}
	.recommend_item .item_area .slick-next {
		width: 8%;
		height: 10vw;
		z-index: 10;
		transform: unset;
		background: unset;
		border: unset;
		margin: 0;
		top: 33vw;
		right: 10px;
	}
}
.recommend_item .item_area .item_text {
	width: 78%;
	text-align: center;
	margin: 12px auto 50px;
	font-size: 1.2rem;
}
.recommend_item .item_area .item_text.item_text_flex {
	width: 90%;
}
.recommend_item .item_area .item_text.item_text_flex p {
	display: inline-flex;
	width: calc(98% / 2);
    justify-content: center;
	padding: 0 10px;
}
@media only screen and (max-width: 950px) {
	.recommend_item .item_area .item_text {
		width: 88%;
	}
}
@media only screen and (max-width: 750px) {
	.recommend_item .item_area .item_text {
		margin: 0 auto 40px;
	}
}

.recommend_bottom {
	position: relative;
	text-align: center;
	margin: 100px auto;
	padding-top: 100px;
}
.recommend_bottom::before, .recommend_bottom::after {
	content: '';
	position: absolute;
	width: 75%;
	height: 1px;
	background-color: #000;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.recommend_bottom::after {
	top: 4px;
}
.recommend_bottom p {
	padding-bottom: 40px;
	font-size: 17.2px;
}
.recommend_bottom a {
	text-decoration:underline;
}
@media only screen and (min-width: 1281px){
	.recommend_bottom::before, .recommend_bottom::after {
		width: 700px;
	}
}
@media only screen and (max-width: 950px) {
	.recommend_bottom p {
		font-size: 13.76px;
	}
}
@media only screen and (max-width: 750px) {
	.recommend_bottom {
		margin: 50px auto;
		padding: 50px 20px 0;
	}
	.center-single-slide {
		display: flex;
		justify-content: center;
	}
	.left-slide {
		text-align: left;
	}
	.item_area .slider button.slick-next:before {
		content: '';
		background-image: url(../img/top/c_next.png);
		height: 100%;
		display: block;
		background-size: 70%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.item_area .slider button.slick-prev:before {
		content: '';
		background-image: url(../img/top/c_prev.png);
		height: 100%;
		display: block;
		background-size: 70%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.slick-dots li button:before {
		background: #b2b2b2;
	}
	.recommend_item .item_area .slider li.slick-slide {
		padding: 0;
		padding-right: 4px;
		margin-right: 4px;
	}
	.recommend_item .item_area .slick-disabled {
		opacity: 0;
	}
	.slick-dots {
		left: -5px;
		bottom: -35px;
	}
	.recommend_bottom p {
		font-size: 10.32px;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
	.recommend_item .item_area {
		margin: 40px auto 55px;
	}
}
.recommend {
	font-size: 20px;
}
.recommend_title h2 {
	font-size: 24px;
}
.recommend_title h3 {
	font-size: 20px;
}
@media only screen and (max-width: 950px) {
	.recommend {
		font-size: 16px;
	}
	.recommend_title h2 {
		font-size: 24px;
	}
	.recommend_title h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.recommend {
		font-size: 12px;
	}
	.recommend_title h2 {
		font-size: 15px;
	}
	.recommend_title h3 {
		font-size: 13.2px;
	}
	.slick-dots li button:before {
		border: 0px solid #fff;
		width: 5px;
		height: 5px;
	}
}