@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: #637C8F;
  background: #fff;
  border: 2px solid #ACBBC1;


  border-radius: 3px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.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*/


/* 抽選応募ボタン
_____________________________________________________*/
/*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*/


/* 商品付加アイコン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-color: #cd8484;
  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-color: #ec9f83;
  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-color: #f9ca5e;
  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-color: #88b999;
  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-color: #88b2b9;
  border: 1px solid transparent;
}
.free5_img:after {
  content: attr(title);
}


/*ico_free5_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: #FF3D81;
  background: #FEEEF4;
  border: 1px solid #FF3D81;
}
.regular_img:after {
  content: attr(title);
}



/*regular_icon_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*/


/* セールアイコン
_____________________________________________________*/
/*sale_icon_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_icon_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*/


/* まとめ買いアイコン
_____________________________________________________*/
/*volume_discount_icon_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);
}

/*volume_discount_icon_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*/


/* あとで見るOFF
_____________________________________________________*/
/*later_off_start*/
.bookmark_area{
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  z-index: 2;
}
.bookmark_area .bookmark_btn {
  all: unset;
}
.bookmark {
  display: block;
  margin: 0 3px;
  padding: 0;
  width: 2.2em;
  height: 2.2em;
  min-width: 25px;
  font-size: 13px;
  line-height: 2.2;
  text-align: center;
  border-radius: 2.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  cursor: pointer;
}
.bookmark.off {
  color: #fff;
  background: #ddd;
}
.bookmark.on:hover,
.bookmark.off:hover {
  color: #f2f2f2;
}
.bookmark.off:hover {
  opacity: 0.7;
}
.bookmark_area.text {
  flex-wrap: wrap;
}
.bookmark_area.text .bookmark {
  margin: 3px;
  padding: 0 15px;
  width: auto;
  min-width: 140px;
  font-size: 15px;
  text-align: left;
}
.bookmark_area.text .bookmark:hover {
}
.bookmark_count{
  font-size:10px;
}

.later_icon_area.on,
.later_icon_area:hover {
  color: #fff;
  background: #66ea58;
  background: #d3ea23;
  background: #9fef4a;
}
.later_off_img:before {
  content: '\f4cf';
  font-family: 'WebHostingHub-Glyphs';
}
.later_on_img:before {
  content: '\f4cf';
  font-family: 'WebHostingHub-Glyphs';
}

.favo_icon_area.on,
.favo_icon_area:hover {
  color: #fff;
  background: #fdcb29;
  background: #ea236b;

}
.favo_off_img:before {
  /*content: '\f13b';*/
  content: '\f132';
  font-family: 'WebHostingHub-Glyphs';
}
.favo_on_img:before {
  /* content: '\f13a'; */
  content: '\f131';
  font-family: 'WebHostingHub-Glyphs';
}

.like_icon_area.on,
.like_icon_area:hover {
  color: #fff;
  background: #6095ff;
  background: #23c4ea;
}
.like_off_img:before {
  content: '\f4c6';
  font-family: 'WebHostingHub-Glyphs';
}
.like_on_img:before {
  content: '\f4c6';
  font-family: 'WebHostingHub-Glyphs';
}
.bookmark_area.text .later_off_img:before,
.bookmark_area.text .later_on_img:before,
.bookmark_area.text .favo_off_img:before,
.bookmark_area.text .favo_on_img:before,
.bookmark_area.text .like_off_img:before,
.bookmark_area.text .like_on_img:before
 {
  padding-right: 1ex;
}


/*later_off_end*/


/* レビュー
_____________________________________________________*/
/*review_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*/


/* 販売期間/カウントダウン
_____________________________________________________*/
/*countdown_start*/
.before_handling, /* 商品詳細 期間限定 開始前 */
.item_handling, /* 商品詳細 期間限定 販売中 */
.item_textinfo_block .item_handling, /* for b##系 */
.after_handling { /* 商品詳細 販売期間 終了 */
  margin: 15px 0;
  padding: 5px 15px;
  font-size: 19px;
  line-height: 1.9;
  color: #E63756;
  background: #fff;
  border: 3px solid #f58fa1;
  border-radius: 3px;
  text-align: center;
}
.handling_day_start_date {
  margin-right: 8px;
}
.before_handling_text {
  display: inline-block;
}
.before_handling_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_handling_day[data-days="0"],
.before_handling_day[data-days="0"]+.before_handling_day_ttl {
  display: none;
}

.before_handling .reload {  /* ページ再読み込みリンク */
}
.before_handling .reload:hover {
  color: #ffffff;
  text-decoration: underline;
}
.after_handling { /* 商品詳細 販売期間 終了 */
  color: #fff;
  background: #999;
  border: none;
}
.before_handling_day_area,
.before_handling_timer_area {
  display: inline-block;
}
.before_handling_day,
.before_handling_hour,
.before_handling_min,
.before_handling_sec {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 3px 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 23px;
  vertical-align: baseline;
}
.before_handling_day_ttl,
.before_handling_hour_ttl,
.before_handling_min_ttl,
.before_handling_sec_ttl {
  font-size: 12px;
}
.handling_day_start_date,
.handling_start_time,
.handling_start_from,
.handling_start_text {
  display: inline-block;
}
.item_handling_start_area,
.item_handling_end_area {
  display: inline-block;
}

.handling_start_area,
.item_handling_ttl.item_price_ttl {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.item_handling_start_day,
.item_handling_end_day {
  font-size: 1em;
}
.item_handling_start_time,
.item_handling_end_time {
  font-size: 1.2em;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  .item_handling, /* 商品詳細 期間限定 */
  .item_textinfo_block .item_handling {  /* for b##系 */
    font-size: 19px;
  }
  .item_handling .item_handling_ttl, /* 商品詳細 期間限定タイトル */
  .item_textinfo_block .item_handling .item_handling_ttl,  /* for b##系 */
  .after_handling .item_handling_ttl { /* 商品詳細 販売期間終了タイトル */
    display: block;
    padding: 0;
    text-align: center;
  }
}

/*countdown_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*/


/* ウェルカムメッセージ/会員ログイン、お気に入りリンク
_____________________________________________________*/
/*regi_login_start*/

/*regi_login_end*/


/* 汎用ボタン
_____________________________________________________*/
/*etc_btn_start*/
.cart_button_send:before {
  content: none;
}
.common_ok_btn, input.common_ok_btn,
.common_opt_btn, input.common_opt_btn {
  margin: 10px;
  padding: 15px 30px;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0.1ex;
  font-size: 1.15rem;
  text-align: center;
  text-shadow: none;
  line-height: 1;
  text-shadow: none;
  color: #fff;
  background: #a0a0a0;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 2px;
  box-shadow: 0 3px 6px -1px rgba(0,0,0,0.1);
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.common_ok_btn, input.common_ok_btn {
  color: #eee;
  color: rgba(255, 255, 255, 0.9);
  background: #5C5C5C;
  background-image: -webkit-linear-gradient(top left, #5C5C5C 0%, #404040 100%);
  background-image: linear-gradient(to bottom right, #5C5C5C 0%, #404040 100%);
}
.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 {
  color: #fff;
  background: #777;
  text-decoration: none;
  -webkit-filter: brightness(115%);
  filter: brightness(115%);

  box-shadow: 0px 0px 0px 0px #0000;
  text-decoration: none;
}
.common_ok_btn:disabled,
.common_opt_btn:disabled,
.common_ok_btn:disabled:hover, .common_ok_btn:disabled:focus,
.common_opt_btn:disabled:hover, .common_opt_btn:disabled:focus {
  color: #ccc;
  background: #eee;
  border-color: #eee;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
  -webkit-filter: none;
  filter: none;
  cursor: default;
  opacity: 1;
}

/* マイページ 注文履歴 */
.member_history_edit_val .common_ok_btn,
.member_history_edit_val .common_opt_btn {
  display: block;
  margin: 0 0 5px;
  padding: 1ex;
  font-size: 1rem;
  width: 100%;
  min-width: 150px;
}
.member_history_edit_val li {
  display: block;
}
.member_history_edit_val > ul {
  padding: 1ex 0;
}
@media screen and (max-width: 700px) {
  .member_history_edit_val .common_ok_btn,
  .member_history_edit_val .common_opt_btn {
    padding: 1em;
  }
}


/*etc_btn_end*/


/* カートページタイトル
_____________________________________________________*/
/*cart_title_start*/
.regi_title_area.cart {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.1ex;
  display: inline;
  line-height: 1;
  font-size: 28px;
  font-weight: normal;
  vertical-align: middle;
}
.cart .regi_title_area_value:before {
  font-family: 'WebHostingHub-Glyphs';
  content: '\f4f5';
  display: inline-block;
  margin-right: 5px;
  height: 1.2em;
  font-weight: normal;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.cart .regi_title_area_value:after {
  content: attr(title);
  display: inline;
  vertical-align: middle;
}

/*cart_title_end*/


/* 決済進捗バー(お客様情報)
_____________________________________________________*/
/*progress_bar1_start*/
.regi_progress {
  display: block;
  margin: 30px 10px;
}
.regi_progress_list {
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 0;
  max-width: 1000px;
  line-height: 1.3;
  list-style-type: none;
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
}
.regi_progress_item {
  position: relative;
  flex: 1 1 150px;
  padding: 10px;
  color: #999;
  background: #ddd;
  display:flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-sizing: border-box;
}
.regi_progress_item:not(:first-child) {
  padding-left: 25px;
  padding-right: 0;
}
.regi_progress_item:before,
.regi_progress_item:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
}
.regi_progress_item:before {
  border-left: 20px solid #fff;
  top: -3px;
  right: -20px;
  z-index: 1;
}
.regi_progress_item:after {
  border-left: 20px solid #ddd;
  color: #fff;
  top: -3px;
  right: -18px;
  z-index: 1;
}
.regi_progress_item.now:after {
  border-left-color: #029cce;
}
.regi_progress_item.now {
  font-weight: bold;
  color: #fff;
  background: #029cce;
}
.regi_progress_no {
  margin-right: 5px;
}
@media screen and (max-width: 700px) {
  .regi_progress_item {
    flex: 1 2 300px;
  }
  .regi_progress_item.now {
    flex: 1 1 300px;
  }
  .regi_progress_item:not(.now) .regi_progress_no,
  .regi_progress_item:not(.now) .regi_progress_title {
    display: none;
  }
}



/*progress_bar1_end*/


/* 決済ページタイトル(お客様情報)
_____________________________________________________*/
/*regi_flow1_start*/
.regi_title_area.regi1, /* お客様情報 タイトル */
.regi_title_area.regi2, /* 支払方法 タイトル */
.regi_title_area.regi3, /* 内容確認 タイトル */
.regi_title_area.regi4, /* オンライン決済へ タイトル */
.regi_title_area.regi9 /* 注文完了 タイトル */
{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.1ex;
  padding: 1em 0;
  font-size: 25px;
  font-weight: bold;
}
.regi1 .regi_title_area_value:before, /* お客様情報 タイトル */
.regi2 .regi_title_area_value:before, /* 支払方法 タイトル */
.regi3 .regi_title_area_value:before,/* 内容確認 タイトル */
.regi4 .regi_title_area_value:before, /* オンライン決済へ タイトル */
.regi9 .regi_title_area_value:before { /* 注文完了 タイトル */
  content: attr(title);
}


/*regi_flow1_end*/
