@charset "UTF-8";

/*bg
----------------------------------------*/
.product_main {
	color: #fff;
}
.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;
}

/*mv
----------------------------------------*/
.mv {
	z-index: 0;
	margin-top: 11.8rem;
}
.mv_img {
	width: 100%;
	max-width: 51.9rem;
	margin: 0 auto 4.3rem;
}
.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: 41.7rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 65rem;
}
.mv_txt img {
	width: 65rem;
}


@media only screen and (max-width: 768px) {
	.mv {
		margin-top: 14rem;
	}
	.mv_img {
		max-width: 29rem;
		margin: 0 auto 3rem;
	}
	.mv > p {
		max-width: 29rem;
		white-space: inherit;
	}
	.mv_txt {
		top: 25rem;
		max-width: 100%;
	}
	.mv_txt img {
		width: 100%;
	}
}

/*chef
----------------------------------------*/
.chef {
	padding-top: 13rem;
	padding-bottom: 8.5rem;
}
.chef_inner {
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ECECEC;
}
.chef_inner figure {
	max-width: 30rem;
}
.chef_inner .chef_txt {
	max-width: 70rem;
	padding-top: 9.5rem;
}
.chef_inner .chef_txt h2 {
	color: #A99D5D;
	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: 5.5rem;
		padding-bottom: 3.5rem;
	}
	.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;
	}
	.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;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 20rem;
	margin-top: -20rem;
}
.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: 3rem;
	line-height: 2;
}
.product_contents_item .product_ttl .btn_online {
	margin: 0 auto;
}
.product_contents_item .product_ttl .btn_online a {
	color: #A99D5D;
	border-color: #A99D5D;
}
.product_contents_item .product_ttl .btn_online a::before {
	filter: inherit;
}

.product_list {
	width: calc(100% - 30rem);
}
.product_list_item {
	display: flex;
	align-items: flex-start;
	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: 23rem;
	aspect-ratio: 1/1;
}
.product_list_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_list_item .product_txt {
	max-width: 41.6rem;
	padding-bottom: 2rem;
}

.product_list_item .product_txt h3 {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #A99D5D;
	margin-bottom: 1.1rem;
}
.product_list_item .product_txt p {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 1.1rem;
}

@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 10rem;
		border-bottom: 1px solid #ECECEC;
	}
	.product_contents_item:not(:last-of-type) {
		margin-bottom: 7.5rem;
	}
	.product_contents_item .product_ttl {
		max-width: 100%;
		position: relative;
		height: auto;
		padding-top: 0;
		margin-top: 0;
		display: contents;
	}
	.product_contents_item .product_ttl h2 {
		order: 1;
		margin-bottom: 2rem;
	}
	.product_contents_item .product_ttl h2 img {
		margin-bottom: 1.2rem;
	}
	.product_contents_item .product_ttl p {
		order: 2;
		margin-bottom: 3.5rem;
	}
	.product_contents_item .product_ttl .btn_online {
		order: 4;
		margin-top: 6rem;
	}
	.product_list {
		order: 3;
		width: 100%;
	}
	.product_list_item {
		display: block;
		border-bottom: none;
	}
	.product_list_item:not(:last-of-type) {
		margin-bottom: 4.8rem;
	}
	.product_list_item figure {
		max-width: 100%;
		margin-bottom: 2.3rem;
	}
	.product_list_item .product_txt {
		max-width: 100%;
		padding-bottom: 0;
	}
	.product_list_item .product_txt p {
		margin-bottom: 1.5rem;
	}
	
	.product_list_item .product_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;
	}
	.product_list_item .product_txt .btn_more a::before {
		display: none;
	}
	.product_list_item .product_txt .btn_more a::after {
		right: 0;
  		bottom: -.4rem;
		top: inherit;
		margin: 0;
	}

}

