@charset "UTF-8";

/*bg
----------------------------------------*/
.product_main_bg {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.product_main_bg::before {
	content: "";
	position: absolute;
	background: url("../../img/product/contents_bg_01.jpg") center / cover no-repeat;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.product_main_inner {
	margin-top: -100vh;
}
/*
@media only screen and (max-width: 768px) {
	.product_main_bg {
		height: 80rem;
	}
}*/

/*mv
----------------------------------------*/
.mv {
	z-index: 0;
	padding-top: 11.8rem;
}
.mv_img {
	width: 100%;
	max-width: 51.9rem;
	margin: 0 auto 4.6rem;
}
.mv_img::before {
	content: "";
	position: absolute;
	background: url("../../img/product/main_img_02.jpg") no-repeat;
	background-size: 100% 100%;
	width: 70.8rem;
	height: 33rem;
	top: 24rem;
	left: -22.3rem;
}
.mv > h2 {
	max-width: 51.9rem;
	margin: 0 auto 1.6rem;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	white-space: nowrap;
}
.mv > p {
	max-width: 51.9rem;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.42;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.mv_txt {
	position: absolute;
	display: flex;
	top: 38.2rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 65rem;
}
.mv_txt img {
	width: 65rem;
}


@media only screen and (max-width: 768px) {
	.mv {
		padding-top: 14rem;
	}
	.mv_img {
		max-width: 29rem;
		margin: 0 auto 3rem;
	}
	.mv_img::before {
		width: 38rem;
		height: 17.7rem;
		top: 20rem;
		left: -9.5rem;
	}
	.mv > h2 {
		max-width: 29rem;
		margin: 0 auto .8rem;
		font-size: 2rem;
	}
	.mv > p {
		max-width: 29rem;
		white-space: inherit;
		font-size: 1.3rem;
		line-height: 1.92;
	}
	.mv_txt {
		top: 37.5rem;
		max-width: 100%;
	}
	.mv_txt img {
		width: 100%;
	}
}

/*chef
----------------------------------------*/
.chef {
	padding-top: 8.8rem;
	padding-bottom: 8.5rem;
}
.chef_inner {
	max-width: 122rem;
	margin: 0 0 0 auto;
	display: flex;
	border-top: 1px solid #6E5631;
}
.chef_inner figure {
	max-width: 30rem;
}
.chef_inner .chef_txt {
	max-width: 70rem;
	padding-top: 9.5rem;
	margin-left: 10rem;
}
.chef_inner .chef_txt h2 {
	color: #666565;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}
.chef_inner .chef_txt h2 .en {
	display: block;
	font-size: 3.8rem;
	letter-spacing: 0.05em;
}
.chef_inner .chef_txt p {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 1.1rem;
	line-height: 2;
}

@media only screen and (max-width: 768px) {
	.chef {
		padding-top: 7.8rem;
		padding-bottom: 9rem;
	}
	.chef_inner {
		padding: 0 3rem;
		display: block;
		border-top: none;
	}
	.chef_inner figure {
		max-width: 100%;
		margin-bottom: 3rem;
	}
	.chef_inner .chef_txt {
		max-width: 100%;
		padding-top: 0;
		margin-left: 0;
	}
	.chef_inner .chef_txt h2 {
		margin-bottom: 1.2rem;
	}
	.chef_inner .chef_txt h2 .en {
		font-size: 3rem;
	}
	.chef_inner .chef_txt p {
		margin-top: 1.1rem;
	}
}


/*anchor_nav
----------------------------------------*/
.anchor_nav {
	margin-bottom: 11.5rem;
	z-index: 1;
}
.anchor_nav_list {
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
	column-gap: 3.2rem;
}
.anchor_nav_list li {
	flex: 1;
}
.anchor_nav_list li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #848484;
	line-height: 2.7;
	padding-bottom: .8rem;
}
.anchor_nav_list li a::before {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #fff;
}
.anchor_nav_list li a::after {
	content: "";
	position: absolute;
	width: .437rem;
	height: .437rem;
	right: .8rem;
	top: -.2rem;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
	.anchor_nav {
		margin-bottom: 9rem;
	}
	.anchor_nav_list {
		padding: 0 3rem;
		flex-wrap: wrap;
		row-gap: 1.4rem;
	}
	.anchor_nav_list li {
		flex: auto;
		width: 100%;
	}
}


/*product_contents
----------------------------------------*/
.product_contents_inner {
	max-width: 122rem;
	margin: 0 0 0 auto;
}

.product_contents_item {
	display: flex;
	justify-content: space-between;
	column-gap: 10rem;
	padding-bottom: 17rem;
}
.product_contents_item .product_ttl {
	max-width: 30rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product_contents_item .product_ttl h2 {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 2.6rem;
}
.product_contents_item .product_ttl h2 img {
	display: block;
	margin-bottom: 1.2rem;
}
.product_contents_item .product_ttl p {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.2rem;
	line-height: 2;
}


.product_list {
	width: calc(100% - 30rem);
}
.product_list_item {
	column-gap: 5.5rem;
	border-bottom: 1px solid #ECECEC;
}
.product_list_item:not(:last-of-type) {
	margin-bottom: 5.5rem;
}
.product_list_item figure {
	max-width: 68.8rem;
}
.product_contents_item .btn_online {
	margin: 5rem 0 0;
}
.product_contents_item .btn_online a {
	color: #666565;
	border-color: #666565;
}
.product_contents_item .btn_online a::before {
	filter: invert(55%);
}
@media only screen and (max-width: 768px) {
	.product_contents_inner {
		max-width: 100%;
		margin: 0 auto;
	}

	.product_contents_item {
		flex-wrap: wrap;
		padding: 0 3rem 8rem;
		border-bottom: 1px solid #ECECEC;
	}
	.product_contents_item .product_ttl {
		max-width: 100%;
		position: relative;
		height: auto;
		padding-top: 0;
		margin-top: 0;
		order: 2;
	}
	.product_contents_item .product_ttl h2 {
		margin-bottom: 2rem;
	}
	.product_contents_item .product_ttl h2 img {
		margin-bottom: 1.2rem;
		width: auto;
	}
	.product_contents_item .product_ttl p {
		margin-bottom: .9rem;
	}
	
	.product_list {
		display: contents;
		width: 100%;
	}
	.product_list_item {
		display: contents;
		border-bottom: none;
	}
	.product_list_item:not(:last-of-type) {
		margin-bottom: 4.8rem;
	}
	.product_list_item figure {
		max-width: 100%;
		order: 1;
		margin-bottom: 3.9rem;
	}
	.product_contents_item .btn_online {
		order: 3;
		margin: 3rem 0 0;
	}

}

