@charset "UTF-8";
/* CSS Document */

/*--------------------------
  商品詳細：レイアウト調整
 ---------------------------*/
#item {
    width: 800px;
}
#item .information {
	margin: 30px 0 60px;
}
.information section p {
	margin: 20px 0;
}
#item .information * {
  line-height: 1.8;
}

#set_ranking01 {
	border-top: 1px solid #bdbdbd;
	padding-top: 40px;	
}


/*--------------------------
  商品詳細：共通
 ---------------------------*/
#item .information a { color: #0066cc;}
#item .information a:hover { text-decoration: underline;}
#item strong { font-weight: bold;}
.yellow { color: #feef00;}
.gold_cl  { color: #c1ad60;}
.marker_y { background: linear-gradient(transparent 60%, #ffff66 60%);}
.sp_cont { display: none !important;}
.small {
	font-size: 13px !important;
	line-height: 1.5;
	display: inline-block;
}
.alignR { text-align: right !important;}
.mg0 { margin: 0 !important; }
.mt20 { margin-top: 1.8rem !important; }
.mt30 { margin-top: 2.8rem !important; }
.mt40 { margin-top: 3.8rem !important; }


/*--------------------------
  商品詳細：タイトル
 ---------------------------*/
.title_layout_02 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: none;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin: 0 0 30px 0;
	color: #333;
	padding: 26px 0;
}

.title_sub_01 {
	font-size: 22px;
	font-weight: bold;
}


/*--------------------------
  商品：ボタン
 ---------------------------*/
#item .link_btn_buy,
#item .link_btn_01 {
	text-align: center;
}

#item .link_btn_buy a,
#item .link_btn_01 a {
	max-width: 350px;
	display: block;
	color: #fff;
	background: #5a2e00;
	text-align: center;
	text-decoration: none;
	padding: 16px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	margin: 20px auto;
	transition: .3s;
	position: relative;
}

#item .link_btn_buy a {
	max-width: 350px;
	background: #b70813;
	padding: 12px 16px;
}

#item .link_btn_buy a:visited,
#item .link_btn_01 a:visited {
	color: #FFF;
}
#item .link_btn_buy a:before,
#item .link_btn_01 a:before {
	content: "";
	display: inline-block;
   	right: 30px;
	top: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;	
}
#item .link_btn_buy a:before {
	top: 20px;	
}

#item .link_btn_buy a:hover,
#item .link_btn_01 a:hover {
	opacity: .8;
	text-decoration: none;
}

/*--------------------------
  商品：独自コメント1
 ---------------------------*/
.item_sct01 {
	margin: 0 0 70px 0;
}
.item_sct01 .item_detail_box {
	margin: 50px 0;
}
#item .item_detail_box p {
	margin: 10px 0 20px 0;
	line-height: 1.8;
}

.item_about_box {
	background: #f9f3ec;
	padding: 10px;
}

.item_about_border {
	border: 2px solid #bba946;
	border-radius: 6px;
	padding: 20px;
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}

.item_about_textbox {
	width: 70%;
	padding-left: 4%;
}
#item .item_about_textbox p {
	margin: 0;
	line-height: 1.8;
	font-size: 15px;
}

#item .item_about_tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#item .item_about_imgbox {
	width: 30%;
	margin: 0;
}



/*--------------------------
  商品：独自コメント2：商品情報
 ---------------------------*/
.item_sct02 {
	margin: 0 0 30px 0;
}
/* 表 */
#item .item_spec_table a {
	color: #ba0813;
}
#item .item_spec_table a:hover {
	text-decoration: underline;
}

#item .item_spec_table {
  	margin: 20px auto 30px;
	width: 100%;
	border-collapse: collapse;
}
#item .item_spec_table th {
 	 background: #e3e3e3;
  	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: left;
  	padding: 14px 10px;
	width: 160px;
}
#item .item_spec_table td {
	border-bottom: 1px solid #bdbdbd;
  	padding: 14px;
}

#item .item_spec_table .last td {
	border-bottom: none;
}
 
@media screen and (max-width: 640px) {
  #item .item_spec_table .last td:last-child {
    border-bottom: solid 1px #bdbdbd;
    width: 100%;
  }
  #item .item_spec_table {
    width: 80%;
  }
  #item .item_spec_table th,
  #item .item_spec_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* 消費期限にご注意ください */
#item .attention_box01 p {
	margin: 0;
}

.attention_box01 {
	border: 2px dotted #bdbdbd;
	padding: 16px 20px;
}
#item .attention_box01 .attention_box01_tit {
	font-weight: bold;
	color: #ba0813;
	margin: 0 0 10px 0;
}


/*--------------------------
  商品：独自コメント3：セット
 ---------------------------*/
#item .item_setbox_wrap {
	margin: 80px 0 50px 0;
}
#item .item_setbox_block {
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #bdbdbd;
}
#item .item_setbox_block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;	
}

#item .item_setbox_textbox {
	width: 60%;
	padding-left: 4%;
}
#item .item_setbox_textbox > p {
	margin: 0;
	line-height: 1.8;
}
#item .item_setbox_tit {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 16px 0;
}

#item .item_setbox_img_wrap {
	width: 40%;
}
#item .link_btn_buy,
#item .item_setbox_img {
		margin: 0;
}
#item .item_setbox_img img {
		display: block;
}
#item .link_btn_buy a {
		margin: 14px auto 0;
}


/*--------------------------
  商品：独自コメント3：保存方法など
 ---------------------------*/
.item_sct03 {
	margin: 0 0 30px 0;
}
/* 保存方法 */
.item_hozon_box {
	background: #f9f3ec;
	padding: 10px;
}

.item_hozon_border {
	border: 2px solid #bba946;
	border-radius: 6px;
	padding: 20px;
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}
.item_kotu_tit,
.item_hozon_tit {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 0;
	margin: 10px 0 20px;
}

.item_hozon_textbox {
	margin: 20px 0;
}
.item_hozon_textbox li {
	margin: 5px 0;
	font-size: 16px;
}
.item_hozon_textbox li strong {
	margin-right: 8px;
}

.item_hozon_imgbox {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.item_hozon_imgbox li {
	width: 32%;
	font-weight: bold;
}

/* バナーエリア */
.item_bnrarea > p {
	margin: 20px 0;
}
.item_bnrarea img {
	width: 100%;
}

.item_bnrarea > h2 {
	border: none;
	padding: 0;
}


/*--------------------------
  商品：独自コメント3：人気商品
 ---------------------------*/
.item_popular_block {
	margin: 70px 0;			
}

/* お得なお買い物のコツ　*/
.item_kotu {
	padding: 24px 30px;
}

.item_kotu_textbox p:last-child {
	margin-bottom: 0;
}


#item .item_set_rcm_block {
	gap: 20px 2.5%;
	margin: 30px 0;
}
#item .item_set_rcm_textbox {
	padding: 12px 14px;
}

#item .item_set_rcm_box {
	border: 1px solid #9e9e9e;
	width: 31.5%;
}
#item .item_set_rcm_textbox .link_btn_buy,
#item .item_set_rcm_subtxt,
#item .item_set_rcm_img {
	margin: 0;	
}
#item .item_set_rcm_img img {
	display: block;
}

#item .item_set_rcm_tit {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
}

#item .item_set_rcm_box .link_btn_buy a {
	border-radius: 4px;
}
#item .item_set_rcm_box .link_btn_buy a:before {
	right: 16px;
}

/*--------------------------
  商品：独自コメント4：良くある質問
 ---------------------------*/
.item_sct04 {
	margin: 0 0 70px 0;		
}
.item_faq_wrap {
	background: #f9f3ec;
	padding: 30px;	
}

.item_faq_box {
	margin: 0 0 30px 0;
}
.item_faqbox_q,
.item_faqbox_a {
	font-size: 16px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.item_faqbox_q {
	font-weight: bold;
	margin-bottom: 6px;
}
.item_faqbox_q:before {
	content: "Q.";
	margin: 0 6px 0 0;
}

.item_faqbox_a:before {
	content: "A.";
	margin: 0 6px 0 0;
	font-weight: bold;
}



/*--------------------------
  商品：独自コメント5：サイボクの美味しさ
 ---------------------------*/
.item_sct05 {
	margin: 50px 0;	
}


/*--------------------------
  商品：独自コメント6：お客様の声
 ---------------------------*/
.item_sct06 {
	margin: 0 0 70px 0;	
}
.item_review_wrap {
	background: #f9f3ec;
	padding: 30px;	
}

.item_review_box {
	margin: 0 0 30px 0;		
}

#item .item_review_box p {
	margin: 0;
}
.item_review_head {
	margin: 0 0 16px 0;
}

#item .item_review_starbox {
	margin-right: auto;
}

.item_review_wrap .fs-c-rating__stars.fs-c-reviewStars:before {
	color: #ba0813;
	font-size: 22px;
}

#item .item_review_wrap .item_review_nema {
	font-weight: bold;
	margin: 3px 0 0 10px;
}

#item .item_review_box .item_review_data {
	margin: 0;
	letter-spacing: 1px;
}


/*--------------------------
  商品：独自コメント7：受賞
 ---------------------------*/
.item_sct07 {
	margin: 0 0 70px 0;
}
#item .item_sct07 .item_bnrarea {
	margin: 30px 0 0 0;
}
.item_movie_box {
	text-align: center;
}
.item_movie_box iframe {
	width: 100%;
	height: 460px;
}

/*--------------------------
  商品：独自コメント8：賞味期限
 ---------------------------*/
#item .spec_table2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
	font-size: 14px;
}

#item .spec_table2 tbody tr {
	border-bottom: 1px solid #bdbdbd;
}
#item .spec_table2 tbody tr:last-child {
	border-bottom: none;
}

#item .spec_table2 td {
  	padding: 14px;
	border-left: 1px solid #bdbdbd;	
}
#item .spec_table2 th {
  	padding: 14px;
  	text-align: left;
	font-weight: normal;
}
#item .spec_table2 .cell_tit {
  	border-left: 1px solid #fff;
	background: #e3e3e3;
}

#item .spec_table2 thead tr th:first-child {
  width: 450px;
  border-left: none;	
}
#item .spec_table2 thead tr td:nth-child(2) {
  width: 120px;	
}

/* =================================
 商品詳細：carttop
================================= */
.carttop {
	position: fixed;
	width: 100px;
	height: 85px;
	right: 0;
	bottom: 20%;
	text-align: center;
	z-index: 10000;
}

.carttop a {
	width: 100px;
	height: 85px;
	color:#FFF;
	display: block;
	border-radius: 12px 0 0 12px;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	padding: 58px 0 0 0;
	background: rgba(172,37,32,0.9);
}
.carttop a br { display: none;}

.carttop span:before {
	display: inline-block;
	content: "";
	width: 30px;
   	height: 30px;
	background:url(../images/common/icon_carttop.png) no-repeat center;
    	background-size:contain;
	position: absolute;
	top: 20px;
	left: 33px;
}
.carttop span.fs-p-cartItemNumber:before {
	background: none;
}
.fs-p-cartItemNumber {
	top: 10px;
	right: 10px;
}

.carttop a:hover {
	background: rgba(172,37,32,0.7);
}


/*--------------------------
 
新：お歳暮・お中元 レイアウト

 ---------------------------*/
.oseibo__inner02 #gift_ranking01 p {
	margin: 0 !important;
}

.h1_title_gift {
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    border: none;
}
	
.oseibo__inner02 .gift_tit01 {
	font-size: 22px !important;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px !important;
	background: #d0c5a3;
	border: none;
	margin: 0 !important;
	border: none !important;
}

/* 左右線タイトル */
.oseibo__inner02 #gift_ranking01 .title,
.oseibo__inner02 #gift__pricerange .title_line_gift01 {
    display: flex;
	display: -webkit-flex;
    align-items: center;
	-webkit-align-items: center;
	border: none;
	font-weight: bold;
	font-size: 28px !important;
	color: #bb0813;
	margin: 0 0 30px 0;
	padding: 0;
}
.oseibo__inner02 #gift_ranking01 .title:before,
.oseibo__inner02 #gift_ranking01 .title:after,
.oseibo__inner02 #gift__pricerange .title_line_gift01:before,
.oseibo__inner02 #gift__pricerange .title_line_gift01:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #bb0813;
}

.oseibo__inner02 #gift_ranking01 .title:before,
.oseibo__inner02 #gift__pricerange .title_line_gift01:before {
    margin-right: 1.5rem;
}
.oseibo__inner02 #gift_ranking01 .title:after,
.oseibo__inner02 #gift__pricerange .title_line_gift01:after {
    margin-left: 1.5rem;
}

/* ギフト一覧タイトル */
.gift_tit01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 24px 10px;
	background: #d0c5a3;
	border: none;
	margin: 0 0 30px 0;
}
#gift_recommendation .gift_tit01 {
	color: #FFF;
	background: #836718;
}
.oseibo__inner02 .gift_ranking01_wrap {
	border-top: none;
}


/*--------------------------
  ギフト一覧共通部分
 ---------------------------*/
.gift_rcmd_box01,
.pricerange_box01 {
	background: #f0ebe5;
}
#gift__pricerange .ranking_itembox .item__text {
    font-size: 16px;	
}

#gift__pricerange .ranking_itembox {
	background: #fff;
}
#gift__pricerange .ranking_itembox .gift_price01 {
     font-size: 16px !important;
    color: #bb0813;
	margin: 8px 0 15px 0 !important;
	font-weight: bold;
	border: none;
	white-space: nowrap;
}


#gift__pricerange .ranking_itembox .gift_price01 > span {
    font-size: 12px;
	margin-left: 4px;
	color: #333;
}

/*--------------------------
  ギフトセット 人気ランキング
 ---------------------------*/
.oseibo__inner02 #gift_ranking01 {
	margin: 60px 0;
}

.oseibo__inner02 #gift__pricerange p,
.oseibo__inner02 #gift_ranking01 p {
	margin: 0 !important;
	line-height: 1.5 !important;
	font-size: 16px !important;
}
.oseibo__inner02 #gift__pricerange a,
.oseibo__inner02 #gift_ranking01 a {
	color: #333;
}
.oseibo__inner02 #gift__pricerange a:hover,
.oseibo__inner02 #gift_ranking01 a:hover {
	color: #bb0813;
	text-decoration: none;
}

.oseibo__inner02 #gift_ranking01 .ranking_itembox .item_neme {
	border: none;
	margin: 0 0 8px 0;
	font-size: 16px;
	line-height: 1.5;
}

/*--------------------------
  価格帯について
 ---------------------------*/
.cont_gift_pricerange {
	margin: 70px 0;
}
#gift__pricerange .pricerange_box01 {
	margin: 30px auto 40px;
}

#gift__pricerange .gift_tit01 {
	margin: 0;
}
#gift__pricerange .pricerange_space {
	padding: 20px 20px 30px;
}
.oseibo__inner02 #gift__pricerange .pricerange_point_txt {
	margin-bottom: 20px !important;
	font-weight: bold;
}
#gift__pricerange .ranking_itembox .item_neme {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
}
#gift__pricerange .ranking_itembox .item_neme > .small_font {
	font-size: 12px;
}

/*--------------------------
  お届けについて
 ---------------------------*/
.cont_gift_about {
	background: #f9f3ec;
	padding: 10px;
	margin: 50px 0; 
}

.item_about_border {
	border: 2px solid #bb0813;
	border-radius: 6px;
	padding: 20px;
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}
.item_about_box .item_about_border,
.item_about_border.item_kotu {
	border-color: #bba946;
}


.gift_about {
	padding: 24px 30px;
}
.gift_about_tit {
	text-align: center;
	font-size: 22px !important;
	font-weight: bold;
	border: none !important;
	padding: 0 !important;
	margin: 10px 0 20px !important;
}
.gift_about_textbox p {
	margin: 0 0 1rem 0 !important;
	line-height: 1.8 !important;
}
.gift_about_textbox p:last-child {
	margin-bottom: 0 !important;
}


/*--------------------------
  商品：豆知識
 ---------------------------*/
.cont_gift_mame2 {
	background: #f9f3ec;
	padding: 10px;
	margin: 60px 0;
}
.gift_mame_inner2 {
	border-radius: 4px;
	border: 2px solid #b9ac53;
	padding: 30px 24px 24px;
}
.gift_mame_tit2 h2 {
	text-align: center;
	font-size: 24px !important;
	padding: 10px 0 !important;
	margin: 0 !important;
	border: none !important;;
	font-weight: bold;
}

#gift_mame2 .gift_mame_box2 h3,
.gift_mame_box2 dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	letter-spacing: 1px;
}
#gift_mame2 .gift_mame_box2 h3:before,
.gift_mame_box2 dt:before {
    content: "";
    margin: 0px 5px 0px 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 14px;
}

.gift_mame_box2 {
	border-bottom: 2px dotted #b39995;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.gift_mame_inner2 div:last-child,
.gift_mame_inner2 dl:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#gift_mame2 .gift_mame_box2 p,
.gift_mame_box2 dd {
	line-height: 1.8 !important;
	margin: 0 !important;
}




/*-------------------------------

 shop.css へ移動部分

---------------------------------*/
.fs-c-button--plain {
	font-weight: bold;
	color: #333;
}
.fs-c-button--plain:hover {
	text-decoration: none;
	color: #bb0813;
}

.fs-c-button--plain:before {
	font-weight: bold;
}


.fs-c-productPrice.fs-c-productPrice--selling {
	line-height: 1.3;
}
.fs-c-productPrice__addon {
	font-size: 15px;
	margin-left: 4px;
	font-weight: bold;
	/* color: #bb0813; */
}
.fs-c-mark--preorder,
.fs-c-mark--coolDelivery {
	border-radius: 6px;
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
}
.fs-c-productMarks {
	display: inline-block;
}
.fs-c-productPostage {
    background: #c30813;
    border-radius: 6px;
    color: #FFF;
    padding: 4px 10px;
    font-size: 13px;
	width: 60px;
	text-align: center;
	display: inline-block;
}
.fs-c-productPostage:after,
.fs-c-productPostage:before {
	display: none;
}

.fs-c-button--plain:before {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.fs-c-productNumber {
	margin: 0 0 8px 0;
	padding: 0;
	border: none;
	font-size: 14px;
	display: block;
}
.fs-c-productNumber__label {
	font-size: 14px;
	font-weight: bold;
}
.fs-c-productNumber__label:after {
	content: "：";
	display: inline-block;
}
#item .fs-c-productNameHeading.fs-c-heading {
	margin-bottom: 6px;
}

.fs-c-productNameHeading__name {
	font-size: 28px;
}

pre {
	white-space: pre-wrap;
}

.fs-c-productQuantityAndWishlist__quantity:before {
	display: block;
	content: "数量";
	font-weight: bold;
}

.fs-c-productOption__name {
	margin-top: 20px;
}
.fs-c-radio__label {
	font-weight: bold;
	font-size: 16px;
}
.fs-c-price__currencyMark, .fs-c-price__value {
	color: #c30813;
}

.fs-c-productSelection__name {
	font-size: .9rem;
	/*padding: 4px 10px;*/
	margin: 16px 0 6px;
	background: #FFF;
}

.fs-c-productOption__name, .fs-c-productOption__comment {
    font-size: .9rem;
}
.fs-c-radio__label {
	margin: 10px 0 0 0;
}
.fs-c-productOption__price .fs-c-price__addon {
    font-size: .6rem;
}


/* =================================
 商品：システムパーツ
================================= */
.fs-c-productPrices.fs-c-productPrices--productDetail {
	margin: 30px 0 0 0;
}
.fs-c-variationAndActions {
	margin: 30px 0;
}
.fs-c-variationAndActions__variation.fs-c-variationList {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
	border-radius: 10px;
	background: #ffe9ea;
	margin: 16px 0;
}


.fs-c-variationCart__variationName__shippingDate,
.fs-c-variationCart__variationName__stock {
  font-size: 16px;
}
.fs-c-variationCart__variationName__stock {
	color: #bb0813;
}
#cart-row.fs-c-button--image > img {
	box-shadow: 0 0 4px #acacac;
}
.fs-c-button--viewExtendedImage.fs-c-button--image > img {
	width: 40px;
}
#item .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
	margin: 10px 0;
}
#item .fs-c-productReview__addReview {
	padding-bottom: 0;
}

.fs-c-productNameHeading__copy,
.fs-c-productPrice__main__price.fs-c-price >span {
	color: #bb0813;
}
.fs-c-productNameHeading__copy {
	line-height: 1.2;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.fs-l-productLayout {
	line-height: 1.6;
}
.fs-c-productNameHeading {
	font-size: 1.3rem;
	line-height: 1.4;
}

.fs-c-productPointDisplay {
	font-size: 14px;
	background: none;
	color: #333;
	font-weight: bold;
}
.shop_guide_link {
	font-weight: bold;
}
.shop_guide_link a {
	background: url(https://saiboku.itembox.design/item/images/product/icon_guide.png) no-repeat left center;
	background-size: 16px auto;
	padding: 8px 10px 5px 24px;
}
.fs-c-button--plain.fs-c-button--addReview--detail {
	background: url(https://saiboku.itembox.design/item/images/product/icon_write.png) no-repeat left center;
	background-size: 18px auto;
	padding: 8px 10px 5px 24px;	
}
.fs-c-button--plain.fs-c-button--addReview--detail:hover,
.shop_guide_link a:hover {
	text-decoration: underline;
	color: #333;
}

.shop_guide_link a:before,
.fs-c-button--plain.fs-c-button--addReview--detail:before {
	display: none;
}

.fs-p-snsArea {
	margin: 24px 0 0 0;
}

.fs-c-productMainImage {
	position: relative;
	cursor: pointer;
}

#item .fs-c-button--viewExtendedImage {
	display: none;
}

#item .fs-c-productMainImage {
	margin: 0;
}

.fs-c-productQuantityAndWishlist__quantity {
	max-width: 80px;
}

#item .fs-c-productQuantityAndWishlist {
	display: block;
	margin-bottom: 0;
}
#item .fs-c-productQuantityAndWishlist__quantity {
	max-width: 100%;
}
#item .fs-c-quantity__select {
	width: 90px;
	padding: 4px 5px;
	height: 48px;
	font-size: 20px;
	border-radius: 0;
	border: 1px solid #7d7d7d;
	position: relative;
}
.fs-c-variationLabel {
	font-size: 15px;
	padding: 0 0 4px 10px;
}
.fs-c-price__currencyMark,
.fs-c-price__value {
	font-size: 2.4rem;
}
.fs-c-productPrice__main__label {
	font-weight: bold;
}

.fs-c-productSalesPeriod {
	color: #bb0813;
}

/* お気に入りボタン */
#item .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
#item .fs-c-button--particular.fs-c-button--addToWishList--detail,
#item .fs-c-button--addToWishList--detail {
	font-size: 19px;
	width: 100%;
	padding: .8em 1em;
	justify-content: center;
	-webkit-justify-content: center;
	color: #bb0813;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid #bb0813; 
	background: #FFF;
}
#item .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
	border: 1px solid #777;
	color: #777;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
	color: #777;
}

#item .fs-c-button--particular.fs-c-button--addToWishList--detail:after {
	color: #c30813;
}

#cart-row img:hover {
	opacity: .8;
}


#item .fs-c-productThumbnail__image {
    height: 80px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
}

#item .fs-c-productThumbnail {
    align-items: center;	
}

#item .fs-c-productThumbnail__image > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.fs-c-productThumbnail__image.is-active > img {
  border: none;
}

.fs-c-productMainImage__image {
	width: 470px;
	height: 470px;
    overflow: hidden;
}
/*
.fs-c-productMainImage__image > img {
	width: auto;
	height: auto;
}*/

.fs-c-productThumbnail__image {
	flex-basis: 80px;
	min-width: 80px;
}

.fs-c-productImageModalCarousel__figure{
	margin-top: 80px;
}

/* 商品詳細：レビューブロック */
#item .fs-c-reviewList__item,
#item .fs-c-aggregateRating__count {
    display: none;
}
#item .fs-c-rating__value,
#item .fs-c-rating__stars {
	font-size: 20px;
	
}
#item .fs-c-aggregateRating__rating:before {
	margin-bottom: 8px;
	font-size: 14px;
}
#item .fs-c-aggregateRating__rating {
padding: 14px 4px;
border-bottom: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
margin: 10px 0;
}


/* 
　商品詳細：購入選択
------------------------*/
.fs-c-dropdown__menu {
	height: 54px;
}

.fs-c-dropdown__menu {
	font-size: 19px;
	color: #bb0813;
}

.fs-c-dropdown__menu > option {
	color: #333 !important;
}

/*-------------------
　レビュー
--------------------*/
.fs-c-productReview .fs-c-productReview__aggregateRating.fs-c-aggregateRating {
	display: block;
}
.itempage-review-title-area {
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px 0;
	margin: 30px 0;
}
.item_reviews_wrap {
	margin: 30px 0 0 0;
}

.item_reviews_wrap h3 {
	border-left: none;
}

#contents #system .review-box .review-list-box,
#contents #main .review-box .review-list-box,
#contents #itemtemplate .review-box .review-list-box {
	background: #FFF;
}

.fa.fa-star {
	color: #ff7b00;
}

.review-item-content-text-box {
	overflow: visible !important;
}
.review-item-content-title h4 {
	margin: 0 0 0 2em !important;
	font-size: 13px;
}

.review-list-box,
.review-item-content-text,
.review-item-content-text {
	border: none !important;
}

.review-item-content-text-inner, pre {
	overflow: hidden;
	width : 100%;
}

.truncate_more_link {
	margin: 10px 0 0 0;
	display: inline-block;
}
.review-item-content-text {
	background: #f8f8f8 !important;
}

.review-item {
	background: #f8f8f8;
	padding: 0;
	padding: 1em 0 !important;
	margin: 0 0 1em 0;
	border-top: 3px solid #c30813;
}
.fs-c-productThumbnail__image > img {
  border: none;
}
.fs-c-productThumbnail__image.is-active {
  border: 2px solid #666666;
}


/* ポイント
 ---------------------------*/
.cont_gift_point05 {
	margin: 60px 0 90px;	
}
.cont_gift_point05 .item_detail_box02,
.cont_gift_point05 .item_detail_box {
	margin-bottom: 50px;
}
.cont_gift_point05 .item_detail_box02 > p,
.cont_gift_point05 .item_detail_box > p {
	margin-top: 20px !important;
	line-height: 1.8 !important;
	font-size: 16px;
}
.cont_gift_point05 .item_detail_box02 .item_detail_imgbox {
	margin-bottom: 20px !important;
}



/*--------------------------
  ギフト一覧共通部分
 ---------------------------*/
.h1_title_gift {
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    border: none;
}
	
.title_gift01 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: none;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin: 0 0 30px 0;
	color: #333;
	padding: 26px 0;
}

.gift_rcmd_box01,
.pricerange_box01 {
	background: #f0ebe5;
}
#gift__pricerange .ranking_itembox .item__text,
#gift_recommendation .ranking_itembox .item__text {
    font-size: 16px;	
}

#gift_recommendation .ranking_itembox,
#gift__pricerange .ranking_itembox {
	background: #fff;
}
#gift__pricerange .ranking_itembox .gift_price01,
#gift_recommendation .ranking_itembox .gift_price01 {
    font-size: 20px;
    color: #bb0813;
	margin: 5px 0 15px 0;
	font-weight: bold;
}

#gift__pricerange .ranking_itembox .gift_price01 {
    font-size: 16px;
}

#gift__pricerange .ranking_itembox .gift_price01 > span,
#gift_recommendation .ranking_itembox .gift_price01 > span {
    font-size: 13px;
	margin-left: 4px;
	color: #333;
}


/* ボタン
 ---------------------------*/
.gift_buybtn01 {
    background: #b50813;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: #FFF;
    position: relative;
	font-weight: bold;
}
.gift_buybtn01:after {
  content: "";
  display: block;
  right: 15px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
}
.gift_buybtn01:hover {
	opacity: .7;
}


/*--------------------------
  おすすめギフト一覧
 ---------------------------*/
.cont_gift_recommendation {
	margin: 80px 0;
}
#gift_recommendation .gift_rcmd_box01 {
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#gift_recommendation .ranking__inner {
	gap: 25px 2%;
	width: 100%;
	padding: 0 20px;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
#gift_recommendation .ranking_itembox {
	width: 32%;
}
#gift_recommendation .ranking_itembox .item_neme {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}
#gift_recommendation .ranking_itembox .item_neme > .small_font {
	font-size: 15px;
}
#gift_recommendation .icon_gift_rank {
	background: #ac9960;
	width: 60px;
	height: 60px;
	line-height: 62px;
	border-radius: 60px;
    position: absolute;
    left: 5px;
    top: 4px;
	text-align: center;
	color: #FFF;
	z-index: 3;
	font-size: 18px;
	font-weight: bold;
}

#gift_recommendation .link_btn_01 {
	margin-bottom: 0;
}
#gift_recommendation .item_thumbnail,
#gift_recommendation .item__text > p {
	margin: 0;
	line-height: 1.5;
}
#gift_recommendation .icon_gift_rank {
	margin: 0;
}
#item .information #gift_recommendation .ranking_itembox a {
	color: #333;
}
#item .information #gift_recommendation .ranking_itembox a:hover {
	text-decoration: none;
	color: #bb0813;
}


/*--------------------------
  ビールギフト一覧
 ---------------------------*/
.beerset_imgbox01 img {
	width: 100%;
	display: block;
}

#beergift .gift_tit01 {
	margin: 0 0 30px 0 !important;
}

/*--------------------------
アンカー
 ---------------------------*/
.gift_anker {
	margin: 2.5rem 0 2rem;
}
.gift_anker ul {
	gap: 2%;
}
.gift_anker li {
	width: 32%;
}
.gift_anker a {
	border: 2px solid #bb0813;
	text-align: center;
	font-size: 16px;
	width: 100%;
	color: #bb0813 !important;
	font-weight: bold;
	display: block;
	padding: 20px 10px;
	line-height: 1 !important;
	position: relative;
	transition: .4s;
}
.gift_anker a:after {
	content: "";
	display: inline-block;
	right: 20px;
	top: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #bb0813;
    border-right: 2px solid #bb0813;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
}

.gift_anker a:hover {
	background: #bb0813;
	color: #FFF !important;
	text-decoration: none !important;
}
.gift_anker a:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

/*--------------------------
  追加レイアウトCSS
 ---------------------------*/
#item .information .tk_tit {
  border-top: 1px solid #555;
  border-width: 2px;
  padding: 26px 0;
  font-weight: bold;
  font-size: 22px;
}

.plus_wrap {
  margin: 30px 0 0 0;
}


/*--------------------------
  追加レイアウト：カタログギフト
 ---------------------------*/
.tk_wrap {
  margin: 40px 0;
}
#item .information h2.select2_gift_tit img,
.select_gift_wrap img {
	display: block;
}

/*　ギフト内容 */
#item .shop_detailbox .information .giftset_about_box .text_check {
	font-size: 22px;
	padding: 8px 0 8px 45px;
	margin: 20px 0 20px;
	border: none;
	background: #e3d8ad url(../images/feature/icon_check.png) no-repeat 10px center;
	background-size: 26px auto;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.giftset_about_box {
	margin: 0 0 40px 0;
}
.giftset_about_box .tk_flex {
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.giftset_about_img {
	width: 40%;
}
.giftset_about_text {
	width: 60%;
	padding-right: 30px;
}

/* この中からお選び頂けます */
.select_gift_block {
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	background: #eeebe7;
	padding: 25px 10px 10px 10px;
	box-sizing: border-box;
}
.select_gift_box {
	background: #FFF;
	padding: 10px;
	box-sizing: border-box;
	width: 30%;
}
#item .shop_detailbox .information .select_gift_titbox {
	background: #605754;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	font-size: 22px;
	text-align: center;
}
#item .information .select_gift_box h3 span {
	font-size: 16px;
	color: #c30813;
}
#item .information .select_gift_box h3 {
	font-size: 12px;
	font-weight: bold;
}
#item .information .select_gift_box img {
	width: 100%;
}

#item .shop_detailbox .information .select_gift_box > p {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}
#item .shop_detailbox .information .select_gift_box > h3 {
	margin: 10px 0;
	border-left: none;
}
#item .shop_detailbox .information .select_gift_hosoku {
	margin: 15px 0 40px 0;
}
#item .shop_detailbox .information .select_gift_hosoku p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
}

.select_gift_block > div {
	margin: 0 15px 15px 0;
}
.select_gift_block > div:nth-child(3),
.select_gift_block > div:nth-child(6) {
	margin-right: 0;
}

/* いろいろ選べるカタログギフト */
#item .information h2.select2_gift_tit {
	border: none;
 	margin: 0;
	padding: 0;
	border-bottom: 4px solid #a0653d;
}
.select2_gift_inner {
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    background: url(../images/gift/gift_bg.gif) repeat center;
    background-size: 7px auto;
}

#item .shop_detailbox .select2_gift_inner > p:first-child {
	margin-right: 20px;
}
#item .shop_detailbox .select2_gift_inner > p img {
	width: 100%;
}


/*　ギフト注文からの流れ */
.gift_flow_wrap dl:first-child {
	margin: 0;
}
.gift_flow_wrap dl {
	margin: 20px 0 0 0;
	width: 100%;
	display: table;
}
.gift_flow_wrap dt, .flow_wrap dd {
	display: table-cell;
	vertical-align: top;
}
.gift_flow_wrap dt {
	width: 110px;
	position: relative;
}
.gift_flow_wrap dt:after {
	content: "";
	display: block;
	position: absolute;
	left: 35px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #ccc;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 72px;
}

.gift_flow_wrap dl:nth-child(3) dt:after {
	display: none;
}
#item .gift_flow_wrap dt span {
	width: 90px;
	display: block;
	text-align: center;
	color: #FFF;
	background: #c30813;
	padding: 8px 0 5px 0;
	line-height: 1;
}
#item .gift_flow_wrap h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-left: none;
}

/*--------------------------
  味噌漬け：豆知識
 ---------------------------*/
.cont_gift_mame2 {
	background: #f9f3ec;
	padding: 10px;
	margin: 60px 0;
}
.gift_mame_inner2 {
	border-radius: 4px;
	border: 2px solid #b9ac53;
	padding: 30px 24px 24px;
}
.gift_mame_tit2 h2 {
	text-align: center;
	font-size: 24px !important;
	padding: 10px 0 !important;
	border: none !important;;
	font-weight: bold;
}

#gift_miso_trivia .gift_miso_box h3,
#gift_mame2 .gift_mame_box2 h3,
.gift_mame_box2 dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	letter-spacing: 1px;
}

#gift_miso_trivia .gift_miso_box h3:before,
#gift_mame2 .gift_mame_box2 h3:before,
.gift_mame_box2 dt:before {
    content: "";
    margin: 0px 5px 0px 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 14px;
}

.gift_mame_box2 {
	border-bottom: 2px dotted #b39995;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.gift_mame_inner2 div:last-child,
.gift_mame_inner2 dl:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#gift_mame2 .gift_mame_box2 p,
.gift_mame_box2 dd {
	line-height: 1.8 !important;
	margin: 0 !important;
}

/*
  召し上がり方
 ---------------------------*/
#gift_miso_trivia.cont_gift_mame2 {
	margin-bottom: 40px;
}
#gift_miso_trivia .miso_text {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.8;
}
#gift_miso_trivia .gift_miso_wrap2 .miso_text {
	margin-bottom: 40px;
}

.gift_miso_box.flexbox {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.gift_miso_text {
	width: 55%;
	font-size: 16px;
	padding-left: 3%;
}
.gift_miso_img {
	width: 45%;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.gift_miso_hosoku {
	margin: 10px 0;
	line-height: 1.8;
}
.gift_miso_imgwrap {
	margin-bottom: 25px;
}

.gift_miso_wrap {
	margin-bottom: 30px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #a5988f;
}
.gift_miso_wrap2 {
	padding: 0 10px !important;
}

.gift_miso_box {
	margin-bottom: 30px;	
}
#gift_miso_trivia .gift_miso_wrap2 .gift_miso_box h3 {
    font-size: 22px;
    margin: 0 0 20px 0;	
}


/* 紹介文
 ---------------------------*/
.gift_intro_text {
	line-height: 2;
	margin: 2rem 0 3rem;
	font-size: 16px;
}

