@charset "utf-8";

/* ------------------------------------------
	magiclush
------------------------------------------ */
html {
    font-size: 62.5%;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
	text-align: left;
}
.gothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and ( max-width : 1100px ){
	html {
		font-size: calc(100vw / 110);
	}
}

.sp-only { display: none !important; }
@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 40);
	}
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: inherit !important;
	}
}
@media screen and (min-width: 900px) {
	.tab-only {
		display: none;
	}
}

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:link {
	color: #444444;
	text-decoration: none;
}
#wrap {
	padding-bottom: 0;
}
img {
    max-width: 100%;
	vertical-align: top;
	margin: 0 auto;
}

/*-----------------------
	Over-sales
-----------------------*/

.over-sales{
    position: fixed;
    width: 50%;
    top: 0;
    right: 0;
    z-index:50;
}
#sales{
    position: absolute;
    top: 1rem;
    left: 50rem;
    width: 19rem;
    height: 14rem;
    text-align: center;
    background-color: #fff;
}
@media screen and (max-width: 1380px) {
    .over-sales{
        width: 100%;
    }
    #sales{
        left: auto;
        right: 0;
    }
}

#sales .inner{
    height: 9rem;
    border: 0.1rem solid #C09419;
    border-bottom: none;
}
#sales .inquiry{
    margin-top: 1.7rem;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    letter-spacing: 2px;
}
#sales .inquiry img{
	width: 2.4rem;
	height: 1.6rem;
    margin-right: 0.4rem;
}
#sales .tel img{
    width: 15.6rem;
	height: 3.1rem;
}
#sales .button{
    display: block;
    width: 18.8rem;
    height: 5rem;
    background-color: #C09419;
    color: #fff;
    line-height: 5rem;
    font-size: 2rem;
    border: 0.1rem solid #C09419;
    cursor: pointer;
}
#sales .button:hover{
    background-color: #fff;
    color: #C09419;
}
@media screen and (max-width: 767px) {
	.over-sales {
		display: none;
	}
	#sales{
		top: 15vw;
		width: 37.5vw;
		height: 26vw;
	}
	#sales .inner {
		height: 18.5vw;
	}
	#sales .inquiry {
		margin-top: 3vw;
		margin-bottom: 3vw;
		font-size: 3.5vw;
		line-height: 3.5vw;
	}
	#sales .inquiry img {
		width: 6vw;
		height: 4vw;
		margin-right: 1vw;
	}
	#sales .tel img {
		width: 30vw;
		height: 5.75vw;
	}
	#sales .button {
		width: 100%;
		height: 7.5vw;
		line-height: 7.5vw;
		font-size: 4vw;
	}
}
/*-----------------------
	header
-----------------------*/
#hd{
	height: 6.7rem;
	background-color: #fff;
}
#hd #cm {
    width: 93rem;
    height: 6.7rem;
    margin: 0 auto;
}
#hd #cm{
	background: none;
}
#hd #cm h1 a img {
	width: 40rem;
}
@media screen and (max-width: 767px) {
	#hd {
		width: 100%;
		height: 13vw;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 999;
	}
	#hd #cm {
		width: 100%;
		height: 13vw;
		display: flex;
		justify-content: space-between;
	}
	#hd #cm h1 {
		padding: 2.5vw 0 0 5vw;
	}
	#hd #cm h1 a {
		width: 26vw;
		height: 8vw;
		display: block;
	}
	.sales-sp {
		display: flex;
	}
	.sales-contact {
		background-color: #f39801;
		width: 42.5vw;
		height: 13vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sales-contact .tel {
		display: flex;
		align-items: center;
	}
	.sales-contact .tel img {
		width: 10.5vw;
		height: 6vw;
		margin-right: 1.25vw;
	}
	.sales-contact .tel span {
		font-size: 3.25vw;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
		text-align: center;
	}
	.sales-contact .tel span .phone {
		font-size: 3vw;
	}
	.sales-cart a {
		width: 13vw;
		height: 13vw;
		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	.sales-cart a img {
		width: 5.5vw;
		height: 5vw;
		padding-left: 1.25vw;
    	padding-top: 1.25vw;
	}
	.sales-cart a span {
		font-size: 2.5vw;
		font-weight: bold;
		line-height: normal;
		letter-spacing: -1px;
		color: #fff;
	}
}
/*-----------------------
	mv
-----------------------*/
#mv{
	width: 100%;
	height: 78rem;
	background: url(../images/main-visiual.jpg) no-repeat center/cover;
}

body > #wrap{
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 1360px){
	#mv {
		height: 62rem;
	}
}
@media screen and (max-width: 767px){
	#mv{
		height: 159.25vw;
	}
	body > #wrap {
		min-width: auto;
		padding-top: 13vw;
	}
}
/*-----------------------
	contents
-----------------------*/
div.content{
	max-width: 100rem;
	margin: 0 auto;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 100%;
		padding: 0 5vw;
	}
}
/*-----------------------
	sec_01_intro
-----------------------*/
.sec_01_intro {
	background-color: #fcf9eb;
	padding: 12rem 0 13rem;
	position: relative;
	overflow: hidden;
}
.intro_inr {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.intro_main {
	text-align: center;
}
.intro_ttl {
	margin-bottom: 3.9rem;
}
.intro_image {
	width: 60rem;
	margin: 0 auto;
}
.intro_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.2;
	letter-spacing: normal;
	color: #2d1700;
	margin-top: 3.3rem;
	margin-bottom: 7.2rem;
}
.intro-cta {
	max-width: 100rem;
	margin: 0 auto;
}
.intro-cta_box {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border: solid 0.1rem #502900;
	padding: 5.4rem 4.8rem 4.7rem 5.9rem;
}
.intro-cta_image {
	width: 27.7rem;
}
.intro-cta_detail {
	width: calc(100% - 27.7rem);
	padding-left: 6.4rem;
  margin-top: -0.7rem;
}
.intro-cta_detail--ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.06rem;
	text-align: left;
	color: #502900;
}
.intro-cta_detail--txt {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.044rem;
	text-align: left;
	color: #40220f;
	margin-top: 2rem;
}
.intro-cta_detail--bor {
	width: 17.2rem;
	height: 2.5rem;
	border: solid 0.1rem #40220f;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #40220f;
	margin-top: 0.2rem;
}
.intro-cta_detail--red {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.12;
	letter-spacing: -0.04rem;
	text-align: left;
	color: #ae1a1a;
	margin-top: 1.8rem;
}
.intro-cta_box .buy {
    font-size: 2rem;
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.04rem;
	color: #fff;
	width: 37rem;
    height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: #ae1a1a;
    -webkit-box-shadow: inset 0 0 0 0.4rem #ae1a1a;
    box-shadow: inset 0 0 0 0.4rem #ae1a1a;
	margin-top: 0.6rem;
}
.intro-cta_box .buy:hover {
	color: #ae1a1a;
    background-color: #fff;
}
._c-green {
	color: #048a0d;
}
._c-orange {
	color: #f18d01;
}
.intro-img_list {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.intro-img_list .img_intro_01 {
	position: absolute;
	top: 11.4rem;
	left: 50%;
	transform: translateX(-73.4rem);
}
.intro-img_list .img_intro_02 {
	position: absolute;
	top: 48.4rem;
	right: 50%;
	transform: translateX(84.4rem);
}
.intro-img_list .img_intro_03 {
	position: absolute;
	bottom: 49.4rem;
	left: 50%;
	transform: translateX(-84.4rem);
}
.intro-img_list .img_intro_04 {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(96rem);
}
.intro-img_list .img_intro_05 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-96rem);
}
@media screen and (max-width: 1100px) {
	.intro-img_list {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sec_01_intro {
		padding: 16vw 0;
	}
	.intro_inr {
		max-width: 100%;
		padding: 0 5vw;
	}
	.intro_ttl {
		width: 87.75vw;
		margin: 0 auto 7.75vw;
	}
	.intro_image {
		width: 100%;
	}
	.intro-cta {
		max-width: 100%;
		margin-top: 6vw;
	}
	.intro-cta_detail {
		width: 100%;
		padding-left: 0px;
	}
	.intro-cta_image {
		width: 47.25vw;
		margin: 0 auto;
	}
	.intro_txt {
		font-size: 4vw;
		line-height: 1.8;
		text-align: left;
		margin-top: 5.25vw;
		margin-bottom: 0px;
	}
	.intro-cta_box {
		padding: 7vw 3vw 7.75vw;
	}
	.intro-cta_detail--ttl {
		font-size: 6vw;
		line-height: 1.6;
		letter-spacing: -0.048rem;
		text-align: center;
		margin-bottom: 4.75vw;
	}
	.intro-cta_detail--txt {
		font-size: 5.5vw;
		line-height: 0.96;
		letter-spacing: 0.11rem;
		text-align: center;
		margin-top: 5vw;
	}
	.intro-cta_detail--bor {
		width: 31vw;
		height: 6vw;
		margin: 2.5vw auto 0;
		font-size: 3vw;
	}
	.intro-cta_detail--red {
		font-size: 4vw;
		line-height: 1.4;
		letter-spacing: -0.032rem;
		text-align: center;
		margin-top: 4vw;
		margin-bottom: 1.75vw;
	}
	.intro-cta_box .buy {
		font-size: 4vw;
		line-height: 1.4;
		letter-spacing: -0.032rem;
		width: 80vw;
		height: 15.25vw;
		margin: 0 auto;
	}
	.intro_banner {
		margin: -0.5vw -5vw 0;
	}
}
/*-----------------------
	sec_02_peptide
-----------------------*/
.sec_02_peptide {
	background: url(../images/img_bg_01.jpg) no-repeat center/cover;
	padding: 12rem 0 28.2rem;
}
.peptide_ttl {
	text-align: center;
	margin-bottom: 7.1rem;
}
.peptide_box {
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: space-between;
	padding: 2.4rem 3.2rem;
}
.peptide_box-image {
	width: 46.6rem;
}
.peptide_box-detail {
	width: calc(100% - 46.6rem);
	padding-left: 2.5rem;
	padding-top: 0.9rem;
}
.peptide_box-detail-ttl {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #502900;
}
.peptide_box-detail-ttl sup {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	line-height: 2;
}
.peptide_box-detail-txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: normal;
	text-align: left;
	color: #2d1700;
	margin-top: 1rem;
}
.peptide_box-detail-note {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.57;
	letter-spacing: normal;
	text-align: right;
	color: #2d1700;
	margin-top: -1.2rem;
}
.peptide_box:last-child {
	margin-top: 5.6rem;
}
.peptide_box:last-child .peptide_box-image {
	order: 1;
}
.peptide_box:last-child .peptide_box-detail {
	padding-left: 0px;
	padding-right: 2.5rem;
	padding-top: 5.6rem;
}
.peptide_box:last-child .peptide_box-detail-ttl {
	letter-spacing: -0.2rem;
}
.peptide_box:last-child .peptide_box-detail-txt {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.sec_02_peptide {
		background: url(../images/img_bg_sp_01.jpg) no-repeat center/cover;
		padding: 16vw 0 22.5vw;
	}
	.peptide_ttl {
		width: 71vw;
		margin: 0 auto 7.75vw;
	}
	.peptide_box {
		padding: 6vw 5vw 5.75vw;
		flex-wrap: wrap;
	}
	.peptide_box-image {
		width: 100%;
		order: 1;
		margin-top: -2vw;
	}
	.peptide_box-detail {
		width: 100%;
		padding-left: 0px;
		padding-top: 0px;
	}
	.peptide_box-detail-ttl {
		font-size: 6.5vw;
	}
	.peptide_box-detail-ttl sup {
		font-size: 3.5vw;
		line-height: 2.57;
	}
	.peptide_box-detail-txt {
		font-size: 4vw;
		line-height: 1.8;
		margin-top: 1.75vw;
	}
	.peptide_box-detail-note {
		font-size: 3.5vw;
		margin-top: -2.5vw;
	}
	.peptide_box:last-child {
		margin-top: 6vw;
		padding-top: 6.25vw;
	}
	.peptide_box:last-child .peptide_box-image {
		margin-top: 3vw;
	}
	.peptide_box:last-child .peptide_box-detail {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.peptide_box:last-child .peptide_box-detail-ttl {
		letter-spacing: normal;
	}
	.peptide_box:last-child .peptide_box-detail-txt {
		margin-top: 2vw;
	}
}
/*-----------------------
	sec_03_fiber
-----------------------*/
.sec_03_fiber {
	background-color: #efefef;
	padding: 12rem 0;
	position: relative;
}
.fiber_ttl {
	text-align: center;
	margin-bottom: 3.4rem ;
}
.fiber_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	margin-bottom: 4.3rem;
}
.fiber_box {
	border-radius: 1rem;
	background-color: #fff;
}
.fiber_graph {
	padding-bottom: 3rem;
	margin-bottom: 4rem;
}
.fiber_box-ttl {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 0.7rem 0 0.9rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background-color: #f5917a;
}
.fiber_box-ttl span {
	letter-spacing: -0.32rem;
}
.fiber_graph-image {
	width: 89.6rem;
	margin: 3rem auto 0;
}
.fiber_intestine-detail {
	display: flex;
	justify-content: space-between;
	padding: 3rem 4rem 3.5rem 5rem;
}
.fiber_intestine-image {
	width: 37rem;
}
.fiber_intestine-cmt {
	width: calc(100% - 37rem);
	padding-left: 4rem;
	margin-top: -0.5rem;
}
.fiber_intestine-txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.sec_03_fiber::after {
	content: "";
	position: absolute;
	bottom: -4.7rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2.2rem;
	height: 9.3rem;
	background: url(../images/arrow.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.sec_03_fiber {
		padding: 16vw 0;
	}
	.fiber_ttl {
		width: 81.5vw;
		margin: 0 auto 5.75vw;
	}
	.fiber_txt {
		font-size: 4vw;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 7.25vw;
	}
	.fiber_graph {
		padding-bottom: 6vw;
		margin-bottom: 6vw;
	}
	.fiber_box-ttl {
		font-size: 5.5vw;
		line-height: 1.2;
		text-align: left;
		padding: 3.75vw 3.75vw 3.5vw;
		background-color: #f5917a;
	}
	.fiber_graph-image {
		width: 80vw;
		margin: 6vw auto 0;
	}
	.fiber_intestine-detail {
		flex-wrap: wrap;
		padding: 5.75vw 3.75vw 6vw;
	}
	.fiber_intestine-image {
		width: 100%;
		order: 1;
		margin-top: 3.5vw;
	}
	.fiber_intestine-cmt {
		width: 100%;
		padding: 0 1.25vw;
		margin-top: 0px;
	}
	.fiber_intestine-txt {
		font-size: 4vw;
		line-height: 1.8;
	}
	.fiber_box-ttl span {
		letter-spacing: -0.22rem;
	}
	.sec_03_fiber::after {
		bottom: -7.75vw;
		width: 4vw;
		height: 17.25vw;
	}
}
/*-----------------------
	sec_04_dietary_fiber
-----------------------*/
.sec_04_dietary_fiber {
	background: url(../images/img_bg_02.jpg) no-repeat center/cover;
	padding: 12rem 0 11.7rem;
}
.dietary_fiber_inr {
	max-width: 114rem;
	margin: 0 auto;
}
.dietary_fiber_ttl {
	text-align: center;
	margin-bottom: 5.3rem;
}
.dietary_fiber_detail {
	max-width: 100rem;
	margin: 4.8rem auto 0;
	display: flex;
	justify-content: space-between;
}
.dietary_fiber_detail img {
	width: 42.2rem;
}
.dietary_fiber_detail p {
	width: calc(100% - 42.2rem);
	background-color: #fff;
	padding: 3.5rem 3.2rem 6.5rem;
}
@media screen and (max-width: 767px) {
	.sec_04_dietary_fiber {
		background: url(../images/img_bg_sp_02.jpg) no-repeat center/cover;
		padding: 12.25vw 0 15.75vw;
		overflow: hidden;
	}
	.dietary_fiber_inr {
		max-width: 100%;
	}
	.dietary_fiber_ttl {
		width: 102.5vw;
		margin: 0 auto 1.75vw;
		transform: translateX(-0.5vw);
	}
	.dietary_fiber_image {
		width: 94.5vw;
		margin: 0 auto;
	}
	.dietary_fiber_detail {
		flex-wrap: wrap;
		margin: 3vw auto 0;
		padding: 0 5vw;
	}
	.dietary_fiber_detail img {
		width: 100%;
	}
	.dietary_fiber_detail p {
		width: 100%;
		padding: 4.5vw 5vw;
	}
}
/*-----------------------
	sec_05_fermentation
-----------------------*/
.sec_05_fermentation {
	background: url(../images/img_pc_bg_03.jpg) no-repeat center/cover;
	padding: 12rem 0;
}
.fermentation_box {
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 5.6rem 0 6.3rem;
}
.fermentation_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: normal;
	color: #502900;
	margin-top: 3.2rem;
}
.fermentation_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: normal;
	color: #2d1700;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.sec_05_fermentation {
		background: url(../images/img_sp_bg_03.jpg) no-repeat center/cover;
		padding: 16vw 0;
	}
	.fermentation_box {
		padding: 10vw 5vw 9.5vw;
	}
	.fermentation_ttl {
		width: 74vw;
		margin: 0 auto;
	}
	.fermentation_name {
		font-size: 4.5vw;
		line-height: 1.6;
		margin-top: 5.5vw;
	}
	.fermentation_txt {
		font-size: 4vw;
		line-height: 1.8;
		text-align: left;
		margin-top: 3.25vw;
	}
}
/*-----------------------
	sec_06_recipe
-----------------------*/
.sec_06_recipe {
	background-color: #fcf9eb;
	padding: 12rem 0;
}
.recipe_ttl {
	text-align: center;
	margin-bottom: 3.4rem;
}
.recipe_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	margin-bottom: 5.9rem;
}
.recipe_list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -2.5rem;
}
.recipe_list li {
	width: calc(100% / 3);
	padding: 0 2.5rem;
}
.recipe_list li:nth-child(4),
.recipe_list li:last-child {
	margin-top: 1.6rem;
}
.recipe_box {
  background-color: #fff;
  border: 0.1rem solid #1F7253;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 7.2rem;
}
.recipe_box--ttl {
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(46 / 32);
  color: #fff;
  background-color: #1F7253;
  text-align: center;
  padding: 0.7rem 0;
}
.recipe_box--detail {
  padding: 3rem 13rem 3.9rem;
}
.recipe_box--detail-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(36 / 18);
}
.recipe_box--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6.7rem;
  margin-top: 3.2rem;
  padding-left: 1.8rem;
  padding-right: 4rem;
}
.flex-left {
  display: flex;
  justify-content: space-between;
  width: 29.8rem;
  padding-top: 0.5rem;
}
.flex-left .bor {
  width: 7.6rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #D5F8C1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  color: #1E7252;
  border-radius: 50%;
}
.flex-left img {
  width: calc(100% - 7.6rem);
}
@media screen and (max-width: 767px) {
	.sec_06_recipe {
		padding: 16vw 0;
	}
	.recipe_ttl {
		width: 53vw;
		margin: 0 auto 5.25vw;
	}
	.recipe_txt {
		font-size: 4vw;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 7.25vw;
	}
	.recipe_list {
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
	}
	.recipe_list li {
		width: calc((100% - 5vw) / 2);
		padding: 0;
		margin-bottom: 4vw;
	}
	.recipe_list li:nth-child(4),
	.recipe_list li:last-child {
		margin-top: 0px;
	}
	.recipe_list li:last-child {
		margin-bottom: 0px;
	}
  .recipe_box {
    margin-top: 10vw;
  }
  .recipe_box--ttl {
    font-size: 5.5vw;
    line-height: calc(26 / 22);
    padding: 3.5vw;
    text-align: left;
  }
  .recipe_box--detail {
    padding: 5.75vw 4.5vw 9.75vw;
  }
  .recipe_box--detail-txt {
    font-size: 4vw;
    line-height: calc(28 / 16);
    letter-spacing: -0.25vw;
  }
  .recipe_box--flex {
    flex-direction: column;
    gap: 5.75vw;
    margin-top: 13.25vw;
    padding-left: 2.75vw;
    padding-right: 6vw;
  }
  .flex-left {
    width: 100%;
    padding-top: 0;
    padding-right: 3.25vw;
  }
  .flex-left .bor {
    width: 19vw;
    height: 19vw;
    font-size: 4vw;
  }
  .flex-left img {
    width: 49.25vw;
  }
  .flex-right img {
    width: 71.25vw;
  }
}
/*-----------------------
	sec_07_who
-----------------------*/
.sec_07_who {
	background: url(../images/img_pc_bg_04.jpg) no-repeat center/cover;
	padding: 8rem 0 10.1rem;
	position: relative;
}
.who_check {
	width: 61rem;
	margin: 0 0 0 auto;
}
.who_check-ttl {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #2d1700;
	display: inline-block;
	border-bottom: 0.2rem solid #2d1700;
	padding-bottom: 0.3rem;
}
.who_check ul {
	width: 100%;
	height: 25rem;
	padding: 4.4rem 15rem 1rem 4rem;
	background-color: rgba(255, 255, 255, 0.6);
	margin-top: 1.5rem;
}
.who_check ul li {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.08rem;
	color: #2d1700;
	position: relative;
	margin-bottom: 2.3rem;
	padding-left: 3.8rem;
}
.who_check ul li::before {
	content: "";
	position: absolute;
	top: -1.2rem;
	left: 0;
	width: 3rem;
	height: 3.9rem;
	background: url(../images/icon_check.png) no-repeat;
	background-size: cover;
}
.sec_07_who::after {
	content: "";
	position: absolute;
	bottom: -4.7rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2.2rem;
	height: 9.3rem;
	background: url(../images/arrow.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.sec_07_who {
		background: url(../images/img_sp_bg_04.jpg) no-repeat center/cover;
		padding: 16.25vw 0 40.25vw;
	}
	.who_check {
		width: 100%;
		padding: 0 2.5vw;
	}
	.who_check-ttl {
		font-size: 6.5vw;
		letter-spacing: 0.13rem;
		text-align: center;
		margin-left: 2.5vw;
	}
	.who_check ul {
		height: 56.75vw;
		padding: 4.75vw 5vw;
		margin-top: 3.75vw;
	}
	.who_check ul li {
		font-size: 4vw;
		letter-spacing: normal;
		color: #40220f;
		margin-bottom: 2.75vw;
		padding-left: 7vw;
	}
	.who_check ul li::before {
		top: -1vw;
		width: 5.5vw;
		height: 7.25vw;
	}
	.sec_07_who::after {
		bottom: -8.5vw;
		width: 4vw;
		height: 17.25vw;
	}
}
/*-----------------------
	sec_08_cta
-----------------------*/
.sec_08_cta {
	background-color: #fcf9eb;
	padding: 12rem 0;
}
.sec_08_cta_ttl {
	text-align: center;
	margin-bottom: 6.4rem;
}
.cta_box {
	padding: 4.4rem 4.8rem 5.4rem 0;
	box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.cta_box-inr {
	display: flex;
    justify-content: space-between;
}
.cta_image {
	width: 36.1rem;
}
.cta_intro {
	width: 55.1rem;
}
.cta_intro--ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.06rem;
	color: #40220f;
	margin-bottom: 2rem;
}
.cta_intro-content ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}
.cta_intro--left {
	width: 13rem;
	border-radius: 0.5rem;
	padding: 0.2rem 0 0;
  	background-color: #f17f27;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.032rem;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.cta_intro--right {
	width: calc(100% - 14rem);
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.032rem;
	color: #40220f;
}
.cta_cart {
	margin-top: 3.4rem;
}
.cta_cart--red {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.12;
	letter-spacing: -0.04rem;
	color: #ae1a1a;
}
.cta_cart a.buy {
    font-size: 2rem;
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.04rem;
	color: #fff;
	width: 37rem;
    height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: #ae1a1a;
    -webkit-box-shadow: inset 0 0 0 0.4rem #ae1a1a;
    box-shadow: inset 0 0 0 0.4rem #ae1a1a;
	margin-top: 1.1rem;
}
.cta_cart a.buy:hover {
	color: #ae1a1a;
    background-color: #fff;
}
.cta_notes {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: normal;
	color: #000;
	padding-left: 4.8rem;
	margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
	.sec_08_cta {
		padding: 17.75vw 0 16vw;
	}
	.sec_08_cta_ttl {
		width: 97.5vw;
		margin: 0 -3.75vw 4.25vw;
	}
	.cta_box {
		padding: 6vw 5vw 5.25vw;
	}
	.cta_box-inr {
		flex-wrap: wrap;
	}
	.cta_image {
		width: 100%;
	}
	.cta_intro {
		width: 100%;
	}
	.cta_intro-content {
		margin-top: 3.25vw;
	}
	.cta_intro--ttl {
		font-size: 5.5vw;
		letter-spacing: -0.044rem;
		margin-bottom: 1.5vw;
	}
	.cta_intro-content ul li {
		margin-bottom: 1.5vw;
	}
	.cta_intro--left {
		width: 23.25vw;
		padding: 0.5vw 0;
		font-size: 3vw;
		letter-spacing: -0.024rem;
	}
	.cta_intro--right {
		width: calc(100% - 25.75vw);
		font-size: 3.5vw;
		line-height: 1.6;
		letter-spacing: -0.028rem;
	}
	.cta_cart {
		margin-top: 5.75vw;
	}
	.cta_cart--red {
		font-size: 4.5vw;
		line-height: 1.24;
		letter-spacing: -0.036rem;
		text-align: center;
	}
	.cta_cart a.buy {
		font-size: 5vw;
		line-height: 1.12;
		letter-spacing: -0.04rem;
		width: 80vw;
		height: 16.5vw;
		margin-top: 2.5vw;
	}
	.cta_notes {
		font-size: 3.5vw;
		padding-left: 0px;
		margin-top: 3.75vw;
	}
}
/*-----------------------
	footer
-----------------------*/
div.footer{
	width: 100%;
	background-color: #424f36;
}
div.footer div.wrapper{
	width: 100rem;
	margin: 0 auto;
	padding: 1.6rem 4rem 1.5rem;
	overflow: hidden;
	position: relative;
}
div.footer div.wrapper p.copyright{
	position: absolute;
	right: 4rem;
	bottom: 1.4rem;
	font-size: 1.2rem;
	color: #fff;
}
@media screen and (max-width: 767px) {
	div.footer{
		min-width: auto;
	}
	div.footer div.wrapper{
		width: 100%;
		padding: 2.5vw 5vw;
	}
	div.footer div.wrapper .logo img {
		width: 26.25vw;
		height: 8vw;
	}
	div.footer div.wrapper p.copyright {
		right: 5vw;
		bottom: 2vw;
		font-size: 2.5vw;
	}
}