@charset "utf-8";

.maxw970 {
  max-width: 970px;
}
.maxw700 {
  max-width: 700px !important;
}
.m-0auto {
  margin: 0 auto;
}
.mt66 {
  margin-top: 66px;
}
.mt73 {
  margin-top: 73px;
}
.mb17 {
  margin-bottom: 17px !important;
}
.mb49 {
  margin-bottom: 49px !important;
}
a.bf2024 {
  text-decoration: none;
}
a.bf2024:hover {
  color: initial;
}
.pad-tb21 {
  padding: 21px 0 !important;
}
.pad-tb15 {
  padding: 15px 0 !important;
}
.flex-wrap-bf {
  flex-wrap: wrap;
}
.fz42 {
  font-size: 42px;
}
.kvlink-bf2024 {
  text-decoration: underline;
}
.kvlink-bf2024:hover {
  text-decoration: none;
  color: #cc1f1f;
}
@media screen and (max-width: 768px) {
  .mt54_sp {
    margin-top: 54px;
  }
  .mt71_sp {
    margin-top: 71px;
  }
  .hei36_sp {
    height: 36px;
  }
  .li-hei36 {
    line-height: 36px;
  }
  .dis_block_sp {
    display: block;
  }
}

/* 追従ヘッダー */
.bf_announce24 {
  padding: 15px 0;
  text-align: center;
  box-shadow: 0 1px 4px #a7a5a5;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #222;
  position: sticky;
  top: 48px;
  z-index: 50;
}
.bf_announce24 a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.bf_announce24 span.font_big {
  font-size: 1.4em;
}
.bf_announce24 span {
  color: #fec431;
}
.bf_announce24 a:hover {
  color: inherit;
  opacity: 0.7;
}
.bf_announce24 span:first-child {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bf_announce24 {
    top: 50px;
    font-size: 10px;
  }
}
/* 追従ヘッダー */

/* カートエリア */
.price-set-bf24sem {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.price-set-bf24sem img {
  object-fit: contain;
  width: 100px;
}
.price-set-bf24sem div p:nth-of-type(1) {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.price-set-bf24sem div p:nth-of-type(2) {
  color: #ED3138;
  font-size: 24px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 1.0;
}
.price-set-bf24sem div p:nth-of-type(3) {
  color: #ED3138;
  font-size: 40px;
  font-weight: 700;
}
.cart-area-btn-bf24sem {
  width: 460px;
  max-width: 100%;
  margin: 15px auto 35px;
  padding: 12px 3px;
  border-radius: 30px;
  background: #f4e647;
  box-shadow: 0px 4px 0px 0px #dfa941;
  transition: all 0.2s;
}
.cart-area-btn-bf24sem a {
  text-decoration: none;
}
.cart-area-btn-bf24sem p {
  color: #ED3138;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  left: -10px;
}
.cart-area-btn-bf24sem p::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 20%;
  right: 10px;
  background-image: url(/assets/images/icon/icon_store_cart_fff.svg);
  background-size: 20px 20px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(96%) saturate(4636%) hue-rotate(342deg) brightness(96%) contrast(92%);
}
.cart-area-btn-bf24sem:hover {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px 0px #dfa941;
}
.price-set-bf24sem div p span {
  color: #ED3138;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .price-set-bf24sem div p:nth-of-type(1) {
    font-size: 15px;
  }
  .price-set-bf24sem div p:nth-of-type(2) {
    font-size: 18px;
    margin-top: 15px;
  }
  .price-set-bf24sem div p:nth-of-type(3) {
    font-size: 28px;
  }
  .price-set-bf24sem div p span {
    font-size: 13px;
  }
  .cart-area-btn-bf24sem p {
    font-size: 13px;
  }
  .cart-area-btn-bf24sem p::after {
    right: 0;
  }
  .cart-area-btn-bf24sem.cart-area-btn-teika p::after {
    top: 0;
  }
}
/* カートエリア */

/* プレミアム */
.cpbanner-area-container.premium {
  position: relative;
  bottom: -100px;
  max-width: 850px;
}
.price-set-bf24sem.pre {
  display: block;
}
.price-set-bf24sem.pre img {
  width: 25%;
}
.price-set-bf24sem.pre div p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.price-set-bf24sem.pre div p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}
.price-set-bf24sem.pre div p:nth-of-type(3) {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
.kv-area.bf2024-pre {
  background-size: auto 610px;
}
@media screen and (max-width: 768px) {
  .cpbanner-area-container.premium {
  bottom: -70px;
  }
  .kv-area.bf2024-pre {
    background-position: center -190px;
    background-size: cover;
  }
}
/* プレミアム */

/* store/vb */
.price-set-bf24sem.storevb {
  display: block;
}
.price-set-bf24sem.storevb div p:nth-of-type(1) {
  margin-bottom: 0;
}
.price-set-bf24sem.storevb div p:nth-of-type(2) {
  margin-bottom: 0;
}
.price-set-bf24sem.storevb .mb17 span.yen {
  font-size: 2.0rem;
}
/* store/vb */

/* mac */
.price-set-bf24sem.mac div p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.price-set-bf24sem.mac div p:nth-of-type(2) {
  margin-top: 10px;
  text-align: left;
  font-size: 20px;
}
.mac-anchor-adjast {
  margin-top: -60px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .price-set-bf24sem.mac {
    display: block;
  }
  .price-set-bf24sem.mac div p:nth-of-type(1) {
  font-size: 18px;
  }
  .price-set-bf24sem.mac div p:nth-of-type(2) {
    font-size: 24px;
    text-align: center;
    }
  .price-set-bf24sem.mac div p:nth-of-type(3) {
    font-size: 48px;
    }
    .price-set-bf24sem.mac div p span {
      font-size: 18px;
    }
    .mac-anchor-adjast {
      margin-top: 0;
      padding-top: 20px;
    }
}
/* mac */

/* vbts */
.price-set-bf24sem div p:nth-of-type(3) span.yen-vbts {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price-set-bf24sem div p:nth-of-type(3) span.yen-vbts {
    font-size: 16px;
  }
}
/* vbts */

/* vbtsp */
ul.bf2024-vbtsp {
  max-width: 920px;
  margin: auto;
}
.bf2024-vbtsp-btn-adjast {
  padding: 5px !important;
  border-radius: 50px !important;
}
.price-set-bf24sem.pre vbtsp div p:nth-of-type(3) {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .cpbanner-area-container.premium.vbtsp {
    bottom: -85px;
  }
}

/* vbtsp */

/* dl */
.price-set-bf24sem.dl div p:nth-of-type(1) {
  font-size: 25px;
}
.price-set-bf24sem.dl div p:nth-of-type(2) {
  font-size: 32px;
}
.price-set-bf24sem.dl div p:nth-of-type(3) {
  font-size: 70px;
  line-height: 0.8;
}
.price-set-bf24sem.dl div p span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .price-set-bf24sem.dl div p:nth-of-type(1) {
    font-size: 22px;
  }
  .price-set-bf24sem.dl div p:nth-of-type(2) {
    font-size: 24px;
  }
  .price-set-bf24sem.dl div p:nth-of-type(3) {
    font-size: 54px;
    margin: 20px 0;
  }
  .price-set-bf24sem.dl div p span {
    font-size: 20px;
  }
}
/* dl */

/* 241217追記-vbts10offCP */
.vbts10off_img {
  background-image: url(/assets/images/cpbanner/store/2021/bg/cpbanner_cp_geometric_pc_bg_10off.png);
  background-size: cover;
  background-position: 30%;
  max-width: 1100px;
  padding: 15px 90px 5px;
}
.vbts10off_img_sp {
  background-image: url(/assets/images/cpbanner/store/2021/bg/cpbanner_cp_geometric_sp_bg_10off.png);
  padding: 20px 5px;
  background-size: cover;
  background-position: center;
}
.vbts10off_img_wide {
  background: url(/assets/images/cpbanner/store/2021/bg/cpbanner_cp_geometric_pc_bg_10off.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .vbts10off_img_wide {
    background: url(/assets/images/cpbanner/store/2021/bg/cpbanner_cp_geometric_sp_bg_10off.png);
  }
}
/* 241217追記-vbts10offCP */

/* 250428追記-vbts ar-1y-3mCP */
@media screen and (max-width: 768px) {
  .cartbtn-oneside-adjust {
    margin: 23px 0 60px;
  }
}
/* 250428追記-vbts ar-1y-3mCP */