body {
    --primary-txt_color: #000;
    --secondary-txt_color: rgba(0, 0, 0, 0.7);
    --theme-color: #00754A;
    --sbj-color: #006241;
    --box_shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.05);
    --modal-bg_color: #F2F0EB;
    --modal-txt_color: #1E3932;
}

.english {
    font-family: SoDoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-box: trim-both cap alphabetic;
}

.stamp-num {
    display: none;
}

.mystore_lp-body {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #000;
}

@media (min-width: 910px) {
    .mystore_lp-body {
        padding: 0 calc((100% - 43rem) / 2);
        background: var(--sbj-color);
    }
}

.mystore_lp__content-inner {
    padding: 3.2rem 1.6rem 4.8rem;
    background: #fff;
}

.mystore_lp__content-inner.-lightgray {
    background: #F2F0EB;
}

.mystore_lp__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
}

.mystore_lp__range__head {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    color: var(--sbj-color);
}

.mystore_lp__range {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6rem;
    padding: 0.8rem 1.2rem 0.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--sbj-color);
    border: 1px solid var(--sbj-color);
    border-right: none;
    border-left: none;
    gap: 0.8rem;
}

.mystore_lp__range::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.9rem;
    background: var(--sbj-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    order: 1;
}

.mystore_lp__range span {
    font-weight: inherit;
    line-height: 1.4rem
}

.mystore_lp__range__date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.4rem;
    order: 0;
}

.mystore_lp__range__date:last-child {
    order: 2;
}

.mystore_lp__range__date span {
    font-weight: 700;
}

.mystore_lp__lead {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
    text-align: left;
    line-height: 2;
}

.mystore_lp__lead-note {
    margin-bottom: 1.6rem;
    font-size: 1.1rem;
    text-align: left;
}

.mystore_lp__lead-note>ul {
    margin-top: 0.8rem;
    padding-left: 1em;
    text-indent: -1em;
}

.mystore_lp__lead-note>ul>li {
    font-size: inherit;
    font-weight: inherit;
}

.mystore_lp__lead>.mystore_lp__indent-list {
    margin-top: 0.4rem;
    gap: 0.8rem;
}

.mystore_lp__scrapbook-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.9rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 3.2rem;
    box-sizing: border-box;
}

@media (min-width: 910px) {
    .mystore_lp__scrapbook-btn {
        pointer-events: none;
        background: #ccc;
        border-color: #ccc;
        cursor: auto;
    }
}

.mystore_lp__note {
    margin: 1.6rem auto 3.2rem;
    font-size: 1.1rem;
}

.mystore_lp__note>li {
    font-size: inherit;
}

.mystore_lp__preview {
    padding: 0 1.6rem;
}

.mystore_lp__subtitle {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1.6rem;
}

.mystore_lp__indent-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 1.3rem;
}

.mystore_lp__indent-list>li {
    font-size: inherit;
    font-weight: inherit;
}

.mystore_lp__indent-list .mystore_lp__indent-list {
    margin-top: 0.4rem;
    gap: 0;
}

.mystore_lp__preview__txt {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 0.8rem;
}

.mystore_lp__bottom-txt {
    font-size: 1.3rem;
    margin: 3.2rem auto 2.4rem;
    line-height: 2;
}

.howto-login {
    margin-top: 0;
    padding: 2.4rem calc((100% - 25.6rem) / 2);
    border: 1px solid var(--theme-color);
}

.howto-login .howto-login__btn a {
    font-size: 1.6rem;
}

.howto-login .howto-login__apply a {
    font-size: 1.3rem;
    border-width: 1px;
}

@media screen and (max-width: 909px) {
    .howto-faq__link {
        margin: 2.4rem auto 3.2rem;
    }
}

.mystore_lp__float {
    position: fixed;
    width: 21.2rem;
    background: #fff;
    border-radius: 1.6rem;
    padding: 2.4rem 2.4rem 3.2rem;
    right: 5.2rem;
    bottom: 3.2rem;
    box-sizing: border-box;
    box-shadow: var(--box_shadow);
    z-index: 1;
}

.mystore_lp__float__link {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 1.9rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #00A862;
    border: 1px solid #00A862;
    border-radius: 3.2rem;
    box-sizing: border-box;
}

.mystore_lp__float__txt {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 2.4rem;
}

.mystore_lp__float__qr {
    padding: 0 0.2rem;
}

@media screen and (max-width: 909px) {
    .mystore_lp__float {
        padding: 0;
        right: 1.6rem;
        bottom: 1.6rem;
        border-radius: 3.2rem;
    }

    .mystore_lp__float__link {
        display: flex;
    }

    .mystore_lp__float__txt {
        display: none;
    }

    .mystore_lp__float__qr {
        display: none;
    }
}