@charset "utf-8";
/*------------------------------
	seasonstylelab feature29.css
-----------------------------------------------*/
main {
	font-weight: 500;
	color: #231815;
	position: relative;
}
/* topBlock */
main .topBlock {
	padding: 0;
	background: #efefed;
}
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 5rem;
	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.7rem;
	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 {
	padding-top: 10rem;
	background: #efefed;
	position: relative;
}
.itemArea .inner {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0;
}
.itemArea .item {
	padding-bottom: 20rem;
	position: sticky;
	top: 6.1rem;
	left: 0;
	overflow:visible
}
.itemArea .item + .item {
	padding: 20rem 0;
}
.itemArea .item .itemBox {
	margin-top: 15rem;
	display: flex;
}
.itemArea .item .itemBox.reverse {
	flex-direction: row-reverse;
}
.itemArea .item h3 {
	width: 17rem;
}
.itemArea .item h4 {
	font-size: 1.8rem;
	line-height: 3.1rem;
}
.itemArea .item h4 .icn {
	display: block;
	text-align: center;
}
.itemArea .item h4 .txtR {
	display: block;
	text-align: right;
}
.itemArea .item .itemTxt {
	margin-top: 3rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.8rem;
}
.itemArea .item .detail {
	margin-top: 5rem;
	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 .inner {
		max-width: 100%;
	}
	.itemArea .item .itemBox {
		display: block;
	}
	.itemArea .item .txtBox {
		margin-top: 10rem;
	}
	.itemArea .item h3 {
		font-size: 2rem;
		line-height: 3.1rem;
	}
	.itemArea .item h4 {
		margin-top: 0.5rem;
		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 .detail .btnFs {
		width: 11.6rem;
	}
}

/*=====item01=====*/
.itemArea .item01 {
	top: -75.7rem;
}
.itemArea .item01 .pic01 {
	width: 57rem;
	padding-left: 10rem;
}
.itemArea .item01 .itemBox {
	padding-left: 10rem;
	justify-content: space-between;
}
.itemArea .item01 .pic02 {
	width: 39rem;
}
.itemArea .item01 .txtBox {
	width: 45rem;
}
.itemArea .item01 .txtBox h4 {
	width: 33.3rem;
}
.itemArea .item01 .txtBox .itemTxt {
	width: 33.3rem;
}
@media (max-width: 768px) {
	.itemArea .item01 {
		top: -134.3rem;
	}
	.itemArea .item01 .pic01 {
		padding-left: 4.5rem;
	}
	.itemArea .item01 .itemBox {
		padding-left: 10rem;
	}
	.itemArea .item01 .pic02 {
		margin-left: auto;
	}
	.itemArea .item01 .txtBox {
		width: 47rem;
	}
	.itemArea .item01 .txtBox h4 {
		width: 37rem;
	}
	.itemArea .item01 .txtBox .itemTxt {
		width: 34rem;
	}
}

/*=====item02=====*/
.itemArea .item02 {
	top: -172.7rem;
}
.itemArea .item + .item02 {
	padding: 20rem 5rem;
	background: #dae0e6;
}
.itemArea .item02 .pic01 {
	width: 52rem;
	margin-left: auto;
	margin-right: 5rem;
}
.itemArea .item02 .item02Box {
	width: 77rem;
}
.itemArea .item02 .picBox {
	margin-top: 15rem;
	display: flex;
	gap: 0 3rem;
}
.itemArea .item02 .picBox > .itemPic {
	width: 37rem;
}
.itemArea .item02 .txtBox {
	margin-top: 10rem;
	width: 38rem;
	margin-left: auto;
}
.itemArea .item02 h4 {
	width: 28rem;
}
@media (max-width: 768px) {
	.itemArea .item02 {
		top: -147.1rem;
	}
	.itemArea .item + .item02 {
		padding: 20rem 0;
	}
	.itemArea .item02 .pic01 {
		width: 52rem;
	}
	.itemArea .item02 .item02Box {
		width: 100%;
	}
	.itemArea .item02 .picBox {
		gap: 0;
	}
	.itemArea .item02 .picBox > .itemPic {
		width: 29.2rem;
	}
	.itemArea .item02 .txtBox {
		width: 46rem;
		margin-left: 14rem;
	}
	.itemArea .item02 .txtBox .itemTxt {
		width: 36rem;
	}
	.itemArea .item02 .txtBox .detail {
		width: 46rem;
	}
	.itemArea .item02 h4 {
		width: 31rem;
	}
}

/*=====item03=====*/
.itemArea .item03 {
	top: -119.2rem;
}
.itemArea .item + .item03 {
	background: #f4efec;
	padding: 20rem 5rem;
}
.itemArea .item03 .pic01 {
	width: 52rem;
	margin-left: 4.5rem;
}
.itemArea .item03 .itemBox {
	justify-content: flex-end;
	margin-left: 4.5rem;
	gap: 0 7.5rem;
}
.itemArea .item03 .pic02 {
	width: 37rem;
}
.itemArea .item03 .txtBox {
	width: 39rem;
}
.itemArea .item03 h4 {
	width: 29.5rem;
}
.itemArea .item03 .icn {
	margin-right: 4.5rem;
}
@media (max-width: 768px) {
	.itemArea .item03 {
		top: -175.1rem;
	}
	.itemArea .item + .item03 {
		padding: 20rem 0;
	}
	.itemArea .item03 .pic01 {
		width: 52rem;
		margin-left: 5rem;
	}
	.itemArea .item03 .itemBox {
		margin-left: 0;
	}
	.itemArea .item03 .pic02 {
		margin-left: auto;
	}
	.itemArea .item03 .txtBox {
		width: 56rem;
		margin-left: 5rem;
	}
	.itemArea .item03 h4 {
		width: 33rem;
	}
	.itemArea .item03 .icn {
		margin-right: 4.5rem;
	}
	.itemArea .item03 .itemTxt {
		width: 33rem;
	}
}

#others {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media (max-width: 768px) {
	#others {
		padding-top: 15rem;
	}
}