.p-page_content {
  padding: 0;
}
.p-page_content__inner {
  max-width: 100%;    
}
.u-color__btn--bg {
  position: relative;
}
.u-color__btn--bg::after {
    content: url(https://d2w53g1q050m78.cloudfront.net/cosmeprostaffjpc/uploads/img/icon-arrow-right-white.svg);
    position: absolute;
    right: 22px;
    transition: all ease 0.3s;    
}
.u-color__btn--bg:hover::after {
    right: 16px;
}
.c-product_item__button--favorite::after, c-cart_item__info__quantity__submit::after, .c-cart_item__info__quantity__submit::after {
    display: none !important;
}
a.is-inactive {
    pointer-events: none;
    opacity: .8;
}
.p-product_list__list {
    justify-content: center;    
}
#payment_method_description img {
    width: auto;
    margin-bottom: 20px;
}
#payment_method_description {
  font-size: 14px;    
}
.c-product_item__inner__title h1{
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
    font-weight: normal;
    font-size: 18px!important;
    letter-spacing: 0.02em;
    line-height: 28.8px;
    text-align: center;
    color: #000!important;
}
.c-product_item__inner__price {
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
    font-weight: normal;
    font-size: 16px!important;
    letter-spacing: 0.02em;
    line-height: 25.6px;
    text-align: center;
    color: #555!important;
}
.c-product_item__inner__price.weight {
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
    font-weight: normal;
    font-size: 15px!important;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: center;
    color: #555!important;
}

#product-name {
    font-family: "Hiragino Mincho W4 JIS2004" !important;
    font-weight: normal;
    font-size: 24px!important;
    line-height: 36.6px;
    text-align: left;
    color: #111!important;
}
#product-price-content {
    font-family: "Hiragino Mincho W6 JIS2004" !important;
    font-weight: normal;
    font-size: 33px!important;
    letter-spacing: 0;
    line-height: 16px;
    text-align: left;
    color: #ff4438!important;  
}
#product-price-content span.yen {
    font-size: 15px!important;
    letter-spacing: 0.17em;
}
#product-price-content span.tax {
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
    font-size: 16px!important;
    color: #111!important;
}
.product_policy {
    width: 375px;
    background: #f6f6f6;
    padding: 25px 30px 20px;
    margin-top: 25px;
}
.product_policy p {
    position: relative;
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding-left: 20px;
    margin-bottom: 5px;
}
.product_policy p::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #ff4438;
    border-radius: 50%;
}
.u-text--subhead {
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
}
.p-contact__head__title.u-text--subhead {
    font-family:  "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
    color: #FF4438!important;
    font-size: 28px!important;
    line-height: 50.4px;
}
#new_contact .u-color__border--input, .p-account_form .u-color__border--input, #view-billing-information .u-color__border--input, #view-shipping-information .u-color__border--input,
#view-coupon .u-color__border--input, #view-payment-information .u-color__border--input {
    border-color: #BDC1C2!important;
}
#contact_contact_type_ids.u-text--input, #customer_billing_address_attributes_prefecture_name.u-text--input {
    font-family:  "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
#new_contact .u-color__border--input::placeholder {
    color: #989898!important;    
}
.other_page a.p-contact__link__btn, .other_page button.p-account_form__inner__bottom__btn {
    font-size: 15px!important;
    line-height: 24px!important;
}
.p-account_form .c-form_table__checkbox, #new-view .c-form_table__checkbox {
    align-items: flex-start;    
}
.c-cart_item__info .c-cart_item__badges .c-badge {
    border-color: #FF4438;
    color: #FF4438;
}

@media (min-width: 1200px) {
    .other_page .p-contact__head__notes.u-text--body {
      font-family:  "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
      font-size: 14px!important;
      line-height: 22.4px;
      color: #555555!important;
    }
    
    #contact_contact_type_ids.u-text--input {
        font-size: 15px!important;
        line-height: 24px;    
    }
}


@media (max-width: 1200px) {
   #product-name {
        font-size: 24rem!important;
        line-height: 36.6rem;
    }
    #product-price-content {
        font-size: 33rem!important;
        line-height: 16rem;
    }
    #product-price-content span.yen {
        font-size: 15rem!important;
    }
    #product-price-content span.tax {
        font-size: 16rem!important;
    }
    .product_policy {
        width: 375rem;
        padding: 25rem 30rem 20rem;
        margin-top: 25rem;
    }
    .product_policy p {
        font-size: 15rem;
        line-height: 24rem;
        padding-left: 20rem;
        margin-bottom: 5rem;
    }
    .product_policy p::before {
        top: 9rem;
        left: 3rem;
        width: 6rem;
        height: 6rem;
    }
    .p-contact__head__title.u-text--subhead {
        font-size: 28rem!important;
        line-height: 50.4rem;
    }


}

@media (max-width: 719px) {
    #product-name {
        font-family: "Hiragino Mincho W5 JIS2004" !important;
        font-size: 40rem!important;
        line-height: 64rem;
    }
    #product-price-content {
        font-size: 64rem!important;
        line-height: 30rem;
    }
    #product-price-content span.yen {
        font-size: 28rem!important;
    }
    #product-price-content span.tax {
        font-size: 24rem!important;
    }
    .product_policy {
        width: 100%;
        padding: 30rem 30rem 25rem;
        margin-top: 30rem;
    }
    .product_policy p {
        font-size: 26rem;
        line-height: 41.6rem;
        padding-left: 26rem;
        margin-bottom: 5rem;
    }
    .product_policy p::before {
        top: 15rem;
        left: 5rem;
        width: 8rem;
        height: 8rem;
    }
    .contact_title.section_title_other {
        padding-top: 70rem;
    }
    .p-contact__head__title.u-text--subhead {
        font-size: 38rem!important;
        line-height: 67rem;
    }
}









