@charset "UTF-8";
/*　377　冬のおうち時間応援キャンペーン　*/
.hdr377 {
  width: 100%;
  background: url("../../../../../images/pages/f-static/campaign/377/377_hdr_bg.jpg") top center no-repeat;
  background-color: #f1782a;
  background-size: 100%;
}
.hdr377 h2 {
  margin: 0;
  padding: 0;
  border: 0;
}
.hdr377_in {
  position: relative;
}
.hdr377_img01 {
  position: absolute;
  top: 400px;
  left: 200px;
  width: 350px;
}
.hdr377_img02 {
  position: absolute;
  top: 400px;
  right: 200px;
  width: 350px;
}

.con377 {
  background-color: #f1782a;
  padding-top: 50px;
}
.con377_in {
  border-radius: 30px;
  background-color: #edeee6;
}
.con377_icon {
  position: absolute;
  top: -70px;
  left: 200px;
}
.con377_icon img {
  width: 60px;
}

.f377 {
  color: #458a44;
}

.f377_h3 {
  border-radius: 20px;
  background-color: #ff6633;
  padding: 1px 30px 3px 30px;
  font-size: 16px;
  color: #ffffff;
}

.l-container h2 {
  border-bottom: 0px;
}

.btn_adj {
  top: -45px;
}

/* パーツ */
.w100 {
  width: 100%;
}

/* バナーエリア */
.bnr__link a {
  transition: 1.0;
}

.bnr__link a:hover {
  opacity: 0.8;
  transition: 0.8;
}

.bnr__link a:hover img {
  transform: scale(1.02);
  /* 拡大 */
  transition: transform .6s ease;
  /* ゆっくり */
}

@media (max-width: 768.98px) {
  .hdr377 {
    position: static;
    width: 100%;
    background: url("../../../../../images/pages/f-static/campaign/377/377_hdr_bgs.jpg") top center no-repeat;
    background-color: #f1782a;
    background-size: 100%;
    margin: auto;
    text-align: center;
  }
  .hdr377 h2 img {
    width: 100%;
  }
  .hdr377_in {
    position: static;
  }
  .hdr377_img01 {
    position: static;
    width: 80%;
    margin: auto;
    margin: 10px 0 20px 0;
  }
  .hdr377_img02 {
    position: static;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .hdr377_att {
    position: static;
    margin: auto;
    padding-bottom: 0px;
  }

  .con377_in {
    margin: 0 10px 60px 10px;
    padding-top: 30px;
  }

  .pconly {
    display: none;
  }
}
@media (min-width: 768px) {
  .hdr377 {
    height: 830px;
    position: relative;
  }
  .hdr377 h2 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hdr377 h2 img {
    width: 650px;
  }
  .hdr377_in {
    width: 1200px;
    margin: auto;
    text-align: center;
  }
  .hdr377_att {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 750px;
  }

  .con377_in {
    width: 1100px;
    padding: 50px 50px 0px 50px;
    margin-bottom: 100px;
  }

  .img377 {
    padding: 0 0 0 50px;
  }

  .bm {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 50px;
  }

  .row-r {
    flex-direction: row-reverse;
  }

  .campaign-wrap__img {
    width: 550px;
  }

  .campaign-wrap__txt {
    position: relative;
  }

  .sponly {
    display: none;
  }
}
/* 買い物ボタン */
.btn_style {
  width: 300px;
  height: 45px;
  background: #444;
  letter-spacing: 0.15em;
  border: 1px solid #444;
  box-sizing: border-box;
  transition: all .3s 0s ease-in-out;
  text-align: center;
  font-size: 15px;
}

.btn_style.mini {
  width: 100%;
  height: 45px;
}

.btn_style.mini > a,
.btn_style.mini > span {
  font-size: 15px;
}

.btn_style.mini > a span,
.btn_style.mini > span span {
  padding-left: 35px;
}

.btn_style.off {
  background: #ccc;
  border: 1px solid #ccc;
  width: 400px;
}

.btn_style:not(.btn_style.off):hover {
  background: #fff;
}

.btn_style:not(.btn_style.off):hover > a,
.btn_style:not(.btn_style.off):hover > span {
  color: #444;
}

.btn_style > a,
.btn_style > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.btn_style > a span,
.btn_style > span span {
  position: relative;
  padding-left: 40px;
  text-align: center;
}

.btn_style > a span:before,
.btn_style > span span:before {
  display: block;
  content: '';
  width: 23px;
  height: 17px;
  background: url("/assets/images/pages/f-static/campaign/icon_cart.png") left top no-repeat;
  background-size: 23px 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.btn_style:not(.btn_style.off):hover > a span:before,
.btn_style:not(.btn_style.off):hover > span span:before {
  background: url("/assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
  background-size: 23px 17px;
}

/* 買い物かご */
.specbox {
  margin: auto;
  width: 100%;
  margin-left: 0px;
  position: relative;
  /*background-color: #f6f6f6;*/
  padding: 10px 25px 30px 25px;
}

.specbox .name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.5;
}

.specbox .spec {
  font-size: 12px;
  letter-spacing: 0.11em;
  font-weight: 500;
}

.specbox .limit {
  font-size: 14px;
  letter-spacing: 0.1em;
  border: solid 1px #ff3366;
  /**/
  padding: 2px 7px;
  color: #ff3366;
  background-color: #ffffff;
}

.specbox .limit_red {
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #cb2e60;
  border: solid 1px #cb2e60;
  /**/
  padding: 2px 7px;
  color: #ffffff;
  /*background-color: #b6929c;*/
}

.specbox .price {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
}

.specbox .psmall {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {
  /* 買い物かご */
  .specbox {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }

  .specbox .name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.10em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
  }

  .specbox .spec {
    font-size: 13px;
    letter-spacing: 0.13em;
  }

  /*.specbox .limit {
    font-size: 15px;
    letter-spacing: 0.13em;
    border: solid 1px #48bec5;
    padding: 2px 5px;
    color: #ffffff; }*/
  .specbox .price {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 0px;
    text-align: left;
    　margin-bottom: 20px;
    /*margin-left: 140px;*/
  }

  .specbox .psmall {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .btn_wrap {
    position: absolute;
    width: 290px;
    right: 35px;
    bottom: 25px;
    box-sizing: border-box;
  }

  .sponly {
    display: none !important;
  }
}
/* ここにSP向けのCSS指定 */
@media (max-width: 768px) {
  .specbox {
    padding-top: 25px !important;
  }

  .specbox .name {
    text-align: center;
    line-height: 1.3 !important;
  }

  .specbox .spec {
    font-size: 12px;
    letter-spacing: 0em;
    font-weight: 500;
  }

  .specbox .psmall {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .specbox .price {
    text-align: center;
  }

  .specbox .price_off {
    line-height: 1.7em;
  }

  .specbox {
    width: 100%;
  }

  .btn_wrap {
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
  }

  /* 買い物ボタン */
  .btn_style.off {
    width: 100% !important;
  }

  .btn_style {
    height: 13vw;
    width: 100% !important;
  }

  .btn_style .mini {
    height: 12vw;
  }

  .btn_style .mini > a, .btn_style .mini > span {
    font-size: 0.9rem;
  }

  .btn_style .mini > a span, .btn_style .mini > span span {
    padding-left: 40px;
  }

  .btn_style > a, .btn_style > span {
    font-size: 0.9rem;
  }

  .btn_style > a span, .btn_style > span span {
    padding-left: 32px;
  }

  .btn_style > a span:before, .btn_style > span span:before {
    width: 20px;
    height: 15px;
    background: url("/assets/images/pages/f-static/campaign/icon_cart.png") left top no-repeat;
    background-size: 20px 15px;
  }

  .btn_style:not(.btn_style.off):hover > a span:before,
  .btn_style:not(.btn_style.off):hover > span span:before {
    background: url("/assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
    background-size: 20px 15px;
  }

  .pconly {
    display: none;
  }
}
