@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
cart/form共通
---------------------------------------- */
body.order h1,
body.form h1,
body.histories h1{
    font-weight: 400;
    margin-bottom: 10px;
}
body.order #main,
body.form #main{
    margin-bottom: 50px;
}
div.form_basic,
div.form_post_code,
div.form_birthday {
    margin-bottom: 20px;
    font-weight: 500;
}
div.form_basic{
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
}
.form_heading{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #AAAAAA;
}
span.required{
    color: #E31B72;
    margin-left: 3px;
}
body.form label{
    display: inline-block;
}
div.form_basic input[type="text"],
div.form_basic input[type="password"],
div.form_basic input[type="tel"],
div.form_basic select {
    position: relative;
    margin: 0 auto;
    text-indent: 10px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 50px;
    width: 100%;
    max-width: 450px;
    font-size: 15px;
}
div.form_basic textarea{
    width: 100%;
    max-width:610px ;
    height: 100px;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
}
/*radio_btn*/
input[type=radio]{
    display: none;
}
div.form_input_radio{
     display: flex;
     flex-wrap: nowrap;
}
span.radio_txt{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
span.radio_txt::before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    flex-shrink: 0;
}
body.contacts span.radio_txt{
    margin-right: 30px;
}
input.radio_btn:checked + span.radio_txt::before{
    border: 1px solid #59AA00;
}
input.radio_btn:checked + span.radio_txt::after {
    content: '';
    position: absolute;
    left: calc(11px - 7px);
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #59AA00;
}
.sex div.form_input_radio label{
    margin-right: 20px;
}
/*checkbox*/
input[type=checkbox]{
    display: none;
}
span.check_box_txt{
    position: relative;
    display: flex;
    font-size: 14px;
    font-weight: 500;
}
span.check_box_txt::before {
    content: '';
    left: 0;
    display: block;
    border: 1px solid;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: #313131;
    background-color: #fff;
    flex-shrink: 0;
}
input.check_box_btn:checked + span.check_box_txt::before {
    border: 1px solid #59AA00;
    background-color: #59AA00;
}
input.check_box_btn:checked + span.check_box_txt::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 5px;
    height: 10px;
    transform: rotate(45deg);
}
/*郵便番号 form_post_code*/
div.form_post_code input[type="text"]{
    position: relative;
    margin-left: 0;
    text-indent: 10px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 50px;
    width: 170px;
    font-size: 15px;
}
div.form_post_code .post_code_btn{
    background-color: #EEEEEE;
    width: 140px;
    margin-left: 15px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    height: 40px;
}
div.form_post_code .post_code_btn a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
div.form_post_code .form_input{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
div.form_post_code .form_input input{
    margin: 0;
}
/*都道府県 prefectures*/
div.form_basic div.prefectures{
    margin-bottom: 10px;
}
div.form_basic div.prefectures select{
    position: relative;
    margin: 0 auto;
    text-indent: 10px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 50px;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    padding-right: 40px;
}
/*生年月日 form_birthday カード有効期限 credit_expire selectタグ関連form_select*/
div.form_date select{
    position: relative;
    margin: 0 auto;
    text-indent: 10px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 50px;
    width: 100%;
    max-width: 100px;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
}
div.form_select select{
    position: relative;
    margin: 0;
    text-indent: 10px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 50px;
    width: 100%;
    max-width: 450px;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
    margin-top: 10px;
}
div.form_date .form_input{
    display: flex;
    flex-wrap: nowrap;
}
div.form_date .form_input_inner{
    position: relative;
    width: 28%;
    margin-right: 10px;
    max-width: 100px;
}
div.form_date .form_input_inner:last-of-type{
    margin-right: 0;
}
div.form_date .birth_day_year,
div.form_date select#MemberBirthdayYear{
    width: 130px;
    max-width: 130px;
}
div.form_select .form_input_inner{
    position: relative;
    max-width: 450px;
}
div.form_date .form_input_inner::after,
div.form_select .form_input_inner::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
    top: calc((100% - 10px) / 2);
    right: 1.5rem;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
div.form_note{
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
div.form_note a{
    text-decoration: underline;
    font-weight: 500;
}
.input_alert{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #E31B72;
    border: 1px solid #E31B72;
    background-color: #F7F7F7;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 400px;
}
.input_fin{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #59AA00;
    border: 1px solid #59AA00;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px;
}
body#order_confirm .input_alert{
    max-width: 600px;
}
span.form_input_alert{
    color: #E31B72;
    font-size: 14px;
    font-weight: 900;
    display: block;
}
.form_example{
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.form_basic p{
    font-weight: 500;
    font-size: 1.4rem;
}
.form_basic .form_txt p{
    margin-bottom: 10px;
}
.form_txt_unit a{
    color: #E31B72;
}
.form_txt_unit a:active{
    text-decoration: none;
}
p.form_txt_unit_heading{
    font-weight: 700;
    font-size: 1.5rem;
}
div.security_code input[type="tel"]{
    width: 90px;
    text-align: center;
    text-indent: 0;
}
.payeasy_explanation{
    border-top: solid 1px #E5E5E5;
    padding-top: 8px;
    padding: 8px 0;
}
.payeasy_explanation:first-of-type{
    margin-top: 5px;
}
.payeasy_explanation:last-of-type{
    border-bottom: solid 1px #E5E5E5;
}
/*新規登録 配送先情報入力 WEB領収書発行 パスワード再設定 #regist #order_receiver receipts #password_reminder*/
body#regist .form_basic,
body#order_receiver .shipping_address_input .form_basic,
body.contacts .form_basic,
body#receipts .form_basic,
.receipts_area .form_basic,
body#password_reminder .form_basic{
    border-bottom: none;
    padding-bottom:0;
}
body#regist .form_heading,
body#order_receiver .shipping_address_input .form_heading,
body.contacts .form_heading,
body#receipts .form_heading,
.receipts_area .form_heading{
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: none;
    margin-bottom: 3px;
    padding-bottom: 0px;
}
body#order_receiver .shipping_address_input{
    margin-top: 10px;
}
body#order_receiver button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/*table*/
body.form table,
body.order table{
    margin-top: 10px;
}
body.form tr th,
body.order tr th,
body.form tr td,
body.order tr td{
    padding: 5px;
    border: 1px solid #E5E5E5;
}
body.form tr th,
body.order tr th{
    background-color: #EEEEEE;
    font-weight: 700;
}
body.form tr td,
body.order tr td{
    font-size: 13px;
    font-weight: 500;
}
/*form_txt*/
.form_txt{
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    position: relative;
}
/*form_txt_uni*/
.form_txt_unit{
    margin-top: 20px;
    font-size: 1.4rem;
}
div.form_basic input.credit_numbers[type="tel"]{
    position: relative;
    margin: 0 auto;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 50px;
    width: 75px;
    text-align: center;
    font-size: 15px;
    text-indent: 0;
}
/*form_txt_right*/
.form_basic .form_txt_right{
    position: absolute;
    right: 0;
    top: 0;
}
/*btn*/
body.form .btn_set .btn_strong,
body.form .btn_set .btn,
body.order .btn_set .btn_strong,
body.order .btn_set .btn{
    margin-left: 0;
}
/*------------ cart/form共通 PC用  ------------*/
@media screen and (min-width: 950px) {
    body.form #main,
    body.order #main{
        padding-left: 20px;
    }
    .form_contents_set{
        display: flex;
        flex-wrap: nowrap;
    }
    .form_contents_detail{
        width: 62%;
        margin-right: 3%;
        max-width: 610px;
    }
    .form_contents_result{
        width: 35%;
    }
    body.order ul li .cart_data_basic .cart_product_img{
        width: 180px;
        height: auto;
    }
    .form_txt_unit a:hover{
        text-decoration: none;
    }
    .form_heading{
        font-size: 1.8rem;
    }
}
/*----------------------------------------
cart
---------------------------------------- */
body.order #cart_data {
    font-weight: 500;
}
/*form_contents_set_detail*/
body.order ul#cart_data_list{
    margin-bottom: 5px;
}
body.order ul#cart_data_list li{
    border-top: 1px solid #E5E5E5;
    padding: 20px 0;
}
body.order ul#cart_data_list li:last-of-type{
    border-bottom: 1px solid #e5e5e5;
}
body.order ul#cart_data_list li .cart_data_basic{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
body.order ul#cart_data_list li .cart_product_img{
    width: 40%;
    margin-right: 15px;
    max-width: 135px;
}
body.order ul#cart_data_list li .cart_product_txt{
    width: 58%;
}
body.order ul#cart_data_list li p.name{
    font-size: 1.6rem;
    margin-bottom: 5px;
}
body.order ul#cart_data_list li p.price{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}
body.order ul#cart_data_list li p.point{
    font-size: 1.5rem;
    margin-bottom: 5px;
}
body.order ul#cart_data_list li a{
    text-decoration: none;
}
/*cart_data_quantity*/
body.order .cart_data_quantity {
    display: flex;
    flex-wrap: nowrap;
}
body.order .cart_data_quantity .quantity{
    display: flex;
    height: 40px;
}
body.order .cart_data_quantity .quantity p{
    display: flex;
    margin-right: 5px;
    align-items: center;
    word-break: keep-all;
}
body.order .cart_data_quantity .quantity .quantity_select{
    position: relative;
    padding: 0 45px;
    margin-right: 15px;
    width: 135px;
}
body.order .cart_data_quantity .quantity a.minus_btn,
body.order .cart_data_quantity .quantity a.plus_btn{
    cursor: pointer;
    background: #ededed;
    color: #313131;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    font-weight: normal;
    transition: .3s;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
}
body.order .cart_data_quantity .quantity a.minus_btn{
    left: 0;
}
body.order .cart_data_quantity .quantity a.plus_btn{
    right: 0;
}
body.order .cart_data_quantity .quantity input.input_num{
    display: block;
    width: 100%;
    padding: 8px 10px 10px;
    border: 1px solid #b5b5b5;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
}
body.order button.delete_btn{
    cursor: pointer;
    margin: 0 auto;
    display: block;
    background-color: #ededed;
    color: #595757;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border: 1px solid;
    border-radius: 40px;
    width: 100%;
    max-width: 350px;
    position: relative;
}
body.order button.delete_btn:active{
    background-color: #595757;
    color: #ededed;
}
/*cart_data_wrapping*/
body.order .cart_data_wrapping{
    border-top: 2px dotted #E5E5E5;
    margin-top: 10px;
}
body.order .wrapping_date_inner{
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 0;
}
body.order .wrapping_img{
    width: 120px;
    margin-right: 10px;
}
body.order .wrapping_img img {
    width: auto;
    height: 90px;
}
body.order .wrapping_date_inner .name,
body.order .wrapping_date_inner .price,
body.order .wrapping_date_inner .number,
body.order .wrapping_date_inner .uchi_soto,
body.order .wrapping_date_inner .omotegaki{
    margin-bottom: 5px;
    font-size: 13px;
}
body.order .wrapping_date_inner .greeting_img img{
    height: 130px;
}
/*total*/
body.order #total p#products_total{
    font-size: 2.2rem;
    margin-bottom: 10px;
}
body.order #total p#products_total span.total_price{
    font-size: 2.8rem;
    font-weight: 700;
}
body.order #total p#products_postage,
body.order #total p#product_point{
    font-size: 2rem;
    margin-bottom: 10px;
}
/*cart_attention*/
body.order .cart_attention{
    background-color: #FCF7F7;
    border: 1px solid #E31B72;
    color: #434343;
    font-size: 1.4rem;
    padding: 15px;
    text-align: justify;
}
body.order .cart_attention p.cart_attention_heading{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
body.order #main .banner_recommend{
    margin-top: 50px;
}

/*------------ cart/form共通 PC用  ------------*/
@media screen and (min-width: 950px) {
    body.order ul#cart_data_list li .cart_product_img{
        max-width: 200px;
    }
    body.order .wrapping_date_inner .name,
    body.order .wrapping_date_inner .price,
    body.order .wrapping_date_inner .number,
    body.order .wrapping_date_inner .uchi_soto,
    body.order .wrapping_date_inner .omotegaki{
        font-size: 15px;
    }
    body.order button.delete_btn:hover{
        background-color: #595757;
        color: #ededed;
    }
}
/*----------------------------------------
login
---------------------------------------- */
#login_area{
    margin-bottom: 50px;
}
#login_area #login_content {
    margin-bottom: 40px;
}
#login_area .form_basic{
    border-bottom: none;
    padding-bottom: 0;
}
#login_content #mail_input{
    margin-bottom: 1.5rem;
}
#login_content .login_input_area{
    margin-bottom: 30px;
}
#login_area .btn_link_simple{
    margin-top: 40px;
}
#login_area .login_btn_aera .btn_strong{
    margin-left: 0;
}
#login_area .btn_link_simple{
    margin-left: 0;
}
/*------------ login PC用  ------------*/
@media screen and (min-width: 950px) {
    #login_area #login_content {
        display: flex;
        flex-wrap: nowrap;
    }
    #login_content .login_input_area{
        width: 42%;
        margin-right: 35px;
        max-width: 400px;
    }
}
/*----------------------------------------
regist 新規会員登録
---------------------------------------- */
body.form #regist_input_content{
    margin-bottom: 3rem;
}
body.form #regist_input_content span.form_input_alert{
    margin-left: 15px;
    display: inline-block;
}
body.form .agreement_btn{
    margin-top: 30px;
}
body.form .agreement_btn span.check_box_txt{
    font-size: 2rem;
}
body.form .agreement_btn input.check_box_btn:checked + span.check_box_txt::after {
    top: 9px;
}
body.form .agreement_btn span.check_box_txt::before{
    margin-top: 5px;
    margin-right: 15px;
}
/*----------------------------------------
password_reminder パスワード再設定
---------------------------------------- */
body#password_reminder #product_header_description{
    max-width: 610px;
}
body#password_reminder .btn_strong{
    margin-left: 0;
}
/*----------------------------------------
order_payment お支払い方法の選択
---------------------------------------- */
body#order_payment .form_basic{
    border-bottom: none;
    padding-bottom:0;
}
body#order_payment .form_basic .form_input_radio{
    display: block;
}
body#order_payment #payment_content .form_basic{
    padding: 20px 0px 0px;
    border-top: 1px solid #E5E5E5;
    border-bottom: none;
}
body#order_payment #payment_content .form_basic:last-of-type{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}
body#order_payment #payment_content span.radio_txt{
    font-weight: 700;
}
body#order_payment .credit_card_logos{
    background-color: #F3F3F3;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
body#order_payment .credit_card_logos img{
    width: 45px;
    height: auto;
    margin-left: 10px;
}
body#order_payment .credit_card_choice{
    margin-bottom: 20px;
}
body#order_payment .credit_card_choice .form_input_radio{
    margin-bottom: 5px;
}
body#order_payment .credit_card_info{
    font-size: 18px;
    margin-bottom: 5px;
}
body#order_payment button.delete_btn{
    height: auto;
    width: 200px;
    margin-left: 0;
}
body#order_payment .form_input{
    margin-bottom: 15px;
}
body#order_payment  .form_basic .form_txt p{
    margin-bottom: 0;
}
body#order_payment .security_code{
    max-width: 500px;
    margin-bottom: 10px;
}
body#order_payment #point_content .radio_txt{
    font-size: 14px;
}
body#order_payment #point_content .form_input_radio{
    margin-bottom: 20px;
}
body#order_payment #point_content input#PointPoint{
    margin-top: 10px;
}
body#order_payment #point_content .form_heading{
    border-bottom: none;
    font-weight: 700;
    padding-bottom: 0px;
    font-size: 1.8rem;
}
body#order_payment #point_content .point_assignment{
    display: block;
}
/*------------ cart/form共通 PC用  ------------*/
@media screen and (min-width: 950px) {
    body#order_payment #payment_content span.radio_txt{
        font-size: 16px;
    }
}
/*----------------------------------------
order_confirm
---------------------------------------- */
.summary_area{
    border-bottom: 1px solid #AAAAAA;
    font-weight: 500;
    margin-bottom: 30px;
}
.summary_area .shipping_address,
.summary_area .summary_unit{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.summary_area .shipping_address{
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
}
.summary_area .shipping_address_heading{
    font-size: 15px;
}
.summary_area .shipping_address_detail{
    font-size: 14px;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.summary_area .amount_of_money{
    padding: 10px 15px;
}
.summary_area .summary_unit{
    margin-bottom: 5px;
}
.summary_area .summary_unit .summary_unit_heading{
    font-size: 15px;
}
.summary_area .summary_unit .summary_unit_numbers{
    font-size: 14px;
}
.summary_area .money_total{
    font-weight: 700;
    margin-bottom: 10px;
}
.summary_area .money_total .summary_unit_heading{
    font-size: 18px;
    padding-top: 5px;
}
.summary_area .money_total .summary_unit_numbers{
    font-size: 22px;
}
/*------------ amount_of_money PC用  ------------*/
@media screen and (min-width: 950px) {
    .summary_area{
        border-bottom:none;
    }
}
body#order_confirm button.change{
    position: absolute;
    top: 0;
    right: 0;
    color: #E31B72;
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
}
body#order_confirm .form_basic{
    margin-bottom: 30px;
}
body#order_confirm .form_basic .form_txt:not(:last-of-type){
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
body#order_confirm ul#cart_data_list li:first-of-type{
    border-top: none;
}
body#order_confirm ul#cart_data_list li:last-of-type{
    border-bottom: none;
}
body.order button.wrapping_btn{
    background-color: #EEEEEE;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin-top: 15px;
}
body.order span.form_input_alert{
    display: block;
    margin-left: 0;
}
body#order_confirm .form_input_radio{
    display: block;
}
body#order_confirm .form_input_radio span.radio_txt{
    margin-top: 10px;
}
/*wgs_choice_area*/
body#order_confirm #wgs_choice_area p.wgs_choice_heading{
    background-color: #eee;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}
body#order_confirm #wgs_choice_area p.wgs_choice_number{
    font-weight: 700;
}
body#order_confirm #wgs_choice_area .form_input_radio{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}
body#order_confirm #wgs_choice_area .form_input_radio .form_txt{
    margin-top: 15px;
}
body#order_confirm #wgs_choice_area .form_txt_unit{
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
}
body#order_confirm #wgs_choice_area .form_txt_unit:last-of-type{
    border-bottom: 1px solid #E5E5E5;
}
body#order_confirm #wgs_choice_area p.form_txt_unit_heading{
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
body#order_confirm #wgs_choice_area p.form_txt_unit_heading:after{
    content: '\25BC';
    font-size: 11px;
    line-height: 1.1rem;
    position: absolute;
    right: 0px;
    top: calc( 50% - 0.6rem );
}
body#order_confirm #wgs_choice_area p.form_txt_unit_heading.open:after{
    content: '\025b2';
}
/*#order_free_message_area*/
body#order_confirm #order_free_message_area .form_txt,
body#order_confirm #order_memo_area .form_txt{
    border-bottom: none;
}
/*order_questionnaire_area*/
#order_questionnaire_area span.radio_txt{
    font-size: 14px;
}
#order_questionnaire_area .order_questionnaire_inner{
    margin-top: 20px;
}
#order_questionnaire_area textarea{
    margin-top: 0px;
}
/*----------------------------------------
order_wrapping
---------------------------------------- */
body#order_wrapping div.form_input_radio{
    display: block;
}
body#order_wrapping div.form_input_radio span.radio_txt{
    margin-bottom: 20px;
}
body#order_wrapping div.form_input_radio label:last-of-type span.radio_txt{
    margin-bottom: 10px;
}
body#order_wrapping .form_basic{
    margin-bottom: 40px;
}
body#order_wrapping div.form_basic p{
    margin-bottom: 5px;
}
body#order_wrapping div.form_basic textarea{
    margin-top: 0;
    height: 40px;
}
body#order_wrapping div.mizuhiki div.form_input_radio{
    margin-top: 10px;
}
body#order_wrapping div.mizuhiki div.form_input_radio span.radio_txt{
    margin-bottom: 5px;
}
body#order_wrapping div.mizuhiki div.form_input_radio p{
    margin-bottom: 15px;
}
ul.wrapping_list,
ul.greeting_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
ul.wrapping_list li,
ul.greeting_list li{
    width: 30%;
    margin-bottom: 15px;
}
ul.greeting_list li{
    cursor: pointer;
}
ul.wrapping_list li div.wrapping_thumbnail,
ul.greeting_list li div.greeting_thumbnail{
    margin-bottom: 5px;
}
ul.wrapping_list li .wrapping_info,
ul.greeting_list li .greeting_info{
    line-height: 110%;
}
div.form_basic .noshi_thumbnail{
    border: 1px solid #E5E5E5;
}
div.order_noshi_name{
    margin: 10px 0px;
}
body#order_wrapping #wrapping_individually_contents .set_heading{
    background-color: #434343;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 8px 15px;
}
/*------------ aorder_wrapping PC用  ------------*/
@media screen and (min-width: 950px) {
    ul.wrapping_list li{
        width: 15%;
        letter-spacing: -0.5px;
    }
}
/*----------------------------------------
favorites
---------------------------------------- */
div.cart_s_btn_area{
    width: 60%;
}
div.cart_s_btn_area button.cart_in_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #E31B72;
    border: 1px solid #E31B72;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    margin-right: 10px;
    padding: 0.5rem;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 250px;
}
div.cart_s_btn_area button.cart_in_btn:active{
    color: #E31B72;
    background-color: #fff;
}
div.cart_s_btn_area button.cart_in_btn:active .material-symbols-outlined.light{
    color: #E31B72;
}
body#order_favorites button.delete_btn{
    text-decoration:none;
    border: 1px solid #313131;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    margin-right: 10px;
    padding: 1rem;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    width: 40%;
    max-width: 100px;
}
body#order_favorites button.delete_btn:active{
    color: #fff;
    background-color: #313131;;
}
/*------------ aorder_wrapping PC用  ------------*/
@media screen and (min-width: 950px) {
    div.cart_s_btn_area button.cart_in_btn:hover{
        color: #E31B72;
        background-color: #fff;
    }
    div.cart_s_btn_area button.cart_in_btn:hover .material-symbols-outlined.light{
        color: #E31B72;
    }
    body#order_favorites button.delete_btn:hover{
        color: #fff;
        background-color: #313131;;
    }
}
/*----------------------------------------
purchase_history history_detail共通
---------------------------------------- */
body.histories #main{
    margin-bottom: 50px;
}
body.histories #main #center_area{
    margin-top: 20px;
}
.history_area{
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    max-width: 740px;
}
.history_list{
    border-top: 1px solid #E5E5E5;
    font-weight: 500;
    padding: 15px;
}
.history_list .history_unit{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.history_list .history_unit{
    margin-bottom: 8px;
}
.history_list .history_unit .history_unit_heading{
    font-size: 15px;
}
.history_list .history_unit .history_unit_detail{
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}
.history_list .money_total{
    font-weight: 700;
    margin-bottom: 10px;
}
.history_list .money_total .history_unit_heading{
    font-size: 18px;
    padding-top: 5px;
}
.history_list .money_total .history_unit_detail{
    font-size: 22px;
}
.history_list .history_unit .history_unit_detail img{
    width: 170px;
    height: auto;
}
/*------------ purchase_history history_detail共通 PC用  ------------*/
@media screen and (min-width: 950px) {
    body.histories #main{
        margin-bottom: 100px;
    }
    body.histories .btn_strong,
    body.histories .btn,
    body.histories .btn_link,
    body.histories .btn_link_simple{
        margin-left: 0;
    }
}
/*----------------------------------------
purchase_history
---------------------------------------- */
.history_description_area{
    margin-bottom: 25px;
}
.history_description_area p{
    margin-bottom: 10px;
}
/*------------ purchase_history PC用  ------------*/
@media screen and (min-width: 950px) {
    body#purchase_history .history_list{
        display: flex;
        flex-wrap: nowrap;
    }
    body#purchase_history .history_list .history_info{
        width: 50%;
        margin-right: 40px;
    }
    body#purchase_history .history_list .btn_link_simple{
        width: calc( 50% - 40px );
    }
}
/*----------------------------------------
history_detail
---------------------------------------- */
body#history_detail .history_area{
    border-bottom: none;
}
body#history_detail .history_list{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 25px;
}
body#history_detail .history_list:not(:first-of-type){
    margin-top: 25px;
}
body#history_detail .history_list .history_info{
    padding-top: 15px;
}
body#history_detail .history_list .history_unit{
    justify-content: flex-start;
}
body#history_detail .history_list .history_unit_heading{
    width: calc( 40% - 15px );
    margin-right: 15px;
}
body#history_detail .history_list .history_unit_detail{
    width: 60%;
    font-size: 15px;
}
body#history_detail .shipping .history_unit_detail{
    color: #AD06BD;
}
body#history_detail .date_area{
    border-bottom: 2px solid #E5E5E5;
}
body#history_detail .date_area:not(:first-of-type){
    margin-top: 15px;
}
body#history_detail .summary_area{
    border-bottom: none;
    margin-bottom: 0;
}
body#history_detail .summary_area .amount_of_money{
    max-width: 350px;
    padding: 0;
    padding-top: 15px;
}
body#history_detail .history_memo{
    margin-bottom: 30px;
}
body#history_detail .history_memo_heading{
    font-size: 15px;
    margin-bottom: 5px;
}
body#history_detail .history_memo_txt{
    border: 1px solid #707070;
    min-height: 60px;
    width: 100%;
}
/*ペイジーネットバンク 入金ボタン*/
body#history_detail .history_unit_detail .btn_strong button{
    font-size: 18px;
    padding: 10px;
    margin: 5px 0 10px;
    max-width: 270px;
    position: relative;
}
body#history_detail .history_unit_detail .btn_strong button::after{
    font-size: 12px;
    line-height: 12px;
    top: 13px;
}
/*ペイジーATM 番号表示*/
body#history_detail .history_unit_detail .atm_info_area{
    border: 1px solid #E5E5E5;
    margin: 10px 0;
    max-width: 300px;
    background-color: #F7F7F7;
}
body#history_detail .history_unit_detail .atm_info_area .atm_info_heading,
body#history_detail .history_unit_detail .atm_info_area .atm_info_number{
    padding: 5px 10px;
}
body#history_detail .history_unit_detail .atm_info_area .atm_info_heading{
    background-color: #313131;
    color: #fff;
}
body#history_detail .history_unit_detail .atm_info_area .atm_info_number:last-of-type{
    border-bottom:none;
}
/*decotoのみ*/
body#history_detail .product_date,
body#history_detail .wrapping_date_inner{
    display: flex;
    flex-wrap: nowrap;
}
body#history_detail .uchi_soto,
body#history_detail .name,
body#history_detail .price,
body#history_detail .number,
body#history_detail .omotegaki{
    margin-bottom: 5px;
}
body#history_detail .product_img,
body#history_detail .wrapping_img{
    width: 120px;
    margin-right: 10px;
}
body#history_detail .product_info,
body#history_detail .wrapping_info{
    width: calc( 100% - 130px );
    font-size: 13px;
}
body#history_detail .wrapping_date{
    border-top: 2px dotted #E5E5E5;
    margin-top: 10px;
}
body#history_detail .wrapping_date_inner{
    margin: 10px 0;
}
body#history_detail .wrapping_img img{
    width: auto;
    height: 90px;
}
body#history_detail .wrapping_date_inner .greeting_img img{
    height: 130px;
}
/*デコレーション商品のみ*/
body#history_detail .design_date{
    border-top: 2px solid #E5E5E5;
}
body#history_detail .design_inner{
    padding: 10px 0;
    max-width: 500px;
}
body#history_detail .design_date_img_area{
    display: flex;
    flex-wrap: nowrap;
}
body#history_detail .design_date_img_area .design_img_wrapper{
    margin: 5px;
}
body#history_detail .design_date_img_area .design_img{
    margin-top: 5px;
}
body#history_detail .design_date p.quantity{
    font-size: 25px;
    text-align: right;
}
body#history_detail .decoration_wrapping{
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 10px;
}
/*------------ purchase_history PC用  ------------*/
@media screen and (min-width: 950px) {
    body#history_detail .history_list .history_unit_heading,
    body#history_detail .product_img,
    body#history_detail .wrapping_img{
        width: calc( 30% - 15px );
        margin-right: 15px;
    }
    body#history_detail .product_img img{
        width: 120px;
        height: auto;
    }
    body#history_detail .history_list .history_unit_detail,
    body#history_detail .product_info,
    body#history_detail .wrapping_info{
        width: 70%;
    }
    body#history_detail .history_list .history_unit{
        margin-bottom: 15px;
    }
    body#history_detail .product_info,
    body#history_detail .wrapping_info{
        font-size: 15px;
    }
    body#history_detail .history_memo_txt{
        min-height: 100px;
    }
    body#history_detail .design_date{
        display: flex;
        flex-wrap: nowrap;
    }
    body#history_detail .design_inner{
        padding: 15px 10px;
    }
}
/*----------------------------------------
receipts
---------------------------------------- */
.receipts_area {
    margin-bottom: 50px;
}
.receipts_area .form_heading{
    font-weight: 700;
    margin-bottom: 10px;
 }
/*----------------------------------------
member_index
---------------------------------------- */
body#member_index .history_list .history_unit{
    justify-content: flex-start;
}
body#member_index .history_list .history_unit_heading {
    width: calc( 40% - 15px );
    margin-right: 15px;
}
body#member_index .history_list .history_unit_detail {
    width: 60%;
    font-size: 15px;
}
body#member_index .btn_set{
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 30px;
    max-width: 740px;
}
/*----------------------------------------
contacts
---------------------------------------- */
body.contacts{
    font-weight: 500;
}
body.contacts div.form_basic textarea{
    border: 1px solid #E5E5E5;
    min-height: 200px;
}
div.form_basic .privacy{
    max-width: 610px;
    font-size: 1.5rem;
    padding: 1rem;
    border: solid 1px #E5E5E5;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}
body.contacts .agreement_btn span.check_box_txt{
    font-size: 1.6rem;
}
body.contacts #center_area p{
    margin-bottom: 20px;
    line-height: 150%;
}
body.contacts .main_txt {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 140%;
}
body.contacts p.postscript{
    margin-top: 10px;
}
/*----------------------------------------
estimate_add お見積もり/在庫確認
---------------------------------------- */
body#estimate_add ul.product_list_content{
    counter-reset: number 0;
    position: relative;
    max-width: 610px;
}
body#estimate_add ul.product_list_content li{
    position: relative;
    border-top: solid 1px #AAAAAA;
    margin-top: 30px;
    padding: 5px 0;
    margin-bottom: 40px
}
body#estimate_add ul.product_list_content li::before{
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 1.5rem;
    position: absolute;
    top: -25px;
    left: 0;
}
body#estimate_add ul.product_list_content li input[type="text"]{
    max-width: 220px;
    margin-right: 10px;
}
body#estimate_add ul.product_list_content li button.search_product{
    color: #E31B72;
    border: solid 1px #E31B72;
    font-size: 1.4rem;
    border-radius: 30px;
    width: 100px;
    height: 40px;
}
body#estimate_add ul.product_list_content li button.search_product:active{
    color: #fff;
    background-color: #E31B72;
}
body#estimate_add ul.product_list_content li .product_name_quantity{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}
body#estimate_add ul.product_list_content li .product_name_area,
body#estimate_add ul.product_list_content li .product_quantity_area{
    width: 50%;
}
body#estimate_add ul.product_list_content li .product_name_area{
    margin-right: 10px;
}
body#estimate_add ul.product_list_content li span.product_name{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border: 1px solid #E5E5E5;
    background-color: #F3F3F3;
    min-height:50px;
    width: 100%;
    max-width: 190px;
    font-size: 15px;
    line-height: 120%;
    padding: 5px;
    text-align: justify;
}
body#estimate_add ul.product_list_content li .quantity_box input[type="text"]{
    max-width: 110px;
}
body#estimate_add ul.product_list_content li .quantity_box span{
    font-size: 1.4rem;
}
body#estimate_add button#add_product{
    font-size: 1.8rem;
    background-color: #313131;
    border: 1px solid #313131;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-top: -20px;
}
body#estimate_add button#add_product:active{
    color: #313131;
    background-color: #fff;
}
/*------------ estimate_add PC用  ------------*/
@media screen and (min-width: 950px) {
    body#estimate_add ul.product_list_content li span.product_name{
        max-width: 290px;
    }
    body#estimate_add ul.product_list_content li button.search_product:hover{
        color: #fff;
        background-color: #E31B72;
    }
    body#estimate_add button#add_product:hover{
        color: #313131;
        background-color: #fff;
    }
}
/*----------------------------------------
done 各種完了画面
---------------------------------------- */
body.done .done_contents_area{
    font-weight: 500;
    margin: 0 auto;
}
body.done .main_txt{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}
body.done .done_contents_area p{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 1.4rem;
}
body.done .done_contents_area .email_notes_area p{
    text-align: justify;
}
body.done .done_contents_area .email_notes_area{
    margin: 0 auto;
    margin-top: 30px;
}
body.done .strong_notes{
    text-align: center;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #AD06BD;
    font-weight: 700;
    margin-bottom: 10px;
}
body.done #order_number_area{
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    max-width: 610px;
}
body.done #order_number_area #order_number{
    font-size: 2.5rem;
}
body.done .done_btn_area{
    margin-bottom: 30px;
}
body.done .done_bank_info{
    margin-top: 30px;
}
body.done .atm_info_area{
    background-color: #F7F7F7;
    border: solid #313131 1px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 610px;
}
body.done .atm_info_area .atm_info_heading{
    background-color: #313131;
    color: #fff;
    font-size: 1.6rem;
    padding: 5px 0;
}
body.done .atm_info_area .atm_info_number{
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #313131;
}
body.done .atm_info_area .atm_info_number:last-of-type{
    border-bottom: none;
}
/*------------ estimate_add PC用  ------------*/
@media screen and (min-width: 950px) {
    body.done .main_txt{
        font-size: 2rem;
        line-height: 160%;
    }
    body.done .done_contents_area p{
        font-size:1.8rem;
        line-height: 140%;
    }
    body.done .strong_notes{
        font-size: 2.3rem;
        line-height: 140%;
    }
    body.done #order_number_area{
        font-size: 2.5rem;
    }
    body.done #order_number_area #order_number{
        font-size: 3rem;
    }
}
/*----------------------------------------
announcement_area
---------------------------------------- */
body.done .announcement_area{
    border: 1px solid #AAAAAA;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 15px;
    margin-top: 30px;
    max-width: 610px;
}
body.done .announcement_area p{
    text-align: justify;
    margin-bottom: 0;
}
/*----------------------------------------
email_notes_area メールに関する注意コンテンツ
receipts 領収書に関する注意事項
---------------------------------------- */
.email_notes_area,
.receipts_notes_area{
    max-width: 610px;
    border: 1px solid #434343;
    text-align: justify;
    font-size: 1.4rem;
    margin-top: 80px;
    font-weight: 500;
}
.email_notes_area .email_notes_heading,
.receipts_notes_area .receipts_notes_heading{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #434343;
    padding: 10px;
}
.email_notes_area .email_notes_txt,
.receipts_notes_area .receipts_notes_txt{
    padding: 10px;
    letter-spacing: -0.1px;
}
.email_notes_area .email_notes_txt p,
.receipts_notes_area .receipts_notes_txt ul li{
    margin-bottom: 15px;
}
.receipts_notes_area .receipts_notes_txt ul li::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #434343;
    border-radius:  50%;
    margin-bottom: 4px;
    margin-right: 5px;
}
/*----------------------------------------
unsubscribe メールマガジン配信停止
---------------------------------------- */
body#unsubscribe .unsubscribe_area{
    margin: 0 auto;
    max-width: 610px;
}
body#unsubscribe .applicable_site{
    background-color: #F7F7F7;
    padding: 20px;
    margin-top: 30px;
}
body#unsubscribe .applicable_site label{
    display: block;
    margin-bottom: 15px;
}
body#unsubscribe .applicable_site label:last-of-type{
    margin-bottom: 0;
}
body#unsubscribe .applicable_site span.check_box_txt{
    font-size: 1.6rem;
}
body#unsubscribe .form_basic{
    max-width: 450px;
    margin: 0 auto;
}
body#unsubscribe .btn_set .btn_strong{
    margin: 0 auto;
}
/*------------ estimate_add PC用  ------------*/
@media screen and (min-width: 950px) {
    body#unsubscribe .applicable_site{
        display: flex;
        flex-wrap: wrap;
    }
    body#unsubscribe .applicable_site label{
        width: 50%;
    }
}
/*----------------------------------------
mail_magazine_done メールマガジン配信停止完了
---------------------------------------- */
body#mail_magazine_done .done_contents_area{
    max-width: 610px;
    margin: 0 auto;
}
body#mail_magazine_done .announcement_area p{
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
body#mail_magazine_done .done_contents_area .postscript{
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
}
body#mail_magazine_done .seeyou{
    font-size: 1.6rem;
    font-weight: 700;
}
body#mail_magazine_done .btn_set .btn{
    margin: 0 auto;
}
/*------------ mail_magazine_done PC用  ------------*/
@media screen and (min-width: 950px) {
    body#mail_magazine_done .seeyou{
        font-size: 2rem;
    }
}
/*----------------------------------------
regist 会員登録完了
---------------------------------------- */
body#regist #center_area .btn_strong{
    margin-top: 30px;
}
/*----------------------------------------
customer_supports_interactive お問い合わせ対話ページ
---------------------------------------- */
body#customer_supports_interactive #center_area p{
    margin-bottom: 0;
}
body#customer_supports_interactive #customer_support_log{
    margin-top: 50px;
}
body#customer_supports_interactive .cs_log{
    margin-bottom: 30px;
    width: 90%;
    margin-right: 10px;
    margin-left: calc( 10% - 10px );
    max-width: 710px;
}
body#customer_supports_interactive .cs_log_inner{
    background-color: #FCF7F7;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}
body#customer_supports_interactive .cs_log_inner::after{
    content: "";
    position: absolute;
    bottom: 10%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #FCF7F7;
}
body#customer_supports_interactive .cs_log_inner p.cs_subject{
    font-size: 13px;
    font-weight: 700;
}
body#customer_supports_interactive .cs_log_inner p.cs_body{
    white-space: pre-line;
    word-break: break-all;
    font-size: 13px;
}
body#customer_supports_interactive .cs_log p.cs_time{
    margin-top: 5px;
    font-size: 13px;
}
body#customer_supports_interactive .cs_admin p.cs_time{
    text-align-last: right;
}
body#customer_supports_interactive .form_input input{
    font-size: 15px;
}
body#customer_supports_interactive .input_alert{
    margin: 0 auto;
    margin-bottom: 20px;
}
/*cs_admin*/
body#customer_supports_interactive .cs_admin{
    margin-right: 0;
    margin-left: 10px;
    margin-right: calc( 10% - 10px );
}
body#customer_supports_interactive .cs_admin .cs_log_inner{
    background-color: #f7f7f7;
}
body#customer_supports_interactive .cs_admin .cs_log_inner::after{
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #f7f7f7;
}
/*contact_input_content*/
body#customer_supports_interactive #contact_input_content{
    padding-top: 50px;
    margin-top: -20px;
}
body#customer_supports_interactive #contact_input_content .form_basic{
    max-width: 610px;
    margin: 0 auto;
    padding-bottom: 10px;
}
body#customer_supports_interactive #contact_input_content .btn_set .btn_strong{
    margin: 0 auto;
}
/*------------ mail_magazine_done PC用  ------------*/
@media screen and (min-width: 950px) {
    body#customer_supports_interactive .cs_log{
        margin-left:250px;
    }
    body#customer_supports_interactive .cs_admin{
        margin-left: 10px;
    }
}
/*----------------------------------------
thanks 銀行決済 取引完了
---------------------------------------- */
body#thanks #thanks_area{
    margin-bottom: 80px;
}
body#thanks .done_contents_area .email_notes_area{
    margin-bottom: 30px;
}