@charset "UTF-8";

#lp-container .btn-red,
#lp-container .btn-white,
#lp-container .gallery-more-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    width: 400px;
    height: 85px;
    box-shadow: 0 7px 0 0 var(--color-red-shadow);
    border-radius: 12px;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform, cubic-bezier(0.3, 0.5, 0, 1) 0.4s box-shadow, cubic-bezier(0.3, 0.5, 0, 1) 0.4s background-color;
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .btn-red,
    #lp-container .btn-white,
    #lp-container .gallery-more-btn {
        font-size: 6.1538461538vw;
    }
}
#lp-container .btn-red,
#lp-container .btn-white,
#lp-container .gallery-more-btn {
    font-weight: 700;
    line-height: 1;
    border: 2px solid var(--color-red);
}
@media screen and (max-width: 767px) {
    #lp-container .btn-red,
    #lp-container .btn-white,
    #lp-container .gallery-more-btn {
        font-size: 20px;
        height: 70px;
        width: 284px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .btn-red,
    #lp-container .btn-white,
    #lp-container .gallery-more-btn {
        font-size: 5.1282051282vw;
    }
}
#lp-container .btn-red small,
#lp-container .btn-white small,
#lp-container .gallery-more-btn small {
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .btn-red small,
    #lp-container .btn-white small,
    #lp-container .gallery-more-btn small {
        font-size: 4.1025641026vw;
    }
}
#lp-container .btn-red small,
#lp-container .btn-white small,
#lp-container .gallery-more-btn small {
    line-height: 1;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .btn-red small,
    #lp-container .btn-white small,
    #lp-container .gallery-more-btn small {
        margin-bottom: 1.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .btn-red small,
    #lp-container .btn-white small,
    #lp-container .gallery-more-btn small {
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .btn-red small,
    #lp-container .btn-white small,
    #lp-container .gallery-more-btn small {
        margin-bottom: 0.8vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .btn-red:hover,
    #lp-container .btn-white:hover,
    #lp-container .gallery-more-btn:hover {
        transform: translateY(7px);
        box-shadow: 0 0 0 0 var(--color-red-shadow);
    }
}
body {
    --color-base: #333;
    --color-red: #e84257;
    --color-red-shadow: #a41626;
    --color-bg-red: #fee9e7;
    --color-yellow: #fff8a0;
    --color-bg-yellow: #fffde0;
}
#lp-container {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container {
        font-size: 4.1025641026vw;
    }
}
#lp-container {
    color: var(--color-base);
    font-weight: 400;
    line-height: 1.3;
    margin-top: 120px;
}
@media screen and (max-width: 767px) {
    #lp-container {
        margin-top: 32vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container {
        margin-top: 80px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container {
        margin-top: 21.3333333333vw;
    }
}
#lp-container * {
    box-sizing: border-box;
}
#lp-container img {
    width: 100%;
    height: auto;
}
#lp-container a {
    color: inherit;
    text-decoration: none;
}
#lp-container .c-red {
    color: var(--color-red);
}
#lp-container .bg-pink {
    background-color: var(--color-bg-red);
}
#lp-container .bg-yellow {
    background-color: var(--color-bg-yellow);
}
#lp-container .fw-b {
    font-weight: 700;
}
#lp-container .fw-m {
    font-weight: 500;
}
#lp-container .ta-c {
    text-align: center;
}
#lp-container .ta-l {
    text-align: left;
}
#lp-container .ta-r {
    text-align: right;
}
#lp-container .txt-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#lp-container .txt-links:not(:first-child) {
    margin-top: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .txt-links:not(:first-child) {
        margin-top: 3.2vw;
    }
}
#lp-container .txt-links:not(:last-child) {
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .txt-links:not(:last-child) {
        margin-bottom: 3.2vw;
    }
}
#lp-container .txt-link {
    display: block;
    font-weight: 700;
    background: url(/img/campaign/753/2026/ico_arrow_r.webp) no-repeat top left/20px auto;
    line-height: 1.4;
    padding-left: 24px;
}
#lp-container .txt-link:not(:first-child) {
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    #lp-container .txt-link:not(:first-child) {
        margin-top: 1.8666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .txt-link:not(:first-child) {
        margin-top: 3px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .txt-link:not(:first-child) {
        margin-top: 0.8vw;
    }
}
#lp-container .txt-link:hover {
    text-decoration: underline;
}
#lp-container .btn-wrap {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#lp-container .btn-red {
    background-color: var(--color-red);
    color: #fff;
}
#lp-container .btn-white,
#lp-container .gallery-more-btn {
    background-color: #fff;
    color: var(--color-red);
}
#lp-container .section {
    padding: 60px 0;
}
@media screen and (max-width: 767px) {
    #lp-container .section {
        padding: 40px 0;
    }
}
#lp-container .section--top-min {
    padding-top: 0;
}
#lp-container .section--btm-min {
    padding-bottom: 0;
}
#lp-container .section--top-sml {
    padding-top: 30px;
}
#lp-container .section--btm-sml {
    padding-bottom: 30px;
}
#lp-container .section--top-wide {
    padding-top: 120px;
}
@media screen and (max-width: 767px) {
    #lp-container .section--top-wide {
        padding-top: 70px;
    }
}
#lp-container .section--btm-wide {
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    #lp-container .section--btm-wide {
        padding-bottom: 70px;
    }
}
#lp-container .section__body,
#lp-container .section__head {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
#lp-container .section__head {
    text-align: center;
    margin-bottom: 40px;
}
#lp-container .section__ttl-corner-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-corner-wrap {
        margin-bottom: 16vw;
    }
}
#lp-container .section__ttl-corner {
    position: relative;
    padding: 0 6%;
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-corner {
        padding-top: 10.6666666667vw;
    }
}
#lp-container .section__ttl-corner {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-corner {
        padding-bottom: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-corner {
        padding: 0 15%;
        padding-top: 20px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .section__ttl-corner {
        padding-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .section__ttl-corner {
        padding-bottom: 2.1333333333vw;
    }
}
#lp-container .section__ttl-corner:after,
#lp-container .section__ttl-corner:before {
    content: "";
    width: 56px;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-corner:after,
    #lp-container .section__ttl-corner:before {
        width: 40px;
    }
}
#lp-container .section__ttl-corner:before {
    border-bottom: 2px solid var(--color-red);
    border-left: 2px solid var(--color-red);
    bottom: 0;
    left: 0;
}
#lp-container .section__ttl-corner:after {
    border-top: 2px solid var(--color-red);
    border-right: 2px solid var(--color-red);
    top: 0;
    right: 0;
}
#lp-container .section__ttl-corner > span {
    font-size: 32px;
}
@media screen and (max-width: 500px) {
    #lp-container .section__ttl-corner > span {
        font-size: 8.2051282051vw;
    }
}
#lp-container .section__ttl-corner > span {
    color: var(--color-red);
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    #lp-container .section__ttl-corner > span {
        display: flex;
        gap: 3px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-corner > span {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .section__ttl-corner > span {
        font-size: 5.1282051282vw;
    }
}
#lp-container .section__ttl-corner > span span {
    background: linear-gradient(0deg, transparent 10%, var(--color-yellow) 10%, var(--color-yellow) 45%, transparent 45%);
}
@media screen and (min-width: 768px) {
    #lp-container .section__ttl-corner > span:before {
        content: "＼";
    }
}
@media screen and (min-width: 768px) {
    #lp-container .section__ttl-corner > span:after {
        content: "／";
    }
}
#lp-container .section__ttl-wave {
    font-weight: 700;
    font-size: 36px;
}
@media screen and (max-width: 500px) {
    #lp-container .section__ttl-wave {
        font-size: 9.2307692308vw;
    }
}
#lp-container .section__ttl-wave {
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-wave {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .section__ttl-wave {
        font-size: 6.1538461538vw;
    }
}
#lp-container .section__ttl-wave:after {
    content: "";
    display: block;
    max-width: 156px;
    width: 15.6%;
    aspect-ratio: 312/56;
    margin: 0 auto;
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-wave:after {
        margin-top: 0.8vw;
    }
}
#lp-container .section__ttl-wave:after {
    background: url(/img/campaign/753/2026/ttl_deco_wave.webp) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-wave:after {
        width: 34.1025641026%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .section__ttl-wave:after {
        margin-top: 2.6666666667vw;
    }
}
#lp-container .section__ttl-wave small {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .section__ttl-wave small {
        font-size: 6.1538461538vw;
    }
}
#lp-container .section__ttl-wave small {
    line-height: 1;
    display: block;
    margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-wave small {
        margin-bottom: 0.2666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl-wave small {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .section__ttl-wave small {
        font-size: 4.358974359vw;
    }
}
#lp-container .section__ttl3-wrap {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3-wrap {
        margin-bottom: 10.6666666667vw;
    }
}
#lp-container .section__ttl3-wrap {
    display: flex;
    justify-content: center;
}
#lp-container .section__ttl3-wrap:not(:first-child) {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3-wrap:not(:first-child) {
        margin-top: 16vw;
    }
}
#lp-container .section__ttl3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
    font-size: 28px;
}
@media screen and (max-width: 500px) {
    #lp-container .section__ttl3 {
        font-size: 7.1794871795vw;
    }
}
#lp-container .section__ttl3 {
    font-weight: 700;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3 {
        font-size: 18px;
        gap: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .section__ttl3 {
        font-size: 4.6153846154vw;
    }
}
#lp-container .section__ttl3:after,
#lp-container .section__ttl3:before {
    content: "";
    height: 40px;
    width: 6px;
    background-color: var(--color-red);
    display: block;
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3:after,
    #lp-container .section__ttl3:before {
        height: 18px;
        width: 4px;
    }
}
#lp-container .section__ttl3:before {
    transform: rotate(-30deg);
}
#lp-container .section__ttl3:after {
    transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3._sp-wide {
        gap: 25px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3._sp-wide span {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .section__ttl3._sp-wide span {
        padding-bottom: 1.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3._sp-wide:after,
    #lp-container .section__ttl3._sp-wide:before {
        height: 34px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3._sp-wide._sp-min {
        gap: 12px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3._sp-wide._sp-min span {
        padding-bottom: 0;
    }
}
#lp-container .section__ttl3 span {
    text-align: center;
}
#lp-container .section__ttl3 span small {
    display: block;
    line-height: 1.1;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .section__ttl3 span small {
        margin-bottom: 1.3333333333vw;
    }
}
#lp-container .section__ttl3 span small._more {
    font-size: 15px;
}
@media screen and (max-width: 500px) {
    #lp-container .section__ttl3 span small._more {
        font-size: 3.8461538462vw;
    }
}
#lp-container .section__body.max1100 {
    max-width: 1100px;
}
#lp-container .top-line {
    position: relative;
}
#lp-container .top-line:before {
    content: "";
    display: block;
    background: url(/img/campaign/753/2026/line.webp) repeat-x left center/auto 100%;
    height: 18px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-48%);
}
@media screen and (max-width: 767px) {
    #lp-container .caution-wrap._last {
        width: 94%;
        margin: 0 auto;
    }
}
#lp-container .caution-txt {
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    #lp-container .caution-txt {
        font-size: 3.0769230769vw;
    }
}
#lp-container .caution-txt {
    line-height: 1.4;
    padding-left: 12px;
    text-indent: -12px;
}
@media screen and (max-width: 767px) {
    #lp-container .caution-txt {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .caution-txt {
        font-size: 2.8205128205vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .caution-txt {
        padding-left: 2.9333333333vw;
        text-indent: -2.9333333333vw;
    }
}
#lp-container .caution-txt:not(:first-child) {
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    #lp-container .caution-txt:not(:first-child) {
        margin-top: 1.8666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .caution-txt._sp-mdl {
        font-size: 12px;
        padding-left: 3.2vw;
        text-indent: -3.2vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .caution-txt._sp-mdl {
        font-size: 3.0769230769vw;
    }
}
#lp-container .caution-txt + .caution-txt {
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    #lp-container .caution-txt + .caution-txt {
        margin-top: 0.8vw;
    }
}
#lp-container .caution-acco {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .caution-acco {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .caution-acco {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .caution-acco {
        margin-top: 4vw;
    }
}
#lp-container .caution-acco__txt {
    font-size: 10px;
}
@media screen and (max-width: 500px) {
    #lp-container .caution-acco__txt {
        font-size: 2.5641025641vw;
    }
}
#lp-container .caution-acco__txt {
    line-height: 1.2;
}
#lp-container .caution-acco__btn {
    font-weight: 700;
    font-size: 11px;
}
@media screen and (max-width: 500px) {
    #lp-container .caution-acco__btn {
        font-size: 2.8205128205vw;
    }
}
#lp-container .caution-acco__btn {
    line-height: 1.2;
    text-decoration: underline;
    position: relative;
}
#lp-container .caution-acco__btn:after {
    content: "＋";
    font-weight: 700;
    color: var(--color-red);
    display: block;
    position: absolute;
    top: -4px;
    right: -14px;
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    #lp-container .caution-acco__btn:after {
        font-size: 3.0769230769vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .caution-acco__btn:hover {
        text-decoration: none;
    }
}
#lp-container .caution-acco__btn.open:after {
    content: "ー";
    font-size: 9px;
}
@media screen and (max-width: 500px) {
    #lp-container .caution-acco__btn.open:after {
        font-size: 2.3076923077vw;
    }
}
#lp-container .caution-acco__btn.open:after {
    top: -2px;
    right: -13px;
}
#lp-container .caution-acco__body {
    display: none;
    padding-top: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .caution-acco__body {
        padding-top: 1.3333333333vw;
    }
}
#lp-container .check-list li {
    background: url(/img/campaign/753/2026/ico_check.webp) no-repeat top left/22px auto;
    padding-left: 26px;
    line-height: 1.4;
    font-size: 18px;
}
@media screen and (max-width: 500px) {
    #lp-container .check-list li {
        font-size: 4.6153846154vw;
    }
}
#lp-container .check-list li {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .check-list li {
        margin-top: 1.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .check-list li {
        font-size: 15px;
        background-size: 20px auto;
        padding-left: 24px;
        margin-top: 3px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .check-list li {
        font-size: 3.8461538462vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .check-list li {
        margin-top: 0.8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .check-list._sp-sml li {
        font-size: 14px;
        padding-left: 20px;
        background-size: 16px auto;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .check-list._sp-sml li {
        font-size: 3.5897435897vw;
    }
}
#lp-container .check-list-block {
    border: 1px solid var(--color-red);
    border-radius: 20px;
    padding: 0 4%;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .check-list-block {
        padding-top: 5.3333333333vw;
    }
}
#lp-container .check-list-block {
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .check-list-block {
        padding-bottom: 5.3333333333vw;
    }
}
#lp-container .check-list-block {
    max-width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .check-list-block {
        border-radius: 10px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}
#lp-container .slide-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .slide-nav {
        margin-top: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .slide-nav {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .slide-nav {
        margin-top: 8vw;
    }
}
#lp-container .slide-nav__next,
#lp-container .slide-nav__prev {
    border-radius: 50%;
    min-width: 34px;
    width: 34px;
    height: 34px;
    background: no-repeat center center/100% auto;
    display: block;
    cursor: pointer;
}
#lp-container .slide-nav__prev {
    background-image: url(/img/campaign/753/2026/ico_arrow_l.webp);
}
#lp-container .slide-nav__next {
    background-image: url(/img/campaign/753/2026/ico_arrow_r.webp);
}
#lp-container .slide-nav__dots {
    width: auto;
}
#lp-container .slide-nav__dots span {
    width: 12px;
    height: 12px;
}
#lp-container .slide-nav__dots span.swiper-pagination-bullet-active {
    background-color: var(--color-red);
}
@media screen and (max-width: 767px) {
    #lp-container .pc {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .sp {
        display: none !important;
    }
}
#lp-container .floating {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
}
@media screen and (min-width: 768px) {
    #lp-container .floating {
        border-top-left-radius: 30px;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .floating {
        left: 0;
        padding: 15px 5%;
    }
}
#lp-container .floating__row {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .floating__row {
        gap: 8px;
    }
}
#lp-container .floating__btn {
    border: 2px solid var(--color-red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 150px;
    height: 53px;
    position: relative;
    padding-right: 15px;
    box-shadow: 3px 3px 0 0 var(--color-red-shadow);
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform, cubic-bezier(0.3, 0.5, 0, 1) 0.4s box-shadow;
}
@media screen and (max-width: 767px) {
    #lp-container .floating__btn {
        height: 45px;
    }
}
#lp-container .floating__btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: no-repeat center center/100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
}
#lp-container .floating__btn span {
    font-weight: 700;
    font-size: 17px;
}
@media screen and (max-width: 500px) {
    #lp-container .floating__btn span {
        font-size: 4.358974359vw;
    }
}
#lp-container .floating__btn span {
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .floating__btn span {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .floating__btn span {
        font-size: 3.0769230769vw;
    }
}
#lp-container .floating__btn span small {
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    #lp-container .floating__btn span small {
        font-size: 3.0769230769vw;
    }
}
#lp-container .floating__btn span small {
    display: block;
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
    #lp-container .floating__btn span small {
        margin-bottom: 0.8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .floating__btn span small {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .floating__btn span small {
        font-size: 2.5641025641vw;
    }
}
#lp-container .floating__btn._yoyaku {
    background-color: var(--color-red);
}
#lp-container .floating__btn._yoyaku span {
    color: #fff;
}
@media screen and (min-width: 768px) {
    #lp-container .floating__btn._yoyaku span {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 500px) {
    #lp-container .floating__btn._yoyaku span {
        font-size: 4.6153846154vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .floating__btn._yoyaku img {
        display: none;
    }
}
#lp-container .floating__btn._yoyaku img {
    width: 21px;
    margin-right: 9%;
}
#lp-container .floating__btn._yoyaku:after {
    background-image: url(/img/campaign/753/2026/ico_arrow_sml_white.webp);
}
#lp-container .floating__btn._search {
    background-color: #fff;
}
#lp-container .floating__btn._search span {
    color: var(--color-red);
}
#lp-container .floating__btn._search:after {
    background-image: url(/img/campaign/753/2026/ico_arrow_sml_red.webp);
}
@media screen and (min-width: 768px) {
    #lp-container .floating__btn:hover {
        box-shadow: 0 0 0 0 var(--color-red-shadow);
        transform: translate(3px, 3px);
    }
}
#lp-container .floating__faq-btn {
    background-color: var(--color-red);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 500px) {
    #lp-container .floating__faq-btn {
        font-size: 4.6153846154vw;
    }
}
#lp-container .floating__faq-btn {
    font-weight: 700;
    width: 52px;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
    #lp-container .floating__faq-btn {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .floating__faq-btn {
        font-size: 3.5897435897vw;
    }
}
#lp-container .intro-loop {
    margin: 0 calc(50% - 50vw);
    position: relative;
    display: flex;
}
#lp-container .intro-loop span {
    min-width: 2275px;
}
@media screen and (max-width: 767px) {
    #lp-container .intro-loop span {
        min-width: 500vw;
    }
}
#lp-container .intro-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    #lp-container .intro-badges {
        margin-top: 18.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .intro-badges {
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .intro-badges__body {
        padding-bottom: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .intro-badges__body {
        padding-bottom: 3.2vw;
    }
}
#lp-container .intro-badges__body p {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .intro-badges__body p {
        font-size: 5.1282051282vw;
    }
}
#lp-container .intro-badges__body p {
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .intro-badges__body p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .intro-badges__body p {
        font-size: 3.5897435897vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .intro-badges__img {
        max-width: 303px;
    }
}
#lp-container .intro-badges__img img {
    display: block;
}
@media screen and (max-width: 767px) {
    #lp-container .intro-badges__img img {
        margin: 0 auto;
        width: 69.2307692308vw;
    }
}
#lp-container .intro-badges__img .caution-txt {
    margin-top: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .intro-badges__img .caution-txt {
        margin-top: 3.2vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .intro-badges__img .caution-txt {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
#lp-container .campaign-ttl {
    max-width: 620px;
    width: 62%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-ttl {
        width: 95%;
    }
}
#lp-container .point-anchor {
    display: flex;
    gap: 20px;
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor {
        margin-top: 21.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor {
        margin-top: 60px;
        flex-wrap: wrap;
        gap: 30px 20px;
        margin-bottom: -60px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point-anchor {
        margin-top: 16vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point-anchor {
        margin-bottom: -16vw;
    }
}
#lp-container .point-anchor-btn {
    border: 2px solid var(--color-red);
    border-radius: 13px;
    background-color: #fff;
    flex: 1;
    box-shadow: 5px 5px 0 0 var(--color-red);
    position: relative;
    height: 130px;
    padding-top: 35px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn {
        padding-top: 9.3333333333vw;
    }
}
#lp-container .point-anchor-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.5s transform, cubic-bezier(0.3, 0.5, 0, 1) 0.5s box-shadow, cubic-bezier(0.3, 0.5, 0, 1) 0.5s background;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn {
        width: calc((100% - 20px) / 2);
        border-width: 3px;
        height: 110px;
        padding-top: 22px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point-anchor-btn {
        padding-top: 5.8666666667vw;
    }
}
#lp-container .point-anchor-btn__num {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 25px;
}
@media screen and (max-width: 500px) {
    #lp-container .point-anchor-btn__num {
        font-size: 6.4102564103vw;
    }
}
#lp-container .point-anchor-btn__num {
    line-height: 1;
    color: var(--color-red);
    border: 2px solid var(--color-red);
    border-radius: 50%;
    width: 53px;
    aspect-ratio: 1/1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn__num {
        width: 45px;
        font-size: 24px;
        top: -20px;
        left: -17px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point-anchor-btn__num {
        font-size: 6.1538461538vw;
    }
}
#lp-container .point-anchor-btn__ttl {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .point-anchor-btn__ttl {
        font-size: 5.1282051282vw;
    }
}
#lp-container .point-anchor-btn__ttl {
    color: var(--color-red);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn__ttl {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point-anchor-btn__ttl {
        font-size: 4.1025641026vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn__ttl ._sp-sml {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point-anchor-btn__ttl ._sp-sml {
        font-size: 3.5897435897vw;
    }
}
#lp-container .point-anchor-btn__go {
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .point-anchor-btn__go {
        font-size: 3.5897435897vw;
    }
}
#lp-container .point-anchor-btn__go {
    line-height: 1;
    text-align: center;
    font-weight: 700;
    background-color: var(--color-red);
    width: 110px;
    padding-top: 8px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn__go {
        padding-top: 2.1333333333vw;
    }
}
#lp-container .point-anchor-btn__go {
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-anchor-btn__go {
        padding-bottom: 0.8vw;
    }
}
#lp-container .point-anchor-btn__go {
    margin: auto auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
#lp-container .point-anchor-btn__go:after {
    content: "";
    display: block;
    background: url(/img/campaign/753/2026/ico_arrow_down_white.webp) no-repeat center center/100% auto;
    width: 11px;
    height: 14px;
}
@media screen and (min-width: 768px) {
    #lp-container .point-anchor-btn:hover {
        background-color: var(--color-red);
        transform: translate(5px, 5px);
        box-shadow: 0 0 0 0 var(--color-red);
    }
    #lp-container .point-anchor-btn:hover .point-anchor-btn__ttl {
        color: #fff;
    }
}
#lp-container .point {
    background-color: #fff;
    padding: 0 5%;
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    #lp-container .point {
        padding-top: 26.6666666667vw;
    }
}
#lp-container .point {
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    #lp-container .point {
        padding-bottom: 16vw;
    }
}
#lp-container .point {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    #lp-container .point {
        margin-top: 21.3333333333vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .point {
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point {
        margin-left: -5vw;
        margin-right: -5vw;
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point {
        padding-top: 13.3333333333vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point {
        padding-bottom: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point + .point {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point + .point {
        margin-top: 10.6666666667vw;
    }
}
#lp-container .point__head-price {
    background-color: var(--color-red);
    border-radius: 100px;
    width: 282px;
    padding: 5px;
    color: #fff;
    font-size: 32px;
}
@media screen and (max-width: 500px) {
    #lp-container .point__head-price {
        font-size: 8.2051282051vw;
    }
}
#lp-container .point__head-price {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-family: var(--font-outfit);
    margin: 0 auto;
    position: relative;
    margin-top: 13px;
}
@media screen and (max-width: 767px) {
    #lp-container .point__head-price {
        margin-top: 3.4666666667vw;
    }
}
#lp-container .point__head-price:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border: 7px solid transparent;
    border-bottom: 13px solid var(--color-red);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-99%);
}
#lp-container .point__head-price small {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .point__head-price small {
        font-size: 5.1282051282vw;
    }
}
#lp-container .point__lr {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr {
        margin-top: 10.6666666667vw;
    }
}
#lp-container .point__lr {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr {
        margin-bottom: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point__lr {
        margin-top: 8vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point__lr {
        margin-bottom: 8vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .point__lr__img {
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr__img {
        width: 90%;
        margin: 0 auto;
    }
}
#lp-container .point__lr__img__ttl {
    color: var(--color-red);
    font-weight: 700;
    border-bottom: 2px solid var(--color-red);
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr__img__ttl {
        padding-bottom: 2.6666666667vw;
    }
}
#lp-container .point__lr__img__ttl {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .point__lr__img__ttl {
        font-size: 6.1538461538vw;
    }
}
#lp-container .point__lr__img__ttl {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr__img__ttl {
        margin-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr__img__ttl {
        font-size: 18px;
        padding-bottom: 7px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point__lr__img__ttl {
        font-size: 4.6153846154vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point__lr__img__ttl {
        padding-bottom: 1.8666666667vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point__lr__img__ttl {
        margin-bottom: 3.2vw;
    }
}
#lp-container .point__lr__img__slide {
    margin: 0 -10px;
}
#lp-container .point__lr__img .swiper-slide {
    padding: 0 10px;
}
#lp-container .point__lr__body {
    flex: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .point__lr__body {
        margin-top: 13px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point__lr__body {
        margin-top: 3.4666666667vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .point__lr._r {
        flex-direction: row-reverse;
    }
}
#lp-container .point-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-head {
        flex-direction: column;
    }
}
#lp-container .point-head + .point__lr {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-head + .point__lr {
        margin-top: 16vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point-head + .section__ttl3-wrap {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point-head + .section__ttl3-wrap {
        margin-top: 5.3333333333vw;
    }
}
#lp-container .point-head__num {
    width: 53px;
    aspect-ratio: 1/1;
    border: 2px solid var(--color-red);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-red);
    font-weight: 700;
    font-size: 25px;
}
@media screen and (max-width: 500px) {
    #lp-container .point-head__num {
        font-size: 6.4102564103vw;
    }
}
#lp-container .point-head__num {
    line-height: 1;
    font-family: var(--font-noto);
}
@media screen and (max-width: 767px) {
    #lp-container .point-head__num {
        width: 41px;
        font-size: 20px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point-head__num {
        font-size: 5.1282051282vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point-head__num {
        margin-bottom: 1.3333333333vw;
    }
}
#lp-container .point-head__ttl {
    font-weight: 700;
    text-align: center;
}
#lp-container .point-head__ttl-sub {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .point-head__ttl-sub {
        font-size: 5.1282051282vw;
    }
}
#lp-container .point-head__ttl-sub {
    line-height: 1.3;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .point-head__ttl-sub {
        margin-bottom: 1.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .point-head__ttl-sub {
        font-size: 16px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point-head__ttl-sub {
        font-size: 4.1025641026vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .point-head__ttl-sub {
        margin-bottom: 0.5333333333vw;
    }
}
#lp-container .point-head__ttl-main {
    font-size: 32px;
}
@media screen and (max-width: 500px) {
    #lp-container .point-head__ttl-main {
        font-size: 8.2051282051vw;
    }
}
#lp-container .point-head__ttl-main {
    color: var(--color-red);
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    #lp-container .point-head__ttl-main {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .point-head__ttl-main {
        font-size: 6.1538461538vw;
    }
}
#lp-container .psystem {
    display: flex;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem {
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .psystem:first-child {
        margin-top: 80px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .psystem:first-child {
        margin-top: 21.3333333333vw;
    }
}
#lp-container .psystem__plus {
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: url(/img/campaign/753/2026/ico_circle_plus.webp) no-repeat center center/100% auto;
}
@media screen and (min-width: 768px) {
    #lp-container .psystem__plus {
        min-width: 44px;
        width: 44px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem__plus {
        height: 30px;
        margin: 0 auto;
        background-size: auto 100%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem__plus + .psystem-box {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .psystem__plus + .psystem-box {
        margin-top: 4vw;
    }
}
#lp-container .psystem__plus._dots {
    position: relative;
    display: flex;
    align-items: center;
    gap: 55px;
    margin-left: -3px;
    margin-right: -3px;
}
@media screen and (min-width: 768px) {
    #lp-container .psystem__plus._dots {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem__plus._dots {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        gap: 50px;
    }
}
#lp-container .psystem__plus._dots:after,
#lp-container .psystem__plus._dots:before {
    content: "";
    display: block;
    width: 0;
    flex: 1;
}
@media screen and (min-width: 768px) {
    #lp-container .psystem__plus._dots:after,
    #lp-container .psystem__plus._dots:before {
        border-left: 4px dotted var(--color-red);
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem__plus._dots:after,
    #lp-container .psystem__plus._dots:before {
        border-bottom: 2px dotted var(--color-red);
    }
}
#lp-container .psystem-box {
    border: 2px solid var(--color-red);
    border-radius: 20px;
    padding: 0 2%;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box {
        padding-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box {
        border-radius: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .psystem-box {
        padding-bottom: 2.6666666667vw;
    }
}
#lp-container .psystem-box__ttl {
    background-color: var(--color-red);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    min-width: 140px;
    width: fit-content;
    max-width: 90%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .psystem-box__ttl {
        font-size: 4.1025641026vw;
    }
}
#lp-container .psystem-box__ttl {
    position: relative;
    margin: 0 auto;
    margin-top: -16px;
    padding: 0 18px;
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__ttl {
        margin-bottom: 7.4666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__ttl {
        max-width: 240px;
        width: 80%;
        height: 33px;
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .psystem-box__ttl {
        margin-bottom: 3.4666666667vw;
    }
}
#lp-container .psystem-box__ttl._sml {
    height: 33px;
    padding-top: 1px;
}
#lp-container .psystem-box__reglar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__reglar {
        padding-bottom: 7.4666666667vw;
    }
}
#lp-container .psystem-box__reglar::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-top: 13px solid var(--color-yellow);
    margin: auto;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}
#lp-container .psystem-box__reglar__head {
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .psystem-box__reglar__head {
        font-size: 3.5897435897vw;
    }
}
#lp-container .psystem-box__reglar__head {
    line-height: 1;
}
#lp-container .psystem-box__reglar__price {
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
#lp-container .psystem-box__reglar__price-num {
    font-size: 35px;
}
@media screen and (max-width: 500px) {
    #lp-container .psystem-box__reglar__price-num {
        font-size: 8.9743589744vw;
    }
}
#lp-container .psystem-box__reglar__price-num {
    font-family: var(--font-outfit);
    line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .psystem-box__reglar__price-num {
        font-size: 28.7px;
    }
}
#lp-container .psystem-box__reglar__price-num {
    position: relative;
}
#lp-container .psystem-box__reglar__price-num:before {
    content: "";
    display: block;
    background-color: #333;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(11deg);
}
#lp-container .psystem-box__reglar__price-unit {
    font-weight: 900;
    font-size: 15px;
}
@media screen and (max-width: 500px) {
    #lp-container .psystem-box__reglar__price-unit {
        font-size: 3.8461538462vw;
    }
}
#lp-container .psystem-box__reglar__price-unit {
    line-height: 1;
    text-align: center;
    font-family: var(--font-noto);
    padding-bottom: 6px;
    white-space: nowrap;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .psystem-box__reglar__price-unit {
        font-size: 12.3px;
    }
}
#lp-container .psystem-box__reglar__price-unit small {
    display: block;
    text-align: center;
    font-size: 65%;
    letter-spacing: 0.05em;
    margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__reglar__price-unit small {
        margin-bottom: 0.2666666667vw;
    }
}
#lp-container .psystem-box__discount__head {
    text-align: center;
    color: var(--color-red);
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .psystem-box__discount__head {
        font-size: 5.1282051282vw;
    }
}
#lp-container .psystem-box__discount__head {
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__discount__price {
        width: 72%;
        margin: 0 auto;
    }
}
#lp-container .psystem-box__product {
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    #lp-container .psystem-box__product {
        max-width: 135px;
        padding-top: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .psystem-box__product {
        padding-top: 3.2vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__product {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .psystem-box__product {
        padding-bottom: 2.6666666667vw;
    }
}
#lp-container .psystem-box__product-item {
    border: 1px solid var(--color-base);
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .psystem-box__product-item {
        font-size: 6.1538461538vw;
    }
}
#lp-container .psystem-box__product-item {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-top: 11px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__product-item {
        padding-top: 2.9333333333vw;
    }
}
#lp-container .psystem-box__product-item {
    padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__product-item {
        padding-bottom: 2.9333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__product-item {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 9px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .psystem-box__product-item {
        font-size: 4.1025641026vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .psystem-box__product-item {
        padding-bottom: 2.4vw;
    }
}
#lp-container .psystem-box__product-or {
    text-align: center;
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    #lp-container .psystem-box__product-or {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .psystem-box__product-or {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .psystem-box__product-or {
        margin-bottom: 5.3333333333vw;
    }
}
#lp-container .psystem-box__note {
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    #lp-container .psystem-box__note {
        padding-top: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .psystem-box__note {
        padding-top: 3.7333333333vw;
    }
}
#lp-container .psystem-box__price2 {
    max-width: 250px;
    margin-top: 22px;
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__price2 {
        margin-top: 5.8666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .psystem-box__price2 {
        margin: 0 auto;
        margin-top: 2px;
        width: 75%;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .psystem-box__price2 {
        margin-top: 0.5333333333vw;
    }
}
#lp-container .psystem-box._1 {
    flex: 275;
}
#lp-container .psystem-box._2 {
    flex: 188;
}
#lp-container .psystem-box._3 {
    flex: 292;
}
#lp-container .plan-ex {
    border: 4px dotted var(--color-red);
    border-radius: 30px;
    background-color: rgba(from var(--color-bg-red) r g b/.35);
    margin-top: 52px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex {
        margin-top: 13.8666666667vw;
    }
}
#lp-container .plan-ex {
    padding: 0 3%;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex {
        padding-bottom: 8vw;
    }
}
#lp-container .plan-ex {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex {
        margin-bottom: 13.3333333333vw;
    }
}
#lp-container .plan-ex {
    border-radius: 10px;
}
#lp-container .plan-ex__ttl {
    border: 2px solid var(--color-red);
    border-radius: 50px;
    background-color: #fff;
    width: 90%;
    max-width: 244px;
    height: 38px;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-red);
    font-weight: 700;
    margin: 0 auto;
    margin-top: -19px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__ttl {
        margin-bottom: 13.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__ttl {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-ex__ttl {
        margin-bottom: 9.3333333333vw;
    }
}
#lp-container .plan-ex__plus {
    background: url(/img/campaign/753/2026/ico_circle_plus.webp) no-repeat center center/100% auto;
    width: 30px;
    min-width: 30px;
    aspect-ratio: 1/1;
}
#lp-container .plan-ex__row {
    display: flex;
    gap: 12px;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__row {
        flex-direction: column;
        gap: 8px;
    }
}
#lp-container .plan-ex__last {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__last {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__last {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-ex__last {
        margin-top: 8vw;
    }
}
#lp-container .plan-ex__last__label {
    background-color: var(--color-red);
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex__last__label {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-ex__last__label {
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}
#lp-container .plan-ex__last__price {
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: var(--color-red);
    gap: 2px;
}
#lp-container .plan-ex__last__price-num {
    font-size: 48px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex__last__price-num {
        font-size: 12.3076923077vw;
    }
}
#lp-container .plan-ex__last__price-num {
    font-family: var(--font-outfit);
    line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-ex__last__price-num {
        font-size: 39.36px;
    }
}
#lp-container .plan-ex__last__price-unit {
    font-weight: 900;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex__last__price-unit {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan-ex__last__price-unit {
    line-height: 1;
    text-align: center;
    font-family: var(--font-noto);
    padding-bottom: 8px;
    white-space: nowrap;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-ex__last__price-unit {
        font-size: 16.4px;
    }
}
#lp-container .plan-ex__last__price-unit small {
    display: block;
    text-align: center;
    font-size: 65%;
    letter-spacing: 0.05em;
    margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__last__price-unit small {
        margin-bottom: 0.2666666667vw;
    }
}
#lp-container .plan-ex__last__price-unit small {
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex__last__price-unit small {
        margin-bottom: 0.8vw;
    }
}
#lp-container .plan-ex-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box {
        width: 100%;
    }
}
#lp-container .plan-ex-box .psystem-box__ttl {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box .psystem-box__ttl {
        max-width: 240px !important;
        width: 100%;
    }
}
#lp-container .plan-ex-box__sub {
    text-align: center;
    display: block;
    color: var(--color-red);
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex-box__sub {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-ex-box__sub {
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__sub {
        margin-bottom: 2.1333333333vw;
    }
}
#lp-container .plan-ex-box__sub + .psystem-box__ttl {
    width: 100%;
    max-width: none;
}
#lp-container .plan-ex-box__price {
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
#lp-container .plan-ex-box__price:not(._sml) {
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__price:not(._sml) {
        margin-top: -5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__price:not(._sml) {
        margin-top: -5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-ex-box__price:not(._sml) {
        margin-top: -1.3333333333vw;
    }
}
#lp-container .plan-ex-box__price._sml {
    gap: 0;
}
#lp-container .plan-ex-box__price._sml .plan-ex-box__price-num {
    font-size: 35px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex-box__price._sml .plan-ex-box__price-num {
        font-size: 8.9743589744vw;
    }
}
#lp-container .plan-ex-box__price._sml .plan-ex-box__price-unit {
    font-size: 15px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex-box__price._sml .plan-ex-box__price-unit {
        font-size: 3.8461538462vw;
    }
}
#lp-container .plan-ex-box__price-num {
    font-size: 48px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex-box__price-num {
        font-size: 12.3076923077vw;
    }
}
#lp-container .plan-ex-box__price-num {
    font-family: var(--font-outfit);
    line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-ex-box__price-num {
        font-size: 39.36px;
    }
}
#lp-container .plan-ex-box__price-unit {
    font-weight: 900;
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-ex-box__price-unit {
        font-size: 4.1025641026vw;
    }
}
#lp-container .plan-ex-box__price-unit {
    line-height: 1;
    text-align: center;
    font-family: var(--font-noto);
    padding-bottom: 6.4px;
    white-space: nowrap;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-ex-box__price-unit {
        font-size: 13.12px;
    }
}
#lp-container .plan-ex-box__price-unit small {
    display: block;
    text-align: center;
    font-size: 65%;
    letter-spacing: 0.05em;
    margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__price-unit small {
        margin-bottom: 0.2666666667vw;
    }
}
#lp-container .plan-ex-box__row {
    display: flex;
    gap: 5px;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__row {
        flex-direction: column;
    }
}
#lp-container .plan-ex-box__heading {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__heading {
        margin-bottom: 2.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__heading {
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-ex-box__heading {
        margin-bottom: 1.8666666667vw;
    }
}
#lp-container .plan-ex-box__img {
    flex: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box__img {
        max-width: 184px;
        width: 60%;
    }
}
#lp-container .plan-ex-box._1 {
    flex: 170;
}
#lp-container .plan-ex-box._2 {
    flex: 345;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-ex-box._2 {
        margin-top: -20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .plan-ex-box._2 {
        margin-top: -5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-ex-box._2 .plan-ex-box__img {
        width: 100%;
    }
}
#lp-container .plan-ex-box._3 {
    flex: 200;
}
#lp-container .campaign-cta {
    border: 1px solid var(--color-red);
    border-radius: 30px;
    background-color: var(--color-bg-yellow);
    padding: 0 4%;
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta {
        padding-top: 26.6666666667vw;
    }
}
#lp-container .campaign-cta {
    padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta {
        padding-bottom: 24vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta {
        border-radius: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta {
        padding-top: 13.3333333333vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta {
        padding-bottom: 13.3333333333vw;
    }
}
#lp-container .campaign-cta__ttl {
    max-width: 620px;
    width: 76.7326732673%;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__ttl {
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__ttl {
        width: 95%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta__ttl {
        margin-bottom: 5.3333333333vw;
    }
}
#lp-container .campaign-cta__date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__date {
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__date {
        flex-direction: column;
    }
}
#lp-container .campaign-cta__date span {
    background-color: #4c4948;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
    width: 148px;
    min-width: 148px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__date span {
        font-size: 14px;
        height: 21px;
        width: 113px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .campaign-cta__date span {
        font-size: 3.5897435897vw;
    }
}
#lp-container .campaign-cta__date img {
    flex: 1;
    max-width: 304px;
    height: 100%;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__date img {
        width: 76%;
    }
}
#lp-container .campaign-cta__price {
    background-color: var(--color-red);
    border-radius: 200px;
    padding-top: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        padding-top: 3.2vw;
    }
}
#lp-container .campaign-cta__price {
    padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        padding-bottom: 3.2vw;
    }
}
#lp-container .campaign-cta__price {
    position: relative;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        margin-bottom: 13.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        border-radius: 30px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        padding-top: 4.8vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        padding-bottom: 4.8vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta__price {
        margin-bottom: 8vw;
    }
}
#lp-container .campaign-cta__price:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 20px solid var(--color-red);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(99%);
}
#lp-container .campaign-cta__price-row {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 570px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price-row {
        flex-direction: column;
        gap: 6px;
    }
}
#lp-container .campaign-cta__price-l {
    flex: 1;
}
#lp-container .campaign-cta__price-l p {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price-l p {
        font-size: 14px;
        line-height: 1.7;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .campaign-cta__price-l p {
        font-size: 3.5897435897vw;
    }
}
#lp-container .campaign-cta__price-l p ._price {
    font-size: 32px;
}
@media screen and (max-width: 500px) {
    #lp-container .campaign-cta__price-l p ._price {
        font-size: 8.2051282051vw;
    }
}
#lp-container .campaign-cta__price-l p ._price {
    font-weight: 700;
    font-family: var(--font-outfit);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price-l p ._price {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .campaign-cta__price-l p ._price {
        font-size: 6.1538461538vw;
    }
}
#lp-container .campaign-cta__price-r {
    max-width: 256px;
    width: 45%;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__price-r {
        width: 70%;
    }
}
#lp-container .campaign-cta__apply {
    color: var(--color-red);
    font-weight: 700;
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .campaign-cta__apply {
        font-size: 6.1538461538vw;
    }
}
#lp-container .campaign-cta__apply {
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta__apply {
        font-size: 16px;
        width: 85%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .campaign-cta__apply {
        font-size: 4.1025641026vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .campaign-cta .btn-wrap {
        max-width: 284px;
        margin: 0 auto;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta .btn-wrap {
        margin-top: 3.2vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .campaign-cta .btn-wrap {
        margin-bottom: 3.2vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .campaign-cta .btn-wrap .btn-red,
    #lp-container .campaign-cta .btn-wrap .btn-white,
    #lp-container .campaign-cta .btn-wrap .gallery-more-btn {
        flex: 1;
    }
}
#lp-container .options {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .options {
        margin-bottom: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .options {
        margin-bottom: 10px;
        margin-top: -30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .options {
        margin-bottom: 2.6666666667vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .options {
        margin-top: -8vw;
    }
}
#lp-container .options + .caution-txt {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    #lp-container .options + .caution-txt {
        margin-bottom: 26.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .options + .caution-txt {
        margin: 0 auto;
        width: 88%;
    }
}
#lp-container .options__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .options__list {
        width: 83%;
        gap: 10px 20px;
    }
}
#lp-container .options__list li {
    width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 767px) {
    #lp-container .options__list li {
        width: calc((100% - 40px) / 3);
    }
}
#lp-container .options__list li p {
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    #lp-container .options__list li p {
        font-size: 14px;
        margin: 0 -10%;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .options__list li p {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-tabs {
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-tabs {
        gap: 10px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-tabs {
        margin-bottom: 5.3333333333vw;
    }
}
#lp-container .plan-tabs__tab {
    border: 2px solid var(--color-red);
    border-radius: 6px;
    flex: 1;
    padding: 0 3px;
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-tabs__tab {
        padding-top: 2.6666666667vw;
    }
}
#lp-container .plan-tabs__tab {
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-tabs__tab {
        padding-bottom: 2.6666666667vw;
    }
}
#lp-container .plan-tabs__tab {
    text-align: center;
    color: var(--color-red);
    font-weight: 700;
    position: relative;
    transition: ease-out 0.2s background;
    cursor: pointer;
}
#lp-container .plan-tabs__tab:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 12px solid var(--color-red);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(99%);
    opacity: 0;
}
#lp-container .plan-tabs__tab__ttl {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-tabs__tab__ttl {
        font-size: 6.1538461538vw;
    }
}
#lp-container .plan-tabs__tab__ttl {
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-tabs__tab__ttl {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .plan-tabs__tab__ttl {
        margin-bottom: 2.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-tabs__tab__ttl {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-tabs__tab__ttl {
        font-size: 4.1025641026vw;
    }
}
#lp-container .plan-tabs__tab p {
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-tabs__tab p {
        display: none;
    }
}
#lp-container .plan-tabs__tab.current {
    background-color: var(--color-red);
    color: #fff;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
}
#lp-container .plan-tabs__tab.current:after {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-tabs__tab:hover {
        background-color: var(--color-red);
        color: #fff;
        box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
    }
    #lp-container .plan-tabs__tab:hover:after {
        opacity: 1;
    }
}
#lp-container .plan {
    border: 2px solid var(--color-red);
    border-radius: 30px;
    padding: 0 4%;
    padding-top: 70px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan {
        padding-top: 18.6666666667vw;
    }
}
#lp-container .plan {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan {
        padding-bottom: 13.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan {
        border-radius: 20px;
        padding: 0 5%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan {
        padding-top: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan {
        padding-bottom: 10.6666666667vw;
    }
}
#lp-container .plan:not(.active) {
    display: none;
}
#lp-container .plan__head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#lp-container .plan__ttl {
    color: var(--color-red);
    border-bottom: 1px solid var(--color-red);
    font-size: 30px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan__ttl {
        font-size: 7.6923076923vw;
    }
}
#lp-container .plan__ttl {
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan__ttl {
        padding-bottom: 2.6666666667vw;
    }
}
#lp-container .plan__ttl {
    font-family: var(--font-noto);
    min-width: 153px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .plan__ttl {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan__ttl {
        font-size: 6.1538461538vw;
    }
}
#lp-container .plan__lead {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan__lead {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan__lead {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan__lead {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan__lead {
        font-size: 14px;
        text-align: center;
        margin-top: 12px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan__lead {
        font-size: 3.5897435897vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan__lead {
        margin-top: 3.2vw;
    }
}
#lp-container .plan-equ {
    display: flex;
    gap: 20px;
    max-width: 710px;
    margin: 0 auto;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ {
        margin-top: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ {
        flex-direction: column;
        gap: 10px;
    }
}
#lp-container .plan-equ__plus {
    background: url(/img/campaign/753/2026/ico_circle_plus.webp) no-repeat center center/100% auto;
    width: 44px;
    min-width: 44px;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ__plus {
        margin: 0 auto;
    }
}
#lp-container .plan-equ-box__label {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-equ-box__label {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan-equ-box__label {
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background-color: var(--color-red);
    border-radius: 50px;
    min-width: 160px;
    padding: 5px;
    height: 34px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__label {
        margin-bottom: 4vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__label {
        height: 24px;
        font-size: 14px;
        max-width: 240px;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-equ-box__label {
        font-size: 3.5897435897vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-equ-box__label {
        margin-bottom: 2.6666666667vw;
    }
}
#lp-container .plan-equ-box__main-price {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price {
        gap: 8px;
    }
}
#lp-container .plan-equ-box__main-price__cut {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-equ-box__main-price__cut {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan-equ-box__main-price__cut {
    line-height: 1.2;
    font-family: var(--font-noto);
    letter-spacing: -0.1em;
    background-color: var(--color-yellow);
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-weight: 700;
    width: 86px;
    min-width: 86px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price__cut {
        padding-bottom: 1.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price__cut {
        font-size: 14px;
        width: 50px;
        min-width: 50px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-equ-box__main-price__cut {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-equ-box__main-price__cut strong {
    font-size: 32px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-equ-box__main-price__cut strong {
        font-size: 8.2051282051vw;
    }
}
#lp-container .plan-equ-box__main-price__cut strong {
    letter-spacing: 0;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price__cut strong {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-equ-box__main-price__cut strong {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-equ-box__main-price ._1 {
    max-width: 315px;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-equ-box__main-price ._1 {
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price ._1 {
        width: 71%;
    }
}
#lp-container .plan-equ-box__main-price ._2 {
    max-width: 312px;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-equ-box__main-price ._2 {
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price ._2 {
        width: 71%;
    }
}
#lp-container .plan-equ-box__main-price ._3 {
    max-width: 311px;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-equ-box__main-price ._3 {
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__main-price ._3 {
        width: 71%;
    }
}
#lp-container .plan-equ-box__heading {
    color: var(--color-red);
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-equ-box__heading {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-equ-box__heading {
    line-height: 1;
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__heading {
        margin-bottom: 3.2vw;
    }
}
#lp-container .plan-equ-box__price {
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#lp-container .plan-equ-box__price-num {
    font-size: 35px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-equ-box__price-num {
        font-size: 8.9743589744vw;
    }
}
#lp-container .plan-equ-box__price-num {
    font-family: var(--font-outfit);
    line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-equ-box__price-num {
        font-size: 28.7px;
    }
}
#lp-container .plan-equ-box__price-unit {
    font-weight: 900;
    font-size: 15px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-equ-box__price-unit {
        font-size: 3.8461538462vw;
    }
}
#lp-container .plan-equ-box__price-unit {
    line-height: 1;
    text-align: center;
    font-family: var(--font-noto);
    padding-bottom: 6px;
    white-space: nowrap;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-equ-box__price-unit {
        font-size: 12.3px;
    }
}
#lp-container .plan-equ-box__price-unit small {
    display: block;
    text-align: center;
    font-size: 65%;
    letter-spacing: 0.05em;
    margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-equ-box__price-unit small {
        margin-bottom: 0.2666666667vw;
    }
}
#lp-container .plan-equ-box._1 {
    flex: 43;
}
#lp-container .plan-equ-box._2 {
    flex: 19;
}
#lp-container .plan-equ-box._2 .plan-equ-box__label {
    width: 100%;
}
#lp-container .plan-cont {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont {
        margin-top: 8vw;
    }
}
#lp-container .plan-cont._mt-sml {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont._mt-sml {
        margin-top: 2.6666666667vw;
    }
}
#lp-container .plan-cont:after {
    content: "";
    display: block;
    width: 108%;
    border-top: 4px dotted var(--color-red);
    margin: 0 -4%;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont:after {
        margin-top: 8vw;
    }
}
#lp-container .plan-cont__heading {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont__heading {
        margin-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont__heading {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-cont__heading {
        font-size: 3.5897435897vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-cont__heading {
        margin-bottom: 2.6666666667vw;
    }
}
#lp-container .plan-cont-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont-list {
        gap: 10px;
        width: 96%;
        margin: 0 auto;
    }
}
#lp-container .plan-cont-list li {
    text-align: center;
}
#lp-container .plan-cont-list li img {
    max-width: 60px;
}
#lp-container .plan-cont-list li p {
    font-weight: 700;
    font-size: 11px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-cont-list li p {
        font-size: 2.8205128205vw;
    }
}
#lp-container .plan-cont-list li p {
    line-height: 1;
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont-list li p {
        margin-top: 1.0666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-cont-list li p {
        margin-left: -5%;
        margin-right: -5%;
    }
}
#lp-container .plan-dtl {
    position: relative;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl {
        margin-top: 8vw;
    }
}
#lp-container .plan-dtl__ttl {
    font-weight: 700;
    color: #fff;
    background-color: var(--color-red);
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 32px;
    width: 160px;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__ttl {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan-dtl__ttl {
    margin: 0 auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__ttl {
        margin-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__ttl {
        max-width: 240px;
        width: 100%;
        height: 24px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-dtl__ttl {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-dtl__dates {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates {
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates + .caution-txt {
        text-align: center;
    }
}
#lp-container .plan-dtl__dates._1 {
    max-width: 690px;
}
#lp-container .plan-dtl__dates._2 {
    gap: 3px;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-dtl__dates._2 {
        margin-left: -2%;
        margin-right: -2%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 {
        flex-wrap: wrap;
        margin-top: -26px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 {
        margin-top: -6.9333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 .plan-dtl__dates-box {
        flex: inherit;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 .plan-dtl__dates-box .plan-dtl__dates-box__img._1 {
        width: 62%;
    }
}
#lp-container .plan-dtl__dates._2 .plan-dtl__dates-box:first-child {
    flex: 1.3;
}
@media screen and (min-width: 768px) {
    #lp-container .plan-dtl__dates._2 .plan-dtl__dates-box:first-child {
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 .plan-dtl__dates-box:first-child {
        order: 2;
        width: 49%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 .plan-dtl__dates-box:nth-child(2) {
        order: 3;
        width: 49%;
    }
}
#lp-container .plan-dtl__dates._2 .plan-dtl__dates-box:last-child {
    gap: 0;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._2 .plan-dtl__dates-box:last-child {
        order: 1;
        width: 100%;
    }
}
#lp-container .plan-dtl__dates._3 {
    max-width: 692px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates._3 .plan-dtl__dates-box:last-child {
        margin-left: -30px;
        flex: 1.3;
    }
}
#lp-container .plan-dtl__dates-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box {
        flex-direction: column;
    }
}
#lp-container .plan-dtl__dates-box__img {
    flex-shrink: 0;
}
#lp-container .plan-dtl__dates-box__img._1 {
    max-width: 123px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__img._1 {
        width: 80%;
    }
}
#lp-container .plan-dtl__dates-box__img._2 {
    max-width: 202px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__img._2 {
        width: 78%;
    }
}
#lp-container .plan-dtl__dates-box__img._3 {
    max-width: 105px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__img._3 {
        margin-bottom: -16px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__img._3 {
        margin-bottom: -4.2666666667vw;
    }
}
#lp-container .plan-dtl__dates-box__img._4 {
    max-width: 153px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__img._4 {
        margin-bottom: -24px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__img._4 {
        margin-bottom: -6.4vw;
    }
}
#lp-container .plan-dtl__dates-box__ttl {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__dates-box__ttl {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan-dtl__dates-box__ttl {
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__ttl {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-dtl__dates-box__ttl {
        font-size: 4.1025641026vw;
    }
}
#lp-container .plan-dtl__dates-box__price {
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__price {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__price {
        font-size: 14px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-dtl__dates-box__price {
        font-size: 3.5897435897vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__dates-box__price {
        margin-top: 1.3333333333vw;
    }
}
#lp-container .plan-dtl__prodcts {
    display: flex;
    justify-content: center;
    gap: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts {
        gap: 8px;
        flex-wrap: wrap;
    }
}
#lp-container .plan-dtl__prodcts__or {
    background: url(/img/campaign/753/2026/recplan_item_or.webp) no-repeat center center/100% auto;
    width: 50px;
    min-width: 50px;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts__or {
        width: 34px;
        min-width: 34px;
    }
}
#lp-container .plan-dtl__prodcts__row-inner {
    display: flex;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts__row-inner .plan-dtl__prodcts__or {
        margin-left: -2%;
        margin-right: -13%;
        background-position: 50% 44%;
    }
}
#lp-container .plan-dtl__prodcts-box {
    text-align: center;
}
#lp-container .plan-dtl__prodcts-box__img {
    margin: 0 auto;
}
#lp-container .plan-dtl__prodcts-box__img._1 {
    max-width: 155px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__img._1 {
        width: 82%;
        margin-top: -4%;
    }
}
#lp-container .plan-dtl__prodcts-box__img._2 {
    max-width: 210px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__img._2 {
        width: 83%;
    }
}
#lp-container .plan-dtl__prodcts-box__img._3 {
    max-width: 151px;
}
#lp-container .plan-dtl__prodcts-box__img._4 {
    max-width: 210px;
}
#lp-container .plan-dtl__prodcts-box__img._5 {
    max-width: 340px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__img._5 {
        width: 85%;
    }
}
#lp-container .plan-dtl__prodcts-box__ttl {
    font-size: 18px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__ttl {
        font-size: 4.6153846154vw;
    }
}
#lp-container .plan-dtl__prodcts-box__ttl {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__ttl {
        margin-top: 4vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__ttl {
        font-size: 16px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__ttl {
        font-size: 4.1025641026vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__ttl {
        margin-top: 1.3333333333vw;
    }
}
#lp-container .plan-dtl__prodcts-box__ttl._bigger {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__ttl._bigger {
        font-size: 6.1538461538vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__ttl._bigger {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__ttl._bigger {
        font-size: 4.1025641026vw;
    }
}
#lp-container .plan-dtl__prodcts-box__cat {
    background-color: rgb(from var(--color-bg-red) r g b/.35);
    color: var(--color-red);
    font-weight: 700;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__cat {
        font-size: 3.5897435897vw;
    }
}
#lp-container .plan-dtl__prodcts-box__cat {
    line-height: 1;
    padding: 5px 10px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__cat {
        margin-top: 4vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__cat {
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__cat {
        margin-top: 1.3333333333vw;
    }
}
#lp-container .plan-dtl__prodcts-box__price {
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__price {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__price {
        margin-bottom: 1.3333333333vw;
    }
}
#lp-container .plan-dtl__prodcts-box__price:before {
    content: "＋";
}
#lp-container .plan-dtl__prodcts-box__price-num {
    font-size: 36px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__price-num {
        font-size: 9.2307692308vw;
    }
}
#lp-container .plan-dtl__prodcts-box__price-num {
    font-family: var(--font-outfit);
    line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-dtl__prodcts-box__price-num {
        font-size: 29.52px;
    }
}
#lp-container .plan-dtl__prodcts-box__price-unit {
    font-weight: 900;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .plan-dtl__prodcts-box__price-unit {
        font-size: 5.1282051282vw;
    }
}
#lp-container .plan-dtl__prodcts-box__price-unit {
    line-height: 1;
    text-align: center;
    font-family: var(--font-noto);
    padding-bottom: 8px;
    white-space: nowrap;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
    #lp-container .plan-dtl__prodcts-box__price-unit {
        font-size: 16.4px;
    }
}
#lp-container .plan-dtl__prodcts-box__price-unit small {
    display: block;
    text-align: center;
    font-size: 65%;
    letter-spacing: 0.05em;
    margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box__price-unit small {
        margin-bottom: 0.2666666667vw;
    }
}
#lp-container .plan-dtl__prodcts-box__price-unit {
    margin-left: -6px;
}
#lp-container .plan-dtl__prodcts-box__price-unit small {
    font-size: 55%;
}
#lp-container .plan-dtl__prodcts-box._option {
    background-color: rgb(from var(--color-bg-red) r g b/.35);
    border-radius: 10px;
    width: 36%;
    padding: 0 2%;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box._option {
        padding-top: 5.3333333333vw;
    }
}
#lp-container .plan-dtl__prodcts-box._option {
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box._option {
        padding-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box._option {
        width: 89%;
    }
}
#lp-container .plan-dtl__prodcts-box._option .plan-dtl__prodcts-box__ttl {
    margin-top: 0;
}
#lp-container .plan-dtl__prodcts-box._option .plan-dtl__prodcts-box__cat {
    background-color: #fff;
    color: var(--color-base);
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-dtl__prodcts-box._option .plan-dtl__prodcts-box__cat {
        margin-top: 1.8666666667vw;
    }
}
#lp-container .plan-btm-ckecks {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .plan-btm-ckecks {
        margin-top: 8vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .plan-btm-ckecks {
        padding: 0 4%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .plan-btm-ckecks {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .plan-btm-ckecks {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .plan-btm-ckecks .check-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .plan-btm-ckecks .check-list li {
        width: calc(50% - 30px);
    }
}
@media screen and (min-width: 768px) {
    #lp-container .plan-btm-ckecks .check-list li:nth-child(2n) {
        width: 50%;
    }
}
#lp-container .recbox {
    max-width: 800px;
    border-radius: 20px;
    background-color: #faf7f5;
    margin: 0 auto;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox {
        margin-top: 13.3333333333vw;
    }
}
#lp-container .recbox {
    padding: 0 5%;
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox {
        padding-top: 10.6666666667vw;
    }
}
#lp-container .recbox {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox {
        padding-bottom: 10.6666666667vw;
    }
}
#lp-container .recbox {
    position: relative;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox {
        width: 93%;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .recbox {
        padding-bottom: 8vw;
    }
}
#lp-container .recbox:before {
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    border: 15px solid transparent;
    border-bottom: 25px solid #faf7f5;
    top: 0;
    transform: translateY(-99%);
}
#lp-container .recbox._top:before {
    content: "";
}
#lp-container .recbox__head {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox__head {
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .recbox__head {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .recbox__head {
        margin-bottom: 6.6666666667vw;
    }
}
#lp-container .recbox__head:after,
#lp-container .recbox__head:before {
    content: "";
    display: block;
    width: 6px;
    height: 34px;
    background-color: var(--color-red);
    border-radius: 10px;
}
#lp-container .recbox__head:before {
    transform: rotate(-30deg);
}
#lp-container .recbox__head:after {
    transform: rotate(30deg);
}
#lp-container .recbox__ttl {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .recbox__ttl {
        font-size: 5.1282051282vw;
    }
}
#lp-container .recbox__ttl {
    line-height: 1.2;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox__ttl ._sp-sml {
        font-size: 14px;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .recbox__ttl ._sp-sml {
        font-size: 3.5897435897vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .recbox__ttl._sp-sml {
        font-size: 18px;
        margin: 0 -5%;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .recbox__ttl._sp-sml {
        font-size: 4.6153846154vw;
    }
}
#lp-container .recbox__row {
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .recbox__row {
        flex-direction: column;
        gap: 26px;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .recbox__img {
        width: 21%;
    }
}
#lp-container .recbox__heading {
    color: var(--color-red);
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .recbox__heading {
        font-size: 5.1282051282vw;
    }
}
#lp-container .recbox__heading {
    line-height: 1.5;
}
#lp-container .recbox__body {
    flex: 1;
}
#lp-container .recbox__body p {
    line-height: 1.8;
}
#lp-container .rental-first {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first {
        margin-top: 13.3333333333vw;
    }
}
#lp-container .rental-first {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first {
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first {
        flex-wrap: wrap;
        gap: 0 10px;
    }
}
#lp-container .rental-first-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bg-yellow);
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    #lp-container .rental-first-box {
        max-width: 130px;
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box {
        width: calc((100% - 20px) / 3);
        aspect-ratio: 1/1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box:nth-child(1) {
        order: 1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box:nth-child(2) {
        order: 5;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box:nth-child(3) {
        order: 3;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box:nth-child(4) {
        order: 4;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box:nth-child(5) {
        order: 2;
    }
}
#lp-container .rental-first-box p {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-first-box p {
        font-size: 5.1282051282vw;
    }
}
#lp-container .rental-first-box p {
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-first-box p {
        font-size: 3.5897435897vw;
    }
}
#lp-container .rental-first-box p ._bigger {
    font-family: var(--font-outfit);
    font-size: 40px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-first-box p ._bigger {
        font-size: 10.2564102564vw;
    }
}
#lp-container .rental-first-box p ._bigger {
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-first-box p ._bigger {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-first-box p ._bigger {
        font-size: 8.2051282051vw;
    }
}
#lp-container .rental-pl-tabs {
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl-tabs {
        gap: 5px;
    }
}
#lp-container .rental-pl-tabs-tab {
    border: 3px solid var(--color-red);
    border-bottom: 0;
    background-color: var(--color-bg-red);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--color-red);
    font-weight: 700;
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-pl-tabs-tab {
        font-size: 6.1538461538vw;
    }
}
#lp-container .rental-pl-tabs-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    transition: ease-out 0.2s background;
    flex: 1;
    height: 57px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl-tabs-tab {
        font-size: 18px;
        height: 50px;
        padding-top: 3px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl-tabs-tab {
        font-size: 4.6153846154vw;
    }
}
#lp-container .rental-pl-tabs-tab.current {
    background-color: var(--color-red);
    color: #fff;
}
@media screen and (min-width: 768px) {
    #lp-container .rental-pl-tabs-tab:not(.current):hover {
        background-color: rgba(from var(--color-red) r g b/.4);
    }
}
#lp-container .rental-pl-wrap {
    border: 3px solid var(--color-red);
}
#lp-container .rental-pl {
    padding: 0 9%;
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl {
        padding-top: 10.6666666667vw;
    }
}
#lp-container .rental-pl {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl {
        padding-bottom: 10.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl {
        padding: 0 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .rental-pl {
        padding-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .rental-pl {
        padding-bottom: 5.3333333333vw;
    }
}
#lp-container .rental-pl:not(.active) {
    display: none;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__txt {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__txt {
        font-size: 3.8461538462vw;
    }
}
#lp-container .rental-pl__table {
    max-width: 590px;
    width: 100%;
    border: 1px solid var(--color-red);
    margin: 0 auto;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table {
        margin-top: 5.3333333333vw;
    }
}
#lp-container .rental-pl__table .col0 {
    width: 200px;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table .col0 {
        width: 250px;
    }
}
#lp-container .rental-pl__table .col1 {
    width: 200px;
}
#lp-container .rental-pl__table td,
#lp-container .rental-pl__table th {
    border: 1px solid var(--color-red);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
#lp-container .rental-pl__table th {
    background-color: var(--color-red);
    color: #fff;
}
#lp-container .rental-pl__table thead th {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-pl__table thead th {
        font-size: 6.1538461538vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table thead th {
        font-size: 16px;
        padding: 2px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__table thead th {
        font-size: 4.1025641026vw;
    }
}
#lp-container .rental-pl__table thead th:not(:last-child) {
    border-right-color: #fff;
}
#lp-container .rental-pl__table thead th._sml {
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-pl__table thead th._sml {
        font-size: 4.1025641026vw;
    }
}
#lp-container .rental-pl__table thead th._sml {
    border-bottom-color: #fff;
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table thead th._sml {
        font-size: 12px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__table thead th._sml {
        font-size: 3.0769230769vw;
    }
}
#lp-container .rental-pl__table tbody tr:not(:last-child) th {
    border-bottom-color: #fff;
}
#lp-container .rental-pl__table tbody th {
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-pl__table tbody th {
        font-size: 5.1282051282vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table tbody th {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__table tbody th {
        font-size: 3.5897435897vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table tbody th._sp-sml {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__table tbody th._sp-sml {
        font-size: 3.0769230769vw;
    }
}
#lp-container .rental-pl__table tbody td {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-pl__table tbody td {
        font-size: 6.1538461538vw;
    }
}
#lp-container .rental-pl__table tbody td {
    font-family: var(--font-arial);
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table tbody td {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__table tbody td {
        font-size: 4.1025641026vw;
    }
}
#lp-container .rental-pl__table tbody td small {
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .rental-pl__table tbody td small {
        font-size: 4.1025641026vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rental-pl__table tbody td small {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .rental-pl__table tbody td small {
        font-size: 3.0769230769vw;
    }
}
#lp-container .costume-first {
    max-width: 731px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .costume-first {
        margin-bottom: -20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .costume-first {
        margin-bottom: -5.3333333333vw;
    }
}
#lp-container .costume-option-list {
    display: flex;
    gap: 30px;
    justify-content: center;
    max-width: 646px;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #lp-container .costume-option-list {
        gap: 20px 15px;
        flex-wrap: wrap;
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .costume-option-list + .caution-txt {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .costume-option-list + .caution-txt {
        margin-top: 8vw;
    }
}
#lp-container .costume-option-list li {
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .costume-option-list li {
        width: calc((100% - 30px) / 3);
    }
}
#lp-container .costume-option-list li p {
    font-weight: 700;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .costume-option-list li p {
        font-size: 3.5897435897vw;
    }
}
#lp-container .costume-option-list li p {
    margin: 0 -2%;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    #lp-container .costume-option-list li p {
        margin-top: 2.1333333333vw;
    }
}
#lp-container .sec-cta {
    padding-top: 120px;
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta {
        padding-top: 32vw;
    }
}
#lp-container .sec-cta {
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta {
        padding-bottom: 32vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .sec-cta {
        padding-top: 16vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .sec-cta {
        padding-bottom: 18.6666666667vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta .section__head {
        display: none;
    }
}
#lp-container .sec-cta .campaign-cta {
    border: 0;
    padding: 0;
    max-width: 820px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta .campaign-cta {
        width: 88%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta .campaign-cta__apply {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .sec-cta .campaign-cta .caution-acco {
        margin-left: -1%;
        margin-right: -1%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .sec-cta .campaign-cta .caution-acco {
        margin-top: 8vw;
    }
}
#lp-container .gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 0 auto;
    width: 90%;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery {
        gap: 14px;
    }
}
#lp-container .gallery.close {
    height: calc(45vw - 10px);
    max-height: 620px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery.close {
        height: 90vw;
    }
}
#lp-container .gallery-item {
    width: calc((100% - 60px) / 4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery-item {
        width: calc((100% - 14px) / 2);
    }
}
#lp-container .gallery-item:after {
    content: "";
    display: block;
    background: url(/img/campaign/753/2026/ico_zoom.webp) no-repeat center center/100% auto;
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
}
#lp-container .gallery-item img {
    border-radius: 10px;
    display: block;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.6s transform, ease-out 0.3s opacity;
}
@media screen and (min-width: 768px) {
    #lp-container .gallery-item:hover img {
        opacity: 0.7;
        transform: scale(1.1);
    }
}
#lp-container .gallery-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery-more {
        margin-top: 5.3333333333vw;
    }
}
#lp-container .gallery-more {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery-more {
        margin-bottom: 5.3333333333vw;
    }
}
#lp-container .gallery-more-btn {
    width: 213px;
    height: 46px;
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .gallery-more-btn {
        font-size: 4.1025641026vw;
    }
}
#lp-container .gallery-more-btn {
    border-radius: 10px;
    box-shadow: 0 3px 0 0 var(--color-red);
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    user-select: none;
}
#lp-container .gallery-more-btn:after {
    content: "";
    display: block;
    background: url(/img/campaign/753/2026/ico_search.webp) no-repeat center center/100% auto;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
@media screen and (min-width: 768px) {
    #lp-container .gallery-more-btn:hover {
        transform: translateY(3px);
        box-shadow: 0 0 0 0 var(--color-red);
    }
}
#lp-container .gallery-more-btn.open {
    color: #fff;
}
#lp-container .gallery-more-btn.open:before {
    content: "閉じる";
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    #lp-container .gallery-more-btn.open:before {
        font-size: 4.1025641026vw;
    }
}
#lp-container .gallery-more-btn.open:before {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--color-red);
}
#lp-container .gallery-modal {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
#lp-container .gallery-modal__bg {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
#lp-container .gallery-modal__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: relative;
    z-index: 1;
}
#lp-container .gallery-modal__main {
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery-modal__main {
        margin-top: -5.3333333333vw;
    }
}
#lp-container .gallery-modal__main {
    pointer-events: auto;
}
#lp-container .gallery-modal__close {
    width: 40px;
    height: 40px;
    border: 3px solid #333;
    border-radius: 50%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery-modal__close {
        margin-bottom: 2.6666666667vw;
    }
}
#lp-container .gallery-modal__close {
    cursor: pointer;
    pointer-events: auto;
}
#lp-container .gallery-modal__close:after,
#lp-container .gallery-modal__close:before {
    content: "";
    display: block;
    width: 3px;
    height: 70%;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
#lp-container .gallery-modal__close:before {
    transform: rotate(45deg);
}
#lp-container .gallery-modal__close:after {
    transform: rotate(-45deg);
}
#lp-container .gallery-modal__img-wrap {
    max-width: 1000px;
    aspect-ratio: 2000/1334;
    position: relative;
    max-height: 80vh;
    width: 80vw;
}
@media screen and (max-width: 767px) {
    #lp-container .gallery-modal__img-wrap {
        aspect-ratio: 1334/2000;
    }
}
#lp-container .gallery-modal__img {
    width: 100%;
    height: 100%;
}
#lp-container .gallery-modal__img img {
    height: 100%;
    object-fit: contain;
}
#lp-container .gallery-modal .slide-nav__next,
#lp-container .gallery-modal .slide-nav__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: auto;
}
#lp-container .gallery-modal .slide-nav__next.disabled,
#lp-container .gallery-modal .slide-nav__prev.disabled {
    opacity: 0;
    pointer-events: none;
}
#lp-container .gallery-modal .slide-nav__next,
#lp-container .gallery-modal .slide-nav__prev {
    width: 40px;
    height: 40px;
}
#lp-container .gallery-modal .slide-nav__prev {
    left: 0;
    transform: translateX(-50%);
    background-image: url(/img/campaign/753/2026/ico_arrow_l_big.webp);
    width: 40px;
    height: 40px;
}
#lp-container .gallery-modal .slide-nav__next {
    right: 0;
    transform: translateX(50%);
    background-image: url(/img/campaign/753/2026/ico_arrow_r_big.webp);
}
@media screen and (max-width: 767px) {
    #lp-container .voice__slide {
        margin: 0 -5vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .voice__slide .swiper-wrapper {
        display: flex;
        gap: 30px;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .voice__slide .slide-nav {
        display: none;
    }
}
#lp-container .voice-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 0 2%;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .voice-card {
        padding-top: 5.3333333333vw;
    }
}
#lp-container .voice-card {
    padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
    #lp-container .voice-card {
        padding-bottom: 6.6666666667vw;
    }
}
#lp-container .voice-card {
    height: auto;
}
@media screen and (min-width: 768px) {
    #lp-container .voice-card {
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .voice-card {
        padding: 0 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .voice-card {
        padding-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .voice-card {
        padding-bottom: 5.3333333333vw;
    }
}
#lp-container .voice-card__head {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: flex-end;
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    #lp-container .voice-card__head {
        margin-bottom: 3.2vw;
    }
}
#lp-container .voice-card__head img {
    max-width: 77px;
}
#lp-container .voice-card__head-name {
    font-size: 15px;
}
@media screen and (max-width: 500px) {
    #lp-container .voice-card__head-name {
        font-size: 3.8461538462vw;
    }
}
#lp-container .voice-card__head-name {
    line-height: 1;
}
#lp-container .voice-card p {
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
    #lp-container .voice-card p {
        font-size: 15px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .voice-card p {
        font-size: 3.8461538462vw;
    }
}
#lp-container .payments {
    max-width: 704px;
    margin: 0 auto;
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    #lp-container .payments {
        margin-top: 18.6666666667vw;
    }
}
#lp-container .payments__ttl {
    font-size: 28px;
}
@media screen and (max-width: 500px) {
    #lp-container .payments__ttl {
        font-size: 7.1794871795vw;
    }
}
#lp-container .payments__ttl {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .payments__ttl {
        margin-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .payments__ttl {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .payments__ttl {
        font-size: 4.6153846154vw;
    }
}
#lp-container .payments__list {
    display: flex;
    justify-content: center;
    gap: 15px;
}
@media screen and (max-width: 767px) {
    #lp-container .payments__list {
        flex-wrap: wrap;
        gap: 0 10px;
        width: 84%;
        margin: 0 auto;
    }
}
#lp-container .payments__list li {
    text-align: center;
}
@media screen and (max-width: 767px) {
    #lp-container .payments__list li {
        width: calc((100% - 20px) / 3);
    }
}
#lp-container .payments__list li img {
    max-width: 125px;
}
#lp-container .payments__list li p {
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    #lp-container .payments__list li p {
        margin-top: 1.8666666667vw;
    }
}
#lp-container .payments__list li p {
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #lp-container .payments__list li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .payments__list li p {
        font-size: 3.5897435897vw;
    }
}
#lp-container .payments + .caution-wrap {
    margin: 0 auto;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .payments + .caution-wrap {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (min-width: 768px) {
    #lp-container .payments + .caution-wrap {
        width: 704px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .payments + .caution-wrap {
        width: 92%;
    }
}
#lp-container .step {
    max-width: 940px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    #lp-container .step {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    #lp-container .step {
        margin-bottom: 13.3333333333vw;
    }
}
#lp-container .step-card {
    background-color: #fff;
    padding: 0 20px;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card {
        padding-top: 5.3333333333vw;
    }
}
#lp-container .step-card {
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card {
        padding-bottom: 5.3333333333vw;
    }
}
#lp-container .step-card {
    position: relative;
}
#lp-container .step-card__head {
    padding-top: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card__head {
        margin-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .step-card__head {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .step-card__head {
        margin-bottom: 2.6666666667vw;
    }
}
#lp-container .step-card__ttl {
    font-size: 28px;
}
@media screen and (max-width: 500px) {
    #lp-container .step-card__ttl {
        font-size: 7.1794871795vw;
    }
}
#lp-container .step-card__ttl {
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    gap: 10px;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card__ttl {
        font-size: 20px;
        gap: 8px;
    }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
    #lp-container .step-card__ttl {
        font-size: 5.1282051282vw;
    }
}
#lp-container .step-card__ttl-num {
    max-width: 56px;
    display: block;
    margin-top: -10px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card__ttl-num {
        width: 14%;
    }
}
#lp-container .step-card__icon {
    max-width: 86px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card__icon {
        width: 18%;
    }
}
#lp-container .step-card p {
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card p {
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .step-card p strong {
        margin-bottom: 4px;
        display: inline-block;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .step-card p strong {
        margin-bottom: 1.0666666667vw;
    }
}
#lp-container .step-card p + p {
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-card p + p {
        margin-top: 2.4vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .step-card p + p {
        margin-top: 7px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .step-card p + p {
        margin-top: 1.8666666667vw;
    }
}
#lp-container .step-arrow {
    background: url(/img/campaign/753/2026/ico_arrow_down.webp) no-repeat center center/100% auto;
    width: 29px;
    height: 39px;
    margin: 0 auto;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-arrow {
        margin-top: 2.6666666667vw;
    }
}
#lp-container .step-arrow {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .step-arrow {
        margin-bottom: 2.6666666667vw;
    }
}
#lp-container .faq-wrap {
    max-width: 940px;
    margin: 0 auto;
}
#lp-container .faq {
    border-radius: 10px;
    overflow: hidden;
}
#lp-container .faq__cr {
    width: 24px;
    height: 24px;
    background-color: var(--color-red);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform;
}
#lp-container .faq__cr:after,
#lp-container .faq__cr:before {
    content: "";
    display: block;
    width: 4px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: ease-out 0.14s opacity;
}
#lp-container .faq__cr:before {
    transform: rotate(90deg);
}
#lp-container .faq__a,
#lp-container .faq__q {
    position: relative;
    padding-left: 50px;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .faq__a,
    #lp-container .faq__q {
        padding-top: 5.3333333333vw;
    }
}
#lp-container .faq__a,
#lp-container .faq__q {
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .faq__a,
    #lp-container .faq__q {
        padding-bottom: 5.3333333333vw;
    }
}
#lp-container .faq__a p,
#lp-container .faq__q p {
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .faq__a p,
    #lp-container .faq__q p {
        font-size: 3.5897435897vw;
    }
}
#lp-container .faq__a:before,
#lp-container .faq__q:before {
    display: block;
    font-family: var(--font-noto);
    color: var(--color-red);
    font-weight: 700;
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #lp-container .faq__a:before,
    #lp-container .faq__q:before {
        font-size: 6.1538461538vw;
    }
}
#lp-container .faq__a:before,
#lp-container .faq__q:before {
    line-height: 1;
    position: absolute;
    top: 16px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .faq__a:before,
    #lp-container .faq__q:before {
        top: 14px;
    }
}
#lp-container .faq__q {
    padding-right: 70px;
    transition: ease-out 0.2s background;
    cursor: pointer;
}
#lp-container .faq__q:before {
    content: "Q";
}
#lp-container .faq__q p {
    font-weight: 700;
}
#lp-container .faq__q.open {
    background-color: #fdeef4;
}
#lp-container .faq__q.open .faq__cr {
    transform: rotate(90deg);
}
#lp-container .faq__q.open .faq__cr:before {
    opacity: 0;
}
#lp-container .faq__a {
    display: none;
    padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
    #lp-container .faq__a {
        padding-bottom: 6.6666666667vw;
    }
}
#lp-container .faq__a:before {
    content: "A";
}
#lp-container .faq__a p a {
    color: var(--color-red);
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    #lp-container .faq__a p a:hover {
        text-decoration: none;
    }
}
#lp-container .stores {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .stores {
        margin-top: 5.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .stores {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .stores {
        margin-bottom: 10.6666666667vw;
    }
}
#lp-container .stores__col {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .stores__col {
        gap: 5px;
    }
}
#lp-container .stores__col + .stores__col {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    #lp-container .stores__col + .stores__col {
        margin-top: 4vw;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .stores__col + .stores__col {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .stores__col + .stores__col {
        margin-top: 5.3333333333vw;
    }
}
#lp-container .stores__area-name {
    background-color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .stores__area-name {
        font-size: 3.5897435897vw;
    }
}
#lp-container .stores__area-name {
    font-weight: 700;
    line-height: 1;
    padding-top: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .stores__area-name {
        padding-top: 1.3333333333vw;
    }
}
#lp-container .stores__area-name {
    padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
    #lp-container .stores__area-name {
        padding-bottom: 1.3333333333vw;
    }
}
#lp-container .stores__area-name {
    width: 70px;
    min-width: 70px;
    text-align: center;
}
#lp-container .stores__area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 0;
}
@media screen and (max-width: 767px) {
    #lp-container .stores__area-list {
        padding-top: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    #lp-container .stores__area-list {
        padding-top: 1.3333333333vw;
    }
}
#lp-container .stores__area-list li {
    padding: 0 10px;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .stores__area-list li {
        font-size: 3.5897435897vw;
    }
}
#lp-container .stores__area-list li {
    line-height: 1;
    position: relative;
}
#lp-container .stores__area-list li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: #3c3c3c;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#lp-container .stores__area-list li a {
    color: #0070c9;
    text-decoration: underline;
}
#lp-container .stores__area-list li a:hover {
    text-decoration: none;
}
#lp-container .stores__area-list li .nolink {
    color: #dcdcdc;
}
#lp-container .rec-column {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    #lp-container .rec-column {
        margin-top: 21.3333333333vw;
    }
}
#lp-container .rec-column {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    #lp-container .rec-column .swiper-wrapper {
        display: flex;
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    #lp-container .rec-column {
        margin-left: -5vw;
        margin-right: -5vw;
    }
}
#lp-container .rec-column-card {
    border: 2px solid var(--color-red);
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    #lp-container .rec-column-card {
        flex: 1;
    }
}
#lp-container .rec-column-card a {
    display: block;
    position: relative;
}
#lp-container .rec-column-card a:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: ease-out 0.2s opacity;
}
@media screen and (min-width: 768px) {
    #lp-container .rec-column-card a:hover:before {
        opacity: 1;
    }
}
#lp-container .rec-column-card__img {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#lp-container .rec-column-card__body {
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .rec-column-card__body {
        padding-top: 2.6666666667vw;
    }
}
#lp-container .rec-column-card__body {
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #lp-container .rec-column-card__body {
        padding-bottom: 2.6666666667vw;
    }
}
#lp-container .rec-column-card__ttl {
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    #lp-container .rec-column-card__ttl {
        font-size: 3.5897435897vw;
    }
}
#lp-container .rec-column-card__ttl {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    position: relative;
    max-width: 208px;
    width: 90%;
    margin: 0 auto;
    color: var(--color-red);
    padding-right: 18px;
}
@media screen and (max-width: 767px) {
    #lp-container .rec-column-card__ttl {
        max-width: none;
        width: fit-content;
        padding-right: 30px;
    }
}
#lp-container .rec-column-card__ttl:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/img/campaign/753/2026/ico_arrow_red.webp) no-repeat center center/100% auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#lp-container .costume-list {
    background-color: #e0e0e0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    #lp-container .costume-list {
        font-size: 5.1282051282vw;
    }
}
#lp-container .costume-list {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #lp-container .costume-list {
        margin-top: 10.6666666667vw;
    }
}
#lp-container .costume-list {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #lp-container .costume-list {
        margin-bottom: 5.3333333333vw;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes intro_loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@-moz-keyframes intro_loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes intro_loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
#lp-container .intro-loop span {
    -webkit-animation: intro_loop 36s linear infinite;
    -moz-animation: intro_loop 36s linear infinite;
    animation: intro_loop 36s linear infinite;
}
.breadcrumbs {
    background-color: #f4f4f4;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        background: 0 0;
    }
}
.breadcrumbs-list {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
.breadcrumbs-item {
    display: inline;
    line-height: 1.3;
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    .breadcrumbs-item {
        font-size: 3.0769230769vw;
    }
}
.breadcrumbs-item {
    position: relative;
}
@media screen and (min-width: 768px) {
    .breadcrumbs-item {
        font-size: 12px;
    }
}
.breadcrumbs-item:after {
    content: "＞";
    margin: 0 3px 0 5px;
}
@media screen and (max-width: 767px) {
    .breadcrumbs-item:after {
        margin-right: 0;
        margin-left: 4px;
    }
}
.breadcrumbs-item--current {
    font-weight: 700;
}
.breadcrumbs-item--current:after {
    content: none;
}
.go-to-top {
    bottom: 130px;
}
@media screen and (max-width: 767px) {
    .go-to-top {
        bottom: 86px;
    }
}
.stick-ft.sm {
    display: none !important;
}

@media (min-width: 767px) {
  .list-recommend.four-item .clearfix .item:nth-child(n+9) {
      display: none;
  }
}

@media (max-width: 766px) {
  .list-recommend .item.item-dress {
    width: 50%;
  }
}

