@charset "UTF-8";

/**
 * 通販ショップ共通のCSSです。
 */
 
/* PC - パンくずを非表示  [data-browse-mode="P"] .pane-topic-path { display: none !important;} */
/* PC - タイトルを非表示  [data-browse-mode="P"] .block-goods-name { display: none !important;} */
/* PC - あなたへのおすすめ商品を非表示  [data-browse-mode="P"] .block-goodsdetail-recommend { display: none !important;} */
/* SP - パンくずを非表示  [data-browse-mode="S"] .page-goods .block-topic-path { display: none !important;}	*/
/* SP - タイトルを非表示  [data-browse-mode="S"] .block-goods-name { display: none !important;}*/
/* SP - あなたへのおすすめ商品を非表示 [data-browse-mode="S"] .block-goodsdetail-recommend { display: none !important;} */ 

/* 最初のスライダー＋カートボタンを非表示にします。 */
 

/* PC - 最初のスライダー＋カートボタンを非表示 */ 
[data-browse-mode="P"] #pane_goods_main_top {
  display: none !important;
}
/* SP - 最初のスライダー＋カートボタンを非表示 */
[data-browse-mode="S"] #detailpage_top_form .pane-goods-left-side,
[data-browse-mode="S"] #detailpage_top_form .block-goods-userreview-top-info,
[data-browse-mode="S"] #detailpage_top_form .block-goods-userreview-top-info,
[data-browse-mode="S"] #detailpage_top_form .block-goods-detail--promotion-freespace,
[data-browse-mode="S"] #detailpage_top_form .block-goods-price-wrap,
[data-browse-mode="S"] #detailpage_top_form .block-goods-price-info,
[data-browse-mode="S"] #detailpage_top_form .block-variation,
[data-browse-mode="S"] #detailpage_top_form .block-stock-comment,
[data-browse-mode="S"] #detailpage_top_form .block-add-cart,
[data-browse-mode="S"] #detailpage_top_form .block-goods-favorite,
[data-browse-mode="S"] #detailpage_top_form .block-outside-sales-period,
[data-browse-mode="S"] #detailpage_top_form .goods-detail-description,
[data-browse-mode="S"] #detailpage_top_form .goods-middle-guide-menu,
[data-browse-mode="S"] #detailpage_top_form .block-goods-comment3,
[data-browse-mode="S"] #detailpage_top_form .for-spec-details {
  display: none !important;
}

/* --------------------------------------
order_btn
-------------------------------------- */
.main1c .order_btn {
max-width: 100%;
  /*max-width: 920px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main1c .order_btn img {
width: auto;
max-width: 100%;
}
.main1c .order_btn a {
	transition: all 300ms 0s ease;
  }
.main1c .order_btn a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .main1c .order_btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*ボタン切替後(灰色ボタン)のホバー消し*/
.main1c .order_btn a.free-add-cart-button-disable{opacity: 1;}
