@charset "UTF-8";
body {
	width: 100vw;
	overflow-x: hidden;
}

/* ヘッダー */
#header-block .header__logo {
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#header-block.scroll-nav .header__logo {
	opacity: 1;
}

body, main {
	 background-color: var(--color_ivory);
}

/*******************************/
/* スライダー */
/*******************************/

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomOut 5s linear 0s 1 normal both;
	-webkit-animation: zoomOut 5s linear 0s 1 normal both;
}

.mv-sec {
	position: relative;
	padding-inline: 0;
}

.mv-sec::before,
.mv-sec::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -0.5px;
	z-index: 2;
}
.mv-sec::before {
	width: min(288px, 19.2vw);
	height: min(147px, 9.8vw);
	left: 0;
	bottom: -0.5px;
	background: url("../img/common/background_yellow-wave_01.svg") left bottom / cover no-repeat;
}
.mv-sec::after {
	width: min(303px,20.2vw);
	height: min(163.5px, 10.9vw);
	right: 0;
	bottom: -0.5px;
	background: url("../img/common/background_yellow-wave_02.svg") right bottom / cover no-repeat;
}

.mv-sec .swiper-wrapper .slide-img {
	height: 100dvh;
	/* fallback */
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.mv-sec .swiper-wrapper .slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv-sec .mv__logo {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 40%;
	max-width: 260px;
}

/*******************************/
/* スライダー end */
/*******************************/


/*******************************/
/* たまごろうとキャッチ */
/*******************************/
/* たまごろうとタイトル --------------- */
.mv-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 4;
}
/* @media screen and (max-width: 768px) and (orientation: landscape) {
	.mv-title-container {
		top: 50%;
		transform: translate(-50%, -20%);
	}
} */

/* mvでは中央配置 */
.mv-sec .tamagorou__circle {
	/* position: absolute; */
	aspect-ratio: 1 / 1;
	opacity: 0;
	width: max(16vw, 200px);
	height: max(16vw, 200px);
	/* transform: translate(-50%, -50%); */
	z-index: 10;
}
/* 
@media screen and (max-width: 768px) and (orientation: landscape) {
	.mv-sec .tamagorou__circle {
		width: max(13vw, 130px);
		height: max(13vw, 130px);
		transform: translate(-50%, 0%);
	}
} */

.mv-sec :is(.tamagorou__text, .tamagorou__character) {
	left: 50%;
	top: 50%;
}
.mv-sec :is(.tamagorou__text) {
	left: 0;
	top: 0;
}

/* h2タイトル--------------- */
.mv-title span {
	--min-size: 18;
    --max-size: 36;
    --min-viewport: 375;
    --max-viewport: 1440;
	display: block;
	opacity: 0;
	font-size: var(--clamp-size);
	font-weight: var(--fw_jp_medium);
	line-height: 1.6;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#main-content:not(.hidden) .mv-title span:nth-child(1) {
	transform: translateY(10px);
	animation: fadeinbottom 0.8s 1.6s ease forwards;
}
#main-content:not(.hidden) .mv-title span:nth-child(2) {
	transform: translateY(10px);
	animation: fadeinbottom 0.8s 1.8s ease forwards;
}

@keyframes fadeinbottom {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* 右下の英語の会社名 */
.mv-company-name {
	position: absolute;
	bottom: 1.8vw;
	right: 1.8vw;
	z-index: 3;
	color: var(--color_accent);
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: right;

}

.company-name-sub {
	--min-size: 10;
    --max-size: 14;
    --min-viewport: 375;
    --max-viewport: 1440;
	font-size: var(--clamp-size);
}
.company-name-main {
	--min-size: 16;
    --max-size: 35;
    --min-viewport: 375;
    --max-viewport: 1440;
	font-size: var(--clamp-size);
}

/*********************************************/
/* 中日本のこだわり section .comitment-wrapper */
/*********************************************/
.comitment-wrapper {
	--min-size: 40;
    --max-size: 160;
    --min-viewport: 375;
    --max-viewport: 1440;
	position: relative;
	background-color: var(--color_primary);
	padding-top: 7.8vw;
	padding-bottom: var(--clamp-size);
}

.tamagorou-bg {
	width: min(393px, 26.2vw);
	height: min(421px, 28vw);
	position: absolute;
	left: 1.6vw;
	bottom: 2.6vw;
	background: url("../img/common/tamagorou-ivory.svg") center /contain no-repeat;
	mix-blend-mode: multiply;
}

.comitment-container {
	position: relative;
	margin-left: 44.1vw;
	margin-right: var(--size1);
}

.comitment-container :is(.cont-ttl, .text) {
	position: relative;
}

.comitment-wrapper .cont-ttl {
	padding-top: 2vw;
	margin-bottom: 0;
}

.comitment-wrapper .cont-ttl .cont-ttl--jp {
    font-size: clamp(22px, 2.6vw, 40px);
    font-family: var(--jp-font);
    font-weight: var(--fw_jp_medium);
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.comitment-wrapper .cont-ttl .cont-ttl--sub {
	position: relative;
    font-size: clamp(17px, 1.4vw, 24px);
    font-family: var(--jp-font);
    font-weight: var(--fw_jp_medium);
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.quality-image {
	position: relative;
	height: 15.8vw;
}
.quality-image::before {
	content: "";
	display: block;
	width: 37.8vw;
	height: 37.6vw;
	position: relative;
	left: -14.3vw;
	top: 35%;
	transform: translateY(-50%);
	background: url("../img/top/nakanihon-quality_pc.webp") center /contain no-repeat;
}

.comitment-wrapper .text {
	--min-size: 15;
    --max-size: 16;
    font-size: var(--clamp-size);
    font-family: var(--jp-font);
    font-weight: var(--fw_jp_regular);
	letter-spacing: 0.1em;
	line-height: 2;
}

.comitment-wrapper::after {
	content: "";
	position: absolute;
	display: block;
	width: min(19.2vw, 288px);
	height: min(9.8vw, 148px);
	right: -0.5px;
	bottom: -0.5px;
	transform: translateY(0.5px);
	background: url("../img/common/bg_ivory-wave_01.svg") right bottom /contain no-repeat;
}

/*********************************************/
/* POINT01-03のコンテナ div.point-wrapper */
/*********************************************/

.point-wrapper {
	position: relative;
	background-color: var(--color_ivory);
	overflow: hidden;
}

.point-wrapper.wrapper {
	padding-inline: var(--size1);
}

.point-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.point-wrapper::after {
	content: "";
	position: absolute;
	display: block;
	width: min(19.2vw, 288px);
	height: min(9.8vw, 148px);
	right: 0;
	bottom: 0;
	transform: translateY(0.5px);
	background: url("../img/common/bg_ivory-wave_01.svg") center /contain no-repeat;
}

/*********************************************/
/* POINT01-03 section.point-sec */
/*********************************************/

.point-sec {
	--margin-l: 21.6%;
	width: min(calc(100% - var(--margin-l)), 66vw);
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	column-gap: 2vw;
}

.point-sec + .point-sec {
	--min-size: 80;
    --max-size: 160;
    --min-viewport: 375;
    --max-viewport: 1440;
	padding-top: calc(var(--clamp-size) * 0.75);
}

.point-wrapper .container {
	/* max-width: revert;
	margin: revert; */
}

.point-sec:nth-child(even){
	margin-left: var(--margin-l);
}

.point-sec .inner {
	max-width: 57%;
	flex: 1 1 57%;
	overflow: visible;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto 1fr;
	column-gap: 2vw;
	margin-left: -5vw;
	position: relative;
    z-index: 1;
}

.point-sec .cont-ttl {
	display: contents;
}

/* POINT01-03のあしらい */
.point-sec .cont-ttl--jp {
	display: contents;
}

.point-sec .cont-ttl--jp .point-no {
	--min-size: 32;
    --max-size: 64;
    --min-viewport: 375;
    --max-viewport: 1440;
	width: fit-content;
	display: inline-flex;
	flex-direction: column;
	font-size: var(--clamp-size);
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: center;
}
.point-sec .cont-ttl .point-no::before {
	content: "point";
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.25em;
	font-weight: var(--fw_en_medium);
	letter-spacing: 0.05em;
	line-height: inherit;
	border-bottom: 3px solid var(--color_accent);
	padding: 0.06em
}

.point-sec .cont-ttl .point-title-container {
	align-self: center;
	margin-top: 1em;
}

.point-sec .cont-ttl .point-title {
	font-weight: var(--fw_en_medium);
}

.point-sec .text {
	grid-column: -2 / -1;
	margin-top: 1em;
}

.point-sec .link-btn__unit {
	grid-column: -2 / -1;
}

.point-sec .point-figure {
	width: clamp(200px, 43%, 400px);
	height: clamp(111.62px, 24%, 223.25px);
	border-radius: clamp(200px, 43%, 400px);
	overflow: hidden;
}

/*********************************************/
/* 商品情報 section.product-sec */
/*********************************************/

.products-info-sec .content > .inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	column-gap: 4vw;
}

.products-info-sec .container {
	/* 商品が2つなのでmax-widthを設定 */
	max-width: var(--content_w_lg);
    margin-inline: auto;
	/* もし、商品が3つに増えたらrevert */
	/* max-width: revert;
	margin-inline: revert; */
}

.product-sec:nth-child(2){
	margin-top: clamp(43.5px, 5.8vw, 87px);
}
.product-sec:nth-child(3){
	margin-top: clamp(87px, 11.6vw, 174px);
}

.product-sec .inner {
	display: grid;
	grid-template-columns: 45fr 305fr 45fr;
	position: relative;
    z-index: 1;
}

.product-sec .cont-ttl {
	grid-column: 2;
}

.product-title {
	text-align: left;
}

.product-sec .products-image-block {
	grid-column: 1 / -1;
	order: -1;
}

.product-sec .text {
	grid-column: 2;
	margin-top: 1em;
	text-align: justify;
}

/* product01-03のあしらい */
.product-sec .cont-ttl {
	margin: 0;
	text-align: left;
}

.product-sec .product-no {
	--min-size: 32;
    --max-size: 64;
    --min-viewport: 375;
    --max-viewport: 1440;
	grid-column: 2;
	order: -2;
	margin-right: auto;
	display: inline-flex;
	flex-direction: column;
	font-size: var(--clamp-size);
	position: relative;
	z-index: 1;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}
.product-sec .product-no::before {
	content: "product";
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.25em;
	font-weight: var(--fw_en_medium);
	letter-spacing: 0.05em;
	line-height: inherit;
	border-bottom: 3px solid var(--color_accent);
	padding: 0.06em;
}

.product-sec .cont-ttl .product-title {
	align-self: flex-end;
	font-weight: var(--fw_en_medium);
}

.product-sec .text {

}

.product-sec .link-btn__unit {

}

.product-sec .product-figure {
	aspect-ratio: 1 / 1;
	border-radius: min(150px, 25.2%);
	overflow: hidden;
	margin-top: calc(2.9vw * -1);
}

/*********************************************/
/* 新着情報 section .news-sec */
/*********************************************/

.news-sec.wrapper {
	position: relative;
	background-color: var(--color_primary);
	border-radius: 0 max(50px, 0.6vw) 0 0;
}

.news-sec::before {
	content: "";
	display: block;
	width: 25.6vw;
	height: 27.8vw;
	position: absolute;
	left: 0;
	top: 3.4vw;
	mix-blend-mode: multiply;
	background: url("../img/common/bg_locomoko.svg") left top / contain no-repeat;
}
.news-sec::after {
	content: "";
	display: block;
	position: absolute;
	width: 26.4vw;
	height: 23.8vw;
	right: 0;
	bottom: 1.4vw;
	mix-blend-mode: multiply;
	background: url("../img/common/bg_mint.svg") left bottom / contain no-repeat;
}

.news-bg-deco {
	width: 19.2vw;
	height: 9.8vw;
	position: absolute;
	left: -0.5px;
	bottom: -0.5px;
	transform: rotateY(180deg);
	z-index: 2;
	background: url("../img/common/bg_ivory-wave_01.svg") right bottom / contain no-repeat;
}

@media screen and (max-width: 1000px) {
	.products-info-sec .content > .inner {
		grid-template-columns: repeat(2, 1fr);
		row-gap: var(--space-l);
	}
	
	.product-sec:nth-child(2),
	.product-sec:nth-child(3){
		margin-top: 0;
	}
	
}

/* スマートフォン用1 */
@media screen and (max-width: 768px) {
	.point-sec {
		--margin-l: 10%;
	}
}

/* スマートフォン用2 */
@media screen and (max-width: 600px) {
	.comitment-wrapper .text {
		letter-spacing: 0.05em;
		line-height: 1.7;
	}
	.comitment-container {
		margin-left: var(--size1);
	}
	.comitment-container :is(.cont-ttl, .text) {
		width: fit-content;
		position: static;
	}
	.cont-ttl {
		left: 20vw;
	}
	/* 中日本のこだわり ----------- */
	.comitment-wrapper .cont-ttl {
		text-align: center;
		margin-bottom: 1em;
	}
	.comitment-wrapper .cont-ttl .cont-ttl--sub:last-of-type {
		margin-bottom: 1em;
	}
	.quality-image {
		position: static;
		width: 60vw;
		height: 59.5vw;
		margin-inline: auto;
	}
	.quality-image::before {
		width: 100%;
		height: 100%;
		position: relative;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	/* point-sec ----------- */
	.point-sec {
		--margin-l: 0;
		display: grid;
		grid-template-columns: 45fr 305fr 45fr;
		grid-template-rows: auto 1fr auto auto;
		gap: 0 var(--space-s);
	}
	.point-sec .inner {
		display: contents;
		max-width: 100%;
	}
	.point-title-container {
		grid-column: 1 / -1;
		grid-row: 2;
		display: flex;
		flex-direction: row;
		justify-content: center;
		z-index: 1;
	}
	.point-sec .cont-ttl--jp .point-no {
		--min-size: 44;
		grid-column: 1;
		grid-row: 1;
		z-index: 1;
	}
	.point-sec .cont-ttl .point-title {
		font-size: 16px;
		padding-top: 1em;
	}
	.point-sec .text {
		grid-column: 1 / -1;
		/* grid-row: 4; */
	}
	.point-sec .point-figure {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
		max-width: 100%;
		height: auto;
		/* border-radius: var(--radius-xxxl); */
	}
	.point-sec .link-btn__unit {
		grid-column: 1 / -1;
		/* grid-row: 5; */
		text-align: center;
	}
	.point-sec .link-btn__unit .link-btn {
		align-self: center;
	}
	/* 新着情報 ----------- */
	#TOP .news-sec .inner {
		padding: 0;
	}

	/* 商品情報 ----------- */
	.products-info-sec .content > .inner {
		grid-template-columns: 1fr;
		row-gap: var(--space-xl);
	}
	.product-sec .product-no {
		--min-size: 44;
		order: revert;
		grid-column: 1 / 3;
		grid-row: 1 / 3;
		margin-left: 0.2em;
		margin-top: 0.2em;
	}
	.product-sec .products-image-block {
		grid-column: 1 / -1;
		order: revert;
		grid-row: 1;
	}
	.product-sec .product-figure {
		border-radius: var(--radius-xxl);
		margin-top: 0;
	}
	.product-sec .cont-ttl {
		grid-column: 1 / -1;
	}
	.product-sec .text {
		grid-column: 1 / -1;
		margin-top: 0.2em;
	}	
}

