@charset 'UTF-8';
/* ==============================================================================

CSS Information

 File name:	main.css

 Style Info:	メイン設定
 
 ※ スマフォファースト。CSSの上書きはPC側(device.css)で。

============================================================================== */
/*-------------------------------------------------------------------------------

 共通部分 / 汎用パーツ

-------------------------------------------------------------------------------*/
/* contents
-----------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
	padding: 25px 0;
}
.contents_inner {swiper
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 20px;
}
.content_box {
	margin-bottom: 40px;
}
.content_box.history_content {
	margin-top: 40px;
}
.content_box.bg {
	background: #f9f9f3;
}
/* 見出し
-----------------------------------------------------------*/
.title_block {
	margin-bottom: 15px;
	border-bottom: 3px solid #333;
}
.title_block h2 {
	position: relative;
	margin: 0 0 15px;
	padding-left: 45px;
	font-size: 2rem;
}
.title_block h2::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: no-repeat center center;
	background-size: auto 90%;
}
.title_block.rank h2::before {
	background-image: url(../common/title_icon_rank.svg);
	background-size: 100% auto;
}
.title_block.note h2::before {
	background-image: url(../common/title_icon_note.svg);
}
.title_block.new h2::before {
	background-image: url(../common/title_icon_new.svg);
	background-size: auto 90%;
}
.title_block.speaker h2::before {
	background-image: url(../common/title_icon_speaker.svg);
	background-size: 100% auto;
}
.title_block.thumbsup h2::before {
	background-image: url(../common/title_icon_thumbsup.svg);
}
.title_block.talk h2::before {
	background-image: url(../common/title_icon_talk.svg);
	background-size: 100% auto;
}
.title_block.pen h2::before {
	background-image: url(../common/title_icon_pen.svg);
	background-size: 90% auto;
}
.title_block.review h2::before {
	background-image: url(../common/title_icon_review.svg);
	background-size: 90% auto;
}
.title_block.time h2::before {
	background-image: url(../common/title_icon_time.svg);
	background-size: 90% auto;
}
.title_block h2 > em {
	display: block;
	padding-left: .6em;
	border-left: 1px solid #333;
}
/* cate title */
.title_block_icon {
	margin-bottom: 15px;
}
.title_block_icon h2 {
	position: relative;
	margin: 0;
	font-size: 2rem;
	text-align: center;
}
.title_block_icon h2::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	background: no-repeat center center;
	background-size: 100% auto;
	vertical-align: middle;
}
.title_block_icon.list h2::before {
	background-image: url(../common/title_icon_list.svg);
}
.title_block_icon.wallet h2::before {
	background-image: url(../common/title_icon_wallet.svg);
}
.title_block_icon.light h2::before {
	background-image: url(../common/title_icon_light.svg);
	background-size: auto 100%;
}
.title_block_icon.beginner h2::before {
	background-image: url(../common/title_icon_beginner.svg);
	background-size: auto 100%;
}
/* title_block_min */
.title_block_min h2 {
	font-size: 2rem;
}
.title_min {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
/* テーブル
-----------------------------------------------------------*/
.tbl {
	margin: 20px 0;
	border-collapse: collapse;
	text-align: left;
}
.tbl th {
	padding: 20px;
	background: #EEE;
	border: 1px solid #CCC;
}
.tbl td {
	padding: 20px;
	border: 1px solid #CCC;
}
/* 店舗情報*/
.tbl.shop_tbl {
	width: 100%;
}
.tbl.shop_tbl th {
	width: 32%;
}
/* txt
-----------------------------------------------------------*/
.txt_block, .txt_block_center {
	max-width: 680px;
	margin: 0 auto;
}
.txt_block p {
	display: inline-block;
	font-size: .875rem;
	text-align: left;
	line-height: 2;
}
.txt_block_center p {
	display: inline-block;
	font-size: .875rem;
	line-height: 2;
}
/* link btn
-----------------------------------------------------------*/
.more_link {
	margin: 10px 0 30px;
	text-align: right;
}
/* dark gray btn */
.btn_box {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.btn_box a {
	display: inline-block;
	width: 80%;
	min-width: 35%;
	padding: 18px 10px;
	border-radius: 50vh;
	border: 1px solid #CCC;
	text-decoration: none;
}
.btn_box a::after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -4px;
	margin-left: 4px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	transform: rotate(-45deg);
	vertical-align: middle;
}
.btn_box a:hover {
	border: 1px solid #999;
	background: #EEE;
}
/* yellow */
.btn_box.yw a {
	padding: 20px 10px;
	border: none;
	background: #ffcc33;
}
a .btn.yw {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	border-radius: 50vh;
	background: #ffcc33;
	text-align: center;
}
a .btn.yw::after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -4px;
	margin-left: 4px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	transform: rotate(-45deg);
	vertical-align: middle;
}
/* navy */
.btn_box.nv a {
	padding: 5px;
	border: none;
	background: #004b7c;
	color: #FFF;
}
.btn_box.nv a::after {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.btn_box.yw a:hover, .btn_box.nv a:hover {
	opacity: .75;
}
/* inquiry */
.btn_box.inquiry input {
	display: inline-block;
	width: 360px;
	max-width: 80%;
	padding: 16px;
	border-radius: 50vh;
	border: none;
	background: #ffcc33;
	text-align: center;
	text-decoration: none;
}
.btn_box.inquiry input:hover {
	opacity: .75;
}
/* bnr_list
----------------------------------------------------------- */
.bnr_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.bnr_list > li {
	position: relative;
	flex-grow: 0;
	width: 50%;
}
.bnr_list.bnr_list01 > li {
	width: 100%;
}
.bnr_list > li > div {
	padding: 0 5px 10px;
}
.bnr_list a {
	display: block;
	text-decoration: none;
}
.bnr_list span {
	display: block;
	margin-top: 8px;
}
/* item_list
----------------------------------------------------------- */
.item_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.item_list li {
	position: relative;
	flex-grow: 0;
	width: 100%;
}
/* 5分割 */
.item_list05 li {
	width: 50%;
}
.item_list li > div {
	margin: 0 10px 20px;
}
.item_list a, .item_swiper a {
	position: relative;
	display: block;
	text-decoration: none;
}
.item_list .thumb, .item_swiper .thumb {
	position: relative;
	display: block;
	font-style: normal;
	text-align: center;
}
.item_list .name, .item_swiper .name {
	font-weight: normal;
}
.item_list .price, .item_swiper .price, .ichioshi_list .price {
	display: block;
	color: #cc0000;
	font-weight: bold;
}
.item_list a:hover .price, .item_swiper a:hover .price, .ichioshi_list a:hover .price {
	color: #dc8787;
}
/* rank */
.item_list.rank {
	counter-reset: number 0;
}
.item_list.rank li {
	padding-top: 45px;
}
.item_list.rank li::before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number);
	top: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 36px;
	background: url(../common/icon_rank04.svg) no-repeat center top;
	background: 100% auto;
	color: #FFF;
	text-align: center;
	line-height: 3.6;
}
.item_list.rank li:first-child::before {
	background-image: url(../common/icon_rank01.svg);
}
.item_list.rank li:nth-child(2)::before {
	background-image: url(../common/icon_rank02.svg);
}
.item_list.rank li:nth-child(3)::before {
	background-image: url(../common/icon_rank03.svg);
}
/* item swiper
----------------------------------------------------------- */
.item_swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.item_swiper .swiper-wrapper {
	padding-bottom: 40px;
}
.item_swiper.rank .swiper-wrapper {
	counter-reset: number 0;
}
.item_swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #FFF;
	border: 1px solid #999;
}
.item_swiper .swiper-pagination-bullet-active {
	background: #999;
}
.item_swiper .swiper-button-next.swiper-button-black, .item_swiper .swiper-button-prev.swiper-button-black {
	width: 16px;
	height: 24px;
	margin-top: -12px;
	background-size: 100% auto;
}
.item_swiper .swiper-button-next.swiper-button-black {
	right: 0;
}
.item_swiper .swiper-button-prev.swiper-button-black {
	left: 0;
}
.item_swiper.rank .swiper-slide a {
	position: relative;
	padding: 45px 15px 0;
}
.item_swiper.rank a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 30px;
	background: url(../common/icon_rank04.svg) no-repeat center top;
	background: 100% auto;
	color: #FFF;
	text-align: center;
	line-height: 3;
}
.item_swiper.rank .one a::before {
	content: '1';
	background-image: url(../common/icon_rank01.svg);
}
.item_swiper.rank .two a::before {
	content: '2';
	background-image: url(../common/icon_rank02.svg);
}
.item_swiper.rank .three a::before {
	content: '3';
	background-image: url(../common/icon_rank03.svg);
}
.item_swiper.rank .four a::before {
	content: '4';
}
.item_swiper.rank .five a::before {
	content: '5';
}
.item_swiper.rank .six a::before {
	content: '6';
}
.item_swiper.rank .seven a::before {
	content: '7';
}
.item_swiper.rank .eight a::before {
	content: '8';
}
.item_swiper.rank .nine a::before {
	content: '9';
}
.item_swiper.rank .ten a::before {
	content: '10';
}

/*季節のおすすめ*/
.item_swiper.osusume .swiper-slide a {
	position: relative;
	padding: 45px 15px 0;
}


/* item_list
----------------------------------------------------------- */
.ichioshi_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.ichioshi_list > li {
	position: relative;
	flex-grow: 0;
	width: 100%;
}
.ichioshi_list > li > div {
	margin: 0 10px 40px;
}
.ichioshi_list a {
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
}
.ichioshi_list a:hover .btn {
	opacity: .75;
	color: #FFF;
}
.ichioshi_list a:hover .btn.yw::after {
	border-color: #FFF;
}
.ichioshi_list .thumb {
	display: block;
	width: 160px;
	max-width: 35%;
	margin-right: 15px;
}
.ichioshi_list .txt {
	flex: 1;
}
.ichioshi_list .name {
	display: block;
	font-weight: normal;
}
/* holiday
----------------------------------------------------------- */
.holiday_info {
	padding: 5px 10px;
	border: 1px solid #CCC;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
}
.holiday_info h1 em {
	display: inline-block;
	padding: 10px 1.5em;
	border-radius: 8px;
	background: #cc0000;
	color: #FFF;
	font-size: 2rem;
}
.holiday_info p {
	text-align: left;
}
.holiday_info .holiday_data {
	display: block;
	width: 14em;
	margin: 10px auto;
	padding: 0 15px 0 10px;
	border-radius: 8px;
	background: #ffff99;
	color: #cc0000;
	font-size: 2rem;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------

 index

-------------------------------------------------------------------------------*/
/* cover
----------------------------------------------------------- */
.cover_container {
	max-width: 940px;
	margin: 0 auto 40px;
}
.cover_swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.cover_swiper img {
	width: 100%;
	height: auto;
}
.cover_container .swiper-slide {
	background: #FFF;
}
.cover_container .swiper-pagination-fraction, .cover_container .swiper-pagination-custom, .cover_container .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.cover_container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #999;
	opacity: 1;
}
.cover_container .swiper-pagination-bullet-active {
	background: #50773f;
}
.cover_container .swiper-button-next.swiper-button-black {
	width: 25px;
	height: 50px;
	right: 0;
	margin-top: -25px;
	background-image: url(../common/icon_ku_next.svg);
	background-size: cover;
	transform: rotate(180deg);
}
.cover_container .swiper-button-prev.swiper-button-black {
	width: 25px;
	height: 50px;
	left: 0;
	margin-top: -25px;
	background-image: url(../common/icon_ku_next.svg);
	background-size: cover;
}
/* news/post [iframe]
----------------------------------------------------------- */
.news_area {
	border: 1px solid #CCC;
}
.news_iframe {
	overflow-y: auto;
	height: 270px;
}
.post_iframe {
	height: 880px;
}
/* shop
----------------------------------------------------------- */
.shop_content {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.shop_content .title_block_min {
	padding: 10px;
	background: #cc080e;
	color: #FFF;
	text-align: center;
}
.shop_area {
	padding: 20px;
}
.shop_area .text_block p {
	margin: 0 0 1em;
}
.shop_area .btn_box {
	margin-top: 20px;
}
.shop_area .btn_box a {
	width: 100%;
}
/* voice
----------------------------------------------------------- */
.voice_swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.voice_swiper .swiper-button-next.swiper-button-black {
	right: 0;
}
.voice_swiper .swiper-button-prev.swiper-button-black {
	left: 0;
}
.voice_swiper {
	margin-bottom: -20px;
}
.voice_area {
	padding: 20px 30px;
}
.voice_area .fig {
	margin-bottom: 20px;
	text-align: center;
}
.voice_area .fig img {
	width: 50%;
}
.voice_area h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 1px dotted #333;
}
/* voice-box
----------------------------------------------------------- */
.voice-box .voice_swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.voice-box .voice_area {
	padding: 0 15px;
}
.voice-box .voice_area .fig {
	margin-bottom: 20px;
	text-align: center;
}
.voice-box .voice_area .fig img {
	width: 100%;
}
.voice-box .voice_area h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 1px dotted #333;
}
/* category
----------------------------------------------------------- */
.cate_content {
	overflow: hidden;
	padding: 30px 20px 20px;
}
.cate_content .cate_list:last-child {
	margin-bottom: 0;
}


/*カテゴリー看板 テキスト*/
#fs_ProductCategory .cat-main{
	margin-bottom: 50px;	
}
#fs_ProductCategory .cat-main p{
	line-height: 1.8;
}


/*-------------------------------------------------------------------------------

 shop

-------------------------------------------------------------------------------*/
.shoppage_contents {
	margin: 40px 0 0;
}
.shoppage_block {
	margin-bottom: 40px;
}
.shoppage_block h2 {
	margin-bottom: 20px;
	padding: 14px 10px;
	border-radius: 8px 8px 0 0;
	background: #004b7c;
	color: #FFF;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------------

 inquiry

-------------------------------------------------------------------------------*/
.inquiry_form {
	/*max-width: 640px;*/
	margin: 0 auto;
}
.inquiry_form [type="text"], .inquiry_form [type="tel"], .inquiry_form [type="email"], .inquiry_form [type="number"], .inquiry_form select, .inquiry_form textarea {
	width: auto;
	max-width: 100%;
}
.tbl.inquiry_tbl {
	width: 100%;
	border: none;
}
.tbl.inquiry_tbl th, .tbl.inquiry_tbl td {
	border: none;
	background: none;
}
/*-------------------------------------------------------------------------------

 common

-------------------------------------------------------------------------------*/
.attention {
	color: #cc0000;
}
/* テキスト位置設定 ---------------- */
.center {
	margin: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* マージン関係 ------------------- */
.m0 {
	margin: 0;
}
.m10 {
	margin: 10px;
}
.mT10 {
	margin-top: 10px;
}
.mT20 {
	margin-top: 20px;
}
.mB5 {
	margin-bottom: 5px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB60 {
	margin-bottom: 60px;
}
.mR5 {
	margin-right: 5px;
}
.mR10 {
	margin-right: 10px;
}
.mR20 {
	margin-right: 20px;
}
.mL5 {
	margin-left: 5px;
}
.mL10 {
	margin-left: 10px;
}
.mL20 {
	margin-left: 20px;
}
.mRL10 {
	margin: auto 10px;
}
/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}
.p10 {
	padding: 10px;
}
.pT5 {
	padding-top: 5px;
}
.pT10 {
	padding-top: 10px;
}
.pB10 {
	padding-bottom: 10px;
}
.pR10 {
	padding-right: 10px;
}
.pL10 {
	padding-left: 10px;
}
.pB20 {
	padding-bottom: 20px;
}
.pRL10 {
	padding: auto 10px;
}
/* フロート関係 ------------------- */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* 画像関係 --------------------- */
.figLeft, .figLeft img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.figRight, .figRight img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------

 fs 全般

-------------------------------------------------------------------------------*/
/* ページタイトル */
.fs-c-heading--page {
	margin-bottom: 20px;
	padding: 1em 0;
	border-bottom: none;
	color: #333;
    background: #ece0c1;
    font-weight: bold;
}
/* サブタイトル */
.fs-c-subSection__title {
	margin-bottom: 30px;
	border-bottom: none;
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
}
/* テーブルセル：会員登録/ログインなどフォーム共通 */
.fs-c-inputInformation__field {
	max-width: 800px;
}
.fs-c-inputTable {
	border-bottom: 1px solid #CCC;
}
.fs-c-inputTable > tbody {
	display: table-row-group;
}
.fs-c-inputTable > tbody > tr + tr {
	margin-top: 0;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
	padding: 10px;
	border: 1px solid #CCC;
	border-bottom: none;
}
.fs-c-inputTable__headerCell {
	background: #fcf0e5;
}
[type="text"], .fs-c-inputGroup--vertical > [type="password"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
	padding: 8px;
	border: 2px solid #CCC;
	border-radius: 0;
}
/* 必須マーク */
.fs-c-inputTable .fs-c-requiredMark {
	width: 2.4em;
	height: 1.3em;
	padding: 2px;
	border-radius: 4px;
	background: #C00;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.fs-c-inputTable .fs-c-requiredMark::before {
	content: '\5FC5\9808';
	font-size: 1.1rem;
}
/* ログインの目アイコン */
.fs-c-button--particular.fs-c-button--displayPassword {
	margin-right: 8px;
}
/* ラジオボタンを横並びに */
.fs-c-radioGroup {
	display: block;
}
.fs-c-radioGroup .fs-c-radio {
	display: inline-block;
	min-height: auto;
	margin-right: 8px;
}
/*** ボタン一般 ***/
.fs-c-button--primary, .fs-c-button--secondary {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	font-size: 2.4rem;
	font-size: 1.8rem;
}
.fs-c-button--standard {
	box-sizing: border-box;
	font-size: 2.4rem;
}
.fs-c-inputInformation__button {
	margin-top: 10px;
}
.fs-c-button--plain {
	color: #333;
}
.fs-c-dropdown::after {
	box-sizing: border-box;
}
/* 商品アイコン */
.fs-c-mark, .fs-c-productMark__mark {
	margin: 0 4px 4px 0;
	padding: 8px 12px;
}
/*-------------------------------------------------------------------------------

 商品一覧 / fs

-------------------------------------------------------------------------------*/
/* カテゴリリスト
----------------------------------------------------------- */
.fs-c-productList__list__item {
	border-bottom: none;
}
.fs-c-pagination__item {
	padding: 6px 8px;
}
/* 商品一覧リスト
----------------------------------------------------------- */
/* 商品名 */
.fs-c-productList .fs-c-productName__name {
	position: relative;
	overflow: hidden;
	height: 3.6em;
}
.fs-c-productList .fs-c-productName__name::before, .fs-c-productList .fs-c-productName__name::after {
	position: absolute;
	background: #fff;
}
.fs-c-productList .fs-c-productName__name::before {
	content: '･･･';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.fs-c-productList .fs-c-productName__name::after {
	content: '';
	width: 100%;
	height: 100%;
}
/* 価格 */
.fs-c-productPrice__main__label {
	font-size: 1.4rem;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 2.4rem;
}
/* モーダル横幅 */
.fs-c-modal__inner {
	max-width: 95%;
	width: 800px;
}
.fs-c-modal__inner .fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon {
	display: none;
}
/* 在庫切れ */
.fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton {
	position: relative;
}
.fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton::before {
	content: '\5728\5EAB\5207\308C';
	color: #C00;
	font-size: 1.4rem;
	font-weight: bold;
}
.fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton .fs-c-string--label {
	display: none;
}
/*-------------------------------------------------------------------------------

 商品詳細 / fs

-------------------------------------------------------------------------------*/
/* カート周り
-----------------------------------------------------------*/
/* 商品番号 */
#fs_ProductDetails .fs-c-productNumber {
	padding: 0;
	font-size: 1.8rem;
	border: none;
}
/* カートボタン */
.fs-c-button--addToCart--detail.fs-c-button--primary, .fs-c-button--addToCart--variation.fs-c-button--primary {
	background: #dd0606;
}
.fs-c-button--addToCart--detail.fs-c-button--primary::before {
	content: '';
	display: inline-block;
	top: 50%;
	left: 8px;
	width: 24px;
	height: 24px;
	margin-top: -15px;
	background: url(../common/icon_cartin.svg) no-repeat center center;
	background-size: auto 90%;
}
/* お気に入り */
.fs-c-productQuantityAndWishlist {
	-ms-grid-columns: 1fr 2fr;
	grid-template-columns: 1fr 2fr;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
	font-size: 1.4rem;
}
/* 画像モーダル位置 */
.fs-c-productImageModal {
	display: flex;
	align-items: center;
	z-index: 999999;
}
/* レビュー
-----------------------------------------------------------*/
.fs-c-productReview {
	position: relative;
	margin-bottom: 40px;
	padding-top: 60px;
}
.fs-c-productReview::before {
	position: absolute;
	content: '\304A\5BA2\69D8\30EC\30D3\30E5\30FC';
	top: 4px !important;
	left: 0 !important;
	width: calc(100% - 58px) !important;
	padding-bottom: 10px !important;
	padding-left: 58px !important;
	border-bottom: 3px solid #333;
	font-size: 1.8rem !important;
	font-weight: bold !important;
}
.fs-c-productReview::after {
	position: absolute;
	content: '';
	top: 5px !important;
	left: 8px !important;
	width: 40px !important;
	height: 26px !important;
	border-right: 1px solid #333;
	background: url(../common/title_icon_review.svg) no-repeat left center;
	background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
	.fs-c-productReview::before {
		font-size: 2rem;
	}
}
/*-------------------------------------------------------------------------------

 カート / fs

-------------------------------------------------------------------------------*/
.fs-c-featuredProduct {
	margin-top: 40px;
}
.fs-c-featuredProduct__title {
	margin-bottom: 15px;
	padding: 0 0 15px;
	border-bottom: 3px solid #333;
	color: inherit;
	font-size: 2rem;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------

 会員登録 / fs

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------

 ログイン / fs

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------

 マイページ / fs

-------------------------------------------------------------------------------*/