@charset "utf-8";
/*---------------
  送料無料スタンプを常にSPバージョンにする場合
---------------*/
.sticker_parmanennt {
  position: absolute;
  bottom: 0.5em;
  right: -8.5em;
  font-size: 1.6rem;
}

/*---------------
  common style
---------------*/
.only_under544{
  display:none;
}
.only_under992{
  display:none;
}
.fc_ae0002{
  color: #ae0002;
}
.line_h_1_5rem_pc{
  line-height: 1.5rem;
}
.line_h_1{
  line-height: 1;
}
.over1260_inline-block_dis{
  display: inline-block !important;
}
.under1260_dis{
  display: none !important;
}
.bg_203b66{
  background-color: #203b66;
}
.vertical_baseline_children span, .vertical_baseline_children s{
  vertical-align: baseline;
}
.dis_sp{
  display: none !important;
}
.dis_pc{
  display: block !important;
}

/*---------------
  cpbanner
---------------*/
.cpbanner_simple_bg333{
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #333;
  padding: 15px;
  margin-bottom: 50px;
}
.cpbanner_simple_bg333 .big_txt{
font-size: 1.3em;
}
.regular_price{
  display: block;
  margin-bottom: -5px;
}

/*---------------
    cart area
  ---------------*/
.ae0002BG_text{
  padding: 7px;
  margin-right: 0.5em;
  background: #ae0002;
  display: inline-block;
  color: white;
  font-size: 2rem;
}
.ae0002BG_text_ml_pc{
  margin-right: 0;
  margin-left: 0.5em;
}
.ae0002BG_text span{
  font-size: 0.77em;
}
.sticker_rounded-ffef26{
  display: inline-block;
  background: #ffef26;
  border-radius: 50%;
  font-size: 2.2rem;
  padding: 0.75em;
  margin-left: 0.5em;
}

@media screen and (max-width:1260px) {
  /*---------------
    common style
  ---------------*/
  .over1260_inline-block_dis{
    display: none !important;
  }
  .under1260_dis{
    display: block !important;
  }

  /*---------------
    cart area
  ---------------*/
  .sticker_rounded-ffef26{
    position: absolute;
    bottom: 0;
    right: -4em;
    font-size: 1.6rem;
  }
  .pos_rel_under1260{
    position: relative;
  }

  /*---------------
    送料無料スタンプを常にSPバージョンにする場合
  ---------------*/
  .sticker_parmanennt {
    bottom: 1em;
    right: -10em;
  }
}

@media screen and (max-width: 992px) {
  /*---------------
    common style
  ---------------*/
  .only_under992{
    display:block;
  }

  /*---------------
    送料無料スタンプを常にSPバージョンにする場合
  ---------------*/
  .sticker_parmanennt {
    bottom: 2.5em;
    right: -8em;
  }
}

@media screen and (max-width:768px) {
  /*---------------
    common style
  ---------------*/
  .line_h_1_5rem_pc{
    line-height: 1;
  }
  .pr0_sp{
    padding-right: 0;
  }
  .pl0_sp{
    padding-left: 0;
  }
  .fz16_sp{
    font-size: 16px !important;
  }
  .fz14_sp{
    font-size: 14px !important;
  }
  .fz62_sp{
    font-size: 62px !important;
  }
  .dis_sp{
    display: block !important;
  }
  .dis_pc{
    display: none !important;
  }

  /*---------------
    cpbanner
  ---------------*/
  .cpbanner_simple_bg333{
    font-size: 1.7rem;
  }
  .sticker_rounded-ffef26{
    bottom: 0em;
    right: -8em;
  }
  .regular_price{
    display: block;
    margin-bottom: -45px;
  }
  .regular_price_af{
    margin-bottom: -80px;
  }

  /*---------------
    cart area
  ---------------*/
  .ae0002BG_text{
    font-size: 1.6rem;
  }
  .ae0002BG_text_ml_pc{
    margin-right: 0.5em;
    margin-left: 0;
  }
}

@media screen and (max-width:544px) {
  /*---------------
    common style
  ---------------*/
  .only_under544{
    display:block;
  }

  /*---------------
    cpbanner
  ---------------*/
  .sticker_rounded-ffef26{
    font-size: 1.4rem;
    bottom: 2.2em;
    right: -6.75em;
  }
}