@charset "UTF-8";
html{
    scroll-behavior: smooth;
}
a:hover {
  opacity: 0.5;
  transition: 0.3s; }

.breadcrumb-content {
  padding: 5px 0; }

.link-btn {
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 50px;
  font-size: 15px;
  color: #444;
  letter-spacing: 0.25px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: 0.3s;
  -webkit-appearance: none; }

.link-btn svg {
  -webkit-transform: translateX(8px) translateY(1px);
  transform: translateX(8px) translateY(1px); }

.link-btn svg {
  -webkit-transform: translateX(8px) translateY(-1px);
  transform: translateX(8px) translateY(-1px); }

.link-btn i,
.link-btn svg {
  font-size: 12px;
  color: #d9d9d9;
  fill: #d9d9d9;
  transition: 0.3s; }

.link-btn:hover {
  color: #fff;
  background: #444; }

.link-btn:hover i,
.link-btn:hover svg {
  color: #a1a1a1;
  fill: #a1a1a1; }

.link-btn .btn-arw {
  width: 8px; }

h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.75;
  text-align: center; }

hr {
  border-top: 1px solid #ccc; }

.kome {
  margin-bottom: 20px;
  font-size: 11px;
  color: #777; }

.expired {
  color: red;
  text-align: center;
  font-weight: 500;
  background-color: #FAE0E0;
  padding: 10px; }

/*キャンペーン終了の赤文字*/
.w80 {
  width: 80% !important;
  margin-left: 10% !important; }

.w100 {
  width: 100%; }

.ctrt {
  text-align: center; }

.ctrm {
  margin: auto; }

.ctr {
  text-align: center !important; }

.w90pc {
  width: 90%;
  margin-left: 5%; }

.w60 {
  width: 60%;
  margin-left: 20%; }

.wth {
  color: #ffffff !important; }

.blk {
  color: #1B1B1B !important; }

.mainbk199 {
  width: 100%; }

.notesp {
  margin: 1px 33px;
  background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%) !important;
  background-repeat: repeat-y;
  background-size: 100% 2.4em !important;
  line-height: 2.4em !important;
  margin-top: 15px; }
  .notesp p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em; }

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

.main231 {
  background: url("../images/329/329_bg_002.png");
  background-size: 100%;
  background-repeat: repeat-y;
  color: #494848; }

.bg_blue {
  background-color: #f2f3f9;
  position: relative; }

.bg_grn {
  background-color: #eff8fc;
  position: relative; }

.bg_gy {
  background-color: #f7f8fb;
  position: relative; }

.bg_org {
  background-color: #f5b360;
  position: relative; }

/* 買い物ボタン */
.btn_style {
  width: 230px;
  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; }

.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; }

@media (min-width: 768px) {
  .mvbox {
    position: relative;
    height: 670px;
    overflow: hidden; }
    .mvbox .inbox {
      position: absolute;
      width: 100%;
      max-width: 1450px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      height: 750px; }
      .mvbox .inbox .rainny {
        position: absolute;
        width: 550px;
        top: 60px;
        right: 160px;
        z-index: 1; }
      .mvbox .inbox .mainimg {
        width: 1500px;
        max-width: 1000px;
        position: absolute;
        left: -90px;
        top: 0px;
        z-index: 0; }
      .mvbox .inbox .ttlbox {
        position: absolute;
        width: 510px;
        top: 150px;
        right: 100px;
        z-index: 1; }
        .mvbox .inbox .ttlbox img {
          width: 100%; }
        .mvbox .inbox .ttlbox .notepc {
          background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%) !important;
          background-repeat: repeat-y;
          background-size: 100% 2.4em !important;
          line-height: 2.4 !important;
          margin-top: 20px; }
          .mvbox .inbox .ttlbox .notepc p {
            font-size: 17px;
            font-weight: 500;
            letter-spacing: 0.15em;
            text-shadow: 1px 1px 0 #ecf4f4, -1px 1px 0  #ecf4f4, -1px -1px 0  #ecf4f4, 1px -1px 0  #ecf4f4; }
      .mvbox .inbox .bgimg {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 1600px;
        z-index: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        object-fit: cover; }

  .contbox_item01 {
    background: url("../images/329/329_item_001.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }

  .contbox_item02 {
    background: url("../images/329/329_item_002.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }

  .contbox_item03 {
    background: url("../images/329/329_item_003.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }

  .contbox_item04 {
    background: url("../images/329/329_item_004.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }

  .contbox_item05 {
    background: url("../images/329/329_item_005.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }

  .contbox_item01, .contbox_item03, .contbox_item05 {
    border: 10px solid #fff; }
    .contbox_item01 .nbr01, .contbox_item03 .nbr01, .contbox_item05 .nbr01 {
      position: absolute;
      width: 170px;
      top: -50px;
      left: 30px; }
    .contbox_item01 .icon01, .contbox_item03 .icon01, .contbox_item05 .icon01 {
      position: absolute;
      width: 200px;
      top: -10px;
      left: 230px; }
    .contbox_item01 .txtbox01, .contbox_item03 .txtbox01, .contbox_item05 .txtbox01 {
      width: 470px;
      margin-left: 650px;
      margin-top: 70px; }
      .contbox_item01 .txtbox01 .subttl, .contbox_item03 .txtbox01 .subttl, .contbox_item05 .txtbox01 .subttl {
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #ea7f0d;
        letter-spacing: 0.14em; }
      .contbox_item01 .txtbox01 .ttl, .contbox_item03 .txtbox01 .ttl, .contbox_item05 .txtbox01 .ttl {
        font-size: 27px;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.17em; }
      .contbox_item01 .txtbox01 .txt, .contbox_item03 .txtbox01 .txt, .contbox_item05 .txtbox01 .txt {
        font-size: 16px;
        font-weight: 500;
        line-height: 2.4;
        letter-spacing: 0.15em; }
      .contbox_item01 .txtbox01 .seibun01, .contbox_item03 .txtbox01 .seibun01, .contbox_item05 .txtbox01 .seibun01 {
        width: 100%;
        margin-top: 50px; }

  .contbox_item02, .contbox_item04 {
    border: 10px solid #fff; }
    .contbox_item02 .nbr01, .contbox_item04 .nbr01 {
      position: absolute;
      width: 170px;
      top: -50px;
      right: 30px; }
    .contbox_item02 .icon01, .contbox_item04 .icon01 {
      position: absolute;
      width: 200px;
      top: -10px;
      right: 230px; }
    .contbox_item02 .txtbox01, .contbox_item04 .txtbox01 {
      width: 500px;
      margin-left: 60px;
      margin-top: 70px; }
      .contbox_item02 .txtbox01 .subttl, .contbox_item04 .txtbox01 .subttl {
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #ea7f0d;
        letter-spacing: 0.14em; }
      .contbox_item02 .txtbox01 .ttl, .contbox_item04 .txtbox01 .ttl {
        font-size: 27px;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.17em; }
      .contbox_item02 .txtbox01 .txt, .contbox_item04 .txtbox01 .txt {
        font-size: 16px;
        font-weight: 500;
        line-height: 2.4;
        letter-spacing: 0.15em; }
      .contbox_item02 .txtbox01 .seibun01, .contbox_item04 .txtbox01 .seibun01 {
        width: 100%;
        margin-top: 50px; }

  .contbox_detail {
    position: relative;
    display: flex;
    align-items: flex-start; }
    .contbox_detail .modelimg {
      width: 470px;
      margin: -20px 80px 30px; }
      .contbox_detail .modelimg img {
        width: 100%; }
      .contbox_detail .modelimg p {
        font-size: 14px;
        line-height: 1.8; }
    .contbox_detail .modelimg02 {
      width: 470px;
      margin: 50px 80px 30px; }
      .contbox_detail .modelimg02 img {
        width: 100%; }
      .contbox_detail .modelimg02 p {
        font-size: 14px;
        line-height: 1.8; }

  .itemlst ul {
    width: 100%;
    display: flex;
    justify-content: center; }
  .itemlst li img {
    width: 250px;
    margin: 10px; }

  .intrimg {
    width: 62%;
    margin-left: 18%; }

  .namesml {
    font-size: 15px;
    font-weight: 500; }

  .link-btn {
    width: 190px;
    margin-left: 50px;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.11em; }

  .campaign-img-list__txt {
    color: #494848;
    padding: 0px 0 10px; }
    .campaign-img-list__txt .zei {
      font-size: 13px;
      font-weight: 500; }

  .campaign-img-list__txt .ttl {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.13em;
    font-weight: 700; }

  .campaign-img-list__txt .txt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px; }

  .campaign-img-list__txt .price {
    font-size: 18px;
    font-weight: 600;
    text-align: center; }

  .campaign-img-list__img img {
    width: 95%;
    height: 95%; }

  .campaign-img-list {
    display: flex;
    width: calc(88% + 30px);
    margin-left: 9%;
    align-items: flex-start; }

  .campaign-img-list__item {
    width: calc(33.33% - 30px);
    margin: 0 60px 30px 0; }

  .campaign-img-list__img {
    height: 338px;
    align-self: flex-start; }

  .campaign-img-list__txt {
    padding: 5px 0 10px;
    position: relative; }

  .campaign-img-list__txt .ttl {
    margin-bottom: 15px; }

  .breadcrumb-content {
    padding: 10px 0; }

  .sponly {
    display: none !important; }

  .rightpc {
    text-align: right; }

  .ctrpc {
    text-align: center; }

  .mdtxt {
    font-size: 18px; }

  .mdttl {
    font-size: 33px; }

  .specbox, .specbox-mini {
    margin-left: 0px;
    position: relative; }
    .specbox .name, .specbox-mini .name {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.12em;
      margin-bottom: 3px;
      margin-top: 8px;
      text-align: left;
      line-height: 1.7; }
    .specbox .spec, .specbox-mini .spec {
      font-size: 15px;
      letter-spacing: 0.13em; }
    .specbox .limit, .specbox-mini .limit {
      font-size: 17px;
      letter-spacing: 0.15em;
      border: solid 1px #d252d2;
      padding: 1px 5px;
      color: #d252d2;
      line-height: 2.2; }
    .specbox .limitw, .specbox-mini .limitw {
      font-size: 17px;
      letter-spacing: 0.15em;
      border: solid 1px #ffffff;
      padding: 1px 5px;
      color: #ffffff;
      line-height: 2.2; }
    .specbox .price, .specbox-mini .price {
      font-size: 25px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-top: 0px;
      text-align: right;
      　margin-bottom: 20px; }
    .specbox .pricel, .specbox-mini .pricel {
      font-size: 25px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-top: 0px;
      text-align: left;
      　margin-bottom: 15px;
      margin-left: 110px; }
    .specbox .psmall, .specbox-mini .psmall {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.1em; }
    .specbox .psmid, .specbox-mini .psmid {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.1em; }

  .specbox {
    width: 480px; }

  .specbox-mini {
    width: 380px;
    margin-left: 50px; }

  .bdr-l:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 10%;
    background: #f8ead2;
    width: 1px;
    height: 70%; }

  .mvbox {
    position: relative; }
    .mvbox .bgimg {
      width: 100%; }

  .btn_wrap {
    width: 200px;
    right: 20px;
    top: 90px;
    box-sizing: border-box;
    position: absolute; }

  .btn_wrap3 {
    width: 200px;
    right: 70px;
    top: 130px;
    box-sizing: border-box;
    position: absolute; }

  .btn_wrap_top {
    position: absolute;
    width: 180px;
    margin-top: 30px;
    box-sizing: border-box; }

  .mvboxs {
    display: none; }

  .ml50pc {
    margin-left: 100px !important; }

  .itembtn {
    position: absolute;
    bottom: -130px;
    right: -9px;
    background-color: #66B0B6;
    padding: 7px 10px 10px 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    width: 450px;
    font-size: 14px;
    transition: all .3s; }

  .itembtn:hover {
    color: #66B0B6;
    border: 1px solid #66B0B6;
    background-color: #fff; }

  .itembtn a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg);
    transition: right .3s; }

  .itembtn a:hover::before {
    border-right: 2px solid #66B0B6;
    border-top: 2px solid #66B0B6; } }
/* ここにSP向けのCSS指定 */
@media (max-width: 768.98px) {
  .mvbox {
    width: 100%; }
    .mvbox .inbox .rainny {
      display: none; }
    .mvbox .inbox .mainimg {
      display: none; }
    .mvbox .inbox .ttlbox {
      width: 100%; }
      .mvbox .inbox .ttlbox img {
        width: 100%; }
      .mvbox .inbox .ttlbox .notepc {
        margin: 1px 33px;
        background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%) !important;
        background-repeat: repeat-y;
        background-size: 100% 2.4em !important;
        line-height: 2.4em !important;
        margin-top: 15px; }
        .mvbox .inbox .ttlbox .notepc p {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.15em; }
    .mvbox .inbox .bgimg {
      position: absolute;
      height: 100%;
      width: 100%;
      max-width: 1600px;
      z-index: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      object-fit: cover; }

  .contbox_item01, .contbox_item02, .contbox_item03, .contbox_item04, .contbox_item05 {
    border: 3px solid #fff;
    padding-bottom: 30px; }
    .contbox_item01 .nbr01, .contbox_item02 .nbr01, .contbox_item03 .nbr01, .contbox_item04 .nbr01, .contbox_item05 .nbr01 {
      position: absolute;
      width: 26%;
      top: -50px;
      left: 5%; }
    .contbox_item01 .icon01, .contbox_item02 .icon01, .contbox_item03 .icon01, .contbox_item04 .icon01, .contbox_item05 .icon01 {
      position: absolute;
      width: 40%;
      top: -10px;
      right: 20%; }
    .contbox_item01 .txtbox01, .contbox_item02 .txtbox01, .contbox_item03 .txtbox01, .contbox_item04 .txtbox01, .contbox_item05 .txtbox01 {
      width: 92%;
      margin-left: 4%; }
      .contbox_item01 .txtbox01 .subttl, .contbox_item02 .txtbox01 .subttl, .contbox_item03 .txtbox01 .subttl, .contbox_item04 .txtbox01 .subttl, .contbox_item05 .txtbox01 .subttl {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #ea7f0d;
        letter-spacing: 0.14em; }
      .contbox_item01 .txtbox01 .ttl, .contbox_item02 .txtbox01 .ttl, .contbox_item03 .txtbox01 .ttl, .contbox_item04 .txtbox01 .ttl, .contbox_item05 .txtbox01 .ttl {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.12em; }
      .contbox_item01 .txtbox01 .txt, .contbox_item02 .txtbox01 .txt, .contbox_item03 .txtbox01 .txt, .contbox_item04 .txtbox01 .txt, .contbox_item05 .txtbox01 .txt {
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.12em; }
      .contbox_item01 .txtbox01 .seibun01, .contbox_item02 .txtbox01 .seibun01, .contbox_item03 .txtbox01 .seibun01, .contbox_item04 .txtbox01 .seibun01, .contbox_item05 .txtbox01 .seibun01 {
        width: 100%;
        margin-top: 20px; }

  .contbox_detail {
    position: relative;
    align-items: flex-start; }
    .contbox_detail .modelimg {
      width: 90%;
      margin: 5%; }
      .contbox_detail .modelimg img {
        width: 100%; }
      .contbox_detail .modelimg p {
        font-size: 14px;
        line-height: 1.8; }
    .contbox_detail .modelimg02 {
      width: 90%;
      margin: 5%; }
      .contbox_detail .modelimg02 img {
        width: 100%; }
      .contbox_detail .modelimg02 p {
        font-size: 14px;
        line-height: 1.8; }

  .itemlst ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .itemlst li {
    width: 48%;
    margin: 1%; }
  .itemlst img {
    width: 100%; }

  .intrimg {
    width: 98%;
    margin-left: 1%; }

  .namesml {
    font-size: 13px;
    font-weight: 500; }

  .feats {
    width: 100%;
    margin-bottom: 0px; }

  .zit0231 {
    z-index: 0; }

  .specbox, .specbox-mini {
    width: 95%;
    margin-left: 0px;
    margin-top: 20px;
    color: #494848; }
    .specbox .limit, .specbox-mini .limit {
      font-size: 15px;
      letter-spacing: 0.15em;
      border: solid 1px #d252d2;
      padding: 1px 3px;
      color: #d252d2;
      line-height: 2.2; }
    .specbox .limitw, .specbox-mini .limitw {
      font-size: 15px;
      letter-spacing: 0.15em;
      border: solid 1px #ffffff;
      padding: 1px 3px;
      color: #ffffff;
      line-height: 2.2; }
    .specbox .name, .specbox-mini .name {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 5px;
      margin-top: 10px;
      line-height: 1.7;
      text-align: center; }
    .specbox .spec, .specbox-mini .spec {
      font-size: 14px;
      letter-spacing: 0.11em;
      font-weight: 500; }
    .specbox .price, .specbox-mini .price {
      font-size: 22px;
      font-weight: 700;
      text-align: center; }
    .specbox .psmall, .specbox-mini .psmall {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.1em; }
    .specbox .psmid, .specbox-mini .psmid {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.1em; }

  .campaign-img-list {
    width: 100%; }

  .campaign-img-list__img {
    width: 66%;
    margin-left: 17%; }

  .campaign-img-list__img img {
    width: 100%; }

  .campaign-img-list__item {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #adadad; }

  .campaign-img-list__txt .ttl {
    margin-bottom: 15px; }

  .campaign-img-list__txt {
    color: #494848;
    padding: 0px 0 10px;
    width: 78%;
    margin-left: 11%; }
    .campaign-img-list__txt .zei {
      font-size: 13px;
      font-weight: 500; }

  .campaign-img-list__txt .ttl {
    margin-bottom: 10px;
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center; }

  .campaign-img-list__txt .txt {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500; }

  .link-btn {
    width: 48%;
    height: 40px;
    padding: 5px 10px;
    letter-spacing: 0.11em;
    font-size: 13px;
    margin-bottom: 15px;
    margin-left: 26%;
    margin-top: 3px; }

  .pconly {
    display: none; }

  .ctrsp {
    text-align: center; }

  .ctrsp2 {
    text-align: center;
    margin: auto; }

  .w90sp {
    width: 90%;
    margin-left: 5%; }

  .w100sp {
    width: 100%; }

  .w70sp {
    width: 50%;
    margin-left: 25% !important; }

  .w80sp {
    width: 80%;
    margin-left: 10% !important; }

  .bdrnone {
    border: none !important; }

  .itembtn {
    position: relative;
    background-color: #66B0B6;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    width: 92%;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 7%; }

  .itembtn a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(45deg);
    transition: right .3s; }

  /*買い物ボタン*/
  .btn_style {
    height: 13vw;
    width: 100%; }
    .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; }

  .btn_wrap {
    margin-top: 10px;
    width: 92%;
    margin-left: 7%; } }
