@charset "UTF-8";

/* -------------------- btn -------------------- */
.btn-01,
.btn-02,
.btn-04,
.btn-05,
.block-goods-list-d--add-cart .block-list-add-cart-btn,
.btn-primary,
.block-goods-user-review--write-review-btn,
.block-add-cart--btn,
.block-order-complete--home-btn,
.page-contact .action-buttons input,
.block-inquiry-completed--back-to-home,
.block-member-password--update-completed-back,
.block-mail-address--update-completed-back-to-home,
.block-logout--back-to-home,
.page-withdrawal .action input,
.block-withdrawal--back-to-home,
.block-purchase-history--back,
.block-purchase-history-detail--add-goods,
.block-purchase-history-detail--contact,
.block-purchase-history-detail--cancel,
.block-coupon-list--back,
.block-credit-card-confirmation--back,
.block-member-registration-completed--forward,
.block-order-cancellation--forward,
.block-order-cancellation-completed--back-to-mypage,
.block-mail-news--forward-to-release,
.block-mail-news--completed-back,
.block-questionnaire-completed--back-to-home,
.block-inquiry-history--back,
.block-reset-password-completed--back,
.block-reset-new-password--back {
    position: relative;
    display: block;
    background: #141414!important;
    border: solid 2px #141414!important;
    border-radius: 4px 36px 36px 4px;
    text-align: center;
    color: #fff!important;
    /* transition: all 0.5s ease; */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.btn-03 {
    position: relative;
    display: block;
    background: #141414!important;
    border: solid 2px #141414!important;
    border-radius: 4px 40px 40px 4px;
    text-align: center;
    color: #fff!important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.btn-01:hover {
    padding-left: 60px;
    /* animation: btn 0.7s ease forwards; */
}
.btn-04:hover {
    padding-left: 70px;
}
.btn-05:hover {
    padding-left: 20px;
}
.btn-02:hover,
.btn-03:hover,
.block-goods-list-d--add-cart .block-list-add-cart-btn:hover,
.btn-primary:hover,
.block-goods-user-review--write-review-btn:hover,
.block-add-cart--btn:hover,
.page-contact .action input:hover,
.block-inquiry-completed--back-to-home:hover,
.block-member-password--update-completed-back:hover,
.block-mail-address--update-completed-back-to-home:hover,
.block-logout--back-to-home:hover,
.page-withdrawal .action input:hover,
.block-withdrawal--back-to-home:hover,
.block-purchase-history--back:hover,
.block-purchase-history-detail--add-goods:hover,
.block-purchase-history-detail--contact:hover,
.block-purchase-history-detail--cancel:hover,
.block-coupon-list--back:hover,
.block-credit-card-confirmation--back:hover,
.block-member-registration-completed--forward:hover,
.block-order-cancellation--forward:hover,
.block-order-cancellation-completed--back-to-mypage:hover,
.block-mail-news--forward-to-release:hover,
.block-mail-news--completed-back:hover,
.block-questionnaire-completed--back-to-home:hover,
.block-inquiry-history--back:hover,
.block-reset-password-completed--back:hover {
    /* color: #141414!important;
    background: #fff!important; */
    padding-left: 10%;
}
.block-order-complete--home-btn:hover {
  padding-left: 60px;
}

.btn-01::after,
.btn-02::after,
.btn-03::after,
.btn-04::after,
.btn-05::after,
.block-goods-list-d--add-cart .block-list-add-cart-btn:after,
.block-add-cart--btn::after,
.block-contact-about-goods--btn::after,
.block-goods-favorite--btn::after,
.block-goods-user-review--write-review-btn::after,
.block-order-complete--home-btn::after,
.block-inquiry-completed--back-to-home::after,
.block-member-password--update-completed-back::after,
.block-mail-address--update-completed-back-to-home::after,
.block-logout--back-to-home::after,
.block-withdrawal--back-to-home::after,
.block-purchase-history--back::after,
.block-purchase-history-detail--add-goods::after,
.block-purchase-history-detail--contact::after,
.block-purchase-history-detail--cancel::after,
.block-coupon-list--back::after,
.block-credit-card-confirmation--back::after,
.block-member-registration-completed--forward::after,
.block-order-cancellation-completed--back-to-mypage::after,
.block-cart--order::after,
.block-order-estimate--commit::after,
.block-order-method--next::after,
.page-contact .action::after,
.page-agree .action::after,
.page-entry .action::after,
.page-customer .action::after,
.page-passchange .action::after,
.page-mailchange .action:last-child::after,
.page-withdrawal .action::after,
.page-login .action::after,
.page-salescancel .action::after,
.page-mag .action::after,
.page-everyform .action:nth-child(2)::after,
.block-questionnaire-completed--back-to-home::after,
.page-sales_landingpage .action::after,
.block-inquiry-history--back::after,
.page-contactdetail .action:nth-child(2)::after,
.page-custdest .action:nth-child(2)::after,
.page-askpass .action:nth-child(2)::after,
.block-reset-password-completed--back::after,
.page-askpasschange .action::after,
.page-reviewwrite .block-user-review--form .action:nth-child(1)::after,
.block-user-review--evaluation-confirmation .action:nth-child(2)::after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    transition: all 0.5s ease;
    pointer-events: none;
}
.btn-01:hover::after,
.btn-02:hover::after,
.btn-03:hover::after,
.btn-04:hover::after,
.btn-05:hover::after,
.block-goods-list-d--add-cart .block-list-add-cart-btn:hover::after,
.block-add-cart--btn:hover::after,
.block-contact-about-goods--btn:hover::after,
.block-goods-favorite--btn:hover::after,
.block-goods-user-review--write-review-btn:hover::after,
.block-order-complete--home-btn:hover::after,
.page-contact .action:hover::after,
.block-inquiry-completed--back-to-home:hover::after,
.block-cart--order:hover::after,
.block-order-estimate--commit:hover::after,
.block-order-method--next:hover::after,
.page-contact .action-buttons:hover::after,
.page-agree .action:hover::after,
.page-entry .action:hover::after,
.block-contact-about-goods--btn:hover::after,
.block-goods-favorite--btn:hover::after,
.page-customer .action:hover::after,
.page-passchange .action:hover::after,
.block-member-password--update-completed-back:hover::after,
.page-mailchange .action:hover::after,
.block-mail-address--update-completed-back-to-home:hover::after,
.block-logout--back-to-home:hover::after,
.page-withdrawal .action:hover::after,
.block-withdrawal--back-to-home:hover::after,
.page-login .action:hover::after,
.block-purchase-history--back:hover::after,
.block-purchase-history-detail--add-goods:hover::after,
.block-purchase-history-detail--contact:hover::after,
.block-purchase-history-detail--cancel:hover::after,
.block-coupon-list--back:hover::after,
.block-credit-card-confirmation--back:hover::after,
.block-member-registration-completed--forward:hover::after,
.page-salescancel .action:hover::after,
.block-order-cancellation-completed--back-to-mypage:hover::after,
.page-mag .action:hover::after,
.page-everyform .action:nth-child(2):hover::after,
.block-questionnaire-completed--back-to-home:hover::after,
.page-sales_landingpage .action:hover::after,
.block-inquiry-history--back:hover::after,
.page-contactdetail .action:nth-child(2):hover::after,
.block-contact-about-goods--btn:hover::after,
.block-goods-favorite--btn:hover::after,
.block-inquiry--confirmation-back:hover::after,
.block-member-terms--disagree:hover::after,
.block-member-info--back:hover::after,
.block-member-info-confirmation--back:hover::after,
.block-purchase-history-detail--back:hover::after,
.block-member-password--update-back:hover::after,
.block-mail-address--update-back:hover::after,
.block-withdrawal--back:hover::after,
.block-member-registration-completed--forward-to-mypage:hover::after,
.block-order-cancellation--back:hover::after,
.page-salescancel .action:hover::after,
.page-everyform .action:nth-child(1):hover::after,
.page-contactdetail .action:nth-child(1):hover::after,
.page-custdest .action:nth-child(2):hover::after,
.block-shipping-address--back:hover::after,
.page-askpass .action:nth-child(2):hover::after,
.block-reset-password--back:hover::after,
.block-reset-password-completed--back:hover::after,
.page-askpasschange .action:hover::after,
.page-reviewwrite .action:hover::after,
.block-user-review--back-to-goods-page:hover::after,
.block-user-review--back:hover::after,
.block-user-review--evaluation-confirmation .action:nth-child(2):hover::after,
.block-user-review-completed--back:hover::after {
    /* background: #141414; */
    opacity: 0;
}

.btn-default {
    position: relative;
    color: #141414;
    border: solid 2px #e5e5e5;
    background-color: #e5e5e5;
    border-radius: 4px 36px 36px 4px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.btn-default:hover {
    /* background-color: #fff; */
    padding-left: 10%;
}
.block-contact-about-goods--btn::after,
.block-goods-favorite--btn::after,
.block-inquiry--confirmation-back::after,
.block-member-terms--disagree::after,
.block-member-info--back::after,
.block-member-info-confirmation--back::after,
.block-purchase-history-detail--back::after,
.block-member-password--update-back::after,
.block-mail-address--update-back::after,
.block-withdrawal--back::after,
.block-member-registration-completed--forward-to-mypage::after,
.block-order-cancellation--back::after,
.page-salescancel .action::after,
.page-everyform .action:nth-child(1)::after,
.page-contactdetail .action:nth-child(1)::after,
.block-shipping-address--back::after,
.block-reset-password--back::after,
.block-user-review--back-to-goods-page::after,
.block-user-review--back::after,
.block-user-review-completed--back::after {
    content: '';
    display: block;
    background: #141414;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    transition: all 0.5s ease;
}

.block-order-estimate--change-btn:hover,
.block-order-estimate--return-agree:hover,
.block-order-method--dest-add-btn:hover,
.block-order-method--coupon-available-btn:hover,
.block-cart--goods-list-item-calc-btn:hover,
.block-order-method--dest-change-btn:hover {
    opacity: 0.7;
    padding-left: 10px!important;
}
.block-regular-purcharse-list--back:hover,
.block-arrival-notice-list--back-to-home:hover {
    opacity: 0.7;
    padding-left: 8px!important;
}


.btn-secondary {
    border-radius: 4px 36px 36px 4px;
}

.btn-01 {
    font-size: 16px;
    width: 230px;
    line-height: 68px;
    font-family: Avenir Next;
    font-weight: 600;
}

.btn-02 {
    font-size: 14px;
    width: 240px;
    line-height: 50px;
}

.btn-03 {
    font-size: 20px;
    width: 480px;
    line-height: 80px;
}

.btn-04 {
    font-size: 16px;
    width: 430px;
    line-height: 68px;
}
.btn-04.s-large {
    font-size: 20px;
    width: 530px;
    line-height: 80px;
    border-radius: 4px 42px 42px 4px;
}

.btn-05 {
    font-size: 14px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
    padding: 19px 0 18px;
    font-size: 14px;
    margin: 67px 0 0 auto;
}

.block-add-cart--btn {
    width: 300px;
    padding: 18px 0;
    margin-top: 40px;
}

.block-contact-about-goods--btn {
    margin-top: 24px;
}
.block-goods-favorite--btn {
    display: none;
}
.block-contact-about-goods--btn,
.block-goods-favorite--btn {
    font-size: 14px;
    width: 300px;
}
.block-contact-about-goods--btn::after,
.block-goods-favorite--btn::after {
    width: 4px;
    height: 4px;
    top: 41%;
    right: 32px;
}
.block-goods-user-review--write-review-btn {
    margin-top: 26px;
}
.block-goods-user-review--write-review-btn::after {
    width: 4px;
    height: 4px;
    top: 14px;
    right: 17px;
}
.block-order-complete--home-btn {
    width: 200px;
    margin: 0 auto;
}
.block-inquiry-completed--back-to-home {
    width: 200px;
    margin: 0 auto;
}
.block-cart--order,
.block-order-estimate--commit,
.block-order-method--next {
    position: relative;
}
.page-contact .action,
.page-entry .action,
.page-customer .action,
.page-history .action,
.page-passchange .action,
.page-mailchange .action,
.page-logout .action,
.page-withdrawal .action,
.page-contactthanks .action,
.page-login .action,
.page-couponlist .action,
.page-cardedit .action,
.page-entrycomplete .action,
.page-salescancelcomplete .action,
.page-mag .action,
.page-everyform .action,
.page-everyformcomplete .action,
.page-sales_landingpage .action,
.page-contactlist .action,
.page-contactdetail .action,
.page-custdest .action,
.page-askpass .action,
.page-askpasscomplete .action,
.page-reviewwrite .action,
.page-reviewposted .action {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.page-salescancel .action,
.page-agree .action {
    position: relative;
    display: block;
    width: 230px;
    margin: 0 auto;
}
.page-historydetail .action {
    display: block;
}
.page-contact .action-buttons input,
.block-inquiry--confirmation-back,
.page-entry .action input,
.block-member-info--back,
.page-customer .action input,
.block-member-info-confirmation--back,
.block-purchase-history--back,
.block-purchase-history-detail--back,
.page-passchange .action input,
.block-member-password--update-back,
.block-member-password--update-completed-back,
.page-mailchange .action input,
.block-mail-address--update-back,
.block-mail-address--update-completed-back-to-home,
.block-coupon-list--back,
.block-credit-card-confirmation--back,
.page-withdrawal .action input,
.block-withdrawal--back,
.block-withdrawal--back-to-home,
.block-member-registration-completed--forward-to-mypage,
.block-mail-news--forward-to-register,
.block-mail-news--forward-to-release,
.block-questionnaire--forward,
.block-questionnaire--back,
.block-questionnaire--confirmation-forward,
.block-questionnaire--confirmation-back,
.block-questionnaire-completed--back-to-home,
.page-sales_landingpage .action input,
.page-contactdetail .action input,
.block-inquiry-history-detail--back,
.page-custdest .action input,
.block-shipping-address--back,
.block-reset-password--back,
.page-askpass .action input,
.block-reset-password-completed--back,
.page-askpasschange .action input,
.block-reset-new-password--back,
.block-user-review--back-to-goods-page,
.page-reviewwrite .action input,
.block-user-review--back,
.block-user-review-completed--back {
    width: 200px;
}
.block-member-terms--disagree,
.block-order-cancellation--forward,
.block-order-cancellation--back,
.page-agree .action input {
    width: 230px;
}
.block-purchase-history-detail .block-purchase-history-detail--add-goods,
.block-purchase-history-detail .block-purchase-history-detail--contact,
.block-purchase-history-detail .block-purchase-history-detail--cancel {
    width: 356px;
}

.block-order-method--next .btn-primary {
    font-size: 15px;
}

.block-inquiry--confirmation-back::after,
.block-member-terms--disagree::after,
.block-member-info--back::after,
.block-member-info-confirmation--back::after,
.block-purchase-history--back::after,
.block-purchase-history-detail--back::after,
.block-purchase-history-detail--add-goods::after,
.block-purchase-history-detail--contact::after,
.block-purchase-history-detail--cancel::after,
.block-member-password--update-back::after,
.block-mail-address--update-back::after,
.block-mail-address--update-completed-back-to-home::after,
.block-coupon-list--back::after,
.block-credit-card-confirmation--back::after,
.block-logout--back-to-home::after,
.block-withdrawal--back::after,
.block-withdrawal--back-to-home::after,
.block-member-registration-completed--forward::after,
.block-member-registration-completed--forward-to-mypage::after,
.block-order-cancellation--back::after,
.block-order-cancellation-completed--back-to-mypage::after,
.block-order-complete--home-btn::after,
.block-inquiry-completed--back-to-home::after,
.block-member-password--update-completed-back::after,
.block-questionnaire-completed--back-to-home::after,
.block-inquiry-history--back::after,
.block-shipping-address--back::after,
.block-reset-password--back::after,
.block-reset-password-completed--back::after {
    top: 17px;
    right: 32px;
}
.page-contact .action::after,
.page-agree .action::after,
.page-entry .action::after,
.page-customer .action::after,
.page-passchange .action::after,
.page-mailchange .action::after,
.page-withdrawal .action::after,
.page-login .action::after,
.page-salescancel .action::after,
.page-mag .action::after,
.page-everyform .action:nth-child(2)::after,
.page-sales_landingpage .action::after,
.page-contactdetail .action:nth-child(2)::after,
.page-custdest .action:nth-child(2)::after,
.page-askpass .action:nth-child(2)::after,
.page-askpasschange .action::after {
    top: 19px;
    right: 32px;
}
.block-user-review--back-to-goods-page::after,
.block-user-review--back::after,
.block-user-review-completed--back::after {
    top: 17px;
    right: 22px;
}
.page-reviewwrite .action:nth-child(1)::after,
.block-user-review--evaluation-confirmation .action:nth-child(2)::after {
    top: 19px;
    right: 22px;
}
.block-order-method--next::after {
    top: 24px;
    right: 18px;
}
.block-cart--order::after {
    top: 25px;
    right: 32px;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn:after {
    top: 26px;
    right: 24px;
}
.btn-02::after {
    top: 27px;
    right: 32px;
}
.block-add-cart--btn::after,
.block-order-estimate--commit::after,
.page-everyform .action:nth-child(1)::after,
.page-contactdetail .action:nth-child(1)::after {
    top: 29px;
    right: 32px;
}
.btn-01::after {
    top: 31px;
    right: 32px;
}
.btn-03::after {
    top: 37px;
    right: 32px;
}
.btn-04::after {
    top: 31px;
    right: 32px;
}
.btn-04.s-large::after {
    top: 37px;
    right: 32px;
}
.btn-05::after {
    top: 22px;
    right: 16px;
}


.page-contact .block-inquiry--confirmation-form .action:first-child::after,
.page-agree .action:first-child::after,
.page-entry .action:first-child::after,
.page-customer .action:first-child::after,
.page-passchange .action:first-child::after,
.page-mailchange .action:first-child::after,
.page-withdrawal .action:first-child::after,
.page-salescancel .action:first-child:after {
    display: none;
}
.page-entry .action:last-child::after {
    display: block!important;
}
.block-logout--back-to-home {
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.block-login .btn-primary {
    width: 100%;
}