@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 767px){
  .m-contents--default-btn {
    margin: 0 0 0 30px;
  }
  .m-contents--default-btn a {
    text-decoration: none!important;
  }
  .m-contents--default-btn a:hover {
    color: #fff!important;
  }
  .detail__flex {
    display: flex;
    position: absolute;
    top: 37.71429vw;
    left: 44.07143vw;
  }
  #pace-body .entrance__body__btn {
    position: static;
  }
  #pace-body .entrance__body__btn a {
    width: 340px;
  }
  #pace-body .btn__cart a {
    width: 340px;
    background-color: #878782;
    transition: all .3s cubic-bezier(.645,.045,.355,1) 0s;
    display: inline-block;
    border-radius: 2px;
    padding: 10px 0;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }
  #pace-body .btn__cart a span {
    display: inline-block;
    padding-left: 32px;
    background-image: url(../images/ico_cart.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  }
  #pace-body .btn__cart a:hover {
    background-color: #c8c8c8;
  }
  #pace-body .product__column__detail .btn__cart {
    margin-top: 23px;
  }
  #pace-body .product__column__detail .btn__cart a {
    width: 360px;
  }
  #pace-body .product__column__detail .m-contents--default-btn {
    width: 360px;
    margin: 5px 0 0 0;
  }
  #pace-body .product__column__detail .m-contents--default-btn a {
    border-radius: 30px;
  }
  #pace-body .remover__wrap .btn__cart a {
    width: 400px;
    margin-top: 13px;
  }
  #pace-body .product__column .m-contents--default-btn.arrow a:after {
    top: 22px;
  }
}
@media screen and (max-width: 767px){
  .detail__flex {
    position: absolute;
    top: 136.5625vw;
    width: 100%;
  }
  #pace-body .btn__cart a {
    width: 90.625%;
    background-color: #878782;
    transition: all .3s cubic-bezier(.645,.045,.355,1) 0s;
    display: block;
    border-radius: 2px;
    padding: 3.2vw 0;
    line-height: 100%;
    text-align: center;
    margin: auto;
  }
  #pace-body .btn__cart a span {
    display: inline-block;
    padding-left: 8vw;
    background-image: url(../images/ico_cart.svg);
    background-repeat: no-repeat;
    background-size: 5.5vw auto;
    background-position: left center;
    line-height: 8.13333vw;
    font-size: 4.8vw;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  }
  #pace-body .m-contents--default-btn a {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #c8c8c8;
    color: #3c3c3c;
    text-align: center;
    text-decoration: none;
    letter-spacing: .04em;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 3vw;
    padding: 3.2vw;
    border-radius: 10vw;
  }
  #pace-body .m-contents--default-btn {
    width: 90.625%;
  }
  #pace-body .entrance {
    height: 172vw;
  }
  #pace-body .entrance .m-contents--default-btn a{
    margin-top: 5vw;
    padding: 4.8vw;
  }
  #pace-body .product__column .product__block__price__btn {
    margin-top: 1.71875vw;
  }
  #pace-body .remover__wrap .product__block__price__btn {
    margin-top: 2.03125vw;
  }
  #pace-body .product__column .m-contents--default-btn a {
    padding: 3.8vw;
  }
  .m-contents--default-btn.arrow a:after {
    top: 4.9vw;
  }
}