@charset "utf-8";

/*==============================
	seasonstylelab recommend.css
================================*/
.recommend h2 {
	margin-top: 6rem;
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 5rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.recommend .lead {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	.recommend h2 {
		margin-top: 5rem;
		font-size: 5rem;
		line-height: 7.5rem;
		letter-spacing: 0.1em;
	}
	.recommend .lead {
		margin-top: 4rem;
		font-size: 3rem;
		line-height: 6rem;
		text-align: left;
		padding: 0 5rem;
	}
}

/* itemArea */
.recommend .itemArea {
	margin: 15rem auto 0;
	max-width: 100rem;
}
.recommend h3 {
	font-size: 2.8rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 4.8rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.recommend .mainPic {
	width: 55rem;
	margin: 4rem auto 0;
}
@media (max-width: 768px) {
	.recommend .itemArea {
		margin: 15rem auto 0;
		max-width: 100%;
	}
	.recommend h3 {
		font-size: 4.7rem;
		line-height: 6.7rem;
		letter-spacing: 0.1em;
	}
	.recommend .mainPic {
		width: 100%;
		margin: 5rem auto 0;
		padding: 0 4.5rem;
	}
}

/* videoArea */
.recommend .videoArea {
	margin-top: 15rem;
}
.recommend .videoArea .video {
	width: 36rem;
	margin: 0 auto;
}
.recommend .videoArea .video video {
	width: 100%;
}
@media (max-width: 768px) {
	.recommend .videoArea {
		margin-top: 10rem;
	}
	.recommend .videoArea .video {
		width: 100%;
		padding: 0 4.5rem;
	}
}

/* commentBox */
.recommend .commentBox {
	margin: 9.5rem auto 0;
	width: 68rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 5rem;
}
.recommend .commentBox .icnArea {
	width: 10rem;
}
.recommend .commentBox .icnArea .name {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.recommend .commentBox .icnArea .ttl {
	margin-top: 0.5rem;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}
.recommend .commentBox .comment {
	width: 53.1rem;
	font-size: 1.8rem;
	line-height: 3rem;
	background: #EDF0F3;
	border-radius: 1rem;
	padding: 2rem 2.5rem;
	position: relative;
}
.recommend .commentBox .comment::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #EDF0F3 transparent transparent;
	border-width: 1.4rem 2.4rem 1.4rem 0;
	position: absolute;
	top: 3.5rem;
	left: -2.3rem;
}
@media (max-width: 768px) {
	.recommend .commentBox {
		margin: 13rem auto 0;
		width: 100%;
		padding: 0 4.5rem;
		gap: 0 6rem;
	}
	.recommend .commentBox .icnArea {
		width: 18.1rem;
	}
	.recommend .commentBox .icnArea .name {
		margin-top: 1.5rem;
		font-size: 3.8rem;
	}
	.recommend .commentBox .icnArea .ttl {
		font-size: 3.8rem;
	}
	.recommend .commentBox .comment {
		width: 41rem;
		font-size: 2.8rem;
		line-height: 5rem;
		border-radius: 1.5rem;
		padding: 2rem 2.5rem;
	}
	.recommend .commentBox .comment::before {
		border-width: 2.25rem 3.4rem 2.25rem 0;
		top: 7rem;
		left: -3.3rem;
	}
}

/* detailBox */
.recommend .detailBox {
	margin: 10rem auto 0;
	width: 68rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3rem;
}
.recommend .detailBox .detail {
	width: 31rem;
	display: flex;
	justify-content: space-between;
}
.recommend .detailBox .detail .pic {
	width: 10rem;
}
.recommend .detailBox .detail .txt {
	width: 19rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.recommend .detailBox .detail .txt span {
	font-size: 1.2rem;
}
.recommend .detailBox .detail .btnfs {
	display: block;
	width: 11.7rem;
}
.recommend .detailTxt {
	margin: 5rem auto 0;
	width: 68rem;
	font-size: 1.4rem;
	line-height: 2.1rem;
}
.recommend .detailTxt span {
	font-size: 1.2rem;
}
.recommend .detailTxt .btnfs {
	display: inline-block;
	width: 10.7rem;
}
@media (max-width: 768px) {
	.recommend .detailBox {
		margin: 14rem auto 0;
		width: 100%;
		padding: 0 4.5rem;
		flex-direction: column;
		gap:  5rem 0;
	}
	.recommend .detailBox .detail {
		width: 100%;
	}
	.recommend .detailBox .detail .pic {
		width: 15rem;
	}
	.recommend .detailBox .detail .txt {
		width: 45rem;
		font-size: 2.4rem;
		line-height: 3.9rem;
	}
	.recommend .detailBox .detail .txt span {
		font-size: 2.2rem;
	}
	.recommend .detailBox .detail .btnfs {
		width: 14.7rem;
	}
	.recommend .detailTxt {
		margin: 10rem auto 0;
		padding: 0 4.5rem;
		width: 100%;
		font-size: 2.6rem;
		line-height: 3.9rem;
	}
	.recommend .detailTxt span {
		font-size: 2.6rem;
	}
	.recommend .detailTxt .btnfs {
		width: 14.7rem;
	}
}

/* styling */
.recommend .styling {
	margin-top: 20rem;
}
.recommend .styling h4 {
	width: 26rem;
	margin: 0 auto;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.recommend .styling h4 .border {
	display: block;
	border: solid 1px #231815;
}
.recommend .styling h4 .left {
	display: inline-block;
	width: 50%;
	padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.recommend .styling h4 .right {
	display: inline-block;
	width: 50%;
	color: #fff;
	background: #231815;
	padding: 0.5rem 0.5rem 1rem 0.3rem;
}
.recommend .styling h4 + h3 {
	margin-top: 4.5rem;
}
.recommend .styling .stylingTxt {
	width: 70rem;
	margin: 3.5rem auto 0;
	font-size: 1.8rem;
	line-height: 3.6rem;
}
@media (max-width: 768px) {
	.recommend .styling {
		margin-top: 25rem;
	}
	.recommend .styling h4 {
		width: 34rem;
		font-size: 3.8rem;
	}
	.recommend .styling h4 + h3 {
		margin-top: 3rem;
	}
	.recommend .styling .stylingPic {
		width: 100%;
		text-align: center;
		margin: 4.5rem auto 0;
	}
	.recommend .styling .stylingTxt {
		width: 100%;
		margin: 5.5rem auto 0;
		padding: 0 4.5rem;
		font-size: 3rem;
		line-height: 6rem;
		text-align: justify;
	}
}

/* recommendation */
.recommendation {
	margin-top: 15rem;
}
.recommendation h5 {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
}
.recommendation .recommendationList {
	margin-top: 4.5rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.recommendation .recommendationBox {
	width: 20.4rem;
}
.recommendation .recommendationBox a {
	display: block;
}
.recommendation .recommendationBox .ttl {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 2.2rem;
}
.recommendation .recommendationBox .day {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #888888;
}
@media (max-width: 768px) {
	.recommendation {
		margin-top: 19rem;
	}
	.recommendation h5 {
		font-size: 4.3rem;
	}
	.recommendation .recommendationList {
		margin-top: 4rem;
		justify-content: flex-start;
		gap: 0;
	}
	.recommendation .recommendationBox {
		width: 100%;
		/* margin: 0 1rem; */
	}
	.recommendation .recommendationBox .ttl {
		margin-top: 1rem;
		font-size: 3rem;
		line-height: 4.9rem;
		padding: 0 1.5rem;
	}
	.recommendation .recommendationBox .day {
		margin-top: 0.5rem;
		font-size: 2.1rem;
		padding: 0 1.5rem;
	}

	/* swiper */
	.recommendation .recommendationArea .swiper-pagination {
		margin-top: 4rem;
		position: static;
		width: auto;
	}
	.recommendation .recommendationArea .swiper-pagination-bullet {
		margin: 0 1rem;
		width: 1.5rem;
		height: 1.5rem;
		overflow: hidden;
		cursor: pointer;
		background-color: transparent;
		border: 1px solid #464646;
		opacity: 1;
		border-radius: 50%;
		transition: all 0.42s;
		position: relative;
	}
	.recommendation .recommendationArea .swiper-pagination-bullet-active {
		background-color: #464646;
	}
}

/* note */
.recommendNote {
	padding: 9rem 0 3rem;
}
.recommendNote .inner{
	padding: 0 4.5rem;
}
@media (max-width: 768px) {
	.recommendNote {
		padding: 14rem 0 4.5rem;
	}
	.recommendNote .inner{
		padding: 0 4.5rem;
	}
}