/**
*
* BWPカスタムスタイル
*
*/





/*
* ヘッダー
*/
header.bwpHeader {

}
header.bwpHeader .top {
  position: relative;
}
/* ボタン */
#ecButton {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* 会員メニュー */
#ecButton .memberMenu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 10px 0 0;
}
#ecButton .memberMenu li {
  margin: 0;
  padding: 0 5px;
}
#ecButton .memberMenu a.regist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 50px;
  margin: 0;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  background-color: #FF0000;
}
#ecButton .memberMenu a.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 50px;
  margin: 0;
  padding: 10px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFFFFF;
}
#ecButton .memberMenu a.cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 10px 0;
  color: #000000;
  color: #F38D48;
  font-size: 20px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  #ecButton {
    right: 10px;
  }
  #ecButton .memberMenu li {
    padding: 0 0.5vw;
  }
  #ecButton .memberMenu a.regist,
  #ecButton .memberMenu a.login {
    height: 5vw;
    font-size: 1.5vw;
  }
  #ecButton .memberMenu a.cart {
    width: 5vw;
    height: 5vw;
    font-size: 2.2vw;
  }
}

@media (max-width: 767px) {
  #ecButton .memberMenu a.regist,
  #ecButton .memberMenu a.login {
    display: none;
  }
  #ecButton .memberMenu a.cart {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}


/*
* ハンバーガーメニュー
*/
#spButton {
  display: none;
}
@media (max-width: 767px) {
  #spButton {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  /* 会員メニュー */
  #spButton .memberMenu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 2vw;
  }
  #spButton .memberMenu li {
    flex: 1;
    margin: 0;
    padding: 0 2vw;
  }
  #spButton .memberMenu a.regist {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vw;
    margin: 0;
    padding: 5vw 0;
    color: #FFFFFF;
    font-size: 4vw;
    font-weight: 600;
    background-color: #FF0000;
  }
  #spButton .memberMenu a.login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vw;
    margin: 0;
    padding: 5vw 0;
    color: #000000;
    font-size: 4vw;
    font-weight: 600;
    background-color: #FFFFFF;
  }

}


/*
* TOP 商品ピックアップ
*/
.bwpTopEcPickup {
  display: flex;
}
.bwpTopEcPickup .sec-item {
  width: calc(33.3% - 20px) !important;
  height: 265px !important;
  margin: 0 10px;
  padding: 0;
}
.bwpTopEcPickup .sec-item a {
  display: block;
}
.bwpTopEcPickup .sec-img {
  height: 265px !important;
}
.bwpTopEcPickup .sec-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.bwpTopEcPickup .service-item .sec-img img {
  object-fit: cover;
 }

.bwpTopEcPickup .sec-btn button {
  height: auto !important;
  padding: 15px 40px 15px 20px !important;
  font-size: 18px !important;
  line-height: 1.2;
}
.bwpTopEcPickup .sec-btn button::after {
  top: 50% !important;
  right: 20px !important;
  transform: translateY(-50%) rotate(
45deg) !important;
}
@media (max-width: 1400px) {
  .bwpTopEcPickup .sec-item {
    height: 19vw !important;
  }
  .bwpTopEcPickup .sec-img {
    height: 19vw !important;
  }
}
@media (max-width: 767px) {
  .bwpTopEcPickup .sec-item {
    width: 100% !important;
    height: 50vw !important;
    margin: 0;
    padding: 0;
  }
  .bwpTopEcPickup .sec-img {
    height: 50vw !important;
  }
}


/*
* カートページ
*/
#customer-info form {
  margin-bottom: 40px !important;
}
.cartCustomer .send .to_reganddeliveryinfo_button {
  display: block !important;
}


/*
* 商品情報エリア
*/
.catbox {
  margin-bottom: 4rem;
}


/*
* 追加カートボタン
*/
#addCartButton {
  margin: 4rem 0 14.8rem 0;
  text-align: center;
}
.product-lp + #addCartButton {
  margin: -8.8rem 0 14.8rem 0;
}
#addCartButton button {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: "yu-gothic-bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  background-color: #F38D48;
  height: 5rem;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {

  #addCartButton {
    margin: -2.5rem 0 6.5rem 0;
  }

}
