@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-style:normal;font-weight:400;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}input,textarea{margin:0;padding:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}*{box-sizing:border-box}body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:active,a:focus,a:hover{outline:0}.clearfix{clear:both;padding:0;line-height:0}.fadeInFirst,.fadeInSecond,.fadeInUp{visibility:hidden}.animation_fadeInUp{-webkit-animation-fill-mode:both;-ms-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-ms-animation-duration:1s;animation-duration:1s;visibility: visible !important;}.animation_fadeInUp{-webkit-animation-name:animation_fadeInUp;animation-name:animation_fadeInUp;}@-webkit-keyframes animation_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes animation_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.coming{font-size:20px;font-weight:600;text-align:center;padding:5pc 0}.og{position:relative;width:100vw;height:100vh}.og img{max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
/*html,body{min-width: 1280px;}*/
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
.inner {
	width: 100%;
	max-width: 1500px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}
.sp_only {
	display: none!important;
}
.noscript_msg {
	background-color: #c69c6d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 8px;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	html,
	body {
		min-width: auto;
	}
	.inner {
		min-width: auto;
		min-width: auto!important;
		padding: 0;
	}
	.sp_only {
		display: block!important;
	}
	.pc_only {
		display: none!important;
	}
}

/* 既存css打消し */
.fs-trial-header,
.fs-preview-header {
	display: none;
}

/* header */
header.fs-l-header {
	padding-top: 50px;
}
header.fs-l-header .inner {
	position: relative;
}
header.fs-l-header h1 {
	text-align: center;
}
header.fs-l-header .header-l {
	position: absolute;
	top: 0;
	left: 40px;
}
header.fs-l-header .header-l #toggle {
	float: left;
	margin-right: 20px;
}
header.fs-l-header .header-l #toggle #icon {
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #333;
	transition: color .3s;
}
header.fs-l-header .header-l #toggle #icon:hover {
	color: #999;
}
header.fs-l-header .header-l #toggle #toggle_nav {
	position: absolute;
	top: 100%;
	left: 0;
	max-height: 0;
	opacity: 0;
	padding-top: 5px;
	overflow: hidden;
	z-index: 9999;
	transition: all .4s;
}
header.fs-l-header .header-l #toggle #toggle_nav.is-open {
	max-height: 307px;
	opacity: 1;
}
header.fs-l-header .header-l #toggle #toggle_nav li {
	border-top: 1px solid #ccc;
}
header.fs-l-header .header-l #toggle #toggle_nav li:last-child {
	border-bottom: 1px solid #ccc;
}
header.fs-l-header .header-l #toggle #toggle_nav li a {
	display: block;
	padding: 10px 20px;
	background-color: #eee;
	color: #333;
}
header.fs-l-header .header-l #toggle #toggle_nav li a:hover {
	background-color: #333;
	color: #fff;
}
header.fs-l-header .header-l > #search {
	float: left;
	width: 220px;
}
header.fs-l-header .header-l > #search form {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
header.fs-l-header .header-l > #search input {
	float: left;
	width: 200px;
	border: none;
	font-size: 13px;
}
header.fs-l-header .header-l > #search button {
	float: left;
	font-size: 16px;
	color: #999;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}
header.fs-l-header .header-r {
	position: absolute;
	top: 0;
	right: 40px;
}
header.fs-l-header .header-r ul li {
	float: left;
	margin-left: 30px;
}
header.fs-l-header .header-r ul li a {
	color: #bbb;
}
header.fs-l-header .header-r ul li a:hover {
	color: #333;
}
header.fs-l-header .header-r ul li a i {
	font-size: 24px;
	line-height: 1;
}
header.fs-l-header .header-r .fs-p-headerNavigation__listItem {
	min-width: auto;
}
header.fs-l-header .header-r .fs-p-headerNavigation__viewCartButton {
	padding: 0;
}
header.fs-l-header .header-r .fs-p-cartItemNumber {
	top: -10px;
	right: -10px;
	background-color: #ef857d;
	padding: 0;
	width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
header.fs-l-header .header-r .fs-clientInfo.is-ready .fs-p-cartItemNumber {
	display: block!important;
}
header.fs-l-header #gnav {
	padding: 50px 0 20px;
}
header.fs-l-header #gnav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header.fs-l-header #gnav ul li a {
	display: block;
	color: #333333;
	font-size: 14px;
}
header.fs-l-header #gnav ul li a:hover {
	color: #999;
}
header.fs-l-header #gnav ul li a:after {
	content: "\f107";
	display: inline-block;
	margin-left: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #999;
}
header.fs-l-header .header-l #toggle_nav_wrap {
	display: none;
}
@media screen and (max-width: 767px) {
	header.fs-l-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header.fs-l-header .header-l > #search {
		display: none;
	}
	header.fs-l-header .header-l #toggle #icon {
		position: fixed;
		top: 15px;
		left: 15px;
		width: 40px;
		height: 40px;
		background-color: #fff;
		text-align: center;
		border-radius: 4px;
		padding: 5px;
		z-index: 9997;
	}
	header.fs-l-header .header-l #toggle #toggle_nav {
		position: fixed;
		top: 0;
		left: auto;
		right: 100%;
		width: 80%;
		max-height: none!important;
		height: 100vh!important;
		overflow: auto;
		padding-top: 0;
		opacity: .5;
		background-color: #333;
	}
	header.fs-l-header .header-l #toggle #toggle_nav.is-open {
		box-shadow: 4px 0 8px 0 rgba(0,0,0,0.3);
		right: 20%;
	}
	header.fs-l-header .header-l #toggle #toggle_nav li {
		border-color: #666!important;
	}
	header.fs-l-header .header-l #toggle #toggle_nav li a {
		background-color: #333;
		color: #fff;
		font-size: 15px;
	}
	header.fs-l-header .header-l #toggle #toggle_nav #toggle_nav_search {
		padding: 15px 20px;
		background-color: #fff;
		border-top: none;
	}
	header.fs-l-header .header-l #toggle #toggle_nav #toggle_nav_search #search form {
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}
	header.fs-l-header .header-l #toggle #toggle_nav #toggle_nav_search #search input {
		float: left;
		width: calc(100% - 20px);
		border: none;
		font-size: 15px;
		padding: 0;
	}
	header.fs-l-header .header-l #toggle #toggle_nav #toggle_nav_search #search button {
		float: left;
		width: 20px;
		text-align: center;
		font-size: 16px;
		color: #999;
		padding: 0;
		background: none;
		border: none;
		box-shadow: none;
	}
	header.fs-l-header .header-l #toggle_nav_wrap {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(51,51,51,.9);
		z-index: 9998;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out 0s;
	}
	header.fs-l-header .header-l #toggle_nav_wrap.is-show {
		opacity: 1;
		visibility: visible;
	}
	header.fs-l-header .header-l #toggle_nav_wrap #icon_close {
		text-align: right;
		padding-top: 20px;
		padding-right: 20px;
		font-size: 30px;
		line-height: 1;
		color: #fff;
	}
	header.fs-l-header .header-r {
		position: fixed;
		top: auto;
		bottom: 10%;
		right: 0;
		width: 50px;
		z-index: 9997;
		background-color: #fff;
	}
	header.fs-l-header .header-r ul li {
		width: 100%;
		margin-left: 0;
		border-left: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	header.fs-l-header .header-r ul li.fs-p-headerUtilityMenu__logout,
	header.fs-l-header .header-r ul li.fs-p-headerUtilityMenu__login {
		border-top: 1px solid #e5e5e5;
	}
	header.fs-l-header .header-r ul li a {
		display: block;
		padding: 10px;
		color: #333;
	}
	header.fs-l-header .header-r ul li a i {
		font-size: 28px;
		line-height: 34px;
	}
	header.fs-l-header .header-r .fs-p-headerNavigation__viewCartButton {
		padding: 10px;
	}
	header.fs-l-header .header-r .fs-clientInfo.is-ready .fs-p-cartItemNumber {
		top: 0;
		right: 3px;
	}
	header.fs-l-header h1 a img {
		width: 25%;
	}
}

/* フッターカテゴリ一覧  */
.categoryArea {
	padding: 100px 0 80px;
}
.categoryArea ul {
	display: flex;
	flex-wrap: wrap;
}
.categoryArea ul li {
	width: 23.5%;
	border-bottom: 1px solid #ccc;
}
.categoryArea ul li:not(:nth-child(4n-3)) {
	margin-left: 2%;
}
.categoryArea ul li:nth-child(1),
.categoryArea ul li:nth-child(2),
.categoryArea ul li:nth-child(3),
.categoryArea ul li:nth-child(4){
	border-top: 1px solid #ccc;
}
.categoryArea ul li a {
	padding: 5px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.categoryArea ul li a:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #999;
}
.categoryArea ul li a img {
	width: 75px;
	margin-right: 5px;
}
.categoryArea ul li a span.txt {
	width: calc(100% - 90px);
	line-height: 1.2;
	color: #333;
}
@media screen and (max-width: 767px) {
	.categoryArea {
		padding: 40px 0 60px;
	}
	.categoryArea ul {
		padding: 0 4%;
	}
	.categoryArea ul li {
		width: 100%;
	}
	.categoryArea ul li:not(:nth-child(4n-3)) {
		margin-left: 0;
	}
	.categoryArea ul li:nth-child(2),
	.categoryArea ul li:nth-child(3),
	.categoryArea ul li:nth-child(4) {
		border-top: none;
	}
	.categoryArea ul li a {
		padding: 0;
	}
	.categoryArea ul li a img {
		width: 60px;
		margin-right: 15px;
	}
	.categoryArea ul li a span.txt {
		width: calc(100% - 75px);
		font-size: 15px;
		font-weight: bold;
	}
}

/* footer */
footer.fs-l-footer {
	padding: 60px 40px 0;
	position: relative;
    border-top: none;
    background-color: transparent;
    margin-top: 0;
}
footer.fs-l-footer #fnav {
	min-width: 920px;
	background-image: url(../common/bg_dot.png);
	background-position: center;
	background-color: #f4f0f2;
	padding: 80px 0;
}
footer.fs-l-footer #fnav .inner {
	min-width: auto;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
footer.fs-l-footer #fnav .pageGroup h3 {
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
}
footer.fs-l-footer #fnav .pageGroup ul li {
	margin-top: 8px;
}
footer.fs-l-footer #fnav .pageGroup ul li a {
	font-size: 14px;
	color: #666;
}
footer.fs-l-footer #fnav .pageGroup ul li a:hover {
	color: #000;
}
footer.fs-l-footer #fnav .pageGroup .snsArea {
	margin-top: 30px;
}
footer.fs-l-footer #fnav .pageGroup .snsArea a {
	display: inline-block;
	margin-right: 15px;
	width: 20px;
}
footer.fs-l-footer #fnav .pageGroup .snsArea a:hover {
	opacity: .7;
}
footer.fs-l-footer .footer-b {
	min-width: 920px;
	padding: 45px 0;
	overflow: hidden;
}
footer.fs-l-footer .footer-b .inner {
	min-width: auto;
	overflow: hidden;
}
footer.fs-l-footer .footer-b .f_logo {
	float: left;
}
footer.fs-l-footer .footer-b .copyright {
	float: right;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
}
footer.fs-l-footer #pagetop {
	position: absolute;
	bottom: 20px;
	right: 5px;
	font-size: 15px;
	font-family: 'Josefin Sans', sans-serif;
	color: #333;
	cursor: pointer;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
footer.fs-l-footer #pagetop:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 8px;
	width: 1px;
	height: 20px;
	background-color: #ef857d;
}
@media screen and (max-width: 767px) {
	footer.fs-l-footer {
		padding: 0;
	}
	footer.fs-l-footer #fnav {
		min-width: auto;
		padding: 0;
		background-size: contain;
	}
	footer.fs-l-footer #fnav .inner {
		flex-direction: column;
	}
	footer.fs-l-footer #fnav .pageGroup {
		margin-bottom: 30px;
	}
	footer.fs-l-footer #fnav .pageGroup:last-child {
		margin-bottom: 0;
	}
	footer.fs-l-footer #fnav .pageGroup h3 {
		margin-bottom: 0;
		padding: 10px 4%;
		background-color: #333;
		color: #fff;
	}
	footer.fs-l-footer #fnav .pageGroup ul {
		display: flex;
		flex-wrap: wrap;
		padding-top: 10px;
	}
	footer.fs-l-footer #fnav .pageGroup ul li {
		width: 46%;
		margin-left: 4%;
		margin-top: 10px;
		position: relative;
	}
	footer.fs-l-footer #fnav .pageGroup ul li.pageGroup_list_full {
		width: 96%;
	}
	footer.fs-l-footer #fnav .pageGroup ul li a {
		display: block;
		padding: 0;
		font-size: 15px;
		padding-left: 5px;
	}
	footer.fs-l-footer #fnav .pageGroup ul li a:before {
		content: "\f105";
		position: absolute;
		top: 0;
		right: 100%;
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		color: #999;
	}
	footer.fs-l-footer #fnav .pageGroup .snsArea {
		margin-top: 40px;
		text-align: center;
		background-color: #dedede;
		padding: 20px 0;
	}
	footer.fs-l-footer #fnav .pageGroup .snsArea a {
		width: 30px;
		margin-right: 20px;
	}
	footer.fs-l-footer #fnav .pageGroup .snsArea a:last-child {
		margin-right: 0;
	}
	footer.fs-l-footer .footer-b {
		min-width: auto;
		padding: 50px 0 10px;
	}
	footer.fs-l-footer .footer-b .f_logo {
		width: 100%;
		text-align: center;
	}
	footer.fs-l-footer .footer-b .copyright {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	footer.fs-l-footer #pagetop {
		display: none;
	}
}

/* 共通 */
.fs-l-main {
	margin: 0;
    padding: 0;
    max-width: none;
    display: block;
}
.fs-l-sideArea {
	display: none!important;
}
.fs-l-pageMain {
	max-width: 1000px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 40px;
}
.fs-body-top .fs-l-pageMain {
	max-width: none;
	min-width: auto;
	padding: 0;
}
.fs-body-category .fs-l-pageMain,
.fs-body-search .fs-l-pageMain,
.fs-body-product .fs-l-pageMain {
	max-width: 1500px;
	min-width: 1000px;
}
.fs-body-couponProduct .fs-l-pageMain {
	max-width: 1500px!important;
	min-width: 1000px;
}
.fs-c-breadcrumb {
	background-color: #333;
}
.fs-c-breadcrumb__list {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.fs-c-breadcrumb__list > li,
.fs-c-breadcrumb__list > li a {
	color: #fff;
	font-size: 14px;
}
.common_title {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 60px;
}
.common_btn {
	margin-top: 40px;
	text-align: right;
}
.common_btn a {
	width: 250px;
	display: inline-block;
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid #999;
	color: #999999;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}
.common_btn a:hover {
	color: #ef857d;
	border-bottom-color: #ef857d;
	padding-left: 10px;
}
.common_title .en {
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	font-size: 28px;
	color: #333;
}
.center {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.fs-l-pageMain {
		min-width: auto!important;
		padding: 40px 4%;
	}
	.fs-c-breadcrumb__list {
		width: 100%;
	}
	.common_title {
		margin-bottom: 40px;
	}
	.common_btn {
		margin-top: 30px;
		text-align: center;
	}
	.common_btn a {
		font-size: 18px;
	}
}

/* TOPページ メインビジュアル */
.mvArea .inner {
	padding: 0;
}
.mvArea .swiper-pagination {
	position: static;
	padding-top: 10px;
}
.mvArea .swiper-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #e4e0e2;
	opacity: 1;
}
.mvArea .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #999999;
}

/* TOPページ 告知メッセージ */
.messageArea {
	margin-top: 60px;
	text-align: center;
}
.messageArea .message_list {
	display: inline-block;
	border: 2px solid #c69c6d;
	padding: 0 60px 15px;
}
.messageArea .m_ttl {
	padding: 15px 10px 0;
    font-size: 15px;
    font-weight: bold;
	color: #333;
}
.messageArea .m_ttl a {
    font-size: 15px;
    font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.messageArea .m_ttl a:hover {
    text-decoration: none;
	color: #c69c6d;
}
.messageArea .m_txt p {
	margin-top: 5px;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
	.messageArea {
		margin-top: 40px;
	}
	.messageArea .inner {
		padding: 0 4%;
	}
	.messageArea .message_list {
		display: block;
		border-width: 1px;
		padding: 0 0 15px;
	}
	.messageArea .m_txt p {
		padding: 0 4%;
	}
}

/* TOPページ ピックアップ */
.pickupArea {
	margin-top: 120px;
}
.pickupArea .inner {
	padding: 0;
}
.pickupArea .swiper-slide {
	width: 520px;
}
.pickupArea .swiper-button-prev,
.pickupArea .swiper-button-next {
	background-image: none;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #bdccd4;
	border-radius: 50%;
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	transition: all 0.3s;
}
.pickupArea .swiper-button-prev:hover,
.pickupArea .swiper-button-next:hover {
	background-color: #333;
}
@media screen and (max-width: 767px) {
	.pickupArea {
		margin-top: 60px;
	}
	.pickupArea .swiper-slide {
		width: 90%;
	}
	.pickupArea .swiper-button-prev,
	.pickupArea .swiper-button-next {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
}

/* TOPページ 売れ筋ランキング */
.rankingArea {
	margin-top: 120px;
	margin-bottom: 100px;
}
.rankingArea ul {
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.rankingArea ul li {
	width: 200px;
	position: relative;
}
.rankingArea ul li .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #c69c6d;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	text-align: center;
	line-height: 45px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.3);
}
.rankingArea ul li a {
	display: block;
}
.rankingArea ul li a .ttl {
	margin-top: 5px;
	font-weight: bold;
	color: #333;
	font-size: 14px;
}
.rankingArea ul li a .txt {
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}
.rankingArea ul li a .price {
	margin-top: 10px;
	padding-right: 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.rankingArea ul li a .price .sm {
	font-size: 8px;
	font-weight: inherit;
}
@media screen and (max-width: 767px) {
	.rankingArea {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.rankingArea ul {
		flex-wrap: wrap;
	}
	.rankingArea ul li {
		width: 46%;
		margin-bottom: 40px;
		margin-left: 4%;
	}
	.rankingArea ul li .num {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.rankingArea ul li a .ttl {
		font-size: 15px;
	}
	.rankingArea ul li a .txt {
		font-size: 14px;
	}
	.rankingArea ul li a .price {
		font-size: 18px;
	}
	.rankingArea ul li a .price .sm {
		font-size: 13px;
		padding: 0 5px;
	}
}

/* TOPページ コラム＆新着情報 */
.wrap_gray {
	padding: 0 40px;
}
.wrap_gray .bg_gray {
	min-width: 920px;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 100px 0 120px;
}
.wrap_gray .bg_gray .inner {
	min-width: auto;
	overflow: hidden;
}
.wrap_gray .bg_gray .columnArea {
	float: left;
	width: 48%;
}
.wrap_gray .bg_gray .columnArea ul li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wrap_gray .bg_gray .columnArea ul li .num {
	width: 60px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 48px;
	text-align: center;
	color: #333;
}
.wrap_gray .bg_gray .columnArea ul li:nth-child(1) .num {
	color: #c69c6d;
}
.wrap_gray .bg_gray .columnArea ul li:nth-child(2) .num {
	color: #a5a5a5;
}
.wrap_gray .bg_gray .columnArea ul li:nth-child(3) .num {
	color: #8c6239;
}
.wrap_gray .bg_gray .columnArea ul li a {
	display: flex;
	align-items: center;
	width: calc(100% - 60px);
	background-color: #fff;
}
.wrap_gray .bg_gray .columnArea ul li a img {
	width: 80px;
}
.wrap_gray .bg_gray .columnArea ul li a span.txt {
	width: calc(100% - 80px);
	padding: 0 15px;
	line-height: 1.2;
	color: #333;
}
.wrap_gray .bg_gray .newsArea {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.wrap_gray .bg_gray .newsArea ul {
	background-color: #fff;
	height: 540px;
	overflow: auto;
	padding: 0 20px;
}
.wrap_gray .bg_gray .newsArea ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.wrap_gray .bg_gray .newsArea ul li .news_date {
	color: #999999;
	font-size: 13px;
	font-family: 'Josefin Sans', sans-serif;
}
.wrap_gray .bg_gray .newsArea ul li .news_ttl {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
}
.wrap_gray .bg_gray .newsArea ul li .news_txt {
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.wrap_gray {
		padding: 0;
	}
	.wrap_gray .bg_gray {
		min-width: auto;
		border-radius: 0;
		padding: 40px 0 60px;
	}
	.wrap_gray .bg_gray .columnArea {
		width: 100%;
	}
	.wrap_gray .bg_gray .columnArea ul {
		padding: 0 4%;
	}
	.wrap_gray .bg_gray .columnArea ul li {
		position: relative;
	}
	.wrap_gray .bg_gray .columnArea ul li .num {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		font-size: 22px;
		line-height: 30px;
		color: #fff!important;
	}
	.wrap_gray .bg_gray .columnArea ul li:nth-child(1) .num {
		background-color: rgba(198,156,109,.8);
	}
	.wrap_gray .bg_gray .columnArea ul li:nth-child(2) .num {
		background-color: rgba(165,165,165,.8);
	}
	.wrap_gray .bg_gray .columnArea ul li:nth-child(3) .num {
		background-color: rgba(140,98,57,.8);
	}
	.wrap_gray .bg_gray .columnArea ul li:nth-child(4) .num {
		background-color: rgba(51,51,51,.8);
	}
	.wrap_gray .bg_gray .columnArea ul li:nth-child(5) .num {
		background-color: rgba(51,51,51,.8);
	}
	.wrap_gray .bg_gray .columnArea ul li a {
		width: 100%;
		display: flex;
	}
	.wrap_gray .bg_gray .columnArea ul li a img {
		width: 30%;
	}
	.wrap_gray .bg_gray .columnArea ul li a span.txt {
		width: 70%;
		padding: 0 10px;
		display: flex;
		align-items: center;
	}	
	.wrap_gray .bg_gray .newsArea {
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
		padding: 0 4%;
	}
	.wrap_gray .bg_gray .newsArea ul {
		height: 50vh;
		padding: 0 3%;
	}
	.wrap_gray .bg_gray .newsArea ul li .news_date {
		font-size: 16px;
	}
	.wrap_gray .bg_gray .newsArea ul li .news_txt {
		font-size: 15px;
		margin-top: 10px;
	}
}

/* コラム24h 子ページ */
.columnLP_back {
	text-align: center;
	padding-bottom: 60px;
}
.columnLP_back a {
	background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 12px 60px;
    font-size: 16px;
}

/* 商品詳細 */
.fs-l-product2 .fs-l-productLayout {
	grid-template-columns: calc(50% - 60px / 2) calc(50% - 60px / 2);
	grid-gap: 60px;
}
.fs-body-product #section1 {
	width: 100%;
}
.fs-body-product #products-feature-area {
	background-color: #f2f2f4;
	padding: 60px 0 120px;
}
#products-feature-area .products-point-wrapper {
	width: 1000px;
	margin: 40px auto 0;
	padding: 20px 0 0;
	background-color: #fff;
}
#products-feature-area .products-point-wrapper:nth-child(1) {
	margin-top: 0;
}
#products-feature-area .products-point {
	padding: 40px 100px 0;
}
#products-feature-area .products-point h2 {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	display: inline-block;
}
#products-feature-area .products-point h2 span {
	font-size: 30px;
	margin-right: 20px;
	padding-left: 10px;
}
#products-feature-area .products-point p {
	color: #c69c6d;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 26px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#products-feature-area .products-point-comment {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 100px 80px;
	background-color: #fff;
}
#products-feature-area .products-point-comment p.main-comment {
	text-align: left;
	font-size: 16px;
	margin-bottom: 30px;
}
#products-feature-area .products-point-comment h3.colorchart-ttl {
	text-align: center;
	margin: 80px 0 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
#products-feature-area .products-point-comment .point-image {
	text-align: center;
}
#products-feature-area .products-point-comment .point-image-pink {
	background-color: #fffafa;
	padding: 20px 0;
}
#products-feature-area .products-point-comment .point-image300 {
	margin: 0 auto;
    max-width: 300px;
}
#products-feature-area .products-point-comment .point-image520 {
	margin: 0 auto;
    max-width: 520px;
}
#products-feature-area .products-point-comment .point-image540 {
	margin: 0 auto;
    max-width: 540px;
}
#products-feature-area .products-point-comment .point-image-photo {
	margin: 0 auto;
    max-width: 530px;
	padding: 4px;
	border: 1px solid #ddd;
	text-align: center;
}
#products-feature-area .products-point-comment .point-image700 {
	margin: 0 auto;
    max-width: 700px;
}
#products-feature-area .products-point-comment .point-image710 {
	margin: 0 auto;
    max-width: 710px;
}
#products-feature-area .products-point-comment .point-image820 {
	margin: 0 auto;
    max-width: 820px;
}
#products-feature-area .products-point-comment .point-image900 {
	margin: 0 auto;
    max-width: 900px;
}
#products-feature-area .products-point-comment .point-spaceing {
	margin-bottom: 50px;
}
#products-feature-area .products-point-bl {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 130px;
	background: url(../product/bg_footer.png) 50% 50%;
	background-size: 50%;
}
#products-feature-area .products-point-bl h2 {
	color: #ffffff;
	font-size: 32px;
	font-family: 'Josefin Sans', sans-serif;
}
#products-feature-area .products-point-bl p {
	text-align: center;
	color: #ffffff;
	font-size: 15px;
}
#products-feature-area .products-point-bl + .products-point-comment {
	padding-top: 60px;
}
#products-feature-area .point-image-list,
#products-feature-area .point-image-list-4 {
	overflow: hidden;
	margin: 0 -50px;
}
#products-feature-area .point-image-list li,
#products-feature-area .point-image-list-4 li {
	float: left;
}
#products-feature-area .point-image-list li {
	max-width: 430px;
}
#products-feature-area .point-image-list-4 li {
	max-width: 210px;
	margin-right: 20px;
}
#products-feature-area .point-image-list li:nth-child(odd) {
	margin-right: 40px;
}
#products-feature-area .point-image-list-4 li:nth-child(4n) {
	margin-right: 0;
}
#products-feature-area .point-bnr {
	margin: 0 auto 40px;
    max-width: 540px;
}
#products-feature-area .products-point-comment .point-recommend {
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 auto;
	padding-top: 30px;
	background: url(../product/dot_line_k15.png) 0 0 repeat-x;
	max-width: 700px;
	text-align: center;
}
#products-feature-area .products-point-comment .point-recommend-jp {
	font-size: 15px;
	margin-bottom: 30px;
	text-align: center;
}
#products-feature-area .products-point-comment .point-recommend-list {
	padding-bottom: 30px;
	margin: 0 auto 30px;
	background: url(../product/dot_line_k15.png) 0 100% repeat-x;
	max-width: 700px;
}
#products-feature-area .products-point-comment ul.point-recommend-list li {
	text-align: center;
	padding-left: 15px;
	text-indent: -15px;
}
#products-feature-area .products-point-comment ul.point-contents-list {
	margin: 0 -65px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
#products-feature-area .products-point-comment ul.point-contents-list li {
	max-width: 280px;
	margin: 0 15px 40px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#products-feature-area .products-point-comment ul.point-contents-list li:nth-child(3n) {
	margin-right: 0;
}
#products-feature-area .products-point-comment ul.point-contents-list li h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 6px;
}
#products-feature-area .products-point-comment ul.point-contents-list li .color-en {
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
}
#products-feature-area .products-point-comment ul.point-contents-list li .color-jp {
	font-size: 14px;
	margin-bottom: 10px;
}
#products-feature-area .products-point-comment ul.point-contents-list li .detail-btn {
	margin-top: auto;
}
#products-feature-area .products-point-comment ul.point-contents-list li .detail-btn a {
	display: inline-block;
    padding: 10px 20px;
    min-width: 190px;
    background-color: #c69c6d;
    color: #fff;
    font-weight: bold;
}
#products-feature-area .products-point-comment ul.point-contents-list.separator-up {
  margin-top: 20px;
}
#products-feature-area .point-ingredients-wrapper {
	background-color: #FAF8F8;
}
#products-feature-area .point-ingredients {
	border: 1px solid #BCAD9C;
	padding: 20px 29px 40px;
	text-align: center;
}
#products-feature-area .point-ingredients .headline-title-img img {
	width: 208px;
}
#products-feature-area .point-ingredients .headline-title-jp {
	text-align: center;
	padding-bottom: 30px;
	background: url(../product/dot_line_k15.png) 0 100% repeat-x;
}
#products-feature-area .point-ingredients .producer-area {
	overflow: hidden;
	background: url(../product/dot_line_k15.png) 0 100% repeat-x;
	padding: 30px 0;
}
#products-feature-area .point-ingredients-wrapper .producer-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#products-feature-area .point-ingredients-wrapper .producer-area .ingredient-img {
	width: 40%;
}
#products-feature-area .point-ingredients-wrapper .producer-area .ingredient-text {
	width: 55%;
	text-align: left;
}
#products-feature-area .point-ingredients .producer-area .ingredient-text h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#products-feature-area .point-ingredients .producer-area .ingredient-text .action {
	border: 1px solid #c69c6d;
	color: #c69c6d;
	background-color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding: 3px 12px;
	margin: 0 5px 10px 0;
	border-radius: 5px;
}
#products-feature-area .point-ingredients .option-comment {
	text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-top: 30px;
}
#products-feature-area #ingredient-area {
	width: 1000px;
	margin: 40px auto 0;
	padding: 40px 80px;
	background-color: #fff;
}
#products-feature-area #ingredient-area h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#products-feature-area #ingredient-area p {
	font-size: 14px;
	color: #676767;
}
#products-feature-area #ingredient-area ul {
	font-size: 13px;
	color: #676767;
}
#products-feature-area #ingredient-area ul li {
	text-indent: -13px;
	padding-left: 13px;
}
.fs-c-productMainImage__image {
	cursor: pointer;
}
.fs-c-productMainImage__expandButton {
	display: none;
}
.fs-c-productThumbnail__image {
	margin: 4px 3px;
    flex-basis: 100px;
    min-width: 100px;
}
.fs-c-productThumbnail__image.is-active > img {
	border-color: #c69c6d;
}
.fs-c-productNameHeading__name {
	font-size: 24px;
	font-weight: bold;
}
.fs-l-product2 .fs-l-productLayout > * > * {
	margin-bottom: 20px;
}
.fs-c-productNameHeading {
	margin-bottom: 30px!important;
}
.fs-p-productDescription--full p {
	background-color: rgba(198,156,109,.1);
	padding: 30px 20px;
	line-height: 1.8;
	color: #333;
	font-size: 14px;
}
.fs-p-productDescription--short {
	line-height: 1.8;
	color: #333;
	font-size: 14px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice {
	justify-content: flex-end;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 20px;
}
.fs-c-productSelection__name {
	font-size: 14px;
	background-color: transparent;
}
.fs-c-productSelection {
	flex-direction: row;
	margin-bottom: 60px!important;
}
.fs-c-productSelection__selection {
	padding: 0;
}
.fs-c-dropdown__menu {
	padding: 4px 4em 4px 8px;
}
.fs-c-dropdown::after {
	background: #808080;
	color: #fff;
}





.fs-c-productQuantityAndWishlist {
	display: block;
}
.fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist {
	float: right;
}
.fs-c-buttonContainer--addToWishList--detail {
	display: block;
	padding: 0;
}
.fs-c-buttonContainer--addToWishList--detail .fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail {
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
}
.fs-c-buttonContainer--addToWishList--detail .fs-c-button--addToWishList--detail:after,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail:after,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail:after {
	color: #ef857d;
	font-size: 24px;
}
.fs-c-buttonContainer--addToWishList--detail .fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail .fs-c-button__label {
	display: none;
}
.fs-c-productQuantityAndWishlist__quantity {
	float: left;
	width: 100%;
}
.fs-c-productQuantityAndAction__quantity {
	margin-right: 40px;
}
.fs-c-productQuantityAndAction {
	justify-content: flex-end;
}
.fs-c-productQuantityAndAction__action {
	flex-grow: initial;
}
.fs-c-productQuantityAndAction__action + .fs-c-productQuantityAndAction__quantity,
.fs-c-productQuantityAndWishlist__wishlist + .fs-c-productQuantityAndWishlist__quantity {
	position: relative;
	min-width: 70px;
}
.fs-c-productQuantityAndAction__action + .fs-c-productQuantityAndAction__quantity:after,
.fs-c-productQuantityAndWishlist__wishlist + .fs-c-productQuantityAndWishlist__quantity:after {
	content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 100%;
    background-color: #444444;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 39px;
    pointer-events: none;
}
.fs-c-productActionButton {
	display: inline-block;
	padding: 0;
}
.fs-c-button--addToCart--detail {
	font-size: 18px;
	padding: 10px 80px;
	margin-left: 40px;
	position: relative;
}
.fs-c-button--addToSubscriptionCart--detail {
	position: relative;
	min-width: 100%;
	padding: 0.8em 3.5em 0.8em;
}
.fs-c-button--addToSubscriptionCart--detail:after,
.fs-c-button--addToCart--detail:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	line-height: 1;
	font-weight: bold;
}
.rcmd-slick-initialized .rcmd-slick-slide {
	width: 216px!important;
}
#fs-recommend--flick {
    margin-top: 80px;
}
.fs-c-productNotice--outOfStock {
	clear: both;
}
.fs-c-checkout-couponList__control {
	flex-basis: 94px;
}
.fs-c-checkout-couponStatus {
	width: 66px;
}
.fs-c-checkout-couponStatus.is-inactive {
	font-size: 11px;
}
.fs-c-button--primary {
	font-size: 16px;
	padding: 0.8em 2em 0.8em;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
	font-size: 14px;
	min-width: auto;
	margin-left: 40px;
	padding: 0.8em 2em 0.6em;
}
.fs-c-button--change--small {
	padding: 0.6em;
}
.product_tag {
	margin-bottom: 0!important;
}
.product_tag li {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ef857d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_tag li + li {
	margin-left: 5px;
}
.fs-c-productSalesPeriod {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.fs-l-product2 .fs-l-productLayout {
		grid-template-columns: none;
		grid-gap: 0;
	}
	#products-feature-area {
		padding: 30px 2% 60px!important;
	}
	#products-feature-area .products-point-wrapper {
		width: 100%;
		padding: 20px 4% 0;
	}
	#products-feature-area .products-point {
		padding: 0;
	}
	#products-feature-area .products-point h2 {
		font-size: 17px;
		display: block;
	}
	#products-feature-area .products-point h2 span {
		font-size: 24px;
		margin-right: 0;
	}
	#products-feature-area .products-point p {
		font-size: 17px;
		font-weight: bold;
		display: block;
	}
	#products-feature-area .products-point-comment {
		width: 100%;
		padding: 20px 4% 30px;
	}
	#products-feature-area .products-point-comment p.main-comment {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#products-feature-area .products-point-comment p.main-comment br {
		display: none;
	}
	#products-feature-area .products-point-comment h3.colorchart-ttl {
		margin: 40px 0 20px;
		font-size: 15px;
	}
	#products-feature-area .products-point-comment .point-image-pink {
		padding: 20px 0;
	}
	#products-feature-area .products-point-comment .point-spaceing {
		margin-bottom: 30px;
	}
	#products-feature-area .products-point-bl {
		width: 100%;
		padding: 20px 4%;
	}
	#products-feature-area .products-point-bl h2 {
		font-size: 20px;
	}
	#products-feature-area .point-ingredients-wrapper {
		margin: 0 -2%;
	}
	#products-feature-area .point-ingredients {
		padding: 20px 4% 30px;
	}
	#products-feature-area .point-ingredients-wrapper .producer-area {
		flex-wrap: wrap;
	}
	#products-feature-area .point-ingredients-wrapper .producer-area .ingredient-img {
		width: 100%;
	}
	#products-feature-area .point-ingredients-wrapper .producer-area .ingredient-text {
		width: 100%;
		padding-top: 30px;
	}
	#products-feature-area .point-ingredients .producer-area .ingredient-text h4 {
		font-size: 17px;
		font-weight: bold;
	}
	#products-feature-area #ingredient-area {
		width: 100%;
		padding: 30px 4%;
	}
	#products-feature-area #ingredient-area h2 {
		font-size: 17px;
		font-weight: bold;
	}
	#products-feature-area .point-image-list,
	#products-feature-area .point-image-list-4 {
		margin: 0;
	}
	#products-feature-area .point-image-list li {
		margin-right: 0!important;
		margin-bottom: 20px;
		max-width: none;
	}
	#products-feature-area .point-image-list-4 li {
		max-width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 5px;
	}
	#products-feature-area .products-point-comment .point-recommend {
		font-size: 32px;
	}
	#products-feature-area .products-point-comment ul.point-contents-list {
		margin: 0;
	}
	#products-feature-area .products-point-comment ul.point-contents-list li .detail-btn a {
		display: block;
	}
	.fs-c-productThumbnail__image {
		margin: 0 0 10px;
		flex-basis: 25%;
		min-width: 25%;
	}
	.fs-c-productNameHeading {
		margin-bottom: 20px!important;
	}
	.fs-c-productNameHeading__name {
		font-size: 17px;
	}
	.fs-p-productDescription--full p {
		padding: 10px 4%;
		line-height: 1.5;
	}
	.fs-c-productActionButton {
		float: right;
	}
	.fs-c-button--addToCart--detail {
		font-size: 17px;
		padding: 10px 20px 10px 0;
		margin-left: 0;
	}
	.fr2-carousel .rcmd-slick-arrow {
		width: 30px!important;
		height: 30px!important;
		z-index: 9999;
	}
	.fr2-carousel .rcmd-slick-arrow::before {
		width: 30px!important;
		height: 30px!important;
	}
	.rcmd-slick-prev {
		left: -10px!important;
	}
	.rcmd-slick-next {
		right: -10px!important;
	}
	.fr2-carousel .rcmd-slick-list {
		margin: 0!important;
	}
	.fr2-listItem__productName {
		margin: 10px 0!important;
	}
	.rcmd-slick-initialized .rcmd-slick-track {
		display: flex!important;
	}
	.rcmd-slick-initialized .rcmd-slick-slide {
		float: none!important;
		padding: 4px!important;
	}
	#fs-recommend--flick {
		margin-top: 40px;
	}
	.fs-c-button--primary {
		min-width: 180px;
	}
	.fs-c-productSalesPeriod {
		clear: both;
	}
	.fs-c-button--addToWishList--detail {
		padding: 8px 0;
	}
	.fs-c-productQuantityAndAction {
		justify-content: space-between;
	}
}

/* 商品グループ */
.fs-c-heading--page {
	color: #333;
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
	margin: 0;
    padding: 0 0 15px;
    text-align: center;
	border-bottom: 1px solid #ccc;
}
.group_free_1 {
	color: #333;
    margin: 0 0 40px;
    text-align: center;
}
.fs-body-search .fs-c-heading--page,
.fs-body-category .fs-c-heading--page {
	border-bottom: none;
}
.fs-c-productList {
	margin: 0;
}
.fs-c-productList__list {
	padding: 40px 0;
}
.fs-c-productList__list__item {
	border-bottom: none;
	padding: 30px 6px;
}
.fs-c-productList__controller,
.fs-c-coordinationList__controller,
.fs-c-staffList__controller {
	margin: 0;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
.fs-c-productList__controller > *,
.fs-c-coordinationList__controller > *,
.fs-c-staffList__controller > * {
	margin: 0;
}
.fs-c-sortItems {
	font-size: 14px;
}
.fs-c-productListItem__viewMoreImageButton {
	display: none;
}
.fs-c-productName__name {
	font-size: 14px;
	font-weight: bold;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #c69c6d;
	font-size: 14px;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
	font-size: 12px;
	margin-left: 5px;
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
	content: "";
	display: none;
}
.fs-c-button--addToCart--list {
	display: none;
}
.fs-c-productListItem__control .fs-c-button--viewProductDetail {
	display: inline-block;
	margin-left: auto;
	padding-right: 5px;
	display: none;
}
.fs-c-productListItem__control .fs-c-button--viewProductDetail .fs-c-button__label {
	display: inline-block;
}
.fs-c-button__label {
	word-break: keep-all;
}
.fs-c-productPrice--listed {
	text-decoration: line-through;
}
.fs-c-subgroup .fs-c-listControl {
	display: none;
}
.fs-c-subgroup {
	margin: 0;
	background-color: #f6f6f6;
	padding: 10px 0;
}
.fs-c-subgroupList {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.fs-c-subgroupList__item {
	flex-grow: 1;
	flex-basis: 0;
	margin-top: 0;
	display: inline-block;
	margin: 0 5px;
}
@media screen and (min-width: 768px) {
	.fs-c-subgroupList__item {
		flex-basis: 0;
		margin-left: 0;
		margin-top: 0;
		margin: 0 20px;
	}
}
@media screen and (min-width: 960px) {
	.fs-c-subgroupList__item {
		flex-basis: 0;
		margin-left: 0;
		margin-top: 0;
		margin: 0 30px;
	}
}
.fs-c-subgroupList__link {
	background: none;
	border: none;
	padding: 0;
	display: flex;
}
.fs-c-subgroupList__link::after {
	font-size: 14px;
}

/* その他 */
.fs-c-variationLabel {
	font-size: 14px;
	background-color: #666;
    padding: 5px 15px;
    color: #fff;
}
.fs-c-variationCart__wishlist {
	display: none;
}
.fs-c-variationCart > li {
	display: flex;
}
.fs-c-variationRadioList__row {
	border-top: none;
	border-bottom: 1px solid #ccc!important;
}
.fs-c-stockSignLegend {
	font-size: 13px;
}
.fs-c-stockSignLegend__sign {
	min-width: 22px;
	margin-right: 6px;
	padding-right: 6px;
	color: #999;
}
.fs-c-productQuantity {
	float: left;
	width: 5em;
	position: relative;
}
.fs-c-productQuantity:after {
	content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 100%;
    background-color: #444444;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 39px;
	pointer-events: none;
}
.fs-c-radio__radioMark {
	width: 10px;
	height: 10px;
	margin: 0 8px 0 0;
	min-width: auto;
}
.fs-c-variationRadioList__name__stock {
	color: #ef857d;
	font-size: 14px;
}
.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
	font-size: 14px;
}
.fs-c-variationCart__cartButton > button {
	width: auto;
}
.fs-c-productListItem__control {
	padding: 0;
}
.fs-c-productListItem__productDescription {
	display: none;
}
.iziToast-wrapper {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.fs-c-quantity__select {
	padding: 9px 10px;
}
.fs-system-quantity-text {
	padding: 9px 10px;
}
.fs-c-sortItems__list__item.is-active {
	background: #ef857d;
}
.fs-c-subSection__title {
	font-size: 17px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
	font-size: 20px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	color: #ef857d;
}
.fs-c-buttonContainer--memberRegister {
	margin-top: 40px;
}
.fs-c-inputInformation__link {
	text-align: center;
}
.fs-p-announcement__title {
	font-size: 20px;
	margin-bottom: 16px;
}
.fs-c-inputInformation__field {
	margin: 0 auto;
	max-width: none;
}
.fs-c-inputTable > tbody > tr {
	border-bottom: 1px solid #dedede;
	display: table;
	width: 100%;
}
.fs-c-inputTable > tbody > tr:first-child {
	border-top: 1px solid #dedede;
}
.fs-c-inputTable > tbody > tr + tr {
	margin-top: 0;
}
.fs-c-inputTable__headerCell {
	display: table-cell;
	width: 210px;
	padding: 20px;
	background-color: #f2f2f4;
	font-weight: bold;
	vertical-align: middle;
}
.fs-c-inputTable__headerCell > * {
	font-weight: inherit;
}
.fs-c-inputTable__dataCell {
	display: table-cell;
	padding: 20px 0 20px 40px;
}
.fs-c-inputTable__dataCell [type="hidden"],
.fs-c-inputTable__dataCell [type="text"],
.fs-c-inputTable__dataCell [type="search"],
.fs-c-inputTable__dataCell [type="tel"],
.fs-c-inputTable__dataCell [type="url"],
.fs-c-inputTable__dataCell [type="email"],
.fs-c-inputTable__dataCell [type="password"],
.fs-c-inputTable__dataCell [type="datetime"],
.fs-c-inputTable__dataCell [type="date"],
.fs-c-inputTable__dataCell [type="month"],
.fs-c-inputTable__dataCell [type="week"],
.fs-c-inputTable__dataCell [type="time"],
.fs-c-inputTable__dataCell [type="datetime-local"],
.fs-c-inputTable__dataCell [type="number"],
.fs-c-inputTable__dataCell select,
.fs-c-inputTable__dataCell textarea {
	height: 36px;
	font-size: 14px;
}
.fs-c-requiredMark {
	color: #ef857d;
}
.fs-c-inputDate > * {
	min-width: 106px;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
	font-size: 14px;
}
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	font-weight: bold;
}
.fs-c-accountService__page {
	flex-basis: 175px;
	height: 100px;
}
.fs-c-accountService__page--accountDelete {
	flex-basis: 100%;
	height: auto;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
	box-shadow: none;
    background: #f2f2f4;
    border: none;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
	background: #dedede;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
	font-size: 15px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
	font-size: 36px;
	width: 46px;
	height: 46px;
}
.fs-c-cartTable__actionButton__container > button {
	font-size: 14px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	max-width: 1000px;
}
@media screen and (min-width: 600px) {
	.fs-c-cartTableContainer {
		border: none;
		padding: 0;
	}
}
.fs-c-featuredProduct,
.fs-c-wishlistProduct {
	margin-top: 60px;
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
	display: none;
}
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
	vertical-align: middle;
}
.fs-c-cartTable__headerCell {
	background-color: #c69c6d;
	color: #fff;
}
.fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
	vertical-align: middle;
}
.fs-c-orderTotalTable__itemPriceSummary .fs-c-price__currencyMark {
	font-size: 20px;
    margin-right: 5px;
}
.fs-c-orderTotalTable__itemPriceSummary .fs-c-price__value {
	font-size: 24px;
}
.fs-c-cartPayment, .fs-c-payWithAmazon {
	font-size: 16px;
	text-align: center;
}
.fs-p-accountInfo__point__point__available__number {
	color: #ef857d;
}
.fs-p-accountInfo__point__point__rate {
	display: none;
}
.fs-c-purchasePointExpiration {
	display: none;
}
.fs-c-button--secondary {
	font-size: 16px;
	padding: 0.8em 1.6em;
	border: none;
}
.fs-body-my-account-password .fs-c-inputInformation__field {
	background: none;
	padding: 0;
}
.fs-c-button--cancel {
	font-size: 16px;
}
.fs-c-productPointDisplay {
	background: none;
    text-align: right;
    color: #333;
    display: block;
    font-size: 15px;
   margin-bottom: 30px;
}
.fs-c-productPrices--productDetail {
	margin-bottom: 5px;
}
.fs-c-productListItem__notice {
	font-size: 14px;
}
.fs-c-button--standard {
	font-size: 15px;
    padding: 0.6em 1em;
	border: none;
}
.fs-c-continueShopping {
    margin-top: 10px;
}
.fs-c-button--continueShopping {
	background: none;
    border: none;
    box-shadow: none;
}
.fs-body-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field {
	background: none;
	padding: 0;
}
.fs-body-login .fs-c-inputInformation__field .fs-c-inputTable__headerCell,
.fs-body-wishlist-login .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
	width: 39%;
	padding: 0 0 0 10px;
}
.fs-body-login .fs-c-inputInformation__field .fs-c-inputTable__dataCell,
.fs-body-wishlist-login .fs-c-inputInformation__field .fs-c-inputTable__dataCell {
	padding: 10px 0 10px 10px;
}
.fs-c-pagination__item.is-active {
	background: #ef857d;
}
.fs-c-fieldMessage {
	margin-top: 24px;
}
.fs-c-registerSuccessMessage p {
	margin-top: 20px;
}
.fs-c-cartDiscountInfo__note {
	font-size: 14px;
}
.fs-p-headerUtilityMenu__mypage.is-loggedIn--false {
  display: none;
}

/* フリーページ */
#bg_gray {
	background-color: #f2f2f4;
}
#bg_gray .fs-l-pageMain {
	padding: 80px 0 60px;
}
#bg_gray .fs-l-pageMain .fs-l-pageMain-inner {
	background-color: #fff;
}
.fp_title {
	min-height: 100px;
	line-height: 1;
	padding: 34px 0;
	color: #fff;
	font-size: 32px;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	background-image: url(../column/lp_contents_01/bg_pattern_dot_blk.png);
	background-position: center;
	margin-bottom: 60px;
}
.fp_title .fp_title_sm {
	font-size: 16px;
	display: block;
    padding-top: 10px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
@media screen and (max-width: 767px) {
	#bg_gray .fs-l-pageMain {
		padding: 10px 2% 40px;
	}
	.fp_title {
		min-height: auto;
		padding: 20px 0;
		font-size: 24px;
		margin-bottom: 40px;
	}
	.fp_title .fp_title_sm {
		font-size: 14px;
	}
}

.fs-p-heading--lv2 {
	font-size: 16px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    font-weight: bold;
}
.fs-c-listTable th,
.fs-c-listTable td {
	vertical-align: middle;
}
.fs-c-listTable > thead {
	background: #c69c6d;
    color: #fff;
}
.fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
	font-size: 16px;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell, .fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
	padding: 5px 20px;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
	color: #ef857d;
}
.fs-c-totalAndActions button:not(.fs-c-button--image) {
	font-size: 20px;
}
.fs-c-checkout-destination__name {
	font-size: 20px;
}
.fs-c-checkout-customerInfo__name {
	font-size: 20px;
}
.fs-c-checkout-couponCodeInput__title {
	font-size: 15px;
}
.fs-c-checkout-preview {
	padding: 20px;
	border-color: #444;
}
.fs-c-checkout-preview__title {
	font-size: 18px;
	border-bottom: none;
	margin: -20px -20px 20px;
	background-color: #444;
	color: #fff;
	padding: 15px;
}
.fs-c-checkout-delivery__method__title {
	font-size: 20px;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
	font-size: 20px;
}
.fs-c-buttonContainer--confirmOrder {
	margin-top: 20px;
}
.fs-c-checkout-paymentMethod.is-active {
	border-color: #c69c6d;
}
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
	background-color: #c69c6d;
}
.fs-c-couponList__item {
	padding: 10px 19px;
}
.fs-c-coupon__info {
	display: block;
	overflow: hidden;
}
.fs-c-coupon__info {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	margin: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}
.fs-c-coupon__image {
	float: left;
	width: 320px;
	padding-bottom: 30px;
	margin-right: 30px;
}
.fs-c-couponName {
	float: left;
	width: calc(100% - 350px);
	display: block;
}
.fs-c-couponName > * {
	text-align: left;
}
.fs-c-couponName__name {
	color: #333;
	font-size: 20px;
	margin-top: 5px;
	display: inline-block;
	width: auto;
}
.fs-c-couponName__discount {
	background-color: #ef857d;
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	margin-left: 10px;
}
.fs-c-coupon__description {
	border-top: 1px solid #e5e5e5;
	border-left: none;
	clear: both;
	margin: 20px 0 0;
	padding: 20px 0 0;
	float: left;
	width: 100%;
}
.fs-c-couponExpiration__title,
.fs-c-couponAppliedCondition__title {
	font-size: 18px;
	margin-bottom: 10px;
}
.fs-c-documentColumn__heading {
	font-size: 20px;
}
.fs-c-checkout-couponStatus {
	font-size: 14px;
}
.fs-c-checkout-couponList__couponName {
	font-size: 14px;
}
.fs-c-orderHistoryItem__deliveryInfo dt,
.fs-c-orderHistoryItem__deliveryInfo dd {
	font-size: 14px;
}
.fs-c-orderHistoryItem__productQuantity__label {
	font-size: 14px;
}
.fs-c-orderHistoryItem__productQuantity__number {
	font-size: 18px;
}
.fs-c-deliveryInfoList__detailList > dt {
	font-size: 14px;
}
.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
	font-size: 14px;
}
.fs-c-orderTotalTable {
	margin-bottom: 16px;
}
.fs-c-pointListTable__dataDetail {
	font-size: 14px;
}
.fs-c-note {
	font-size: 14px;
}
.fs-c-buttonContainer--addReview--detail {
	display: none;
}
.fs-c-salesPeriod {
	clear: both;
}
.fs-c-salesPeriod__date {
	font-size: 14px;
}
.fs-c-productListItem__preorderMessage {
	display: none;
}
@media screen and (max-width: 767px) {
	.fs-p-heading--lv2 {
		margin-bottom: 10px;
	}
	.fs-c-heading--page {
		font-size: 18px;
		margin: 0;
	}
	.fs-c-productList__controller > *,
	.fs-c-coordinationList__controller > *,
	.fs-c-staffList__controller > * {
		margin: 10px 0;
	}
	.fs-c-productList__list {
		padding: 0;
		display: block;
	}
	.fs-c-productList__list__item {
		padding: 30px 0;
	}
	.fs-c-productList__list__item > form {
		overflow: hidden;
	}
	.fs-c-productListItem__imageContainer {
		padding: 0 20%;
	}
	.fs-c-productName__name {
		font-size: 16px;
	}
	.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
		font-size: 18px;
	}
	.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
		font-size: 14px;
	}
	.fs-c-productListItem__prices {
		float: left;
	}
	.fs-c-productListItem__notice {
		float: left;
		margin: 4px 10px;
	}
	.fs-c-accountService__page {
		flex-basis: 50%;
		margin: 0 0 10px;
		padding: 0 5px;
	}
	.fs-c-productListCarousel__ctrl {
		flex-basis: 20px;
		min-width: 20px;
	}
	.fs-c-button--carousel {
		font-size: 36px;
	}
	.fs-l-account {
		margin-top: 20px;
	}
	.fs-c-couponList__item {
		padding: 10px 4%;
	}
	.fs-c-coupon__image {
		width: 100%;
		text-align: center;
		padding-bottom: 0;
	}
	.fs-c-couponName {
		width: 100%;
		margin-left: 0;
		padding-bottom: 16px;
	}
	.fs-c-coupon__info > * + * {
		margin-top: 16px;
	}
	.fs-c-couponName__name {
		font-size: 17px;
	}
	.fs-c-history {
		margin-top: 20px;
	}
	.fs-c-listTable > tbody > tr > th::before,
	.fs-c-listTable > tbody > tr td::before {
		font-size: 14px;
	}
	.fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
		font-size: 16px;
	}
	.fs-c-inputTable__headerCell {
		width: 40%;
		padding: 10px;
	}
	.fs-c-inputTable__dataCell {
		padding: 10px 0 10px 16px;
	}
	.fs-body-forgotPassword .fs-c-inputInformation__field,
	.fs-body-cardAuth .fs-c-inputInformation__field,
	.fs-body-merge .fs-c-inputInformation__field,
	.fs-body-resetPassword .fs-c-inputInformation__field {
		padding: 0;
		background: none;
	}
	.fs-c-cartTable__dataCell--subtotal,
	.fs-c-cartTable__dataCell--unitPrice {
		font-size: 18px;
	}
	.fs-c-button--standard {
		font-size: 14px;
	}
	.fs-c-checkout-confirmationList {
		grid-template-columns: 35% 65%;
	}
	.fs-c-checkout-pointInfo__usePoint__number {
		font-size: 30px;
	}
	.fs-c-checkout-pointInfo__usePoint__label {
		font-size: 15px;
	}
	.fs-c-checkoutSuccess {
		margin-top: 20px;
	}
	.fs-p-announcement__title {
		font-size: 17px;
	}


}
.fs-c-checkout-amazonWidget__widget {
	min-width: 260px;
}


/* キャプチャ用 */
body.capture .fs-l-page > div,
body.capture .fs-l-page > nav,
body.capture .fs-l-page .fs-l-pageMain,
body.capture #products-feature-area #ingredient-area {
	display: none;
}
body.capture.fs-body-product #products-feature-area {
	background-color: #fff;
	padding: 0!important;
}


/* 20221118リリース */
.wrap_gray .bg_gray .columnArea {
	float: none;
	width: 100%;
	overflow: hidden;
}
.wrap_gray .bg_gray .columnArea .common_title {
    border-bottom: 1px solid #4c4948;
}
.wrap_gray .bg_gray .columnArea .common_title .en {
	font-size: 32px;
}
.wrap_gray .bg_gray .columnArea h3.column_title{
	font-family: 'Josefin Sans', sans-serif;
    display: block;
    font-size: 28px;
    color: #333;
	margin-bottom: 35px;
}
.wrap_gray .bg_gray .columnArea .column_category-wrap + .column_category-wrap{
	margin-top: 50px;
	padding-top: 80px;
	border-top: 1px solid #dddddd;
}
.wrap_gray .bg_gray .columnArea .column_contents-wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.wrap_gray .bg_gray .columnArea .column_contents-wrap .column_contents{
	width: calc(100% / 6);
	padding-left: 20px;
	padding-right: 20px;
}

.wrap_gray .bg_gray .columnArea .column_contents-wrap .column_contents .txt{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 1.3;
	display: block;
	margin-top: 5px;
}
.wrap_gray .bg_gray .columnArea .common_btn{
	text-align: center;
	margin-top: 75px;
}
.wrap_gray .bg_gray .columnArea .common_btn a{
	text-align: center;
	width: 450px;
	line-height: 1;
	color: #000000;
	font-size: 22px;
	position: relative;
	border: 1px solid #000000;
}
.wrap_gray .bg_gray .columnArea .common_btn a:after{
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	width: 10px;
    height: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.messageArea ul{
	background-color: #fff;
    height: 150px;
    overflow: auto;
	border: 2px solid #c69c6d;
    padding: 0 60px 15px;
	display: inline-block;
}
.messageArea ul .news_contents-wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	padding: 15px 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.messageArea ul .news_contents-wrap .news_date{
	font-weight: bold;
    color: #333;
}
.messageArea ul .news_contents-wrap .news_ttl{
	font-weight: bold;
    color: #333;
	padding-left: 20px;
}
.messageArea ul .news_contents-wrap .news_ttl a{
	font-weight: bold;
    color: #333;
	text-decoration: underline;
}
.pickupArea{
	margin-top: 60px;
}
.rankingArea{
	margin-top: 60px;
}
.column_category-wrap-2column{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.column_category-wrap-2column > div{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap_gray .bg_gray .columnArea .column_category-wrap-2column .column_contents-wrap .column_contents{
	width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
	.wrap_gray .bg_gray .columnArea {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* .wrap_gray .bg_gray .columnArea .common_title {
		border-bottom: none;
	} */
	.wrap_gray .bg_gray .columnArea h3.column_title{
		margin-bottom: 20px;
		text-align: center;
	}
	.wrap_gray .bg_gray .columnArea .column_contents-wrap{
		margin-left: -7px;
		margin-right: -7px;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.wrap_gray .bg_gray .columnArea .column_contents-wrap .column_contents{
		width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 20px;
	}
	.wrap_gray .bg_gray .columnArea .column_category-wrap + .column_category-wrap{
		margin-top: 25px;
		padding-top: 0px;
		border-top: none;
	}
	.wrap_gray .bg_gray .columnArea .column_contents-wrap .column_contents .txt{
	}
	.wrap_gray .bg_gray .columnArea .common_btn{
		margin-top: 25px;
	}
	.wrap_gray .bg_gray .columnArea .common_btn a{
		width: 100%;
	}
	.messageArea ul{
		height: 120px;
    	padding: 0 3%;
	}
	.messageArea ul .news_contents-wrap{
		display: block;
	}
	.messageArea ul .news_contents-wrap .news_date{
		text-align: left;
	}
	.messageArea ul .news_contents-wrap .news_ttl{
		text-align: left;
		padding-left: 0px;
	}
	.column_category-wrap-2column{
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	.column_category-wrap-2column > div{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.wrap_gray .bg_gray .columnArea .column_category-wrap-2column .column_contents-wrap .column_contents{
		width: 50%;
	}
	.wrap_gray .bg_gray .columnArea .pc-only{
		display: none;
	}
}

/* 230406リリース howto faq */
#products-feature-area .products-point .pc_only-inline{
	display: inline;
}
#products-feature-area .products-point .sp_only-inline{
	display: none;
}
#products-feature-area .products-faq-wrapper .products-point{
	display: flex;
	align-items: center;
}
#products-feature-area .products-faq-wrapper p{
	font-weight: bold;
	padding-left: 20px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .point-image{
	margin-bottom: 40px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use{
	margin-bottom: 50px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use li{
	padding-left: 2em;
	text-indent: -2em;
	font-size: 16px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use li + li{
	margin-top: 16px;
}
#products-feature-area .products-point-comment .point-how_to_use-mark-box{
	background-image: url('https://n24hcosme.itembox.design/item/product/parts-point-pc.png');
	background-position: top left;
	background-size: auto;
	padding: 30px;
	border: 1px solid #333333;
	background-repeat: no-repeat;
	font-size: 16px;
}
#products-feature-area .products-point-comment .products-faq{
	font-size: 16px;
}
#products-feature-area .products-point-comment .products-faq dt{
	font-weight: bold;
	position: relative;
	padding-left: 35px;
	margin-top: 30px;
}
#products-feature-area .products-point-comment .products-faq dt:before{
	content:"Q";
	display: block;
	position: absolute;
	left: 0px;
	top: -5px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #4a6ec4;
}
#products-feature-area .products-point-comment .products-faq dd{
	position: relative;
	margin-top: 10px;
	padding-left: 35px;
}
#products-feature-area .products-point-comment .products-faq dd:before{
	content:"A";
	display: block;
	position: absolute;
	left: 0px;
	top: -8px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #c54542;
}
#products-feature-area .products-point-comment .products-faq .faq-underline{
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#products-feature-area .products-point .pc_only-inline{
		display: none;
	}
	#products-feature-area .products-point .sp_only-inline{
		display: inline;
	}
	#products-feature-area .products-faq-wrapper .products-point img{
		width: 45px;
	}
	#products-feature-area .products-faq-wrapper p{
		font-weight: bold;
		padding-left: 10px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use li + li{
		margin-top: 20px;
	}
	#products-feature-area .products-point-comment .point-how_to_use-mark-box{
		background-image: url('https://n24hcosme.itembox.design/item/product/parts-point-sp.png');
		background-position: top center;
		background-size: contain;
		padding: 35px 10px 10px;
		font-size: 16px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use li{
		font-size: 15px;
	}
	#products-feature-area .products-point-comment .products-faq{
		margin-top: -25px;
		font-size: 15px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .point-image{
		margin-bottom: 0px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use{
		margin-bottom: 30px;
	}
}

/* 230707リリース howto faq */
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-case_ttl{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 16px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone{
	padding-bottom: 30px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .tzone{
	color: #d49674;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .products-how_to_use-tzone{
	color: #611a1a;
	font-size: 16px;
	margin-bottom: 20px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .uzone{
	color: #7496d4;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .products-how_to_use-uzone{
	color: #1b3564;
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-case_ttl{
		font-size: 15px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .tzone{
		font-size: 15px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .products-how_to_use-tzone{
		font-size: 15px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .uzone{
		font-size: 15px;
	}
	#products-feature-area .products-point-comment.products-point-comment-how_to_use .products-how_to_use-zone .products-how_to_use-uzone{
		font-size: 15px;
	}
}

/* 240209リリース howto faq */
#products-feature-area .products-point-comment.products-point-comment-how_to_use .point-how_to_use-mark-box a span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #b3602a;
}
#products-feature-area .products-point-comment.products-point-comment-how_to_use .point-how_to_use-mark-box a span:hover {
	opacity: .7;
}
#products-feature-area .products-point-comment.products-point-comment-faq .products-faq a span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #b3602a;
}
#products-feature-area .products-point-comment.products-point-comment-faq .products-faq a span:hover {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: .7;
}