/* pc */
@media screen and (min-width:769px) {
    .mypage_ttl {
        position: relative;
        width: 100%;
        height: 272px;
        background: url(../../img/usr/common/mypage_bk.png) no-repeat center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mypage_ttl::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9;
    }
    .mypage_ttl h2.common_headline1_ {
        position: relative;
        font-size: 40px;
        line-height: 1.1;
        font-weight: normal;
        padding: 0 0 30px;
        margin: 20px auto 30px;
        color: #FFF;
        text-align: center;
        z-index: 10;
    }
    .mypage_ttl h2.common_headline1_::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: #E60019;
    }
    ul.signin_logo_mypage {
        width: 1050px;
        padding: 20px;
        margin: 30px auto 0;
        border: 1px solid #efefef;
        display: flex;
    }
    ul.signin_logo_mypage li {
        width: 50%;
        text-align: center;
    }
    ul.signin_logo_mypage li a {
        display: inline-block;
        height: 80px;
    }
    ul.signin_logo_mypage li a:hover {
        text-decoration: unset;
        opacity: .7;
    }
    ul.signin_logo_mypage li a p {
        font-size: 12px;
        font-weight: 300;
        display: block;
    }
    ul.signin_logo_mypage li#corporate a img {
        height: 38px;
        margin-top: 7px;
    }
    ul.signin_logo_mypage li#corporate a p {
        margin-top: 10px;
    }
    ul.signin_logo_mypage li#community a img {
        height: 49px;
    }
    ul.signin_logo_mypage li#community a p {
        margin-top: 7px;
    }
    /* mypage_custom_block START */
    .block-mypage .block-mypage--customer-status {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        width: 940px;
        margin: 64px auto 48px;
        padding: 0 16px;
        border-bottom: 1px solid #ddd;
        color: #5e493a;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--sign {
        font-size: 22px;
        font-weight: normal;
        padding:  0 45px 0 0;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--mypoint {
        font-size: 14px;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--mypoint span.block-mypage--mypoint-point {
        font-size: 20px;
        font-weight: bold;
        margin: 0 10px;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--logout {
        margin-left: auto;
        margin-right: 0;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--logout a {
        font-size: 14px;
        line-height: 2em;
        padding-right: 28px;
        color: #5e493a;
        background: url(../../img/usr/common/mypage_sign_out.png) no-repeat;
        background-size: 17px;
        background-position: center left;
        padding-left: 30px;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--logout a:hover {
        color: #e60019;
    }
    /* mypage_custom_block END */
    /* オンラインショップ　会員情報　START */
    h2.block-mypage--shopping-info {
        width: 1170px;
        margin: 0 auto 40px;
        padding: 0;
        text-align: center;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 300;
        color: #5e493a;
    }
    #mypagenav ul.block-mypage--shopping-info-items {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common {
        width: calc((100% - 90px) / 4);
    }   
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        border: 1px solid #efefef;
        border-radius: 10px;
        background: #fbf9f5;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a:hover {
        text-decoration: unset;
        background: #ffece6;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-icon {
        width: 64px;
        height: 64px;
        text-align: center;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a:hover .mypage--shopping-icon {
        opacity: 0.5;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-name {
        margin: 20px auto 0;
        color: #3e3434;
        padding-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    /* オンラインショップ　会員情報　END */
    /* コーポレート/コミュニティ/オンラインショップ 全サイト共通会員情報　会員情報　START */
    h2.block-mypage--member-info {
        width: 1170px;
        margin: 80px auto 40px;
        padding: 0;
        text-align: center;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 300;
        color: #5e493a;
    }
    #mypagenav ul.block-mypage--member-info-items {
        width: 1170px;
        margin: 0 auto 110px;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common {
        width: calc((100% - 90px) / 4);
    }   
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        border: 1px solid #efefef;
        border-radius: 10px;
        background: #fbf9f5;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a:hover {
        text-decoration: unset;
        background: #ffece6;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-icon {
        width: 64px;
        height: 64px;
        text-align: center;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a:hover .mypage--shopping-icon {
        opacity: 0.5;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-name {
        margin: 20px auto 0;
        color: #3e3434;
        padding-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    /* コーポレート/コミュニティ/オンラインショップ 全サイト共通会員情報　会員情報　END */
    p.block-withdrawal--comment {
        text-align: center;
        padding-bottom: 50px;
        color: #e60019;
        font-size: 16px;
        font-weight: 600;
    }
    p.block-mypage--withdrawal-link {
        width: 1140px;
        margin: 0 auto 120px;
        border-top: 1px solid #ddd;
        padding-top: 16px;
        text-align: right;
    }
    p.block-mypage--withdrawal-link a {
        font-size: 14px;
        color: #888;
        text-decoration: unset;
    }
    p.block-mypage--withdrawal-link a:hover {
        text-decoration: underline;
    }
    /* マイページ　END */
    /* 下層ページ共通タイトルデザイン　START */
    h1.block-common-customer-title {
        position: relative;
        font-size: 40px;
        line-height: 1.1;
        font-weight: normal;
        padding: 0 0 30px;
        margin: 20px auto 30px;
        color: #000;
        text-align: center;
        z-index: 10;
    }
    h1.block-common-customer-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: #E60019;
    }
    /* 下層ページ共通タイトルデザイン　END */
    /* 購入履歴　START */
    .block-purchase-history {
        width: 1200px;
        margin: 0 auto 50px;
    }
    .block-purchase-history .block-purchase-history--customer-name {
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px 10px 10px;
        margin: 0 auto 20px;
        border-bottom: #ccc 2px dotted;
    }
    .block-purchase-history .block-purchase-history--pager {
        min-height: 1em;
        font-size: 14px;
        font-weight: bold;
    }
    .block-purchase-history table.block-purchase-history--table {
        width: 100%;
        border: 1px solid #CCCCCC;
        border-bottom: none;
    }
    .block-purchase-history table.block-purchase-history--table tr th {
        background-color: #F8F8F8;
        vertical-align: middle;
        width: 20%;
        font-weight: normal;
        text-align: left;
        padding: 5px;
        border-bottom: 1px solid #CCCCCC;
        white-space: nowrap;
    }
    .block-purchase-history table.block-purchase-history--table tr td {
        padding: 5px;
        border-bottom: 1px solid #CCCCCC;
    }
    /* 購入履歴　END */
    /* 購入履歴詳細　START */
    .block-purchase-history-detail {
        width: 1200px;
        margin: 0 auto;
    }
    .block-purchase-history-detail * {
        font-weight: 300;
    }
    .block-purchase-history-detail .block-purchase-history-detail--customer-name {
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px 10px 10px;
        margin: 0 auto 20px;
        border-bottom: #ccc 2px solid;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-info-left table {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-info-left table th {
        padding: 5px 10px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #F8F8F8;
        border: #eee 1px solid;
        vertical-align: middle;
        font-size: 12px;
        text-align: left;
        width: 150px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-info-left table td {
        padding: 8px 15px 8px 25px;
        font-size: 14px;
        background-color: #FFF;
        border-top: #eee 1px solid;
        border-bottom: #eee 1px solid;
        vertical-align: middle;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left {
        width: 580px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left table {
        width: 100%;
        border: 1px solid #eee;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left table thead tr th {
        padding: 5px 10px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #F8F8F8;
        border: #eee 1px solid;
        vertical-align: middle;
        font-size: 12px;
        line-height: 2em;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left table tbody tr td {
        padding: 10px;
        font-weight: normal;
        background-color: #FFF;
        border-bottom: #eee 1px solid;
        font-size: 14px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right {
        width: 370px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right table {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right tr th {
        padding: 5px 10px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #F8F8F8;
        border: #eee 1px solid;
        vertical-align: middle;
        font-size: 12px;
        text-align: left;
        line-height: 2em;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right tr td {
        padding: 8px 15px 8px 25px;
        font-size: 14px;
        background-color: #FFF;
        border-top: #eee 1px solid;
        border-bottom: #eee 1px solid;
        vertical-align: middle;
        text-align: left;
        line-height: 2em;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right .block-purchase-history-detail--point-message {
        text-align: left;
        font-size: 12.6px;
        padding: 8px 15px 8px 25px;
    }

    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-bottom {
        display: none;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right table {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right table th {
        padding: 5px 10px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #F8F8F8;
        border: #eee 1px solid;
        vertical-align: middle;
        font-size: 12px;
        text-align: left;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right table td {
        padding: 8px 15px 8px 25px;
        font-size: 14px;
        background-color: #FFF;
        border-top: #eee 1px solid;
        border-bottom: #eee 1px solid;
        vertical-align: middle;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right {
        width: 370px;
    }
    /* 送り主 */
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left {
        width: 580px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table {
        width: 100%;
        border: 1px solid #eee;
        margin-bottom: 10px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table thead {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table th {
        padding: 5px 10px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #F8F8F8;
        border: #eee 1px solid;
        vertical-align: middle;
        font-size: 12px;
        text-align: left;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table td {
        padding: 10px;
        font-weight: normal;
        background-color: #FFF;
        border-bottom: #eee 1px solid;
    }
    /* お届け先 */
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item h2.block-purchase-history-detail--shipment-header {
        margin: 0 0 10px 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #330000;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item .block-purchase-history-detail--shiment-address {
        margin-bottom: 10px;
        padding-left: 10px;
        border: unset;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item table.block-purchase-history-detail--shipment-items {
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        margin-bottom: 10px;
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item table.block-purchase-history-detail--shipment-items th {
        width: 150px;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 10px;
        background-color: #F8F8F8;
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item table.block-purchase-history-detail--shipment-items td {
        border-top: 1px solid #eee;
        vertical-align: top;
        padding: 10px;
    }
    /* ボタン */
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order {
        width: 18em;
        margin: 40px auto 100px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action {
        position: relative;
        display: flex;
        margin-top: 10px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action:first-child {
        margin-top: 0px;
    }   
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action:last-child {
        margin: 20px auto 0;
        text-align: center;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action::before {
        content: '・';
        font-size: 14px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action:last-child::before {
        display: none;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action input.btn {
        font-size: 16px;
        line-height: 1em;
        text-align: center;
        color: #333;
        border: unset;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action:last-child::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        background: url(../../img/usr/common/mypage/mypage_list_yaji.png) no-repeat;
        background-size: contain;
        background-position: center;
        transform: scale(-1) translateY(50%);
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action:last-child input {
        position: relative;
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #333;
        margin: 0 auto;
    }
    /* 購入履歴詳細　END */
    /* 定期購入商品一覧 START */
    .block-regular-purcharse-list {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-regular-purcharse-list .block-regular-purcharse-list--customer-name {
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px 10px 10px;
        margin: 0 auto 20px;
        border-bottom: #ccc 2px solid;
    }
    .block-regular-purcharse-list .action-buttons .action {
        position: relative;
    }
    .block-regular-purcharse-list .action-buttons .action::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        background: url(../../img/usr/common/mypage/mypage_list_yaji.png) no-repeat;
        background-size: contain;
        background-position: center;
        transform: scale(-1) translateY(50%);
    }
    .block-regular-purcharse-list .action-buttons .action input.btn {
        position: relative;
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #333;
        color: #333;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
        line-height: 1em;
        text-align: center;
    }
    /* 定期購入商品一覧　END */
    /* 所持クーポン一覧 START */
    .pane-coupon {
        width: 1200px;
        margin: 0 auto;
    }
    .pane-coupon .block-coupon-list--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 2px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    .pane-coupon .block-coupon-list--pager-top {
        min-height: 1em;
        font-size: 14px;
        font-weight: bold;
    }
    .pane-coupon .block-coupon-list--list table.block-coupon-list--table {
        width: 100%;
        border: 1px solid #CCC;
        border-bottom: unset;
    }
    .pane-coupon .block-coupon-list--list table.block-coupon-list--table th,
    .pane-coupon .block-coupon-list--list table.block-coupon-list--table td {
        border-bottom: 1px solid #CCC;
        padding: 5px;
    }
    .pane-coupon .block-coupon-list--list table.block-coupon-list--table th {
        background-color: #F8F8F8;
        vertical-align: middle;
        width: 20%;
        font-weight: normal;
        text-align: left;
    }
    .pane-coupon .block-coupon-list--pager-bottom {
        display: none;
    }
    #coupon {
        width: 900px;
        margin: 20px auto 100px;
    }
    #coupon h2 {
        padding: 10px 15px 8px 15px;
        line-height: 1;
        color: #FFF;
        background: #e60019;
        font-size: 16px;
        font-weight: bold;
    }
    #coupon_inner {
        margin: 0 auto;
    }
    #coupon_inner p {
        font-size: 14px;
        padding-top: 11px;
    }
    #coupon_inner span img {
        margin: 1% auto;
    }
    /* 所持クーポン一覧 END */
    /* お気に入り商品 START */
    .block-favorite {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-favorite  .block-favorite--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    .block-favorite .block-favorite--form ul.block-favorite--items li {
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }
    .block-favorite .block-favorite--form ul.block-favorite--items li:first-child {
        border-top: 1px solid #ccc;
    }
    .block-favorite .block-favorite--form .block-favorite--description {
        position: relative;
        margin-left: 20px;
        width: calc((100%  - 175px));
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--name .variation-name {
        display: none;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--spec .block-icon {
        margin-top: 10px;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--spec .block-favorite--price-items {
        margin-top: 10px;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--spec .block-favorite--price{
        font-size: 14px;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--comment {
        margin-top: 30px;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--comment .block-favorite--comment-button input {
        display: none;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--delete-item {
        position: absolute;
        top: 0;
        right: 0;
    }
    .block-favorite .block-favorite--form .block-favorite--description .block-favorite--delete-item input {
        border: 1px solid #ccc;
        color: #333;
        background: unset;
        width: 50px;
        height: 32px;
    }
    .block-favorite .block-favorite--pager-bottom {
        display: none;
    }
    /* お気に入り商品 END */
    /* ポイント履歴一覧 START */
    .block-point-history-list {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-point-history-list .block-point-history-list--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* ポイント履歴一覧 END */
    /* お問い合わせ START */
    .block-inquiry {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-inquiry .block-inquiry--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    .block-inquiry-completed {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-inquiry-completed .block-inquiry-completed--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* お問い合わせ END */
    /* お問い合わせ履歴一覧 START */
    .block-inquiry-history {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-inquiry-history .block-inquiry-history--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    .block-inquiry-history .block-inquiry-history--body ul li {
        display: flex;
        align-items: center;
    }
    /* お問い合わせ履歴一覧 END */
    /* お届け先の新規登録・変更 START*/
    .block-shipping-address,
    .block-shipping-address-confirmation {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-shipping-address .block-shipping-address--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* お届け先の新規登録・変更 END */
    /* 会員情報変更 START*/
    .block-member-info,
    .block-member-info-confirmation {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-member-info .block-member-info--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* 会員情報変更 END */
    /* メールアドレスの変更 START*/
    .block-update-mail-address {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-update-mail-address .block-update-mail-address--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* メールアドレスの変更 END */
    /* パスワードの変更 START*/
    .block-update-member-password {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-update-member-password .block-update-member-password--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* パスワードの変更 END */
    /* メールアドレスの変更 START*/
    .block-update-mail-address {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-update-mail-address .block-update-mail-address--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* メールアドレスの変更 END */
    /* 退会手続きへ START*/
    .block-withdrawal {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-withdrawal .block-withdrawal--customer-name {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    /* 退会手続きへ END */
    /* ご注文キャンセル START */
    .block-order-cancellation {
        width: 1200px;
        margin: 0 auto 100px;
    }
    .block-order-cancellation .block-order-cancellation--order-detail-header {
        margin: 0 0 20px 0;
        padding: 0 10px 10px 10px;
        border-bottom: 1px dotted #CCC;
        font-size: 16px;
        font-weight: bold;
    }
    .block-order-cancellation .block-order-cancellation--body table {
        border: 1px solid #CCC;
        border-bottom: unset;
    }
    .block-order-cancellation .block-order-cancellation--body table th {
        border-bottom: 1px solid #CCC;
        background-color: #F8F8F8;
        padding: 5px;
    }
    .block-order-cancellation .block-order-cancellation--body table td {
        border-bottom: 1px solid #CCC;
        padding: 5px;
    }
    .block-order-cancellation .block-order-cancellation--body table.block-order-cancellation--order-items {
        width: 100%;
    }
    .block-order-cancellation .block-order-cancellation--body table.block-order-cancellation--order-items th,
    .block-order-cancellation .block-order-cancellation--body table.block-order-cancellation--order-items td {
        border-right: 1px solid #CCC;
    }
    .block-order-cancellation .block-order-cancellation--body table.block-order-cancellation--order-items th:last-of-type,
    .block-order-cancellation .block-order-cancellation--body table.block-order-cancellation--order-items td:last-of-type {
        border-right: unset;
    }
    /* ご注文キャンセル END */
    
    /* サインアウト START */
    .block-logout {
        width: 1200px;
        margin: 0 auto;
    }
    /* サインアウト END */
    .block-cart {
        width: 1200px;
        margin: 0 auto;
    }
    /* ご注文の確認 START */
    .pane-order-contents .block-order-estimate {
        width: 1200px;
        margin: 0 auto;
    }
    .pane-order-contents .block-order-estimate form .block-order-estimate--container {
        width: 100%;
        display: block;
    }
    .pane-order-contents .block-order-estimate form .block-order-estimate--side-area {
        display: none;
    }
    .pane-order-contents .block-order-estimate form .block-order-estimate--commit .action-buttons {
        width: 300px;
        margin: 0 auto;
    }
    .pane-order-contents .block-order-estimate form .block-order-estimate--commit div p.block-order-estimate--return-agree {
        width: 300px;
        margin: 20px auto 0;
    }
    /* ご注文の確認 END */
    /* パスワード再設定 START */
    .block-reset-password {
        width: 1200px;
        margin: 0 auto 50px;
    }
    /* パスワード再設定 END */
    /* 会員登録完了 START */
    .block-member-registration-completed {
        width: 1200px;
        margin: 0 auto 50px;
    }
    .block-member-registration-completed .entryComplete_form_btn {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .block-member-registration-completed .entryComplete_form_btn form {
        margin-left: 20px;
    }
    /* 会員登録完了 END */
    /* のし・ラッピング設定 START */
    .block-order-gift-noshi {
        width: 1200px;
        margin: 0 auto 50px;
    }
    .block-order-gift-noshi .block-order-gift-noshi--sender {
        display: none;
    }
    .block-order-gift-noshi .block-order-gift-noshi--goods {
        background: #f8f8f8;
        border: 1px solid #ddd;
        padding: 20px;
        margin: 0 0 25px 0;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section {
        background: #f8f8f8;
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: 30px;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section h2.block-order-gift-noshi--noshi-container-title,
    .block-order-gift-noshi .block-order-gift-noshi--section h2.block-order-gift-noshi--wrap-container-title,
    .block-order-gift-noshi .block-order-gift-noshi--section h2.block-order-gift-noshi--bag-container-title {
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 10px 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #330000;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section ul.block-order-gift-noshi--noshi-select {
        padding: 10px 20px;
        margin: 0 0 30px;
        border: unset;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section h3 {
        margin: 0 0 10px 0;
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
        background: #fff;
        border: 1px solid #ddd;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section .block-order-gift-noshi--purpose-content-body .block-order-gift-noshi--purpose-select li label {
        margin-right: 50px;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section .block-order-gift-noshi--paper .block-order-gift-noshi--paper-select {
        margin-bottom: 20px;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section .block-order-gift-noshi--paper ul.block-order-gift-noshi--paper-select li {
        width: 150px !important;
    }
    .block-order-gift-noshi .block-order-gift-noshi--section .block-order-gift-noshi--paper ul.block-order-gift-noshi--paper-select li label {
        width: 150px;
    }
    .block-order-gift-noshi .block-order-gift-noshi--paper-message,
    .block-order-gift-noshi .block-order-gift-noshi--covertype-message,
    .block-order-gift-noshi .block-order-gift-noshi--wrap-message,
    .block-order-gift-noshi .block-order-gift-noshi--bag-message {
        padding: 10px 20px;
        background: #fff;
        margin: 0 0 45px;
        border: 1px dotted #dedede;
        width: auto !important;
        box-sizing: border-box;
    }

    .block-order-gift-noshi--noshi-select,
    .block-order-gift-noshi--purpose-content-body,
    .block-order-gift-noshi--paper-content-body,
    .block-order-gift-noshi--nameprint-content-body,
    .block-order-gift-noshi--covertype-content-body,
    .block-order-gift-noshi--wrap-container-body,
    .block-order-gift-noshi--bag-container-body {
        padding: 10px 20px;
        border: unset !important;
        margin: 0 !important;
    }
    .block-order-gift-noshi--noshi-select,
    .block-order-gift-noshi--purpose-content-body,
    .need_noshi_area_,
    .block-order-gift-noshi--paper-select,
    .js-order-gift-noshi-message-box-wrapper,
    .block-order-gift-noshi--covertype-select {
        margin-bottom: 30px !important;
    }
    .block-order-gift-noshi--section .block-order-gift-noshi--wrap-select li {
        width: 150px;
    }
    /* のし・ラッピング設定 END */
    /* カード情報 確認 START */
    .block-credit-card-confirmation {
        width: 1200px;
        margin: 0 auto 50px;
    }
    /* カード情報 確認 END */
    /* goodsagree START */
    .block-goods-agreement {
        width: 1200px;
        margin: 0 auto 50px;
    }
    /* goodsagree END */
    /* 会員規約 START */
    .modal-dialog form[name='agreebody'] textarea {
        width: 100%;
    }
    /* 会員規約 END */
    /* パスワード再設定 START */
    .block-update-new-password,
    .block-reset-password-completed {
        width: 1200px;
        margin: 0 auto 50px !important;
    }
    .block-update-new-password h1.block-update-new-password--header,
    .block-reset-password-completed h1.block-reset-password-completed--header {
        position: relative;
        font-size: 40px;
        line-height: 1.1;
        font-weight: normal;
        padding: 0 0 30px;
        margin: 20px auto 30px;
        color: #000;
        text-align: center;
        z-index: 10;
    }
    .block-update-new-password h1.block-update-new-password--header::after,
    .block-reset-password-completed h1.block-reset-password-completed--header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: #E60019;
    }
    .block-reset-new-password--completed-message,
    .block-reset-password-completed--message {
        width: 1200px;
        margin: 0 auto 50px;
    }
    .block-reset-new-password--completed-message p {
        font-size: 14px;
    }
    .block-reset-new-password--completed-message p a {
        text-decoration: underline;
        font-size: 14px;
    }
    /* パスワード再設定 END */
}
/* //pc */
/* sp */
@media screen and (max-width:768px) {
    /* マイページ　START */
    .mypage_ttl {
        position: relative;
        width: 100%;
    }
    .mypage_ttl h2.common_headline1_ {
        position: relative;
        font-size: calc((20 / 375) * 100vw);
        font-weight: bold;
        padding: 0 0 calc((10 / 375) * 100vw) 0;
        margin: calc((20 / 375) * 100vw) auto calc((15 / 375) * 100vw);
        text-align: center;
    }
    .mypage_ttl h2.common_headline1_::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 375) * 100vw);
        height: calc((2 / 375) * 100vw);
        background: #E60019;
    }
    ul.signin_logo_mypage {
        border: 1px solid #efefef;
        padding: calc((10 / 375) * 100vw) calc((5 / 375) * 100vw);
        margin: calc((10 / 375) * 100vw);
        display: flex;
    }
    ul.signin_logo_mypage li {
        width: 50%;
        padding: 0 calc((20 / 375) * 100vw);
        text-align: center;
        box-sizing: border-box;
    }
    ul.signin_logo_mypage li a {
        display: inline;
        vertical-align: baseline;
    }
    ul.signin_logo_mypage li a:hover {
        text-decoration: unset;
        opacity: .7;
    }
    ul.signin_logo_mypage li a p {
        font-size: calc((10 / 375) * 100vw);
        font-weight: normal;
        display: block;
    }
    ul.signin_logo_mypage li#corporate a img {
        margin: calc((7.5 / 375) * 100vw) 0;
    }
    ul.signin_logo_mypage li#corporate a p {
        margin-top: calc((7.5 / 375) * 100vw);
    }
    ul.signin_logo_mypage li#community a img {
        height: calc((49 / 375) * 100vw);
    }
    ul.signin_logo_mypage li#community a p {
        margin-top: calc((7.5 / 375) * 100vw);
    }
    /* mypage_custom_block START */
    .block-mypage .block-mypage--customer-status {
        margin: 0 calc((10 / 375) * 100vw) calc((10 / 375) * 100vw);
        padding: calc((10 / 375) * 100vw) 0;
        border-bottom: #454545 2px solid;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--sign {
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--mypoint {
        font-size: calc((12 / 375) * 100vw);
        font-weight: bold;
    }
    .block-mypage .block-mypage--customer-status .block-mypage--mypoint span.block-mypage--mypoint-point {
        font-size: calc((18 / 375) * 100vw);
        font-weight: bold;
    }
    /* mypage_custom_block END */
    /* オンラインショップ　会員情報　START */
    #mypagenav {
        margin-bottom: calc((60 / 375) * 100vw);
    }
    h2.block-mypage--shopping-info {
        margin: calc((20 / 375) * 100vw) auto calc((12 / 375) * 100vw);
        padding: 0;
        text-align: center;
        font-size: calc((20 / 375) * 100vw);
        line-height: 1.5;
    }
    #mypagenav ul.block-mypage--shopping-info-items {
        margin: 0 auto;
        padding: 0;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common {
        width: 100%;
        border-top: 1px solid #eee;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common:last-child {
        border-bottom: 1px solid #eee;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: calc((5 / 375) * 100vw) calc((25 / 375) * 100vw) calc((5 / 375) * 100vw) calc((10 / 375) * 100vw);
        background: url(../../img/usr/common/mypage/mypage_list_yaji.png) 96% center no-repeat;
        background-size: 15px 15px;
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-icon {
        width: calc((40 / 375) * 100vw);
        height: calc((40 / 375) * 100vw);
        margin-right: calc((5 / 375) * 100vw);
    }
    #mypagenav ul.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-name {
        color: #3e3434;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    /* オンラインショップ　会員情報　END */
    /* コーポレート/コミュニティ/オンラインショップ 全サイト共通会員情報　会員情報　START */
    h2.block-mypage--member-info {
        margin: calc((20 / 375) * 100vw) auto calc((12 / 375) * 100vw);
        padding: 0;
        text-align: center;
        font-size: calc((20 / 375) * 100vw);
        line-height: 1.5;
    }
    #mypagenav ul.block-mypage--member-info-items {
        margin: 0 auto;
        padding: 0;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common {
        width: 100%;
        border-top: 1px solid #eee;
    }   
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common:last-child {
        border-bottom: 1px solid #eee;
    }   
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: calc((5 / 375) * 100vw) calc((25 / 375) * 100vw) calc((5 / 375) * 100vw) calc((10 / 375) * 100vw);
        background: url(../../img/usr/common/mypage/mypage_list_yaji.png) 96% center no-repeat;
        background-size: 15px 15px;
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-icon {
        width: calc((40 / 375) * 100vw);
        height: calc((40 / 375) * 100vw);
        margin-right: calc((5 / 375) * 100vw);
    }
    #mypagenav ul.block-mypage--member-info-items li.block-mypage--shopping-info-item-common a .mypage--shopping-name {
        color: #3e3434;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    /* オンラインショップ　会員情報　END */
    p.block-mypage--withdrawal-link {
        border-bottom: 1px solid #eee;
    }
    p.block-mypage--withdrawal-link a {
        display: inline-block;
        font-size: calc((14 / 375) * 100vw);
        width: 100%;
        padding: calc((5 / 375) * 100vw) calc((25 / 375) * 100vw) calc((5 / 375) * 100vw) calc((10 / 375) * 100vw);
        color: #3e3434;
        font-weight: bold;
        text-decoration: unset;
        background: url(../../img/usr/common/mypage/mypage_list_yaji.png) 96% center no-repeat;
        background-size: 15px 15px;
    }
    .block-mypage .block-mypage--logout {
        border-bottom: 1px solid #eee;
    }
    .block-mypage .block-mypage--logout a {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        padding: calc((5 / 375) * 100vw) calc((25 / 375) * 100vw) calc((5 / 375) * 100vw) calc((10 / 375) * 100vw);
        color: #3e3434;
        font-weight: bold;
        text-decoration: unset;
        background: url(../../img/usr/common/mypage/mypage_list_yaji.png) 96% center no-repeat;
        background-size: 15px 15px;
    }
    /* マイページ　END */
    /* 下層ページ共通タイトルデザイン　START */
    h1.block-common-customer-title {
        position: relative;
        font-size: calc((20 / 375) * 100vw);
        font-weight: bold;
        padding: 0 0 calc((10 / 375) * 100vw) 0;
        margin: calc((20 / 375) * 100vw) auto calc((15 / 375) * 100vw);
        text-align: center;
    }
    h1.block-common-customer-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 375) * 100vw);
        height: calc((2 / 375) * 100vw);
        background: #E60019;
    }
    /* 下層ページ共通タイトルデザイン　END */
    /* 購入履歴　START */
    h1.block-purchase-history--header {
        position: relative;
        font-size: calc((20 / 375) * 100vw);
        font-weight: bold;
        padding: 0 0 calc((10 / 375) * 100vw) 0;
        margin: calc((20 / 375) * 100vw) auto calc((15 / 375) * 100vw);
        text-align: center;
    }
    h1.block-purchase-history--header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 375) * 100vw);
        height: calc((2 / 375) * 100vw);
        background: #E60019;
    }
    .block-purchase-history .block-purchase-history--customer-name {
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
        padding: calc((10 / 375) * 100vw) 0;
        margin: 0 auto calc((10 / 375) * 100vw);
        border-bottom: #454545 2px solid;
    }
    .block-purchase-history table.block-purchase-history--table {
        width: 100%;
        border: 1px solid #CCCCCC;
        border-bottom: none;
    }
    .block-purchase-history table.block-purchase-history--table tr th {
        background-color: #F8F8F8;
        vertical-align: middle;
        width: 35%;
        font-weight: normal;
        text-align: left;
        padding: 1px 5px;
        border-bottom: 1px solid #CCCCCC;
        white-space: nowrap;
    }
    .block-purchase-history table.block-purchase-history--table tr td {
        padding: 1px 5px;
        border-bottom: 1px solid #CCCCCC;
    }
    /* 購入履歴　END */
    /* 購入履歴詳細　START */
    h1.block-purchase-history-detail--header {
        position: relative;
        font-size: calc((20 / 375) * 100vw);
        font-weight: bold;
        padding: 0 0 calc((10 / 375) * 100vw) 0;
        margin: calc((20 / 375) * 100vw) auto calc((15 / 375) * 100vw);
        text-align: center;
    }
    h1.block-purchase-history-detail--header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 375) * 100vw);
        height: calc((2 / 375) * 100vw);
        background: #E60019;
    }
    .block-purchase-history-detail .block-purchase-history-detail--customer-name {
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
        padding: calc((10 / 375) * 100vw) 0;
        margin: 0 auto calc((10 / 375) * 100vw);
        border-bottom: #454545 2px solid;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body tr th,
    .block-purchase-history-detail .block-purchase-history-detail--body tr td,
    .block-purchase-history-detail .block-purchase-history-detail--body tr td div,
    .block-purchase-history-detail .block-purchase-history-detail--body tr td span {
        font-size: calc((12 / 375) * 100vw);
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-info-left table {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-info-left table th {
        text-align: left;
        border: 1px solid #CCCCCC;
        background-color: #F8F8F8;
        width: 40%;
        font-weight: normal;
        padding: 3px;
        white-space: nowrap;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-info-left table td {
        border: 1px solid #CCCCCC;
        border-left: none;
        padding: 3px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left table {
        width: 100%;
        border: 1px solid #CCCCCC;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left table thead tr th {
        text-align: left;
        white-space: nowrap;
        font-weight: normal;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        background-color: #F8F8F8;
        padding: 3px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-left table tbody tr td {
        padding: 3px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right table {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right tr th {
        text-align: left;
        border: 1px solid #CCCCCC;
        background-color: #F8F8F8;
        width: 40%;
        font-weight: normal;
        padding: 3px;
        white-space: nowrap;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right tr td {
        border: 1px solid #CCCCCC;
        border-left: none;
        padding: 3px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--order-body .block-purchase-history-detail--order-body-right .block-purchase-history-detail--point-message {
        text-align: right;
        font-size: calc((12 / 375) * 100vw);
    }

    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right table {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right table th {
        text-align: left;
        border: 1px solid #CCCCCC;
        background-color: #F8F8F8;
        width: 40%;
        font-weight: normal;
        padding: 3px;
        white-space: nowrap;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-right table td {
        border: 1px solid #CCCCCC;
        border-left: none;
        padding: 3px;
    }

    /* 送り主 */
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table {
        width: 100%;
        border: 1px solid #CCCCCC;
        margin-bottom: 10px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table thead {
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table th {
        border-bottom: 1px solid #CCCCCC;
        background-color: #F8F8F8;
        padding: 3px;
        font-weight: normal;
        text-align: left;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipping-info .block-purchase-history-detail--shipping-info-left table td {
        padding: 3px;
    }
    /* お届け先 */
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item h2.block-purchase-history-detail--shipment-header {
        padding: 10px 0 10px 20px;
        margin: 20px 0 10px;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item h2.block-purchase-history-detail--shipment-header::after {
        width: 5px;
        height: 60%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        content: "";
        position: absolute;
        bottom: 20%;
        left: 0;
        background: #E60019;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item .block-purchase-history-detail--shiment-address {
        padding: 5px;
        border: 1px solid #CCCCCC;
        margin: 0 0 10px;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item table.block-purchase-history-detail--shipment-items {
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        margin-bottom: 10px;
        width: 100%;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item table.block-purchase-history-detail--shipment-items th {
        width: 30%;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        padding: 3px;
        background-color: #F8F8F8;
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--shipments .block-purchase-history-detail--shipment-item table.block-purchase-history-detail--shipment-items td {
        border-top: 1px solid #CCCCCC;
        vertical-align: top;
        padding: 3px;
    }
    /* ボタン */
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action input.btn{
        border: #333333 1px solid;
        border-radius: 2px;
        font-size: 16px;
        text-align: center;
        padding: 10px 5px;
        color: #333;
    }
    .block-purchase-history-detail .block-purchase-history-detail--body .block-purchase-history-detail--requests-for-order .action-buttons .action input.btn.block-purchase-history-detail--add-goods {
        background: #333333;
        color: #FFF;
    }   
    /* 購入履歴詳細　END */
    /* クーポンの確認 START */
    .block-coupon-list .block-coupon-list--customer-name {
        margin: 0 10px 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-coupon-list .block-coupon-list--list {
        margin: 0 10px;
    }
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table {
        border: 1px solid #ccc;
    }
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table th,
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table td {
        padding: 1px 5px;
    }
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table th {
        background: #F8F8F8;
        border-bottom: 1px solid #ccc;
        width: 35%;
        text-align: left;
        font-weight: 400;
    }
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table tr:last-child th,
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table tr:last-child td {
        border-bottom: unset;
    }
    .block-coupon-list .block-coupon-list--list table.block-coupon-list--table td {
        border-bottom: 1px solid #ccc;
        width: 65%;
    }
    .block-coupon-list .block-coupon-list--pager-bottom {
        margin: 0 10px;
    }
    .block-coupon-list .action-buttons {
        margin: 0 10px 20px;
    }
    .block-coupon-list .action-buttons input {
        border: 1px solid #ccc;
        color: #333;
    }
    #coupon {
        margin-bottom: 40px;
    }
    #coupon h2 {
        padding: 10px 15px 8px 15px;
        line-height: 1;
        color: #FFF;
        background: #e60019;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 11px;
    }
    #coupon p {
        margin: 0% 5%;
    }
    #coupon span img {
        width: 80%;
        margin: 1% 10%;
    }
    /* クーポンの確認 END */
    /* お気に入り商品 START */
    .block-favorite .block-favorite--customer-name {
        margin: 0 10px 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-favorite .block-favorite--form {
        margin: 0 10px 100px;
    }
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--image,
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--image figure {
        width: 100px;
        height: 100px;
    }
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--name .variation-name {
        display: none;
    }
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--spec .block-favorite--price-items {
        display: flex;
        flex-wrap: wrap;
    }
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--comment .block-favorite--comment-button input {
        display: none;
    }
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--delete-item {
        text-align: right;
    }
    .block-favorite .block-favorite--form .block-favorite--items .block-favorite--delete-item input {
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #333;
        background: unset;
    }
    .block-favorite .block-favorite--form .block-favorite--add-to-cart .action-buttons input {
        border-radius: 2px;
        border: unset;
        background: #333;
        color: #FFF;
    }
    .block-favorite .block-favorite--form .action-buttons input {
        border: 1px solid #ccc;
        color: #333;
        border-radius: 2px;
    }
    /* お気に入り商品 END */
    /* ポイント履歴一覧 START */
    .block-point-history-list .block-point-history-list--customer-info {
        margin: 0 10px 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
    }
    .block-point-history-list .block-point-history-list--customer-info .block-point-history-list--customer-name {
        font-weight: bold;
    }
    .block-point-history-list .block-point-history-list--items {
        margin: 0 10px 20px;
    }
    .block-point-history-list .action-buttons {
        margin: 0 10px 20px;
    }
    .block-point-history-list .action-buttons input {
        border: 1px solid #ccc;
        color: #333;
    }
    /* ポイント履歴一覧 END */
    /* お問い合わせ START */
    .block-inquiry .block-inquiry--message {
        margin: 0 10px 10px;
    }
    .block-inquiry .block-inquiry--customer-name {
        margin: 0 10px 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-inquiry .block-inquiry--form {
        margin: 0 10px;
    }
    .block-inquiry .block-inquiry--form .form-group {
        background: #efefef;
    }
    .block-inquiry .block-inquiry--form .form-group .form-label,
    .block-inquiry .block-inquiry--form .form-group .constraint {
        padding: 5px 8px;
    }
    .block-inquiry .block-inquiry--form .form-group .form-control {
        background: #FFF;
        padding: 5px 8px;
    }
    .block-inquiry .action-buttons {
        margin: 0 0 20px;
    }
    .block-inquiry .action-buttons input {
        border: 1px solid #ccc;
        color: #333;
    }
    /* お問い合わせ END */
    /* お問い合わせ履歴 START */
    .block-inquiry-history {
        margin-bottom: 100px;
    }
    .block-inquiry-history .block-inquiry-history--customer-name {
        margin: 0 10px 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-inquiry-history .block-inquiry-history--message {
        margin: 0 10px 10px;
    }
    .block-inquiry-history .block-inquiry-history--body {
        margin: 0 10px;
    }
    .block-inquiry-history .block-inquiry-history--pager-bottom {
        margin: 0 10px;
    }
    .block-inquiry-history .action-buttons {
        margin: 0 10px 20px;
    }
    .block-inquiry-history .action-buttons input {
        border: 1px solid #ccc;
        color: #333;
    }
    /* お問い合わせ履歴 END */
    /* お届け先の新規登録・変更 START */
    .block-shipping-address .block-shipping-address--customer-name {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-shipping-address .block-shipping-address--form .form-group {
        background: #efefef;
    }
    .block-shipping-address .block-shipping-address--form .form-group .form-label,
    .block-shipping-address .block-shipping-address--form .form-group .constraint {
        padding: 5px 8px;
    }
    .block-shipping-address .block-shipping-address--form .form-group .form-control {
        background: #FFF;
        padding: 5px 8px;
    }
    .block-shipping-address .action-buttons .block-shipping-address--forward-button input {
        border: 1px solid #333;
        background-color: #333;
        color: #FFF;
        border-radius: 2px;
    }
    .block-shipping-address .action-buttons .block-shipping-address--back-button input {
        border: 1px solid #333;
        border-radius: 2px;
        color: #333;
    }
    /* お届け先の新規登録・変更 END */
    /* 会員情報変更 START */
    .block-member-info .block-member-info--customer-name {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-member-info .block-member-info--form .form-group {
        background: #efefef;
    }
    .block-member-info .block-member-info--form .form-group .form-label,
    .block-member-info .block-member-info--form .form-group .constraint {
        padding: 5px 8px;
    }
    .block-member-info .block-member-info--form .form-group .form-control {
        background: #FFF;
        padding: 5px 8px;
    }
    .block-member-info .action-buttons .action input.block-member-info--forward {
        border: 1px solid #333;
        background-color: #333;
        color: #FFF;
        border-radius: 2px;
    }
    .block-member-info .action-buttons .action input.block-member-info--back {
        border: 1px solid #333;
        border-radius: 2px;
        color: #333;
    }
    /* 会員情報変更 END */
    /* メールアドレスの変更 START */
    .block-update-mail-address .block-update-mail-address--customer-name {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-update-mail-address .block-update-mail-address--update-mail-address-form .form-group {
        background: #efefef;
    }
    .block-update-mail-address .block-update-mail-address--update-mail-address-form .form-group .form-label,
    .block-update-mail-address .block-update-mail-address--update-mail-address-form .form-group .constraint {
        padding: 5px 8px;
    }
    .block-update-mail-address .block-update-mail-address--update-mail-address-form .form-group .form-control {
        background: #FFF;
        padding: 5px 8px;
    }
    .block-update-mail-address .action-buttons .action input.block-update-mail-address--update-forward {
        border: 1px solid #333;
        background-color: #333;
        color: #FFF;
        border-radius: 2px;
    }
    .block-update-mail-address .action-buttons .action input.block-update-mail-address--update-back {
        border: 1px solid #333;
        border-radius: 2px;
        color: #333;
    }
    /* メールアドレスの変更 END */
    /* パスワードの変更 START */
    .block-update-member-password .block-update-member-password--customer-name {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-update-member-password .block-update-member-password--update-password-form .form-group {
        background: #efefef;
    }
    .block-update-member-password .block-update-member-password--update-password-form .form-group .form-label,
    .block-update-member-password .block-update-member-password--update-password-form .form-group .constraint {
        padding: 5px 8px;
    }
    .block-update-member-password .block-update-member-password--update-password-form .form-group .form-control {
        background: #FFF;
        padding: 5px 8px;
    }
    .block-update-member-password .action-buttons .action input.block-update-member-password--update-forward {
        border: 1px solid #333;
        background-color: #333;
        color: #FFF;
        border-radius: 2px;
    }
    .block-update-member-password .action-buttons .action input.block-update-member-password--update-back {
        border: 1px solid #333;
        border-radius: 2px;
        color: #333;
    }
    /* パスワードの変更 END */
    /* 退会 START */
    .block-withdrawal p.block-withdrawal--comment {
        text-align: center;
        padding-bottom: 20px;
        color: #e60019;
        font-weight: 600;
        font-size: calc((12 / 375) * 100vw);
    }
    .block-withdrawal .block-withdrawal--customer-name {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: #454545 2px solid;
        font-size: calc((14 / 375) * 100vw);
        font-weight: bold;
    }
    .block-withdrawal .block-withdrawal--form .form-group {
        background: #efefef;
    }
    .block-withdrawal .block-withdrawal--form .form-group .form-label,
    .block-withdrawal .block-withdrawal--form .form-group .constraint {
        padding: 5px 8px;
    }
    .block-withdrawal .block-withdrawal--form .form-group .form-control {
        background: #FFF;
        padding: 5px 8px;
    }
    .block-withdrawal .action-buttons .action input {
        border: 1px solid #333;
        background-color: #FFF;
        color: #333;
        border-radius: 2px;
    }
    /* 退会 END */
    /* ご注文キャンセル START */
    .block-order-cancellation table {
        width: 100%;
        border: 1px solid #CCC;
        border-bottom: unset;
    }
    .block-order-cancellation table.block-order-cancellation--order-items th {
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        background-color: #F8F8F8;
        padding: 1px 5px;
    }
    .block-order-cancellation table.block-order-cancellation--order-items thead th:first-of-type,
    .block-order-cancellation table.block-order-cancellation--order-items tbody td:first-of-type {
        width: 60%;
    }
    .block-order-cancellation table.block-order-cancellation--order-items thead th:nth-of-type(2),
    .block-order-cancellation table.block-order-cancellation--order-items tbody td:nth-of-type(2) {
        width: 15%;
    }
    .block-order-cancellation table.block-order-cancellation--order-items thead th:nth-of-type(3),
    .block-order-cancellation table.block-order-cancellation--order-items tbody td:nth-of-type(3) {
        width: 25%;
    }
    .block-order-cancellation table.block-order-cancellation--order-items th:last-of-type {
        border-right: unset;
    }
    .block-order-cancellation table.block-order-cancellation--order-items td {
        width: 65%;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 1px 5px;
    }
    .block-order-cancellation table.block-order-cancellation--order-items td:last-of-type {
        border-right: unset;
    }
    .block-order-cancellation table.block-order-cancellation--payment-info-items th {
        width: 35%;
        border-bottom: 1px solid #CCC;
        background-color: #F8F8F8;
        padding: 1px 5px;
        font-weight: normal;
    }
    .block-order-cancellation table.block-order-cancellation--payment-info-items td {
        width: 65%;
        border-bottom: 1px solid #CCC;
        padding: 1px 5px;
    }
    /* ご注文キャンセル END */
    /* パスワード再設定 START */
    .block-reset-password .block-reset-password--form {
        margin-bottom: 20px;
    }
    /* パスワード再設定 END */
    /* のし・ラッピング設定 START */
    .pane-main div.block-order-gift-noshi {
        margin-left: 0;
        margin-right: 0;
    }
    .block-order-gift-noshi--section h2 {
        padding: 10px 0 10px 20px;
        margin: 20px 10px 10px 10px;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
    }
    .block-order-gift-noshi--section h2::after {
        content: "";
        width: 5px;
        height: 60%;
        position: absolute;
        bottom: 20%;
        left: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #E60019;
    }
    .block-order-gift-noshi--section h3 {
        margin: 0 0 10px 0;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
        background: #F0F0F0;
    }
    .block-order-gift-noshi ul.block-order-gift-noshi--noshi-select,
    .block-order-gift-noshi .block-order-gift-noshi--purpose-content-body {
        margin: 0 calc((10 / 390) * 100vw) calc((30 / 390) * 100vw);
    }
    .block-order-gift-noshi ul.block-order-gift-noshi--noshi-select,
    .block-order-gift-noshi ul.block-order-gift-noshi--purpose-select {
        display: flex;
        flex-wrap: wrap;
        gap: calc((10 / 390) * 100vw);
    }
    .block-order-gift-noshi ul.block-order-gift-noshi--noshi-select li label,
    .block-order-gift-noshi ul.block-order-gift-noshi--purpose-select li label {
        display: flex;
        align-items: center;
    }
    .block-order-gift-noshi ul#noshi_paper,
    .block-order-gift-noshi ul.block-order-gift-noshi--nameprint-select,
    .block-order-gift-noshi ul.block-order-gift-noshi--covertype-select,
    .block-order-gift-noshi ul.block-order-gift-noshi--wrap-select,
    .block-order-gift-noshi ul.block-order-gift-noshi--bag-select {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: calc((15 / 390) * 100vw);
        margin-bottom: calc((30 / 390) * 100vw);
    }
    .block-order-gift-noshi .block-order-gift-noshi--paper-message,
    .block-order-gift-noshi .block-order-gift-noshi--wrap-message,
    .block-order-gift-noshi .block-order-gift-noshi--bag-message,
    .block-order-gift-noshi #bag_input.block-order-gift-noshi--bag-input,
    .block-order-gift-noshi #divgonext.block-order-gift-noshi--gonext {
        margin: 0 calc((10 / 390) * 100vw) calc((30 / 390) * 100vw);
    }
    /* のし・ラッピング設定 END */
    /* カード情報 確認 START */

    /* カード情報 確認 END */
    .modal-dialog form[name='agreebody'] textarea {
        width: 100%;
    }

    /* パスワード再設定 START */
    .block-update-new-password,
    .block-reset-password-completed {
        margin: 0 auto calc((50 / 375) * 100vw) !important;
    }
    .block-update-new-password h1.block-update-new-password--header,
    .block-reset-password-completed h1.block-reset-password-completed--header {
        position: relative;
        font-size: calc((20 / 375) * 100vw);
        font-weight: bold;
        padding: 0 0 calc((10 / 375) * 100vw) 0;
        margin: calc((20 / 375) * 100vw) auto calc((15 / 375) * 100vw);
        text-align: center;
    }
    .block-update-new-password h1.block-update-new-password--header::after,
    .block-reset-password-completed h1.block-reset-password-completed--header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 375) * 100vw);
        height: calc((2 / 375) * 100vw);
        background: #E60019;
    }
    .block-reset-new-password--completed-message,
    .block-reset-password-completed--message {
        margin: 0 calc((16 / 375) * 100vw) calc((20 / 375) * 100vw);
        padding: 0;
    }
    .block-reset-new-password--completed-message p {
        font-size: calc((14 / 375) * 100vw);
    }
    .block-reset-new-password--completed-message p a {
        text-decoration: underline;
        font-size: calc((14 / 375) * 100vw);
    }
    .block-update-new-password .action-buttons,
    .block-reset-password-completed .action-buttons {
         margin: 0 calc((16 / 375) * 100vw);
    }
    /* パスワード再設定 END */
}
/* //sp */