@charset "UTF-8";


/* ラジオボタン
チェックボックス
_____________________________________________________*/
/*radio_check_start*/
.label {}
.label input[type=radio],
.label input[type=checkbox] {}

/*radio_check_end*/


/* キャンセル待ちボタン
_____________________________________________________*/
/*cancel_wait_start*/
.cart_button.cancel_wait .cart_button_img {
  display: none;
}
.cart_button.cancel_wait {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 1em 1em;
  width: 100%;
  max-width: 500px;
  min-width: 200px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #333;
  background: -webkit-linear-gradient(top,#333,#111);
  background: linear-gradient(to bottom,#333,#111);
  box-shadow: none;
  border: 1px solid #000;

  border-radius: 3px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: default;
}
.cart_button.cancel_wait:hover {
}
@media only screen and (max-width: 700px) {
  .cart_button.cancel_wait {
      margin: 0.8em 0;
      width: 100%;
      max-width: none;
  }
}
.cart_button.cancel_wait:before {
  content: none !important;
}
.cart_button.cancel_wait:after {
  content: none !important;
}
.cart_button_cancel_wait_value:after {
    content: attr(title);
    display: inline-block;
    vertical-align: middle;
}
/*cancel_wait_end*/


/* 定期購入アイコン
_____________________________________________________*/
/*regular_icon_start*/
.regular_icon {
    display: none;
}
.regular_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0em;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  line-height: 18px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  background-color: #e00000;
  border: 1px solid transparent;
}
.regular_img:after {
    content: attr(title);
}
/*regular_icon_end*/


/* あとで見るOFF
_____________________________________________________*/
/*later_off_start*/
.later_off_icon {
	display: none;
}

.later_off_img:before {
	content: '\f4cf';
	font-family: 'WebHostingHub-Glyphs';
}

.later_on_icon {
	display: none;
}
.later_on_img ,
.later_on_img:hover{
	color: #36e025;
}
.later_on_img:before {
	content: '\f4cf';
	font-family: 'WebHostingHub-Glyphs';
}

.favo_off_icon {
	display: none;
}

.favo_off_img:before {
	content: '\f13b';
	font-family: 'WebHostingHub-Glyphs';
}

.favo_on_icon {
	display: none;
}

.favo_on_img ,
.favo_on_img:hover{
	color: #FFbc00;
}

.favo_on_img:before {
	content: '\f13a';
	font-family: 'WebHostingHub-Glyphs';
}

.like_off_icon {
	display: none;
}

.like_off_img:before {
	content: '\f4c6';
	font-family: 'WebHostingHub-Glyphs';
}

.like_on_icon {
	display: none;
}
.like_on_img ,
.like_on_img:hover{
	color: #4080ff;
}
.like_on_img:before {
	content: '\f4c6';
	font-family: 'WebHostingHub-Glyphs';
}

.bookmark_area{
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	z-index: 1;
}

.bookmark{
	display: block;
	margin: 0 3px;
	padding: 0;
	width: 2.2em;
	height: 2.2em;
	min-width: 25px;
	font-size: 15px;
	color: #fff;
	background: #ddd;
	line-height: 2;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 2.2em;
	cursor: pointer;
}

.text .bookmark {
	padding: 0 20px;
	min-width: 140px;
	text-align: left;
}

.text .bookmark:hover{
	border: 1px solid;
	opacity: 0.8;
}

.bookmark.off:hover {
	opacity: 0.8;
}

.bookmark_count{
	font-size:10px;
}

.bookmark:hover {
	color: #555;
}
/*later_off_end*/


/* 汎用ボタン
_____________________________________________________*/
/*etc_btn_start*/
input.ok_btn, input.common_ok_btn,
.common_opt_btn, input.common_opt_btn {
  cursor: pointer;
}
.common_ok_btn:hover, .common_ok_btn:focus,
.common_opt_btn:hover, .common_opt_btn:focus,
input.common_ok_btn:hover, input.common_ok_btn:focus,
input.common_opt_btn:hover, input.common_opt_btn:focus {
}
/*etc_btn_end*/

/* 決済進捗バー(お客様情報)
_____________________________________________________*/
/*progress_bar1_start*/
.regi_progress{
	display:none;
}
/*progress_bar1_end*/
/* 商品付加アイコン1
_____________________________________________________*/
/*ico_free1_start*/
.free1_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background: #ef0000;
  border: 1px solid transparent;
}
.free1_img:after {
  content: attr(title);
}
/*ico_free1_end*/

/* 商品付加アイコン2
_____________________________________________________*/
/*ico_free2_start*/
.free2_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background: #ef0000;
  border: 1px solid transparent;
}
.free2_img:after {
  content: attr(title);
}
/*ico_free2_end*/

/* 商品付加アイコン3
_____________________________________________________*/
/*ico_free3_start*/
.free3_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background: #ef0000;
  border: 1px solid transparent;
}
.free3_img:after {
  content: attr(title);
}
/*ico_free3_end*/

/* 商品付加アイコン4
_____________________________________________________*/
/*ico_free4_start*/
.free4_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background: #ef0000;
  border: 1px solid transparent;
}
.free4_img:after {
  content: attr(title);
}
/*ico_free4_end*/

/* 商品付加アイコン5
_____________________________________________________*/
/*ico_free5_start*/
.free5_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background: #ef0000;
  border: 1px solid transparent;
}
.free5_img:after {
  content: attr(title);
}
/*ico_free5_end*/

/* セールアイコン
_____________________________________________________*/
/*sale_item_start*/
.sale_item_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background-color: #ff0808;
  border: 1px solid transparent;
}
.sale_item_img:after {
  content: attr(title);
}
/*sale_item_start*/

/* まとめ買いアイコン
_____________________________________________________*/
/*volume_discount_start*/
.volume_discount_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background-color: #ff0808;
  border: 1px solid transparent;
}
.volume_discount_img:after {
  content: attr(title);
}
/*sale_item_start*/

/* レビュー
_____________________________________________________*/
.review_stars {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.reviewe_info .review_stars .review_star {
  font-size:15px;
}

.review_general .review_all .review_star {
  padding: 0 2px;
  font-size: 30px;
}

.review_list {
  padding: 0;
  list-style: none;
}

.review_star {
  position: relative;
  padding: 0 2px;
}

.review_star:before,
.review_star.half:after {
  content: '\f13a';
  font-family: 'WebHostingHub-Glyphs';
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  color: #ffe765;
  -webkit-text-stroke: 1px #b68b38;
  text-stroke: 1px #b68b38;
}
.review_star.off:before,
.review_star.half:after {
  color: #f5f5f5;
  -webkit-text-stroke: 1px #adacac;
   text-stroke: 1px #adacac;
}

.review_star.half:before {
  position: absolute;
  width: 0.502em;
  overflow: hidden;
}
.review_graph{
  max-width:800px;
}
.review_graph_bar_list {
  margin: 15px 0px;
  padding: 0;
  list-style: none;
}
.review_graph_bar_list > li {
    display: flex;
    align-items: center;
}

.review_graph_bar {
  flex: 1 1 170px;
  margin: 0 10px;
  height: 16px;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .1);
  overflow: hidden;
  text-align: left;
}

.review_graph_bar > span {
  display: inline-block;
  background: #ffd700;
  width: var(--w);
  height: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.review_graph_cnt {
  display: block;
  min-width: 5.5ex;
}

.review_score {
  padding-left: 3px;
  font-weight: bold;
  color: #B68B38;
}
/*review_end*/
/* ダイナミックプライシングアイコン1
_____________________________________________________*/
/*dynamic_pricing1_icon_start*/
.dynamic_pricing1_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background-color: #DC4B86;
  border: 1px solid transparent;
}
.dynamic_pricing1_img:after {
  content: attr(title);
}
/*dynamic_pricing1_icon_end*/

/* ダイナミックプライシングアイコン2
_____________________________________________________*/
/*dynamic_pricing2_icon_start*/
.dynamic_pricing2_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background-color: #e28600;
  border: 1px solid transparent;
}
.dynamic_pricing2_img:after {
  content: attr(title);
}
/*dynamic_pricing2_icon_end*/

/* ダイナミックプライシングアイコン3
_____________________________________________________*/
/*dynamic_pricing3_icon_start*/
.dynamic_pricing3_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background-color: #076a67;
  border: 1px solid transparent;
}
.dynamic_pricing3_img:after {
  content: attr(title);
}
/*dynamic_pricing3_icon_end*/

/* 抽選応募ボタン
_____________________________________________________*/
/*lottery_start*/
.cart_button.lottery .cart_button_img {
  display: none;
}
.cart_button.lottery {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.1ex;
  position: relative;
  display: inline-block;
  margin: 10px auto;
  padding: 1em 1em;
  width: 100%;
  max-width: 500px;
  min-width: 200px;
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #D82B2B;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);

  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.cart_button.lottery:hover,
.cart_button.lottery:focus {
  box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
  opacity: 0.85;
  filter: brightness(1.1);
}
@media only screen and (max-width: 700px) {
  .cart_button.lottery {
      margin: 0.8em 0;
      width: 100%;
      max-width: none;
  }
}
.cart_button.lottery:before {
  content: none;
  all: initial;
}
.cart_button.lottery:after {
  content: none;
  all: initial;

  position: absolute;
  right: 15px;
  font-family: 'WebHostingHub-Glyphs';
  content: '\f304';

  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  text-rendering: auto;
  vertical-align: middle;
  white-space: nowrap;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}
.cart_button_lottery_value:after {
    content: attr(title);
    display: inline-block;
    padding-right: 25px;
    vertical-align: middle;
}
/*lottery_end*/

/* 抽選販売アイコン
_____________________________________________________*/
/*lottery_icon_start*/
.lottery_img {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  background-color: #ef0000;
  border: 1px solid transparent;
}
.lottery_img:after {
  content: attr(title);
}
/*lottery_icon_end*/

/* 抽選応募期間/カウントダウン
_____________________________________________________*/
/*countdown_lottery_start*/
.before_lottery, /* 商品詳細 抽選応募期間 開始前 */
.item_lottery, /* 商品詳細 抽選応募期間 受付中 */
.item_textinfo_block .item_lottery, /* for b##系 */
.after_lottery { /* 商品詳細 抽選応募期間 終了 */
  margin: 15px 0;
  padding: 5px 15px;
  font-size: 19px;
  line-height: 1.9;
  color: #E63756;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #f58fa1;
  border-radius: 3px;
  text-align: center;
}
.lottery_day_start_date {
  margin-right: 8px;
}
.before_lottery_text {
  display: inline-block;
}
.before_lottery_text:before {
/*   content: '\f22b'; */
/*   content: '\f378'; */
/*   content: '\f219'; */
/*   content: '\f017'; */
/*   content: '\f210'; */
/*   content: '\f67a'; */
/*   content: '\f50a'; */
/*   content: '\f61b'; */
  content: '\f233';
  margin-right: 5px;
  font-family: 'WebHostingHub-Glyphs';
  font-size: 1.3em;
  vertical-align: bottom;
}
.before_lottery_day[data-days="0"],
.before_lottery_day[data-days="0"]+.before_lottery_day_ttl {
  display: none;
}

.before_lottery .reload {  /* ページ再読み込みリンク */
}
.before_lottery .reload:hover {
  color: #ffffff;
  text-decoration: underline;
}
.after_lottery { /* 商品詳細 抽選応募期間 終了 */
  color: #fff;
  background: #999;
  border: none;
}
.before_lottery_day_area,
.before_lottery_timer_area {
  display: inline-block;
}
.before_lottery_day,
.before_lottery_hour,
.before_lottery_min,
.before_lottery_sec {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 3px 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 23px;
  vertical-align: baseline;

}
.before_lottery_day_ttl,
.before_lottery_hour_ttl,
.before_lottery_min_ttl,
.before_lottery_sec_ttl {
  font-size: 12px;
}
.lottery_day_start_date,
.lottery_start_time,
.lottery_start_from,
.lottery_start_text {
  display: inline-block;
}
.item_lottery_start_area,
.item_lottery_end_area {
  display: inline-block;
}

.lottery_start_area,
.item_lottery_ttl.item_price_ttl {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.item_lottery_start_day,
.item_lottery_end_day {
  font-size: 1em;
}
.item_lottery_start_time,
.item_lottery_end_time {
  font-size: 1.2em;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  .item_lottery, /* 商品詳細 抽選応募期間 */
  .item_textinfo_block .item_lottery {  /* for b##系 */
    font-size: 19px;
  }
  .item_lottery .item_lottery_ttl, /* 商品詳細 抽選応募期間タイトル */
  .item_textinfo_block .item_lottery .item_lottery_ttl,  /* for b##系 */
  .after_lottery .item_lottery_ttl { /* 商品詳細 抽選応募期間終了タイトル */
    display: block;
    padding: 0;
    text-align: center;
  }
}
/*countdown_lottery_end*/

/* カートに入れるボタン(商品一覧)
_____________________________________________________*/
/*itemlist_in_start*/
.cart_button.itemlist_in .cart_button_img {
  display: none;
}
.cart_button.itemlist_in {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.1ex;
  position: relative;
  display: inline-block;
  margin: 10px 2px;
  padding: 0.5em 0.5em;
  width: 100%;
  max-width: 300px;
  height:40px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #D82B2B;

  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
  overflow: hidden;
  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.cart_button.itemlist_in:hover,
.cart_button.itemlist_in:focus {
  box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
  opacity: 0.85;
  filter: brightness(1.1);
}
@media only screen and (max-width: 700px) {
  .cart_button.itemlist_in {
      margin: 15px 0px;
      width: 100%;
      max-width: none;
  }
}
.cart_button.itemlist_in:before {
  content: '\f4f5';
  font-family: 'WebHostingHub-Glyphs';
  display: inline-block;
  font-size: 26px;
  text-rendering: auto;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
.cart_button_itemlist_in_value:before {
  content: none;
}
.item_detail:not(:target) .cart_button.itemlist_in:after, /* 過去テンプレートオーバーライド用 */
.cart_button.itemlist_in:after {
  content: none;
  all: initial;
}
.item_detail:not(:target) .cart_button.itemlist_in:hover:after, /* 過去テンプレートオーバーライド用 */
.cart_button.itemlist_in:focus:after,
.cart_button.itemlist_in:hover:after {
  content: none;
  all: initial;
}
.cart_button_itemlist_in_value:after {
    content: attr(title);
    display: inline-block;
    vertical-align: middle;
}
/*itemlist_in_end*/

/* 商品詳細ページへボタン(商品一覧)
_____________________________________________________*/
/*itemlist_move_start*/
.cart_button.itemlist_move .cart_button_img {
  display: none;
}
.cart_button.itemlist_move {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.1ex;
  position: relative;
  display: inline-block;
  margin: 10px 2px;
  padding: 0.5em 0.5em;
  width: 100%;
  max-width: 300px;
  height:40px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #333;
  background: -webkit-linear-gradient(top,#333,#111);
  background: linear-gradient(to bottom,#333,#111);
  box-shadow: none;
  border: 1px solid #000;

  border-radius: 3px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.cart_button.itemlist_move:hover {
}
@media only screen and (max-width: 700px) {
  .cart_button.itemlist_move {
      margin: 0.8em 0;
      width: 100%;
      max-width: none;
  }
}
.cart_button.itemlist_move:before {
  content: none !important;
}
.cart_button.itemlist_move:after {
  content: none !important;
}
.cart_button_itemlist_move_value:after {
    content: attr(title);
    display: inline-block;
    vertical-align: middle;
}
/*itemlist_move_end*/
