@charset "UTF-8";

/*mv
----------------------------------------*/
.mv {
	z-index: 0;
}
.mv_img {
	width: 100%;
	max-width: 51.6rem;
	margin: 0 auto;
}

.mv_txt {
	position: absolute;
	display: flex;
	bottom: 14rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 95.5rem;
}
.mv_txt img {
	width: 95.5rem;
}

@media only screen and (max-width: 768px) {
	.mv {
		margin-top: 14rem;
	}
	.mv_img {
		max-width: 29rem;
	}
	.mv_txt img {
		width: 100%;
	}


	.mv_txt {
		bottom: -6.9rem;
		max-width: 100%;
	}
	.mv_txt > * {
		width: 100%;
	}
}

/*read
----------------------------------------*/
.read {
	padding-top: 10rem;
	padding-bottom: 10.6rem;
	display: flex;
	column-gap: 17.2rem;
}

.read_img {
	max-width: 44.2rem;
}

.read_ttl {
	margin-bottom: 3.4rem;
}
.read_ttl h2 {
	margin-bottom: 9.3rem;
	margin-left: -13.3rem;
}
.read_ttl h3 {
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.86;
}
.read_ttl h3 span {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: inherit;
	display: block;
	margin-bottom: 1.5rem;
}
.read_ttl h3 span.en {
	font-size: 1.3rem;
	font-weight: 100;
	margin-top: .6rem;
	margin-bottom: 0;
	color: #A99D5D;
}

.read_txt p {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 2.2rem;
	line-height: 2.14;
}

@media only screen and (max-width: 768px) {
	.read {
		padding-top: 14rem;
		padding-bottom: 0;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		column-gap: 6.8rem;
	}
	
	.read_inner {
		padding: 0 3rem 5rem;
	}

	.read_img {
		width: 100%;
		max-width: inherit;
	}

	.read_ttl {
		margin-bottom: 2.5rem;
	}
	.read_ttl h3 {
		font-size: 2.5rem;
		line-height: 1.68;
	}
	.read_ttl h3 span {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	.read_ttl h3 span.en {
		font-size: 1.3rem;
	}

	.read_txt p {
		margin-bottom: 1.8rem;
	}
}



/*selection
----------------------------------------*/
.selection {
	/*min-height: 147rem;*/
	color: #fff;
}
.selection_bg {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.selection_bg::before {
	content: "";
	position: absolute;
	background: url(../../img/vanilla-beans/selection_bg_01.jpg) center / cover no-repeat;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.selection_ttl {
	position: absolute;
	top: -.3rem;
	left: 0;
}
.selection_ttl img {
	width: auto;
	height: 7.7rem;
}
.selection_bg img {
	height: 100dvh;
	width: 100%;
	object-fit: cover;
}
.selection_inner {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 102rem;
	padding-top: 16.8rem;
	padding-bottom: 21rem;
	margin-top: -100vh;
}
.selection_inner > p {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 7.7rem;
	line-height: 2.14;
}

.selection_list ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
	border-bottom: 1px solid #ECECEC;
}
.selection_list ul li:last-child {
	margin-bottom: 0;
}
.selection_list ul li figure {
	max-width: 28rem;
}
.selection_list ul li .selection_txt {
	width: 100%;
	max-width: 65.8rem;
}
.selection_list ul li .selection_txt h3 {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #A99D5D;
	margin-bottom: 1.3rem;
}
.selection_list ul li .selection_txt h3 span {
	font-size: 3.8rem;
	display: block;
}
.selection_list ul li .selection_txt p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
.selection_list ul li .selection_txt p.sttl {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: underline;
	letter-spacing: 0.1em;
	color: #A99D5D;
	margin-bottom: 1.4rem;
}


@media only screen and (max-width: 768px) {
	.selection {
		/*min-height: 230.6rem;*/
	}
	/*.selection_bg img {
		object-position: 35%;
	}*/
	.selection_bg::before {
		background-position: 33%;
	}
	.selection_ttl {
		top: -.2rem;
	}
	.selection_ttl img {
		height: 5rem;
	}
	.selection_inner {
		max-width: 100%;
		padding: 0 3rem;
		padding-top: 11.2rem;
		padding-bottom: 8.8rem;
	}
	.selection_inner > p {
		margin-bottom: 5rem;
	}

	.selection_list ul li {
		display: block;
		margin-bottom: 4.2rem;
		border-bottom: none;
	}
	.selection_list ul li figure {
		max-width: 100%;
		margin: 0 auto 1.5rem;
	}
	.selection_list ul li .selection_txt {
		max-width: 100%;
	}
	.selection_list ul li .selection_txt h3 {
		margin-bottom: 1.1rem;
	}
	.selection_list ul li .selection_txt h3 span {
		font-size: 3rem;
	}
	.selection_list ul li .selection_txt p {
		margin-bottom: .8rem;
	}
	.selection_list ul li .selection_txt p.sttl {
		margin-bottom: 1.5rem;
	}
	.selection_list ul li .selection_txt .btn_more a {
		max-width: 15.7rem;
		text-align: left;
		font-size: 1.7rem;
		padding: 0;
		border: none;
		padding-bottom: .5rem;
		border-bottom: .1rem solid #A99D5D;
	}
	.selection_list ul li .selection_txt .btn_more a::before {
		display: none;
	}
	.selection_list ul li .selection_txt .btn_more a::after {
		right: 0;
  		bottom: -.4rem;
		top: inherit;
		margin: 0;
	}
}



/*sub_contents
----------------------------------------*/
.sub_contents {
	color: #fff;
}
.sub_contents_video {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 84rem;
	overflow: hidden;
}
.sub_contents_video img,
.sub_contents_video video {
	height: 105dvh;
	width: 100%;
	object-fit: cover;
}

.sub_contents_inner {
	padding-top: 14.4rem;
	padding-bottom: 14.4rem;
	padding-left: 13.3rem;
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	column-gap: 9.8rem;
}

.sub_contents_inner h2 {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 2.3rem;
	margin-bottom: .6rem;
}
.sub_contents_inner h2 span {
	display: block;
	font-size: 3rem;
	letter-spacing: 0.005em;
	margin-top: .8rem;
}

.sub_contents_item01 {
	max-width: 35.2rem;
}
.sub_contents_product_item {
	max-width: 78rem;
	margin: 0 0 0 auto;
}
.sub_contents_product_slide {
	overflow: hidden;
	margin-right: -10.86rem;
	max-height: 42.5rem;
}
.sub_contents_product_slide figure {
	width: 100%;
	float: left;
	margin-right: .5rem;
}


@media only screen and (max-width: 768px) {
	.sub_contents {
		min-height: 124.4rem;
	}

	.sub_contents_inner {
		padding-top: 8rem;
		padding-bottom: 7.7rem;
		padding-inline: 5rem;
		display: block;
	}
	.sub_contents_inner h2 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.sub_contents_inner h2 span {
		margin-top: .6rem;
	}
	.sub_contents_item01 {
		width: 100%;
		margin: 0 auto 5rem;
	}
	.sub_contents_product_item {
		max-width: 100%;
		margin-right: 0;
	}
	.sub_contents_product_slide {
		margin-right: -9rem;
		max-height: 27.3rem;
	}

}
