@charset "UTF-8";

/* ===============================
	変数定義
=============================== */
:root {
	--color-white-gray: #f5f5f5;
	--color-light-gray: #d9d9d9;
	--color-gray: #959595;
	--accent-text-color: #C84D00;
	--base-color: #FDFFF7;
	--accent-color: #E6FF8B;
	--box-color-green: #EEFFAD;
	--box-color-brown: #FFECC4;
	--margin-large: 6rem;
	--margin-medium: 4rem;
	--margin-small: 2rem;
}

/* ===============================
	共通スタイル
=============================== */

main {
	background-color: var(--base-color);
}

article .outer-base-width {
	padding-inline: 5%;
}


/* マージン */
.mts {
	margin-top: var(--margin-small);
}

.mtm {
	margin-top: var(--margin-medium)
}

.mtl {
	margin-top: var(--margin-large);
}

.mt1em {
	margin-top: 1em;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	inline-size: 100%;
}

/* 汎用クラス */
.marker {
	background: linear-gradient(transparent 60%, var(--accent-color) 50%);
}

.underline {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.box-shadow-green {
	box-shadow: 20px 20px 0px 0px var(--box-color-green);
}

.box-shadow-brown {
	box-shadow: 20px 20px 0px 0px var(--box-color-brown);
}

.paragraph {
	display: block;
	margin-top: 1em;
}

/* メインビジュアルアニメーション初期化 */
.fade-in, .popup{
	opacity: 0;
}

/* メインビジュアル */

.main-visual {
	position: relative;
	z-index: 1;
	padding-block: 3rem 6rem;
}

.main-visual::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	inline-size: 100%;
	block-size: 62rem;
	background-image: url(./images/bg_dot01.svg);
	background-size: 15px;
}

.catch-copy-container {
	display: flex;
	align-items: flex-end;
	column-gap: 5rem;
}

.catch-copy-list {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	inline-size: 58%;
}

.tieup-logo {
	margin-inline: auto;
	inline-size: 71%;
}

.main-product-img {
	inline-size: 38%;
}

.main-visual-container {
	position: relative;
	margin-top: 9rem;
}

.main-visual-img {
	position: relative;
	inline-size: 67%;
	margin: 0 auto;
}

.main-visual-img::after {
	position: absolute;
	top: -1rem;
	left: -1rem;
	content: "";
	display: block;
	inline-size: 100%;
	block-size: 100%;
	border: 2px solid #000;
}

.img-chicken {
	position: absolute;
	bottom: 0;
	left: 3%;
	transform: translateY(46%);
	inline-size: 37.5%;
}

.img-bread {
	position: absolute;
	top: 0;
	left: 5%;
	transform: translateY(-30%);
	inline-size: 20%;
}

.img-cook {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(25%);
	inline-size: 30%;
}

.img-dish {
	position: absolute;
	bottom: 0;
	left: 27%;
	transform: translateY(60%);
	inline-size: 25%;
}


.info-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3rem;
	margin-top: 13rem;
}

.info-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	box-shadow: 5px 5px 0px 0px rgba(114, 143, 0, 0.1);
}


.info-item .info-person {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: .5em;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: var(--box-color-green);
}

.info-item .info-text {
	padding: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #fff;
}

/* コラム */

.dashed {
	background-image: repeating-linear-gradient(90deg, #c1e682, #c1e682 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #c1e682, #c1e682 12px, transparent 12px, transparent 16px), repeating-linear-gradient(90deg, #c1e682, #c1e682 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #c1e682, #c1e682 12px, transparent 12px, transparent 16px);
	background-position: left top, right top, left bottom, left top;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
}

.column.outer-base-width {
	padding-inline: 5%;
}

.column-container {
	position: relative;
	margin-top: 16rem;
	padding: 6rem 3% 7rem;
}

.column-container::after {
	content: "";
	position: absolute;
	bottom: -7%;
	right: -4.5%;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url(./images/bg_dot02.svg);
	background-size: 15px;
}

.column-top-contents {
	display: flex;
	column-gap: 6%;
}

.column-img {
	inline-size: 40%;
	max-inline-size: 46.5rem;
	margin-top: -12rem;
}

.column-text-area {
	inline-size: 54%;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 400;
}

.column-text-area .column-text:nth-of-type(n+2) {
	margin-top: 1em;
}

.column-bottom-contents {
	position: relative;
	margin-top: 4rem;
}

.column-bottom-contents .column-title {
	inline-size: fit-content;
	padding-inline: 1em;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
	background-color: var(--box-color-green);
}

.column-bottom-contents .column-bottom-text {
	inline-size: 56%;
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 400;
}

.column-illust {
	position: absolute;
	right: 0;
	bottom: -12%;
	z-index: 2;
	inline-size: 18rem;
}

/* トピック */
.topic {
	margin-top: 20rem;
}

.topic-title-area {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10rem;
}

.topic-title-illust {
	display: none;
}

.brown.topic-title-area::before {
	content: "";
	position: absolute;
	bottom: 5%;
	left: 0;
	display: block;
	max-inline-size: 78rem;
	inline-size: 100%;
	block-size: calc(100% - 10rem);
	background-image: url(./images/bg_dot02.svg);
	background-size: 15px;
}

.topic-left {
	position: absolute;
	top: 0;
	left: 3rem;
	z-index: 2;
	inline-size: 90%;
	font-weight: bold;
}

.topic-left img {
	max-inline-size: 15rem;
}

.topic-title {
	display: flex;
	flex-direction: column;
}

.topic-title .topic-title-block {
	display: inline-block;
	inline-size: fit-content;
	padding: .5rem 2rem;
	font-size: clamp(1.8rem, 2.1vw, 3.2rem);
	font-weight: bold;
	background-color: var(--accent-color);
}

.topic-title .topic-title-block:first-of-type {
	margin-top: 3rem;
}

.topic-title .topic-title-block:nth-of-type(n+2) {
	margin-top: 1rem;
}

.topic-right {
	position: relative;
	z-index: 1;
	max-inline-size: 78rem;
	inline-size: 70%;
	margin-left: auto;
}

/* トピック（コメント関連） */
.comment-area {
	inline-size: 100%;
}

.comment-block {
	display: flex;
	justify-content: right;
	align-items: flex-start;
	column-gap: 2rem;
}

.comment-block:nth-of-type(n+2) {
	margin-top: 5rem;
}

.comment-block>.comment-person {
	position: relative;
	flex-shrink: 0;
	inline-size: 8em;
	padding-right: 3rem;
	padding-block: 1.8rem;
	text-align: right;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	border-right: 1px solid #000;
}

.comment-block>.comment-person::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
	display: block;
	border-style: solid;
	border-color: transparent #000 transparent transparent;
	border-width: 9px 15px 9px 0px;
}

.comment-block>.comment-person::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translate(0, -50%);
	display: block;
	border-style: solid;
	border-color: transparent var(--base-color) transparent transparent;
	border-width: 8px 14px 8px 0px;
}

.comment-block .comment-text {
	max-inline-size: 78rem;
	flex-grow: 1;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}


/* トピック（イメージ関連） */
.topic-img-area {
	position: relative;
	margin-block: 6rem;
}

.topic-img-area:has(.large.topic-img) {
	margin-block: 6rem 20rem;
}

.topic-img {
	position: relative;
	inline-size: 46%;
	z-index: 1;
}

.large.topic-img {
	inline-size: 65%;
	max-inline-size: 78rem;
}

.topic-img::before {
	content: "";
	position: absolute;
	top: -3rem;
	right: -8rem;
	z-index: -1;
	display: block;
	inline-size: 100%;
	block-size: 100%;
	max-block-size: 36rem;
	background-image: url(./images/bg_dot02.svg);
	background-size: 15px;
}

.large.topic-img::before {
	top: 8rem;
	right: -15rem;
	max-block-size: none;
}

.topic-illust {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	inline-size: 19%;
}

.large.topic-illust {
	inline-size: 23%;
}

.right.topic-img-area .topic-img {
	margin-left: auto;
}

.right.topic-img-area .topic-img::before {
	top: -3rem;
	left: -6rem;
	block-size: 80%;
}

.right.topic-img-area .topic-illust {
	right: auto;
	left: 0;
	bottom: 0;
	inline-size: 20%;
}

/* トピック（リンク） */

.topic-link-area {
	inline-size: 46%;
	margin-bottom: 6rem;
}

.topic-link-area.right {
	margin-left: auto;
}

.topic-link-area.right>.link-caption {
	text-align: right;
}

.topic-link-area a {
	font-size: 1.4rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 0.05em;
}

.topic-link-area>.link-caption {
	font-size: 1.2rem;
}

.right.topic-img-area .topic-link-area {
	text-align: right;
}

.link-caption {
	font-size: 1.2rem;
}

/* トピック（動画関連） */
.topic-movie {
	margin-top: 8rem;
}

.topic-movie .topic-movie-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.topic-movie .topic-movie-title img {
	inline-size: 4rem;
}

.topic-movie .topic-movie-title .topic-movie-title-text {
	position: relative;
	padding-inline: .5em;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.7;
}

.link-video-popup {
	max-inline-size: 760px;
	min-block-size: 150px;
	margin: 3rem auto 0;
	background-color: #fff;
	border: 1px solid #000;
}

.popup-label {
	margin: auto;
	font-size: clamp(2rem, 1.7vw, 2.6rem);
	font-weight: bold;
	line-height: 1.7;
}

.popup-thumb::before {
	content: none;
}

.thumb-youtube {
	background: url(images/btn_movie.jpg) no-repeat center center / cover;
}

/* 製品紹介 */
.product-section {
	padding-bottom: 16rem;
}

.product-title {
	padding-block: .5em;
	font-family: "futura-pt", sans-serif;
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	background-color: var(--accent-color);
}

.product-sub-title {
	margin-top: 6rem;
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
}

.healsio-product-category {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 400;
}

.healsio-product-category .healsio-product-name {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
}

.healsio-product-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 6rem;
}

.product-img {
	position: relative;
	margin-top: 5rem;
	text-align: center;
}

.product-img::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	inline-size: 100%;
	block-size: 20rem;
	background-image: url(./images/bg_dot01.svg);
	background-size: 15px;
}

.product-img img {
	position: relative;
	z-index: 2;
	max-inline-size: 29rem;
}

.healsio-product-area {
	margin-top: 6rem;
}

.product-btn {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.product-btn a {
	display: grid;
	grid-template-columns: 1fr auto;
	place-content: center;
	align-items: center;
	grid-column-gap: .8em;
	inline-size: fit-content;
	block-size: fit-content;
	padding-block: 2rem;
	padding-inline: 3.5rem;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	border-radius: 40px;
	background-color: #595959;
	box-shadow: 10px 10px 0px 0px #E6FF8B;
	transition: background-color .1s;
}


/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

	/* 共通 */
	.box-shadow-green {
		box-shadow: 10px 10px 0px 0px var(--box-color-green);
	}

	.box-shadow-brown {
		box-shadow: 10px 10px 0px 0px var(--box-color-brown);
	}

	/* 汎用クラス */
	article .outer-base-width {
		padding-inline: 0;
	}

	.column.outer-base-width {
		padding-inline: 0;
	}

	/* メインビジュアル */
	.main-visual::after {
		z-index: -1;
		inline-size: 100%;
		block-size: 60%;
		background-image: url(./images/bg_dot01.svg);
		background-size: 15px;
	}

	.catch-copy-container {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 0;
		row-gap: 3rem;
	}

	.catch-copy-list {
		flex-grow: 1;
		inline-size: 100%;
	}

	.main-product-img {
		inline-size: 80%;
	}

	.img-chicken {
		bottom: 0;
		left: 0;
		transform: translate(0%, 80%);
        inline-size: clamp(200px, 45vw, 350px);
	}

	.img-bread {
		left: auto;
		top: 0;
		right: 0;
		transform: translate(0%, -50%);
		inline-size: clamp(120px, 26vw, 200px);
	}

	.img-cook {
		bottom: -7vw;
		right: 10%;
		transform: translate(0%, 50%);
		inline-size: clamp(145px, 32vw, 250px);
	}

	.img-dish {
		display: none;
	}

	.main-visual-img {
		position: relative;
		inline-size: 100%;
		margin: 7rem auto 0;
	}

	.info-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		row-gap: 2rem;
		margin-top: clamp(13rem, 19.5vw, 15rem);
	}


	.info-item {
		display: block;
		box-shadow: 5px 5px 0px 0px rgba(114, 143, 0, 0.1);
	}

	/* コラム */
	.dashed {
		background-image: none;
	}

	.column-container {
		position: relative;
		margin-top: 6rem;
		padding: 0;
		border: none;
	}

	.column-container::after {
		content: none;
	}

	.column-top-contents {
		flex-direction: column;
		column-gap: 0;
		row-gap: 4rem;
	}

	.column-img {
		inline-size: 100%;
		max-inline-size: 100%;
		margin-top: 0;
	}

	.column-text-area {
		inline-size: 100%;
	}

	.column-illust {
		display: none;
	}

	.column-bottom-contents .column-title {
		inline-size: 100%;
		padding-block: .5em;
		font-size: 1.6rem;
		text-align: center;
		line-height: 2;
	}

	.column-bottom-contents .column-bottom-text {
		inline-size: 100%;
	}

	/* トピック */
	.topic {
		margin-top: 10rem;
	}

	.topic-title-area {
		flex-direction: column;
		row-gap: 2rem;
		padding-bottom: 5rem;
	}

	.topic-title-illust {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		inline-size: 40vw;
	}

	.brown.topic-title-area::before {
		content: none;
	}

	.topic-left {
		position: static;
		inline-size: 100%;
	}

	.topic-left img {
		inline-size: 24%;
		max-inline-size: 100%;
	}

	.topic-title .topic-title-block {
		display: inline-block;
		inline-size: fit-content;
		padding: .5rem;
		font-size: clamp(1.8rem, 4.1vw, 3.2rem);
		background-color: var(--accent-color);

	}

	.topic-title .topic-title-block:first-of-type {
		margin-top: 2rem;
	}

	.topic-right {
		position: relative;
		max-inline-size: 100%;
		inline-size: 86%;
	}

	/* トピック（コメント関連） */
	.comment-area {
		margin-top: 0;
	}

	.comment-block {
		flex-direction: column;
		column-gap: 0;
		row-gap: 1.5rem;
	}

	.comment-block:nth-of-type(n+2) {
		margin-top: 3rem;
	}

	.comment-block .comment-text {
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.comment-block>.comment-person {
		position: relative;
		flex-shrink: 0;
		inline-size: fit-content;
		padding-inline: .5em;
		padding-block: .5rem;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	.comment-block>.comment-person::before {
		content: "";
		position: absolute;
		top: auto;
		bottom: 0px;
		right: 50%;
		transform: translate(50%, 100%);
		z-index: 2;
		display: block;
		border-style: solid;
		border-color: var(--base-color) transparent transparent transparent;
		border-width: 9px 5px 0px 5px;
	}

	.comment-block>.comment-person::after {
		content: "";
		position: absolute;
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translate(50%, 100%);
		display: block;
		border-style: solid;
		border-color: #000 transparent transparent transparent;
		border-width: 10px 6px 0px 6px;
	}

	/* トピック（イメージ関連） */
	.topic-img-area {
		margin-block: 3rem;
	}

	.topic-img-area:has(.large.topic-img) {
		margin-block: 3rem 10rem;
	}

	.topic-img {
		inline-size: 86%;
	}

	.large.topic-img {
		inline-size: 100%;
		max-inline-size: 100%;
	}

	.topic-img::before {
		content: none;
	}

	.topic-img-area .topic-illust {
		display: none;
	}

	/* トピック（リンク） */

	.topic-link-area {
		inline-size: 86%;
}


	.topic-img-area .topic-link-area {
		margin-top: 1rem;
	}

	.topic-link-area a {
		font-size: clamp(1.2rem, 1.8vw, 1.4rem);
	}

	.topic-link-area.right>.link-caption {
		text-align: left;
	}


	/* トピック（動画関連） */

	.topic-movie .topic-movie-title .topic-movie-title-text {
	font-size: 1.8rem;
}

.topic-movie .topic-movie-title img {
    inline-size: 3rem;
}

	.link-video-popup {
		max-inline-size: 100%;
		min-block-size: 65px;
		margin: 3rem auto 0;
	}

	.popup-text-wrap {
		padding: 1rem 1.5%;
	}

	.popup-label {
		font-size: clamp(1.4rem, 2vw, 2.6rem);
		font-weight: bold;
	}

	.popup-thumb {
		position: relative;
		inline-size: clamp(90px, 24vw, 200px);
	}

	/* 製品紹介 */

	.product-title {
		padding-block: .3em;
		font-size: 2.4rem;
	}

	.product-sub-title {
		margin-top: 3rem;
		font-size: clamp(1.6rem, 4.1vw, 3rem);
	}

	.healsio-product-category {
		font-size: clamp(1.2rem, 2.3vw, 1.8rem);
	}

	.healsio-product-category .healsio-product-name {
		font-size: clamp(2rem, 4.6vw, 3.6rem);
	}

	.healsio-product-area {
		margin-top: 5rem;
	}

	.healsio-product-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.product-img::before {
		block-size: 60%;
	}

	.product-img {
		margin-top: 2rem;
	}

	.product-img img {
		inline-size: 50%;
	}

	.product-btn {
		margin-top: 2rem;
	}

	.product-btn a {
		font-size: 1.6rem;
		box-shadow: 10px 10px 0px 0px #E6FF8B;
	}

}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {
	:root {
		--margin-large: 8rem;
		--margin-medium: 6rem;
		--margin-small: 4rem;
	}

}

/* ====================================
	タブレット専用スタイル（768px～1079px）
===================================== */
@media screen and (768px <=width < 1080px) {}

/* ====================================
	PC専用スタイル（1080px～）
===================================== */
@media print,
screen and (1080px <=width) {}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {
	.product-btn a:hover {
		text-decoration: none;
		background-color: #89C122;
	}

	.topic-link-area a:hover {
		text-decoration: none;
	}
}