@charset "utf-8";
/*------------------------------
	seasonstylelab feature27.css
-----------------------------------------------*/
main {
	font-weight: 500;
	color: #231815;
}
/* topBlock */
main .topBlock {
	padding: 0;
}
main .topBlock .mainV img {
	width: 100%;
}
main .topBlock .date {
	margin-top: 2rem;
	font-size: 1.4rem;
	color: #646464;
}
main .topBlock h2 {
	width: 100%;
	margin: 6.6rem 0 3rem;
	font-size: 2.5rem;
	font-weight: 300;
	font-family: "Noto Serif CJK JP", serif;
	font-feature-settings: "palt";
	line-height: 3.7rem;
	letter-spacing: 0.3em;
	text-align: center;
}
main .topBlock h2 span {
	font-size: 3.5rem;
	letter-spacing: 0.2em;
}
main .topBlock h2 + .lead {
	width: 100%;
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	main .topBlock .inner {
		padding: 0;
	}
	main .topBlock .date {
		font-size: 1.8rem;
		margin-right: 5rem;
	}
	main .topBlock h2 {
		margin: 11.2rem 0 6rem;
	}
	main .topBlock h2 + .lead {
		font-size: 1.9rem;
		line-height: 3rem;
		padding-bottom: 0;
	}
}
/* ==========itemArea========== */
.itemArea {
	margin-top: 15rem;
}
.itemArea .inner {
	max-width: 100rem;
	padding: 0;
}
.itemArea .item + .item {
	margin-top: 20rem;
}
.itemArea .item .txtBox {
	margin-top: 10rem;
}
.itemArea .item h3 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.1rem;
}
.itemArea .item .itemTxt {
	margin-top: 3rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.itemArea .item .detail {
	margin-top: 4rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
}
.itemArea .item .detail > p + p {
	margin-top: 0.5rem;
}
.itemArea .item .detail .btnFs {
	display: inline-block;
	width: 9.3rem;
}
@media (max-width: 768px) {
	.itemArea {
		margin-top: 10rem;
	}
	.itemArea .inner {
		max-width: 100%;
	}
	.itemArea .item h3 {
		font-size: 2rem;
		line-height: 3.1rem;
	}
	.itemArea .item .itemTxt {
		margin-top: 3rem;
		font-size: 1.8rem;
		line-height: 3.1rem;
	}
	.itemArea .item .detail {
		margin-top: 4rem;
		font-size: 1.8rem;
		line-height: 2.7rem;
	}
	.itemArea .item .detail > p + p {
		margin-top: 0.5rem;
	}
	.itemArea .item .itemBox .txtBox .detail .btnFs {
		width: 11.6rem;
	}
}

/*=====item01=====*/
.itemArea .item01 {
	padding: 0 5rem;
}
.itemArea .item01 .pic01 {
	width: 56rem;
}
.itemArea .item01 .itemPicBox {
	margin-top: 15rem;
	display: flex;
}
.itemArea .item01 .pic02 {
	width: 30.1rem;
}
.itemArea .item01 .txtBox {
	width: 35rem;
	margin-left: auto;
}
@media (max-width: 768px) {
	.itemArea .item01 .pic01 {
		margin: 0 auto;
	}
	.itemArea .item01 .itemPicBox {
		margin-top: 19rem;
	}
	.itemArea .item01 .txtBox {
		width: 50rem;
		margin-left: 13rem;
	}
}

/*=====item02=====*/
.itemArea .item02 .pic01 {
	width: 40.6rem;
	margin-left: 22rem;
}
.itemArea .item02 .pic02 {
	margin: 15rem auto 0;
	width: 56rem;
}
.itemArea .item02 .txtBox {
	width: 56rem;
	margin: 10rem auto 0;
}
@media (max-width: 768px) {
	.itemArea .item02 .pic01 {
		margin-left: 9rem;
	}
}

/*=====item03=====*/
.itemArea .item03 .itemBox {
	margin-top: 15rem;
	padding-right: 5rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 14rem;
}
.itemArea .item03 .itemBox .picBox {
	width: 30.1rem;
}
.itemArea .item03 .itemBox .box {
	width: 40.6rem;
}
@media (max-width: 768px) {
	.itemArea .item03 .itemBox {
		padding: 0 5rem;
		display: block;
	}
	.itemArea .item03 .itemBox .box {
		width: 100%;
	}
	.itemArea .item03 .itemBox .pic04 {
		width: 40.6rem;
		margin-left: auto;
	}
	.itemArea .item03 .itemBox .picBox {
		margin-top: 8.5rem;
		display: flex;
		width: 100%;
	}
	.itemArea .item03 .itemBox .picBox.pc {
		display: none;
	}
	.itemArea .item03 .itemBox .picBox > .itemPic {
		width: 26.7rem;
	}
}

#others {
	padding-top: 15rem;
}
@media (max-width: 768px) {
	#others {
		padding-top: 15rem;
	}
}