.fs-preview-header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* コンビニ決済 */
.conveni_parts {
}

.stt-lang-select.br,
.watch_tag,
.ring_tag {
  display: none;
}

.fs-c-productImageModal {
  z-index: 100001;
}
.fs-c-productImageModal__close {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.fs-c-productImageModal__close::before {
  content: none;
}

/* reCAPTCHA */
.grecaptcha-badge {
    bottom: 70px !important;
}

/* ーーーーーボタン修正ーーーーー */
/* お支払いボタン用style */
#fs-totalsArea-wrapper .fs-c-button--purchaseHere{
  background: transparent linear-gradient(179deg, #FF9941 0%, #FA5C08 100%) 0% 0% no-repeat padding-box;
  border: none;
  position: relative;
  z-index: 0;
}

#fs-totalsArea-wrapper .fs-c-button--purchaseHere:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: transparent linear-gradient(179deg, #FF8821 0%, #FA3E05 100%) 0% 0% no-repeat padding-box;
  transition: .3s;
}

#fs-totalsArea-wrapper .fs-c-button--purchaseHere:hover:after{
  opacity: 1;
}

#fs-totalsArea-wrapper .fs-c-button--purchaseHere::before{
  background: #fff;
  z-index: 2;
}

#fs-totalsArea-wrapper .fs-c-button--purchaseHere .fs-c-button__label{
  color: #fff;
  z-index: 2;
}

/* 注文確定ボタン用style */
#fs_button_placeOrder .fs-c-button--confirmOrder{
  background: transparent linear-gradient(179deg, #FF9941 0%, #FA5C08 100%) 0% 0% no-repeat padding-box;
  border: none;
  position: relative;
  z-index: 0;
}

#fs_button_placeOrder .fs-c-button--confirmOrder:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: transparent linear-gradient(179deg, #FF8821 0%, #FA3E05 100%) 0% 0% no-repeat padding-box;
  transition: .3s;
}

#fs_button_placeOrder .fs-c-button--confirmOrder:hover:after{
  opacity: 1;
}

#fs_button_placeOrder .fs-c-button--confirmOrder:before{
  background: #fff;
  z-index: 2;
}

#fs_button_placeOrder .fs-c-button--confirmOrder .fs-c-button__label{
  color: #fff;
  z-index: 2;
}

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .fs-c-buttonContainer {
    padding: 15px 0 8px;
  }
}

/* カートに入れるボタン用style */
.fs-c-productActionButton .fs-c-button--addToCart--detail.fs-c-button--primary{
  background: transparent linear-gradient(179deg, #FF9941 0%, #FA5C08 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 0;
  opacity: 1; 
}

.fs-c-productActionButton .fs-c-button--addToCart--detail:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: transparent linear-gradient(179deg, #FF8821 0%, #FA3E05 100%) 0% 0% no-repeat padding-box;
  transition: .3s;
}
.fs-c-productActionButton .fs-c-button--addToCart--detail:hover{
  opacity: 1;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail:hover:after{
  opacity: 1;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label{
  color: #fff;
  position: relative;
  z-index: 2;
}

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .fs-c-button--primary {
    min-width: 260px;
  }
}


/* 時計操作ガイドQRコード */
#watch-guide {
  margin: 20px auto;
  text-align: center;
}

#watch-guide div{
  display: inline-block;
  margin: 10px auto;
}

#watch-guide img {
  max-width: 150px;
}


/* SMBC支払いシミュレーションFORMリンクボタン */
/* お支払いガイドページ */
.guide-simulation-button {
  background-color: #fff;
  text-align: center;
  height: 60px;
  padding-top: 3px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #444A52;
  max-width: none;
  width: 360px;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  padding: 0 15px;
  line-height: 1.2;
}

.guide-simulation-button::before{
  background: #fff;
  display: none;
}

.guide-simulation-button:hover{
  color: #fff;
  background: #333;
  opacity: 1;
}

@media screen and (max-width: 1024px){
  .guide-simulation-button{
    max-width: none;
    width: 90%;
    margin: 5% auto 0;
    height: 44px;
  }
}
/* キングラムショッピングローンページ */
.simulation-button {
  display: block;
  width: 500px;
  margin: 30px auto 0 auto;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #232323;
  height: 80px;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #232323;
  border-radius: 0;
  text-align: center;
  padding-top: 0;
}

.simulation-button::before{
  display: none;
}
.simulation-button:hover{
  background: #232323;
  color: #FFF;
}

@media screen and (max-width: 1024px){
  .simulation-button{
    width: 90%;
    height: 50px;
    font-size: 14px;
  }
}
