﻿:root {
    --tr-red: #d6000f;
    --tr-yellow: #fdd000;
    --tr-gray: #f0f0f0;
    --tr-light-gray: #f7f7f7;
    --tr-dark-gray: #dedede;
    --tr-deep-gray: #757575;
    --tr-black: #232323;
}

.header-footer-area-sp + article.content {
    padding-top: 0;
}

textarea {
    white-space: pre-wrap !important;
}

.headerNavInner {
    display: block;
    padding-right: 23px !important;
    overflow: hidden;
}

    .headerNavInner > li {
        text-align: right;
        float: right;
    }

    .headerNavInner ul {
        float: right;
        padding-right: 15px;
        white-space: nowrap;
        -webkit-white-space: nowrap;
        -moz-white-space: nowrap;
        -ms-white-space: nowrap;
        -o-white-space: nowrap;
    }

@media screen and (min-width: 851px) and (max-width: 1064px) {
    #footerArea12base #footerAreaTopInner {
        width: initial !important;
        padding-right: 2vw;
    }

    #footerAreaNav2 div {
        width: initial !important;
    }

        #footerAreaNav2 div p {
            padding-left: 0.5vw !important;
        }

    #footerAreaNav3 #footerAreaNav3Inner {
        width: initial !important;
    }
}

.c-atm-alert-comment {
    background-color: #fdd000;
    color: #d6000f;
    display: inline-block;
    position: absolute;
    left: 0;
}

@media screen and (min-width: 1064px) {
    .c-atm-alert-comment {
        padding: 4px 22px;
        border-radius: 15px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-alert-comment {
        padding: 0.37593984962406vw 2.067669172932331vw;
        border-radius: 1.409774436090226vw;
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-alert-comment {
        padding: 1.066666666666667vw 5.866666666666666vw;
        border-radius: 4vw;
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        top: 6.4vw;
    }
}

.c-atm-alert-comment::before {
    content: '';
    display: block;
    background-color: #fdd000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-atm-alert-comment::before {
        width: 10px;
        height: 10px;
        left: 27px;
        bottom: -4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-alert-comment::before {
        width: 0.93984962406015vw;
        height: 0.93984962406015vw;
        left: 2.537593984962406vw;
        bottom: -0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-alert-comment::before {
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        left: 7.199999999999999vw;
        bottom: -1.066666666666667vw;
    }
}

.c-atm-button-item-num-yellow {
    display: inline-block;
    font-family: Roboto;
    border-radius: 50%;
    position: relative;
    width: 100%;
    height: 100%;
    color: #d6000f;
    background-color: #fdd000;
}

.c-atm-button-item-num-red {
    display: inline-block;
    font-family: Roboto;
    border-radius: 50%;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #d6000f;
}

.c-atm-button-item-num-text--wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    line-height: 1;
}

.c-atm-button-item-num-text {
    position: relative;
    line-height: 1;
}

@media screen and (min-width: 1064px) {
    .c-atm-button-item-num-text {
        top: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-button-item-num-text {
        top: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-button-item-num-text {
        top: 1.066666666666667vw;
    }
}

.c-market_place-order-cart-body-title {
    display: table;
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 110px;
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-body-title {
        height: 20vw;
    }
}

.c-market_place-order-cart-body-title-item {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

    .c-market_place-order-cart-body-title-item.set-background .blur {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        backdrop-filter: blur(0);
    }

.c-market_place-order-cart-body-list-item-quantity--wrapper {
    display: flex;
    justify-content: space-between;
}

.c-market_place-order-cart-body-list-item-quantity {
    white-space: nowrap;
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-caution {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 1067px;
        margin: auto;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-caution {
        padding-top: 7.518796992481203vw;
        padding-bottom: 7.518796992481203vw;
        width: 100.28195488721805vw;
        margin: auto;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-caution {
        padding-top: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
        padding-right: 4.266666666666667vw;
        padding-bottom: 16vw;
    }
}

.c-market_place-order-cart-caution-title {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-caution-title .c-heading-h1 {
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-caution-title .c-heading-h1 {
        font-size: 2.631578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-market_place-order-cart-caution-text {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-caution-text {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-caution-text {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-caution-text {
        margin-top: 6.4vw;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-caution-annotation {
        margin-top: 60px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-caution-annotation {
        margin-top: 5.639097744360902vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-caution-annotation {
        margin-top: 7.733333333333333vw;
    }
}

[class*='c-icon-badge-num'] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    [class*='c-icon-badge-num'] {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-icon-badge-num'] {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        border-radius: 0.93984962406015vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

.c-atm-icon-badge-num-yellow {
    color: #d6000f;
    background-color: #fdd000;
}

.c-atm-icon-badge-num-red {
    color: #fff;
    background-color: #d6000f;
}

[class*='c-atm-icon-cart'] svg {
    width: 100%;
    height: 100%;
}

.c-atm-icon-cart-black {
    fill: #232323;
}

.set-background .c-atm-icon-cart-black {
    fill: white;
}

.c-atm-icon-cart-white {
    fill: #fff;
}

.c-atm-icon-like-01,
.c-atm-icon-like-02 {
    width: 100%;
    height: 100%;
}

    .c-atm-icon-like-01 svg,
    .c-atm-icon-like-02 svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.c-atm-icon-sold {
    width: 100%;
    height: 100%;
}

    .c-atm-icon-sold svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.c-atm-input-checkbox input[type='checkbox'] {
    display: none;
}

.c-atm-input-checkbox input[type='checkbox'] {
    outline: none;
}

    .c-atm-input-checkbox input[type='checkbox'] + label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-atm-input-checkbox input[type='checkbox'] + label .c-atm-input-checkbox-box-vision-box {
            display: block;
            border: 1px solid #232323;
            background-color: #fff;
            margin: 0;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-atm-input-checkbox input[type='checkbox'] + label .c-atm-input-checkbox-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-checkbox input[type='checkbox'] + label .c-atm-input-checkbox-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-checkbox input[type='checkbox'] + label .c-atm-input-checkbox-box-vision-box {
        width: 2.933333333333333vw;
        height: 2.933333333333333vw;
    }
}

.c-atm-input-checkbox input[type='checkbox']:checked + label .c-atm-input-checkbox-box-vision-box {
    background-color: #232323;
}

    .c-atm-input-checkbox input[type='checkbox']:checked + label .c-atm-input-checkbox-box-vision-box::before {
        content: '';
        position: absolute;
        top: 44%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

@media screen and (min-width: 1064px) {
    .c-atm-input-checkbox input[type='checkbox']:checked + label .c-atm-input-checkbox-box-vision-box::before {
        width: 4px;
        height: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-checkbox input[type='checkbox']:checked + label .c-atm-input-checkbox-box-vision-box::before {
        width: 0.37593984962406vw;
        height: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-checkbox input[type='checkbox']:checked + label .c-atm-input-checkbox-box-vision-box::before {
        width: 0.533333333333333vw;
        height: 1.6vw;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-input-checkbox + .c-atm-input-checkbox {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-checkbox + .c-atm-input-checkbox {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-checkbox + .c-atm-input-checkbox {
        margin-left: 4.266666666666667vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-flex-check-itm.check-itm-wrap .c-atm-input-checkbox {
        min-width: 28vw;
        margin-left: 0vw;
    }
}

.c-atm-input-checkbox-box-vision {
    cursor: pointer;
}

.c-atm-input-checkbox-text {
    white-space: nowrap;
}

@media screen and (min-width: 1064px) {
    .c-atm-input-checkbox-text {
        margin-left: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-checkbox-text {
        margin-left: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-checkbox-text {
        margin-left: 1.866666666666667vw;
    }
}

.c-atm-input-checkbox.child-element-center {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.c-atm-input-pulldown {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-atm-input-pulldown--wrapper + .c-atm-input-pulldown--wrapper {
        margin-left: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-pulldown--wrapper + .c-atm-input-pulldown--wrapper {
        margin-left: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-pulldown--wrapper + .c-atm-input-pulldown--wrapper {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-input-pulldown--label + .c-atm-input-pulldown {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-pulldown--label + .c-atm-input-pulldown {
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-pulldown--label + .c-atm-input-pulldown {
        margin-top: 1.866666666666667vw;
    }
}

.c-atm-input-pulldown-select {
    background-color: transparent !important;
}

    .c-atm-input-pulldown-select:disabled {
        cursor: auto;
        opacity: .4;
    }

.c-atm-input-pulldown-select--wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .c-atm-input-pulldown-select--wrapper.is--gray {
        background-color: #f7f7f7;
        border-radius: 0;
    }

    .c-atm-input-pulldown-select--wrapper.is--validate {
        background-color: rgba(214,0,15,0.1);
        border: 1px solid #d6000f;
        border-radius: 0;
    }

    .c-atm-input-pulldown-select--wrapper::after {
        content: '';
        background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/arrow/icon-arrow-black.svg");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media screen and (min-width: 1064px) {
    .c-atm-input-pulldown-select--wrapper::after {
        width: 12px;
        height: 12px;
        right: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-pulldown-select--wrapper::after {
        width: 1.12781954887218vw;
        height: 1.12781954887218vw;
        right: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-pulldown-select--wrapper::after {
        width: 3.2vw;
        height: 3.2vw;
        right: 4.266666666666667vw;
    }
}

.c-atm-input-pulldown-select--wrapper select {
    font-family: Noto Sans JP, sans-serif;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 96%;
    color: #232323;
    z-index: 1;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-atm-input-pulldown-select--wrapper select {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-left: 12px;
        height: 100%;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-pulldown-select--wrapper select {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-left: 1.12781954887218vw;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-pulldown-select--wrapper select {
        font-size: 3.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        width: 120%;
        -webkit-transform: translate(2.666666666666667vw, -50%) scale(0.8);
        transform: translate(2.666666666666667vw, -50%) scale(0.8);
        margin: 0;
    }

    .code_coupon_input {
        font-size: 2.6vw !important;
    }
}

.c-atm-input-text--wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .c-atm-input-text--wrapper.is--border {
        border: 1px solid #dedede;
    }

    .c-atm-input-text--wrapper.is--gray {
        background-color: #f7f7f7;
    }

    .c-atm-input-text--wrapper.is--validate {
        background-color: rgba(214,0,15,0.1);
        border: 1px solid #d6000f;
    }

    .c-atm-input-text--wrapper.is--yen {
        position: relative;
    }

        .c-atm-input-text--wrapper.is--yen::before {
            z-index: 2;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            content: '¥';
            color: #232323;
        }

@media screen and (min-width: 1064px) {
    .c-atm-input-text--wrapper.is--yen::before {
        left: 15px;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-text--wrapper.is--yen::before {
        left: 1.409774436090226vw;
        font-size: 1.879699248120301vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-text--wrapper.is--yen::before {
        left: 3.2vw;
        font-size: 5.333333333333334vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-input-text--wrapper.is--yen input {
    text-align: right;
}

@media screen and (min-width: 1064px) {
    .c-atm-input-text--wrapper.is--yen input {
        width: 94%;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-text--wrapper.is--yen input {
        width: 94%;
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-text--wrapper.is--yen input {
        width: 91%;
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-input-text--wrapper input {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 96%;
    font-family: Noto Sans JP, sans-serif;
}

/*フォーカス範囲がおかしいため調整*/
.c-atm-input-text--wrapper input {
    height: 100%;
    width: 100%;
    transform: translate(0, -50%) !important;
    padding-left: 12px !important;
}

@media screen and (min-width: 1064px) {
    .c-atm-input-text--wrapper input {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0em;
        font-weight: 400;
        -webkit-transform: translate(12px, -50%);
        transform: translate(12px, -50%);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-text--wrapper input {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0em;
        font-weight: 400;
        -webkit-transform: translate(1.12781954887218vw, -50%);
        transform: translate(1.12781954887218vw, -50%);
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-text--wrapper input {
        font-size: 4.266666666666667vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: 400;
        width: 118%;
        -webkit-transform: translate(2.666666666666667vw, -50%) scale(0.8);
        transform: translate(2.666666666666667vw, -50%) scale(0.8);
        margin: 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-input-text--wrapper .c-mlc-placeholder {
        top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-text--wrapper .c-mlc-placeholder {
        top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-text--wrapper .c-mlc-placeholder {
        top: 3.2vw;
    }
}

.c-atm-label-01 {
    background-color: #232323;
    color: #fff;
    width: 100%;
}

@media screen and (min-width: 1064px) {
    .c-atm-label-01 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        border-radius: 15px;
        padding: 3px 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-label-01 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        border-radius: 1.409774436090226vw;
        padding: 0.281954887218045vw 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-label-01 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        border-radius: 4vw;
        padding: 0.533333333333333vw 2.133333333333333vw;
    }
}

.c-atm-label-01.is--yellow {
    background-color: #fdd000;
    color: #d6000f;
}

.c-atm-label-01.is--red {
    background-color: #d6000f;
    color: #fff;
}

.c-atm-label-01.is--white {
    color: var(--tr-black);
    background-color: white;
}

.c-atm-prof-accordion--inner {
    overflow: hidden;
}

@media screen and (max-width: 850px) {
    .c-atm-prof-accordion--inner {
        -webkit-transition: height 0.2s ease;
        transition: height 0.2s ease;
    }
}

.c-atm-prof-accordion {
    word-break: break-all;
}

@media screen and (min-width: 1064px) {
    .c-atm-prof-accordion {
        padding-top: 15px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-prof-accordion {
        padding-top: 1.409774436090226vw;
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-prof-accordion {
        padding: 11.8vw 4vw 3.2vw;
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-prof-accordion-button {
        position: relative;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-prof-accordion-button [data-accordion-text]::after {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        right: -15px;
        -webkit-transform: translateY(-57%) rotate(45deg);
        transform: translateY(-57%) rotate(45deg);
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-prof-accordion-button.is--open [data-accordion-text]::after {
        -webkit-transform: translateY(-13%) rotate(-135deg);
        transform: translateY(-13%) rotate(-135deg);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-prof-accordion-button [data-accordion-text]::after {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        right: -13px;
        -webkit-transform: translateY(-57%) rotate(45deg);
        transform: translateY(-57%) rotate(45deg);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-prof-accordion-button.is--open [data-accordion-text]::after {
        -webkit-transform: translateY(-13%) rotate(-135deg);
        transform: translateY(-13%) rotate(-135deg);
    }
}

@media screen and (max-width: 850px) {
    .c-atm-prof-accordion-button [data-accordion-text]::after {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        right: -4vw;
        -webkit-transform: translateY(-57%) rotate(45deg);
        transform: translateY(-57%) rotate(45deg);
    }
}

@media screen and (max-width: 850px) {
    .c-atm-prof-accordion-button.is--open [data-accordion-text]::after {
        -webkit-transform: translateY(-13%) rotate(-135deg);
        transform: translateY(-13%) rotate(-135deg);
    }
}

.c-atm-accordion-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .c-atm-accordion-blur::before {
        position: absolute;
        display: block;
        content: '';
        pointer-events: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
        background-image: -webkit-linear-gradient(rgba(255,255,255,0), #fff);
        background-image: linear-gradient(rgba(255,255,255,0), #fff);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

@media screen and (max-width: 850px) {
    .c-atm-accordion-blur::before {
        height: 10.666666666666668vw;
    }
}

.c-atm-accordion-blur.is--open::before {
    background-image: none;
}

.c-text-amount-01,
.c-text-amount-01--black {
    font-family: Roboto;
}

@media screen and (min-width: 1064px) {
    .c-text-amount-01,
    .c-text-amount-01--black {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-text-amount-01,
    .c-text-amount-01--black {
        font-size: 2.819548872180451vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-text-amount-01,
    .c-text-amount-01--black {
        font-size: 8vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-text-amount-01 {
    color: #d6000f;
}

[class*='c-text-amount-02'] {
    font-family: Roboto;
    color: #232323;
}

@media screen and (min-width: 1064px) {
    [class*='c-text-amount-02'] {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-text-amount-02'] {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-text-amount-02'] {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-text-amount-02-red {
    color: #d6000f;
}

.c-text-amount-03 {
    font-family: Roboto;
    color: #232323;
}

    .c-text-amount-03.is-red {
        color: #d6000f;
    }

@media screen and (min-width: 1064px) {
    .c-text-amount-03 {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-text-amount-03 {
        font-size: 1.503759398496241vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-text-amount-03 {
        font-size: 4.266666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

[class*='c-text-amount-04'] {
    font-family: Roboto;
    color: #232323;
}

@media screen and (min-width: 1064px) {
    [class*='c-text-amount-04'] {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-text-amount-04'] {
        font-size: 2.819548872180451vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-text-amount-04'] {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-text-amount-04-red {
    color: #d6000f;
}

.c-atm-text-annotation {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-annotation {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        color: #757575;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-annotation {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        color: #757575;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-annotation {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        color: #757575;
    }
}

.c-atm-text-annotation.is--red {
    color: #d6000f;
}

.c-atm-text-attention-bold {
    color: #d6000f;
}

    .c-atm-text-attention-bold.is--gray {
        color: #757575;
    }

@media screen and (min-width: 1064px) {
    .c-atm-text-attention-bold {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-attention-bold {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-attention-bold {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-attention-regular {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-attention-regular {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-attention-regular {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-attention-regular {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-attention-regular .c-atm-text-link-04 {
    color: #d6000f;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#d6000f));
    background-image: -webkit-linear-gradient(transparent, #d6000f);
    background-image: linear-gradient(transparent, #d6000f);
}

@media screen and (min-width: 1064px) {
    .c-atm-text-attention-regular .c-atm-text-link-04 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-attention-regular .c-atm-text-link-04 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-attention-regular .c-atm-text-link-04 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-attention-regular .c-atm-text-link-04:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-attention-regular .c-atm-text-link-04:hover {
        background-size: 0 2px;
    }
}

.c-atm-text-bold-01 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-bold-01 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-bold-01 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-bold-01 {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-bold-01.is--red {
    color: #d6000f;
}

.c-atm-text-bold-02 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-bold-02 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-bold-02 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-bold-02 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-bold-02.is--red {
    color: #d6000f;
}

.c-atm-text-bold-03 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-bold-03 {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-bold-03 {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-bold-03 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-bold-03.is--red {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-bold-04 {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-bold-04 {
        font-size: 1.033834586466165vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-bold-04 {
        font-size: 2.933333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-bold-04.is--red {
    color: #d6000f;
}

.c-atm-text-link-01 {
    color: #232323;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#232323));
    background-image: -webkit-linear-gradient(transparent, #232323);
    background-image: linear-gradient(transparent, #232323);
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-01 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-01 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-01 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-01:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-01:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-01 {
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-01 {
        font-size: 2.631578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-01 {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-link-02 {
    color: #232323;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-02 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-02 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-02 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-02:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-02:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-02 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-02 {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-02 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-text-link-03 {
    color: #757575;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-03 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-03 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-03 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-03:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-03:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-03 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-03 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-03 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-link-04 {
    color: #757575;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#757575));
    background-image: -webkit-linear-gradient(transparent, #757575);
    background-image: linear-gradient(transparent, #757575);
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-04 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-04 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-04 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-04:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-04:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-04 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-04 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-04 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-link-05 {
    display: inline;
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-05 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-05 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-05 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-link-06 {
    color: #757575;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-06 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-06 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-06 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-06:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-06:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-06 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-06 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-06 {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-link-07 {
    color: #757575;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-07 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-07 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-07 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-07:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-07:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-07 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-07 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-07 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-link-08 {
    color: #757575;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#757575));
    background-image: -webkit-linear-gradient(transparent, #757575);
    background-image: linear-gradient(transparent, #757575);
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-08 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-08 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-08 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-08:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-08:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-link-08 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-link-08 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-link-08 {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.result-reload-btn {
    padding: 7px 9px !important;
}

.result-reload-text {
    color: #000000;
    background-image: unset;
}

.c-atm-text-link-free-err {
    background-image: linear-gradient(transparent, #d6000f) !important;
}

.c-atm-text-link-free {
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #232323;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #232323);
    background-size: 100% 2px;
    cursor: pointer;
}

    .c-atm-text-link-free.is--red {
        color: var(--tr-red);
        background-image: linear-gradient(transparent, var(--tr-red));
    }

    .c-atm-text-link-free:hover {
        background-size: 0 2px;
    }

    .c-org-product-info-05-detail-price-tax-link {
        letter-spacing: -0.04em;
        line-height: 1.67;
        color: #232323;
        display: inline;
        background-repeat: no-repeat;
        -webkit-transition: background-size 0.6s;
        transition: background-size 0.6s;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#757575));
        background-image: -webkit-linear-gradient(transparent, #757575);
        background-image: linear-gradient(transparent, #757575);
        position: relative;
        background-position: right calc(100% - 0.04em);
    }

    @media screen and (min-width: 1064px) {
        .c-org-product-info-05-detail-price-tax-link {
            background-size: 100% 2px;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-product-info-05-detail-price-tax-link {
            background-size: 100% 2px;
        }
    }

    @media screen and (max-width: 850px) {
        .c-org-product-info-05-detail-price-tax-link {
            background-size: 100% 1px;
        }
    }
    @media screen and (min-width: 1064px) {
        .c-org-product-info-05-detail-price-tax-link:hover {
            background-size: 0 2px;
        }
    }
    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-product-info-05-detail-price-tax-link:hover {
            background-size: 0 2px;
        }
    }

@media screen and (min-width: 1064px) {
  .c-org-product-info-05-detail-price-tax-link {
    padding-left: 2px;
  }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-price-tax-link {
    padding-left: 0.2vw;
  }
}
@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-price-tax-link {
    padding-left: 0.5vw;
  }  
}
.c-org-product-info-05-detail-price-tax-link {
  letter-spacing: -0.03em;
}

.c-org-product-info-05-detail-price-tax-link.is--change,
.c-org-product-info-05-detail-price-tax.is--change {
    color: #FFFF;
}

.c-org-product-info-05-detail-price-tax.is--change
{
    display: inline-block !important;
}

.c-atm-text-medium-01 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-medium-01 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-medium-01 {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-medium-01 {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-atm-text-regular-01 {
    color: #232323;
}

    .c-atm-text-regular-01.is--red {
        color: #d6000f;
    }

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-01 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-01 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-01 {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }

        .c-atm-text-regular-01 .br::before {
            content: "\A";
            white-space: pre;
        }
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-01 .br-sp {
        display: none
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-01 .br-pc {
        display: none
    }
}

.c-atm-text-regular-01.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-01.is--underlined {
    text-decoration: underline;
}

.c-atm-text-regular-01 .c-atm-text-attention-bold {
    font-size: inherit;
}

.c-atm-text-regular-02 {
    color: #232323;
}

.set-background .c-atm-text-regular-02 {
    color: white;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-02 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-02 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-02 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-03 {
    color: #232323;
}

.c-atm-text-regular-03.is--bold {
        font-weight: bold;
}

.c-atm-text-regular-03.is--gray {
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-03 {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-03 {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-03 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-04 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-04 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-04 {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-04 {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-04.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-04.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-05 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-05 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-05 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-05 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-05.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-05.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-06 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-06 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-06 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-06 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-06.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-06.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-06.is--red {
    color: #d6000f;
}

.c-atm-text-regular-06.is--gray {
    color: #757575;
}

.c-atm-text-regular-07 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-07 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-07 {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-07 {
        font-size: 2.7vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-07.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-07.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-08 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-08 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-08 {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-08 {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-08.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-08.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-09 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-09 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-09 {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-09 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-09.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-09.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-10 {
    color: #232323;
    word-wrap: break-word;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-10 {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-10 {
        font-size: 2.819548872180451vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-10 {
        font-size: 8vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-10.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-10.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-11 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-11 {
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-11 {
        font-size: 2.255639097744361vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-11 {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-11.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-11.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-12 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-12 {
        font-size: 40px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-12 {
        font-size: 3.759398496240602vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-12 {
        font-size: 10.666666666666668vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-12.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-12.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-13 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-13 {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-13 {
        font-size: 2.819548872180451vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-13 {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-13.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-13.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-14 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-14 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-14 {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-14 {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-text-regular-14.is--medium {
    font-weight: 600;
}

.c-atm-text-regular-14.is--bold {
    font-weight: bold;
}

.c-atm-text-regular-15 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-15 {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-15 {
        font-size: 1.033834586466165vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-15 {
        font-size: 2.933333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }
}

.c-atm-title-logo-01 {
    width: 100%;
    background-color: #fff;
}

@media screen and (min-width: 1064px) {
    .c-atm-title-logo-01 {
        padding: 40px 0 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-title-logo-01 {
        padding: 3.759398496240602vw 0 0.75187969924812vw;
    }
}

.c-atm-title-logo-01-inner {
    margin: 0 auto;
}

@media screen and (min-width: 1064px) {
    .c-atm-title-logo-01-inner {
        max-width: 377px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-title-logo-01-inner {
        max-width: 35.43233082706767vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-title-logo-01-inner {
        max-width: 100%;
    }
}

.c-atm-title-main-01 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-title-main-01 {
        font-size: 25px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-title-main-01 {
        font-size: 2.631578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-title-main-01 {
        font-size: 4.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-title-main-02 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-title-main-02 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-title-main-02 {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-title-main-02 {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-title-main-02.is--red {
    color: #d6000f;
}

.c-atm-title-main-03 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-title-main-03 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-title-main-03 {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-title-main-03 {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-atm-title-main-04 {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-atm-title-main-04 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-title-main-04 {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-title-main-04 {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-order-id-body-alert {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-order-id-body-alert {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-order-id-body-alert {
        margin-top: 4.266666666666667vw;
    }
}

.c-mlc-alert-area {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-area {
        padding: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-area {
        padding: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-area {
        padding: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-area.align-inner-center {
        justify-content: center;
        padding: 16px 0 0 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-area.align-inner-center {
        justify-content: center;
        padding: 1.503759398496241vw 0 0 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-area.align-inner-center {
        justify-content: center;
        padding: 4.266666666666667vw 0 0 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-area-icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-area-icon {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-area-icon {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-alert-area-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-area-text {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-area-text {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-area-text {
        margin-left: 2.133333333333333vw;
    }
}

.c-mlc-alert-cart {
    background-color: var(--tr-deep-gray);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-cart {
        width: 1000px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-cart {
        width: 93.98496240601504vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-cart {
        width: 100%;
    }
}

.c-mlc-alert-cart::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: var(--tr-deep-gray);
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-cart::after {
        width: 14px;
        height: 14px;
        bottom: -7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-cart::after {
        width: 1.31578947368421vw;
        height: 1.31578947368421vw;
        bottom: -0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-cart::after {
        width: 4.533333333333333vw;
        height: 4.533333333333333vw;
        bottom: -1.6vw;
    }
}

.c-mlc-alert-cart-icon {
    fill: white;
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-cart-icon {
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-cart-icon {
        width: 3.007518796992481vw;
        height: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-cart-icon {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
}

.c-mlc-alert-cart-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-mlc-alert-cart-text {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-left: 16px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-alert-cart-text {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-left: 1.503759398496241vw;
        padding-top: 2.255639097744361vw;
        padding-bottom: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-alert-cart-text {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-left: 4.266666666666667vw;
        padding-top: 6.4vw;
        padding-bottom: 6.4vw;
    }
}

.c-mlc-banner-campaign {
    text-align: center;
    background-color: #2F5597;
}

@media screen and (min-width: 1064px) {
    .c-mlc-banner-campaign {
        padding: 15px 0 11px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-banner-campaign {
        padding: 1.409774436090226vw 0 1.033834586466165vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-banner-campaign {
        padding: 4.266666666666667vw 0;
    }
}

.c-mlc-banner-campaign-text {
    color: #fff;
}

.campaign-detail-page {
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-mlc-banner-campaign-text {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-banner-campaign-text {
        font-size: 1.903759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-banner-campaign-text {
        font-size: 3.19vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-mlc-button-box-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    width: 100%;
    border: 2px solid #232323;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-box-icon {
        border-radius: 3px;
        padding: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-box-icon {
        border-radius: 0.281954887218045vw;
        padding: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon {
        border-radius: 0.8vw;
        padding: 19.2vw 0 5.333333333333334vw;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-mlc-button-box-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #232323;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon::before {
        content: none;
    }
}

.c-mlc-button-box-icon:hover .c-atm-title-main-03,
.c-mlc-button-box-icon:hover .c-atm-text-bold-02,
.c-mlc-button-box-icon:hover .c-atm-text-regular-02 {
    color: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon:hover .c-atm-title-main-03,
    .c-mlc-button-box-icon:hover .c-atm-text-bold-02,
    .c-mlc-button-box-icon:hover .c-atm-text-regular-02 {
        color: #232323;
    }
}

.c-mlc-button-box-icon:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-mlc-button-box-icon:hover .c-mlc-button-box-icon-icon path {
    stroke: #fff;
}

.c-mlc-button-box-icon:hover .c-mlc-button-box-icon-icon line {
    stroke: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon:hover .c-mlc-button-box-icon-icon path {
        stroke: #757575;
    }
}

.c-mlc-button-box-icon:hover .c-mlc-button-box-icon-icon path.is--no-stroke {
    stroke: none;
    fill: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon:hover .c-mlc-button-box-icon-icon path.is--no-stroke {
        fill: #757575;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-box-icon-inner {
        position: relative;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-box-icon-inner {
        position: relative;
    }
}

.c-mlc-button-box-icon-icon {
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-box-icon-icon {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-box-icon-icon {
        width: 3.759398496240602vw;
        height: 3.759398496240602vw;
        border-radius: 0.281954887218045vw;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon-icon {
        width: 10.666666666666668vw;
        height: 10.666666666666668vw;
        border-radius: 0.8vw;
        top: 6.4vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-mlc-button-box-icon-icon svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.c-mlc-button-box-icon-icon path {
    -webkit-transition: stroke 0.3s ease-in-out;
    transition: stroke 0.3s ease-in-out;
    stroke: #757575;
}

.c-mlc-button-box-icon-icon line {
    -webkit-transition: stroke 0.3s ease-in-out;
    transition: stroke 0.3s ease-in-out;
    stroke: #757575;
}

.c-mlc-button-box-icon-icon path.is--no-stroke {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    stroke: none;
    fill: #757575;
}

.c-mlc-button-box-icon-title,
.c-mlc-button-box-icon-text {
    position: relative;
    z-index: 1;
    color: #232323;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-box-icon-title,
    .c-mlc-button-box-icon-text {
        padding-left: 56px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-box-icon-title,
    .c-mlc-button-box-icon-text {
        padding-left: 5.263157894736842vw;
    }
}

.c-mlc-button-box-icon-text {
    position: relative;
    z-index: 1;
    color: #232323;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-box-icon-text {
        padding-left: 56px;
        margin-top: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-box-icon-text {
        padding-left: 5.263157894736842vw;
        margin-top: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon-text {
        margin-top: 0.533333333333333vw;
    }
}

.c-mlc-button-box-icon-num {
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-box-icon-num {
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-box-icon-num {
        top: 1.12781954887218vw;
        right: 1.12781954887218vw;
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        font-size: 1.12781954887218vw;
        line-height: 1.7;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-box-icon-num {
        top: 3.2vw;
        right: 3.2vw;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
        font-size: 3.2vw;
        line-height: 1.7;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

.c-mlc-button-form {
    display: block;
    background-color: #232323;
    position: relative;
    width: 100%;
    border: 2px solid #232323;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-form {
        border-radius: 3px;
        padding: 12px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-form {
        border-radius: 0.281954887218045vw;
        padding: 1.12781954887218vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-form {
        border-radius: 0.8vw;
        padding: 2.933333333333333vw 0;
    }
}

.c-mlc-button-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-form::before {
        content: none;
    }
}

.c-mlc-button-form .c-atm-text-regular-05,
.c-mlc-button-form .c-atm-text-bold-02 {
    color: #fff;
}

.c-mlc-button-form:hover .c-atm-text-regular-05,
.c-mlc-button-form:hover .c-atm-text-bold-02 {
    color: #232323;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-form:hover .c-atm-text-regular-05,
    .c-mlc-button-form:hover .c-atm-text-bold-02 {
        color: #fff;
    }
}

.c-mlc-button-form:hover .c-mlc-button-external-icon path {
    stroke: #232323;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-form:hover .c-mlc-button-external-icon path {
        stroke: #fff;
    }
}

.c-mlc-button-form:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-mlc-button-form.is--inactive {
    background-color: #dedede;
    border: 2px solid #dedede;
    pointer-events: none;
}

    .c-mlc-button-form.is--inactive::before {
        content: none;
    }

.c-mlc-button-form-text {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.c-mlc-button-form.is--window {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1064px) {
  .c-mlc-button-form.is--window {
    gap: 5px;
  }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
  .c-mlc-button-form.is--window {
    gap: 0.4699248120300753vw;
  }
}
@media screen and (max-width: 850px) {
  .c-mlc-button-form.is--window {
    gap: 1.333333333333333vw;
  }
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-external-icon {
        width: 12px;
        height: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-external-icon {
        width: 1.12781954887218vw;
        height: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-external-icon {
        width: 3.2vw;
        height: 3.2vw;
    }
}

.c-mlc-button-external-icon .c-atm-icon-window {
    line-height: 0;
}

.c-mlc-button-external-icon svg {
    width: 100%;
    height: auto;
}

.c-mlc-button-external-icon path {
    stroke: #fff;
    -webkit-transition: stroke 0.2s ease;
    transition: stroke 0.2s ease;
}

.c-mlc-button-primary {
    display: block;
    background-color: #d6000f;
    position: relative;
    width: 100%;
    border: 2px solid #d6000f;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-primary {
        border-radius: 3px;
        padding: 11px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-primary {
        border-radius: 0.281954887218045vw;
        padding: 1.033834586466165vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-primary {
        border-radius: 0.8vw;
        padding: 2.933333333333333vw 0;
    }
}

.c-mlc-button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-primary::before {
        content: none;
    }
}

.c-mlc-button-primary .c-atm-text-regular-05 {
    color: #fff;
}

.c-mlc-button-primary:hover .c-atm-text-regular-05 {
    color: #d6000f;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-primary:hover .c-atm-text-regular-05 {
        color: #fff;
    }
}

.c-mlc-button-primary:hover .c-mlc-button-external-icon svg path {
    stroke: #d6000f;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-primary:hover .c-mlc-button-external-icon svg path {
        stroke: #fff;
    }
}

.c-mlc-button-primary:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-mlc-button-primary.is--inactive {
    background-color: #dedede;
    border: 2px solid #dedede;
    pointer-events: none;
}

.c-mlc-button-small.is--inactive {
    background-color: #dedede;
    border: 2px solid #dedede;
    pointer-events: none;
}

.c-mlc-button-primary.is--inactive::before {
    content: none;
}

.c-mlc-button-primary.is--inactive:hover .c-mlc-button-primary-text {
    color: #fff;
}

.c-mlc-button-primary-text {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.c-mlc-button-primary-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-primary-item {
        right: 16px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-primary-item {
        right: 1.503759398496241vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-primary-item {
        right: 4.266666666666667vw;
        font-size: 3.2vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-button-secondary {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    border: 2px solid #232323;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-secondary {
        border-radius: 3px;
        padding: 12px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-secondary {
        border-radius: 0.281954887218045vw;
        padding: 1.12781954887218vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary {
        border-radius: 0.8vw;
        padding: 2.933333333333333vw 0;
    }
}

.c-mlc-button-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #232323;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary::before {
        content: none;
    }
}

.c-mlc-button-secondary:hover .c-atm-text-regular-05 {
    color: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary:hover .c-atm-text-regular-05 {
        color: #232323;
    }
}

.c-mlc-button-secondary:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-mlc-button-secondary:hover .c-mlc-button-secondary-icon svg path,
.c-mlc-button-secondary:hover .c-mlc-button-secondary-icon-window svg path {
    stroke: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary:hover .c-mlc-button-secondary-icon svg path,
    .c-mlc-button-secondary:hover .c-mlc-button-secondary-icon-window svg path {
        stroke: #232323;
    }
}

.c-mlc-button-secondary:hover .c-mlc-button-secondary-icon-arrow svg path {
    fill: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary:hover .c-mlc-button-secondary-icon-arrow svg path {
        fill: #d6000f;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-secondary-icon-arrow {
        height: 16px;
        width: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-secondary-icon-arrow {
        height: 1.503759398496241vw;
        width: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary-icon-arrow {
        height: 2.866666666666667vw;
        width: 2.866666666666667vw;
    }
}

.c-mlc-button-secondary.is--inactive {
    background-color: tramsparent;
    border: 2px solid #dedede;
    pointer-events: none;
}

    .c-mlc-button-secondary.is--inactive::before {
        content: none;
    }

    .c-mlc-button-secondary.is--inactive .c-atm-text-bold-05 {
        color: #dedede;
    }

.c-mlc-button-secondary-text {
    position: relative;
    z-index: 1;
    color: #232323;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.c-mlc-button-secondary-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-secondary-item {
        right: 16px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-secondary-item {
        right: 1.503759398496241vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary-item {
        right: 4.266666666666667vw;
        font-size: 3.2vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

[class*='c-mlc-button-secondary-icon'] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 1064px) {
    [class*='c-mlc-button-secondary-icon'] {
        right: 14px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-mlc-button-secondary-icon'] {
        right: 1.31578947368421vw;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-mlc-button-secondary-icon'] {
        right: 3.733333333333334vw;
    }
}

[class*='c-mlc-button-secondary-icon'] svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-secondary-icon-window {
        height: 12px;
        width: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-secondary-icon-window {
        height: 1.12781954887218vw;
        width: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary-icon-window {
        height: 3.2vw;
        width: 3.2vw;
    }
}

.c-mlc-button-secondary-icon-window path {
    -webkit-transition: stroke 0.3s ease-in-out;
    transition: stroke 0.3s ease-in-out;
    stroke: #232323;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-secondary-icon-exclamation {
        height: 16px;
        width: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-secondary-icon-exclamation {
        height: 1.503759398496241vw;
        width: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-secondary-icon-exclamation {
        height: 4.266666666666667vw;
        width: 4.266666666666667vw;
    }
}

.c-mlc-button-small {
    display: block;
    background-color: #232323;
    position: relative;
    width: 100%;
    border: 2px solid #232323;
    text-align: center;
    cursor: pointer;
}

.c-mlc-button-small.is--window {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1064px) {
  .c-mlc-button-small.is--window {
    gap: 5px;
  }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
  .c-mlc-button-small.is--window {
    gap: 0.4699248120300753vw;
  }
}
@media screen and (max-width: 850px) {
  .c-mlc-button-small.is--window {
    gap: 1.333333333333333vw;
  }
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-small {
        border-radius: 3px;
        padding: 4px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-small {
        border-radius: 0.281954887218045vw;
        padding: 0.37593984962406vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small {
        border-radius: 0.8vw;
        padding: 1.066666666666667vw 2vw;
        width: max-content;
        margin: 0 auto;
    }
}

.c-mlc-button-small.secondary {
    background-color: white;
}

.c-mlc-button-small::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-mlc-button-small.secondary::before {
    background-color: var(--tr-black);
}

.c-mlc-button-small.is--reserve::before {
    background-color: var(--tr-red);
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small::before {
        content: none;
    }
}

.c-mlc-button-small .c-atm-text-bold-03 {
    color: #fff;
}

.c-mlc-button-small:hover .c-atm-text-bold-03 {
    color: #232323;
}

.c-mlc-button-small.secondary .c-atm-text-bold-03 {
    color: var(--tr-black);
    font-weight: bold;
}

.c-mlc-button-small.secondary:hover .c-atm-text-bold-03 {
    color: white;
    font-weight: normal;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small:hover .c-atm-text-bold-03 {
        color: #fff;
    }
}

.c-mlc-button-small:hover .c-mlc-button-external-icon svg path {
    stroke: #232323;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small:hover .c-mlc-button-external-icon svg path {
        stroke: #fff;
    }
}

.c-mlc-button-small:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-mlc-button-small.is--white {
    background-color: #fff;
    color: #fff;
}

    .c-mlc-button-small.is--white .c-atm-text-bold-03 {
        color: #232323;
    }

@media screen and (max-width: 850px) {
    .c-mlc-button-small.is--white .c-atm-text-bold-03 {
        color: #fff;
    }
}

.c-mlc-button-small.is--white::before {
    background-color: #232323;
}

.c-mlc-button-small.is--white:hover .c-atm-text-bold-03 {
    color: #fff;
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small.is--white:hover .c-atm-text-bold-03 {
        color: #232323;
    }
}

.c-mlc-button-small-text {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.c-mlc-button-small-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-small-item {
        right: 16px;
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-small-item {
        right: 1.503759398496241vw;
        font-size: 1.12781954887218vw;
        line-height: 1.7;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small-item {
        right: 4.266666666666667vw;
        font-size: 3.2vw;
        line-height: 1.7;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

.c-mlc-button-small-icon {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-mlc-button-small-icon {
        top: -8px;
        left: -8px;
        width: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-button-small-icon {
        top: -0.75187969924812vw;
        left: -0.75187969924812vw;
        width: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-button-small-icon {
        top: -2.133333333333333vw;
        left: -2.133333333333333vw;
        width: 4.266666666666667vw;
    }
}

.c-mlc-button-small-icon svg {
    width: 100%;
    height: auto;
}

.c-mlc-check-list input[type='radio'] {
    display: none;
}

    .c-mlc-check-list input[type='radio'] + label {
        cursor: pointer;
    }

        .c-mlc-check-list input[type='radio'] + label .c-mlc-check-list-box-vision-box {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            display: block;
            border-radius: 50%;
            background-color: #dedede;
            margin: 0;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-mlc-check-list input[type='radio'] + label .c-mlc-check-list-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-check-list input[type='radio'] + label .c-mlc-check-list-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-check-list input[type='radio'] + label .c-mlc-check-list-box-vision-box {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-check-list input[type='radio']:checked + label .c-mlc-check-list-box-vision-box {
    background-color: #d6000f;
}

    .c-mlc-check-list input[type='radio']:checked + label .c-mlc-check-list-box-vision-box::before {
        content: '';
        position: absolute;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-check-list input[type='radio']:checked + label .c-mlc-check-list-box-vision-box::before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-check-list input[type='radio']:checked + label .c-mlc-check-list-box-vision-box::before {
        width: 0.75187969924812vw;
        height: 0.75187969924812vw;
        border-radius: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-check-list input[type='radio']:checked + label .c-mlc-check-list-box-vision-box::before {
        width: 2.133333333333333vw;
        height: 2.133333333333333vw;
        border-radius: 1.066666666666667vw;
    }
}

.c-mlc-check-list input[type='checkbox'] {
    display: none;
}

    .c-mlc-check-list input[type='checkbox'] + label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

        .c-mlc-check-list input[type='checkbox'] + label .c-mlc-check-list-box-vision-box {
            display: block;
            border: 1px solid #232323;
            background-color: #fff;
            margin: 0;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-mlc-check-list input[type='checkbox'] + label .c-mlc-check-list-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-check-list input[type='checkbox'] + label .c-mlc-check-list-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-check-list input[type='checkbox'] + label .c-mlc-check-list-box-vision-box {
        width: 3.466666666666666vw;
        height: 3.466666666666666vw;
    }
}

.c-mlc-check-list input[type='checkbox']:checked + label .c-mlc-check-list-box-vision-box {
    background-color: #232323;
}

    .c-mlc-check-list input[type='checkbox']:checked + label .c-mlc-check-list-box-vision-box::before {
        content: '';
        position: absolute;
        top: 40%;
        left: 50%;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-check-list input[type='checkbox']:checked + label .c-mlc-check-list-box-vision-box::before {
        width: 6px;
        height: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-check-list input[type='checkbox']:checked + label .c-mlc-check-list-box-vision-box::before {
        width: 0.56390977443609vw;
        height: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-check-list input[type='checkbox']:checked + label .c-mlc-check-list-box-vision-box::before {
        top: 45%;
        width: 0.8vw;
        height: 1.866666666666667vw;
        border-bottom-width: 1px;
        border-right-width: 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-check-list + .c-mlc-check-list {
        margin-left: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-check-list + .c-mlc-check-list {
        margin-left: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-check-list + .c-mlc-check-list {
        margin-left: 5.333333333333334vw;
    }
}

.c-mlc-check-list-box-vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-check-list-text {
        margin-left: 9px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-check-list-text {
        margin-left: 0.845864661654135vw;
        white-space: nowrap;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-check-list-text {
        margin-left: 2.4vw;
    }
}

.c-mlc-counter {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (min-width: 1064px) {
    .c-mlc-counter {
        margin-top: 16px;
        width: 1000px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-counter {
        margin-top: 1.503759398496241vw;
        width: 93.98496240601504vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-counter {
        margin-top: 4.266666666666667vw;
        width: 91.46666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-counter-num {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-counter-num {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-counter-num {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-counter-unit {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-counter-unit {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-counter-unit {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 1.066666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-sort-item-check .c-mlc-sort-item-check--inner + .c-mlc-sort-item-check--inner {
        margin-left: 50px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-sort-item-check .c-mlc-sort-item-check--inner + .c-mlc-sort-item-check--inner {
        margin-left: 4.699248120300751vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-sort-item-check .c-mlc-sort-item-check--inner + .c-mlc-sort-item-check--inner {
        margin-left: 4.666667vw;
    }
}

.c-mlc-sort-item-check .c-mlc-sort-item-check-itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-sort-item-check .c-mlc-sort-item-check-itm {
        margin-top: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-sort-item-check .c-mlc-sort-item-check-itm {
        margin-top: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-sort-item-check .c-mlc-sort-item-check-itm {
        margin-top: 1.6vw;
    }
}

.c-mlc-form-group-02 {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02 {
        padding: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02 {
        padding: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02 {
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-mlc-form-group-02-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check {
        margin-top: 2.666666666666667vw;
    }
}

.c-mlc-form-group-02-check input[type='checkbox'] {
    display: none;
}

    .c-mlc-form-group-02-check input[type='checkbox'] + label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

        .c-mlc-form-group-02-check input[type='checkbox'] + label .c-mlc-form-group-02-check-box-vision-box {
            display: block;
            border: 1px solid #232323;
            background-color: #fff;
            margin: 0;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check input[type='checkbox'] + label .c-mlc-form-group-02-check-box-vision-box {
        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check input[type='checkbox'] + label .c-mlc-form-group-02-check-box-vision-box {
        width: 1.691729323308271vw;
        height: 1.691729323308271vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check input[type='checkbox'] + label .c-mlc-form-group-02-check-box-vision-box {
        width: 3.466666666666666vw;
        height: 3.466666666666666vw;
    }
}

.c-mlc-form-group-02-check input[type='checkbox']:checked + label .c-mlc-form-group-02-check-box-vision-box {
    background-color: #232323;
}

    .c-mlc-form-group-02-check input[type='checkbox']:checked + label .c-mlc-form-group-02-check-box-vision-box::before {
        content: '';
        position: absolute;
        top: 44%;
        left: 50%;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check input[type='checkbox']:checked + label .c-mlc-form-group-02-check-box-vision-box::before {
        width: 4px;
        height: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check input[type='checkbox']:checked + label .c-mlc-form-group-02-check-box-vision-box::before {
        width: 0.37593984962406vw;
        height: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check input[type='checkbox']:checked + label .c-mlc-form-group-02-check-box-vision-box::before {
        top: 42%;
        width: 0.8vw;
        height: 1.6vw;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

.c-mlc-form-group-02-check--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check--inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check--inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check-text {
        margin-left: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check-text {
        margin-left: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check-text {
        margin-left: 1.866666666666667vw;
        width: 39.46666666666667vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check-text .c-atm-text-regular-01 {
        line-height: 1;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check-text .c-atm-text-bold-03 {
        margin-top: 1.066666666666667vw;
    }
}

[class*='c-form-group-check-num'] {
    border: none;
    font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 1064px) {
    [class*='c-form-group-check-num'] {
        padding: 7px 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-form-group-check-num'] {
        padding: 0.657894736842105vw 0;
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-form-group-check-num'] {
        padding: 1.866666666666667vw 0;
        margin-left: 8vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-form-group-check-num-narrow {
    text-align: center;
    font-family: 'Roboto';
}

@media screen and (min-width: 1064px) {
    .c-form-group-check-num-narrow {
        width: 45px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-form-group-check-num-narrow {
        width: 4.229323308270676vw;
    }
}

@media screen and (max-width: 850px) {
    .c-form-group-check-num-narrow {
        width: 12vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-form-group-check-num-wide {
        width: 69px;
        text-align: center;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-form-group-check-num-wide {
        width: 7.518796992481203vw;
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    .c-form-group-check-num-wide {
        width: 16.266666666666666vw;
        padding-right: 2.133333333333333vw;
        text-align: right;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check-hundred {
        margin-left: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check-hundred {
        margin-left: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check-hundred {
        margin-left: 1.066666666666667vw;
    }
}

.c-mlc-form-group-02-check-hundred .c-atm-text-medium-01 {
    font-family: Roboto;
    display: inline-block;
    line-height: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check-pt {
        margin-left: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check-pt {
        margin-left: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check-pt {
        margin-left: 1.066666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-02-check-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-02-check-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-02-check-annotation {
        margin-top: 2.133333333333333vw;
    }
}

.c-mlc-form-group-03-check-commission {
    display: block;
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check-commission {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check-commission {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check-commission {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-form-group-03-check-commission-yen {
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check-commission-yen {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check-commission-yen {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check-commission-yen {
        margin-left: 2.133333333333333vw;
    }
}

.c-mlc-form-group-03 {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03 {
        padding: 6.666666666666667vw 4.266666666666667vw;
    }
}

.c-mlc-form-group-03-check {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check {
        width: 50%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check {
        width: 50%;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check + .c-mlc-form-group-03-check {
        padding-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check:nth-child(n+3) {
        padding-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check:nth-child(n+3) {
        padding-top: 1.503759398496241vw;
    }
}

.c-mlc-form-group-04-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-mlc-form-group-03-check--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-mlc-form-group-03-check--child--wrapper {
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check--child--inner {
        padding-top: 12px;
        margin-left: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check--child--inner {
        padding-top: 1.12781954887218vw;
        margin-left: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check--child--inner {
        padding-top: 3.2vw;
        margin-left: 8vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check--child + .c-mlc-form-group-03-check--child {
        padding-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check--child + .c-mlc-form-group-03-check--child {
        padding-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check--child + .c-mlc-form-group-03-check--child {
        padding-top: 3.2vw;
    }
}

.c-mlc-form-group-03-check-box-vision,
.c-mlc-form-group-04-check-box-vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

    .c-mlc-form-group-03-check-box-vision.is--inactive,
    .c-mlc-form-group-04-check-box-vision.is--inactive {
        opacity: .4;
        pointer-events: none;
    }

.c-mlc-form-group-03-check input[type='radio'],
.c-mlc-form-group-04-check input[type='radio'] {
    display: none;
}

    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        border-radius: 50%;
        background-color: #dedede;
        margin: 0;
        position: relative;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-03-check-box-vision-box,
    .c-mlc-form-group-03-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box,
    .c-mlc-form-group-04-check input[type='radio'] + label .c-mlc-form-group-04-check-box-vision-box {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box,
.c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box,
.c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box,
.c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box {
    background-color: #d6000f;
}

    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before {
        content: '';
        position: absolute;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before {
        width: 0.75187969924812vw;
        height: 0.75187969924812vw;
        border-radius: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-03-check-box-vision-box::before,
    .c-mlc-form-group-03-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before,
    .c-mlc-form-group-04-check input[type='radio']:checked + label .c-mlc-form-group-04-check-box-vision-box::before {
        width: 2.133333333333333vw;
        height: 2.133333333333333vw;
        border-radius: 1.066666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-03-check-text,
    .c-mlc-form-group-04-check-text {
        margin-left: 9px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-03-check-text,
    .c-mlc-form-group-04-check-text {
        margin-left: 0.845864661654135vw;
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-03-check-text,
    .c-mlc-form-group-04-check-text {
        margin-left: 2.4vw;
        width: 70.93333333333334vw;
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check + .c-mlc-form-group-04-check {
        padding-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check + .c-mlc-form-group-04-check {
        padding-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check + .c-mlc-form-group-04-check {
        padding-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-04-check input[type='text'] {
    font-family: Noto Sans JP, sans-serif;
}

.c-mlc-form-group-04-check input[type='checkbox'] {
    display: none;
}

    .c-mlc-form-group-04-check input[type='checkbox'] + label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-mlc-form-group-04-check input[type='checkbox'] + label .c-mlc-form-group-04-check-add-register-box-vision-box {
            display: block;
            border: 1px solid #232323;
            background-color: #fff;
            margin: 0;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check input[type='checkbox'] + label .c-mlc-form-group-04-check-add-register-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check input[type='checkbox'] + label .c-mlc-form-group-04-check-add-register-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check input[type='checkbox'] + label .c-mlc-form-group-04-check-add-register-box-vision-box {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-form-group-04-check input[type='checkbox']:checked + label .c-mlc-form-group-04-check-add-register-box-vision-box {
    background-color: #232323;
}

    .c-mlc-form-group-04-check input[type='checkbox']:checked + label .c-mlc-form-group-04-check-add-register-box-vision-box::before {
        content: '';
        position: absolute;
        top: 40%;
        left: 50%;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check input[type='checkbox']:checked + label .c-mlc-form-group-04-check-add-register-box-vision-box::before {
        width: 6px;
        height: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check input[type='checkbox']:checked + label .c-mlc-form-group-04-check-add-register-box-vision-box::before {
        width: 0.56390977443609vw;
        height: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check input[type='checkbox']:checked + label .c-mlc-form-group-04-check-add-register-box-vision-box::before {
        width: 1.6vw;
        height: 2.666666666666667vw;
    }
}

.c-mlc-form-group-04-check-add-register-box-vision {
    cursor: pointer;
}

.c-mlc-form-group-04-check-add--wrapper {
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add--wrapper {
        margin-left: 29px;
        width: 720px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add--wrapper {
        margin-left: 2.725563909774436vw;
        width: 67.66917293233082vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-shop {
        padding-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-shop {
        padding-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-shop {
        padding-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-04-check-shop--wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-shop--wrapper {
        margin-left: 29px;
        width: 720px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-shop--wrapper {
        margin-left: 2.725563909774436vw;
        width: 67.66917293233082vw;
    }
}

.c-mlc-form-group-04-check-add {
    -webkit-transition: height 0.4s ease, padding-top 0.4s ease;
    transition: height 0.4s ease, padding-top 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add.is--padding {
        padding-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add.is--padding {
        padding-top: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add.is--padding {
        padding-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add--inner {
        padding: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add--inner {
        padding: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add--inner {
        padding: 8vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item + .c-mlc-form-group-04-check-add-form-list-item {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item + .c-mlc-form-group-04-check-add-form-list-item {
        margin-top: 1.409774436090226vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item + .c-mlc-form-group-04-check-add-form-list-item {
        margin-top: 6.4vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-label {
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 2.067669172932331vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(6) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(6) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(6) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(1) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(1) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(1) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(3) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(3) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(3) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(4) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(4) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(4) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(5) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(5) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(5) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(7) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(7) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(7) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(8) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(8) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:nth-child(8) .c-mlc-form-group-04-check-add-form-list-item-label.is--error {
        margin-bottom: 10.666666666666668vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item:last-child {
        margin-top: 2.666666666666667vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-text,
.c-mlc-form-group-04-check-shop-list-title {
    display: block;
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-text,
    .c-mlc-form-group-04-check-shop-list-title {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        width: 112px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-text,
    .c-mlc-form-group-04-check-shop-list-title {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        width: 10.526315789473683vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-text,
    .c-mlc-form-group-04-check-shop-list-title {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        display: inline-block;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-text.is--small,
    .c-mlc-form-group-04-check-shop-list-title.is--small {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-text.is--small,
    .c-mlc-form-group-04-check-shop-list-title.is--small {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input,
    .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        margin-left: 33px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input,
    .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        margin-left: 3.101503759398496vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input {
        height: 42px;
        width: 220px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input {
        height: 3.947368421052631vw;
        width: 20.676691729323306vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input {
        height: 11.200000000000001vw;
        width: 100%;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input.is--wide {
        width: 515px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input.is--wide {
        width: 48.402255639097746vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input.is--wide {
        width: 100%;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        width: 244px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        width: 22.932330827067666vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        width: 34.13333333333333vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-attention {
    display: block;
    white-space: nowrap;
    vertical-align: top;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-attention {
        display: inline-block;
        margin-left: 3.2vw;
        vertical-align: 0.7vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-attention + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-attention + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-attention + .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-attention + .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        margin-left: 1.12781954887218vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-attention .c-atm-text-bold-03 {
    color: #d6000f;
}

.c-mlc-form-group-04-check-add-form-list-item-input--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper {
        margin-left: 1.12781954887218vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input {
    margin-left: 0;
}

    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        margin-left: 12px;
    }

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        margin-left: 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input--wrapper .c-mlc-form-group-04-check-add-form-list-item-input + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form {
        width: 485px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form {
        width: 45.58270676691729vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form {
        width: 64vw;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form + .c-mlc-form-group-04-check-add-form-list-item-input-form {
        margin-left: 23px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form + .c-mlc-form-group-04-check-add-form-list-item-input-form {
        margin-left: 2.161654135338346vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form + .c-mlc-form-group-04-check-add-form-list-item-input-form {
        margin-left: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form.is--half {
        width: 218px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form.is--half {
        width: 20.48872180451128vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form.is--half + .c-mlc-form-group-04-check-add-form-list-item-error {
        width: 245px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form.is--half + .c-mlc-form-group-04-check-add-form-list-item-error {
        width: 23.026315789473685vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-input-form.is--name {
        width: 27.73333333333333vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-prefecture {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-prefecture {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        display: block;
        width: 64vw;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-register {
        margin-top: 25px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-register {
        margin-top: 2.349624060150376vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-register {
        margin-top: 10vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-register.is--error {
        margin-top: 16vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-register-text {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-register-text {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-register-text {
        margin-left: 2.133333333333333vw;
    }
}

.c-mlc-form-group-04-check-shop-list--wrapper,
.c-mlc-form-group-04-check-shop-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-shop-list--wrapper,
    .c-mlc-form-group-04-check-shop-list {
        display: block;
        position: relative;
    }
}

.c-mlc-form-group-04-check-shop-list--wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-shop-list--wrapper {
        padding: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-shop-list--wrapper {
        padding: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-shop-list--wrapper {
        padding: 9.333333333333334vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    [class*='c-mlc-form-group-04-check-shop-list-text'] {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 23px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-mlc-form-group-04-check-shop-list-text'] {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 2.161654135338346vw;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-mlc-form-group-04-check-shop-list-text'] {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-top: 2.133333333333333vw;
    }
}

.c-mlc-form-group-04-check-shop-list-text--bold {
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-shop-list-button {
        position: absolute;
        top: 6.4vw;
        right: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-shop-list-button .c-mlc-button-form {
        padding: 6px 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-shop-list-button .c-mlc-button-form {
        padding: 0.56390977443609vw 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-shop-list-button .c-mlc-button-form {
        padding: 1.6vw 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-shop-annotation {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-shop-annotation {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-shop-annotation {
        margin-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-04-check-add-form-list-item-error {
    display: block;
    color: #d6000f;
    white-space: nowrap;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-error {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-top: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04-check-add-form-list-item-error {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-top: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04-check-add-form-list-item-error {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-04.is--error .c-mlc-form-group-04-check-add-form-list-item {
        padding-bottom: 1px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-04.is--error .c-mlc-form-group-04-check-add-form-list-item {
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-04.is--error .c-mlc-form-group-04-check-add-form-list-item {
        padding-bottom: 2.666666666666667vw;
    }
}

.c-mlc-form-group-04.is--error .c-mlc-form-group-04-check-add-form-list-item:nth-child(2) {
    padding-bottom: 0;
}

.c-mlc-form-group-05-check-commission {
    display: block;
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-commission {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-commission {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-commission {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-form-group-05-check-commission-yen {
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-commission-yen {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-commission-yen {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-commission-yen {
        margin-left: 2.133333333333333vw;
    }
}

.c-mlc-form-group-05 {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05 {
        padding: 24px 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05 {
        padding: 2.255639097744361vw 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05 {
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check + .c-mlc-form-group-05-check {
        padding-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check + .c-mlc-form-group-05-check {
        padding-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check + .c-mlc-form-group-05-check {
        padding-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-05-check-box-vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.c-mlc-form-group-05-check input[type='radio'] {
    display: none;
}

    .c-mlc-form-group-05-check input[type='radio'] + label .c-mlc-form-group-05-check-box-vision-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        border-radius: 50%;
        background-color: #dedede;
        margin: 0;
        position: relative;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check input[type='radio'] + label .c-mlc-form-group-05-check-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check input[type='radio'] + label .c-mlc-form-group-05-check-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check input[type='radio'] + label .c-mlc-form-group-05-check-box-vision-box {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-form-group-05-check input[type='radio']:checked + label .c-mlc-form-group-05-check-box-vision-box {
    background-color: #d6000f;
}

    .c-mlc-form-group-05-check input[type='radio']:checked + label .c-mlc-form-group-05-check-box-vision-box::before {
        content: '';
        position: absolute;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check input[type='radio']:checked + label .c-mlc-form-group-05-check-box-vision-box::before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check input[type='radio']:checked + label .c-mlc-form-group-05-check-box-vision-box::before {
        width: 0.75187969924812vw;
        height: 0.75187969924812vw;
        border-radius: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check input[type='radio']:checked + label .c-mlc-form-group-05-check-box-vision-box::before {
        width: 2.133333333333333vw;
        height: 2.133333333333333vw;
        border-radius: 1.066666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-text {
        margin-left: 9px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-text {
        margin-left: 0.845864661654135vw;
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-text {
        margin-left: 2.4vw;
        width: 70.93333333333334vw;
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check + .c-mlc-form-group-05-check {
        padding-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check + .c-mlc-form-group-05-check {
        padding-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check + .c-mlc-form-group-05-check {
        padding-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-05-check input[type='text'] {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check input[type='text'] {
        padding: 12px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check input[type='text'] {
        padding: 1.12781954887218vw;
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check input[type='text'] {
        padding: 3.2vw;
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-form-group-05-check input[type='checkbox'] {
    display: none;
}

    .c-mlc-form-group-05-check input[type='checkbox'] + label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-mlc-form-group-05-check input[type='checkbox'] + label .c-mlc-form-group-05-check-add-register-box-vision-box {
            display: block;
            border: 1px solid #232323;
            background-color: #fff;
            margin: 0;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check input[type='checkbox'] + label .c-mlc-form-group-05-check-add-register-box-vision-box {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check input[type='checkbox'] + label .c-mlc-form-group-05-check-add-register-box-vision-box {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check input[type='checkbox'] + label .c-mlc-form-group-05-check-add-register-box-vision-box {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-form-group-05-check input[type='checkbox']:checked + label .c-mlc-form-group-05-check-add-register-box-vision-box {
    background-color: #232323;
}

    .c-mlc-form-group-05-check input[type='checkbox']:checked + label .c-mlc-form-group-05-check-add-register-box-vision-box::before {
        content: '';
        position: absolute;
        top: 40%;
        left: 50%;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check input[type='checkbox']:checked + label .c-mlc-form-group-05-check-add-register-box-vision-box::before {
        width: 6px;
        height: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check input[type='checkbox']:checked + label .c-mlc-form-group-05-check-add-register-box-vision-box::before {
        width: 0.56390977443609vw;
        height: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check input[type='checkbox']:checked + label .c-mlc-form-group-05-check-add-register-box-vision-box::before {
        width: 1.6vw;
        height: 2.666666666666667vw;
    }
}

.c-mlc-form-group-05-check-add-register-box-vision {
    cursor: pointer;
}

.c-mlc-form-group-05-check-add--wrapper {
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add--wrapper {
        margin-left: 29px;
        width: 720px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add--wrapper {
        margin-left: 2.725563909774436vw;
        width: 67.66917293233082vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-shop {
        padding-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-shop {
        padding-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-shop {
        padding-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-05-check-shop--wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-shop--wrapper {
        margin-left: 29px;
        width: 720px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-shop--wrapper {
        margin-left: 2.725563909774436vw;
        width: 67.66917293233082vw;
    }
}

.c-mlc-form-group-05-check-add {
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add--inner {
        padding: 30px;
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add--inner {
        padding: 2.819548872180451vw;
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add--inner {
        padding: 8vw 4.266666666666667vw;
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item + .c-mlc-form-group-05-check-add-form-list-item {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item + .c-mlc-form-group-05-check-add-form-list-item {
        margin-top: 1.409774436090226vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item + .c-mlc-form-group-05-check-add-form-list-item {
        margin-top: 6.4vw;
    }
}

.c-mlc-form-group-05-check-add-form-list-item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-label {
        display: block;
    }
}

.c-mlc-form-group-05-check-add-form-list-item-label.is--error input[type='text'] {
    border: 1px solid #d6000f;
    background-color: rgba(214,0,15,0.1);
}

.c-mlc-form-group-05-check-add-form-list-item-text,
.c-mlc-form-group-05-check-shop-list-title {
    display: block;
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-text,
    .c-mlc-form-group-05-check-shop-list-title {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        width: 112px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-text,
    .c-mlc-form-group-05-check-shop-list-title {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        width: 10.526315789473683vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-text,
    .c-mlc-form-group-05-check-shop-list-title {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        display: inline-block;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input,
    .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        margin-left: 36px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input,
    .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        margin-left: 3.383458646616541vw;
    }
}

.c-mlc-form-group-05-check-add-form-list-item-attention {
    display: block;
    white-space: nowrap;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-attention {
        display: inline-block;
        margin-left: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-attention + .c-mlc-form-group-05-check-add-form-list-item-input {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-attention + .c-mlc-form-group-05-check-add-form-list-item-input {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-attention + .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-attention + .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        margin-left: 1.12781954887218vw;
    }
}

.c-mlc-form-group-05-check-add-form-list-item-input--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input--wrapper .c-mlc-form-group-05-check-add-form-list-item-input {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input--wrapper .c-mlc-form-group-05-check-add-form-list-item-input {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form {
        width: 485px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form {
        width: 45.58270676691729vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form {
        width: 64vw;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form + .c-mlc-form-group-05-check-add-form-list-item-input-form {
        margin-left: 23px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form + .c-mlc-form-group-05-check-add-form-list-item-input-form {
        margin-left: 2.161654135338346vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form + .c-mlc-form-group-05-check-add-form-list-item-input-form {
        margin-left: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form.is--half {
        width: 218px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form.is--half {
        width: 20.48872180451128vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form.is--half + .c-mlc-form-group-05-check-add-form-list-item-error {
        width: 245px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form.is--half + .c-mlc-form-group-05-check-add-form-list-item-error {
        width: 23.026315789473685vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-input-form.is--name {
        width: 27.73333333333333vw;
    }
}

.c-mlc-form-group-05-check-add-form-list-item-prefecture {
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-prefecture {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        display: block;
        width: 64vw;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-register {
        margin-top: 25px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-register {
        margin-top: 2.349624060150376vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-register {
        margin-top: 8vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-register-text {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-register-text {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-register-text {
        margin-left: 2.133333333333333vw;
    }
}

.c-mlc-form-group-05-check-shop-list--wrapper,
.c-mlc-form-group-05-check-shop-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-shop-list--wrapper,
    .c-mlc-form-group-05-check-shop-list {
        display: block;
        position: relative;
    }
}

.c-mlc-form-group-05-check-shop-list--wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-shop-list--wrapper {
        padding: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-shop-list--wrapper {
        padding: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-shop-list--wrapper {
        padding: 9.333333333333334vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    [class*='c-mlc-form-group-04-check-shop-list-text'] {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 23px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-mlc-form-group-04-check-shop-list-text'] {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 2.161654135338346vw;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-mlc-form-group-04-check-shop-list-text'] {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-top: 2.133333333333333vw;
    }
}

.c-mlc-form-group-05-check-shop-list-text--bold {
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-shop-list-button {
        position: absolute;
        top: 6.4vw;
        right: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-shop-list-button .c-mlc-button-form {
        padding: 6px 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-shop-list-button .c-mlc-button-form {
        padding: 0.56390977443609vw 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-shop-list-button .c-mlc-button-form {
        padding: 1.6vw 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-shop-annotation {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-shop-annotation {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-shop-annotation {
        margin-top: 4.266666666666667vw;
    }
}

.c-mlc-form-group-05-check-add-form-list-item-error {
    display: block;
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-error {
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-group-05-check-add-form-list-item-error {
        font-size: 1.12781954887218vw;
        line-height: 1.8;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-group-05-check-add-form-list-item-error {
        font-size: 3.2vw;
        line-height: 1.8;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-form-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-form-label .c-atm-text-attention-bold {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-form-label .c-atm-text-attention-bold {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-form-label .c-atm-text-attention-bold {
        margin-left: 3.2vw;
    }
}

.c-mlc-heading {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-heading {
        padding-top: 60px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-heading {
        padding-top: 5.639097744360902vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-heading {
        padding-top: 8vw;
    }
}

.c-mlc-heading-h1 {
    text-align: center;
}

.c-mlc-heading-description {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-heading-description {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-heading-description {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-heading-description {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 4.266666666666667vw;
    }
}

.c-mlc-loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .c-mlc-loading.is--open {
        z-index: 9999;
        pointer-events: auto;
        opacity: 1;
    }

        .c-mlc-loading.is--open .c-mlc-loading-icon {
            display: inline-block;
            -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite;
        }

    .c-mlc-loading.is--close {
        opacity: 0;
    }

        .c-mlc-loading.is--close .c-mlc-loading-icon {
            display: none;
        }

.c-mlc-loading-icon {
    background-color: #d6000f;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.c-mlc-nav-tab {
    width: 100%;
    background-color: #f0f0f0;
    border-bottom: 2px solid #fdd000;
}

@media screen and (min-width: 1064px) {
    .c-mlc-nav-tab {
        padding-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-nav-tab {
        padding-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-nav-tab {
        padding-top: 6.4vw;
    }
}

.c-mlc-nav-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-mlc-nav-tab-list-item {
    position: relative;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-mlc-nav-tab-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 532px;
        padding: 14px 0;
        border-radius: 6px 6px 0 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-nav-tab-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50vw;
        padding: 1.31578947368421vw 0;
        border-radius: 0.56390977443609vw 0.56390977443609vw 0 0;
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-nav-tab-list-item {
        width: 48vw;
        padding: 2.933333333333333vw 0 2.666666666666667vw;
        border-radius: 1.6vw 0 0 0;
        border-radius: 1.6vw 1.6vw 0 0;
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-nav-tab-list-item.is--active {
        position: relative;
        background-color: #fdd000;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-nav-tab-list-item.is--active {
        position: relative;
        background-color: #fdd000;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-nav-tab-list-item.is--active {
        background-color: #fdd000;
        border-radius: 1.6vw 1.6vw 0 0;
    }
}

.c-mlc-nav-tab-list-item.is--active .c-market_place-order-cart-body--inner {
    opacity: 1;
    z-index: 1;
}

.c-mlc-nav-tab-list-item-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-mlc-nav-tab-list-item-num {
        right: 24px;
        margin: 0 0 0 8px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-nav-tab-list-item-num {
        right: 2.255639097744361vw;
        margin: 0 0 0 0.75187969924812vw;
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-nav-tab-list-item-num {
        right: 3.2vw;
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-nav-tab-list-item-num .c-atm-button-item-num-text {
        top: 0.933333333333333vw;
    }
}

.c-mlc-order-details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content {
        margin-top: 16px;
        padding: 24px 32px;
        flex-flow: wrap;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content {
        margin-top: 1.503759398496241vw;
        padding: 2.255639097744361vw 3.007518796992481vw;
        flex-flow: wrap;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 3.2vw;
        padding: 6.4vw 4.266666666666667vw;
        flex-direction: column;
    }
}

.c-mlc-order-details-content-dl,
.c-mlc-order-details-content-state--wrapper,
.c-mlc-order-details-content-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-mlc-order-details-content-state--wrapper {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-dl--wrapper {
        width: 50%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-dl--wrapper {
        width: 50%;
    }
}

.c-mlc-order-details-content-dl--wrapper + .c-mlc-order-details-content-state--wrapper::before {
    content: '';
    width: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-dl--wrapper + .c-mlc-order-details-content-state--wrapper::before {
        height: 112px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-dl--wrapper + .c-mlc-order-details-content-state--wrapper::before {
        height: 10.526315789473683vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-dl--wrapper + .c-mlc-order-details-content-state--wrapper::before {
        content: none;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-dl + .c-mlc-order-details-content-dl {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-dl + .c-mlc-order-details-content-dl {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-dl + .c-mlc-order-details-content-dl {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-dt {
        width: 116px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-dt {
        width: 10.902255639097744vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-dt {
        width: 38vw;
    }
}

.c-mlc-order-details-content-dt .c-atm-text-regular-01 {
    color: #757575;
}

.c-mlc-order-details-content-state--wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-state--wrapper {
        padding-left: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-state--wrapper {
        padding-left: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-state--wrapper {
        margin-top: 6.4vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-state + .c-mlc-order-details-content-state {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-state + .c-mlc-order-details-content-state {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-state-text {
        margin-left: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-state-text {
        margin-left: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-state-text {
        margin-left: 1.333333333333333vw;
    }
}

.c-mlc-order-details-content-state {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-state-icon {
        width: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-state-icon {
        width: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-state-icon {
        width: 8.533333333333333vw;
    }
}

.c-mlc-order-details-content-state-icon svg {
    width: 100%;
    height: 100%;
}

.c-mlc-order-details-content-cancel-button {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-cancel-button {
        top: 24px;
        right: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-cancel-button {
        top: 2.255639097744361vw;
        right: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-cancel-button {
        position: relative;
        margin: 2.1vw auto 0 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-cancel-button .c-mlc-button-primary {
        padding: 6px 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-cancel-button .c-mlc-button-primary {
        padding: 0.56390977443609vw 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-cancel-button .c-mlc-button-primary {
        padding: 1.6vw 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-details-content-cancel-button .c-mlc-button-primary .c-mlc-button-primary-text .c-atm-text-regular-05 {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-details-content-cancel-button .c-mlc-button-primary .c-mlc-button-primary-text .c-atm-text-regular-05 {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-details-content-cancel-button .c-mlc-button-primary .c-mlc-button-primary-text .c-atm-text-regular-05 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-mlc-order-notice {
    text-align: center;
}

.c-mlc-order-notice-help {
    text-align: right;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-notice-help {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-notice-help {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-notice-help {
        margin-top: 3.2vw;
    }
}

.c-mlc-order-price-details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content {
        margin-top: 16px;
        padding: 24px 32px;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content {
        margin-top: 1.503759398496241vw;
        padding: 2.255639097744361vw 3.007518796992481vw;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 3.2vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-mlc-order-price-details-content-dl,
.c-mlc-order-price-details-content-state--wrapper,
.c-mlc-order-price-details-content-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-mlc-order-price-details-content-state--wrapper {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl--wrapper {
        width: 50%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl--wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl--wrapper {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl--wrapper .c-mlc-order-price-details-heading {
        margin-top: 0;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl--wrapper .c-org-product-info-02-detail-transaction-list {
        margin-top: 24px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl--wrapper .c-org-product-info-02-detail-transaction-list {
        margin-top: 2.255639097744361vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl--wrapper .c-org-product-info-02-detail-transaction-list {
        margin-top: 6.4vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl--wrapper + .c-mlc-order-price-details-content-state--wrapper {
        padding-top: 6.4vw;
    }
}

.c-mlc-order-price-details-content-dl--wrapper + .c-mlc-order-price-details-content-state--wrapper::before {
    content: '';
    width: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl--wrapper + .c-mlc-order-price-details-content-state--wrapper::before {
        height: 100%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl--wrapper + .c-mlc-order-price-details-content-state--wrapper::before {
        height: 100%;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl--wrapper + .c-mlc-order-price-details-content-state--wrapper::before {
        top: 0;
        left: 50%;
        width: 100%;
        height: 1px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl.is--full {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl.is--full {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl.is--full {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-mlc-order-price-details-content-dl.is--bold p {
    color: #232323;
    font-weight: 600;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01 {
        font-size: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01 {
        font-size: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01 {
        font-size: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl + .c-mlc-order-price-details-content-dl {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl + .c-mlc-order-price-details-content-dl {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl + .c-mlc-order-price-details-content-dl {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dt {
        width: 214px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dt {
        width: 20.112781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dt {
        width: 52vw;
    }
}

.c-mlc-order-price-details-content-dt .c-atm-text-regular-01 {
    color: #757575;
}

.c-mlc-order-price-details-content-state--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-state--wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 45%;
        padding-left: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-state--wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 45%;
        padding-left: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-state--wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-state + .c-mlc-order-price-details-content-state {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-state + .c-mlc-order-price-details-content-state {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-state-text {
        margin-left: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-state-text {
        margin-left: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-state-text {
        margin-left: 1.333333333333333vw;
    }
}

.c-mlc-order-price-details-content-state {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-state-icon {
        width: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-state-icon {
        width: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-state-icon {
        width: 8.533333333333333vw;
    }
}

.c-mlc-order-price-details-content-state-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-cancel-button {
        position: relative;
        max-width: 145px;
        margin: 8px auto 0 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-cancel-button {
        position: relative;
        max-width: 14vw;
        margin: 0.75187969924812vw auto 0 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-cancel-button {
        position: relative;
        max-width: 48vw;
        margin: 2.1vw auto 0 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-cancel-button .c-mlc-button-primary {
        padding: 6px 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-cancel-button .c-mlc-button-primary {
        padding: 0.56390977443609vw 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-cancel-button .c-mlc-button-primary {
        padding: 1.6vw 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-cancel-button .c-mlc-button-primary .c-mlc-button-primary-text .c-atm-text-regular-05 {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-cancel-button .c-mlc-button-primary .c-mlc-button-primary-text .c-atm-text-regular-05 {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-cancel-button .c-mlc-button-primary .c-mlc-button-primary-text .c-atm-text-regular-05 {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-heading {
        margin: 16px 0 8px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-heading {
        margin: 1.503759398496241vw 0 0.75187969924812vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-heading {
        margin: 6.4vw 0 2.133333333333333vw 0;
    }
}

.c-mlc-order-price-details-content-dd {
    font-family: Roboto,'Noto Sans CJK JP';
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-heading {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-heading {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-heading {
        margin-top: 3.2vw;
    }
}

.c-mlc-order-transaction-heading + .c-mlc-order-transaction-body {
    border-top: 1px solid #dedede;
}

.c-mlc-order-transaction-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body {
        padding: 30px 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body {
        padding: 2.819548872180451vw 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body {
        padding: 6.4vw 4.266666666666667vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body.c-mlc-order-transaction-comments {
        margin-top: 16px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body.c-mlc-order-transaction-comments {
        margin-top: 1.503759398496241vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body.c-mlc-order-transaction-comments {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body--inner.is--maxwidth {
        width: 100%;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body--inner.is--maxwidth {
        width: 100%;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-list.c-mlc-order-transaction-body-evaluation-buyer {
        display: flex;
        width: 100%;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-list.c-mlc-order-transaction-body-evaluation-buyer {
        display: flex;
        width: 100%;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-list.c-mlc-order-transaction-body-evaluation-buyer {
        width: 100%;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-list.c-mlc-order-transaction-body-evaluation-buyer.is--flex {
        display: flex;
        width: 100%;
    }
}
@media screen and (min-width: 1064px) {
    .c-market_place-order-history-detail-evaluation-button {
        margin: 0 0 0 auto;
        width: 376px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-history-detail-evaluation-button {
        margin: 0 0 0 auto;
        width: 35.338345864661655vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-list,
    .c-mlc-order-transaction-body-comments {
        width: 100%;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-list {
        width: 468px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-list {
        width: 43.984962406015036vw;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-list.c-mlc-order-transaction-body-evaluation {
        padding-right: 32px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-list.c-mlc-order-transaction-body-evaluation {
        padding-right: 3.007518796992481vw;
    }
}
.c-mlc-order-transaction-body-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dl.c-mlc-order-transaction-body-dl-evaluation-buyer {
        display: block;
        width: 30%;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dl.c-mlc-order-transaction-body-dl-evaluation-buyer {
        display: block;
        width: 30%;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dl + .c-mlc-order-transaction-body-dl {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dl + .c-mlc-order-transaction-body-dl {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dl + .c-mlc-order-transaction-body-dl {
        margin-top: 1.6vw;
    }
}

.c-mlc-order-transaction-body-dl:nth-child(3) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-mlc-order-transaction-body-dt {
    color: #757575;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dt {
        width: 130px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dt {
        width: 11.902255639097744vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt {
        width: 38.93333333333333vw;
    }
}

.c-mlc-order-transaction-body-dt-q {
    position: relative;
    z-index: 9;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dt-q {
        margin-left: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dt-q {
        margin-left: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt-q {
        margin-left: 1.066666666666667vw;
    }
}

.c-mlc-order-transaction-body-dt-q .c-atm-icon-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-mlc-order-transaction-body-dt-q .c-atm-icon-question {
    overflow-x: initial;
    overflow-y: initial;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dt-q .c-atm-icon-question {
        width: 17px;
        height: 17px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dt-q .c-atm-icon-question {
        width: 1.62781954887218vw;
        height: 1.62781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt-q .c-atm-icon-question {
        width: 4.2vw;
        height: 4.2vw;
    }
}

.c-mlc-order-transaction-body-dt-q .c-atm-icon-question svg {
    width: 100%;
    height: 100%;
}

.c-mlc-order-transaction-body-dt-q:hover .c-mlc-order-transaction-body-dt-a {
    opacity: 1;
}

.c-mlc-order-transaction-body-dt-q .c-mlc-order-transaction-body-dt-a span {
    white-space: nowrap;
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dd {
        width: 16vw;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dd.is-padding {
        margin-top: 12px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dd.is-padding {
        margin-top: 1.12781954887218vw;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dd-no-evaluation {
        margin-top: 12px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dd-no-evaluation {
        margin-top: 1.12781954887218vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dd-no-evaluation {
        width: 35.266667vw;
    }
}
.c-mlc-order-transaction-body-dd-evaluation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dd-evaluation-icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dd-evaluation-icon {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dd-evaluation-icon {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-order-transaction-body-dd-evaluation-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dd-evaluation-text {
        margin-left: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dd-evaluation-text {
        margin-left: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dd-evaluation-text {
        margin-left: 1.6vw;
    }
}

.c-mlc-order-transaction-body-dt-a {
    display: block;
    word-break: keep-all;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #232323;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 3px;
}

.c-mlc-order-transaction-body-dt-a.is-other-delivery {
    width: 300px;
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt-a.is-other-delivery {
        width: 50vw;
    }
}

.c-mlc-order-transaction-body-dt-a.is-isolated-island-delivery {
    width: 220px;
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt-a.is-isolated-island-delivery {
        width: 50vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dt-a {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 8px;
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        left: calc(100% + 11px);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dt-a {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 0.75187969924812vw;
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        left: calc(100% + 1.033834586466165vw);
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt-a {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 2.133333333333333vw;
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        left: calc(100% + 2.933333333333333vw);
    }
}

.c-mlc-order-transaction-body-dt-a::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-box-shadow: -3px 4px 10px rgba(0,0,0,0.2);
    box-shadow: -3px 4px 10px rgba(0,0,0,0.2);
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-dt-a::before {
        width: 8px;
        height: 8px;
        left: -4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-dt-a::before {
        width: 0.75187969924812vw;
        height: 0.75187969924812vw;
        left: -0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-dt-a::before {
        width: 2.133333333333333vw;
        height: 2.133333333333333vw;
        left: -1.066666666666667vw;
    }
}

.c-mlc-order-transaction-body-action-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-action-button {
        width: 117px;
        right: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-action-button {
        width: 10.996240601503759vw;
        right: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-action-button {
        width: 28.000000000000004vw;
        right: 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-action-button.is--detail {
        width: 76px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-action-button.is--detail {
        width: 7.142857142857142vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-action-button.is--detail {
        width: 20.266666666666666vw;
    }
}

.c-mlc-order-transaction-body-button {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-button {
        margin: 24px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-button {
        margin: 2.255639097744361vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-button {
        margin: 6.4vw auto 0;
        width: 71.2vw;
    }
}

.c-mlc-order-transaction-body-comments .c-atm-text-regular-06 {
    font-size: 13px;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments .c-atm-text-regular-06 {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments .c-atm-text-regular-06 {
        font-size: 2.8vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments {
        padding-right: 32px;
        width: 468px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments {
        padding-right: 3.007518796992481vw;
        width: 43.984962406015036vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments {
        border-left: none;
    }
}

.c-mlc-order-transaction-body-comments-item--wrapper {
    background-color: #f7f7f7;
    overflow-y: scroll;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item--wrapper {
        padding: 12px;
        height: 186px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item--wrapper {
        padding: 1.12781954887218vw;
        height: 17.481203007518797vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item--wrapper {
        padding: 4.266666666666667vw 3.2vw;
        height: 49.6vw;
    }
}

.c-mlc-order-transaction-body-comments--inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments--inner {
        padding-top: 9px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments--inner {
        padding-top: 0.845864661654135vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments--inner {
        padding-top: 4vw;
    }
}

.c-mlc-order-transaction-body-comments-title--sp {
    position: relative;
    pointer-events: none;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-title--sp {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-title--sp {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-title--sp {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        pointer-events: auto;
    }
}

.c-mlc-order-transaction-body-comments-title--pc,
.c-mlc-order-transaction-body-comments-close--pc {
    pointer-events: auto;
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-title--pc,
    .c-mlc-order-transaction-body-comments-close--pc {
        display: none;
        pointer-events: none;
    }
}

.c-mlc-order-transaction-body-comments-title--pc {
    text-align: center;
}

    .c-mlc-order-transaction-body-comments-title--pc.is--open .c-mlc-order-transaction-body-comments-close--pc::before {
        content: '閉じる';
    }

    .c-mlc-order-transaction-body-comments-title--pc.is--open .c-mlc-order-transaction-body-comments-close--pc::after {
        -webkit-transform: translateY(-30%) rotate(-135deg);
        transform: translateY(-30%) rotate(-135deg);
    }

.c-mlc-order-transaction-body-comments-close--pc {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-close--pc {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-close--pc {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-order-transaction-body-comments-close--pc::before {
    content: 'もっと見る';
    display: inline-block;
}

.c-mlc-order-transaction-body-comments-close--pc::after {
    content: '';
    border-bottom: 2px solid #232323;
    border-right: 2px solid #232323;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-close--pc::after {
        width: 6px;
        height: 6px;
        right: -14px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-close--pc::after {
        width: 0.56390977443609vw;
        height: 0.56390977443609vw;
        right: -1.31578947368421vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-close--pc::after {
        width: 1.6vw;
        height: 1.6vw;
        right: -3.733333333333334vw;
    }
}

.c-mlc-order-transaction-body-comments-close--pc:hover {
    opacity: 0.5;
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-close--pc:hover {
        opacity: 1;
    }
}

.c-mlc-order-transaction-body-comments-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item + .c-mlc-order-transaction-body-comments-item {
        padding-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item + .c-mlc-order-transaction-body-comments-item {
        padding-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item + .c-mlc-order-transaction-body-comments-item {
        padding-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-close--sp {
        display: none;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-close--sp {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-close--sp {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 3.2vw;
        height: 3.2vw;
    }

        .c-mlc-order-transaction-body-comments-close--sp::before,
        .c-mlc-order-transaction-body-comments-close--sp::after {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background-color: #232323;
            position: absolute;
            top: 50%;
        }

        .c-mlc-order-transaction-body-comments-close--sp::before {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .c-mlc-order-transaction-body-comments-close--sp::after {
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-close--sp.is--open::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.c-mlc-order-transaction-body-comments-item-icon {
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-icon {
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-icon {
        width: 3.007518796992481vw;
        height: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item-icon {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
}

.c-mlc-order-transaction-body-comments-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents--wrapper {
        margin-left: 8px;
        width: 391px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents--wrapper {
        margin-left: 0.75187969924812vw;
        width: 36.74812030075188vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item-contents--wrapper {
        margin-left: auto;
        width: 70.13333333333334vw;
    }
}

.c-mlc-order-transaction-body-comments-item-contents-text {
    display: block;
    word-break: break-all;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents-text {
        padding-top: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents-text {
        padding-top: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item-contents-text {
        padding-top: 1.333333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents--sub {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents--sub {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item-contents--sub {
        margin-top: 2.133333333333333vw;
    }
}

.c-mlc-order-transaction-body-comments-item-contents-name {
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents-name {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-item-contents-name {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-item-contents-name {
        margin-top: 3.733333333333334vw;
    }
}

.c-mlc-order-transaction-body-comments-form {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-form {
        margin-top: 3.2vw;
    }
}

.c-mlc-order-transaction-body-comments-form textarea {
    resize: vertical;
    border: 1px solid #dedede;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form textarea {
        width: 401px;
        padding: 16px 48px 16px 16px;
        min-height: 38px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form textarea {
        width: 37.68796992481203vw;
        padding: 1.503759398496241vw 4.511278195488721vw 1.503759398496241vw 1.503759398496241vw;
        min-height: 3.7438218186976863vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-form textarea {
        width: 91.46666666666667vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        -webkit-transform: translate(-10.666666666666668vw, 1vw) scale(0.8);
        transform: translate(-10.666666666666668vw, 1vw) scale(0.8);
        transform-origin: center top;
        padding: 3.733333333333334vw 12.8vw 3.733333333333334vw 3.733333333333334vw;
        background-color: transparent;
        min-height: 21.333333333333336vw;
    }
}

.c-mlc-order-transaction-body-comments-form button {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form button {
        top: 15px;
        right: 25px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form button {
        top: 1.12781954887218vw;
        right: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-form button {
        top: 3.2vw;
        right: 3.2vw;
    }
}

.c-mlc-order-transaction-body-comments-form-button {
    pointer-events: none;
}

    .c-mlc-order-transaction-body-comments-form-button .c-atm-icon-send {
        opacity: 0;
    }

    .c-mlc-order-transaction-body-comments-form-button.is--active {
        pointer-events: auto;
    }

        .c-mlc-order-transaction-body-comments-form-button.is--active .c-atm-icon-send {
            opacity: 1;
        }

.c-mlc-order-transaction-body-comments-form-count {
    color: #757575;
    text-align: right;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form-count {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-comments-form-count {
        margin-top: 0.37593984962406vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-comments-form-count {
        margin-top: 1.066666666666667vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        top: -4vw;
        position: relative;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-cancel,
    .c-mlc-order-transaction-body-delivery-address {
        padding-left: 32px;
        border-left: 1px solid #dedede;
        height: 100%;
        width: 468px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-cancel,
    .c-mlc-order-transaction-body-delivery-address {
        padding-left: 3.007518796992481vw;
        border-left: 1px solid #dedede;
        height: 100%;
        width: 43.984962406015036vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-cancel,
    .c-mlc-order-transaction-body-delivery-address {
        width: 100%;
    }
}
.c-mlc-order-transaction-body-cancel .c-mlc-order-transaction-body-dl,
.c-mlc-order-transaction-body-delivery-address .c-mlc-order-transaction-body-dl {
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cancel-accordion {
        padding-top: 6.4vw;
        margin-top: 3.2vw;
        border-top: 1px solid var(--tr-dark-gray);
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cancel-accordion-header {
        display: flex;
        justify-content: space-between;
        padding-right: 4.266666666666667vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cancel-accordion-body {
        margin-top: 4.26667vw;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cancel-accordion-body .c-mlc-button-small {
        margin-right: 0;
    }
}

.c-mlc-order-transaction-body-evaluation-user {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-evaluation-user {
        margin-top: 16px;
        margin-left: 130px;
        padding: 16px;
        width: 290px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-evaluation-user {
        margin-top: 1.503759398496241vw;
        margin-left: 11.902255639097744vw;
        padding: 1.503759398496241vw;
        width: 27.25563909774436vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-evaluation-user {
        margin-top: 4.266666666666667vw;
        padding: 4.266666666666667vw;
    }
}
.c-mlc-order-transaction-body-evaluation-user-buyer {
    background-color: #f7f7f7;
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-body-evaluation-user-buyer {
        width: 70%;
        padding: 16px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-body-evaluation-user-buyer {
        width: 70%;
        padding: 1.503759398496241vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-body-evaluation-user-buyer {
        margin-top: 4.266666666666667vw;
        padding: 4.266666666666667vw;
    }
}
@media screen and (min-width: 1064px) {
    .c-mlc-order-transaction-question-link {
        padding-top: 10px;
        display: grid;
        justify-items: end;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-transaction-question-link {
        padding-top: 10px;
        display: grid;
        justify-items: end;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-transaction-question-link {
        display: grid;
        justify-items: end;
    }
}

@media screen and (min-width: 1064px) {
    .c-product-delivery {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-product-delivery {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-product-delivery {
        margin-top: 4.266666666666667vw;
    }
}

.c-product-delivery .c-heading-h4 {
    color: #d6000f;
}

.c-product-delivery-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-product-delivery-dl + .c-product-delivery-dl {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-product-delivery-dl + .c-product-delivery-dl {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-product-delivery-dl + .c-product-delivery-dl {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-product-delivery-dt {
        width: 116px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-product-delivery-dt {
        width: 10.902255639097744vw;
    }
}

@media screen and (max-width: 850px) {
    .c-product-delivery-dt {
        width: 24.53333333333333vw;
    }
}

.c-mlc-product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .c-mlc-product-info.is--sticky {
        position: -webkit-sticky;
        position: sticky;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-product-info.is--sticky {
        top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info.is--sticky {
        top: 3.759398496240602vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-header + article.content .c-mlc-product-info.is--sticky {
        top: 163px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-header + article.content .c-mlc-product-info.is--sticky {
        top: 16.759398vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info.is--sticky {
        position: relative;
    }
}

.c-mlc-product-info-image {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-image {
        width: 258px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-image {
        width: 24.24812030075188vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-image {
        width: 26.666666666666668vw;
    }
}

.c-mlc-product-info-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-mlc-product-info-slider {
    cursor: pointer;
}

    .c-mlc-product-info-slider .swiper-button {
        position: absolute;
        z-index: 2;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-slider .swiper-button {
        bottom: -33px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-slider .swiper-button {
        bottom: -3.101503759398496vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-slider .swiper-button {
        top: 29.333333333333332vw;
    }
}

.c-mlc-product-info-slider .swiper-button.__prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-slider .swiper-button.__prev {
        left: 0;
        padding: 0 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-slider .swiper-button.__prev {
        left: 0;
        padding: 0 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-slider .swiper-button.__prev {
        left: -7.199999999999999vw;
        padding: 2.666666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-slider .swiper-button.__next {
        right: 0;
        padding: 0 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-slider .swiper-button.__next {
        right: 0;
        padding: 0 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-slider .swiper-button.__next {
        right: -7.199999999999999vw;
        padding: 2.666666666666667vw;
    }
}

.c-mlc-product-info-slider .swiper-pagination {
    margin: auto;
    left: -5em;
    right: -5em;
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-slider .swiper-pagination {
        bottom: -26px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-slider .swiper-pagination {
        bottom: -2.443609022556391vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-slider .swiper-pagination {
        bottom: -4vw;
    }
}

.c-mlc-product-info-slider .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    border: 1px #dedede solid;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-slider .swiper-pagination-bullet {
        margin: 0 4px;
        width: 4px;
        height: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-slider .swiper-pagination-bullet {
        margin: 0 0.37593984962406vw;
        width: 0.37593984962406vw;
        height: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-slider .swiper-pagination-bullet {
        margin: 0 1.066666666666667vw;
        width: 1.066666666666667vw;
        height: 1.066666666666667vw;
    }
}

.c-mlc-product-info-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #dedede;
}

.c-mlc-product-info-slider .swiper-slide {
    overflow: hidden;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-slider .swiper-slide.is--body {
        height: 468px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-slider .swiper-slide.is--body {
        height: 43.984962406015036vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-slider .swiper-slide.is--body {
        height: 61.6vw;
    }
}

.c-mlc-product-info-slider .swiper-slide.is--modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-mlc-product-info-slider-list-item {
    position: relative;
}

.c-mlc-product-info-image-icon {
    position: absolute;
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-image-icon {
        width: 31.5182428px;
        right: 0.84125px;
        top: 0.84125px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-image-icon {
        width: 2.959716925vw;
        right: 0.079112375vw;
        top: 0.079112375vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-image-icon {
        width: 5.99555891vw;
        right: 0.16031375vw;
        top: 0.16031375vw;
    }
}

.c-mlc-product-info-detail {
    position: relative;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail {
        margin-left: 4.266666666666667vw;
        width: 56.266666666666666vw;
    }
}

.c-mlc-product-info-detail-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

.c-mlc-product-info-detail-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail-title {
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail-title {
        margin-bottom: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-title {
        margin-bottom: 1.6vw;
    }
}

.c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

.c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

.c-mlc-product-info-detail-price {
    font-family: Roboto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail-price {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 37px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail-price {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 3.477443609022556vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-price {
        margin-top: 4.8vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-price-yen {
        font-size: 4.266666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-price-text {
        font-size: 5.333333333333334vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail-price-tax {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail-price-tax {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-price-tax {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-product-info-detail-price-tax.is--red {
    color: var(--tr-red)
}

.c-mlc-product-info-detail-price-tax.is--bold {
    font-weight: bold;
}

.c-mlc-product-info-detail-collection {
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail-collection {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail-collection {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-collection {
        margin-top: 2.133333333333333vw;
    }
}

.c-mlc-product-info-detail-collection-add-button {
    margin-left: auto;
}
@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail-collection-add-button {
        width: 117px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail-collection-add-button {
        width: 10.996240601503759vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 0.56390977443609vw 0;
        border-radius: 0.281954887218045vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-collection-add-button {
        width: 31.2vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 1.6vw 0;
        border-radius: 0.8vw;
    }
}

.c-mlc-product-info-detail-collection-link {
    display: block;
    background-color: #fff;
    color: #232323;
    border: 1px solid #232323;
    text-align: center;
    margin-left: auto;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-info-detail-collection-link {
        width: 117px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 6px 0;
        border-radius: 3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-info-detail-collection-link {
        width: 10.996240601503759vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 0.56390977443609vw 0;
        border-radius: 0.281954887218045vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-collection-link {
        width: 31.2vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        padding: 1.6vw 0;
        border-radius: 0.8vw;
    }
}

.c-mlc-product-info-detail-collection-link:hover {
    opacity: 0.5;
}

@media screen and (max-width: 850px) {
    .c-mlc-product-info-detail-collection-link:hover {
        opacity: 1;
    }
}

.c-mlc-product-state-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dl + .c-mlc-product-state-dl {
        margin-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dl + .c-mlc-product-state-dl {
        margin-top: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dl + .c-mlc-product-state-dl {
        margin-top: 1.6vw;
    }
}

.c-mlc-product-state-icon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}


@media screen and (min-width: 1064px) {
    .c-mlc-product-state-icon {
        width: 16px;
        height: 16px;
        top: 2px;
    }
    .c-mlc-isolated-island-icon {
        width: 20px;
        height: 20px;
        top: 4px;
        display: inline-block;
        position: relative;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-icon {
        width: 1.503759398496241vw;
        height: 1.503759398496241vw;
        top: 0.18796992481203vw;
    }
    .c-mlc-isolated-island-icon {
        width: 20px;
        height: 20px;
        top: 4px;
        display: inline-block;
        position: relative;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-icon {
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
        top: 0.533333333333333vw;
    }
    .c-mlc-isolated-island-icon {
        width: 36px;
        height: 36px;
        top: 8px;
        display: inline-block;
        position: relative;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-icon + .c-mlc-product-state-dt {
        margin-left: 28px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-icon + .c-mlc-product-state-dt {
        margin-left: 2.631578947368421vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-icon + .c-mlc-product-state-dt {
        min-width: 29vw;
        margin-left: 6.4vw;
    }
}

.c-mlc-product-state-icon.is--cd-open {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/cd-open/icon-cd-open.svg");
}

.c-mlc-product-state-icon.is--cd-state {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/cd-state/icon-cd-state.svg");
}

.c-mlc-product-state-icon.is--max-purchase {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/restrict/icon-restrict.svg");
}

.c-mlc-product-state-icon.is--delivery {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/delivery/icon-delivery.svg");
}

.c-mlc-product-state-icon.is--island {
    background-image: url("/img24/market_place/atoms/icon/island/icon-island.svg");
}

.c-mlc-product-state-icon.is--pin {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/pin/icon-pin.svg");
}

.c-mlc-product-state-icon.is--shipping-fee {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/pannel/icon-pannel.svg");
}

.c-mlc-product-state-icon.is--additional-fee {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/pannel/icon-pannel.svg");
}

.c-mlc-product-state-icon.is--separated {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/box_small/icon-box_small.svg");
}

.c-mlc-product-state-icon.is--calender {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/calender/icon-calender.svg");
}

.c-mlc-product-state-icon.is--size {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/size/icon-size.svg");
}

.c-mlc-product-state-icon.is--genre {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/genre/icon-genre.svg");
}

.c-mlc-product-state-icon.is--format {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/format/icon-format.svg");
}

.c-mlc-product-state-icon.is--update {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/update/icon-update.svg");
}

.c-mlc-product-state-icon.is--register {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/register/icon-register.svg");
}

.c-mlc-product-state-icon.is--discount {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/discount/icon-discount.svg");
}

.c-mlc-product-state-icon.is--stock-control {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/pannel/icon-pannel.svg");
}

.c-mlc-product-state-icon.is--stock {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/pannel/icon-pannel.svg");
}

.c-mlc-product-state-icon.is--location {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/pannel/icon-pannel.svg");
}

.c-mlc-product-state-icon.is--yen {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/yen/icon-yen.svg");
}

.c-mlc-product-state-icon.is--yen_small {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/yen_small/icon-yen_small.svg");
}

.c-mlc-product-state-icon.is--search {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/common/img/icon-search.svg");
}

.c-mlc-product-state-icon.is--barcode {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/barcode/icon-barcode.svg");
}

.c-mlc-product-state-icon.is--child-genre {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/child-genre/icon-child-genre.svg");
}

.c-mlc-product-state-icon.is--sub-genre {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/components/market_place/atoms/icon/sub-genre/icon-sub-genre.svg");
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-icon.is--format + .c-mlc-product-state-dt .c-atm-text-regular-02 {
        letter-spacing: -0.03em;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dt {
        width: 125px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dt {
        width: 11.74812030075188vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dt {
        width: 18.666666666666668vw;
    }
}

.c-mlc-product-state-dt .c-atm-text-regular-02 {
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dd {
        width: 276px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dd {
        width: 25.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dd {
        width: 49.333333333333336vw;
        margin-left: 4.266666666666667vw;
    }
}

.c-mlc-product-state-dd-self {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dd-self {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dd-self {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dd-self {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-mlc-product-state-dd-link {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#757575));
    background-image: -webkit-linear-gradient(transparent, #757575);
    background-image: linear-gradient(transparent, #757575);
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dd-link {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dd-link {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dd-link {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dd-link:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dd-link:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dd-link.is--after {
        margin-right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dd-link.is--after {
        margin-right: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dd-link.is--after {
        margin-right: 2.666666666666667vw;
    }
}

.c-mlc-product-state-dd-link.is--after::after {
    content: '';
    width: 1px;
    height: 70%;
    background-color: #232323;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-state-dd-link.is--after::after {
        right: -6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-state-dd-link.is--after::after {
        right: -0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-product-state-dd-link.is--after::after {
        right: -1.6vw;
    }
}

.c-mlc-product-state-dd-txt {
    word-break: break-all;
}

.c-mlc-product-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (min-width: 1064px) {
    .c-mlc-product-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-product-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-mlc-product-total.is--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 850px) {
    .c-mlc-product-total.is--horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-mlc-product-total-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.c-mlc-product-total-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.c-market_place-seller-delivery-info--contents .c-mlc-form-group-04 {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04 {
        padding: 24px 16px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04 {
        padding: 2.255639097744361vw 1.503759398496241vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04 {
        padding: 6.4vw 4.266666666666667vw 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add--wrapper {
        width: 595px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add--wrapper {
        width: 55.92105263157895vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add.is--padding {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add.is--padding {
        padding-bottom: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add.is--padding {
        padding-bottom: 8vw;
    }
}

.c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input {
        width: 220px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input {
        width: 20.676691729323306vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input {
        width: 100%;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        width: 184px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        width: 17.293233082706767vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
        width: 100%;
    }
}

.c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input.is--wide {
    width: 100%;
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input + .c-mlc-form-group-04-check-add-form-list-item-input {
        margin-left: 3.2vw;
    }
}

.c-market_place-seller-delivery-info--contents .c-mlc-form-group-04-check-add-form-list-item-input-form {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .is--open + .c-mlc-form-group-04-check-add--wrapper .c-mlc-form-group-04-check-add--inner {
        margin-top: 24px;
        padding: 30px 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-delivery-info--contents .is--open + .c-mlc-form-group-04-check-add--wrapper .c-mlc-form-group-04-check-add--inner {
        margin-top: 2.255639097744361vw;
        padding: 2.819548872180451vw 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-delivery-info--contents .is--open + .c-mlc-form-group-04-check-add--wrapper .c-mlc-form-group-04-check-add--inner {
        margin-top: 6.4vw;
    }
}

.c-mlc-shop-heading-02 {
    background-color: #fff;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02 {
        padding: 16px 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02 {
        padding: 1.503759398496241vw 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02 {
        padding: 3.2vw 4.266666666666667vw;
    }
}

.set-background .c-mlc-shop-heading-02 {
    background-color: transparent;
}

.c-mlc-shop-heading-02-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    text-align: left;
    z-index: 1;
}

.c-mlc-shop-heading-02-icon {
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-icon {
        width: 3.759398496240602vw;
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-icon {
        width: 13.333333333333334vw;
        height: 13.333333333333334vw;
    }
}

.c-mlc-shop-heading-02-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-text {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-text {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-text {
        margin-left: 4.266666666666667vw;
        width: 55.733333333333334vw;
    }
}

.set-background .c-mlc-shop-heading-02-text {
    color: white;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-text-name {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-text-name {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-text-name {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-text-seller {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-text-seller {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-text-seller {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-mlc-shop-heading-02-cart {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-cart {
        right: 32px;
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-cart {
        right: 3.007518796992481vw;
        width: 3.007518796992481vw;
        height: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-cart {
        right: 4.266666666666667vw;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-shop-heading-02-cart-num {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-cart-num {
        top: -8px;
        right: -8px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-cart-num {
        top: -0.75187969924812vw;
        right: -0.75187969924812vw;
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-cart-num {
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        top: -2.133333333333333vw;
        right: -2.133333333333333vw;
    }
}

.c-mlc-shop-heading-02-star-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
    color: #232323;
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-star-container {
        position: relative;
        margin-top: 2.4vw;
        margin-left: 17.599999999999998vw;
    }
}

.c-mlc-shop-heading-02-star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .c-mlc-shop-heading-02-star img {
        display: block;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-star img {
        width: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-star img {
        width: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-star img {
        width: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-star img:not(:nth-child(1)) {
        margin-left: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-star img:not(:nth-child(1)) {
        margin-left: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-star img:not(:nth-child(1)) {
        margin-left: 0.533333333333333vw;
    }
}

.c-mlc-shop-heading-02-star-rating {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-star-rating {
        margin-left: 3px;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-star-rating {
        margin-left: 0.281954887218045vw;
        font-size: 0.93984962406015vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-star-rating {
        margin-left: 1.333333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-mlc-shop-heading-02-star-total {
    border-bottom: 1px #232323 solid;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-02-star-total {
        margin-left: 2px;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-02-star-total {
        margin-left: 0.18796992481203vw;
        font-size: 0.93984962406015vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-02-star-total {
        margin-left: 0.533333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-mlc-shop-heading {
    background-color: #fff;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading {
        padding: 16px 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading {
        padding: 1.503759398496241vw 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading {
        padding: 3.2vw 4.266666666666667vw;
    }
}

.c-mlc-shop-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .c-mlc-shop-background-img img {
        height: 100%;
        object-fit: cover;
    }

.c-mlc-shop-heading-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    text-align: left;
    z-index: 1;
}

.c-mlc-shop-heading-icon {
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-icon {
        width: 3.759398496240602vw;
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .c-mlc-order-transaction .c-mlc-shop-heading-icon {
        width: 12vw;
        height: 12vw
    }
}

.c-mlc-shop-heading-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-text {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-text {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-text {
        margin-left: 4.266666666666667vw;
    }
}

.c-mlc-shop-heading-text-name {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-text-name {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-text-name {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-text-name {
        font-size: 3.5vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-text-name {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-text-name {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-text-name {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-text-name:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-text-name:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-text-seller {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-text-seller {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-text-seller {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-mlc-shop-heading-cart {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-cart {
        right: 32px;
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-cart {
        right: 3.007518796992481vw;
        width: 3.007518796992481vw;
        height: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-cart {
        right: 4.266666666666667vw;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-mlc-shop-heading-cart-num {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-cart-num {
        top: -8px;
        right: -8px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-cart-num {
        top: -0.75187969924812vw;
        right: -0.75187969924812vw;
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-cart-num {
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: bold;
        top: -2.133333333333333vw;
        right: -2.133333333333333vw;
    }
}
.c-mlc-shop-heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-mlc-shop-heading-container > .c-mlc-shop-heading-star-container {
    margin-left: auto;
}

.c-mlc-shop-heading-star-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 0;
    bottom: 0;
    color: #232323;
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star-container {
        position: relative;
        margin-left: 17.333333333333336vw;
    }
}

.c-mlc-shop-heading-star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star-container {
        font-size: 2.8vw;
    }
}

.c-mlc-shop-heading-star > div:first-of-type {
    margin-left: 0;
}

.c-mlc-shop-heading-star svg {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-star svg {
        width: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-star svg {
        width: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star svg {
        width: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-star svg + svg {
        margin-left: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-star svg + svg {
        margin-left: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star svg + svg {
        margin-left: 0.533333333333333vw;
    }
}

.c-mlc-shop-heading-star--red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .c-mlc-shop-heading-star--red svg {
        fill: #d6000f;
    }

.c-mlc-shop-heading-star--white g {
    fill: #dedede;
}

.c-mlc-shop-heading-star--white path {
    fill: #dedede;
}

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-star--white {
        margin-left: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-star--white {
        margin-left: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star--white {
        margin-left: 0.533333333333333vw;
    }
}

.c-mlc-shop-heading-star-rating {
    color: #d6000f;
}

    .c-mlc-shop-heading-star-rating.is-gray {
        color: #dedede;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-star-rating {
        margin-left: 3px;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-star-rating {
        margin-left: 0.281954887218045vw;
        font-size: 0.93984962406015vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star-rating {
        margin-left: 1.333333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-mlc-shop-heading-star-total {
    border-bottom: 1px #232323 solid;
}

    .c-mlc-shop-heading-star-total.no-rating {
        border-bottom: none;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-shop-heading-star-total {
        margin-left: 2px;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-shop-heading-star-total {
        margin-left: 0.18796992481203vw;
        font-size: 0.93984962406015vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-shop-heading-star-total {
        margin-left: 0.533333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 9;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px,-50%,0);
    transform: translate3d(0px,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s transform,.2s top;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s transform,.2s left;
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

@media screen and (max-width: 850px) {
    .c-slider-recommend-title {
        padding-top: 16vw;
        padding-bottom: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-slider-recommend-list {
        padding: 30px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-slider-recommend-list {
        margin: 2.819548872180451vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-slider-recommend-list {
        margin: 6.4vw 0;
    }
}

/*ArtistComponentで使用されている？ため残し*/
.c-mlc-slider-recommend-list-item-image-item {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-item-item-share {
        padding: 0 0 15px !important;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-item-item-share {
        padding: 0 0 1.2vw !important;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-item-item-share {
        padding: 4vw 0 4.8vw !important;
    }
}

.c-text-amount-group {
    font-family: Roboto;
}

@media screen and (max-width: 850px) {
    .c-text-amount-group-yen {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-text-amount-group-num {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-left: 0.8vw;
    }
}

@media screen and (max-width: 850px) {
    .c-text-amount-group-text {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-title-convination {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-mlc-title-convination {
        margin: 30px 0 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-title-convination {
        margin: 2.819548872180451vw 0 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-title-convination {
        margin: 6.4vw 0 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-title-convination .c-atm-title-main-04 + .c-atm-text-regular-01 {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-title-convination .c-atm-title-main-04 + .c-atm-text-regular-01 {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-title-convination .c-atm-title-main-04 + .c-atm-text-regular-01 {
        margin-top: 3.2vw;
    }
}

.c-org-address-list {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-address-list {
        margin-top: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-address-list {
        margin-top: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-address-list {
        margin-top: 1.066666666666667vw;
    }
}

.c-org-address-list-change {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-address-list-change {
        width: 44px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-address-list-change {
        width: 4.135338345864661vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-address-list-change {
        width: 11.733333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-button-list {
        width: 193px;
        padding-left: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-button-list {
        width: 18.139097744360903vw;
        padding-left: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-button-list {
        width: 71.2vw;
        margin: 6.4vw auto 0;
    }
}

.c-org-button-list-content {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-button-list-content + .c-org-button-list-content {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-button-list-content + .c-org-button-list-content {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-button-list-content + .c-org-button-list-content {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-button-list-box-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
}

@media screen and (min-width: 1064px) {
    .c-org-button-list-box-icon {
        width: 728px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-button-list-box-icon {
        width: 68.42105263157895vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-button-list-box-icon {
        width: 100%;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-button-list-box-icon-item {
        width: 348px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-button-list-box-icon-item {
        width: 32.70676691729324vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-button-list-box-icon-item {
        width: 44.53333333333334vw;
    }
}

.c-org-button-list-box-icon-item .c-mlc-button-box-icon {
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-button-list-box-icon-item .c-atm-text-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-button-list-box-icon-item .c-atm-text-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-button-list-box-icon-item .c-atm-text-annotation {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment--wrapper + .c-org-input-increment--wrapper {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment--wrapper + .c-org-input-increment--wrapper {
        margin-top: 1.409774436090226vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment--wrapper + .c-org-input-increment--wrapper {
        margin-top: 4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment--wrapper + .c-org-input-increment {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment--wrapper + .c-org-input-increment {
        margin-top: 1.409774436090226vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment--wrapper + .c-org-input-increment {
        margin-top: 4vw;
    }
}

.c-org-input-increment {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment {
        height: 42px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment {
        height: 3.947368421052631vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment {
        height: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment + .c-org-input-increment {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment + .c-org-input-increment {
        margin-top: 1.409774436090226vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment + .c-org-input-increment {
        margin-top: 4vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment .c-atm-input-text {
        width: 120%;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment .c-atm-input-text--wrapper {
        width: 596px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment .c-atm-input-text--wrapper {
        width: 56.015037593984964vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment .c-atm-input-text--wrapper {
        width: 72.26666666666667vw;
    }
}

.c-org-input-increment .c-org-input-increment-delete {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment .c-org-input-increment-delete {
        width: 44px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment .c-org-input-increment-delete {
        width: 4.135338345864661vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment .c-org-input-increment-delete {
        width: 11.733333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-input-increment .c-org-input-increment-delete .c-mlc-button-form {
        padding: 6px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-input-increment .c-org-input-increment-delete .c-mlc-button-form {
        padding: 0.56390977443609vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-input-increment .c-org-input-increment-delete .c-mlc-button-form {
        padding: 1.6vw 0;
    }
}

.is--must .c-org-input-increment:first-child,
.is--must .c-org-input-increment .c-atm-input-text--wrapper {
    width: 100%;
}

.is--must .c-org-input-increment .c-org-input-increment-delete {
    display: none;
}

.c-org-loading {
    position: relative;
}

.c-org-loading-start {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

    .c-org-loading-start.is--show {
        z-index: 9999;
        opacity: 1;
    }

        .c-org-loading-start.is--show .c-org-loading-start-icon {
            display: inline-block;
            -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite;
        }

    .c-org-loading-start.is--hide {
        opacity: 0;
    }

        .c-org-loading-start.is--hide .c-org-loading-start-icon {
            display: none;
        }

.c-org-loading-start-icon {
    background-color: #d6000f;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}

.c-org-loading-end {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .c-org-loading-end.is--hide {
        opacity: 0;
    }

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.c-org-modal-01 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    visibility: hidden;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01.cartin-modal .c-org-modal-01-content-close-area {
        padding-top: 10vh;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01.cartin-modal .c-org-modal-01-content {
        padding: 1vw 0 40vw;
        min-height: calc(100% - 58vw);
    }
}

.c-org-modal-01.is--open {
    z-index: 9999;
    pointer-events: auto;
    visibility: visible;
}

    .c-org-modal-01.is--open .c-org-modal-01-bg {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .c-org-modal-01.is--open .c-org-modal-01-content--wrapper {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }

.c-org-modal-01.is--close .c-org-modal-01-bg {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.c-org-modal-01.is--close .c-org-modal-01-content--wrapper {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-org-modal-01-trigger {
    cursor: pointer;
}

    .c-org-modal-01-trigger.is--inactive {
        cursor: auto;
        pointer-events: none;
    }

.c-org-modal-01-bg {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}

.c-org-modal-01-content--wrapper {
    overflow-y: scroll;
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-close-area {
        padding-top: 225px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-close-area {
        padding-top: 21.14661654135338vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .cartin-modal .c-org-modal-01-content-close-area {
        padding-top: 9.147vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-close-area {
        padding-top: 32vw;
    }
}

.c-org-modal-01-content {
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content {
        border-radius: 10px 10px 0 0;
        padding: 60px 0;
        min-height: calc(100% - 345px);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content {
        border-radius: 0.93984962406015vw 0.93984962406015vw 0 0;
        padding: 5.639097744360902vw 0;
        min-height: calc(100% - 32.42481203007519vw);
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content {
        border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
        padding: 16vw 0 40vw;
        min-height: calc(100% - 64vw);
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01.cartin-modal .c-org-modal-01-content {
        min-height: calc(100% - 270px);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01.cartin-modal .c-org-modal-01-content {
        min-height: calc(100% - 20.425vw);
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01.cartin-modal .c-org-modal-01-content-close-area {
        padding-top: 150px;
    }
}

.c-org-modal-01-button-close {
    position: absolute;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-button-close {
        width: 27px;
        height: 27px;
        top: 32px;
        right: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-button-close {
        width: 2.537593984962406vw;
        height: 2.537593984962406vw;
        top: 3.007518796992481vw;
        right: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-button-close {
        width: 7.199999999999999vw;
        height: 7.199999999999999vw;
        top: 5.333333333333334vw;
        right: 5.333333333333334vw;
    }
}

.c-org-modal-01-button-close::before,
.c-org-modal-01-button-close::after {
    content: '';
    background-color: #232323;
    position: absolute;
    width: 100%;
    top: 50%;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-button-close::before,
    .c-org-modal-01-button-close::after {
        height: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-button-close::before,
    .c-org-modal-01-button-close::after {
        height: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-button-close::before,
    .c-org-modal-01-button-close::after {
        height: 0.533333333333333vw;
    }
}

.c-org-modal-01-button-close::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.c-org-modal-01-button-close::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-inner {
        width: 87.2vw;
        margin: 0 auto;
    }
}

.c-org-modal-01-content-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-org-modal-01-content-title-icon {
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-title-icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-title-icon {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-title-icon {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-org-modal-01-content-title-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-title-text {
        margin-left: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-title-text {
        margin-left: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-title-text {
        margin-left: 1.6vw;
    }
}

.c-org-modal-01-content-desc {
    text-align: center;
}

    .c-org-modal-01-content-desc.is--left {
        text-align: left;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-desc {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-desc {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-desc {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address {
        width: 828px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address {
        width: 77.81954887218046vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address {
        margin: 0 auto;
    }
}

.c-org-modal-01-content-address-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-org-modal-01-content-address-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-item {
        margin: 24px auto 0;
        width: 829px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-item {
        margin: 2.255639097744361vw auto 0;
        width: 77.91353383458647vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-item {
        display: block;
        margin: 4.266666666666667vw auto 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-title-icon + .c-org-modal-01-content-address-title-text {
        margin-left: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-title-icon + .c-org-modal-01-content-address-title-text {
        margin-left: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-title-icon + .c-org-modal-01-content-address-title-text {
        margin-left: 1.6vw;
    }
}

.c-org-modal-01-content-address-item-button {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-item-button {
        width: 376px;
        margin: 30px auto 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-item-button {
        width: 35.338345864661655vw;
        margin: 2.819548872180451vw auto 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-item-button {
        margin: 8vw auto 0;
    }
}

.c-org-modal-01-content-address-item-campaign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-item-campaign {
        padding: 15px 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-item-campaign {
        padding: 1.409774436090226vw 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-item-campaign {
        display: block;
        padding: 4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-item-campaign-text {
        margin-left: 33px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-item-campaign-text {
        margin-left: 3.101503759398496vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-item-campaign-text {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-item-campaign-text-item + .c-org-modal-01-content-address-item-campaign-text-item {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-item-campaign-text-item + .c-org-modal-01-content-address-item-campaign-text-item {
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-item-campaign-text-item + .c-org-modal-01-content-address-item-campaign-text-item {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-address-item-campaign-text-item .c-atm-text-regular-02 {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-address-item-select {
        margin-top: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 69px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-address-item-select {
        margin-top: 1.503759398496241vw;
        padding-top: 2.819548872180451vw;
        padding-bottom: 2.819548872180451vw;
        padding-left: 3.759398496240602vw;
        padding-right: 6.484962406015038vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-address-item-select {
        margin-top: 2.133333333333333vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-01-content-evaluation {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation {
        width: 485px;
        margin: 43px auto 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation {
        width: 45.58270676691729vw;
        margin: 4.041353383458646vw auto 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation {
        margin: 32vw auto 0;
    }
}

.c-org-modal-01-content-evaluation textarea {
    resize: vertical;
    border: 1px solid #dedede;
    white-space: normal;
    font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation textarea {
        padding: 16px;
        width: 453px;
        height: 72px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation textarea {
        padding: 1.503759398496241vw;
        width: 42.57518796992481vw;
        height: 72px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation textarea {
        padding: 4.266666666666667vw;
        width: 78.66666666666666vw;
        height: 90px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation.is--large {
        margin: 135px auto 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation.is--large {
        width: 45.58270676691729vw;
        margin: 12.687969924812032vw auto 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation.is--large {
        margin: 52.26666666666666vw auto 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-note {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-note {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-note {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-evaluation-list,
.c-org-modal-01-content-evaluation-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-org-modal-01-content-evaluation-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-list {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-list {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-list {
        margin-top: 10.666666666666668vw;
    }
}

.c-org-modal-01-content-evaluation-list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item + .c-org-modal-01-content-evaluation-list-item {
        margin-left: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item + .c-org-modal-01-content-evaluation-list-item {
        margin-left: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-list-item + .c-org-modal-01-content-evaluation-list-item {
        margin-left: 10.666666666666668vw;
    }
}

.c-org-modal-01-content-evaluation-list-item input[type='radio'] {
    display: none;
}

    .c-org-modal-01-content-evaluation-list-item input[type='radio'] + label .c-org-modal-01-content-evaluation-list-item-check-vision {
        display: inline-block;
        border-radius: 50%;
        background-color: #dedede;
        position: relative;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item input[type='radio'] + label .c-org-modal-01-content-evaluation-list-item-check-vision {
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item input[type='radio'] + label .c-org-modal-01-content-evaluation-list-item-check-vision {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        margin-top: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-list-item input[type='radio'] + label .c-org-modal-01-content-evaluation-list-item-check-vision {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
        margin-top: 1.333333333333333vw;
    }
}

.c-org-modal-01-content-evaluation-list-item input[type='radio']:checked + label .c-org-modal-01-content-evaluation-list-item-check-vision {
    background-color: #d6000f;
}

    .c-org-modal-01-content-evaluation-list-item input[type='radio']:checked + label .c-org-modal-01-content-evaluation-list-item-check-vision::before {
        content: '';
        position: absolute;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item input[type='radio']:checked + label .c-org-modal-01-content-evaluation-list-item-check-vision::before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item input[type='radio']:checked + label .c-org-modal-01-content-evaluation-list-item-check-vision::before {
        width: 0.75187969924812vw;
        height: 0.75187969924812vw;
        border-radius: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-list-item input[type='radio']:checked + label .c-org-modal-01-content-evaluation-list-item-check-vision::before {
        width: 2.133333333333333vw;
        height: 2.133333333333333vw;
        border-radius: 1.066666666666667vw;
    }
}

.c-org-modal-01-content-evaluation-list-item-check-vision--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    [class*='c-org-modal-01-content-evaluation-list-item-img--'] {
        margin-left: 9px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    [class*='c-org-modal-01-content-evaluation-list-item-img--'] {
        margin-left: 0.845864661654135vw;
    }
}

@media screen and (max-width: 850px) {
    [class*='c-org-modal-01-content-evaluation-list-item-img--'] {
        margin-left: 2.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item-img--good {
        width: 50px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item-img--good {
        width: 4.699248120300751vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-list-item-img--good {
        width: 13.333333333333334vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item-img--bad {
        width: 62px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-list-item-img--bad {
        width: 5.827067669172932vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-list-item-img--bad {
        width: 16.53333333333333vw;
    }
}

.c-org-modal-01-content-evaluation-item-button {
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-item-button {
        margin-top: 32px;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-item-button {
        margin-top: 3.007518796992481vw;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-item-button {
        margin-top: 8.533333333333333vw;
        width: 71.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-evaluation-annotation {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-evaluation-annotation {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-evaluation-annotation {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort {
        margin: 43px auto 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort {
        margin: 4.041353383458646vw auto 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort {
        margin: 11.466666666666667vw auto 0;
    }
}

.c-org-modal-01-content-sort-title {
    text-align: center;
}

.c-org-modal-01-content-sort-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-list {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-list {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort-list {
        margin-top: 6.4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-list-item {
        width: 686px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-list-item {
        width: 64.47368421052632vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-list-item + .c-org-modal-01-content-sort-list-item {
        margin-left: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-list-item + .c-org-modal-01-content-sort-list-item {
        margin-left: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort-list-item + .c-org-modal-01-content-sort-list-item {
        margin-top: 8vw;
    }
}

.c-org-modal-01-content-sort-list-item-select--wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper {
        margin-top: 4.266666666666667vw;
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper .c-atm-input-pulldown {
        width: 327px;
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper .c-atm-input-pulldown {
        width: 30.73308270676692vw;
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper .c-atm-input-pulldown {
        width: 100%;
        height: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper + .c-org-modal-01-content-sort-label-lv1 {
        margin-top: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper + .c-org-modal-01-content-sort-label-lv1 {
        margin-top: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort-list-item-select--wrapper + .c-org-modal-01-content-sort-label-lv1 {
        margin-top: 8.533333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-sort-button {
        margin: 60px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-sort-button {
        margin: 5.639097744360902vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-sort-button {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
    }
}

.c-org-modal-01-content-report--action.is--close {
    display: none;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report {
        margin-top: 43px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report {
        margin-top: 4.041353383458646vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report {
        margin-top: 21.333333333333336vw;
    }
}

.c-org-modal-01-content-report-title,
.c-org-modal-01-content-report-text {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-text {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-text {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-text {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-report-select--wrapper {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-select--wrapper {
        margin: 40px auto 0;
        width: 327px;
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-select--wrapper {
        margin: 3.759398496240602vw auto 0;
        width: 30.73308270676692vw;
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-select--wrapper {
        margin: 10.666666666666668vw auto 0;
        width: 100%;
        height: 10.666666666666668vw;
    }
}

.c-org-modal-01-content-report-select--wrapper select {
    width: 120%;
    color: #232323;
    border-radius: 0;
    outline: none;
}

.c-org-modal-01-content-report-input--wrapper {
    position: relative;
    display: none;
    border: 1px solid #dedede;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-input--wrapper {
        margin: 24px auto 0;
        width: 485px;
        height: 121px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-input--wrapper {
        margin: 2.255639097744361vw auto 0;
        width: 45.58270676691729vw;
        height: 11.37218045112782vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-input--wrapper {
        margin: 6.4vw auto 0;
        width: 100%;
        height: 45.33333333333333vw;
    }
}

.c-org-modal-01-content-report-input--wrapper.is--active {
    display: block;
}

.c-org-modal-01-content-report-input--wrapper.is--validate {
    border: 1px solid #d6000f;
}

    .c-org-modal-01-content-report-input--wrapper.is--validate textarea {
        background-color: rgba(214,0,15,0.1);
    }

.c-org-modal-01-content-report-input--wrapper textarea {
    resize: vertical;
    height: 100%;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-input--wrapper textarea {
        padding: 16px 16px;
        width: 453px;
        height: 89px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-input--wrapper textarea {
        padding: 1.503759398496241vw 1.503759398496241vw;
        width: 42.57518796992481vw;
        height: 8.364661654135338vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-input--wrapper textarea {
        width: 98.4vw;
        height: 100%;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        -webkit-transform: translate(-5.866666666666666vw, 0) scale(0.8);
        transform: translate(-5.866666666666666vw, 0) scale(0.8);
        padding: 0;
    }
}

.c-org-modal-01-content-report-input {
    position: relative;
}

.c-org-modal-01-content-report-input--text {
    height: 100%;
    overflow: hidden;
}

.c-org-modal-01-content-report-input--label {
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-input--label {
        margin-top: 16px;
        margin-left: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-input--label {
        margin-top: 1.503759398496241vw;
        margin-left: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-input--label {
        margin-top: 4.266666666666667vw;
        margin-left: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-input--label + .c-org-modal-01-content-report-input--wrapper {
        margin-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-input--label + .c-org-modal-01-content-report-input--wrapper {
        margin-top: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-input--label + .c-org-modal-01-content-report-input--wrapper {
        margin-top: 1.6vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-input--alert {
        margin-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-input--alert {
        margin-top: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-input--alert {
        margin-top: 8vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-input--alert + .c-org-modal-01-content-report-button {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-input--alert + .c-org-modal-01-content-report-button {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-input--alert + .c-org-modal-01-content-report-button {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-purchase {
        margin-top: 43px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-purchase {
        margin-top: 4.041353383458646vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-purchase {
        margin-top: 21.333333333333336vw;
        margin-left: -9.424vw;
        margin-right: -9.424vw;
    }
}

.c-org-modal-01-content-purchase-title,
.c-org-modal-01-content-purchase-text {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-purchase-text {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-purchase-text {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-purchase-text {
        margin-top: 4.266666666666667vw;
    }
}

.c-mlc-placeholder {
    position: absolute;
    pointer-events: none;
}

@media screen and (min-width: 1064px) {
    .c-mlc-placeholder {
        padding: 0 16px;
        top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-placeholder {
        padding: 0 1.503759398496241vw;
        top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-placeholder {
        padding: 0 4.266666666666667vw;
        top: 4.266666666666667vw;
    }
}

.c-mlc-placeholder.is--hidden {
    opacity: 0;
}

.c-mlc-placeholder-text {
    display: block;
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-mlc-placeholder-text + .c-mlc-placeholder-text {
        margin-top: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-placeholder-text + .c-mlc-placeholder-text {
        margin-top: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-placeholder-text + .c-mlc-placeholder-text {
        margin-top: 5.333333333333334vw;
    }
}

.c-mlc-placeholder-text .c-atm-text-regular-02 {
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-button {
        margin: 34px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-button {
        margin: 3.195488721804511vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-button {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
    }
}

.c-org-modal-01-content-report--complete {
    display: none;
}

    .c-org-modal-01-content-report--complete.is--open {
        display: block;
    }

.c-org-modal-01-content-report-count {
    text-align: right;
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-report-count {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-report-count {
        margin-top: 0.37593984962406vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-report-count {
        margin-top: 1.066666666666667vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart {
        margin-top: 89px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart {
        margin-top: 8.364661654135338vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart {
        margin-top: 22.933333333333334vw;
    }
}

.c-org-modal-01-content-cart-title {
    text-align: center;
}

.c-org-modal-01-content-cart-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-info {
        margin-top: 23px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-info {
        margin-top: 2.161654135338346vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-info {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-cart-info-image {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-info-image {
        width: 140px;
        height: 140px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-info-image {
        width: 13.157894736842104vw;
        height: 13.157894736842104vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-info-image {
        width: 26.666666666666668vw;
        height: 26.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-info-text {
        margin-left: 24px;
        width: 304px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-info-text {
        margin-left: 2.255639097744361vw;
        width: 28.57142857142857vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-info-text {
        margin-left: 4.266666666666667vw;
        width: 56.266666666666666vw;
    }
}

.c-org-modal-01-content-cart-info-image-used {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-info-image-used {
        width: 34.3666367px;
        top: 0.65px;
        right: 0.65px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-info-image-used {
        top: 0.061055125vw;
        right: 0.061055125vw;
        width: 3.22965247vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-info-image-used {
        top: 0.12389025vw;
        right: 0.12389025vw;
        width: 6.520481495vw;
    }
}

.c-org-modal-01-content-cart-info-text-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-info-text-name {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-info-text-name {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-info-text-name {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 1.333333333333333vw;
    }
}

.c-org-modal-01-content-cart-info-text-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-info-text-title {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-info-text-title {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-info-text-title {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-org-modal-01-content-cart-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-button {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-button {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-button {
        margin-top: 10.666666666666668vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-button-item {
        width: 193px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-button-item {
        width: 18.139097744360903vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-button-item {
        width: 71.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-cart-button-item + .c-org-modal-01-content-cart-button-item {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-cart-button-item + .c-org-modal-01-content-cart-button-item {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-cart-button-item + .c-org-modal-01-content-cart-button-item {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send--inner {
        width: 828px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send--inner {
        width: 77.81954887218046vw;
        margin: 0 auto;
    }
}

.c-org-modal-01-content-send-title,
.c-org-modal-01-content-send-desc {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-title + .c-org-modal-01-content-send-desc {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-title + .c-org-modal-01-content-send-desc {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-title + .c-org-modal-01-content-send-desc {
        margin-top: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-desc + .c-org-modal-01-content-send-button {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-desc + .c-org-modal-01-content-send-button {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-desc + .c-org-modal-01-content-send-button {
        margin-top: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-method {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-method {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-method {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-method-text,
.c-org-modal-01-content-send-method-text-attention {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-method-text {
        display: block;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-method-text {
        margin-top: 9px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-method-text {
        margin-top: 0.845864661654135vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-method-text {
        margin-top: 2.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-method-text-attention {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-method-text-attention {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-method-text-attention {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place {
        margin-top: 6.4vw;
    }
}

.c-org-modal-01-content-send-place-title,
.c-org-modal-01-content-send-place-sending-states-select-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-title-attention {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-title-attention {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-title-attention {
        margin-left: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states {
        margin-top: 8px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states {
        margin-top: 0.75187969924812vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-sending-states {
        margin-top: 2.133333333333333vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-place-sending-states-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-select {
        margin-top: 8px;
        margin-left: 28px;
        width: 612px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-select {
        margin-top: 0.75187969924812vw;
        margin-left: 2.631578947368421vw;
        width: 57.5187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-sending-states-select {
        display: block;
        margin-top: 2.133333333333333vw;
        margin-left: 7.466666666666668vw;
        width: 70.93333333333334vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-select-item {
        width: 266px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-select-item {
        width: 25vw;
    }
}

.c-org-modal-01-content-send-place-sending-states-select-item select {
    width: 100%;
    border-radius: 0;
}

.c-org-modal-01-content-send-place-sending-states-select-item input {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-select-item + .c-org-modal-01-content-send-place-sending-states-select-item {
        margin-left: 80px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-select-item + .c-org-modal-01-content-send-place-sending-states-select-item {
        margin-left: 7.518796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-sending-states-select-item + .c-org-modal-01-content-send-place-sending-states-select-item {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-annotation {
        width: 612px;
        margin-left: 28px;
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-sending-states-annotation {
        width: 57.5187969924812vw;
        margin-left: 2.631578947368421vw;
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-sending-states-annotation {
        width: 70.93333333333334vw;
        margin-left: 7.466666666666668vw;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-column + .c-org-modal-01-content-send-place-title,
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-title {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-column + .c-org-modal-01-content-send-place-title,
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-title {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-column + .c-org-modal-01-content-send-place-title,
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-title {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-column + .c-org-modal-01-content-send-place-input,
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-input {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-column + .c-org-modal-01-content-send-place-input,
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-input {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-column + .c-org-modal-01-content-send-place-input,
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-input {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-place-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-column {
        display: block;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-column .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-select {
        margin-left: 0;
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-select {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-select {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-select + .c-org-modal-01-content-send-place-select {
        margin-left: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-select,
    .c-org-modal-01-content-send-place-input {
        margin-top: 7px;
        height: 40px;
        width: 327px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-select,
    .c-org-modal-01-content-send-place-input {
        margin-top: 0.657894736842105vw;
        height: 3.759398496240602vw;
        width: 30.73308270676692vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-select,
    .c-org-modal-01-content-send-place-input {
        margin-top: 1.866666666666667vw;
        height: 10.666666666666668vw;
        width: 87.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-place-select.is--short,
    .c-org-modal-01-content-send-place-input.is--short {
        width: 266px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-place-select.is--short,
    .c-org-modal-01-content-send-place-input.is--short {
        width: 25vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-place-select.is--short,
    .c-org-modal-01-content-send-place-input.is--short {
        width: auto;
    }
}

.c-org-modal-01-content-send-place-select.is--long,
.c-org-modal-01-content-send-place-input.is--long {
    width: 100%;
}

.c-org-modal-01-content-send-place-select.is--height-auto,
.c-org-modal-01-content-send-place-input.is--height-auto {
    height: auto;
}

.c-org-modal-01-content-send-place-select .c-org-modal-01-content-send-place-input input[type='text'],
.c-org-modal-01-content-send-place-input .c-org-modal-01-content-send-place-input input[type='text'] {
    padding: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-button {
        margin: 30px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-button {
        margin: 2.819548872180451vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-button {
        margin: 8vw auto 0;
        width: 71.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-button-item + .c-org-modal-01-content-send-button-item {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-button-item + .c-org-modal-01-content-send-button-item {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-button-item + .c-org-modal-01-content-send-button-item {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-process {
        padding: 24px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-process {
        padding: 2.255639097744361vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-process {
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-process-order {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-process-order {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-process-order {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-barcode-process-order-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-process-order-list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-process-order-list + .c-org-modal-01-content-send-barcode-process-order-list {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-process-order-list + .c-org-modal-01-content-send-barcode-process-order-list {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-process-order-list + .c-org-modal-01-content-send-barcode-process-order-list {
        margin-top: 3.2vw;
    }
}

.c-org-modal-01-content-send-barcode-process-order-list .c-atm-text-medium-01 {
    font-family: Roboto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-text {
        margin-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-text {
        margin-top: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-text {
        margin-top: 8vw;
    }
}

.c-org-modal-01-content-send-barcode-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-method,
    .c-org-modal-01-content-send-barcode-size,
    .c-org-modal-01-content-send-barcode-name,
    .c-org-modal-01-content-send-barcode-address {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-method,
    .c-org-modal-01-content-send-barcode-size,
    .c-org-modal-01-content-send-barcode-name,
    .c-org-modal-01-content-send-barcode-address {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-method,
    .c-org-modal-01-content-send-barcode-size,
    .c-org-modal-01-content-send-barcode-name,
    .c-org-modal-01-content-send-barcode-address {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-method-text {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-method-text {
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-method-text {
        margin-top: 1.866666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select,
    .c-org-modal-01-content-send-barcode-name-select,
    .c-org-modal-01-content-send-barcode-address-select {
        margin-top: 7px;
        height: 40px;
        width: 327px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select,
    .c-org-modal-01-content-send-barcode-name-select,
    .c-org-modal-01-content-send-barcode-address-select {
        margin-top: 0.657894736842105vw;
        height: 3.759398496240602vw;
        width: 30.73308270676692vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-size-select,
    .c-org-modal-01-content-send-barcode-name-select,
    .c-org-modal-01-content-send-barcode-address-select {
        margin-top: 1.866666666666667vw;
        height: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select.is--short,
    .c-org-modal-01-content-send-barcode-name-select.is--short,
    .c-org-modal-01-content-send-barcode-address-select.is--short {
        width: 266px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select.is--short,
    .c-org-modal-01-content-send-barcode-name-select.is--short,
    .c-org-modal-01-content-send-barcode-address-select.is--short {
        width: 25vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select.is--long,
    .c-org-modal-01-content-send-barcode-name-select.is--long,
    .c-org-modal-01-content-send-barcode-address-select.is--long {
        width: 749px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select.is--long,
    .c-org-modal-01-content-send-barcode-name-select.is--long,
    .c-org-modal-01-content-send-barcode-address-select.is--long {
        width: 70.39473684210526vw;
    }
}

.c-org-modal-01-content-send-barcode-size-select .c-org-modal-01-content-send-place-input input[type='text'],
.c-org-modal-01-content-send-barcode-name-select .c-org-modal-01-content-send-place-input input[type='text'],
.c-org-modal-01-content-send-barcode-address-select .c-org-modal-01-content-send-place-input input[type='text'] {
    padding: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select {
        width: 327px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-size-select {
        width: 30.73308270676692vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-size-select {
        width: 100%;
    }
}

.c-org-modal-01-content-send-barcode-size-select select {
    width: 100%;
    border-radius: 0;
}

.c-org-modal-01-content-send-barcode-name-select.is--long {
    width: 100%;
}

.c-org-modal-01-content-send-barcode-address-select {
    height: auto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-select {
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-select {
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-address-select {
        padding: 8vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-title-attention {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-title-attention {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-title-attention {
        margin-left: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-annotation {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-annotation {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-annotation {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-annotation + .c-org-modal-01-content-send-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-annotation + .c-org-modal-01-content-send-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-annotation + .c-org-modal-01-content-send-annotation {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-send-annotation.is--center {
    text-align: center;
}

.c-org-modal-01-content-send-annotation.is--pc-center {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-annotation.is--pc-center {
        width: 640px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-annotation.is--pc-center {
        width: 60.150375939849624vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done {
        margin-top: 6.4vw;
    }
}

.c-org-modal-01-content-send-barcode-done-title {
    text-align: center;
}

.c-org-modal-01-content-send-barcode-done-desc {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-desc {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-desc {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-desc {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-attention {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-attention {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-attention {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-barcode-done-content-item-barcode-num {
    font-family: Roboto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item-barcode-num {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item-barcode-num {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content-item-barcode-num {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content-item-barcode-num + .c-org-modal-01-content-send-barcode-done-content-item-dl {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-barcode-done-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content {
        margin-top: 24px;
        padding: 28px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content {
        margin-top: 2.255639097744361vw;
        padding: 2.631578947368421vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content {
        margin-top: 6.4vw;
        padding: 5.600000000000001vw 0 0;
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item {
        padding: 24px 30px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item + .c-org-modal-01-content-send-barcode-done-content-item {
        padding: 24px 0 24px 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item {
        padding: 2.255639097744361vw 2.819548872180451vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item + .c-org-modal-01-content-send-barcode-done-content-item {
        padding: 2.255639097744361vw 0 2.255639097744361vw 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content-item {
        width: 70.13333333333334vw;
        padding: 6.4vw 4.266666666666667vw;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item + .c-org-modal-01-content-send-barcode-done-content-item {
        margin-left: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item + .c-org-modal-01-content-send-barcode-done-content-item {
        margin-left: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content-item + .c-org-modal-01-content-send-barcode-done-content-item {
        padding: 6.4vw 0;
        width: 78.66666666666666vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item-dl {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item-dl {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content-item-dl + .c-org-modal-01-content-send-barcode-done-content-item-dl {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item-dl-dd {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-done-content-item-dl-dd {
        margin-top: 0.75187969924812vw;
        white-space: nowrap;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-done-content-item-dl-dd {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-send-external-annotation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-external-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-external-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-external-annotation {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-send-external-annotation-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-external-annotation-icon {
        margin-left: 4px;
        width: 12px;
        height: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-external-annotation-icon {
        margin-left: 0.37593984962406vw;
        width: 1.12781954887218vw;
        height: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-external-annotation-icon {
        margin-left: 1.066666666666667vw;
        width: 3.2vw;
        height: 3.2vw;
    }
}

.c-org-modal-01-content-send-external-annotation-icon svg {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}

    .c-org-modal-01-content-send-external-annotation-icon svg path {
        stroke: #757575;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-reading {
        padding: 30px 40px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-reading {
        padding: 2.819548872180451vw 3.759398496240602vw;
        margin-top: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-reading {
        padding: 6.4vw 4.266666666666667vw;
        margin-top: 8vw;
    }
}

.c-org-modal-01-content-send-reading-lead {
    text-align: center;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-reading-lead {
        text-align: left;
    }
}

.c-org-modal-01-content-send-reading-scan {
    background-color: #232323;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-reading-scan {
        margin: 24px auto 0;
        width: 384px;
        height: 384px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-reading-scan {
        margin: 2.255639097744361vw auto 0;
        width: 36.09022556390977vw;
        height: 36.09022556390977vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-reading-scan {
        margin: 4.266666666666667vw auto 0;
        width: 78.66666666666666vw;
        height: 78.66666666666666vw;
    }
}

.c-org-modal-01-content-send-reading-change {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-reading-change {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-reading-change {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-reading-change {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-reading-change-icon {
        margin-right: 4px;
        width: 16px;
        height: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-reading-change-icon {
        margin-right: 0.37593984962406vw;
        width: 1.503759398496241vw;
        height: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-reading-change-icon {
        margin-right: 1.066666666666667vw;
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-reading-change-icon svg {
    width: 100%;
    height: 100%;
}

.c-org-modal-01-content-send-note {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-note {
        padding: 30px 40px;
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-note {
        padding: 2.819548872180451vw 3.759398496240602vw;
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-note {
        padding: 6.4vw 4.266666666666667vw;
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-note-num {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-note-num {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-note-num {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-note-text {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-note-text {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-note-text {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-request--time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request--time {
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item + .c-org-modal-01-content-send-request-item {
        margin-left: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item + .c-org-modal-01-content-send-request-item {
        margin-left: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item + .c-org-modal-01-content-send-request-item {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list--wrapper {
        width: 318px;
        padding: 22px 40px 30px 40px;
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list--wrapper {
        width: 29.887218045112785vw;
        padding: 2.067669172932331vw 3.759398496240602vw 2.819548872180451vw 3.759398496240602vw;
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list--wrapper {
        width: 71.2vw;
        padding: 4.266666666666667vw 8vw 6.4vw 8vw;
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-send-request-item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item {
        width: 100px;
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item {
        width: 9.398496240601503vw;
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list-item {
        width: 22.400000000000002vw;
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item:nth-child(n+2) {
        margin-left: 9px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item:nth-child(n+2) {
        margin-left: 0.845864661654135vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list-item:nth-child(n+2) {
        margin-left: 1.866666666666667vw;
    }
}

.c-org-modal-01-content-send-request-item-list-item.is--date:first-child {
    width: 100%;
}

.c-org-modal-01-content-send-request-item-list-item.is--date:nth-child(2),
.c-org-modal-01-content-send-request-item-list-item.is--date:nth-child(5) {
    margin-left: 0;
}

.c-org-modal-01-content-send-request-item-list-item.is--time:nth-child(4) {
    margin-left: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request--address {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request--address {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request--address {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-select {
        margin-top: 8px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-select {
        margin-top: 0.75187969924812vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-select {
        margin-top: 2.133333333333333vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-booking {
        margin-top: 24px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-booking {
        margin-top: 2.255639097744361vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-booking {
        margin-top: 6.4vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-booking-num {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-booking-num {
        padding: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-booking-num {
        padding: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-booking-num {
        padding: 3.2vw;
    }
}

.c-org-modal-01-content-send-booking-num-text {
    font-family: Roboto;
}

.c-org-modal-01-content-send-booking-text {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-booking-text {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-booking-text {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-booking-text {
        margin-top: 6.4vw;
        text-align: left;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-booking-image {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-booking-image {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-booking-image {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-call {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call {
        margin-top: 10.666666666666668vw;
    }
}

.c-org-modal-01-content-send-call-tell {
    font-family: Roboto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-tell {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-tell {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-tell {
        margin-top: 3.2vw;
    }
}

.c-org-modal-01-content-send-call-tell .c-atm-text-regular-12 {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#232323));
    background-image: -webkit-linear-gradient(transparent, #232323);
    background-image: linear-gradient(transparent, #232323);
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-tell .c-atm-text-regular-12 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-tell .c-atm-text-regular-12 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-tell .c-atm-text-regular-12 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-tell .c-atm-text-regular-12:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-tell .c-atm-text-regular-12:hover {
        background-size: 0 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-tell .c-atm-text-regular-12 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-reception {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-reception {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-reception {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-annotation .c-atm-text-annotation + .c-atm-text-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-annotation .c-atm-text-annotation + .c-atm-text-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-annotation .c-atm-text-annotation + .c-atm-text-annotation {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-recept {
        margin-top: 30px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-recept {
        margin-top: 2.819548872180451vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-recept {
        margin-top: 8vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-call-recept-num {
    font-family: Roboto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-recept-num {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-recept-num {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-recept-num {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-call-check {
        width: 180px;
        margin: 24px auto 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-call-check {
        width: 16.917293233082706vw;
        margin: 2.255639097744361vw auto 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-call-check {
        width: 48vw;
        margin: 4.266666666666667vw auto 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request--inner {
        width: 828px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request--inner {
        width: 77.81954887218046vw;
        margin: 0 auto;
    }
}

.c-org-modal-01-content-request-title,
.c-org-modal-01-content-request-desc {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-desc {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-desc {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-desc {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-desc + .c-org-modal-01-content-request-desc {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-desc + .c-org-modal-01-content-request-desc {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-desc + .c-org-modal-01-content-request-desc {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-desc.is--wide {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-desc.is--wide {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-desc.is--wide {
        margin-top: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-detail {
        margin-top: 40px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-detail {
        margin-top: 3.759398496240602vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-detail {
        margin-top: 10.666666666666668vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-01-content-request-detail-attention {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-detail-attention {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-detail-attention {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-detail-attention {
        margin-top: 6.4vw;
    }
}

.c-org-modal-01-content-request-detail-faq {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-detail-faq {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-detail-faq {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-detail-faq {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-detail-dl + .c-org-modal-01-content-request-detail-dl {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-detail-dl + .c-org-modal-01-content-request-detail-dl {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-detail-dl + .c-org-modal-01-content-request-detail-dl {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-detail-dl-dd + .c-org-modal-01-content-request-detail-dl-dd {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-detail-dl-dd + .c-org-modal-01-content-request-detail-dl-dd {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-detail-dl-dd + .c-org-modal-01-content-request-detail-dl-dd {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-request-link {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-request-link {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-request-link {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-request-link {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-delivery-select--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-delivery-select--wrapper {
        margin-top: 40px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-delivery-select--wrapper {
        margin-top: 3.759398496240602vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-delivery-select--wrapper {
        margin-top: 6.4vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-delivery-select {
        width: 295px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-delivery-select {
        width: 27.725563909774436vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-delivery-select {
        width: 23.466666666666665vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-delivery-select + .c-org-modal-01-content-send-delivery-select {
        margin-left: 79px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-delivery-select + .c-org-modal-01-content-send-delivery-select {
        margin-left: 7.424812030075188vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-delivery-select + .c-org-modal-01-content-send-delivery-select {
        margin-left: 16.53333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account--inner,
    .c-org-modal-01-content-amount--inner {
        width: 828px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account--inner,
    .c-org-modal-01-content-amount--inner {
        width: 77.81954887218046vw;
        margin: 0 auto;
    }
}

.c-org-modal-01-content-account-link {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-link {
        margin-top: 11px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-link {
        margin-top: 1.033834586466165vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-link {
        margin-top: 2.933333333333333vw;
    }
}

@media screen and (min-width: 851px) {
    .c-org-modal-01-content-account-edit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-edit {
        margin-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-edit {
        margin-top: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-edit {
        margin-top: 8vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-edit-item {
        width: 398px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-edit-item {
        width: 37.40601503759399vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-edit-item {
        margin-top: 6.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-edit-item--input {
        margin-top: 7px;
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-edit-item--input {
        margin-top: 0.657894736842105vw;
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-edit-item--input {
        margin-top: 1.866666666666667vw;
        height: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-check {
        margin-top: 19px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-check {
        margin-top: 1.785714285714286vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-check {
        margin-top: 5.866666666666666vw;
    }
}

.c-org-modal-01-content-account-check--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-check--inner {
        margin-top: 11px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-check--inner {
        margin-top: 1.033834586466165vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-check--inner {
        margin-top: 2.4vw;
    }
}

@media screen and (min-width: 851px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list {
        white-space: nowrap;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list {
        width: 192px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list {
        width: 18.045112781954884vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list {
        width: 37.86666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list span {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list span {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-account-check--inner .c-mlc-check-list span {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-org-modal-01-content-amount-title {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-amount-title {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-amount-title {
        margin-bottom: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-amount-title {
        margin-bottom: 6.133333333333333vw;
    }
}

.c-org-modal-01-content-amount--table01 dl,
.c-org-modal-01-content-amount--table02 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-org-modal-01-content-amount--table01 dd:last-child,
.c-org-modal-01-content-amount--table02 dd:last-child {
    text-align: right;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-amount--table01 {
        padding: 37px 0 26px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-amount--table01 {
        padding: 3.477443609022556vw 0 2.443609022556391vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-amount--table01 {
        padding: 8.799999999999999vw 0 5.333333333333334vw;
    }
}

.c-org-modal-01-content-amount--table01 dl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-amount--table01 dl:nth-child(2) {
        margin-top: 17px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-amount--table01 dl:nth-child(2) {
        margin-top: 1.597744360902255vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-amount--table01 dl:nth-child(2) {
        margin-top: 4.533333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-amount--table01 dl:nth-child(3) {
        margin-top: 27px;
        padding-top: 27px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-amount--table01 dl:nth-child(3) {
        margin-top: 2.537593984962406vw;
        padding-top: 2.537593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-amount--table01 dl:nth-child(3) {
        margin-top: 5.333333333333334vw;
        padding-top: 5.333333333333334vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-amount--table02 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-amount--table02 {
        margin-top: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-amount--table02 {
        margin-top: 7.466666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-amount--table-inner {
        padding: 0 86px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-amount--table-inner {
        padding: 0 8.082706766917292vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-amount--table-inner {
        padding: 0 4.533333333333333vw;
    }
}

.c-org-modal-01-content-amount--table-inner dd {
    width: 100%;
}

.c-org-modal-01-content-amount--table-inner:not(:first-child):last-child {
    border-top: 1px #dedede solid;
}

.c-org-modal-01-content-send-request-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-org-modal-01-content-send-request-item-title .c-atm-text-bold-03 {
        color: #d6000f;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-title .c-atm-text-bold-03 {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-title .c-atm-text-bold-03 {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-title .c-atm-text-bold-03 {
        margin-left: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request--size-input {
        width: 327px;
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request--size-input {
        width: 30.73308270676692vw;
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request--size-input {
        height: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request--product-input {
        height: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request--product-input {
        height: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request--product-input {
        height: 10.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request--product,
    .c-org-modal-01-content-send-request--time {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request--product,
    .c-org-modal-01-content-send-request--time {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request--product,
    .c-org-modal-01-content-send-request--time {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request--size-input,
    .c-org-modal-01-content-send-request--product-input {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request--size-input,
    .c-org-modal-01-content-send-request--product-input {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request--size-input,
    .c-org-modal-01-content-send-request--product-input {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio'] {
    display: none;
}

    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 100%;
    }

        .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box {
            background-color: #fff;
            border: 2px solid #232323;
            display: block;
            border-radius: 3px;
            text-align: center;
            position: relative;
        }

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box {
        padding: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box {
        padding: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box {
        padding: 3.2vw;
    }
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #232323;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box::before {
        content: none;
    }
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box .c-atm-text-bold-02 {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box .c-atm-text-bold-02 {
        -webkit-transition: color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label .c-org-modal-01-content-send-request-item-list-item-box .c-atm-text-bold-02 {
        -webkit-transition: color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label:hover .c-org-modal-01-content-send-request-item-list-item-box .c-atm-text-bold-02 {
    color: #fff;
    font-weight: normal;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label:hover .c-org-modal-01-content-send-request-item-list-item-box .c-atm-text-bold-02 {
        color: #232323;
    }
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label:hover .c-org-modal-01-content-send-request-item-list-item-box::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label.is--inactive {
    pointer-events: none;
}

    .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label.is--inactive .c-org-modal-01-content-send-request-item-list-item-box {
        border: 2px solid #dedede;
        background-color: #fff;
    }

        .c-org-modal-01-content-send-request-item-list-item input[type='radio'] + label.is--inactive .c-org-modal-01-content-send-request-item-list-item-box .c-atm-text-bold-02 {
            color: #dedede;
        }

.c-org-modal-01-content-send-request-item-list-item input[type='radio']:checked + label .c-org-modal-01-content-send-request-item-list-item-box {
    background-color: #232323;
}

.c-org-modal-01-content-send-request-item-list-item input[type='radio']:checked + label .c-atm-text-bold-02 {
    color: #fff;
    font-weight: normal;
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-request-item-list-item input[type='radio']:checked + label:hover .c-atm-text-bold-02 {
        color: #fff;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-address-list {
        margin-top: 39px;
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-address-list {
        margin-top: 3.665413533834586vw;
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-address-list {
        margin-top: 4.266666666666667vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-01-content-send-barcode-address {
    position: relative;
}

.c-org-modal-01-content-send-barcode-address--wrapper {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address--wrapper {
        margin-top: 13px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address--wrapper {
        margin-top: 1.221804511278195vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-address--wrapper {
        margin-top: 4vw;
    }
}

.c-org-modal-01-content-send-barcode-address-select,
.c-org-modal-01-content-send-barcode-address-default {
    display: none;
}

    .c-org-modal-01-content-send-barcode-address-select.is--active,
    .c-org-modal-01-content-send-barcode-address-default.is--active {
        display: block;
    }

.c-org-modal-01-content-send-barcode-address-button {
    position: absolute;
    right: 0;
    display: none;
    z-index: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-button {
        top: -3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-button {
        top: -0.281954887218045vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-address-button {
        top: -1.6vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-button .c-mlc-button-small {
        padding: 6px 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-button .c-mlc-button-small {
        padding: 0.56390977443609vw 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-address-button .c-mlc-button-small {
        padding: 1.6vw 3.2vw;
    }
}

.c-org-modal-01-content-send-barcode-address-button.is--active {
    display: block;
    z-index: 1;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-default {
        padding: 30px 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address-default {
        padding: 2.819548872180451vw 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-01-content-send-barcode-address-default {
        padding: 6.4vw 4.266666666666667vw;
    }
}

.c-org-modal-02 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    visibility: hidden;
}
    .c-org-modal-02.is--open {
        z-index: 9999;
        pointer-events: auto;
        visibility: visible;
    }
        .c-org-modal-02.is--open .c-org-modal-02-bg,
        .c-org-modal-02.is--open .c-org-modal-02-content,
        .c-org-modal-02.is--open .c-org-modal-02-button-close {
            opacity: 1;
            -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }
    .c-org-modal-02.is--close .c-org-modal-02-bg,
    .c-org-modal-02.is--close .c-org-modal-02-content,
    .c-org-modal-02.is--close .c-org-modal-02-button-close {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
.c-org-modal-02-trigger {
    cursor: pointer;
}

.c-org-modal-02-bg {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}

.c-org-modal-02-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-wrapper {
        width: 1000px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-wrapper {
        width: 90.98496240601504vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-wrapper {
        width: 90.73333333333333vw;
    }
}

.c-org-modal-02-content {
    position: absolute;
    top: 50dvh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-radius: 10px;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content {
        width: 900px;
        padding: 80px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content {
        width: 80vw;
        padding: 7.518796992481203vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content {
        width: 90vw;
        padding: 16vw 0;
    }
}

.c-org-modal-02-button-close {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-button-close {
        width: 20px;
        height: 20px;
        top: -30px;
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-button-close {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        top: -3.477443609022556vw;
        right: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-button-close {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
        top: -7.466666666666668vw;
        right: 2.133333333333333vw;
    }
}

.c-org-modal-02-button-close::before,
.c-org-modal-02-button-close::after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-button-close::before,
    .c-org-modal-02-button-close::after {
        height: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-button-close::before,
    .c-org-modal-02-button-close::after {
        height: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-button-close::before,
    .c-org-modal-02-button-close::after {
        height: 0.533333333333333vw;
    }
}

.c-org-modal-02-button-close::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.c-org-modal-02-button-close::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-inner {
        width: 87.2vw;
        margin: 0 auto;
    }
}

.c-org-modal-02-content-restricted {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-title-icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-title-icon {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-title-icon {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-org-modal-02-content-restricted-title-icon svg {
    width: 100%;
    height: 100%;
}

.c-org-modal-02-content-restricted-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-org-modal-02-content-restricted-title-text {
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-title-text {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-title-text {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-title-text {
        margin-left: 3.2vw;
    }
}

.c-org-modal-02-content-restricted-title-text .c-atm-title-main-01 {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-text {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-text {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-text {
        margin: 3.66666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-text-item + .c-org-modal-02-content-restricted-text-item {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-text-item + .c-org-modal-02-content-restricted-text-item {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-text-item + .c-org-modal-02-content-restricted-text-item {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-02-content-restricted-text-item .c-atm-text-bold-01 {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-annotation {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-02-content-restricted-attention {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-attention {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-attention {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-attention {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 10.666666666666668vw;
    }
}

.c-org-modal-02-content-restricted-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-input {
        margin-top: 39px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-input {
        margin-top: 3.665413533834586vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-input {
        margin-top: 10.4vw;
    }
}

.c-org-modal-02-content-restricted-input input {
    outline: none;
    border: 1px solid #dedede;
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
    border-radius: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-input input {
        width: 45px;
        height: 35px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin: 0 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-input input {
        width: 4.229323308270676vw;
        height: 3.289473684210526vw;
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin: 0 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-input input {
        width: 12vw;
        height: 9.333333333333334vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin: 0 2.133333333333333vw;
    }
}

.c-org-modal-02-content-restricted-input input.is--validate {
    border: 1px solid #d6000f;
    background-color: rgba(214,0,15,0.1);
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-send {
        margin: 40px auto 0;
        width: 376px;
    }

    .c-org-modal-02-content-form-navigation {
        margin: 40px auto 0;
        width: 376px;
        display: flex;
        gap: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-send {
        margin: 3.759398496240602vw auto 0;
        width: 35.338345864661655vw;
    }

    .c-org-modal-02-content-form-navigation {
        margin: 3.759398496240602vw auto 0;
        width: 35.338345864661655vw;
        display: flex;
        gap: 2vw;
    }

    .c-org-modal-02-content-restricted-text .u-is-pc {
        display: inline !important;
    }

    .c-org-modal-02-content-restricted-text .u-is-sp {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-send {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
    }

    .c-org-modal-02-content-form-navigation {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
        display: flex;
        gap: 4vw;
    }

    .c-org-modal-02-content-restricted-text .u-is-sp {
        display: inline;
    }
}

.c-org-modal-02-content-form-navigation .c-org-modal-02-content-form-navigation-btn--primary {
    flex: 2;
}

.c-org-modal-02-content-form-navigation .c-org-modal-02-content-form-navigation-btn--secondary {
    flex: 1;
}

.c-org-modal-02-content-restricted-sms {
    text-align: center;
}

    .c-org-modal-02-content-restricted-sms .c-org-modal-02-content-restricted-title-text.c-text-color-red .c-atm-title-main-01 {
        color: #d6000f;
    }

.c-org-modal-02-content-restricted-myshop {
    text-align: center;
}

    .c-org-modal-02-content-restricted-myshop .c-org-modal-02-content-restricted-title span {
        color: #d6000f;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-restricted-myshop .c-org-modal-02-content-restricted-send-btn + .c-org-modal-02-content-restricted-send-btn {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-restricted-myshop .c-org-modal-02-content-restricted-send-btn + .c-org-modal-02-content-restricted-send-btn {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-restricted-myshop .c-org-modal-02-content-restricted-send-btn + .c-org-modal-02-content-restricted-send-btn {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-02-content-shippingstatus {
    text-align: center;
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus {
        max-height: 131.46666666666667vw;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-text {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-text {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-text {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-02-content-shippingstatus-text-annotation {
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-text-annotation {
        margin: 16px 0 0 54px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-text-annotation {
        margin: 1.503759398496241vw 0 0 5.075187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-text-annotation {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-text-annotation > span + span {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-text-annotation > span + span {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-text-annotation > span + span {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-02-content-shippingstatus--inner {
    margin: 0 auto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus--inner {
        width: 656px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus--inner {
        width: 61.65413533834586vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus--inner {
        width: 100%;
    }
}

.c-org-modal-02-content-shippingstatus-info {
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-info {
        margin: 40px 54px 0 54px;
        padding: 30px 100px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-info {
        margin: 3.759398496240602vw 5.075187969924812vw 0 5.075187969924812vw;
        padding: 2.819548872180451vw 9.398496240601503vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-info {
        margin-top: 6.4vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-dl + .c-org-modal-02-content-shippingstatus-dl {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-dl + .c-org-modal-02-content-shippingstatus-dl {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-dl + .c-org-modal-02-content-shippingstatus-dl {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-dl-dd {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-dl-dd {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-dl-dd {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-close {
        margin: 40px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-02-content-shippingstatus-close {
        margin: 3.759398496240602vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-02-content-shippingstatus-close {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
    }
}

.c-org-modal-03 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    visibility: hidden;
}
    .c-org-modal-03.is--open {
        z-index: 9999;
        pointer-events: auto;
        visibility: visible;
    }
        .c-org-modal-03.is--open .c-org-modal-03-bg {
            opacity: 1;
            -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }
        .c-org-modal-03.is--open .c-org-modal-03-content {
            -webkit-transform: translate(2%, -50%);
            transform: translate(2%, -50%);
        }
    .c-org-modal-03.is--close .c-org-modal-03-bg {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .c-org-modal-03.is--close .c-org-modal-03-content {
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
    }
@media screen and (min-width: 1064px) {
    .c-org-modal-03 {
        display: none;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-03 {
        display: none;
    }
}

.c-org-modal-03-trigger {
    cursor: pointer;
}

    .c-org-modal-03-trigger.is--inactive {
        cursor: auto;
        pointer-events: none;
    }

.c-org-modal-03-bg {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.c-org-modal-03-content {
    width: 98%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-03-content {
        border-radius: 3px 0 0 3px;
        padding: 24px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-03-content {
        border-radius: 0.281954887218045vw 0 0 0.281954887218045vw;
        padding: 2.255639097744361vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-03-content {
        border-radius: 0.8vw 0 0 0.8vw;
        padding: 6.4vw 0;
    }
}

.c-org-modal-03-button-close {
    position: absolute;
    cursor: pointer;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-03-button-close {
        bottom: 22px;
        right: 26px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-03-button-close {
        bottom: 2.067669172932331vw;
        right: 2.443609022556391vw;
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-03-button-close {
        bottom: 5.866666666666666vw;
        right: 10.666666666666668vw;
        font-size: 3.2vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-org-modal-03-button-close::after {
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/market_place/seller/hoge/seller-item/assets/img/arrow_right.svg");
}

@media screen and (min-width: 1064px) {
    .c-org-modal-03-button-close::after {
        width: 7px;
        height: 12px;
        margin-left: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-03-button-close::after {
        width: 0.657894736842105vw;
        height: 1.12781954887218vw;
        margin-left: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-03-button-close::after {
        position: absolute;
        top: 0;
        right: -3.466666666666666vw;
        width: 1.866666666666667vw;
        height: 3.2vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-03-content-inner {
        width: 89.33333333333333vw;
        margin: 0 auto;
    }
}

.c-org-modal-04 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    visibility: hidden;
}
    .c-org-modal-04.is--open {
        z-index: 9999;
        pointer-events: auto;
        visibility: visible;
    }
        .c-org-modal-04.is--open .c-org-modal-04-bg,
        .c-org-modal-04.is--open .c-org-modal-04-content,
        .c-org-modal-04.is--open .c-org-modal-04-button-close {
            opacity: 1;
            -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }
    .c-org-modal-04.is--close .c-org-modal-04-bg,
    .c-org-modal-04.is--close .c-org-modal-04-content,
    .c-org-modal-04.is--close .c-org-modal-04-button-close {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
.c-org-modal-04-trigger {
    cursor: pointer;
}

.c-org-modal-04-bg {
    background-color: rgba(35,35,35,0.85);
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}

.c-org-modal-04-content {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
}

.c-org-modal-04-button-close {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 9999;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-04-button-close {
        width: 20px;
        height: 20px;
        top: 32px;
        right: 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-button-close {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        top: 3.007518796992481vw;
        right: 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-button-close {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
        top: 10.666666666666668vw;
        right: 6.4vw;
    }
}

.c-org-modal-04-button-close::before,
.c-org-modal-04-button-close::after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-04-button-close::before,
    .c-org-modal-04-button-close::after {
        height: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-button-close::before,
    .c-org-modal-04-button-close::after {
        height: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-button-close::before,
    .c-org-modal-04-button-close::after {
        height: 0.533333333333333vw;
    }
}

.c-org-modal-04-button-close::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.c-org-modal-04-button-close::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.c-org-modal-04-content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1064px) {
    .c-org-modal-04-content-inner {
        width: auto;
        min-width: 100%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-content-inner {
        width: 45.11278195488722vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-content-inner {
        width: 87.2vw;
    }
}

.c-org-modal-04-content-image .c-mlc-product-info-image {
    width: 100%;
}

.c-org-modal-04-content-image .c-mlc-product-info-slider {
    cursor: auto;
}

    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-container {
        height: 90vh;
        width: 87.2vw
    }

    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-slide img {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button {
        bottom: -23px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button {
        bottom: -2.161654135338346vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-next {
        right: 30%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-next {
        right: 8.740601503759398vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-next {
        right: -4vw;
    }
}

.c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media screen and (min-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-prev {
        left: 30%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-prev {
        left: 8.740601503759398vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .swiper-button.c-mlc-image-modal-prev {
        -webkit-transform: translateY(-50%) scale(-1, 1);
        transform: translateY(-50%) scale(-1, 1);
        left: -4vw;
    }
}

.c-org-modal-04-content-image .c-mlc-product-info-slider .c-mlc-image-modal-pagination {
    text-align: center;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .c-mlc-image-modal-pagination {
        top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .c-mlc-image-modal-pagination {
        top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-04-content-image .c-mlc-product-info-slider .c-mlc-image-modal-pagination {
        top: 3.2vw;
    }
}

.c-org-modal-05 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    visibility: hidden;
}

    .c-org-modal-05.is--open {
        z-index: 9999;
        pointer-events: auto;
        visibility: visible;
    }

        .c-org-modal-05.is--open .c-org-modal-05-bg,
        .c-org-modal-05.is--open .c-org-modal-05-content,
        .c-org-modal-05.is--open .c-org-modal-05-button-close {
            opacity: 1;
            -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }

    .c-org-modal-05.is--close .c-org-modal-05-bg,
    .c-org-modal-05.is--close .c-org-modal-05-content,
    .c-org-modal-05.is--close .c-org-modal-05-button-close {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

.c-org-modal-05-trigger {
    cursor: pointer;
}

.c-org-modal-05-bg {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}

.c-org-modal-05-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-wrapper {
        width: 1000px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-wrapper {
        width: 90.98496240601504vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-wrapper {
        width: 90.73333333333333vw;
    }
}

.c-org-modal-05-content {
    position: absolute;
    top: 50dvh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-radius: 10px;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content {
        width: 500px;
        padding: 30px 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content {
        width: 70vw;
        padding: 2.518796992481203vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content {
        width: 90vw;
        padding: 5vw 0;
    }
}

.c-org-modal-05-button-close {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-button-close {
        width: 20px;
        height: 20px;
        top: -30px;
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-button-close {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
        top: -3.477443609022556vw;
        right: 0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-button-close {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
        top: -7.466666666666668vw;
        right: 2.133333333333333vw;
    }
}

.c-org-modal-05-button-close::before,
.c-org-modal-05-button-close::after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-button-close::before,
    .c-org-modal-05-button-close::after {
        height: 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-button-close::before,
    .c-org-modal-05-button-close::after {
        height: 0.18796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-button-close::before,
    .c-org-modal-05-button-close::after {
        height: 0.533333333333333vw;
    }
}

.c-org-modal-05-button-close::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.c-org-modal-05-button-close::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-inner {
        width: 87.2vw;
        margin: 0 auto;
    }
}

.c-org-modal-05-content-restricted {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-title-icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-title-icon {
        width: 1.879699248120301vw;
        height: 1.879699248120301vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-title-icon {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
    }
}

.c-org-modal-05-content-restricted-title-icon svg {
    width: 100%;
    height: 100%;
}

.c-org-modal-05-content-restricted-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-org-modal-05-content-restricted-title-text {
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-title-text {
        margin-left: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-title-text {
        margin-left: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-title-text {
        margin-left: 3.2vw;
    }
}

.c-org-modal-05-content-restricted-title-text .c-atm-title-main-01 {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-text {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-text {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-text {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-text-item + .c-org-modal-05-content-restricted-text-item {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-text-item + .c-org-modal-05-content-restricted-text-item {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-text-item + .c-org-modal-05-content-restricted-text-item {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-05-content-restricted-text-item .c-atm-text-bold-01 {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-annotation {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-annotation {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-annotation {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-05-content-restricted-attention {
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-attention {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-attention {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-attention {
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-top: 10.666666666666668vw;
    }
}

.c-org-modal-05-content-restricted-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-input {
        margin-top: 39px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-input {
        margin-top: 3.665413533834586vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-input {
        margin-top: 10.4vw;
    }
}

.c-org-modal-05-content-restricted-input input {
    outline: none;
    border: 1px solid #dedede;
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
    border-radius: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-input input {
        width: 45px;
        height: 35px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin: 0 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-input input {
        width: 4.229323308270676vw;
        height: 3.289473684210526vw;
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin: 0 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-input input {
        width: 12vw;
        height: 9.333333333333334vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin: 0 2.133333333333333vw;
    }
}

.c-org-modal-05-content-restricted-input input.is--validate {
    border: 1px solid #d6000f;
    background-color: rgba(214,0,15,0.1);
    color: #d6000f;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-send {
        margin: 40px auto 0;
        width: 376px;
    }

    .c-org-modal-05-content-form-navigation {
        margin: 40px auto 0;
        width: 376px;
        display: flex;
        gap: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-send {
        margin: 3.759398496240602vw auto 0;
        width: 35.338345864661655vw;
    }

    .c-org-modal-05-content-form-navigation {
        margin: 3.759398496240602vw auto 0;
        width: 35.338345864661655vw;
        display: flex;
        gap: 2vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-send {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
    }

    .c-org-modal-05-content-form-navigation {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
        display: flex;
        gap: 4vw;
    }
}

.c-org-modal-05-content-form-navigation .c-org-modal-05-content-form-navigation-btn--primary {
    flex: 2;
}

.c-org-modal-05-content-form-navigation .c-org-modal-05-content-form-navigation-btn--secondary {
    flex: 1;
}

.c-org-modal-05-content-restricted-sms {
    text-align: center;
}

    .c-org-modal-05-content-restricted-sms .c-org-modal-05-content-restricted-title-text.c-text-color-red .c-atm-title-main-01 {
        color: #d6000f;
    }

.c-org-modal-05-content-restricted-myshop {
    text-align: center;
}

    .c-org-modal-05-content-restricted-myshop .c-org-modal-05-content-restricted-title span {
        color: #d6000f;
    }

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-restricted-myshop .c-org-modal-05-content-restricted-send-btn + .c-org-modal-05-content-restricted-send-btn {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-restricted-myshop .c-org-modal-05-content-restricted-send-btn + .c-org-modal-05-content-restricted-send-btn {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-restricted-myshop .c-org-modal-05-content-restricted-send-btn + .c-org-modal-05-content-restricted-send-btn {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-05-content-shippingstatus {
    text-align: center;
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus {
        max-height: 131.46666666666667vw;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-text {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-text {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-text {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-modal-05-content-shippingstatus-text-annotation {
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-text-annotation {
        margin: 16px 0 0 54px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-text-annotation {
        margin: 1.503759398496241vw 0 0 5.075187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-text-annotation {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-text-annotation > span + span {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-text-annotation > span + span {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-text-annotation > span + span {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-modal-05-content-shippingstatus--inner {
    margin: 0 auto;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus--inner {
        width: 656px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus--inner {
        width: 61.65413533834586vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus--inner {
        width: 100%;
    }
}

.c-org-modal-05-content-shippingstatus-info {
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-info {
        margin: 40px 54px 0 54px;
        padding: 30px 100px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-info {
        margin: 3.759398496240602vw 5.075187969924812vw 0 5.075187969924812vw;
        padding: 2.819548872180451vw 9.398496240601503vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-info {
        margin-top: 6.4vw;
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-dl + .c-org-modal-05-content-shippingstatus-dl {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-dl + .c-org-modal-05-content-shippingstatus-dl {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-dl + .c-org-modal-05-content-shippingstatus-dl {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-dl-dd {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-dl-dd {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-dl-dd {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-close {
        margin: 40px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-modal-05-content-shippingstatus-close {
        margin: 3.759398496240602vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-modal-05-content-shippingstatus-close {
        margin: 10.666666666666668vw auto 0;
        width: 71.2vw;
    }
}

.c-org-accordion-inner {
    overflow-y: hidden;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

.c-org-product-info-01--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-image-favorite {
        width: 742px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-image-favorite {
        width: 69.73684210526315vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-image-favorite {
        width: 87.2vw;
    }
}

.c-org-product-info-01-image-favorite svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-image-favorite + .c-org-product-info-01--inner {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-image-favorite + .c-org-product-info-01--inner {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-image-favorite + .c-org-product-info-01--inner {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-info-01-image {
    display: block;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-image {
        width: 258px;
        height: 258px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-image {
        width: 24.24812030075188vw;
        height: 24.24812030075188vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-image {
        top: 0;
        left: 0;
        width: 26.666666666666668vw;
        height: 26.666666666666668vw;
        position: absolute;
    }
}

.c-org-product-info-01-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-org-product-info-01-image-icon {
    position: absolute;
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-image-icon {
        width: 64px;
        right: 5px;
        bottom: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-image-icon {
        width: 6.015037593984962vw;
        right: 0.469924812030075vw;
        bottom: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-image-icon {
        width: 12.266666666666666vw;
        right: 1.066666666666667vw;
        bottom: 1.066666666666667vw;
    }
}

.c-org-product-info-01-image-sold,
.c-org-product-info-01-image-selling,
.c-org-product-info-01-image-hidden,
.c-org-product-info-01-image-standby {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-image-sold,
    .c-org-product-info-01-image-selling,
    .c-org-product-info-01-image-hidden,
    .c-org-product-info-01-image-standby {
        width: 110px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-image-sold,
    .c-org-product-info-01-image-selling,
    .c-org-product-info-01-image-hidden,
    .c-org-product-info-01-image-standby {
        width: 10.338345864661653vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-image-sold,
    .c-org-product-info-01-image-selling,
    .c-org-product-info-01-image-hidden,
    .c-org-product-info-01-image-standby {
        width: 14.933333333333335vw;
    }
}

.c-org-product-info-01-image-sold svg,
.c-org-product-info-01-image-selling svg,
.c-org-product-info-01-image-hidden svg,
.c-org-product-info-01-image-standby svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 282px);
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 26.50375939849624vw);
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail {
        width: 100%;
    }
}

.c-org-product-info-01-detail-inner {
    color: #232323;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-inner {
        height: 140px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-inner {
        height: 13.157894736842104vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-inner {
        height: 26.666666666666668vw;
        margin-left: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-product-info-01-detail-inner a {
    color: #232323;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail--hidden {
        margin-left: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-state-wrapper {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-state-wrapper {
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-state-wrapper {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-info-01-detail-state {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-state {
        padding: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-state {
        padding: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-state {
        padding: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 2.133333333333333vw;
    }
}

.c-org-product-info-01-detail-name,
.c-org-product-info-03-detail-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
    margin-top: .5em;
}

.c-org-product-info-01-detail-title,
.c-org-product-info-03-detail-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

.c-org-product-info-01-detail--link {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    min-height: 4.5em;
    display: block;
}

    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-name [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        display: inline;
        background-repeat: no-repeat;
        background-position: right bottom;
        -webkit-transition: background-size 0.6s;
        transition: background-size 0.6s;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
        background-image: -webkit-linear-gradient(transparent, #dedede);
        background-image: linear-gradient(transparent, #dedede);
    }

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-name [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-name [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-name [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 1px;
    }

    .c-org-product-info-01-detail--link {
        height: 13vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-name [class^=c-atm-text-regular-0]:hover,
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-name [class^=c-atm-text-regular-0]:hover,
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

.c-org-product-info-01-detail--link .c-org-product-info-01-detail-title [class^=c-atm-text-regular-0],
.c-org-product-info-01-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-title [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-title [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-title [class^=c-atm-text-regular-0],
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-title [class^=c-atm-text-regular-0]:hover,
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail--link .c-org-product-info-01-detail-title [class^=c-atm-text-regular-0]:hover,
    .c-org-product-info-01-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail--link:hover [class^=c-atm-text-regular-0],
    .c-org-product-info-03-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail--link:hover [class^=c-atm-text-regular-0],
    .c-org-product-info-03-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

.c-org-product-info-01-detail-point {
    color: #d6000f;
    background-color: #fdd000;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-point {
        padding: 3px 8px;
        border-radius: 50px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-right: 8px;
        top: -3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-point {
        padding: 0.281954887218045vw 0.75187969924812vw;
        border-radius: 3.759398496240602vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-right: 0.75187969924812vw;
        top: -0.281954887218045vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-point {
        padding: 0.8vw 2.133333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        border-radius: 8vw;
        margin-top: 2.133333333333333vw;
        left: calc(100% - 21.333333333333336vw);
    }
}

.c-org-product-info-02-detail-point {
    color: #d6000f;
    background-color: #fdd000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 400;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-point {
        padding: 3px 8px;
        border-radius: 50px;
        margin-right: 8px;
        top: -3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-point {
        padding: 0.281954887218045vw 0.75187969924812vw;
        border-radius: 3.759398496240602vw;
        margin-right: 0.75187969924812vw;
        top: -0.281954887218045vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-point {
        padding: 0.8vw 2.133333333333333vw;
        margin-top: 2.133333333333333vw;
        left: calc(100% - 21.333333333333336vw);
    }
}

.c-org-product-info-01-detail-price {
    font-family: Roboto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-price {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-price {
        font-size: 1.879699248120301vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
        margin-top: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-price-yen {
        font-size: 4.266666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

.c-org-product-info-01-detail-price-yen.is--hyphened {
    letter-spacing: 0.25em;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-price-text {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-01-detail-price-tax {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-01-detail-price-tax {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-01-detail-price-tax {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-transaction {
        margin-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-transaction {
        margin-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-transaction {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-info-02-detail-transaction-list,
.c-org-product-info-02-detail-transaction-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-transaction-list-item {
        width: 100px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-transaction-list-item {
        width: 9.398496240601503vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-transaction-list-item {
        width: 26.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-transaction-list-item + .c-org-product-info-02-detail-transaction-list-item {
        margin-left: 80px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-transaction-list-item + .c-org-product-info-02-detail-transaction-list-item {
        margin-left: 7.518796992481203vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-transaction-list-item + .c-org-product-info-02-detail-transaction-list-item {
        margin-left: 3.733333333333334vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-transaction-list-item-text {
        margin-left: 5px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-transaction-list-item-text {
        margin-left: 0.469924812030075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-transaction-list-item-text {
        margin-left: 1.333333333333333vw;
    }
}

.c-org-product-info-02-detail-transaction-list-item-text.is--gray .c-atm-text-regular-02 {
    color: #757575;
}

.c-org-product-info-02-detail-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-other {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-other {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-other {
        margin-top: 4.266666666666667vw;
        display: block;
    }
}

.c-org-product-info-02-detail-other-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-other-list {
        width: 212px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-other-list {
        width: 19.924812030075188vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-other-list + .c-org-product-info-02-detail-other-list {
        margin-left: 35px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-other-list + .c-org-product-info-02-detail-other-list {
        margin-left: 3.289473684210526vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-other-list--dt {
        width: 31.466666666666665vw;
    }
}

.c-org-product-info-02-detail-other-list--dt .c-atm-text-regular-01 {
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-other-list--dd {
        margin-left: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-other-list--dd {
        margin-left: 2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-other-list--dd {
        margin-left: 6.4vw;
    }
}

.c-org-product-info-03--inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-org-product-info-03-image {
    display: block;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-image {
        width: 91px;
        height: 91px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-image {
        width: 8.552631578947368vw;
        height: 8.552631578947368vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-image {
        top: 0;
        left: 0;
        width: 26.666666666666668vw;
        height: 26.666666666666668vw;
        position: absolute;
    }
}

.c-org-product-info-03-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-org-product-info-03-image-icon {
    position: absolute;
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-image-icon {
        width: 22.33737979px;
        top: 0.4225px;
        right: 0.4225px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-image-icon {
        width: 2.117105595vw;
        right: 0.06397225vw;
        top: 0.06397225vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-image-icon {
        width: 5.998120095vw;
        right: 0.16022725vw;
        top: 0.16022725vw;
    }
}

.c-org-product-info-03-image-sold,
.c-org-product-info-03-image-selling,
.c-org-product-info-03-image-hidden,
.c-org-product-info-03-image-standby {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-image-sold,
    .c-org-product-info-03-image-selling,
    .c-org-product-info-03-image-hidden,
    .c-org-product-info-03-image-standby {
        width: 110px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-image-sold,
    .c-org-product-info-03-image-selling,
    .c-org-product-info-03-image-hidden,
    .c-org-product-info-03-image-standby {
        width: 10.338345864661653vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-image-sold,
    .c-org-product-info-03-image-selling,
    .c-org-product-info-03-image-hidden,
    .c-org-product-info-03-image-standby {
        width: 14.933333333333335vw;
    }
}

.c-org-product-info-03-image-sold svg,
.c-org-product-info-03-image-selling svg,
.c-org-product-info-03-image-hidden svg,
.c-org-product-info-03-image-standby svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 627px;
        height: 91px;
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 8.552631578947368vw;
        width: 58.92857142857143vw;
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail {
        height: 26.666666666666668vw;
        width: 100%;
    }
}

.c-org-product-info-03-detail-inner {
    height: 100%;
    color: #232323;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-inner {
        margin-left: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail--hidden {
        margin-left: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-state-wrapper {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-state-wrapper {
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-state-wrapper {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-info-03-detail-state {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-state {
        padding: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-state {
        padding: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-state {
        padding: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 2.133333333333333vw;
    }
}

.c-org-product-info-03-detail-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #232323;
        word-break: break-all;
    }
}

.c-org-product-info-03-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

.c-org-product-info-03-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail--link .c-org-product-info-03-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

.c-org-product-info-03-detail-point {
    color: #d6000f;
    background-color: #fdd000;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-point {
        padding: 3px 8px;
        border-radius: 50px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-right: 8px;
        top: -3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-point {
        padding: 0.281954887218045vw 0.75187969924812vw;
        border-radius: 3.759398496240602vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-right: 0.75187969924812vw;
        top: -0.281954887218045vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-point {
        padding: 0.8vw 2.133333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        border-radius: 8vw;
        margin-top: 2.133333333333333vw;
        left: calc(100% - 21.333333333333336vw);
    }
}

.c-org-product-info-03-detail-price {
    font-family: Roboto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-price {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-price {
        font-size: 1.879699248120301vw;
        line-height: 1.3;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-price-yen {
        font-size: 4.266666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-price-text {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-03-detail-price-tax {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-03-detail-price-tax {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-price-tax {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-org-product-info-04--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-org-product-info-04-image {
    display: block;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-image {
        width: 140px;
        height: 140px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-image {
        width: 13.157894736842104vw;
        height: 13.157894736842104vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-image {
        top: 0;
        left: 0;
        width: 26.666666666666668vw;
        height: 26.666666666666668vw;
        position: absolute;
    }
}

.c-org-product-info-04-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-org-product-info-04-image-icon {
    position: absolute;
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-image-icon {
        width: 31.5182428px;
        top: 0.84125px;
        right: 0.84125px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-image-icon {
        width: 2.95995557vw;
        right: 0.07907075vw;
        top: 0.07907075vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-image-icon {
        width: 5.99555891vw;
        right: 0.16041675vw;
        top: 0.16041675vw;
    }
}

.c-org-product-info-04-image-sold,
.c-org-product-info-04-image-selling,
.c-org-product-info-04-image-hidden,
.c-org-product-info-04-image-standby {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-image-sold,
    .c-org-product-info-04-image-selling,
    .c-org-product-info-04-image-hidden,
    .c-org-product-info-04-image-standby {
        width: 110px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-image-sold,
    .c-org-product-info-04-image-selling,
    .c-org-product-info-04-image-hidden,
    .c-org-product-info-04-image-standby {
        width: 10.338345864661653vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-image-sold,
    .c-org-product-info-04-image-selling,
    .c-org-product-info-04-image-hidden,
    .c-org-product-info-04-image-standby {
        width: 14.933333333333335vw;
    }
}

.c-org-product-info-04-image-sold svg,
.c-org-product-info-04-image-selling svg,
.c-org-product-info-04-image-hidden svg,
.c-org-product-info-04-image-standby svg {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 578px;
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 54.3233082706767vw;
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail {
        width: 100%;
    }
}

.c-org-product-info-04-detail-inner {
    color: #232323;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-inner {
        margin-left: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
        min-height: 26.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-inner:nth-child(n):not(:first-child) {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail--hidden {
        margin-left: 26.666666666666668vw;
        padding-left: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-state-wrapper {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-state-wrapper {
        margin-top: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-state-wrapper {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-info-04-detail-state {
    background-color: #f7f7f7;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-state {
        padding: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-state {
        padding: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-state {
        padding: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-state .c-mlc-product-state + .c-mlc-product-state {
        padding-top: 2.133333333333333vw;
    }
}

.c-org-product-info-04-detail-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-name {
        margin-top: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-name {
        margin-top: 0.657894736842105vw;
    }
}

.c-org-product-info-04-detail-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

.c-org-product-info-04-detail--link .c-org-product-info-04-detail-name [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-name [class^=c-atm-text-regular-0] {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-name [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

.c-org-product-info-04-detail--link .c-org-product-info-04-detail-title [class^=c-atm-text-regular-0] {
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-title [class^=c-atm-text-regular-0] {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail--link .c-org-product-info-04-detail-title [class^=c-atm-text-regular-0]:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail--link:hover [class^=c-atm-text-regular-0] {
        background-size: 0 2px;
    }
}

.c-org-product-info-04-detail-point {
    color: #d6000f;
    background-color: #fdd000;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-03-detail-price {
        top: 3.5vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-point {
        padding: 3px 8px;
        border-radius: 50px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-right: 8px;
        top: -3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-point {
        padding: 0.281954887218045vw 0.75187969924812vw;
        border-radius: 3.759398496240602vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-right: 0.75187969924812vw;
        top: -0.281954887218045vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-point {
        padding: 0.8vw 2.133333333333333vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        border-radius: 8vw;
        margin-top: 2.133333333333333vw;
        left: calc(100% - 21.333333333333336vw);
    }
}

.c-org-product-info-04-detail-price {
    font-family: Roboto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-price {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-price {
        font-size: 1.879699248120301vw;
        line-height: 1.3;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-price {
        position: absolute;
        bottom: 25vw;
        right: 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-price-yen {
        font-size: 4.266666666666667vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-price-text {
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-04-detail-price-tax {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-04-detail-price-tax {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-04-detail-price-tax {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-org-product-info-05-image {
    position: relative;
    overflow: hidden;
}

    .c-org-product-info-05-image .c-org-product-info-05-image--link {
        display: block;
        overflow: hidden;
    }

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-image .c-org-product-info-05-image--link {
        height: 250px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-image .c-org-product-info-05-image--link {
        height: 23.49624060150376vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-image .c-org-product-info-05-image--link {
        width: 34.93333333333333vw;
        height: 34.93333333333333vw;
    }
}

.c-org-product-info-05-image .c-org-product-info-05-image--link img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-org-product-info-05-image .c-org-product-info-05-image--image {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-image:hover .c-org-product-info-05-image--image {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-image:hover .c-org-product-info-05-image--image {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

.c-org-product-info-05-image-icon {
    position: absolute;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-image-icon {
        width: 56.257180375px;
        top: 3.005px;
        right: 3.005px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-image-icon {
        width: 5.332941185vw;
        top: 0.2824825vw;
        right: 0.2824825vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-image-icon {
        width: 7.85733146vw;
        top: 0.42vw;
        right: 0.42vw;
    }
}

.c-org-product-info-05-image-like {
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-image-like {
        width: 38px;
        bottom: 9px;
        right: 9px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-image-like {
        width: 3.571428571428571vw;
        bottom: 0.845864661654135vw;
        right: 0.845864661654135vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-image-like {
        width: 6.933333333333333vw;
        bottom: 1.866666666666667vw;
        right: 1.866666666666667vw;
    }
}

.c-org-product-info-05-image-like svg {
    width: 100%;
    height: 100%;
}

.c-org-product-info-05-image-like.is--active svg path {
    fill: #fdd000;
}

.c-org-product-info-05-image-sold,
.c-org-product-info-05-image-standby {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-image-sold,
    .c-org-product-info-05-image-standby {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-image-sold,
    .c-org-product-info-05-image-standby {
        width: 9.398496240601503vw;
        height: 9.398496240601503vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-image-sold,
    .c-org-product-info-05-image-standby {
        width: 17.866666666666667vw;
        height: 17.866666666666667vw;
    }
}

.c-org-product-info-05-image-sold svg,
.c-org-product-info-05-image-standby svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.c-org-product-info-05-image-want {
    background-color: #fdd000;
    border-radius: 0 6px 0 0;
    color: #d6000f;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-image-want {
        padding: 4px 0;
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        width: 187px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-image-want {
        padding: 0.37593984962406vw 0;
        font-size: 1.033834586466165vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        width: 17.575187969924812vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail {
        padding: 12px 10px 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail {
        padding: 1.12781954887218vw 0.93984962406015vw 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail {
        padding: 4.266666666666667vw;
        min-height: 26.400000000000002vw;
        width: 52.26666666666666vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail + .c-org-product-info-05-detail-shop {
        margin-top: -8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail + .c-org-product-info-05-detail-shop {
        margin-top: -0.75187969924812vw;
        height: 2vw;
    }
}

.c-org-product-info-05-detail-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-info {
        height: 96px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-info {
        height: 9.022556390977442vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-info {
        height: 26.666666666666668vw;
    }
}

.c-org-product-info-05-detail-info-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

    .c-org-product-info-05-detail-info-title .c-atm-text-bold-02 {
        display: inline;
        background-repeat: no-repeat;
        background-position: right bottom;
        -webkit-transition: background-size 0.6s;
        transition: background-size 0.6s;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
        background-image: -webkit-linear-gradient(transparent, #dedede);
        background-image: linear-gradient(transparent, #dedede);
    }

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-info-title .c-atm-text-bold-02 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-info-title .c-atm-text-bold-02 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-info-title .c-atm-text-bold-02 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-info-title .c-atm-text-bold-02:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-info-title .c-atm-text-bold-02:hover {
        background-size: 0 2px;
    }
}

.c-org-product-info-05-detail-info-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #232323;
    word-break: break-all;
}

    .c-org-product-info-05-detail-info-name .c-atm-text-bold-03 {
        display: inline;
        background-repeat: no-repeat;
        background-position: right bottom;
        -webkit-transition: background-size 0.6s;
        transition: background-size 0.6s;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
        background-image: -webkit-linear-gradient(transparent, #dedede);
        background-image: linear-gradient(transparent, #dedede);
    }

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-info-name .c-atm-text-bold-03 {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-info-name .c-atm-text-bold-03 {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-info-name .c-atm-text-bold-03 {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-info-name .c-atm-text-bold-03:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-info-name .c-atm-text-bold-03:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-info--link:hover .c-atm-text-bold-02,
    .c-org-product-info-05-detail-info--link:hover .c-atm-text-bold-03 {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-info--link:hover .c-atm-text-bold-02,
    .c-org-product-info-05-detail-info--link:hover .c-atm-text-bold-03 {
        background-size: 0 2px;
    }
}

.c-org-product-info-05-detail-info-format {
    display: inline-flex;
}

    .c-org-product-info-05-detail-info-format .c-atm-text-regular-03 {
        display: inline;
        color: white;
        background: var(--tr-black);
        padding: 1px 6px;
        margin-top: 1.3px;
        border-radius: 2px;
    }

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-info-format .c-atm-text-regular-03 {
        font-size: 2.5vw;
    }
}

.c-org-product-info-05-detail-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: Roboto;
    color: #232323;
}

    .c-org-product-info-05-detail-price .c-org-modal-02 {
        font-family: 'Noto Sans JP';
    }

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-price-yen {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-price-yen {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-price-yen {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

.c-org-product-info-05-detail-price-yen.is--hyphened {
    letter-spacing: 0.25em;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-price-text {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-price-text {
        font-size: 1.879699248120301vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-price-text {
        font-size: 5.333333333333334vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-price-tax {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-price-tax {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-price-tax {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-org-product-info-05-detail-price-tax .c-org-modal-02 {
    font-size: unset !important;
    line-height: unset !important;
    letter-spacing: unset !important;
    font-weight: unset !important;
}

.c-org-product-info-05-detail-note {
    text-align: end;
    font-family: Roboto;
    color: #232323;
}

    .c-org-product-info-05-detail-note .c-org-modal-02 {
        text-align: center !important;
        font-family: 'Noto Sans JP' !important;
        color: #232323;
    }

    .c-org-product-info-05-detail-note .c-atm-text-link-free.c-mlc-product-info-detail-price-tax.is--red {
        background-image: linear-gradient(transparent, var(--tr-red));
        align-self: baseline;
    }

@media screen and (min-width: 1064px) {
    .c-atm-product-info-05-detail-delivery_fee_included_tp {
        padding-right: 2px;
        font-size: 9.2px;
        line-height: 1;
        letter-spacing: -0.03em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-product-info-05-detail-delivery_fee_included_tp {
        padding-right: 0.2vw;
        font-size: 0.934812vw;
        line-height: 1;
        letter-spacing: -0.03em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-product-info-05-detail-delivery_fee_included_tp {
        padding-right: 0.7vw;
        padding-bottom: 0.6vw;
        font-size: 2.666667vw;
        line-height: 0.85;
        letter-spacing: -0.03em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-product-info-06-detail-delivery-fee-type {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-product-info-06-detail-delivery-fee-type {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-product-info-06-detail-delivery-fee-type {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-atm-product-info-06-detail-delivery-fee-type .c-org-modal-02 {
    font-size: unset !important;
    line-height: unset !important;
    letter-spacing: unset !important;
    font-weight: unset !important;
}

@media screen and (min-width: 1064px) {
    .c-atm-product-info-06-detail-delivery-fee-type-marks span:last-child {
        padding-left: 3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-product-info-06-detail-delivery-fee-type-marks span:last-child {
        padding-left: 0.3vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-product-info-06-detail-delivery-fee-type-marks span:last-child {
        padding-left: 0.8vw;
    }
}

.c-org-product-info-05-detail-shop,
.c-org-product-info-05-detail-shop-info,
.c-org-product-info-05-detail-shop-evaluation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-org-product-info-05-detail-shop {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop {
        padding: 0 12px 10px;
        height: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop {
        padding: 0 1.12781954887218vw 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-shop {
        padding: 3.2vw 3.2vw 4.266666666666667vw;
        width: 100%;
    }
}

.c-org-product-info-05-detail-shop-info-icon {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-icon {
        min-width: 24px;
        width: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-icon {
        min-width: 2.255639097744361vw;
        width: 2.255639097744361vw;
        height: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-shop-info-icon {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.c-org-product-info-05-detail-shop-info-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-org-product-info-05-detail-shop-info-name {
    color: #232323;
    display: inline;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dedede));
    background-image: -webkit-linear-gradient(transparent, #dedede);
    background-image: linear-gradient(transparent, #dedede);
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-name {
        background-size: 100% 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-name {
        background-size: 100% 2px;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-shop-info-name {
        background-size: 100% 1px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-name:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-name:hover {
        background-size: 0 2px;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-name {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop-info-name {
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-shop-info-name {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        margin-left: 2.133333333333333vw;
    }
}

.c-org-product-info-05-detail-shop-evaluation {
    color: #d6000f;
}

    .c-org-product-info-05-detail-shop-evaluation.is--no-evaluation {
        color: #dedede;
    }

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop-evaluation-star {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop-evaluation-star {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-shop-evaluation-star {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-05-detail-shop-evaluation-num {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        white-space: nowrap;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-05-detail-shop-evaluation-num {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        white-space: nowrap;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-05-detail-shop-evaluation-num {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        white-space: nowrap;
    }
}

.c-org-product-info-06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06 {
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06--inner {
        width: 467px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06--inner {
        width: 43.890977443609025vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06--inner + .c-org-product-info-06--inner {
        margin-left: 32px;
        padding-left: 32px;
        border-left: 1px solid #dedede;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06--inner + .c-org-product-info-06--inner {
        margin-left: 3.007518796992481vw;
        padding-left: 3.007518796992481vw;
        border-left: 1px solid #dedede;
    }
}

.c-org-product-info-06-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-image {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-image {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-image {
        margin-top: 3.2vw;
    }
}

.c-org-product-info-06-image-inner {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-image-inner {
        width: 140px;
        height: 140px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-image-inner {
        width: 13.157894736842104vw;
        height: 13.157894736842104vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-image-inner {
        width: 26.666666666666668vw;
        height: 26.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-image-inner + .c-org-product-info-06-image-inner {
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-image-inner + .c-org-product-info-06-image-inner {
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-image-inner + .c-org-product-info-06-image-inner {
        margin-left: 3.733333333333334vw;
    }
}

.c-org-product-info-06-image-icon {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-image-icon {
        width: 31.518379035px;
        top: 0.841647px;
        right: 0.841647px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-image-icon {
        width: 2.960617495vw;
        top: 0.0791vw;
        right: 0.0791vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-image-icon {
        width: 5.995518045vw;
        top: 0.1603135vw;
        right: 0.1603135vw;
    }
}

.c-org-product-info-06-info,
.c-org-product-info-06-info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-info {
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-info-list + .c-org-product-info-06-info-list {
        margin-left: 45px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-info-list + .c-org-product-info-06-info-list {
        margin-left: 4.229323308270676vw;
    }
}

.c-org-product-info-06-info-list--dt .c-atm-text-regular-01 {
    color: #757575;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-info-list--dd {
        margin-left: 18px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-info-list--dd {
        margin-left: 1.691729323308271vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-info-list--dd {
        margin-left: 4.266666666666667vw;
    }
}

.c-org-product-info-06-other {
    text-align: right;
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-06-other {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-06-other {
        margin-top: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-other {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-product-info-06-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
    .c-org-product-info-06-total {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-info-02-detail-button {
        width: 376px;
        margin: 24px auto 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-info-02-detail-button {
        width: 35.338345864661655vw;
        margin: 2.255639097744361vw auto 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-info-02-detail-button {
        width: 71.2vw;
        margin: 6.4vw auto 0;
    }
}

.c-org-product-list-01--wrapper {
    margin: auto;
    /*position: relative;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
}

@media screen and (min-width: 1064px) {
    .c-org-product-list-01--wrapper {
        width: 1024px;
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-list-01--wrapper {
        width: 96.2406015037594vw;
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-list-01--wrapper {
        width: 95.73333333333333vw;
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-list-01--wrapper.is--nothing {
        padding: 60px 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-list-01--wrapper.is--nothing {
        padding: 5.639097744360902vw 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-list-01--wrapper.is--nothing {
        padding: 10.666666666666668vw 4.266666666666667vw;
        width: 87.2vw;
    }
}

.c-org-product-list-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 850px) {
    .c-org-product-list-01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-org-product-list-01-item {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1064px) {
    .c-org-product-list-01-item {
        width: 250px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-list-01-item {
        width: 23.49624060150376vw;
    }
}

.c-org-product-list-01-item.is--shop-none .c-org-product-info-05-detail-shop {
    display: none;
}

.c-org-product-list-01-item-product {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-list-01-item + .c-org-product-list-01-item {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-list-01-item + .c-org-product-list-01-item {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-list-01-item + .c-org-product-list-01-item {
        margin-top: 2.133333333333333vw;
    }
}

.c-org-product-list-01-item:nth-child(4n-3) {
    margin-left: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-list-01-item:nth-child(n+5) {
        margin-top: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-list-01-item:nth-child(n+5) {
        margin-top: 0.75187969924812vw;
    }
}

.c-org-product-state .is--bundle .c-org-product-state-item {
    position: relative;
    border: 6px solid #fdd000;
}

@media screen and (max-width: 850px) {
    .c-org-product-state .is--bundle .c-org-product-state-item {
        border: 4px solid #fdd000;
    }
}

.c-org-product-state-item {
    display: block;
    border: 6px solid transparent;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item {
        margin-top: 16px;
        padding-top: 26px;
        padding-bottom: 34px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item {
        margin-top: 1.503759398496241vw;
        padding-top: 2.443609022556391vw;
        padding-bottom: 3.195488721804511vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item {
        margin-top: 3.2vw;
        padding-top: 6.4vw;
        padding-bottom: 6.4vw;
        border: 4px solid transparent;
    }
}
@media screen and (max-width: 850px) {
    .c-org-product-state-item.is--padding-top-none {
        padding-top: 0;
    }
}
@media screen and (min-width: 1064px) {
    .c-org-product-state-item + .c-org-product-state-item {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item + .c-org-product-state-item {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item + .c-org-product-state-item {
        margin-top: 3.2vw;
    }
}

.c-org-product-state-item-header {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.c-org-product-state-item-header > *:nth-child(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-header > *:nth-child(2) {
        width: 500px;
        margin-right: 32px;
        padding-right: 32px;
        border-right: 1px solid #dedede;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-header > *:nth-child(2) {
        width: 46.99248120300752vw;
        margin-right: 3.007518796992481vw;
        padding-right: 3.007518796992481vw;
        border-right: 1px solid #dedede;
    }
}

.c-org-product-state-item-header.is--d-block {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-header + .c-org-product-state-item--wrapper .c-org-product-state-item-sending {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-header + .c-org-product-state-item--wrapper .c-org-product-state-item-sending {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-header + .c-org-product-state-item--wrapper .c-org-product-state-item-sending {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-state-item-alert {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-alert {
        top: 1.333333333333333vw;
    }
}

.c-org-product-state-item-alert-item {
    text-align: right;
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-alert-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.c-org-product-state-item-alert-item-date .c-atm-text-regular-04 {
    color: #d6000f;
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-alert-item-date {
        margin-top: 2.933333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-alert-item-cancel {
        margin-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-alert-item-cancel {
        margin-top: 0.56390977443609vw;
    }
}

.c-org-product-state-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .c-org-product-state-item-title .c-atm-title-main-02 {
        font-family: Roboto;
    }

.c-org-product-state-item--wrapper {
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item--wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item--wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper.is--sp-reverse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper.is--sp-reverse .c-org-product-state-item-delivery-states {
        top: -44.266666666666666vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper.is--sp-reverse .c-org-product-state-item-sending--inner {
        position: initial;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper.is--sp-reverse .c-org-product-state-item-sending-memo {
        position: absolute;
        right: 0;
        top: -34.66666666666667vw;
    }
}

.c-org-product-state-item--wrapper--inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item--wrapper--inner:nth-child(2) {
        width: 500px;
        margin-right: 32px;
        padding-right: 32px;
        border-right: 1px solid #dedede;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item--wrapper--inner:nth-child(2) {
        width: 46.99248120300752vw;
        margin-right: 3.007518796992481vw;
        padding-right: 3.007518796992481vw;
        border-right: 1px solid #dedede;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item--wrapper--inner.is--mt-40 .c-org-product-state-item-sending {
        margin-top: 40px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item--wrapper--inner.is--mt-40 .c-org-product-state-item-sending {
        margin-top: 3.759398496240602vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper--inner.is--mt-40 .c-org-product-state-item-sending {
        margin-top: 4.266666666666667vw;
    }
}

.c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states {
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states {
        width: 133px;
        top: -30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states {
        width: 12.5vw;
        top: -2.819548872180451vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states {
        width: 35.46666666666667vw;
        top: -18.666666666666668vw;
    }
}

.c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small {
    text-align: left;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-mlc-button-small-text {
        left: 9px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-mlc-button-small-text {
        left: 0.845864661654135vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-mlc-button-small-text {
        left: 2.666666666666667vw;
    }
}

.c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-atm-text-bold-03 {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-mlc-button-external-icon {
        right: 7px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-mlc-button-external-icon {
        right: 0.657894736842105vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item--wrapper--inner .c-org-product-state-item-delivery-states .c-mlc-button-small .c-mlc-button-external-icon {
        top: 2.933333333333333vw;
    }
}

.c-org-product-state-item-states {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-states {
        margin-top: 1.6vw;
    }
}

.c-org-product-state-item-states-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list {
        position: relative;
    }

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list {
        margin-left: 17px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list {
        margin-left: 1.597744360902255vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list {
        margin-left: 4.533333333333333vw;
    }
}

.c-org-product-state-item-states-list + .c-org-product-state-item-states-list::before {
    content: '';
    width: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list::before {
        height: 12px;
        left: -10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list::before {
        height: 1.12781954887218vw;
        left: -0.93984962406015vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-states-list + .c-org-product-state-item-states-list::before {
        height: 3.2vw;
        left: -2.666666666666667vw;
    }
}

.c-org-product-state-hidden-button {
    display: none;
    position: relative;
}

@media screen and (max-width: 850px) {
    .c-org-product-state-hidden-button {
        display: block;
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        text-align: right;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-hidden-button::before {
        content: '';
        display: block;
        border-top: 2px solid #232323;
        border-right: 2px solid #232323;
        width: 1.6vw;
        height: 1.6vw;
        position: absolute;
        right: -3.733333333333334vw;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-hidden-button.is--open::before {
        -webkit-transform: translateY(-30%) rotate(-45deg);
        transform: translateY(-30%) rotate(-45deg);
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-hidden-button.is--absolute {
        position: absolute;
        top: 5.333333333333334vw;
        right: 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-hidden-button {
        margin-right: 5.333333333333334vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending {
        width: 467px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending {
        width: 43.890977443609025vw;
    }
}

.c-org-product-state-item-sending--inner {
    position: relative;
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending--inner {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending--inner.is--padding {
        padding-bottom: 4.266666666666667vw;
        border-bottom: 1px solid #dedede;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending--inner.is--border {
        margin-top: 6.4vw;
        border-top: 1px solid #dedede;
        padding-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-memo + .c-org-product-state-item-sending-list {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-memo + .c-org-product-state-item-sending-list {
        margin-top: 1.409774436090226vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-list {
        padding: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-list {
        padding: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-list {
        padding: 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-list.is--margin-top {
        margin-top: 5px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-list.is--margin-top {
        margin-top: 0.5vw;
    }
}
@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-list.is--margin-top {
        margin-top: 4.266666666666667vw;
    }
}
@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-list-item + .c-org-product-state-item-sending-list-item {
        margin-top: 6px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-list-item + .c-org-product-state-item-sending-list-item {
        margin-top: 0.56390977443609vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-list-item + .c-org-product-state-item-sending-list-item {
        margin-top: 1.6vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-button--wrapper {
        margin-top: 6.4vw;
        border-top: 1px solid #dedede;
        padding-top: 6.4vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-button--wrapper .c-org-product-state-item-sending-button {
        margin: 0 auto;
    }
}

.c-org-product-state-item-sending-button {
    display: block;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-button {
        margin: 24px auto 0;
        width: 376px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-button {
        margin: 2.255639097744361vw auto 0;
        width: 35.338345864661655vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-button {
        margin: 6.4vw auto 0;
        width: 71.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-button + .c-org-product-state-item-sending-button {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-button + .c-org-product-state-item-sending-button {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-button + .c-org-product-state-item-sending-button {
        margin-top: 2.133333333333333vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-button + .c-org-product-state-item-sending-link {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-button + .c-org-product-state-item-sending-link {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-button + .c-org-product-state-item-sending-link {
        margin-top: 4.266666666666667vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-button.is--bundle {
        margin: 4.266666666666667vw auto 0;
    }
}

.c-org-product-state-item-sending-link {
    text-align: center;
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-sending-text-annotation {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-sending-text-annotation {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-sending-text-annotation {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-table {
        width: 468px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-table {
        width: 43.984962406015036vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-table {
        margin: 0 auto;
        width: 87.2vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-table.is--bundle {
        margin-top: 6.4vw;
        border-top: 1px solid #dedede;
        padding-top: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-table-item.is--bundle + .c-org-product-state-item-table-item {
        margin-top: 24px;
        border-top: 1px solid #dedede;
        padding-top: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-table-item.is--bundle + .c-org-product-state-item-table-item {
        margin-top: 2.255639097744361vw;
        border-top: 1px solid #dedede;
        padding-top: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-table-item.is--bundle + .c-org-product-state-item-table-item {
        margin-top: 6.4vw;
        border-top: 1px solid #dedede;
        padding-top: 6.4vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-table-item-list {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-image {
        width: 140px;
        height: 140px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-image {
        width: 13.157894736842104vw;
        height: 13.157894736842104vw;
    }
}

@media screen and (max-width: 850px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-image {
        width: 26.666666666666668vw;
        height: 26.666666666666668vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info {
        margin-top: 16px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info {
        margin-top: 1.503759398496241vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail {
        width: calc(100% - 164px);
        margin-left: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail {
        width: calc(100% - 15.413533834586465vw);
        margin-left: 2.255639097744361vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-org-product-state-item-bundle-states + .c-org-product-state-item-sending {
        margin-top: 15px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-product-state-item-bundle-states + .c-org-product-state-item-sending {
        margin-top: 1.409774436090226vw;
    }
}

.c-org-product-state-item-undispatched .c-atm-text-regular-09 {
    color: #d6000f;
}

.c-online-shop-link {
    color: #5780d8;
}

@media screen and (min-width: 1064px) {
    .c-online-shop-link {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-online-shop-link {
        font-size: 1.12781954887218vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

@media screen and (max-width: 850px) {
    .c-online-shop-link {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.p-compornent {
    background-color: #f7f7f7;
    padding: 30px;
}

    .p-compornent .table {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .p-compornent .tr {
        display: block;
    }

    .p-compornent .th,
    .p-compornent .td {
        padding: 10px 5px;
        width: 300px;
        border: 1px solid #232323;
    }

    .p-compornent .type {
        border-bottom: 1px solid #dedede;
        margin-top: 20px;
    }

    .p-compornent .list {
        margin-top: 20px;
    }

    .p-compornent .list-item + .list-item {
        margin-top: 10px;
    }

    .p-compornent .list-item-title {
        display: inline-block;
        background-color: #757575;
        padding: 8px;
        border-radius: 3px;
        color: WHITE;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: bold;
    }

    .p-compornent .list-item-parts {
        margin-top: 10px;
    }

.button-components {
    padding: 40px;
}

    .button-components .text {
        margin-top: 20px;
    }

    .button-components .item-title,
    .button-components .list {
        margin-top: 20px;
    }

    .button-components .list-item {
        margin-top: 20px;
    }

        .button-components .list-item + .list-item {
            padding-top: 20px;
            border-top: 1px solid #dedede;
        }

    .button-components pre {
        font-family: Roboto;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
        background-color: #f7f7f7;
        white-space: pre-line;
    }

    .button-components .list-item-title-button {
        width: 300px;
        margin-top: 10px;
    }

@media screen and (min-width: 1064px) {
    .c-market_place-order-history-search-check--inner {
        margin-top: 5px;
        height: 40px;
        align-items: center;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-history-search-check--inner {
        margin-top: 0.469924812030075vw;
        height: 3.759398496240602vw;
        align-items: center;
    }
}

.c-market_place-seller-sample-seller-item-comment-pagingmanager-btns-num-item.is--active div {
    color: #ccc;
    position: relative;
}

    .c-market_place-seller-sample-seller-item-comment-pagingmanager-btns-num-item.is--active div::before {
        content: '';
        position: absolute;
        background-color: #dedede;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (max-width: 850px) {
    .c-market_place-seller-sample-seller-item-comment-pagingmanager-btns-num-item.is--active div {
        color: #232323;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-sample-seller-item-comment-pagingmanager-btns-num-item.is--active div::before {
        width: 1.785714285714286vw;
        height: 0.093984962406015vw;
        bottom: -0.281954887218045vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-sample-seller-item-comment-pagingmanager-btns-num-item.is--active div::before {
        width: 19px;
        height: 1px;
        bottom: -3px;
    }
}

.c-market_place-seller-item-item-box-imgarea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.c-market_place-seller-sample-seller-item-detail_txt.white-space-is-pre-wrap {
    word-break: break-all;
}

.white-space-is-pre-wrap {
    white-space: pre-wrap;
}

.c-market_place-seller-item-item-box-infoarea-sku {
    margin-left: auto;
}

.c-market_place-seller-item-item-box-infoarea-category-format-area_category.none,
.c-market_place-seller-item-item-box-infoarea-category-format-area_format.none,
.c-market_place-seller-item-item-single--item-infoarea-category-format-area_category.none,
.c-market_place-seller-item-item-single--item-infoarea-category-format-area_format.none {
    background-size: 0;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-sample-seller-item-container .c-mlc-shop-heading-icon {
        min-width: 5.075187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-sample-seller-item-container .c-mlc-shop-heading-icon {
        min-width: 13.333333333333334vw;
    }
}

.loading-img-icon {
    background-image: url("/_content/TowerRecords.Marketplace.Common.Razor/common/img/mp-loading-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.c-common-dl-list dl {
    display: flex;
}

.c-common-dl-list dt {
    width: 12em;
    min-width: 12em;
}

.c-common-dl-list dt,
.c-common-dl-list dd {
    margin-bottom: 1.5em;
}

.c-common-dl-list dd {
    word-break: break-all;
}

.c-mlc-flex-check-itm {
    display: flex;
}

.c-mlc-flex-radio-itm {
    display: flex;
}

.c-market_place-seller-heading.set-background {
    position: relative;
}

    .c-market_place-seller-heading.set-background .blur {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        backdrop-filter: blur(0);
        transition: .2s;
    }

    .c-market_place-seller-heading.set-background .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: center;
    }

@media screen and (max-width: 850px) {
    .c-market_place-seller-heading.set-background .image, .c-market_place-seller-heading.set-background .blur {
        height: 30vw;
    }

    .c-market_place-seller .c-market_place-seller-heading.set-background .image, .c-market_place-seller .c-market_place-seller-heading.set-background .blur {
        height: 41vw;
    }
}

.set-background .c-market_place-seller-container {
    z-index: 1;
    position: relative;
}

.set-background .c-mlc-shop-heading {
    background-color: transparent;
}

.set-background .c-mlc-shop-heading-text {
    color: white;
}

@media screen and (min-width: 850px) {
    .set-background .c-market_place-seller-company-detail [data-accordion-text]::after {
        border-bottom: 2px solid white;
        border-right: 2px solid white;
    }
}

.c-atm-prof-accordion--wrapper {
    margin-top: 15px;
    padding: 16px 24px;
}

@media screen and (min-width: 851px) {
    .set-background .c-atm-prof-accordion--wrapper {
        background-color: #f5f5f5;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-prof-accordion--wrapper {
        margin-top: 1.409774436090226vw;
        padding: 1.503759398496241vw 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-prof-accordion--wrapper {
        margin-top: 4vw;
        padding: 4.266666666666667vw;
    }
}

.set-background .c-atm-accordion-blur {
    display: none;
}

.set-background .c-mlc-shop-heading-star-total {
    color: white;
}

.set-background .c-mlc-shop-heading-star {
    position: relative;
    color: white;
}

    .set-background .c-mlc-shop-heading-star span {
        top: 0;
        position: absolute;
        color: transparent;
        -webkit-background-clip: text;
        display: block;
    }

@media screen and (min-width: 851px) {
    .set-background .c-market_place-seller-company-detail {
        color: white;
    }
}

.set-background .c-common-dl-list .c-atm-text-regular-02 {
    color: var(--tr-black);
}

.c-market_place-seller-company-detail {
    margin-top: 24px;
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-company-detail {
        margin-top: 0;
    }
}

.c-market_place-seller-company-detail-02 {
    margin-top: 15px;
    padding: 16px 24px;
    background: #f5f5f5;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-company-detail-02 {
        margin-top: 1.409774436090226vw;
        padding: 1.503759398496241vw 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-company-detail-02 {
        margin-top: 4vw;
        padding: 4.266666666666667vw;
    }
}

.c-market_place-seller-shop-license {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 1064px) {
    .c-market_place-seller-shop-license {
        padding-top: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-seller-shop-license {
        padding-top: 4vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-shop-license {
        padding-left: 4vw;
        padding-top: 4vw;
    }
}

.c-market_place-seller-shop-license-inner {
    display: flex;
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-shop-license-inner {
        flex-direction: column;
    }
}

.c-market_place-seller-shop-license-inner > span + span {
    display: flex;
    margin-left: 12px;
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-shop-license-inner > span + span {
        margin-left: unset;
    }
}

.c-market_place-seller-shop-license-inner .c-atm-text-annotation {
    color: var(--tr-black);
}

.c-market_place-seller-company-detail .c-market_place-order-history-accordion-close::after {
    left: unset;
}

.c-market_place-seller-company-detail .c-market_place-order-history-accordion-close {
    padding: unset;
    margin-right: 0;
}

@media screen and (max-width: 850px) {
    .c-market_place-seller-company-detail .c-org-accordion-close--wrapper {
        margin-top: 5vw;
    }
}

.c-market_place-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

    .c-market_place-header + article.content {
        padding-top: 112.5px;
    }

@media screen and (max-width: 850px) {
    .c-market_place-header + article.content {
        padding-top: 22.8vw;
    }
}

.c-market_place-header-account-inner {
    display: flex;
    margin-left: auto;
    justify-content: end;
}

.c-market_place-header-account-menu {
    padding: 5px 10px 5px 0;
    font-size: 13px;
    white-space: nowrap;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-account-menu {
        padding: .5vw 1vw;
        font-size: 2.25vw;
    }
}

.c-market_place-header-account-menu a {
    color: #232323;
}

    .c-market_place-header-account-menu a:hover {
        text-decoration: underline;
    }

.c-market_place-header-account-menu:after {
    content: "|";
    margin-left: 10px;
    color: #918860;
}

.c-market_place-header-account-block {
    border-bottom: 1.334px solid #967b58a3;
}

@media screen and (max-width: 850px) {
    c-market_place-header-title-block {
        margin-left: 12px;
    }
}

.c-market_place-header-title-block img {
    width: 110px;
    margin-right: 20px;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-title-block img {
        width: 11.7333333333vw;
        margin: 0 2.8vw 0;
    }
}

.c-market_place-header-account-inner,
.c-market_place-header-title-inner,
.c-market_place-header-main-inner {
    width: 1000px;
    margin: auto;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-header-account-inner,
    .c-market_place-header-title-inner,
    .c-market_place-header-main-inne {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-header-account-inner,
    .c-market_place-header-title-inner,
    .c-market_place-header-main-inne {
        width: 100%;
    }

    .c-market_place-header-account-inner {
        flex-wrap: wrap;
    }
}

.c-market_place-header-title-text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-title-text {
        font-size: 3.5vw;
    }
}

.c-market_place-header-title-inner {
    padding: 11.5px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-title-inner {
        padding: 1.7vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-header-account-menu #NotReadCount {
        height: 2.5vw;
        width: 2.5vw;
        line-height: 2.2vw;
    }
}

.c-market_place-header-main-menu a {
    color: white;
    font-size: 13px;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-main-menu a {
        font-size: 2.5vw;
    }
}

.c-market_place-header-main-menu a:hover {
    text-decoration: underline;
}

.c-market_place-header-main-menu + .c-market_place-header-main-menu:before {
    content: "|";
    color: #757575;
    padding-right: 12px;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-main-menu + .c-market_place-header-main-menu:before {
        padding-right: 1.4vw;
    }
}

.c-market_place-header-main-menu {
    margin: 0 8px;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-main-menu {
        margin: 0 1vw;
        line-height: 4vw;
    }
}

.c-market_place-header-main-inner {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .c-market_place-header-main-inner {
        padding: 1.1vw 0;
        margin-left: 1.75vw;
    }
}

.c-market_place-footer-block {
    background: #221714;
    color: white;
}

.c-market_place-footer-inner {
    width: 1000px;
    margin: auto;
}

.c-market_place-footer-main-menu {
}

.c-market_place-footer-inner {
    width: 1000px;
    margin: auto;
    padding: 36px 0;
}

.c-market_place-footer-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}

.c-market_place-footer-main-menu a {
    color: white;
}

    .c-market_place-footer-main-menu a:hover {
        text-decoration: underline;
    }

    .c-market_place-footer-main-menu a + a {
        padding-left: 24px;
    }

/*検索系画面で使える？共通クラス(注文検索、出品検索など)*/
.c-mlc-search-group {
    display: flex;
    align-items: center;
    padding: 18px 0;
}

    .c-mlc-search-group .c-atm-input-text--wrapper {
        height: 40px;
    }

        .c-mlc-search-group .c-atm-input-text--wrapper.small {
            width: 100px;
        }

.c-market_place-search-word--contents input[type='search'] {
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1064px) {
    .c-market_place-search-word--contents input[type='search'] {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 400;
        left: 10px;
        width: 800px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-search-word--contents input[type='search'] {
        font-size: 1.12781954887218vw;
        line-height: 1;
        letter-spacing: 0.04em;
        font-weight: 400;
        left: 0.93984962406015vw;
        width: 75.18796992481202vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-search-word--contents input[type='search'] {
        -webkit-transform: translate(2.666666666666667vw, -50%) scale(0.8);
        transform: translate(2.666666666666667vw, -50%) scale(0.8);
        width: 67.2vw;
        height: 8vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
}

.c-mlc-search-heading {
    padding-top: 20px;
}

.c-mlc-search-group .c-atm-input-textarea--wrapper {
    height: auto;
    min-width: 0;
    width: 100%;
}

.c-atm-input-textarea--wrapper.is--validate textarea {
    background-color: rgba(214,0,15,0.1);
    border: 1px solid #d6000f;
}

.c-mlc-search-group textarea {
    background-color: var(--tr-light-gray);
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-family: Noto Sans JP, sans-serif;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 1em;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
}

.c-mlc-search-pulldown .c-atm-input-pulldown {
    height: 40px;
    width: 150px;
}

    .c-mlc-search-pulldown .c-atm-input-pulldown.is-wide {
        width: 240px;
    }

.c-mlc-search-title {
    min-width: 140px;
    width: 140px;
}

    .c-mlc-search-title.right-column {
        margin-left: 72px;
    }

.c-mlc-search-group-from-to {
    display: flex;
    align-items: center;
    position: relative;
}

    .c-mlc-search-group-from-to .error {
        position: absolute;
        bottom: -18px;
    }

.c-atm-from-to-between {
    margin: 0 8px;
}

.c-atm-from-to-date {
    margin-left: 8px;
}

.c-mlc-push-select-date {
    display: flex;
    white-space: nowrap;
}

    .c-mlc-push-select-date label {
        padding: 4px 8px;
        margin-left: 12px;
    }

.c-atm-border-top {
    border-top: 1px solid #dedede;
}

.c-mlc-search-result {
    white-space: nowrap;
    margin: 0 auto;
    width: 1024px;
    padding: 12px 0;
    position: relative;
    overflow-x: scroll;
}

@media screen and (min-width: 851px) and (max-width: 1024px) {
    .c-mlc-search-result {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-search-result {
        width: auto;
    }
}

.c-atm-search-result-select-num {
    font-size: 14px;
    color: var(--tr-dark-gray);
}
    .c-atm-search-result-select-num.selected {
        color: var(--tr-black);
    }
.c-mlc-search-submit {
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
    margin: 24px 0 0;
}
    .c-mlc-search-submit label {
        width: auto;
        padding: 8px;
    }
        .c-mlc-search-submit label + label {
            margin-left: 12px;
        }
.c-mlc-search-result th,
.c-mlc-search-result td {
    min-width: 100px;
    text-align: inherit;
    padding: 12px 6px;
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
}
    .c-mlc-search-result th:first-child, .c-mlc-search-result td:first-child {
        min-width: 50px;
        /* 横スクロール時に固定する */
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
        background: white;
    }
.c-mlc-search-result tr {
    position: relative;
}
.c-mlc-search-result td a, .c-mlc-search-result td span {
    font-size: unset;
}
@media screen and (min-width: 1064px) {
    .c-mlc-search-result .c-atm-text-bold-03.c-atm-button-download {
        font-size: 10px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-search-result .c-atm-text-bold-03.c-atm-button-download {
        font-size: 0.93984962406015vw;
    }
}
@media screen and (max-width: 850px) {
    .c-mlc-search-result .c-atm-text-bold-03.c-atm-button-download {
        font-size: 2.666666666666667vw;
    }
}
.c-mlc-search-result .c-atm-input-checkbox-box-vision {
    z-index: 2;
    position: relative;
}

.c-mlc-search-result .c-mlc-search-result-record .row-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.c-mlc-search-result tbody .c-mlc-pulldown-and-button {
    display: flex;
    align-items: center;
}

.c-mlc-pulldown-and-button > label {
    padding: 4px 8px;
    margin-left: 12px;
    width: auto;
}

.c-mlc-search-result-record:hover {
    background: #f5f5f5;
}

.c-mlc-search-pulldown + .c-mlc-search-title {
    margin-left: 48px;
}

.c-atm-input-text--wrapper.input-type-yen::before {
    position: absolute;
    content: "￥";
    top: 12px;
    left: 12px;
    font-weight: 600;
}

.c-atm-input-text--wrapper.input-type-yen input {
    text-align: end;
    width: 80px;
}

.c-market_place-seller-item-add-check + .c-mlc-search-pulldown,
.c-market_place-seller-item-add-check + .c-atm-input-text--wrapper {
    margin-left: 32px;
}

.c-mlc-pulldown-and-button {
    display: flex;
    align-items: center;
}

.c-atm-status-icon {
    padding: 0px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    line-height: 1.5em;
}

    .c-atm-status-icon.is--yellow {
        background: var(--tr-yellow);
    }

    .c-atm-status-icon.is--red {
        background: var(--tr-red);
        color: white;
    }

    .c-atm-status-icon.is--gray {
        background: var(--tr-gray);
    }

.c-org-list-panel-change {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.c-mlc-list-panel-change-button {
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .c-mlc-list-panel-change-button:hover {
        opacity: .6;
    }

    .c-mlc-list-panel-change-button.is--active {
        background: var(--tr-black);
    }

        .c-mlc-list-panel-change-button.is--active g {
            stroke: white;
        }

@media screen and (min-width: 1064px) {
    .c-mlc-list-panel-change-button {
        width: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-list-panel-change-button {
        width: 2.255639097744361vw;
        height: 2.255639097744361vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-list-panel-change-button {
        width: 6.4vw;
        height: 6.4vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-list-panel-change-button + .c-mlc-list-panel-change-button {
        margin-left: 8px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-list-panel-change-button + .c-mlc-list-panel-change-button {
        margin-left: 0.75187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-list-panel-change-button + .c-mlc-list-panel-change-button {
        margin-left: 2.133333333333333vw;
    }
}

.c-mlc-white-list {
    background: white;
}

@media screen and (min-width: 1064px) {
    .c-mlc-white-list {
        padding: 30px 32px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-white-list {
        padding: 2.819548872180451vw 3.007518796992481vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-white-list {
        padding: 6.4vw 4.266666666666667vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-mlc-white-list + .c-mlc-white-list {
        margin-top: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-white-list + .c-mlc-white-list {
        margin-top: 1.12781954887218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-white-list + .c-mlc-white-list {
        margin-top: 3.2vw;
    }
}

.u-text-ellipsis-01 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.u-text-ellipsis-02 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.c-mlc-button-small.is--red {
    background: var(--tr-red);
    border: 2px solid var(--tr-red);
}

    .c-mlc-button-small.is--red:hover span {
        color: var(--tr-red);
    }

    .c-mlc-button-small.is--red.is--reserve {
        background: white;
    }

        .c-mlc-button-small.is--red.is--reserve span {
            color: var(--tr-red);
            font-weight: bold;
        }

        .c-mlc-button-small.is--red.is--reserve:hover span {
            color: white;
            font-weight: normal;
        }

.c-atm-toggle-switch {
    position: relative;
    top: 50%;
    width: 50px;
    height: 25px;
    overflow: hidden;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-toggle-switch {
        width: 4.6vw;
    }
}

.c-atm-toggle-switch.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.c-atm-toggle-switch-knobs,
.c-atm-toggle-switch-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-atm-toggle-switch-input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.c-atm-toggle-switch-knobs {
    z-index: 2;
}

.c-atm-toggle-switch-layer {
    width: 100%;
    background-color: var(--tr-dark-gray);
    transition: 0.3s ease all;
    z-index: 1;
}

.c-atm-toggle-switch,
.c-atm-toggle-switch .layer {
    border-radius: 100px;
}

    .c-atm-toggle-switch .c-atm-toggle-switch-knobs:before {
        content: "OFF";
        position: absolute;
        top: 2.5px;
        left: 2.5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: var(--tr-deep-gray);
        font-size: 10px;
        text-align: center;
        background-color: white;
        border-radius: 50%;
        transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    }

    .c-atm-toggle-switch .c-atm-toggle-switch-input:active + .c-atm-toggle-switch-knobs:before {
        width: 25px;
        border-radius: 100px;
    }

    .c-atm-toggle-switch .c-atm-toggle-switch-input:checked:active + .c-atm-toggle-switch-knobs:before {
        margin-left: -4px;
    }

    .c-atm-toggle-switch .c-atm-toggle-switch-input:checked + .c-atm-toggle-switch-knobs:before {
        content: "ON";
        left: 27px;
        background-color: white;
        color: var(--tr-red);
        font-weight: bold;
    }

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-toggle-switch .c-atm-toggle-switch-input:checked + .c-atm-toggle-switch-knobs:before {
        left: 2.25vw;
    }
}

.c-atm-toggle-switch .c-atm-toggle-switch-input:checked ~ .c-atm-toggle-switch-layer {
    background-color: var(--tr-red);
}

.c-market_place-common-processing-result {
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-org-form-group-flex {
    display: flex;
    white-space: nowrap;
}

    .c-org-form-group-flex .c-mlc-form-group-04-check + .c-mlc-form-group-04-check {
        padding-top: 0;
        margin-left: 16px;
    }

.c-atm-circle-icon-btn {
    cursor: pointer;
    width: 1.75em;
    height: 1.75em;
    min-width: 1.75em;
    min-height: 1.75em;
    background: white;
    border: 2px solid var(--tr-dark-gray);
    border-radius: 2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .c-atm-circle-icon-btn:hover {
        background: var(--tr-light-gray);
    }

.c-atm-fukidashi-base {
    position: relative;
    z-index: 8;
}

    .c-atm-fukidashi-base:hover .c-atm-fukidashi {
        opacity: 1;
    }

.c-atm-fukidashi {
    width: 200px;
    text-align: center;
    opacity: 0;
    display: block;
    word-break: keep-all;
    position: absolute;
    color: var(--tr-black);
    background-color: #fff;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 3px;
    padding: 10px;
    background: white;
    top: -35px;
    right: -100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    font-size: 10px;
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .c-atm-fukidashi {
        top: -12vw;
        left: 32%;
    }
}

.c-atm-fukidashi::before {
    width: 5px;
    height: 5px;
    content: '';
    background-color: white;
    position: absolute;
    top: 92%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    border: 3px solid transparent;
    z-index: 0;
    margin: auto;
    right: 0;
    left: 0;
}

@media screen and (max-width: 850px) {
    .c-atm-fukidashi::before {
        width: 1vw;
        height: 1vw;
        content: '';
        background-color: white;
        position: absolute;
        top: 100%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        content: "";
        position: absolute;
        border: 1vw solid transparent;
        border-top: 1vw solid white;
        z-index: 0;
        margin: auto;
        right: 0;
        left: 0;
    }
}

.c-atm-disabled {
    opacity: .35;
    pointer-events: none;
}

.c-mlc-search-result-record-link {
    position: relative;
}

.c-market_place-item-quantity-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 850px) {
    .c-market_place-item-quantity-select {
        display: block;
        margin-top: -7vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-item-quantity-select .c-atm-input-pulldown {
        height: 25px;
        width: 110px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-item-quantity-select .c-atm-input-pulldown {
        height: 25px;
        width: 10.075187969924812vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-item-quantity-select .c-atm-input-pulldown {
        height: 5.2vw;
        width: 27vw;
    }
}

.c-market_place-item-quantity-select .c-atm-input-pulldown-select:disabled {
    cursor: auto;
    opacity: unset;
}

@media screen and (max-width: 850px) {
    .c-market_place-item-quantity-select .c-atm-input-pulldown-select--wrapper::after {
        width: 3vw;
        height: 3vw;
        right: 3.066667vw;
    }
}

.c-market_place-item-quantity-select .c-atm-text-attention-regular {
    align-self: center;
    padding-left: 20px;
}

@media screen and (max-width: 850px) {
    .c-market_place-item-quantity-select .c-atm-text-attention-regular {
        position: absolute;
        right: -1.3vw;
        bottom: 5.5vw;
        padding: 0;
        width: 100%;
        letter-spacing: 0.0001em;
        font-size: 1.923vw;
        line-height: 1.3;
    }
}

.c-mlc-cartIn-shop-num {
    padding-right: 5px;
    margin-top: -14px;
    text-align: right;
}

span.c-atm-text-regular-06.is--bold:first-child {
    padding-right: 10px;
}

.c-market_place-order-cart-body--inner .c-market_place-seller-item-item-single-login {
    margin-top: 0px;
    margin-bottom: 30px;
}

.c-atm-input-date, .c-atm-input-time {
    height: 100%;
}

    .c-atm-input-date input, .c-atm-input-time input {
        background: var(--tr-light-gray);
        padding: 1em;
        border: none;
        font-family: 'Noto Sans JP';
        cursor: pointer;
    }

@media screen and (min-width: 1064px) {
    .c-atm-input-date input, .c-atm-input-time input {
        min-width: 113px;
        max-width: 113px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-input-date input, .c-atm-input-time input {
        min-width: 11.85vw;
        max-width: 11.85vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-input-date input, .c-atm-input-time input {
        min-width: 20.85vw;
        max-width: 20.85vw;
    }
}

.c-atm-input-time {
    margin-left: 12px;
}

input[type="date" i]::-webkit-calendar-picker-indicator,
input[type="time" i]::-webkit-calendar-picker-indicator,
input::-webkit-datetime-edit {
    cursor: pointer;
}

.c-atm-input-date.is--validate input,
.c-atm-input-time.is--validate input {
    background-color: rgba(214,0,15,0.1);
    border: 1px solid #d6000f;
}

.c-org-white-max-background {
    background: white;
    padding: 30px 0;
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-org-white-max-background {
        padding: 2.82vw 0;
    }
}

@media screen and (max-width: 850px) {
    .c-org-white-max-background {
        padding: 3.52vw 0;
    }
}

.c-market_place-order-buy-body-shop-list-item {
    display: table;
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 120px;
}

.c-market_place-order-buy-body-shop-list-item--inner {
    display: table-cell;
    vertical-align: middle;
}

    .c-market_place-order-buy-body-shop-list-item--inner.set-background .blur {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        backdrop-filter: blur(0);
    }

.c-mlc-shop-heading-annotation {
    position: relative;
    z-index: 1;
}

.buy .c-market_place-order-cart-body-list-item-total-point-title .c-atm-text-regular-01 {
    line-height: 2.5;
}

.buy .c-market_place-order-cart-body-list-item-total-point-title .c-atm-text-regular-06 {
    line-height: 2.5;
}

.buy .c-market_place-order-cart-body-list-item-total-point--wrapper > div {
    padding: 15px 10px;
    position: relative;
}

    .buy .c-market_place-order-cart-body-list-item-total-point--wrapper > div:last-child {
        padding: 15px 10px 0 10px;
    }

    .buy .c-market_place-order-cart-body-list-item-total-point--wrapper > div:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        display: inline-block;
        width: 90%;
        height: 2px;
        transform: translateX(-50%);
        background-color: #dedede;
    }

.buy .c-market_place-order-cart-body-list-item-total-point--wrapper div:nth-last-child(2)::before,
.buy .c-market_place-order-cart-body-list-item-total-point--wrapper div:last-child::before {
    content: none;
}

.buy .c-market_place-order-cart-body-list-item-total-point--wrapper > div:not(:last-child) {
    background-color: #f7f7f7;
}

@media screen and (max-width: 850px) {
    .buy.c-market_place-order-cart-body-list-item-total {
        border-top: 1px solid #dedede;
        padding: 1.866666666666667vw 4.266666666666667vw 8vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .buy.c-market_place-order-cart-body-list-item-total {
        float: right;
        width: 24.154135338345863vw;
        padding-right: 2.007518796992481vw;
        padding-left: 2.007518796992481vw;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1064px) {
    .buy.c-market_place-order-cart-body-list-item-total {
        float: right;
        width: 257px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .shipping_discount .c-atm-text-link-free + .c-atm-text-regular-01 {
        letter-spacing: -0.065em;
    }
}

@media screen and (min-width: 1064px) {
    .shipping_discount .c-atm-text-link-free + .c-atm-text-regular-01 {
        letter-spacing: -0.065em;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-regular-01 {
        font-size: 3.733333333333334vw;
        letter-spacing: 0.15em;
        font-weight: 400;
    }

    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-medium-01 {
        font-size: 3.733333333333334vw;
        letter-spacing: 0.2em;
        font-weight: 400;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-regular-01 {
        font-size: 1.31578947368421vw;
        letter-spacing: 0.15em;
        font-weight: 400;
    }

    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-medium-01 {
        font-size: 1.31578947368421vw;
        letter-spacing: 0.2em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-regular-01 {
        font-size: 14px;
        letter-spacing: 0.25em;
    }

    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-medium-01 {
        font-size: 14px;
        letter-spacing: 0.25em;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-mlc-form-group-03-check:nth-child(n+1) {
        padding-top: 4.266666666666667vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-mlc-form-group-03-check:nth-child(n+1) {
        padding-top: 1.503759398496241vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-mlc-form-group-03-check:nth-child(n+1) {
        padding-top: 16px;
    }

    .c-market_place-order-buy-body-confirm-text-annotation .c-mlc-form-group-03-check {
        width: 100%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-mlc-form-group-03-check {
        width: 100%;
    }
}

.point-use-option.c-mlc-form-group-03-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .point-use-option.c-mlc-form-group-03-check {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .point-use-option.c-mlc-form-group-03-check {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.point-use-option.c-mlc-form-group-03-check--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1064px) {
    .point-use-option.c-mlc-form-group-03-check--inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .point-use-option.c-mlc-form-group-03-check--inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-01-detail-point {
    color: #d6000f;
    background-color: #fdd000;
    position: relative;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 850px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-01-detail-point {
        position: absolute;
        padding: 0.8vw 2.133333333333333vw;
        font-size: 1.566667vw;
        line-height: 1.5;
        border-radius: 8vw;
        margin-top: 1vw;
        left: 63.3vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-01-detail-point {
        padding: 0.281954887218045vw 0.75187969924812vw;
        border-radius: 2.759398vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        margin-left: 0.75187969924812vw;
        top: 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-01-detail-point {
        padding: 0px 8px;
        border-radius: 50px;
        line-height: 1.9;
        margin-left: 8px;
        top: 0px;
    }
}

.coupon.is--inactive .c-org-product-info-01-detail-point {
    display: none;
}

.c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-02-detail-point {
    color: #fff;
    background-color: #d6000f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 850px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-02-detail-point {
        position: absolute;
        padding: 0.8vw 2.133333333333333vw;
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        border-radius: 2vw;
        margin-top: -0.5vw;
        left: 53.3vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-02-detail-point {
        padding: 0.281954887218045vw 0.75187969924812vw;
        border-radius: 5px;
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-left: 0.75187969924812vw;
        top: 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-buy-body-confirm-text-annotation .c-org-product-info-02-detail-point {
        padding: 0px 20px;
        border-radius: 5px;
        line-height: 1.5;
        margin-left: 8px;
        top: 0px;
    }
}

.coupon.is--inactive .c-org-product-info-02-detail-point {
    display: none;
}

.coupon.is--inactive + ul {
    display: none;
}

.c-market_place-order-buy-body-coupon {
    display: none;
}

    .c-market_place-order-buy-body-coupon.enable-select {
        display: block;
    }

@media screen and (max-width: 850px) {
    .c-market_place-order-buy-body-coupon {
        margin-top: 4.266666666666667vw;
        padding: 6.4vw 0;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-coupon {
        margin: 1.455639vw 0vw 0vw 2.725563909774436vw;
        padding: 2.619548872180451vw 0;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-buy-body-coupon {
        margin: 16px 0vw 0vw 29px;
        padding: 27px 0px;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-buy-body-coupon-select--wrapper {
        margin: 0 4.266666666666667vw;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-coupon-select--wrapper {
        margin: 0 3.7vw;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-buy-body-coupon-select--wrapper {
        margin: 0 40px;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-body-list-item-total-contents-part .c-atm-text-medium-01 {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-body-list-item-total-contents-part .c-atm-text-medium-01 {
        font-size: 1.31578947368421vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-body-list-item-total-contents-part .c-atm-text-medium-01 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-medium-01 {
        font-size: 3.733333333333334vw;
        letter-spacing: 0.15em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-medium-01 {
        font-size: 1.31578947368421vw;
        letter-spacing: 0.15em;
        font-weight: 600;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-cart-body-list-item-total-price-yen .c-atm-text-medium-01 {
        font-size: 14px;
        letter-spacing: 0.25em;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-order-buy-body-coupon-select {
        height: 10.666666666666668vw;
        width: 100%;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-order-buy-body-coupon-select {
        height: 3.7vw;
        width: 100%;
    }
}

@media screen and (min-width: 1064px) {
    .c-market_place-order-buy-body-coupon-select {
        height: 40px;
        width: 100%;
    }
}


.c-atm-textarea {
    font-family: Noto Sans JP, sans-serif;
    position: relative;
}

    .c-atm-textarea textarea {
        background-color: var(--tr-light-gray);
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0em;
        font-weight: 400;
        font-family: Noto Sans JP, sans-serif;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        white-space: normal;
        padding: 1em;
        box-sizing: border-box;
        max-width: 100%;
        min-width: 100%;
    }

        .c-atm-textarea textarea.is--white {
            background: white;
            border: 1px solid var(--tr-dark-gray);
        }

.c-market_place-frame-1000px.Bulkprocess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 10px;
}

.c-market_place-common-processing-result-update {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-market_place-common-processing-result-update-text {
    white-space: nowrap;
}

@media screen and (min-width: 1064px) {
    .c-market_place-common-processing-result-update-text {
        margin-left: 4px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-market_place-common-processing-result-update-text {
        margin-left: 0.37593984962406vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-common-processing-result-update-text {
        margin-left: 1.066666666666667vw;
    }
}

.csv-select-modal .c-org-modal-02-content {
    overflow: visible;
}

.csv-select-modal .c-org-modal-02-content-inner h1 {
    text-align: center;
}

.csv-select-modal .c-org-button-list-box-icon {
    margin-top: 36px;
}

@media screen and (max-width: 850px) {
    .csv-select-modal .c-org-button-list-box-icon {
        flex-direction: column;
    }
}

.csv-select-modal .c-mlc-button-box-icon {
    padding: 30px 25px;
}

.csv-select-modal .c-mlc-button-box-icon-title .c-mlc-button-box-icon-title {
    text-align: left;
}

.csv-select-modal .c-mlc-button-box-icon-title,
.csv-select-modal .c-mlc-button-box-icon-text {
    padding-left: 50px;
}

@media screen and (max-width: 850px) {
    .csv-select-modal .c-mlc-button-box-icon-title,
    .csv-select-modal .c-mlc-button-box-icon-text {
        padding-left: 10vw;
        text-align: left;
    }
}

.csv-select-modal .c-org-button-list-box-icon-item {
    width: 353px;
}

@media screen and (max-width: 850px) {
    .csv-select-modal .c-org-button-list-box-icon-item {
        width: auto;
        margin-bottom: 2vw;
    }
}

.csv-select-modal .c-atm-icon-other.sonomama {
    width: 33px;
}

@media screen and (max-width: 850px) {
    .csv-select-modal .c-mlc-button-box-icon-icon {
        width: 7.666667vw;
        height: 7.666667vw;
        top: 12.4vw;
        left: 10%;
    }
}

.csv-select-modal .c-mlc-button-box-icon-icon path {
    stroke: none;
}

.csv-select-modal .c-mlc-button-box-icon:hover .c-mlc-button-box-icon-icon path {
    stroke: none;
}

@media screen and (max-width: 850px) {
    .csv-select-modal .c-atm-icon-other.sonomama {
        width: 5.8vw;
    }
}
@media screen and (min-width: 1064px) {
    .c-org-modal-01-content-send-barcode-address .c-mlc-form-group-04-check-add-form-list-item-input--wrapper {
            margin-left: 0;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-modal-01-content-send-barcode-address .c-mlc-form-group-04-check-add-form-list-item-input--wrapper {
            margin-left: 0;
        }
    }

    @media screen and (min-width: 1064px) {
        .c-org-modal-01-content-send-barcode-address .c-mlc-form-group-04-check-add-form-list-item-text,
        .c-org-modal-01-content-send-barcode-address .c-mlc-form-group-04-check-shop-list-title,
        .c-org-modal-01-content-address .c-mlc-form-group-04-check-add-form-list-item-text,
        .c-org-modal-01-content-address .c-mlc-form-group-04-check-shop-list-title {
            min-width: 112px;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-modal-01-content-send-barcode-addres .c-mlc-form-group-04-check-add-form-list-item-text,
        .c-org-modal-01-content-send-barcode-address .c-mlc-form-group-04-check-shop-list-title,
        .c-org-modal-01-content-address .c-mlc-form-group-04-check-add-form-list-item-text,
        .c-org-modal-01-content-address .c-mlc-form-group-04-check-shop-list-title {
            min-width: 11.9vw;
        }
    }

    @media screen and (min-width: 1064px) {
        .c-org-modal-01-content-send-barcode-addres .c-mlc-form-group-04-check-add-form-list-item-input.is--middle,
        .c-org-modal-01-content-address .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
            width: 231px;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-modal-01-content-send-barcode-addres .c-mlc-form-group-04-check-add-form-list-item-input.is--middle,
        .c-org-modal-01-content-address .c-mlc-form-group-04-check-add-form-list-item-input.is--middle {
            width: 21vw;
        }
    }

    .c-mlc-form-group-03-left-area {
        flex: 1.2;
        display: flex;
        flex-direction: column;
    }

    .c-mlc-form-group-03-right-area {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .radio-area {
        width: auto;
    }

    .padding-clear {
        padding: 0;
    }

    .padding-bottom-clear {
        padding-bottom: 0;
    }

    .c-market_place-zip-icon {
        width: 40px;
        margin: auto;
        margin-bottom: 13px;
    }

    .c-org-modal-01-content-send-item-notification-button {
        display: block;
    }

    @media screen and (min-width: 1064px) {
        .c-org-modal-01-content-send-item-notification-button {
            margin: 24px auto 0;
            width: 376px;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-modal-01-content-send-item-notification-button {
            margin: 2.255639097744361vw auto 0;
            width: 35.338345864661655vw;
        }
    }

    @media screen and (max-width: 850px) {
        .c-org-modal-01-content-send-item-notification-button {
            margin: 6.4vw auto 0;
            width: 71.2vw;
        }
    }

    @media screen and (min-width: 1064px) {
        .c-org-modal-01-content-send-item-notification-text-annotation {
            margin-top: 16px;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-org-modal-01-content-send-item-notification-text-annotation {
            margin-top: 1.503759398496241vw;
        }
    }

    @media screen and (max-width: 850px) {
        .c-org-modal-01-content-send-item-notification-text-annotation {
            margin-top: 3.2vw;
        }
    }

    @media screen and (min-width: 1064px) {
        .c-mlc-product-info-send-item-notification {
            padding-bottom: 0px;
        }
    }

    @media screen and (min-width: 851px) and (max-width: 1064px) {
        .c-mlc-product-info-send-item-notification {
            padding-bottom: 0px;
        }
    }

    @media screen and (max-width: 850px) {
        .c-mlc-product-info-send-item-notification {
            padding-bottom: 2.666666666666667vw;
        }
    }

    .code-coupon-error-modal {
        font-weight: normal;
        display: inline-block;
        max-width: 100%;
        font-size: clamp(12px, 3.4vw, 22px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.c-market_place-footer-sns + #footerContents_BackToTop #footerAreaTop {
    background: none !important;
    margin-top: -32px;
}

.header-footer-area .c-market_place-footer-sns-inner img {
    width: 35px;
    height: 35px;
    margin-right: 24px;
}

.header-footer-area .c-market_place-footer-sns,
.header-footer-area-sp .c-market_place-footer-sns {
    display: block;
    background: var(--tr-gray);
}

.header-footer-area .c-market_place-footer-sns-title {
    background: #231815;
    padding: 10px 0;
}

    .header-footer-area .c-market_place-footer-sns .title {
        width: 1000px;
        margin: auto;
        font-weight: bold;
    }

@media screen and (min-width: 851px) and (max-width: 1064px){
    .header-footer-area .c-market_place-footer-sns-title .title {
        width: 93.98496240601504vw;
    }
}   

.header-footer-area .c-market_place-footer-sns-inner {
    width: 1000px;
    margin: auto;
    padding: 24px 0;
}

@media screen and (min-width: 851px) and (max-width: 1064px){
    .header-footer-area .c-market_place-footer-sns-inner {
        padding-left: 0.5vw;
        width: 93.98496240601504vw;
    }
}

@media screen and (max-width: 850px) {
    .c-market_place-footer-sns .title {
        padding: 0 4.266666666666667vw;
        font-weight: bold;
    }
    .header-footer-area-sp .block {
        padding: 0;
    }

    .c-market_place-footer-sns-inner {
        display: flex;
        justify-content: space-evenly;
        padding: 4vw 8vw;
    }

        .c-market_place-footer-sns-inner a {
            display: flex;
            align-items: center;
            padding: 2vw;
            border-radius: 50%;
        }

        .c-market_place-footer-sns-inner img {
            width: 10vw;
            height: 10vw;
        }
}

.c-delivery-price{
    display: flex;
    flex-flow: column;
    text-align: right;
}

.c-atm-icon-sns-share {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid var(--tr-black);
    border-radius: 3px;
    color: var(--tr-black);
}

@media screen and (min-width: 1064px) {
    .c-atm-icon-sns-share {
        padding: 6px 12px;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-icon-sns-share {
        padding: 0.56390977443609vw 1.12781954887218vw;
        font-size: 0.93984962406015vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-icon-sns-share {
        padding: 1.6vw 3.2vw;
        font-size: 2.666666666666667vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-weight: 600;
    }
}

@media screen and (min-width: 1064px) {
    .c-atm-icon-sns-share img {
        padding-right: 4px;
        width: 11.3px;
        height: 11.3px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-icon-sns-share img {
        padding-right: 0.35vw;
        width: 1.03vw;
        height: 1.03vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-icon-sns-share img {
        padding-right: 1.14vw;
        width: 3vw;
        height: 3vw;
    }
}

/*注文履歴一覧、注文履歴詳細、注文管理詳細共通*/
/*リンク下線色*/
.c-market_place-order-history-products-list .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0],
.c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0],
.c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0],
.c-market_place-order-history-detail .c-mlc-shop-heading-text-name,
.c-market_place-order-history-detail .c-mlc-shop-heading-text-seller {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#757575));
    background-image: -webkit-linear-gradient(transparent, #757575);
    background-image: linear-gradient(transparent, #757575);
}

/*リンク線幅(SP)*/
@media screen and (max-width: 850px) {
    .c-market_place-order-history-products-list .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0],
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail--link .c-mlc-product-info-detail-title [class^=c-atm-text-regular-0],
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail--link .c-mlc-product-info-detail-name [class^=c-atm-text-regular-0],
    .c-market_place-order-history-detail .c-mlc-shop-heading-text-name,
    .c-market_place-order-history-detail .c-mlc-shop-heading-text-seller {
        background-size: 100% 1px;
    }
}

/*配送状況：商品名の文字サイズ(SP幅)*/
@media screen and (max-width: 850px) {
    .c-market_place-order-history-product-list .c-mlc-product-info-detail-title p,
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail-title p {
        font-size: 3.733333333333334vw;
    }
}

/*配送状況：アーティスト名*/
.c-market_place-order-history-products-list .c-mlc-product-info-detail-name,
.c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail-name {
    font-family: "roboto", Noto Sans JP, noto-sans-cjk-jp;
}

    .c-market_place-order-history-products-list .c-mlc-product-info-detail-name a:hover,
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail-name a:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 850px) {
    .c-market_place-order-history-product-list .c-mlc-product-info-detail-name p,
    .c-org-product-state-item-table-item-list-item .c-mlc-product-info-detail-name p {
        font-size: 3.2vw;
    }
}

/*購入詳細、注文履歴詳細の金額表示エリア*/
.c-market_place-order-buy-body-confirm-get-point-num,
.c-market_place-order-history-detail-price-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: Noto Sans JP, sans-serif, Roboto;
}

/*円マーク(小)*/
.c-atm-text-regular-01.currency {
    font-family: Noto Sans JP, sans-serif, Roboto;
    letter-spacing: 0.25em;
}

@media screen and (min-width: 1064px) {
    .c-atm-text-regular-01.currency {
        font-size: 12px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-atm-text-regular-01.currency {
        font-size: 1.1278vw;
    }
}

@media screen and (max-width: 850px) {
    .c-atm-text-regular-01.currency {
        font-size: 3.2vw;
    }
}

/*円マーク(赤)*/
.c-text-amount-02-red.currency {
    font-family: Noto Sans JP, sans-serif, Roboto;
    letter-spacing: 0.25em;
}

@media screen and (min-width: 1064px) {
    .c-text-amount-02-red.currency {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-text-amount-02-red.currency {
        font-size: 1.503759398496241vw;
        line-height: 1.5;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .c-text-amount-02-red.currency {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        font-weight: 600;
    }
}

/*円マーク(小)の直後の兄弟要素のフォント指定*/
.c-atm-text-regular-01.currency + .c-atm-text-regular-01 {
    font-family: Noto Sans JP, sans-serif, Roboto;
}

/*円マーク(赤)の直後の兄弟要素のフォント指定*/
.c-text-amount-02-red.currency + .c-text-amount-02-red {
    font-family: Noto Sans JP, sans-serif, Roboto;
}

/*注文管理画面*/
/*金額表示*/
.c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01.currency {
    font-weight: 600;
}

    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01.currency + .c-atm-text-regular-01 {
        font-weight: 600;
    }

@media screen and (min-width: 1064px) {
    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01.currency {
        font-size: 13px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1064px) {
    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01.currency {
        font-size: 1.2218vw;
    }
}

@media screen and (max-width: 850px) {
    .c-mlc-order-price-details-content-dl.is--bold .c-mlc-order-price-details-content-dd .c-atm-text-regular-01.currency {
        font-size: 3.4666666666666663vw;
    }
}

.u-is-flex {
    display: flex;
}
