@charset "utf-8";

/* common
------------------------------------------------ */
:root {
	
}
main {
	color: #414141;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.01em;
}
main p {
	line-height: 1.75;
}


/* main-visual
------------------------------------------------ */
.main-visual {
	width: 100vw;
	height: 100%;
	height: 100svh;
}
.main-visual__inner,
.main-visual__slide-area,
.main-visual__slide-area .swiper-wrapper,
.main-visual__slide-area .slide,
.main-visual__slide-area .pic {
	width: 100%;
	height: 100%;
}
.main-visual__inner {
	position: relative;
}
.main-visual__slide-area.swiper {
	position: relative;
}
.main-visual__slide-area .swiper-wrapper {
	position: relative;
}
.main-visual__slide-area .slide {
	position: relative;
}
.main-visual__slide-area .slide .pic {
	transition: filter 1.4s ease-in-out;
	filter: blur(10px);
}
.main-visual__slide-area .slide.swiper-slide-active .pic {
	filter: blur(0);
}
.main-visual__slide-area .slide .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-visual__slide-area .slide .text {
	padding: 1em 0;
	font-family: "Noto Serif JP", serif;
	color: #414141;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.18em;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	top: calc(var(--headerLogoSize) + 80px);
	left: calc(var(--globalContentPadding) + 32px);
}
.main-visual__slide-area .slide1 .pic img {
	object-position: 15% center;
}
.main-visual__scroll-indicator {
	position: absolute;
	bottom: 72px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	cursor: pointer;
}
.main-visual__scroll-indicator-text {
	font-family: "Noto Serif JP", serif;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.main-visual__scroll-indicator-icon {
	display: block;
	aspect-ratio: 1;
	width: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0) rotate(45deg);
	opacity: 1;
	animation: scroll-indicator-icon-down-infinite 2s infinite;
}
@keyframes scroll-indicator-icon-down-infinite {
	0% {
		transform: translate(-50%, 0) rotate(45deg);
		opacity: 1;
	}
	80% {
		transform: translate(-50%, 16px) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, 16px) rotate(45deg);
		opacity: 0;
	}
}

@media screen and (max-width: 1240px) {
  .main-visual__slide-area .slide .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px){
	.main-visual__slide-area .slide .text {
		font-size: 2rem;
		top: calc(var(--headerLogoSize) + 48px);
		left: calc(var(--globalContentPadding) + 16px);
	}
}
@media screen and (max-width: 540px) {
	.main-visual__slide-area .slide1 .pic img {
		object-position: center;
	}
	.main-visual__slide-area .slide .text {
		top: calc(var(--headerLogoSize) + 32px);
		left: 16px;
	}
}

/* parts
------------------------------------------------ */

/* lead */
.lead {
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: 600;
	color: #c69683;
	line-height: 1.4;
	text-align: center;
}
.section-brown .lead {
	color: #fff;
}
.lead + * {
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	.lead {
		font-size: 2rem;
	}
}
@media screen and (max-width: 540px) {
	.lead {
		font-size: 1.8rem;
	}
	.lead + * {
		margin-top: 24px;
	}
}

/* btn */
.btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 72px;
}
.btn-wrapper .btn-view-more {
	display: inline-block;
	padding: 0 20px 6px 12px;
	font-family: "Noto Serif JP", serif;
	color: #ae694e;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
}
.btn-wrapper .btn-view-more:hover {
	opacity: 	1;
}
.btn-wrapper .btn-view-more::before {
	content: '';
	display: block;
	width: 100%;
	height: 9.6px;
	background-color: #ae694e;
	clip-path: polygon(0 calc(100% - 1px), 0 100%, 100% 100%, calc(100% - 7px) 0, calc(100% - 8.3px) 0, calc(100% - 2px) calc(100% - 1px));
	position: absolute;
	left: 0;
	bottom: 0;
}
.btn-wrapper .btn-view-more:hover::before {
	animation: btn-view-more-hover 0.7s cubic-bezier(0.22, 1, 0.36, 1); forwards;

}
.section-brown .btn-wrapper .btn-view-more {
	color: #fff;
}
.section-brown .btn-wrapper .btn-view-more::before {
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.btn-wrapper {
		margin-top: 48px;
	}
}
@media screen and (max-width: 540px) {
	.btn-wrapper {
		margin-top: 32px;
	}
	.btn-wrapper .btn-view-more {
		font-size: 1.4rem;
	}
}
@keyframes btn-view-more-hover {
	0% {
		/* clip-path: polygon(0 calc(100% - 1px), 0 100%, 100% 100%, calc(100% - 7px) 0, calc(100% - 8px) 0, calc(100% - 2px) calc(100% - 1px)); */
		clip-path: polygon(0 calc(100% - 1px), 0 100%, 0 100%, 0 calc(100% - 1px), 0 calc(100% - 1px), 0 calc(100% - 1px));
		opacity: 0;
	}
	2% {
		opacity: 1;
		clip-path: polygon(0 calc(100% - 1px), 0 100%, 0 100%, 0 calc(100% - 1px), 0 calc(100% - 1px), 0 calc(100% - 1px));
	}
	80% {
		opacity: 1;
		clip-path: polygon(0 calc(100% - 1px), 0 100%, 100% 100%, 100% calc(100% - 1px), calc(100% - 4px) calc(100% - 1px), 100% calc(100% - 1px));
	}
	100% {
		opacity: 1;
		clip-path: polygon(0 calc(100% - 1px), 0 100%, 100% 100%, calc(100% - 7px) 0, calc(100% - 8px) 0, calc(100% - 2px) calc(100% - 1px));
	}
}
/* sections
------------------------------------------------ */
.section-white {
	background-color: white;
}
.section-brown {
	background-color: #ae694e;
	color: #fff;
}
.section-wallpaper {
	background: url(../img/bg_pattern_wall1.png) repeat left top;
	background-size: 800px;
}
.section__inner {
	max-width: var(--globalContentWidth);
	margin: 0 auto;
	padding: 0 var(--globalContentPadding);
}
.section-title {
	font-family: "Noto Serif JP", serif;
	color: #ae694e;
	font-size: 5.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	opacity: 0.7;
}
.section-title + * {
	margin-top: 72px;
}
.section-brown .section-title {
	color: #dfc3b8;
}
@media screen and (max-width: 768px) {
	.section-title {
		font-size: 4.8rem;
	}
	.section-title + * {
		margin-top: 48px;
	}
}
@media screen and (max-width: 540px) {
	.section-title {
		font-size: 3.6rem;
	}
	.section-title + * {
		margin-top: 24px;
	}
}

/* セクション間のスペースと装飾の調整 */
body {
	--section-gap-small: 5.208333333vw;
	--section-gap-small-half: 2.60416667vw;
	--section-gap-large: 27.96875vw;;
	--section-gap-large-half: 13.984375vw;
	--section-gap-decoration-small-deg: 177deg;
}
.section-news {
	padding-top: 80px;
	padding-bottom: calc(80px + 9.791666666vw);
	position: relative;
}
.section-news::after {
	content: '';
	display: block;
	width: 100%;
	height: 9.791666666vw;
	background: url(../img/bg_pattern_wave_pc1.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0, 2px);
}
.section-about {
	padding-top: 64px;
	padding-bottom: calc(88px + var(--section-gap-small-half));
}
.section-health {
	padding-top: calc(80px + var(--section-gap-small-half));
	padding-bottom: calc(88px + var(--section-gap-large-half));
	position: relative;
}
.section-health__bg-shape {
	display: block;
	width: 100%;
	height: var(--section-gap-small);
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0, -50%);
}
.section-health__bg-shape::before,
.section-health__bg-shape::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-health__bg-shape::before {
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.section-health__bg-shape::after {
	background-color: #ae694e;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.section-health__bg-image {
	content: '';
	display: block;
	width: 100%;
	height: var(--section-gap-large);
	/* background: url(../img/index_bg_pic1.jpg) no-repeat center; */
	/* background-size: cover; */
	background-color: #ae694e;
	clip-path: polygon(0 var(--section-gap-small), 100% 0%, 100% calc(100% - var(--section-gap-small)), 0% 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0, 50%);
	z-index: 1;
	overflow: hidden;
}
.section-health__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.section-health__bg-image::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.section-recipe {
	padding-top: calc(88px + var(--section-gap-large-half));
	padding-bottom: calc(48px + var(--section-gap-small));
	position: relative;
}
.section-qa {
	padding-top: 88px;
	padding-bottom: calc(88px + var(--section-gap-large-half));
	position: relative;
}
.section-qa::before {
	content: '';
	display: block;
	width: 100%;
	height: var(--section-gap-small);
	background: url(../img/bg_pattern_wall1.png) repeat left top;
	background-size: 800px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0, -1px);
}
.section-qa__bg-image {
	content: '';
	display: block;
	width: 100%;
	height: var(--section-gap-large);
	/* background: url(../img/index_bg_pic2.jpg) no-repeat center 55%; */
	/* background-size: cover; */
	background-color: #ae694e;
	clip-path: polygon(0 var(--section-gap-small), 100% 0%, 100% calc(100% - var(--section-gap-small)), 0% 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0, 50%);
	z-index: 1;
	overflow: hidden;
}
.section-qa__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.section-qa__bg-image::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.section-news {
		padding-top: 64px;
	}
	
}
@media screen and (max-width: 540px) {
	body {
		--section-gap-small: 19.2vw;
		--section-gap-small-half: 9.6vw;
		--section-gap-large: 57.333333333vw;;
		--section-gap-large-half: 28.666666666vw;
		--section-gap-decoration-small-deg: 169.5deg;
	}
	.section-news {
		padding-top: 48px;
		padding-bottom: calc(160px + 9.791666666vw);
	}
	.section-about {
		padding-top: 120px;
		padding-bottom: calc(24px + var(--section-gap-small-half));
	}
	.section-health {
		padding-top: calc(24px + var(--section-gap-small-half));
		padding-bottom: calc(16px + var(--section-gap-large-half));
	}
	.section-recipe {
		padding-top: calc(16px + var(--section-gap-large-half));
		padding-bottom: var(--section-gap-small-half);
	}
	.section-qa {
		padding-top: var(--section-gap-large-half);
		padding-bottom: calc(24px + var(--section-gap-large-half));
		position: relative;
	}
}

/* アニメーション */
.is-inview .section__inner {
	filter: blur(20px);
	transition: filter 0.4s 0.4s ease-in;
}
.inview .section__inner {
	filter: blur(0);
}

/* section-news
------------------------------------------------ */
.top-news {
	font-size: 1.6rem;
}
.top-news__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px 0;
}

.top-news__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px 0;
	font-weight: 400;
}
.top-news__link {
	color: #414141;
	text-decoration: none;
}
.top-news__title {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.top-news__list {
		gap: 24px 0;
	}
	.top-news__item {
		gap: 4px 0;
	}
}
@media screen and (max-width: 540px) {
	.top-news__date {
		font-size: 1.4rem;
	}
	.top-news__list {
		gap: 16px 0;
	}
	.top-news__item {
		gap: 0;
	}
}

/* section-about */
.section-about {
	position: relative;
}
.section-about__bg-image {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
}
.inview .section-about__bg-image { 
	opacity: 1;
}
.section-about__bg-image.image1 {
	aspect-ratio: 1;
	width: 23.07291667vw;
	min-width: 230px;
	background-image: url(../img/index_decoration1.png);
	top: 0;
	left: 0;
	transform: translate(-18%, calc(-50% - var(--section-gap-small-half)));
	transition: opacity 0.4s 0.4s ease-in;
}
.section-about__bg-image.image2 {
	aspect-ratio: 136 / 97.4;
	width: 7.083333333vw;
	min-width: 70px;
	background-image: url(../img/index_decoration2.png);
	left: 22.29166667%;
	top: 0;
	transition: opacity 0.4s 0.4s ease-in;
}
.section-about__bg-image.image3 {
	aspect-ratio: 104 / 131;
	width: 5.416666667vw;
	min-width: 54px;
	background-image: url(../img/index_decoration3.png);
	/* top: -18%; */
	top: -13.5vw;
	left: 55%;
	transition: opacity 0.4s 0.8s ease-in;
}
.section-about__bg-image.image4 {
	aspect-ratio: 147 / 157;
	width: 7.65625vw;
	min-width: 76px;
	background-image: url(../img/index_decoration4.png);
	top: 0;
	right: 12%;
	transition: opacity 0.4s 1.2s ease-in;
}
@media screen and (max-width: 540px) {
	.section-about__bg-image.image1 {
		aspect-ratio: 375 / 242;
		width: 100%;
		min-width: inherit;
		background: url(../img/index_decoration_sp1.png) no-repeat 60% center;
		background-size: 112.533%;
		transform: translate(0, calc(-50% - var(--section-gap-small-half)));
	}
	.section-about__bg-image.image2,
	.section-about__bg-image.image3,
	.section-about__bg-image.image4 {
		display: none;
	}
}

.top-about__gallery {
	margin-top: 40px;
}
.top-about__gallery .grid-gallery__list {
	display: flex;
	gap: 24px 16px;
	justify-content: space-between;
}
.top-about__gallery .grid-gallery__item {
	display: grid;
	grid-template-columns: 100%;
	justify-items: center;
	gap: 16px;
	max-width: 220px;
}
.grid-gallery__text {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.grid-gallery__list {
		--min: 160px;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
		justify-content: inherit;
		justify-items: center;
		gap: 32px;
	}
	.top-about__gallery .grid-gallery__pic {
		max-width: 320px;
	}
}
@media screen and (max-width: 540px) {
	.top-about__gallery {
		margin-top: 72px;
	}
	.top-about__gallery .grid-gallery__list {
		grid-template-columns: minmax(0, 1fr);
		flex-direction: column;
		align-items: center;
	}
	.top-about__gallery .grid-gallery__item {
		max-width: 100%;
	}
	.top-about__gallery .grid-gallery__pic {
		max-width: 184px;
	}
	.top-about__gallery .grid-gallery__text {
		font-size: 1.4rem;
	}
	
}

/* section-health */
.top-health__image + * {
	margin-top: 32px;
}
@media screen and (max-width: 540px) {
	.top-health__image {
		width: 110%;
		transform: translateX(-5%);
	}
}


/* section-recipe */
.top-recipe__image {
	margin-top: 64px;
}
@media screen and (max-width: 768px) {
	.top-recipe__image {
		margin-top: 48px;
	}
}
@media screen and (max-width: 540px) {
	.top-recipe__image {
		width: 110%;
		margin-top: 24px;
		transform: translateX(-5%);
	}
}

/* section-qa */
.section-qa .section-title + .top-qa {
	margin-top: 40px;
}
.section-qa .section-title {
	letter-spacing: 0.15em;
}
.top-qa__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px 0;
}
.top-qa__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}
.top-qa__question,
.top-qa__answer {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 16px;
	padding: 16px 0;
}
.top-qa__question {
	border-bottom: 1px solid #414141
}
.top-qa__question::before,
.top-qa__answer::before {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}
.top-qa__question::before {
	content: 'Q.';
}
.top-qa__answer::before {
	content: 'A.';
}
@media screen and (max-width: 540px) {
	.top-qa__list {
		gap: 16px 0;
	}
}



/* global-footer	
------------------------------------------------ */
.global-footer {
	padding-top: calc(40px + var(--section-gap-large-half));
}



/* 一次公開用 */
.btn-wrapper {
	display: none;
}
@media screen and (max-width: 540px) {
	.section-news {
			padding-bottom: calc(160px + 16.791666666vw);
	}
}