/* スマートフォンでのみ適用 */
@media screen and (max-width: 414px) {
    #chatplusview.chatplusview-modern.closed.float #outline #eye_catcher {
        bottom: calc(100% + 70px * var(--zoom)) !important;
    }
}


.mt-10 {
  margin-top: 10px !important;
}

.fs-pt-carousel__track{
  opacity: 0;
  transition: opacity .3s linear;
}
.fs-pt-carousel__track.slick-initialized{
  opacity: 1;
}
.fs-c-price ,
.fs-c-cartTable__actionButton__container > button,
.fs-c-cartTable__headerCell {
    white-space: nowrap !important;
}

.coupon iframe {
height: 250px;
}

