﻿.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 828px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

* {
    font-family: 'Noto Sans JP', sans-serif;
}

.g-brand-search-area.g-sec {
    background: #fff !important;
}

.g-cont-inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

.g-common-head {
    text-align: center;
}

.g-common-head h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.g-common-head h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.g-brand-search-list-inner {
    margin: 26px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 17px 17px;
}

.g-brand-search-list-inner li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    background: #fff;
    border-radius: 8px;
}

.g-common-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 320px;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    background: #000;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.g-common-btn a:after {
    position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    border-radius: 1px;
    transform: translate(0, -50%) rotate(-45deg);
}

.g-sec {
    padding: 100px 0;
}

.g-common-tab {
    display: flex;
    width: 500px;
    margin: 20px auto 0;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 4px;
}

.sec-category .g-common-tab {
    width: 746px;
}

.g-common-tab .g-common-tab-item.active {
    background: #FF0000;
    color: #fff;
    font-weight: 600;
}

.g-common-tab .g-common-tab-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-radius: 5px;
    min-height: 32px;
    cursor: pointer;
    padding: 0px 1px;
    font-size: 14px;
    font-weight: 400;
}

.g-common-tab .g-common-tab-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-radius: 5px;
    min-height: 32px;
    cursor: pointer;
    padding: 0px 1px;
    font-size: 14px;
    font-weight: 400;
}

.g-common-tab-label.active,
.u-tab-panel.active {
    display: block;
}

.g-common-tab-label,
.u-tab-panel {
    display: none;
}

.g-common-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px 25px;
}

.g-common-category-list li {
    width: calc(100% / 7 - 22px);
    min-width: 140px;
}

.g-common-category-list li a {
    text-decoration: none;
}

.g-common-category-list li img {
    border-radius: 8px;
}

.g-common-category-list li span {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    text-align: center;
}

.g-common-tab-content {
    margin-top: 30px;
}

.g-common-btn {
    margin-top: 38px;
    width: 100%;
}

.renewal-cp_hr {
    background-image: url(/cms/pages/cp20260306/img/line.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(280 / 1660 * 100vw);
    border: none;
}

.renewal-cp_inner {
    background-image: url(/cms/pages/cp20260306/img/bg.png);
    background-color: #1D90CA;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.renewal-cp_inner.second {
    background-image: none;
}

.renewal-cp_mv {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    z-index: 1;
}

.renewal-cp_mv-bg {
    position: relative;
    padding: 40px 0;
    width: 100%;
}

.renewal-cp_mv-bg>.circle01 {
    width: calc(800 / 1660 * 100vw);
    max-width: 800px;
    top: 0;
}

.renewal-cp_contents {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 90px 0;
    border-bottom: 2px dotted #fff;
}

.renewal-cp_contents.linkWrap {
    border: none;
    padding: 90px 0 60px;
}

.renewal-cp_contents.campaingn {
    border: none;
    padding: 90px 0 0;
}

.renewal-cp_contents .sec-title {
    font-size: 40px;
    font-weight: bold;
    color: #fef100;
    margin: 0 auto 24px;
    text-align: center;
}

.sec-brand-search .g-brand-search-area.g-sec {
    padding-top: 0;
}

.sec-sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.renewal-cp_contents.third {
    position: relative;
}

.renewal-cp_contents.third .comment {
    position: absolute;
    top: 70px;
}

.renewal-cp_contents.campaingn .sec-title {
    margin: 0 auto !important;
}

.sec-title.title01 {
    width: 240px;
}

.renewal-cp_contents .sec-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.renewal-cp_link-btn {
    position: relative;
    width: 400px;
    display: block;
    background-color: #fff;
    padding: 13px;
    margin: 20px auto;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.renewal-cp_link-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/cms/pages/cp20260306/img/arrow_b.png);
}

.renewal-cp_link-btn div {
    font-size: 16px;
    font-weight: bold;
}

.renewal-cp_contents .sec-imgeArea {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    text-align: center;
    padding: 50px;
    background-color: rgba(0, 62, 162, 0.4);
    border-radius: 10px;
}

.renewal-cp_contents .sec-imgeArea img {
    width: 500px;
}

.renewal-cp_contents .sec-imgeArea .sec-imgeArea_title {
    color: #FFFF00;
    font-size: 20px;
    margin-bottom: 6px;
}

.renewal-cp_contents .sec-imgeArea .sec-imgeArea_text {
    color: #fff;
    font-size: 18px;
}

.renewal-cp_link-btn_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.renewal-cp_link-btn_wrap .link {
    width: 50%;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
    cursor: pointer;
}

.renewal-cp_link-btn_wrap .link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/cms/pages/cp20260306/img/arrow_w.png);
}

.renewal-cp_link-btn_wrap .link.page::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(270deg);
    background-image: url(/cms/pages/cp20260306/img/arrow_w.png);
}

.renewal-cp_contents .storeLinks {
    width: 900px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.renewal-cp_contents .storeLinks a {
    position: relative;
    display: block;
    width: 290px;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0 15px;
    text-align: center;
}

.renewal-cp_contents .storeLinks a {
    padding: 27px 0 15px;
}

.renewal-cp_contents .storeLinks a p {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
}

.renewal-cp_campaign-wrap {
    display: flex;
    /* justify-content: stretch; */
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.renewal-cp_campaign-item {
    width: 270px;
}

.renewal-cp_campaign-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.renewal-cp_campaign-item p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.renewal-cp_pagenav {
    text-align: center;
}

.renewal-cp_pagenav-inner {
    width: 900px;
    margin: auto;
}

.renewal-cp_pagenav h2 {
    width: 434px;
    margin: 0 auto 40px;
    position: relative;
}

.renewal-cp_pagenav h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 59px;
    background: url(/cms/pages/cp20260306/img/icon-cart.png) left center no-repeat;
    background-size: 78.5px 58.5px;
}

.renewal-cp_pagenav h2 .midashi {
    display: block;
    text-align: center;
    padding-left: 83px;
    font-size: 20px;
    font-weight: bold;
    color: #EA0B29;
}

.renewal-cp_pagenav h2 .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.renewal-cp_pagenav .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.renewal-cp_pagenav .link a {
    text-decoration: underline;
}

@media screen and (min-width: 827px) {

    .renewal-cp_pagenav .page-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 792px;
        margin: 60px auto 0;
    }


    .renewal-cp_pagenav .page-nav li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 198px;
        text-align: center;
        font-size: 16px;
        border-right: 1px solid #CCCCCC;
        margin: 0 0 20px 0;
    }

    .renewal-cp_pagenav .page-nav li:last-child {
        border-right: none;
    }

    .renewal-cp_pagenav .page-nav li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70px;
        color: #000000;
    }

    .renewal-cp_zaiko .zaiko-list li:nth-child(1)::after {
        position: absolute;
        top: 405px;
        right: -60px;
        content: "";
        width: 26px;
        aspect-ratio: 1 / 2;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #E0D066;
    }
}

.renewal-cp_zaiko {
    width: 100%;
}

.renewal-cp_zaiko .zaiko-list {
    width: 996px;
    margin: 39px auto 20px;
    display: flex;
    justify-content: space-between
}

.renewal-cp_zaiko .zaiko-list li {
    width: 454px;
}

.renewal-cp_zaiko .zaiko-list li:nth-child(1) {
    position: relative;
}

.desc {
    width: 960px;
    margin: auto;
}

.desc li {
    font-size: 14px;
}

.renewal-cp_caution {
    max-width: 1140px;
    margin: 80px auto 100px;
    padding: 45px 0;
    border: #000000 1px solid;
}

.renewal-cp_caution h2 {
    text-align: center;
    margin-bottom: 2.0em;
    font-size: 18px;
    font-weight: bold;
}

.renewal-cp_caution h3 {
    width: 760px;
    margin: 20px auto 0;
    font-weight: bold;
}

.renewal-cp_caution .desc {
    width: 760px;
    text-indent: -1.0em;
    margin-left: 1.0em;
    margin: auto;
}

.renewal-cp_caution .desc li {
    font-size: 12px;
    line-height: 24px;
}

.renewal-cp_caution .desc li.caution-txtbold {
    margin-top: 1em;
    font-weight: 600;
}

.renewal-cp_reset {
    max-width: 1140px;
    padding: 85px 0;
    text-align: center;
    margin: auto;
}

.renewal-cp_reset h2 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 38px;
}

.renewal-cp_reset p {
    margin-bottom: 40px;
    line-height: 1.8;
}

.renewal-cp_reset .link {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.renewal-cp_reset li {
    text-align: center;
    color: red;
    font-size: 12px;
}

#floatingLink {
    width: 175px;
    height: 105px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    text-align: center;
    display: none;
    /* 初期は非表示 */
    border-radius: 8px;
}


/* sp */

@media screen and (max-width: 828px) {
    .mainframe_ img{height: auto;}

    #floatingLink {
        width: calc(260 / 828 * 100vw);
        height: calc(156 / 828 * 100vw);
        position: fixed;
        right: 15px;
        bottom: 130px;
        text-align: center;
        display: none;
        /* 初期は非表示 */
        border-radius: 8px;
        z-index: 1;
    }

    .mt-10 {
        margin-top: min(10px, calc(10 / 828 * 100vw));
    }

    .mt-20 {
        margin-top: min(20px, calc(20 / 828 * 100vw));
    }

    .mt-30 {
        margin-top: min(30px, calc(30 / 828 * 100vw));
    }

    .mt-40 {
        margin-top: min(40px, calc(40 / 828 * 100vw));
    }

    .mt-50 {
        margin-top: min(50px, calc(50 / 828 * 100vw));
    }

    .mt-60 {
        margin-top: min(60px, calc(60 / 828 * 100vw));
    }

    .g-brand-search-area.g-sec {
        background: #fff !important;
    }

    .g-cont-inner {
        max-width: none;
        margin: 0 auto;
        padding: 0 10px;
    }

    .g-common-head {
        text-align: center;
    }

    .g-common-head h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .g-common-head h2 span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #999;
    }

    .g-brand-search-list-inner {
        margin: 26px auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 17px 17px;
    }

    .g-brand-search-list-inner li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 135px;
        height: 135px;
        background: #fff;
        border-radius: 8px;
    }

    .g-common-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 320px;
        height: 50px;
        border-radius: 50px;
        margin: 0 auto;
        background: #000;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
    }

    .g-common-btn a:after {
        position: absolute;
        content: "";
        right: 30px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        border-radius: 1px;
        transform: translate(0, -50%) rotate(-45deg);
    }

    .g-sec {
        padding: 30px 0;
    }

    .g-common-tab {
        display: flex;
        width: auto;
        margin: 15px auto 15px auto;
        padding: 3px;
        border-radius: 5px;
        border: solid 1px #ddd;
        background: #fff;
        width: 304px;
    }

    .sec-category .g-common-tab {
        width: 100%;
    }

    .g-common-tab .g-common-tab-item.active {
        background: #FC0000;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
    }

    .g-common-tab .g-common-tab-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        min-height: 32px;
        cursor: pointer;
        background: #fff;
        padding: 0px 1px;
        font-size: 13px;
        font-weight: 400;
    }

    .g-common-tab .g-common-tab-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        border-radius: 5px;
        min-height: 32px;
        cursor: pointer;
        padding: 0px 1px;
        font-size: 14px;
        font-weight: 400;
    }

    .g-common-tab-label .g-common-tab-scrol {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding: 0 8px 8px 15px;
    }

    .g-common-tab-label.active,
    .u-tab-panel.active {
        display: block;
    }

    .g-common-tab-label,
    .u-tab-panel {
        display: none;
    }

    .g-common-category-list {
        display: flex;
        flex-wrap: wrap;
        gap: 21px 12px;
        width: 670px;
    }

    .g-common-category-list li {
        width: 100px;
        min-width: auto;
    }

    .g-common-category-list li a {
        text-decoration: none;
    }

    .g-common-tab-label .g-common-tab-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding: 0 8px 8px 15px;
    }

    .g-common-category-list figure img {
        height: auto;
        border-radius: 5px;
    }

    .g-common-category-list li span {
        margin-top: 5px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        white-space: normal;
    }

    .g-common-tab-content {
        margin-top: 30px;
    }

    .g-common-btn {
        margin-top: 20px;
    }

    .g-brand-search-list-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding: 0 8px 0 15px;
    }

    .renewal-cp_hr {
        background-image: url(/cms/pages/cp20260306/img/line_sp.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: calc(247 / 828 * 100vw);
    }

    .g-brand-search-list-inner {
        margin: 26px auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 12px 12px;
        width: 964px;
        padding: 0 0 16px;
    }

    .g-brand-search-list-inner li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px;
        height: 110px;
        background: #fff;
        border-radius: 8px;
    }

    .renewal-cp_inner {
        padding: 0;
        background-image: none;
    }

    .renewal-cp_mv-bg {
        padding: 0;
    }

    .renewal-cp_contents-wrap {
        width: 100%;
        height: 100%;
        background-image: url(/cms/pages/cp20260306/img/bg_sp.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .renewal-cp_mv {
        position: relative;
        width: 100%;
        height: calc(466 / 828 * 100vw);
        margin: auto;
        text-align: center;
        z-index: 1;
    }

    .renewal-cp_contents {
        width: calc(748 / 828 * 100vw);
        max-width: none;
        margin: auto;
        padding: min(80px, calc(80 / 828 * 100vw)) 0;
        border-bottom: 2px dotted #fff;
    }

    .renewal-cp_contents.third .comment {
        position: absolute;
        top: calc(325 / 828 * 100vw);
        left: calc(-40 / 828 * 100vw);
        width: calc(280 / 828 * 100vw);
        max-width: 280px;
    }

    .renewal-cp_contents .sec-text {
        font-size: min(30px, calc(30 / 828 * 100vw));
    }

    .renewal-cp_contents.linkWrap {
        border: none;
        padding: min(90px, calc(80 / 828 * 100vw)) 0 min(90px, calc(90 / 828 * 100vw));
    }

    .renewal-cp_contents.campaingn {
        width: 100%;
        border: none;
        padding: 0;
    }

    .renewal-cp_contents.campaingn .sec-text {
        font: 700 calc(14 * (100vw / 375)) / calc(24 * (100vw / 375)) 'Noto Sans JP', sans-serif;
        color: #FFFFFF;
        margin-bottom: calc(23 * (100vw / 375));
    }

    .renewal-cp_contents .sec-title {
        font-size: min(40px, calc(40 / 828 * 100vw));
        color: #fef100;
        margin-bottom: calc(18 * (100vw / 375));
    }

    .sec-sub-title {
        font: 700 calc(16 * (100vw / 375)) / 1.0 'Noto Sans JP', sans-serif;
        color: #FFFFFF;
        margin-bottom: calc(11 * (100vw / 375));
    }

    .renewal-cp_contents.campaingn .sec-title {
        margin: 20px auto !important;
    }

    .sec-title.title01 {
        width: calc(343.16 / 828 * 100vw);
    }

    .renewal-cp_contents .sec-text {
        font-size: min(34px, calc(34 / 828 * 100vw));
        color: #fff;
        text-align: center;
    }

    .renewal-cp_link-btn {
        width: calc(700 / 828 * 100vw);
        padding: min(25px, calc(25 / 828 * 100vw));
        margin: min(40px, calc(40 / 828 * 100vw)) auto;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
    }

    .renewal-cp_link-btn::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: min(15px, calc(15 / 828 * 100vw));
        margin: auto;
        width: calc(43 / 828 * 100vw);
        height: calc(43 / 828 * 100vw);
    }

    .renewal-cp_link-btn div {
        font-size: min(26px, calc(26 / 828 * 100vw));
        font-weight: bold;
    }

    .renewal-cp_contents .sec-imgeArea {
        width: 100%;
        max-width: 748px;
        margin: min(80px, calc(80 / 828 * 100vw)) auto;
        text-align: center;
        padding: min(90px, calc(90 / 828 * 100vw)) min(40px, calc(40 / 828 * 100vw)) min(50px, calc(50 / 828 * 100vw));
        border-radius: 10px;
    }

    .renewal-cp_contents .sec-imgeArea img {
        width: 100%;
    }

    .renewal-cp_contents .sec-imgeArea .sec-imgeArea_title {
        font-size: min(30px, calc(30 / 828 * 100vw));
        margin-bottom: 6px;
    }

    .renewal-cp_contents .sec-imgeArea .sec-imgeArea_text {
        color: #fff;
        font-size: min(28px, calc(28 / 828 * 100vw));
    }

    .renewal-cp_link-btn_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: min(30px, calc(30 / 828 * 100vw));
    }

    .renewal-cp_link-btn_wrap .link {
        width: 95%;
        padding: min(25px, calc(25 / 828 * 100vw));
        border-radius: 50px;
        font-size: min(26px, calc(26 / 828 * 100vw));
    }

    .renewal-cp_link-btn_wrap .link::after {
        right: min(15px, calc(15 / 828 * 100vw));
        ;
        width: calc(43 / 825 * 100vw);
        height: calc(43 / 825 * 100vw);
    }

    .renewal-cp_contents .storeLinks {
        width: 100%;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: min(30px, calc(30 / 828 * 100vw));
    }

    .renewal-cp_contents .storeLinks a {
        position: relative;
        display: block;
        width: calc(700 / 828 * 100vw);
        max-width: 700px;
        height: calc(120 / 828 * 100vw);
        max-height: 120px;
        background-color: #fff;
        border-radius: 10px;
        padding: min(20px, calc(20 / 828 * 100vw)) 0;
        text-align: center;
    }

    .renewal-cp_contents .storeLinks a::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: calc(122 / 828 * 100vw);
        width: calc(50 / 828 * 100vw);
        height: calc(50 / 828 * 100vw);
        background-image: url(/cms/pages/cp20260306/img/arrow_b.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .renewal-cp_contents .storeLinks a img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .renewal-cp_contents .storeLinks a:nth-child(1) img {
        width: calc(138.48 / 828 * 100vw);
        left: calc(106 / 828 * 100vw);
    }

    .renewal-cp_contents .storeLinks a:nth-child(2) img {
        width: calc(140.58 / 828 * 100vw);
        left: calc(105 / 828 * 100vw);
    }

    .renewal-cp_contents .storeLinks a:nth-child(3) img {
        width: calc(92.63 / 828 * 100vw);
        left: calc(129 / 828 * 100vw);
    }

    .renewal-cp_contents .storeLinks a p {
        position: absolute;
        top: 0;
        bottom: 0;
        left: min(292px, calc(292 / 828 * 100vw));
        right: 0;
        margin: auto;
        height: calc(30 / 828 * 100vw);
        font-size: min(30px, calc(30 / 828 * 100vw));
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }

    .u-horizontal-scroll-lg {
        width: 100vw;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .renewal-cp_inner.second {
        padding: calc(55 * (100vw / 375)) 0 0;
    }

    .renewal-cp_campaign-wrap {
        display: flex;
        justify-content: stretch;
        align-items: center;
        gap: 20px;
    }

    .u-horizontal-scroll-lg .u-horizontal-scroll-items {
        width: max-content;
        display: flex;
        gap: 10px;
        padding: 0 20px;
        align-items: flex-start;
    }

    .renewal-cp_campaign-item {
        width: calc(210 * (100vw / 375));
    }

    .renewal-cp_campaign-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .renewal-cp_campaign-item p {
        font: 700 calc(14 * (100vw / 375)) / calc(24 * (100vw / 375)) 'Noto Sans JP', sans-serif;
        color: #FFFFFF;
        margin-bottom: calc(23 * (100vw / 375));
    }

    .renewal-cp_pagenav {
        text-align: center;
    }

    .renewal-cp_service {
        background-color: #fff;
        margin-top: -1px;
    }

    .renewal-cp_pagenav-inner {
        width: calc(335 * (100vw / 375));
        margin: 0 auto;
    }

    .renewal-cp_pagenav h2 {
        width: auto;
        margin: 0 auto 40px;
        position: relative;
    }

    .renewal-cp_pagenav h2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(82 * (100vw / 375));
        height: calc(51 * (100vw / 375));
        background: url(../img/icon-cart.png) left center no-repeat;
        background-size: calc(68.6 * (100vw / 375)) calc(51 * (100vw / 375));
    }

    .renewal-cp_pagenav h2 .midashi {
        display: block;
        text-align: center;
        padding-left: 83px;
        font-size: calc(16 * (100vw / 375));
        color: #EA0B29;
    }

    .renewal-cp_pagenav h2 .title {
        font-size: calc(18 * (100vw / 375));
        color: #333;
    }

    .renewal-cp_pagenav .txt {
        text-align: center;
        font-size: calc(14 * (100vw / 375));
    }

    .renewal-cp_pagenav .link a {
        text-decoration: underline;
    }

    .renewal-cp_pagenav .page-nav {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        margin: calc(30 * (100vw / 375)) auto 0px;
    }


    .renewal-cp_pagenav .page-nav li {
        width: 50%;
        text-align: center;
        border-right: calc(1 * (100vw / 375)) solid #CCCCCC;
        margin: 0 0 calc(10 * (100vw / 375)) 0;
    }

    .l-container .pagenav-area .page-nav li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: calc(60 * (100vw / 375));
        color: #000000;
        line-height: 1.4em;
    }

    .renewal-cp_pagenav .page-nav li:first-child {
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;

    }

    .renewal-cp_pagenav .page-nav li:nth-child(3) {
        /* border-left: 1px solid #CCCCCC; */
    }

    .renewal-cp_pagenav .page-nav li:last-child {
        border-right: 1px solid #CCCCCC;
    }

    .renewal-cp_pagenav .page-nav li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70px;
        color: #000000;
        font-size: calc(10 / 375 * 100vw);
    }

    .renewal-cp_zaiko {
        width: 100%;
        margin-top: -1px;
        background-color: #FFF;
    }

    .renewal-cp_zaiko .zaiko-list {
        width: 100%;
        margin: calc(30 / 375 * 100vw) auto calc(15 / 375 * 100vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .renewal-cp_zaiko .zaiko-list li {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .renewal-cp_zaiko .zaiko-list li:nth-child(1) {
        position: relative;
    }

    .renewal-cp_zaiko .zaiko-list li:nth-child(1)::after {
        position: absolute;
        margin: 0 auto;
        bottom: -10px;
        right: 0;
        left: 0;
        content: "";
        height: calc(26 * (100vw / 375));
        aspect-ratio: 2;
        clip-path: polygon(50% 100%, 100% 0, 0 0);
        background: #E0D066;
    }

    .desc {
        width: calc(335 * (100vw / 375));
        font-size: 12px;
    }

    .desc li {
        font-size: 14px;
    }

    .renewal-cp_caution {
        width: calc(355 * (100vw / 375));
        margin: calc(50 * (100vw / 375)) auto calc(50 * (100vw / 375));
        padding: calc(20 * (100vw / 375)) 0;
        border: #000000 calc(1 * (100vw / 828)) solid;
    }

    .renewal-cp_caution h2 {
        text-align: center;
        margin-bottom: calc(20 * (100vw / 828));
    }

    .renewal-cp_caution h3 {
        width: calc(355 * (100vw / 828));
        margin: 20px auto 0;
        font-weight: bold;
        text-align: center;
    }

    .renewal-cp_caution .disc {
        padding: 0 calc(30 * (100vw / 828));
        font: 400 calc(10 * (100vw / 828)) / 2.0 'Noto Sans JP', sans-serif;
    }

    .renewal-cp_caution ul {
        padding: 0 calc(30 * (100vw / 828));
        text-indent: -1.0em;
        margin-left: 1.0em;
    }

    .renewal-cp_reset {
        width: 100%;
        padding: min(30px, calc(30 * (100vw / 828)));
        text-align: center;
        margin: auto;
    }

    .renewal-cp_reset h2 {
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: min(30px, calc(30 * (100vw / 828)));
    }

    .renewal-cp_reset p {
        margin-bottom: min(40px, calc(40 * (100vw / 828)));
        line-height: 1.8;
    }

    .renewal-cp_reset .link {
        font-size: 14px;
        text-decoration: underline;
        margin-bottom: min(30px, calc(30 * (100vw / 828)));
    }

    .renewal-cp_reset ul {
        text-indent: -1.0em;
        margin-left: 1.0em;
    }

    .renewal-cp_reset li {
        text-align: left;
        color: red;
        font-size: 12px;
    }

    .renewal-cp_caution .desc {
        width: 100%;
        padding: 0 calc(30 * (100vw / 375));
        text-indent: -1.0em;
        margin-left: 1.0em;
        margin: auto;
    }

    .renewal-cp_caution .desc li {
        font-size: 12px;
        line-height: 24px;
    }

    .renewal-cp_caution .desc li.caution-txtbold {
        margin-top: 1em;
        font-weight: 600;
    }

}