﻿@charset "UTF-8";
body {
	min-width: 1200px;
	color: #222222;
	font-size: 1.6rem;
}
header {
	border: none;
}
.header-main h1 {
	height: 39px;
	display: block;
	line-height: 1;
}
.header-categorylist a {
	color: #362323;
}
.header-right ul li > div, .header-right ul li a {
	font-weight: bold;
}
a:hover img{
    opacity: 0.8;
}
.header-language p {
	font-weight: bold;
}
/*ヘッダー*/
.header-categorylist li{
	line-height: 1;
	display: block;
}
.header-categorylist li a,
.header-categorylist li span{
	line-height: 1;
	display: block;
	cursor: pointer;
	position: relative;
}
.header-categorylist li	.header-categorylist-title{
	font-size: 1.6rem;
}
.header-categorylist li:hover{
	opacity: 1;
}
.header-categorylist li::before{
	display: none;
}
.header-main{
	position: relative;
}
.header-categorylist > li .header-categorylist-title br{
	display: none;
}
.header-categorylist > li{
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	height: 80px;
}
.header-categorylist > li.hidden-sb:last-of-type{
	margin: 0;
	padding: 0;
}
.header-categorylist li > span{
	cursor: pointer;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fff;
	cursor: pointer;
}

.header-categorylist li.js-pulldown span:hover{
	opacity: 0.8;
}
.header-menus.active{
	height: max-content;
}
.header-menus-main{
	margin: 0 auto;
	width: 100%;
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 30px;
}
.header-menus-inner{
	margin: 0 200px;
	background: #fff;
	padding: 32px 100px 52px;
	box-sizing: border-box;
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);

}
.header-menus-inner .block-btn{
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: max-content;
	margin: 32px auto 0;
}
.header-menus-inner .block-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu-list{
	display: flex;
	flex-direction: row;
	gap: 40px;
	width: 100%;
}
.header-menu-list.cell5{
	gap: 20px;
}
.header-menu-list.cell5 p{
	font-size: 1.6rem;
}

.header-menu-list.cell4{
	gap: 40px;
}
.header-menu-list.cell4 p{
	font-size: 1.6rem;
}

.header-menu-list.cell8{
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
}
.header-menu-list.cell8 p{
	padding: 0 0 0 38px;
	min-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-contact{
	display: flex;
	flex-direction: row;
	gap: 5%;
	padding-bottom: 32px;
}
.faq-contact p.faq-contact-title{
	color: #222222;
	font-weight: bold;
	font-size: 2.2rem;
	padding: 0 0 12px;
	margin: 0 0 24px;
	border-bottom: 1px solid #DFEBE1;
	width: 100%;
	text-align: left;
}
.faq-contact p.faq-contact-title a{
	width: max-content;
	padding: 0 24px 0 0;
	color: #222222;
	text-decoration: none;
	background: url(../img/gnav/shape.png) right center no-repeat;
}
.header-menu.faq{
	width: 69.2%;
}
.header-menu.faq ul{
	overflow: hidden;
}
.header-menu.faq ul li{
	float: left;
	margin: 0 60px 20px 0;
	padding: 0;

}
.header-menu.faq ul li:nth-child(3n+0){
	margin-right: 0;
}
.header-menu.faq ul li a{
	color: #222;
	font-size: 1.6rem;
}
.header-menu.contact{
	width: 25.83333333333333%;
}
.gnav4_1 p{background: url(../img/gnav/gnav4_icon1.png) left center no-repeat;}
.gnav4_2 p{background: url(../img/gnav/gnav4_icon2.png) left center no-repeat;}
.gnav4_3 p{background: url(../img/gnav/gnav4_icon3.png) left center no-repeat;}
.gnav4_4 p{background: url(../img/gnav/gnav4_icon4.png) left center no-repeat;}

.gnav4_5 p{background: url(../img/gnav/gnav4_icon5.png) left center no-repeat;}
.gnav4_6 p{background: url(../img/gnav/gnav4_icon6.png) left center no-repeat;}
.gnav4_7 p{background: url(../img/gnav/gnav4_icon7.png) left center no-repeat;}
.gnav4_8 p{background: url(../img/gnav/gnav4_icon8.png) left center no-repeat;}

.header-menu-list.cell8 .header-menu{
	width: calc((100% / 4) - 30px);

}
.header-menu-recommend{
	background: #F7F7F7;
	padding: 24px 40px 32px;
	margin-top: 32px;
}
.header-menu-recommend-title{
	margin-bottom: 20px;
	color: #222222;
	font-weight: bold;
	font-size: 2.2rem;
}
.header-menu-recommend-main{
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 40px;
}
.header-menu-recommend-item{
	width: calc((100% / 2) + 40px);
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px;	
}
.header-categorylist li .header-menu-recommend-item > *{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
p.header-menu-recommend-main-title{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 0;
	font-weight: bold;
}
p.header-menu-recommend-title{
	color: #2E9B3B;
	font-size: 1.6rem;
	margin: 0 0 12px;
	padding: 0 0 8px 38px;
	border-bottom: 1px solid #DFEBE1;
	min-height: 24px;
	display: flex;
	justify-content: start;
	align-items: center;
}
p.header-menu-recommend-date{
	color: #AAAAAA;
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.header-menu-recommend-comment{
	overflow: hidden;
	font-size: 1.8rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #222222;
	line-height: 1.6;
	font-weight: bold;
}
.header-categorylist li .header-menu-recommend-item picture{
	width: 222px;
}
.header-categorylist li .header-menu-recommend-item .header-menu-recommend-detail{
	width: calc(100% - 242px);
}
.recommend1 .header-menu-recommend-title{
	background: url(../img/gnav/recommend1_icon.png) left top no-repeat;
}
.recommend2 .header-menu-recommend-title{
	background: url(../img/gnav/recommend2_icon.png) left top no-repeat;
}
.header-menu{
	text-align: center;
}
.header-menu img{
	max-width: 100%;
	vertical-align: bottom;
}
.header-search-form-bg {
	height: 80px;
}
.header-menu p{
	width: max-content;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 12px auto 0;
}
.header-menu a:hover{
	opacity: 0.8;	
}
.header-categorylist li:last-of-type span::before{
	display: none;
}
.header-categorylist li a:hover{
	opacity: 0.8;
}
.header-categorylist-title.active{
	color: #362323;
	font-weight: normal;
}
.header-categorylist-title.active::after{
	display: none
}
.header-categorylist > li.hidden-fb{
	display: none;
}
.header-categorylist li a.header-categorylist-title::before, .header-categorylist li span.header-categorylist-title::before{
	display: none;
}
/*ヘッダー*/

.block-main{
	background: url(../img/pc/main.png) center top no-repeat;
	background-size: 100% 100%;
}
/*メインビジュアル*/
.block-top-info-main {
	max-width: unset;
	min-width: unset;
	display: flex;
	flex-direction: column;
	min-height: 674px;
	margin: 0;
	padding: 65px 0 0 0;
	box-sizing: border-box;
	background: url(../img/pc/mainvisual_bg.png?d=1) center top no-repeat;
	background-size: 100% 100%;
}
.block-top-info-main h1 {
	padding-bottom: 18px;
}
.block-top-info-main picture img {
	margin-top: 30px;
}
.block-top-info {
	margin: 0;
	background: none;
}
/*メインビジュアル*/

/*Inner CHARMとは*/
.block-top-about-wrap {
	background: url(../img/pc/bg2.png) center top no-repeat;
	background-size: 100% 100%;
}
.block-top-about {
	max-width: 1920px;
	margin: 0 auto;
}
.block-top-about-item {
	width: 925px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: center;
	gap: 0 42px;
}
.block-top-about-item img {
	margin-top: auto;
}
.block-top-about-item p {
	color: #362323;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: -0.09em;

}
.block-top-about-item h2{
	margin: 80px 0 20px 0;
	font-size: 58px;
	color: #eec4e3;
	line-height: 1;
	letter-spacing: -0.01em;
	letter-spacing: -0.07em;
	font-family: "Noto Serif JP", serif;

}
.block-top-about-item:nth-child(1) p {
	margin-bottom: 70px;
}
.block-top-about-item + .block-top-about-item p{
	margin-bottom: 0;
}
.block-top-about-item + .block-top-about-item h2 {
	margin: 30px 0 15px 0;
}
.block-top-about-item + .block-top-about-item h3 {
	margin-top: 30px;
}
.block-top-about-item + .block-top-about-item picture {
	margin: auto 0 0 0;
}
/*Inner CHARMとは*/
/*気になるキーワード*/
.block-top-keyword h3 {
	text-align: center;
	padding-top: 100px;
	font-family: "Noto Serif JP", serif;
	font-size: 3.5rem;
	font-weight: normal;
	color: #362323;
	background: url(../img/pc/keyword_icon.png) center top no-repeat;
}
.block-top-keyword-list a {
	color: #362323;
	font-size: 20px;
	border: none;
	margin: 0 30px 0 0;
	padding: 0;
	font-weight: bold;
}
.block-top-keyword-list {
	margin: 60px 0 0 0;
}
.block-top-keyword-list a:nth-child(3n+0){
	margin-right: 0;
}
.block-top-keyword-main,
.block-top-product {
	padding: 0;
	max-width: 567px;
	min-width: unset;
	width: unset;
}
.block-top-product {
	margin: 0 auto;
}
.block-top-keyword {
	border: none;
	padding: 96px 0 0 0 ;
	margin-bottom: 0;
}
.block-global-search form {
	margin: 42px 0 0 0;
}
input.block-global-search--keyword {
	border: 1px solid #362323;
	background: #FFF;
	height: 59px;
}
input.block-global-search--keyword::placeholder {
	color: #c6a9bb;
}
.block-global-search form .block-global-search--submit {
	width: 38px;
	height: 38px;
  background: url(../img/pc/loope.png) center center no-repeat;
}
/*気になるキーワード*/



/*商品一覧*/
.block-top-productlist {
	padding: 115px 0 0 0;
}
.block-top-productlist h2 {
	text-align: center;
	padding-top: 100px;
	font-size: 3.5rem;
	font-family: "Noto Serif JP", serif;
	color: #362323;
	font-weight: normal;
	background: url(../img/pc/productlist_icon.png) center top no-repeat;
}
.block-top-productlist-main {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 0;
	margin: 44px 0 0 0;
}
.block-top-productlist-item {
	width: 407px;
	height: 496px;
	color: #FFF;
	padding: 48px 40px;
	box-sizing: border-box;
}
.block-top-productlist-item a{
	display: block;
	width: 100%;
	height: 100%;
	justify-content: start;
	color: #FFF;
	text-decoration: none;
}
.block-top-productlist-item a:hover{
	opacity: 0.8;
}
.block-top-productlist-item h3 {
	margin-bottom: 42px;
	font-size: 2.8rem;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
.block-top-productlist-item p {
	font-size: 1.6rem;
	line-height: 1.8;
}
.block-top-productlist-item1 {
	background: url(../img/pc/productlist1.png) center center no-repeat;
}
.block-top-productlist-item2 {
	background: url(../img/pc/productlist2.png?d=20260323a01) center center no-repeat;
}
.block-top-productlist-item3 {
	background: url(../img/pc/productlist3.png) center center no-repeat;
}
/*商品一覧*/


/*インスタグラム*/
.block-top-instagram {
	max-width: 720px;
	margin: 0 auto;
	padding: 110px 0 0 0;
}
.block-top-instagram h2 {
	text-align: center;
	padding-top: 84px;
	font-size: 3.5rem;
	font-family: "Noto Serif JP", serif;
	color: #362323;
	background: url(../img/pc/instagram_icon.png) center top no-repeat;
}
.block-top-instagram ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 13px;
	margin: 39px 0 42px 0;
}
.block-top-instagram ul li {
	width: calc((100% / 3) - 8.6666666667px);
}
/*インスタグラム*/

/*お得な定期コースについて*/
.block-top-course .block-top-title span {
	margin-bottom: 9px;
	font-size: 17px;
	color: #362323;
	background: url(../img/pc/spec_top.png) center bottom no-repeat;
}
.block-top-course{
	padding: 100px 0 70px;
}
.block-top-course h2 {
	color: #362323;
	font-size: 3.5rem;
	font-weight: normal;
	font-family: "Noto Serif JP", serif;
}
.block-top-course-main{
	max-width: 1038px;
	min-width: 1038px;
	width: 100%;
	margin: 0 auto;
}
.block-top-course-spec{
	background: url(../img/pc/spec.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 40px 0 40px ;
	margin: 48px 0 46px;
}
.block-top-course-spec h3{
	text-align: center;
	font-size: 2.6rem;
	color: #362323;
	font-weight: bold;
}
.block-top-course-spec-main{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	margin: 24px 0 28px 0;
}
.block-top-course-spec-item{
	max-width: 202px;
	width: calc((100% /4) - 24px);
	border: 2px solid #FFF;
	border-radius: 16px;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 22px;

}
.block-top-course-spec-item p{
	text-align: center;
	color: #362323;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.block-top-course-spec-item picture{
	height: 82px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 52px 0 22px;
}
.block-top-course-spec-rank{
	position: absolute;
	top: 7px;
	left: 15px;
	width: 29px;
	height: 28px;
	font-size: 2.8rem;
	font-weight: 5
	00;
	color: #362323;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-top-course-list{
	display: flex;
	gap: 40px;
}
.block-top-course-item{
	width: 502px;
	background: url(../img/pc/course_bg.png) center center no-repeat;
	padding: 40px 44px 44px;
	text-align: center;
	box-sizing: border-box;
}
.block-top-course-item h4{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #362323;
}
.block-top-course-item p{
	text-align: left;
	font-size: 1.6rem;
	color: #362323;
	margin-bottom: 28px;
}

/*お得な定期コースについて*/

.block-btn a {
	background: #fff url(../img/pc/shape.png) right 16px center no-repeat;
	color: #362323;
	border: 1px solid #362323;
}
#goodsdetail_itemhistory .block-recent-item--header,
.block-recent-item--header {
	color: #362323;
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 18px;
}
.block-recent-item--header span {
	color: #362323;
}
.footer-sns-item {
	font-size: 18px;
	color: #783635;
	text-align: center;
	min-height: 352px;
	background: url(../img/pc/footer_bg.png) center center no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-sns-item p {
	margin-bottom: 0;
	/*margin-bottom: 20px;*/
}
.footer-sns-item ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.footer-sns-item li a{
	width: 56px;
	height: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #783635;
	border-radius: 50%;
}
header .header-nav .footer-contact {
	padding: 0;
}
header .footer-contact-main-top {
	display: none;
}
.footer-contact-main-top {
	padding: 38px 0 46px 0;
	background: url(../img/pc/foot.png) center center no-repeat;
	background-size: 100% auto;
}
.footer_logo {
	text-align: center;
	/*padding: 65px 0 22px 0;*/
	padding: 0 22px 0;
}
.footer-contact-item-title{
	background-image: url(../img/contact_l.png), url(../img/contact_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;

}
p.footer-contact-text1{
	background: url(../img/contact.png) left center no-repeat;
}
p.footer-contact-text2{
	background: url(../img/tel.png) left center no-repeat;
}
.header-right ul li .header-search-inner .block-global-search--submit{
    background: url(../img/pc/loope.png) center center no-repeat;
		width: 38px;
		height: 38px;
}
.footer-brand-staticlist ul li.pdf::before{
    background: url(../img/pdf.png) no-repeat right center;
}
.footer-contact-comment a{
	color: #222;
}
.block-btn a:hover{
    border: 1px solid #362323;
    color: #FFF;
    text-decoration: none;
    transition: .3s;
    background: #362323 url(../img/btnshape_hover.png) right 16px center no-repeat;

}
.header-right ul li > div, .header-right ul li a {
	color: #000;
}
.footer-contact-comment a:hover,
a.js-enhanced-ecommerce-goods-name:hover,
.faq-contact p.faq-contact-title a:hover,
.header-menu.faq ul li a:hover,
.header-menu:hover p,
.header-right ul li > div:hover, .header-right ul li a:hover,
.header-categorylist li .header-categorylist-title:hover{
	color:#222222;
	text-decoration: none;
	transition: .3s;
}
.block-top-recipe-item a:hover *,
.block-top-column-item a:hover *,
.block-top-column-item.swiper-slide a:hover *,
.block-topic--items li a:hover dt,
.block-topic--items li a:hover dd,
.block-ranking-r--goods .js-enhanced-ecommerce-goods-name:hover,
.js-item-history-link:hover,
.js-enhanced-ecommerce-goods-name:hover,
.footer-brand-staticlist ul li a:hover {
    color: #222222;
    text-decoration: none;
    transition: .3s;
		font-weight: bold;
}
.footer-brand-paymentlist{
	margin-top: 0;
}
.footer-contact {
	padding: 0;
	background: none;
}
.page-goods tr:first-child th {
	font-size: 1.8rem;
	padding: 6px 6px;
	background: #ba91cc;
}
.page-goods tr:not(:first-child) th {
	background: #f4f4f4;
}
.block-goods-detail{
	border-top: 1px solid #cecece;
	padding: 40px 0 0 0;
	background: url(../img/pc/goods_bg.png) center top no-repeat;
	background-size: 100% 100%;
}
.page-goods .block-goods-name h1,
.pane-goods-right-side .block-goods-price .block-goods-price--no-regular--no-repeat-price-wrap .block-goods-price--price.price, .pane-goods-right-side .block-goods-price .block-goods-price--regular-repeat-price-outer.default .block-goods-price--item.block-goods-price--price.price,
.block-goods-comment3 {
	color: #362323;
}
.page-goods .pane-main {
	margin-top: 80px!important;
}
.block-goods-comment4 h3{
	display: none;
}
@media print, screen and (max-width: 767px) {
	@media print, screen and (max-width: 767px) {
			body {
					min-width: unset;
			}
	}	
	/*ヘッダー*/
	header{
		height: unset;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		border: none;
	}
	.header-top{
		border: 1px solid #DEDEDE;
	}
	.header-main{
		position: static;
	}
	.header-main h1 img{
		height: 28px;
		vertical-align: bottom;
	}
	.header-main h1{
		margin: 10px 0 10px 10px;
	}
	.header-right{
		top: 6px;
		right: 0;
	}
	.header-right ul{
		margin-right: 0;
	}
	.header-right > ul li a{
		width: 30px;
		height: 36px;
	}
	.header-categorylist{
		display: none;
		overflow: auto;
		border: none;
	}
	.header-categorylist:last-of-type li:last-of-type {
		border-bottom: none;
	}
	.header-right-menu ul{
		display: flex;
		gap: 12px;
		flex-direction: row;
		width: max-content;
	}
	.header-right-menu ul li > *{
		width: 30px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-right-menu ul li.header-right-menu-loope img{
		width: 22px;
		vertical-align: bottom;
	}
	.header-right-menu ul li.header-right-menu-toggle{
		width: 30px;
		height: 36px;
	}
	.header-categorylist > li:last-child {
		border-bottom: none;
	}
	.header-nav{
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		height: -webkit-fill-available;
		background: #FFF;
		margin: 0 auto;
		z-index: 9999;
		padding-bottom: 96px;
		display: none;
		box-shadow: unset;
		overflow: auto;
		top: 48px!important;
		border-top: none;
	}
	.header-nav p {
		font-weight: bold;
		padding: 12px 30px;
		background: #fbf8f9;
		color: #362323;
		font-size: 1.2rem;
	}
	.header-nav ul{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
	}
	.header-categorylist li a.header-categorylist-title::before,
	.header-categorylist li span.header-categorylist-title::before{
		display: none;
	}
	header .header-categorylist > li.hidden-fb{
		display: block
	}
	.header-categorylist > li.hidden-sb.js-pulldown{
		display: none;
	}
	.header-categorylist > li:last-child,
	.header-categorylist > li,
	.header-categorylist li .header-categorylist-title{
		display: block;
		width: 100%;
		background: #FFF;
		margin: 0;
		padding: 0;
		height: unset;
		color: #362323;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.header-categorylist > li > a.header-categorylist-title{
		background: url(../img/header/sp/shape.png) right 26px center no-repeat;
		background-size: 6px auto;
	}
	
	.header-categorylist > li:first-child{
		border-top: none;
	}
	.header-categorylist > li{
		box-sizing: border-box;
		border-top: 1px solid #d9c5cb;
	}
	.header-categorylist > li .header-categorylist-title{
		padding: 16px 44px 16px 30px;
		box-sizing: border-box;
	}
	.header-categorylist > li.js-pulldown .header-categorylist-title{
		background: url(../img/header/sp/plus.png) right 24px  center no-repeat;
		background-size: 12px 12px;
	}
	.header-categorylist > li.js-pulldown .header-categorylist-title.active{
		background: url(../img/header/sp/minus.png) right 24px  center no-repeat;
		background-size: 12px 12px;
	}
	.header-categorylist-title.active::after{
		display: none;
	}
	.header-menus-inner{
		max-width: unset;
		min-width: unset;
		width: unset;
		padding: 0;
		background: none;
		margin: 0 0;
		padding: 20px 24px;
		background: #EFEFEF;
		border-top: 1px solid #DEDEDE;
	}
	.page-goods #goodsdetail_itemhistory #itemHistoryButton,
	.page-goods #goodsdetail_itemhistory .block-recent-item--items{
		min-width: unset;
	}
	#goodsdetail_itemhistory .block-recent-item--header {
		margin-bottom: 13px;
	}
	#block_of_history .block-thumbnail-h {
		margin-top: 15px;
	}
	.footer-sns-item p {
		display: none;
	}
	.header-nav .footer_logo {
		display: none;
	}
	.header-nav .footer-sns-item {
		background: #fbf8f9;
		padding: 21px 0;
		min-height: unset;
	}
	.header-nav .footer-sns-item ul {
		display: flex;
		flex-direction: row;
		gap: 10px;
	}
	.header-nav .footer-sns-item li a {
		width: 42px;
		height: 42px;

	}
	.header-nav .footer_logo {
		padding: 0;
	}
	.header-menus-main{
		position: static;
		top: unset;
		padding: 0;
	}
	.header-menu-list{
		display: flex;
		flex-direction: row;
		gap: 16px;
		width: 100%;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.header-menu{
		width: calc((100% / 2) - 8px);
	}
	.header-menu picture{
		background: #fff;
		display: block;
	}
	.header-menu p{
		width: unset;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.header-menus-inner .block-btn{
		flex-direction: column;
		padding: 0 22px;
		box-sizing: border-box;
		width: 100%;
		gap: 12px;
		margin-top: 24px;
	}
	.header-menus-inner .block-btn a{
		width: 100%;

	}
	.header-menu-list.cell8{
		gap: 16px;
	}
	.header-menu-list.cell8 .header-menu{
		width: calc((100% / 2) - 8px);
	}
	.header-menu-list.cell8 p{
		width: max-content;
		padding: 0 0 0 34px
	}
	.header-menus-main.kenkotai img{
		display: none;
	}
	.header-menus-main.kenkotai .header-menu{
		width: unset;
	}
	.header-menus-main.kenkotai .header-menu:last-child{
		border-bottom: 0;
	}
	.header-menus-main.kenkotai .header-menu p{
		margin: 0;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.header-menus-main.kenkotai .header-menus-inner{
		padding: 0;
	}
	.header-menus-main.kenkotai .header-menu-list{
		flex-direction: column;
		gap: 0;
	}
	.header-menus-main.kenkotai .header-menu-list a{
		padding: 12px 12px 13px 30px;
	}
	.header-menus-main.kenkotai .header-menu-list p{
		text-align: left;
	}
	.header-menus-main.kenkotai .header-menu{
		border-bottom: 1px solid #DEDEDE;
	}
	.header-menus-main.kenkotai .header-menu-list a p{
		position: relative;
		padding: 0 0 0 10px;
	}
	.header-menus-main.kenkotai .header-menu-list a p::before{
		content: '-';
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
		height: max-content;
	}
	.header-menu-list.cell8{
		gap: 16px;
	}
	.header-menu-list.cell8 p{
		text-align: left;
	}
	.header-nav .footer-brand-paymentlist {
		justify-content: center;
	}
	.header-nav .footer-brand-paymentlist ul {
		width: max-content;
	}
	.gnav4_1 p{
		background: url(../img/gnav/sp/gnav4_icon1.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_2 p{
		background: url(../img/gnav/sp/gnav4_icon2.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_3 p{
		background: url(../img/gnav/sp/gnav4_icon3.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_4 p{
		background: url(../img/gnav/sp/gnav4_icon4.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_5 p{
		background: url(../img/gnav/sp/gnav4_icon5.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_6 p{
		background: url(../img/gnav/sp/gnav4_icon6.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_7 p{
		background: url(../img/gnav/sp/gnav4_icon7.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_8 p{
		background: url(../img/gnav/sp/gnav4_icon8.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.header-nav .footer-contact{
		display: flex;
		padding: 24px 16px 0;
		box-sizing: border-box;
	}
	.header-nav .footer-contact .footer-contact-main{
		border: none;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-item-title{
		display: none;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-items,
	.header-nav .footer-contact .footer-contact-main{
		max-width: unset;
		min-width: unset;
		width: 100%;
		margin: 0 0 12px;
		padding: 0;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-items{
		flex-direction: column;
		gap: 8px;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-items .footer-contact-item{
		width: unset;
	}
	.header-nav .footer-contact address{
		display: none;
	}
	.header-nav .footer-contact .footer-brand-staticlist{
		display: none;
	}
	.header-nav .footer-contact .footer-contact-comment{
		margin: 12px auto 0;
		text-align: center;
	}
	.header-nav .footer-contact .footer-contact-comment span{
		display: block;
	}
	.header-nav .footer-contact-item:nth-child(1) .footer-contact-inner{
		margin: 0;
		padding: 16px 0;
		min-height: unset;
	}
	.header-nav .footer-contact-item:nth-child(2) .footer-contact-inner{
		border: none;
		min-height: 80px;
		padding: 10px 0 14px;
		margin: 0;
	}
	.header-nav p.footer-contact-text1{
		font-size: 1.8rem;
		width: max-content;
		margin: 0 auto 8px;
	}
	.header-nav p.footer-contact-text2{
		font-size: 2.4rem;
		min-height: 35px;
		background: url(../img/gnav/sp/tel.png) left center no-repeat;
		background-size: 21px 21px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: max-content;
		margin: 0 auto 5px;
	}
	.header-nav p.footer-contact-text3{
		font-size: 1.2rem;
	}
	/*ヘッダー*/

	/*メインビジュアル*/
	.block-top-info {
		margin: 0;
		padding: 0;
		min-height: 520px;
	}
	.block-top-info h1{
		max-width: max-content;
		display: block;
		margin: 50px auto 30px;
		padding: 0;
	}
	.block-top-info h1 img{
		height: 128px;
	}
	
	.block-top-info-main{
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		padding: 0 0 43px;
		background: url(../img/sp/mainvisual_bg.png?d=1) center top no-repeat;
    background-size: 100% 100%;
		aspect-ratio: 1;
		min-height: 540px; 
	}
	.block-top-info-main picture img {
		margin-top: 0;
	}	
	.block-top-info-visual {
		padding-bottom: 0;
	}
	
	/*とは*/
	.block-top-about-wrap {
		background-color: #fbf8f9;
		background-image: unset;
		min-height: unset;
	}
	.block-top-about {
		padding: 0 0 54px;
		box-sizing: border-box;
		max-width: unset;
	}
	.block-top-about-item {
		padding: 0 29px;
		width: unset;
		flex-direction: column;
	}
	.block-top-about-item img {
		max-width: 100%;
	}
	.block-top-about-item h2 {
		font-size: 3.2rem;
		margin: 25px 0 23px 0;
	}
	.block-top-about-item p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.block-top-about-item:nth-child(1) p {
		margin-bottom: 0;
	}
	.block-top-about-item + .block-top-about-item{
		text-align: right;
	}
	.block-top-about-item + .block-top-about-item h2 {
		margin-top: 34px;
	}
	.block-top-about-item + .block-top-about-item p {
		margin-bottom: 48px;
	}
	.block-top-about-item + .block-top-about-item .block-top-about-detail {
		margin: 0 0 0 auto;
	}
	/*とは*/

	/*気になるキーワードは？*/
	.block-top-product .block-top-keyword {
		margin: 0;
		padding: 51px 0 61px;
	}
	.block-top-product h3 {
		margin: 0 0 0;
		padding: 60px 0 0 0;
		width: unset;
		font-size: 2.5rem;
    background: url(../img/sp/productlist_icon.png) center top no-repeat;
		background-size: auto 59px;
	}
	.block-top-keyword h3{
		background: url(../img/sp/keyword_icon.png) center top no-repeat;
		background-size: auto 60px;
	}
	.block-top-keyword-list {
		margin-top: 38px;
	}
	.block-top-keyword-list br {
		display: inline;
	}
	
	/*気になるキーワードは？*/

	/*Instagram*/
	.block-top-instagram {
		padding: 60px 30px 0
	}
	.block-top-instagram h2 {
		font-size: 2.5rem;
		margin: 0 0 25px;
		padding-top: 71px;
    background: url(../img/sp/instagram_icon.png) center top no-repeat;
		background-size: auto 62px
	}
	.block-top-instagram ul {
		gap: 9px;
		margin: 25px 0 37px 0;
	}
	.block-top-instagram ul li {
		width: calc((100% / 2) - 4.5px);
	}
	.block-top-instagram .block-btn a {
		margin: 0 65px;
		width: calc(100% - 130px);
	}
	.block-btn a {
		height: 30px;
		font-size: 1.1rem;
    background: #FFF url(../img/sp/shape.png) right 16px center no-repeat;
		background-size: auto 6px;
		
	}
	/*Instagram*/

	.block-top-keyword-list a {
		font-size: 1.3rem;
		margin: 0 18px 0 0 ;
	}
	.block-top-product .block-global-search form {
		margin: 30px 32px 0;
	}
	input.block-global-search--keyword {
		height: 44px;
		font-size: 1.3rem;
	}
	.block-global-search form .block-global-search--submit {
		width: 21px;
		height: 25px;
		margin: auto 0;
		padding: 0;
		background: url(../img/sp/loope.png) center center no-repeat;
		background-size: 21px 25px;
		right: 23px;
	}
	/*気になるキーワードは？*/

	/*商品一覧*/
	.block-top-productlist {
		padding: 61px 0 0 0;
	}
	.block-top-productlist h2 {
		font-size: 2.5rem;		
		padding: 60px 0 0 0;
		background: url(../img/sp/productlist_icon.png) center top no-repeat;
		background-size: auto 59px;
	}
	.block-top-productlist-main {
		flex-direction: column;
	}
	.block-top-productlist-item {
		width: 100%;
		height: 408px;
		padding: 34px 30px;
		box-sizing: border-box;
	}
	.block-top-productlist-item h3 {
		font-size: 2.0rem;
		margin-bottom: 27px;
	}
	.block-top-productlist-item p {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.block-top-productlist-item1 {
		background: url(../img/sp/productlist1.png) center center no-repeat;
		background-size: 100%;
	}
	.block-top-productlist-item2 {
		background: url(../img/sp/productlist2.png?d=20260323a01) center center no-repeat;
		background-size: 100%;
	}
	.block-top-productlist-item3 {
		background: url(../img/sp/productlist3.png) center center no-repeat;
		background-size: 100%;
	}
	/*商品一覧*/


	/*健康体レシピ*/
	.block-top-recipe{
		padding: 60px 0;
		background: #F2EFE6 url(../img/sp/recipe_bg.png) no-repeat;
		background-size: 100% 200px;
	}
	.block-top-recipe-main{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex-wrap: unset;
		padding: 0 16px;
		box-sizing: border-box;
		flex-direction: column;
		gap: 8px;
		margin: 32px 0;
	}
	.block-top-recipe-item{
		width: 100%;
		border-radius: 12px;
	}
	.block-top-recipe-item > *{
		flex-direction: row;
		gap: 12px;
		align-items: center;
		padding: 8px 12px 8px 8px;
	}
	.block-top-recipe-item picture{
		width: 167px;
	}
	.block-top-recipe-item picture img{
		max-width: 100%;
		border-radius: 8px;
	}
	.block-top-recipe-item h3{
		margin: 0 0 8px;
		padding: 0 0 4px;
	}
	.block-top-recipe-detail{
		width: calc( 100% - 179px);
	}
	.block-top-recipe-comment{
		font-size: 1.4rem;
		-webkit-line-clamp: 3;
	}
	.block-top-recipe .block-btn{
		margin: 0 45px;
	}
	/*健康体レシピ*/

	/*5つの特徴*/
	.block-top-course{
		padding: 60px 0 45px;
	}
	.block-top-course h2 {
		font-size: 2.5rem;
	}
	.block-top-course h2 br {
		display: none;
	}
	.block-top-course-spec h3{
		font-size: 1.9rem;
	}
	.block-top-course-main{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.block-top-course-spec-main{
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		margin: 20px 0 28px 0;
	}
	.block-top-course-spec-item{
		max-width: unset;
		flex-direction: column;
		width: calc((100% / 2) - 5px);
		display: flex;
		align-items: center;
		padding: 0 0 10px 0;
		height: 150px;
		margin: 0;
		border-radius: 10px;
	}
	.block-top-course-spec-item p{
		line-height: 1.2;
	}
	.block-top-course-spec-item picture{
		margin: 0;
		width: 70px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.block-top-course-spec-rank{
		top: 10px;
		bottom: 0;
		left: 10px;
		font-size: 1.9rem;
		margin: 0 0;
		width: unset;
		height: max-content;
		line-height: 1;
	}
	.block-top-course-spec-item img{
		max-width: 100%;
		max-height: 100%;
		vertical-align: bottom;
	}
	.block-top-course-spec{
		border-radius: 0;
		box-sizing: border-box;
		margin: 0 16px 30px;
		padding: 37px 20px 47px;
    background: url(../img/sp/spec.png) center center no-repeat;
		background-size: 100%;
	}
	.block-top-course-spec-item p{
		margin: auto auto 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.2;
		color: #222222;
		width: max-content;
		font-weight: bold;
	}
	.block-top-course-list{
		margin: 0 16px;
		flex-direction: column;
		gap: 30px;
	}
	.block-top-course-item{
		border-radius: 20px;
		padding: 36px 20px 40px;
	}
	.block-top-course-item h4{
		font-size: 1.9rem;
		margin: 0 0 27px;
	}
	.block-top-course-item p{
		font-size: 1.3rem;
		line-height: 2;
		text-align: left;
		margin-bottom: 20px;
	}
	.block-top-course .block-btn{
		margin: 0 9px;
	}
	.block-top-course-spec-item1 {
		padding-top: 33px;
	}
	.block-top-course-spec-item1 img{
		height: 62.5px;
	}
	.block-top-course-spec-item2 {
		padding-top: 40px;
	}
	.block-top-course-spec-item2 img{height: 56px;}
	
	.block-top-course-spec-item3 {
		padding-top: 45px;
	}
	.block-top-course-spec-item4{
		padding-top: 37px;
	}
	.block-top-course-spec-item3 img{height: 50.5px;}
	.block-top-course-spec-item4 img{height: 39px;}
	.block-top-course-item {
		width: unset;
		border-radius: 0;
	}
	/*5つの特徴*/
	.block-main {
    background: url(../img/sp/main.png) center top no-repeat;
    background-size: 100% 100%;
	}
	/*フッター*/
	.footer-brand-staticlist ul li {
		margin-bottom: 12px;
	}
	.footer-contact-comment {
		margin-top: 60px;
	}
	.forcms_block > footer {
		overflow: unset;
	}
	.footer_logo {
		/*padding: 70px 0 16px 0;*/
		padding: 0 0 0 0;
	}
	.footer_logo img {
		height: 101px;
	}
	.footer-sns-item {
    min-height: 355.5px;
    background: url(../img/sp/footer_bg.png) center center no-repeat;
    background-size: 100% 100%;
	}
	.footer-sns-item p {
		font-size: 14.5px;
		margin-bottom: 16px;
	}
	.footer-sns-item li a {
		width: 44px;
		height: 44px;
	}
	.footer-sns-item ul li picture {
		height: max-content;
		line-height: 1;
	}
	.footer-sns-item ul li:nth-child(1) a img {
		width: 23px;
	}
	.footer-sns-item ul li:nth-child(2) a img {
		width: 22px;
	}
	footer {
		overflow: hidden;
		padding-top: 0;
	}
	.footer-brand-paymentlist{
		gap: 10px 0;
		flex-direction: column;
		align-items: center;
	}
	footer .footer-logo {
		width: unset;
		margin-left: 0;
		border: none;
	}
	.footer-brand .footer-contact{
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		margin: 0 0 0 0;
		padding: 0;
		width: unset;
	}
	.footer-brand .footer-contact-items,
	.footer-brand .footer-contact-main{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.footer-brand .footer-contact-items{
		flex-wrap: unset;
		gap: 12px;
		flex-direction: column;
		margin-bottom: 12px;
	}
	.footer-brand .footer-contact-item{
		width: 100%;
	}
	.footer-brand .footer-brand-staticlist ul{
		display: inline;
		width: 100%;
	}
	.footer-brand .footer-brand-staticlist ul li{
		margin: 0;
		padding: 0;
		flex-direction: column;
		width: 100%;
		text-align: center;
		margin-top: 16px;
	}
	.footer-brand .footer-brand-staticlist ul li:first-child{
		margin-top: 0;
	}
	.footer-brand .footer-brand-staticlist ul li.pdf:last-child, .footer-brand-staticlist ul li.pdf{
		padding: 0;
		width: max-content;
	}
	.footer-brand .footer-contact-comment span{
		display: block;
	}
	
	.footer-brand .footer-brand-staticlist{
		display: flex;
		gap: 0 ;
	}
	.footer-brand .footer-brand-staticlist ul{
		margin: 0;
	}
	.footer-brand .footer-brand-staticlist ul li:last-child{
		margin-top: 16px;
	}
	.footer-brand-staticlist ul li.pdf::before{
		right: -20px;
		background: url(../img/sp/pdf.png) no-repeat right center no-repeat;
		background-size: 12px 12px;
	}
	.footer-brand .footer-brand-staticlist ul li::after{
		display: none;
	}
	.footer-brand .footer-contact-item-title{
		display: none;
	}
	.footer-brand .footer-contact-inner{
		margin: 0;
	}
	.footer-brand .footer-contact1{
		min-height: 60px;
	}
	.footer-brand .footer-contact2{
		min-height: 80px;
		border: none;
		border-radius: 8px;
	}
	.footer-brand p.footer-contact-text2,
	footer p.footer-contact-text2{
		width: max-content;
		font-size: 2.4rem;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url(../img/sp/tel.png) left center no-repeat;
		background-size: 21px 21px;
		padding: 0 0 0 31px;
		margin: 0 auto 5px;
	}
	.footer-brand p.footer-contact-text3{
		font-size: 1.2rem;
	}
	.footer-brand p.footer-contact-text1,
	footer p.footer-contact-text1{
		font-size: 1.8rem;
		background: url(../img/sp/contact.png) left center no-repeat;
		background-size: 24px 18px;
		line-height: 1;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: max-content;
		margin: 0 auto;
	}
	.footer-brand .footer-contact-comment{
		margin-top: 12px;
		font-size: 1.4rem;
	}
	.footer-brand .footer-brand-staticlist{
		margin: 40px 0 0 0;
	}
	.footer-brand .footer-language{
		background: #444444;
	}
	.footer-brand-staticlist + ul{
		margin-top: 16px;
	}
	.footer-brand-staticlist + ul li{
		width: max-content;
	}
	.footer-brand-staticlist + ul li a{
		color: #222222;
		font-size: 1.4rem;
		text-decoration: none;
		line-height: 1;
	}
	.footer-brand .footer-language{
		background: #444444;
	}
	.footer-main {
		border-top: 1px solid #888888;
	}
	/*フッター*/
	.header-main {
		max-height: 50px;
	}
	.block-btn a{
		width: 100%;
	}
	.footer-contact-main-top {
    background: url(../img/sp/footer_bg2.png) center center no-repeat;
		background-size: 100% 100%;
		padding-top: 35px;
	}
	.footer-brand-staticlist.retouch li{
		text-align: center;
	}
	.footer-contact.kenkotai{
		display: flex;
	}
	.header-nav p.header-right-menu-closebtn{
		width: unset;
		margin: 39px 63px 0;
		height: 40px;
		border: 1px solid #362323;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		color: #362323;
		box-sizing: border-box;
		background: #fff url(../img/sp/closebtn.png) right 14px center no-repeat;
		background-size: 5px auto;
		cursor: pointer;
	}
	.block-top-pickup-detail h3{
		font-size: 2.0rem;
		margin-bottom: 18px;
	}

	.block-top-pickup-price{
		margin-bottom: 12px;
	}
	.block-top-pickup-comment{
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
	#goodsdetail_itemhistory{
		overflow: unset;
	}
	body .guide-nav__list{
        flex-wrap: wrap;
        flex-direction: row;
    }
	body .guide-nav__list li {
        width: calc((100% - 8px) / 2);
    }
}

/*フリーページ*/

#itemHistoryButton a{
    color: #888888;
		font-size: 1.2rem;
}
/*フリーページ*/
main.freepage.guide .faq-item a{
    color: #783635;
}
main.freepage.guide .faq-item a:hover{
    opacity: 0.8;
    font-weight: normal;
    text-decoration: underline;
}
.guide-item__heading::before{
    background: #783635;
}
.guide-item__link{
    color: #783635;
}
ul.guide-nav__list li a {
    border: 1px solid #783635;
}
.guide-nav__list li a:hover{
    background: #783635 url(../img/pulldown_hover.png) right 16px center no-repeat;
    color: #fff;
    border: 1px solid #783635;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
h2.guide-content__heading{
    border-bottom: 3px solid #783635;
}
h3.guide-item__heading{
    background-color: #F7F7F7;
}
.freepage.guide h3.guide-item__heading{
    background-image: none;
    cursor: unset;
}
h3.faq-item__heading{
    background-color: #F7F7F7;
    background-image: url(../img/q.png), url(../img/plus.png);
    background-position: 19px center,right 24px center;
    background-repeat: no-repeat,no-repeat;
}
h3.faq-item__heading.active {
    background-image: url(../img/q.png), url(../img/minus.png);
    background-position: 19px center, right 24px center;
    background-repeat: no-repeat, no-repeat;
}
/*フリーページ*/
/*フリーページ*/
.footer-contact-inner a{
	text-decoration: none;
	color: #2E9B3B;
}

/* 20260115 add */
.scnFooter-seo-link {
    text-align: center;
    margin: 40px auto 0;
    font-size: 1.4rem;
    color: #222;
}
.scnFooter-seo-link a {
    color: inherit;
    text-decoration: none;
}
/* retouch */
.footer-brand-staticlist.retouch {
    margin: 45px 0 0 0;
}
.footer-brand-staticlist ul li::after {
	display: none;
}
.footer-brand-staticlist ul li {
	padding: 0;
}
.footer-brand-staticlist ul li a {
	color: #362323;
}
@media print, screen and (max-width: 767px) {
    .scnFooter-seo-link {
		margin: 12px auto 0;
	}
	html[data-browse-mode="S"] .page-goods .pane-main {
		margin-top: 48px!important;
	}
	.block-goods-detail > .container {
		padding: 0 30px 50px;
	}
	.block-goods-user-review {
		margin: 0;
	}
	.block-goods-detail{
		border-top: none;
		padding: 17px 0 0 0;
		background: url(../img/sp/goods_bg.png) center top no-repeat;
		background-size: 100% 100%;
	}	
	div.block-goods-comment4 {
		margin: 0 0;
    width: 100%;
	}
	.footer-main-top.footer-contact {
		padding: 0;
	}
}

#goodsdetail_itemhistory #itemHistoryButton, #goodsdetail_itemhistory .block-recent-item--items{
	max-width: 1200px;
	min-width: 1200px;
}