@charset "UTF-8";
/* ---------------------------------------
  技術・成分へのこだわり
-----------------------------------------*/
.main {
	overflow-x: clip;
}

@media screen and (min-width: 768px) {
	.breadcrumb {
		position: absolute;
		left: 0;
		top: 7rem;
		z-index: 10;
	}
	.breadcrumb * {
		color: #ffffff;
	}
}

/* sec_mv
--------------------------------*/
#sec_mv {
	z-index: 1;
}
#sec_mv .page_ttl {
	width: 100%;
	padding: 0 calc((100% - 110rem) / 2);
}
@media screen and (min-width: 768px) {
	#sec_mv .page_ttl {
		aspect-ratio: 1440/450;
		display: flex;
		align-items: center;
		position: absolute;
		z-index: 10;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .page_ttl {
		padding: 10rem 4rem;
	}
}
#sec_mv .page_ttl .ttl {
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_mv .page_ttl .ttl {
		text-align: center;
	}
}
#sec_mv .page_ttl .ttl span {
	display: block;
}
#sec_mv .page_ttl .ttl .en {
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	#sec_mv .page_ttl .ttl .en {
		color: #79C300;
		font-size: 2.4rem;
	}
}
#sec_mv .page_ttl .ttl .en + .ja {
	margin-top: 0.5rem;
}
#sec_mv .page_ttl .ttl .ja {
	color: #ffffff;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	#sec_mv .page_ttl .ttl .ja {
		color: #6B6460;
		font-size: 4.8rem;
		letter-spacing: 0.08em;
	}
}
#sec_mv .mv_slider {
	aspect-ratio: 1440/450;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#sec_mv .mv_slider {
		aspect-ratio: 750/485;
	}
}
#sec_mv .mv_slider .img {
	aspect-ratio: 1440/450;
}
@media screen and (max-width: 767px) {
	#sec_mv .mv_slider .img {
		aspect-ratio: 750/485;
	}
}
@media screen and (min-width: 768px) {
	#sec_mv .mv_slider .img::before {
		content: "";
		width: calc(50% + 24rem);
		height: 100%;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 23.52%, rgba(0, 0, 0, 0) 100%);
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.4;
	}
}
#sec_mv .mv_slider .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_mv .mv_thumbnail {
	margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .mv_thumbnail {
		margin-top: 3.2rem;
	}
}
#sec_mv .mv_thumbnail .img {
	width: 28.5rem;
	aspect-ratio: 285/132;
	border-radius: 1.5rem;
	margin: 0 1rem;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_mv .mv_thumbnail .img {
		width: 20.8rem;
		aspect-ratio: 208/150;
		margin: 0 1.2rem;
	}
}
#sec_mv .mv_thumbnail .img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	transition: opacity 0.3s ease;
}
#sec_mv .mv_thumbnail .img.slick-current::before {
	opacity: 0;
}
#sec_mv .mv_thumbnail .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_mv .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1rem;
	position: absolute;
	bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .slick-dots {
		position: static;
		gap: 1.2rem;
		margin-top: 4.5rem;
	}
}
#sec_mv .slick-dots li {
	width: 0.8rem;
	aspect-ratio: 1/1;
	font-size: 0;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	#sec_mv .slick-dots li {
		width: 1.2rem;
	}
}
#sec_mv .slick-dots li button {
	font-size: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
	#sec_mv .slick-dots li button {
		background-color: rgba(97, 96, 95, 0.4);
	}
}
#sec_mv .slick-dots li.slick-active button {
	background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
	#sec_mv .slick-dots li.slick-active button {
		background-color: rgb(97, 96, 95);
	}
}

/* sec_commitment
--------------------------------*/
#sec_commitment {
	padding: 2rem 0 10rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment {
		padding: 10rem 0 15rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_commitment .contents_wrap {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}
@media screen and (min-width: 768px) {
	#sec_commitment .side {
		width: 32rem;
		padding: 8rem 0;
		position: sticky;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	#sec_commitment .side {
		margin-top: 1rem;
	}
}
#sec_commitment .side .ttl {
	color: #79C300;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #79C300;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .ttl {
		font-size: 3.4rem;
		border-bottom: 0.2rem solid #79C300;
	}
}
#sec_commitment .side .list {
	counter-reset: list_item;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .list {
		margin-top: 4rem;
	}
}
#sec_commitment .side .list li {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .list li {
		font-size: 2.8rem;
	}
}
#sec_commitment .side .list li + li {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .list li + li {
		margin-top: 1.5em;
	}
}
#sec_commitment .side .list li a {
	padding-left: 2em;
	position: relative;
}
#sec_commitment .side .list li a:before {
	content: counter(list_item, decimal-leading-zero) ".";
	counter-increment: list_item;
	position: absolute;
	left: 0;
}
#sec_commitment .side .list li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6B6460;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	#sec_commitment .side .list li a:hover {
		opacity: 0.7;
	}
}
#sec_commitment .side .list li a.is-current::after {
	transform: scaleX(1);
}
#sec_commitment .side .btn {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .btn {
		margin-top: 8rem;
	}
}
#sec_commitment .side .btn + .btn {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .btn + .btn {
		margin-top: 3.6rem;
	}
}
#sec_commitment .side .btn a {
	justify-content: flex-start;
	width: 100%;
	min-height: 4.4rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .side .btn a {
		justify-content: center;
		min-height: 10rem;
		font-size: 2.8rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_commitment .contents {
		width: 79.3rem;
	}
}
#sec_commitment .contents .commitment_block {
	padding: 8rem 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block {
		padding: 10rem 0;
	}
}
#sec_commitment .contents .commitment_block:nth-child(even)::before {
	content: "";
	width: calc(100% + (100vw - 120rem) / 2 + 5rem);
	height: 100%;
	background-color: rgba(106, 100, 96, 0.1);
	position: absolute;
	left: -5rem;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block:nth-child(even)::before {
		width: 100vw;
		left: -4rem;
	}
}
#sec_commitment .contents .commitment_block > *:last-child {
	margin-bottom: 0 !important;
}
#sec_commitment .contents .commitment_block .ttl {
	display: inline;
	width: fit-content;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	border-bottom: 0.2rem solid #79C300;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .ttl {
		font-size: 4.2rem;
		line-height: 1.7142857143;
		border-bottom: 0.4rem solid #79C300;
	}
}
#sec_commitment .contents .commitment_block .ttl + .txt {
	margin-top: 1.5em;
}
#sec_commitment .contents .commitment_block .txt {
	text-align: justify;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .txt {
		font-size: 2.8rem;
		line-height: 2;
		margin: 4rem 0;
	}
}
#sec_commitment .contents .commitment_block .txt + .txt {
	margin-top: 2em;
}
#sec_commitment .contents .commitment_block .note {
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .note {
		font-size: 2.2rem;
	}
}
#sec_commitment .contents .commitment_block figure img {
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block figure img {
		border-radius: 2.2rem;
	}
}
#sec_commitment .contents .commitment_block figure figcaption {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.09em;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block figure figcaption {
		font-size: 2.5rem;
	}
}
#sec_commitment .contents .commitment_block .img_col {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	margin: 3rem 0;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img_col {
		flex-direction: column;
		gap: 4rem;
		margin: 6rem 0;
	}
}
#sec_commitment .contents .commitment_block .img_col > * {
	width: 45.6rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img_col > * {
		width: 100%;
	}
}
#sec_commitment .contents .commitment_block .img_col._col3 {
	gap: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img_col._col3 {
		gap: 4rem 0;
	}
}
#sec_commitment .contents .commitment_block .img_col._col3 > * {
	width: 25.5rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img_col._col3 > * {
		width: 100%;
	}
}
#sec_commitment .contents .commitment_block .img {
	margin: 3rem auto;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img {
		margin: 6rem 0;
	}
}
#sec_commitment .contents .commitment_block .img._products {
	width: 80.3rem;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img._products {
		width: 100%;
		margin: 10rem 0;
	}
}
#sec_commitment .contents .commitment_block .img._ingredient {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#sec_commitment .contents .commitment_block .img._ingredient {
		margin-top: 6rem;
	}
}