@charset "utf-8";


/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜960px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

body {
	overflow-x: hidden;
}

main {
	margin-bottom: 2rem;
}

/* top common */
.inner {
	width: 84%;
	margin: auto;
}

h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
	color: #006934;
}

/* top common */

/* main visual */
.attachment {
	background-size: cover;
}

.mv {
	position: relative;
	height: 150vw;
	margin-top: 50px;
	margin-bottom: 9rem;
}

.main_title {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	transition: 1s;
}

.main_title_beauty {
	width: 59.2%;
	max-width: 300px;
	top: 42%;
}

.main_title.title_active {
	opacity: 1;
}


.brand_name {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -44px;
	width: 158px;
	padding: 2rem;
	margin: auto;
	background-color: #000;
}

/* main visual */

/* greeting */
#greeting {
	margin-bottom: 2em;
}

#greeting .greeting_link_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#greeting .greeting_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 324px;
    padding: 0px 10px;
    min-height: 50px;
}
#greeting .greeting_link.amazon {
	background-color: #323e48;
    padding-top: 6px;
}
#greeting .greeting_link.amazon img {
	max-width: 94px;
}
#greeting .greeting_link.rakuten {
	background-color: #bf0000;
}
#greeting .greeting_link.rakuten img {
	max-width: 120px;
}
#greeting .greeting_news {
	text-decoration: underline;
}
/* about */

/* #about {
	margin-bottom: 7rem;
}
sns_info追加のため一旦削除*/

#about h2 {
	margin-bottom: 2rem;
	font-size: 2.7rem;
	font-weight: bold;
	color: #006934;
}

@media screen and (max-width: 350px) {
	#about h2 {
		font-size: 2.4rem;
	}
}


#about p {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: justify;
}

.about_link {
	display: block;
	position: relative;
	width: 100%;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #118B45;
}

.about_link::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: auto;
	background-color: transparent;
	transform: rotate(-45deg);
}

.about_link.beauty_link {
	margin-top: 14px;
	background-color: #ef5081;
}

@media screen and (max-width:350px) {
	.about_link {
		padding: 1rem 0;
		font-size: 1.5rem;
	}

	.about_link::after {
		width: 14px;
		height: 14px;
	}
}

/* about */

/* sns_info */
.sns_info {
	padding-top: 7rem;
	padding-bottom: 4.5rem;
	background-image: url(../about/images/bg_trouble.jpg);
	background-repeat: repeat;
}

.sns_info_title {
	background-color: #118B45;
	color: #fff;
	font-weight: 400;
	border-radius: 30px 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.instaUserPosts {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.instaUserPosts li {
	max-width: 300px;
	margin: 10px 0;
}
.instaUserPosts .instagram-media {
	min-width: 100% !important;
    margin: 0 -1px !important;
    border-right: none !important;
    border-left: none !important;
}

@media screen and (max-width: 767px) {
	.sns_info_title{
		border-radius: 20px 20px 0 0;
	}
}


.sns_info_title::before,
.sns_info_title::after {
	content: '';
	width: 2px;
	height: 36px;
	background-color: #fff;
}

.sns_info_title::before {
	margin-right: 20px;
	transform: rotate(-20deg)
}

.sns_info_title::after {
	margin-left: 20px;
	transform: rotate(20deg)
}

@media screen and (max-width: 767px) {

	.sns_info_title::before,
	.sns_info_title::after {
		height: 18px;
	}

	.sns_info_title::before {
		margin-right: 12px;
	}

	.sns_info_title::after {
		margin-left: 12px;
	}
}



.sns_info_title>span {
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.sns_info_title>span {
		font-size: 16px;
	}
}


.sns_info_list_wrap {
	max-width: 1080px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 30px;
	padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
	.sns_info_list_wrap{
		border-radius: 20px;
	}
}

.sns_info_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 90%;
	margin: 0 auto;
}

.sns_info_list_item {
	width: calc((100% - (1.5rem * 2))/3);
}


.sns_info_list_item:not(:nth-of-type(3n + 1)) {
	margin-left: 1.5rem;
}

.sns_info_list_item:nth-of-type(n + 4) {
	margin-top: 1.5rem;
}


@media screen and (max-width: 767px) {
	.sns_info_list_item {
		width: calc((100% - 1rem )/2);
	}

	/* PC時の余白を打ち消す */
		.sns_info_list_item:not(:nth-of-type(3n + 1)) {
			margin-left: 0;
		}

		.sns_info_list_item:nth-of-type(n + 4) {
			margin-top: 0;
		}

	.sns_info_list_item:not(:nth-of-type(2n + 1)) {
		margin-left: 1rem;
	}

	.sns_info_list_item:nth-of-type(n + 3) {
		margin-top: 1rem;
	}



}



/* sns_info */




/* for_you */
.for_you {
	margin-bottom: 4.5rem;
}

#beauty_for_you {
	/*margin-top: 70px;*/
}

.beauty_for_you_ttl {
	color: #E41E4E;
}

.for_you .inner>p {
	margin-bottom: 3rem;
}

.catalog {
	margin-bottom: 3rem;
}

.catalog_link {
	display: block;
	margin-bottom: 2rem;
}

.catalog_link.disabled {
	pointer-events: none;
}

.catalog_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #000;
}

#beauty_for_you .catalog_btn {
	background-color: #EC2E69;
}

.catalog_btn img {
	width: 24px;
	margin-right: 10px;
	vertical-align: middle;
	/* vertical-align: text-bottom; */
}

.catalog_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: auto;
	background-color: transparent;
	transform: rotate(-45deg);
}

.catalog_btn.disabled {
	pointer-events: none;
}

.catalog_btn.disabled::before {
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
	left: 0;
}

@media screen and (max-width:350px) {
	.catalog_btn {
		padding: 1rem 0;
		font-size: 1.5rem;
	}

	.catalog_btn::after {
		width: 14px;
		height: 14px;
	}
}


.recipe_all_link {
	pointer-events: none;
}

.recipe_block_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.recipe_block_wrap>div:first-child,
.recipe_block_wrap>div:nth-child(2) {
	margin-bottom: 1rem;
}

.recipe_block {
	width: 48%;
}

.recipe_block p {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}

.beauty_feature_list li {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.beauty_feature_list li:not(:last-child) {
	margin-bottom: 0em;
}

.beauty_feature_list li img {
	width: 86px;
}

.beauty_feature_list li sub {
	font-size: .5em;
}

.beauty_feature_list li .beauty_strong {
	color: #EF5081;
}

.recipe_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #118B45;
}

#beauty_for_you .recipe_btn {
	color: #EC2E69;
	background-color: #FAC7D7;
}

.recipe_btn img {
	width: 36px;
	margin-right: 10px;
	vertical-align: middle;
	/* vertical-align: text-bottom; */
}

.recipe_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: auto;
	background-color: transparent;
	transform: rotate(-45deg);
}

#beauty_for_you .recipe_btn::after {
	border-color: #EC2E69;
}

@media screen and (max-width:350px) {
	.recipe_btn {
		padding: 1rem 0;
		font-size: 1.5rem;
	}

	.recipe_btn img {
		width: 30px;
	}

	.recipe_btn::after {
		width: 14px;
		height: 14px;
	}
}

.soon {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

/* for_you */

/* materials */
#materials {
	padding: 4.5rem 0;
	background-color: #DFF5FA;
}

.materials_bnr {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

.img_bnr_materials {
	height: 140px;
	object-fit: cover;
}

.txt_materials {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
}

.materials_summary dl {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
}

.materials_summary dt {
	margin-bottom: .5rem;
	font-weight: bold;
	color: #006934;
}

.materials_summary dt span {
	font-size: .8em;
	color: #333;
}

.materials_summary dd {
	font-size: .8em;
}

.where {
	margin-bottom: 3rem;
}

.where>img {
	object-fit: cover;
	object-position: center;
	min-height: 195px;
}

.where_map {
	border: 1px solid #999;
	border-radius: 10px;
	margin-bottom: 2rem;
}

.where_box {
	margin-bottom: 2rem;
}

.where_box img {
	margin-bottom: .5rem;
}

.where_box p {
	font-size: 1.4rem;
}

.where_box p span {
	color: #F00;
}


.nutrition h4 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.graphs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1640px;
	margin: 0 auto 1rem;
}

.graphs>div {
	width: 100%;
	padding: 1rem 1rem 2rem;
	margin-bottom: 1rem;
	background-color: #fff;
}


/* グラフ */
.graph dt {
	margin-bottom: 5vw;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #E50112;
}

.graph dd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.unit {
	width: 11%;
	height: 50vw;
	margin-top: -3vw;
	margin-bottom: -2vw;
	font-size: 3vw;
	text-align: right;
}

.unit li {
	line-height: 1.6;
}

.mag_unit li {
	height: calc(50vw / 10);
}

.poly_unit li {
	height: calc(50vw / 9);
}

.fiber_unit li {
	height: calc(50vw / 8);
}

.cal_unit li {
	height: calc(50vw / 9);
}

.graph_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 87%;
	padding-left: 2px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.graph_inner ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	font-size: 2.6vw;
	font-weight: bold;
	color: #006934;
}

.graph_inner ul li {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 20%;
	text-align: center;
	line-height: 1.6;
	white-space: nowrap;
}

.graph_inner ul li span {
	width: 100%;
}

.graph_inner ul li div {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 60%;
	height: 0;
	margin: 0 auto;
	background-color: #88CCB5;
	transition: 1.1s ease;
}

.graph_inner ul li:nth-child(2) div {
	/* transition-delay: .5s; */
}

/* マグネシウム */

.graph_inner ul li.mag_s div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.mag_s div {
	height: 33vw;
}

.graph_inner ul li.mag_c div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.mag_c div {
	height: 2.5vw;
}

.graph_inner.active ul li.mag_a div {
	height: 12vw;
}

.graph_inner.active ul li.mag_k div {
	height: 20vw;
}

.graph_inner.active ul li.mag_o div {
	height: 8vw;
}

.graph dd p {
	width: 100%;
	margin-top: 1vw;
	font-size: 3vw;
	text-align: right;
}

/* マグネシウム */
/* ポリフェノール */

.graph_inner ul li.poly_s div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.poly_s div {
	height: 38vw;
}

.graph_inner ul li.poly_c div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.poly_c div {
	height: 10vw;
}

.graph_inner.active ul li.poly_a div {
	height: 12.5vw;
}

.graph_inner.active ul li.poly_k div {
	height: 8vw;
}

.graph_inner.active ul li.poly_o div {
	height: 5vw;
}

/* ポリフェノール */
/* 食物繊維 */

.graph_inner ul li.fiber_s div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.fiber_s div {
	height: 26vw;
}

.graph_inner ul li.fiber_c div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.fiber_c div {
	height: 22vw;
}

.graph_inner.active ul li.fiber_a div {
	height: 23vw;
}

.graph_inner.active ul li.fiber_k div {
	height: 18vw;
}

.graph_inner.active ul li.fiber_o div {
	height: 26.5vw;
}

/* 食物繊維 */
/* カルシウム */

.graph_inner ul li.cal_s div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.cal_s div {
	height: 34vw;
}

.graph_inner ul li.cal_c div {
	height: 0;
	background: url(../images/bg_graph.jpg) no-repeat bottom;
	background-size: cover;
}

.graph_inner.active ul li.cal_c div {
	height: 4.5vw;
}

.graph_inner.active ul li.cal_a div {
	height: 7.5vw;
}

.graph_inner.active ul li.cal_k div {
	height: 25vw;
}

.graph_inner.active ul li.cal_o div {
	height: 3vw;
}

/* カルシウム */


/* グラフ */

.nutrition_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #118B45;
}

.nutrition_btn img {
	width: 24px;
	margin-right: 10px;
	vertical-align: middle;
}

.nutrition_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: auto;
	background-color: transparent;
	transform: rotate(-45deg);
}

@media screen and (max-width:350px) {
	.nutrition_btn {
		padding: 1rem 0;
		font-size: 1.5rem;
	}

	.nutrition_btn img {
		width: 20px;
	}

	.nutrition_btn::after {
		width: 14px;
		height: 14px;
	}
}


/* materials */

/* news */
#news {
	padding-bottom: 4.5rem;
	background-color: rgba(196, 236, 245, 0.5);
}

#news h3 {
	padding: 2rem 0;
	margin-bottom: 4rem;
	background: url(../images/img_news.jpg) no-repeat;
	background-size: cover;
}

#news h3 img {
	display: block;
	width: 80%;
	margin: auto;
}

.news_box {
	height: 400px;
	padding: 2rem;
	background-color: #fff;
	overflow-y: scroll;
}

.news_box::-webkit-scrollbar {
	width: 10px;
}

.news_box::-webkit-scrollbar-thumb {
	background: #118B45;
}

.news_box dl {
	font-size: 1.5rem;
}

.news_box dl:not(:last-child) {
	margin-bottom: 4rem;
}

.news_box dt {
	display: flex;
	justify-content: flex-start;
	padding-bottom: .7rem;
	border-bottom: 1px solid #999;
	margin-bottom: .7rem;
}

.news_box dt span {
	/* display: inline-block; */
	width: 35%;
	margin-left: 1rem;
	font-size: .93em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.news_box dt span.bnr_cam {
	/* padding: .1rem 2em; */
	background-color: #E50012;
}

.news_box dt span.bnr_news {
	/* padding: .1rem 4em; */
	background-color: #118B45;
}

.news_box dd {
	word-break: break-all;
}

.news_box dd br {
	display: none;
}


.news_box dd a {
	display: block;
	color: #333;
}

.news_box dd span {
	display: block;
	font-weight: bold;
}

/* news */

/* check */
#check {
	padding: 4.5rem 0;
}

#check h3 {
	color: #000;
}

.check_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}


.check_box {
	display: block;
	position: relative;
	width: 31%;
	max-width: 300px;
	margin: 0 auto 2rem;
}

.check_box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 5%;
	bottom: 5%;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
}

.faq_link {
	background-color: #37A46E;
}

.voice_link {
	background-color: #2599CA;
}

.vision_link {
	background-color: #11B5AC;
}

.check_box img {
	display: block;
	width: 30%;
	max-width: 88px;
	margin: 1rem auto;
}


.check_box p {
	margin: 0 auto 1rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.6;
}

.check_box span {
	display: block;
	font-size: 0.625em;
}

/* check */

/* insta */
#insta h3 {
	color: #000;
	text-align: center;
}

#insta h4 {
	font-size: 1.6rem;
	padding-top: 1rem;
	border-top: 1px solid #666;
	text-align: center;
}

#instafeed li {
	margin-bottom: 3rem;
}

.insta_photo {
	margin-bottom: .5rem;
}

#instafeed li a {
	display: block;
	overflow: hidden;
	color: #333;
}

#instafeed li a img {
	transition: .3s;
}


#instafeed li a:hover img {
	transform: scale(1.2);
}

#instafeed li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	font-weight: bold;
}

.iine_num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: white;
	font-size: 18px;
	transition: .3s ease;
	opacity: 0;
}


/* insta */


@media screen and (min-width: 600px) {
	main {
		margin-bottom: 3rem;
	}

	.attachment {
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
	}

	.ipad .attachment {
		background-attachment: scroll;
		background-position: center;
		background-size: cover;
	}

	.instaUserPosts li {
		flex: 0 0 45%;
	}



	.mv {
		/* height: calc(100vh - 100px); */
		margin-top: 0;
		margin-bottom: 0;
	}

	.ipad .mv {
		position: relative;
		height: 1000px;
		/* margin-top: 50px; */
		/* margin-bottom: 9rem; */
	}

	.main_title {
		max-width: 760px;
		margin: auto;
	}

	.main_title_beauty {
		max-width: 300px;
		top: 64px;
		left: -11%;
		right: 0;
		transform: translateX(-50%);
	}

	/* greeting */
	#greeting {
		background: rgba(255, 255, 255, 0.86);
		margin-bottom: 0;
	}

	#greeting .inner {
		width: 95%;
		padding: 6rem 0;
		max-width: 1000px;
	}

	#greeting p {
		font-weight: 600;
		text-align: center;
	}

	#about {
		background: rgba(255, 255, 255, 0.6);
	}

	.ipad #about {
		/* background: #fff; */
	}

	#about .inner {
		width: 95%;
		padding: 6rem 0;
		max-width: 1000px;
	}

	#about h2 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 4rem;
	}

	#about p {
		text-align: left;
	}

	.about_brand_name {
		width: 35%;
		padding: 2rem;
		margin-right: 2rem;
		text-align: center;
		background-color: #000;
	}

	.about_brand_name img {
		max-width: 217px;
		margin: auto;
	}

	.about_btn_flex {
		display: flex;
		justify-content: center;
	}

	.about_link {
		position: relative;
		width: 45%;
	}

	.about_link:hover::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(255, 255, 255, 0.3);
	}

	.about_link.beauty_link {
		margin-left: 30px;
		margin-top: 0;
	}

	h3 {
		text-align: center;
	}

	.for_you .inner {
		width: 80%;
		max-width: 1000px;
	}

	.for_you .inner>p {
		padding: 0 5%;
		margin-bottom: 3rem;
	}

	.catalog_link,
	.recipe_all_link {
		position: relative;
	}

	.for_you .catalog_hover,
	.for_you .recipe_hover {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: .8s;
	}

	.catalog_hover {
		background-color: rgba(0, 0, 0, 0.8)
	}

	.recipe_hover {
		background-color: rgba(17, 139, 69, 0.8);
	}

	#beauty_for_you {
		order: 2;
	}

	#normal_veggie {
		order: 1;
	}

	#beauty_for_you .catalog_hover {
		background-color: rgba(239, 80, 129, 0.8)
	}

	#beauty_for_you .recipe_hover {
		background-color: rgba(247, 171, 195, 0.8);
	}


	.catalog_hover p,
	.recipe_hover p {
		display: block;
		padding: 7rem 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		font-size: 3rem;
		color: #fff;
		text-align: center;
	}

	.catalog_hover p {
		width: 59%;
	}

	.catalog_hover p img {
		max-width: 266px;
	}

	.recipe_hover p {
		width: 50%;
	}

	.recipe_hover p img {
		max-width: 241px;
	}

	.for_you .catalog_link:hover .catalog_hover,
	.for_you .recipe_all_link:hover .recipe_hover {
		opacity: 1;
	}

	.catalog_btn:hover::before,
	.recipe_btn:hover::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(255, 255, 255, 0.3);
	}


	.img_bnr_materials {
		object-fit: contain;
		height: auto;
	}

	.txt_materials {
		width: 70%;
		max-width: 781px;
	}

	.nutrition_btn:hover::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(255, 255, 255, 0.3);
	}

	.check_box p {
		font-size: 1.8rem;
	}

	.check_box:hover::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 502;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(255, 255, 255, 0.3);
	}



	#instafeed {
		display: flex;
		justify-content: flex-start;
		max-width: 1000px;
		margin: 0 auto 5rem;
	}

	#instafeed li {
		width: 31%;
	}

	#instafeed li:not(:last-child) {
		margin-right: 3.5%;
	}

	.insta_photo {
		margin-bottom: 2rem;
	}

	#instafeed img {
		width: 100%;
	}

	.insta_photo {
		display: block;
		position: relative;
	}

	#insta h4 {
		width: 16em;
		margin: 0 auto;
		font-size: 2rem;
	}

	#instafeed li a:hover .iine_num {
		opacity: 1;
	}


}

@media screen and (min-width: 768px) {
	.mv {
		height: calc(100vh - 100px);
	}

	#about h2 {
		font-size: 3.9rem;
	}

	h3 {
		font-size: 3.6rem;
		margin-bottom: 4rem;
	}

	#greeting .greeting_link_box {
		gap: 30px;
		margin-top: 30px;
	}
	#greeting .greeting_link {
		min-height: 65px;
	}

	.materials_bnr {
		margin-bottom: 4rem;
	}

	.materials_summary {
		display: flex;
		justify-content: space-between;
		max-width: 1000px;
		margin: auto;
	}

	.materials_summary dl {
		width: 47.5%;
		margin-bottom: 4rem;
	}

	.where {
		max-width: 1400px;
		margin: 0 auto 5rem;
	}

	.nutrition h4 {
		margin-bottom: 3rem;
		font-size: 2.6rem;
		text-align: center;
	}

	.graphs {
		width: 638px;
		margin-bottom: 3rem;
	}

	.graphs>div {
		width: 48%;
	}

	.graph dt {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}

	.unit {
		height: 240px;
		margin-top: -1rem;
		margin-bottom: -1.5rem;
		font-size: 1.3rem;
	}

	.mag_unit li {
		height: calc(240px / 10);
	}

	.poly_unit li {
		height: calc(240px / 9);
	}

	.fiber_unit li {
		height: calc(240px / 8);
	}

	.cal_unit li {
		height: calc(240px / 9);
	}

	.graph_inner ul {
		font-size: 1.1rem;
	}

	/* マグネシウム */


	.graph_inner.active ul li.mag_s div {
		height: 166px;
	}

	.graph_inner.active ul li.mag_c div {
		height: 12px;
	}

	.graph_inner.active ul li.mag_a div {
		height: 57px;
	}

	.graph_inner.active ul li.mag_k div {
		height: 40px;
	}

	.graph_inner.active ul li.mag_o div {
		height: 33px;
	}

	.graph dd p {
		width: 100%;
		margin-top: .2rem;
		font-size: 1.2rem;
		text-align: right;
	}

	/* マグネシウム */
	/* ポリフェノール */


	.graph_inner.active ul li.poly_s div {
		height: 174px;
	}


	.graph_inner.active ul li.poly_c div {
		height: 45px;
	}

	.graph_inner.active ul li.poly_a div {
		height: 58px;
	}

	.graph_inner.active ul li.poly_k div {
		height: 30px;
	}

	.graph_inner.active ul li.poly_o div {
		height: 23px;
	}

	/* ポリフェノール */
	/* 食物繊維 */
	.graph_inner.active ul li.fiber_s div {
		height: 126px;
	}

	.graph_inner.active ul li.fiber_c div {
		height: 99px;
	}

	.graph_inner.active ul li.fiber_a div {
		height: 105px;
	}

	.graph_inner.active ul li.fiber_k div {
		height: 71px;
	}

	.graph_inner.active ul li.fiber_o div {
		height: 129px;
	}

	/* 食物繊維 */
	/* カルシウム */
	.graph_inner.active ul li.cal_s div {
		height: 156px;
	}

	.graph_inner.active ul li.cal_c div {
		height: 20px;
	}

	.graph_inner.active ul li.cal_a div {
		height: 37px;
	}

	.graph_inner.active ul li.cal_k div {
		height: 121px;
	}

	.graph_inner.active ul li.cal_o div {
		height: 15px;
	}

	/* カルシウム */


	.nutrition_btn {
		width: 31%;
		min-width: 355px;
		margin: auto;
	}

	#news {
		display: flex;
		align-items: center;
		padding: 0;
		background: url(../images/img_news.jpg) no-repeat;
		background-size: cover;
	}

	#news h3 {
		width: 50%;
		background: none;
		text-align: right;
	}

	#news h3 img {
		max-width: 398px;
		margin: 0px 2rem 0 0;
		display: inline;
	}

	#news .inner {
		width: 50%;
		padding: 2rem 0 2rem 2rem;
		background-color: rgba(196, 236, 245, 0.5);
	}

	.news_box {
		height: 550px;
		width: 75%;
		max-width: 530px;
	}

	.news_box dd a:hover {
		text-decoration: underline;
	}

	#check {
		padding: 7.5rem 0;
	}

	.check_box img {
		margin: 7rem auto 3rem;
	}

	.check_box p {
		margin-bottom: 5rem;
		font-size: 2.4rem;
	}

	/* 	.check_box {
		width: 31%;
		max-width: 300px;
		height: 25.7vw;
		max-height: 300px;
	}

	.check_box img {
		top: 24%;
	} */

	.beauty_feature_list li {
		font-size: 15px;
	}

	.beauty_feature_list li img {
		width: 105px;
	}
}

@media screen and (min-width: 900px) {
	#about h2 {
		font-size: 4.8rem;
	}

	.about_brand_name {
		padding: 4rem 2rem;
	}

	#about p {
		font-size: 2rem;
		line-height: 2;
	}

	.about_link {
		width: 31.5%;
		font-size: 2rem;
	}

	.for_you_flex {
		display: flex;
		justify-content: space-between;
	}

	.catalog {
		width: 47%;
	}

	.recipe {
		width: 50.5%;
	}

	.recipe_block_wrap {
		margin-bottom: 0;
	}


	.recipe_block_wrap>div:first-child,
	.recipe_block_wrap>div:nth-child(2) {
		margin-bottom: 1rem;
	}

	.recipe_all_link {
		display: block;
		pointer-events: inherit;
	}

	.catalog_link,
	.recipe_all_link {
		margin-bottom: 3rem;
	}

	.catalog_btn,
	.recipe_btn {
		font-size: 2rem;
	}

	.soon {
		margin-top: 0;
		font-size: 2rem;
	}

	.recipe_block p {
		margin-bottom: 0;
	}

	.nutrition_btn {
		font-size: 2rem;
	}



}

@media screen and (min-width: 1080px) {}

@media screen and (min-width: 1280px) {
	.mv {
		min-height: 620px;
	}

	.main_title_beauty {
		top: 22px;
		left: -15%;
		width: 25%;
		max-width: 536px;
	}

	.catalog {
		width: 45%;
	}

	.graphs {
		width: 1000px;
	}

	.graph_inner ul {
		font-size: 1.3rem;
	}

	.beauty_feature_list li {
		font-size: 17px;
	}

	.beauty_feature_list li:not(:last-child) {
		margin-bottom: -1.5em;
	}

	.beauty_feature_list li img {
		width: 136px;
		margin-left: -20px;
	}




}

@media screen and (min-width: 1480px) {
	.graphs {
		width: 1270px;
	}

	.graphs>div {
		width: 24%;
	}
}

@media screen and (min-width: 1600px) {
	.graphs {
		width: 1375px;
	}

	.graphs>div {
		width: 23%;
	}
}

@media screen and (min-width: 1900px) {
	.graphs {
		width: 1680px;
	}
}
