body {
	overflow-x: hidden;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.page img {
	width: 100%;
}

.page-head {
	margin-bottom: 66px;
}

.page-head__title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 35px;
}

.page-head__lead {
	font-size: 18px;
	font-weight: 400;
	color: #6d6d6d;
	margin-bottom: 40px;
}

.page-head__image {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 54px;
}

@media screen and (max-width: 1000px) {
	.c-text {
		line-height: calc(49 / 30);
	}

	.page-head {
		margin-bottom: calc(66 / 750 * 100vw);
		padding-left: calc(20 / 750 * 100vw);
		padding-right: calc(20 / 750 * 100vw);
	}

	.page-head__title {
		font-size: calc(40 / 750 * 100vw);
		margin-bottom: calc(26 / 750 * 100vw);
		letter-spacing: -0.07em;
	}

	.page-head__lead {
		font-size: calc(25 / 750 * 100vw);
		margin-bottom: calc(46 / 750 * 100vw);
	}

	.page-head__image {
		padding-bottom: calc(64);
	}
}

.thought__title {
	font-size: 35px;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}

.thought__text {
	margin-bottom: 50px;
}

.thought__image {
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 96px;
}

.thought__feature {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 80px;
}

.thought__feature .thought__feature-image {
	max-width: 572px;
}

.thought__feature-content {
	flex: 1;
}

.thought__feature-title {
	font-size: 35px;
}

.thought__feature-title span {
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 28px;
	border-bottom: 0.1rem solid #919191;
	margin-bottom: 40px;
}

.thought__image--secondary {
	margin-bottom: 38px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.thought__image--tertiary {
	width: 100%;
	max-width: 100%;
	margin: 38px 0 134px;
}

@media screen and (max-width: 1000px) {
	.thought__inner {
		padding-left: calc(20 / 750 * 100vw);
		padding-right: calc(20 / 750 * 100vw);
	}

	.thought__title {
		font-size: calc(40 / 750 * 100vw);
		margin-bottom: calc(36 / 750 * 100vw);
		letter-spacing: -0.07em;
	}

	.thought__text {
		margin-bottom: calc(40 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}

	.thought__image {
		max-width: 100%;
		margin-bottom: calc(70 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}

	.thought__feature {
		flex-direction: column;
		gap: calc(40 / 750 * 100vw);
		margin-bottom: calc(48 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}

	.thought__feature .thought__feature-image {
		max-width: calc(560 / 750 * 100vw);
	}

	.thought__feature-content {
		flex: initial;
	}

	.thought__feature-title {
		font-size: calc(40 / 750 * 100vw);
	}

	.thought__feature-title span {
		padding-bottom: calc(18 / 750 * 100vw);
		padding-right: calc(94 / 750 * 100vw);
		margin-bottom: calc(30 / 750 * 100vw);
	}

	.thought__image--secondary {
		margin-bottom: calc(58 / 750 * 100vw);
		width: 100vw;

		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding-left: 0;
		padding-right: 0;
	}

	.thought__image--secondary,
	.thought__image--tertiary {
		max-width: initial;
	}

	.thought__image--tertiary {
		padding: 0;
		width: 100vw;
		margin: calc(50 / 750 * 100vw) calc(50% - 50vw) calc(110 / 750 * 100vw);
	}
}

.time {
	margin-bottom: 114px;
}

.time__title {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 26px;
}

.time__text {
	text-align: center;
	padding-bottom: 54px;
	border-bottom: 1px solid #919191;
	margin-bottom: 7px;
}

.time__feature {
	padding-top: 52px;
	margin-bottom: 70px;
	border-top: 1px solid #919191;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
}

.time__feature-content {
	padding-left: 34px;
}

.time__feature-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}

.time__feature-title span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 0.1rem solid #919191;
}

.time__product-title,
.cooking__title,
.area__feature-title,
.cooking__feature-title {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 18px;
	position: relative;
}

.time__product-title::after,
.cooking__title::after,
.area__feature-title::after,
.cooking__feature-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 319px;
	height: 1px;
	background-color: #919191;
	content: '';
}

.time__title-logo {
	max-width: 97px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 54px;
}

.time__product-text {
	margin-bottom: 44px;
}

.time__product-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
}

.time__product .more-btn {
	margin-top: 34px;
	background: #f4c94f;
	height: 73px;
	color: #000;
	width: 100%;
	padding-right: 24px;
	max-width: 428px;
}

.time__product .more-btn::after {
	border-color: #000;
}

.large-btn {
	width: 511px;
	margin-top: 80px;
}

@media screen and (max-width: 1000px) {
	.time {
		margin-bottom: calc(128 / 750 * 100vw);
	}

	.time__title {
		text-align: initial;
		font-size: calc(40 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
		padding-left: calc(30 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
	}

	.time__text {
		text-align: initial;
		padding-bottom: calc(16 / 750 * 100vw);
		padding-left: calc(30 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
		margin-bottom: calc(8 / 750 * 100vw);
	}

	.time__feature {
		padding-top: calc(40 / 750 * 100vw);
		padding-left: calc(30 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
		margin-bottom: calc(90 / 750 * 100vw);
		grid-template-columns: repeat(1, 1fr);
	}

	.time__feature-content {
		padding-left: 0;
	}

	.time__feature-title {
		font-size: calc(40 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}

	.time__feature-title span {
		padding-bottom: calc(29 / 750 * 100vw);
	}

	.time__product-title,
	.cooking__title,
	.area__feature-title,
	.cooking__feature-title {
		font-size: calc(40 / 750 * 100vw);
		padding-bottom: calc(29 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}

	.time__product-title::after,
	.cooking__title::after,
	.area__feature-title::after,
	.cooking__feature-title::after {
		width: calc(420 / 750 * 100vw);
	}

	.time__title-logo {
		max-width: calc(124 / 750 * 100vw);
		margin-bottom: calc(64 / 750 * 100vw);
	}

	.time__product {
		padding-left: calc(30 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
	}

	.time__feature-image {
		width: calc(560 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}

	.time__product-text {
		margin-bottom: 44px;
	}

	.time__product-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: calc(30 / 750 * 100vw) calc(48 / 750 * 100vw);
	}

	.time__product .more-btn {
		margin-top: calc(26 / 750 * 100vw);
		height: calc(61 / 750 * 100vw);
		padding-right: 0;
		text-align: center;
		max-width: 100%;
		font-size: calc(24 / 750 * 100vw);
	}

	.large-btn {
		width: calc(302 / 750 * 100vw);
		margin-top: calc(86 / 750 * 100vw);
		height: calc(70 / 750 * 100vw);
	}

	.more-btn::after {
		width: 6px;
		height: 6px;
		right: 1.8666666667vw;
	}
}

.cooking {
	margin-bottom: 130px;
}

.cooking__title {
	margin-bottom: 56px;
}

.cooking__feature {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 38px;
}

.cooking__feature-content {
	padding-left: 26px;
}

.cooking__feature-title {
	line-height: calc(38 / 30);
	letter-spacing: 0.08em;
}

.cooking__feature-text,
.area__feature-text {
	font-size: 16px;
	line-height: 1.4;
}

.cooking__text {
	margin-bottom: 56px;
}

.cooking .more-btn {
	margin-top: 34px;
	background: #f4c94f;
	height: 73px;
	color: #000;
	width: 100%;
	padding-right: 24px;
	max-width: 588px;
}

.cooking .more-btn::after {
	border-color: #000;
}

@media screen and (max-width: 1000px) {
	.cooking {
		margin-bottom: calc(190 / 750 * 100vw);
	}

	.cooking__inner {
		padding-left: calc(30 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
	}

	.cooking__title {
		margin-bottom: calc(50 / 750 * 100vw);
	}

	.cooking__feature {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: calc(80 / 750 * 100vw);
	}

	.cooking__feature-image {
		width: calc(560 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc(56 / 750 * 100vw);
	}

	.cooking__feature-content {
		padding-left: 0;
	}

	.cooking__feature-title {
		font-size: calc(40 / 750 * 100vw);
		line-height: calc(65 / 40);
		letter-spacing: 0.02em;
		padding-bottom: calc(30 / 750 * 100vw);
		margin-bottom: calc(48 / 750 * 100vw);
	}

	.cooking__feature-text,
	.area__feature-text {
		font-size: calc(30 / 750 * 100vw);
	}

	.cooking__text {
		margin-bottom: calc(50 / 750 * 100vw);
	}

	.cooking .more-btn {
		width: calc(653 / 750 * 100vw);
		margin-top: calc(86 / 750 * 100vw);
		height: calc(70 / 750 * 100vw);
		margin-top: 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

.area__feature {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 64px;
}

.area__feature-content {
	padding-right: 20px;
}

@media screen and (max-width: 1000px) {
	.area__inner {
		padding-left: calc(30 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
	}

	.area__feature {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: calc(80 / 750 * 100vw);
	}

	.area__feature-content {
		padding-right: 0;
		order: 2;
	}

	.area__feature-image {
		order: 1;
		width: calc(560 / 750 * 100vw);
		margin: 0 auto;
	}
}
