@charset "utf-8";

/*========================================
キャンペーン参加方法CSS
========================================*/


html,
body,
body:lang(ja) {
    overflow-x: hidden;
    overflow-y: visible;
}

.st-MainContents {
    overflow-x: hidden;
    overflow-y: visible;
}

.pc_style,
.pc {
    display: none;
}

.sp_style,
.sp {
    display: block;
}

.sp-min {
    display: block;
}

:root {
    --kakekomi-blue: #1B44BF;
    --kakekomi-sub: #2660E7;
    --crimson-red: #BF0000;
    --kakekomi-black: #161840;
    --Noto: "Noto sans JP", sans-serif;
}

.kakekomi_blue {
    color: #1B44BF;
}

.kakekomi-red {
    color: var(--crimson-red);
}

.kakekomi-sub {
    color: var(--kakekomi-sub);
}

.kakekomi_section:first-of-type {
    padding-top: 16px;
}

@media all and (min-width: 769px) {

    .pc_style,
    .pc {
        display: none;
    }

    .sp_style,
    .sp {
        display: block;
    }
}

li {
    list-style: none;
}

/*caution*/
.caution {
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-bottom: 0;
}

.caution a,
.caution a:hover {
    color: #0783C2;
}

/*step contents*/
.mainCon {
    background-color: #F2F5FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.mainCon_inner {
    position: relative;
    width: 90%;
    max-width: 648px;
    height: auto;
    padding: 16px;
    padding-top: 40px;
    padding-bottom: 32px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}

.mainCon_inner:last-child {
    gap: 20px;
}

.Alert.Caution_caution__u5aXM.Caution_danger__WuHUY,
.CampaignEntryButton_campaignButton__n6hK5.CampaignButton.CampaignButton-enabled {
    margin: 8px;
}

.kakekomi_service_merit_contents_wrap>.mainCon_titlle {
    margin-bottom: 0;
}

.kakekomi_arrow {
    max-width: 56px;
    margin-bottom: 16px;
}

@media all and (min-width: 769px) {
    .step_num {
        font-size: 32px;
    }

    .step-num {
        font-size: 44px;
    }

    .mainCon {
        padding-top: 64px;
        padding-bottom: 64px;
        background-attachment: fixed;
        background-position: bottom center;
        background-size: auto 100%;
    }

    .mainCon_inner {
        padding-top: 38px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .mainCon_inner:last-child {
        margin-bottom: 20px;
    }
}

/*entryArea*/
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    padding: .75rem 0 !important;
}

.service_btn a {
    display: block;
    border-radius: 10rem;
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'sans-serif';
    font-size: 5.9333333333vw;
    line-height: 1.5;
    max-width: 37.5rem;
    min-width: 100%;
    padding: .75rem 10px .75rem 0;
    position: relative;
    white-space: normal;
    word-break: break-all;
    color: var(--kakekomi-blue);
    font-weight: bold;
    border: 2px solid #bf0000;
    background: #fff;
}

.service_btn a::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    position: absolute;
    top: 45%;
    right: 6%;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}

@media all and (min-width: 769px) {

    .entry_btn,
    .service_btn {
        max-width: 580px;
        height: auto;
        margin: 0 auto;
    }

    .service_btn a {
        font-size: 3.515625vw;
        padding-left: 3.2rem;
        padding-right: 3.2rem;
        border: 3px solid #bf0000;
    }

    .service_btn a::after {
        width: 1.5rem;
        height: 1.5rem;
        border-top: 3px solid #666;
        border-right: 3px solid #666;
    }
}

@media all and (min-width: 1024px) {
    .mainCon_inner {
        width: 700px;
    }

    .service_btn a {
        font-size: 36px;
    }
}

/*stepbox*/
.step_num {
    background-color: var(--kakekomi-blue);
    color: #fff;
    position: absolute;
    top: calc(-1 * (clamp(1.25rem, 0.862rem + 1.66vw, 2.188rem)));
    width: clamp(9.375rem, 7.303rem + 8.84vw, 14.375rem);
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 24px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    padding: 8px 24px;
}

.mainCon_titlle {
    color: var(--kakekomi_blue);
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.step_title {
    font-family: var(--omnes);
    font-family: var(--m-plus-rounded-1c);
    color: var(--kakekomi_blue);
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    font-style: normal;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 18px 0 18px;
    border-color: var(--kakekomi-blue) transparent transparent transparent;
    margin: 0 auto;
    margin-top: -6px;
}

.car_wash {
    width: 100%;
}

.point-get {
    font-size: 26px;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
    color: var(--kakekomi-blue)
}

.pointcoin {
    width: 40px;
    margin-right: 4px;
}

@media all and (min-width:768px) {
    .point-get {
        font-size: 34px;
    }

    .pointcoin {
        width: 58px;
    }

    .mainCon_titlle {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .step_num {
        top: calc(-1*(clamp(1.25rem, 0.862rem + 1.66vw, 2.188rem)));
        width: clamp(9.375rem, 7.303rem + 8.84vw, 14.375rem);
        font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
    }

    .step_title {
        font-size: 28px;
        font-weight: 800;
        font-style: normal;
    }

    .step-num {
        font-family: var(--omnes);
        font-size: 40px;
        font-weight: 800;
        font-style: normal;
    }

}


@media all and (min-width:768px) {
    .car_wash {
        max-width: 400px;
        padding-bottom: 16px;
    }
}

/* tab */
.shaken_point {
    background-color: #E8F8FF;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #0085C7;
    display: block;
    order: -1;
}

.tab-wrap_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-wrap_detail:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ababab;
    display: block;
    order: -1;
}

.tab-label_detail {
    margin: auto;
    color: #EDEDED;
    background: #ababab;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s ease;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 48%;
}

.tab-label:not(:last-of-type) {
    margin-right: -4px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #ECF9FF;
    border-radius: 0 0 8px 8px;
}

.tab-content_detail {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border: solid 2px #ababab;
    box-sizing: border-box;
    transform: translateY(-6px);
}

.tab-switch:checked+.tab-label {
    background: #0085C7;
    color: #fff;
}

.tab-switch_detail:checked+.tab-label_detail {
    background: #FF008C;
    color: #fff;
}

.tab-switch_detail.__blue:checked+.tab-label_detail.__blue {
    background: #bf0000;
    color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 4%;
    opacity: 1;
    transition: .5s opacity;
}

.tab-switch_detail:checked+.tab-label_detail+.tab-content_detail {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
    text-align: center;
}

.tab-switch {
    display: none;
}

.tab-switch_detail {
    display: none;
}

input[name="tab-label"] {
    display: none;
}

input[name="tab02"] {
    display: none;
}

@media all and (min-width:768px) {
    .tab-label {
        font-size: 18px;
        padding: 10px .5em;
        flex: 1;
    }

    .tab-label:not(:last-of-type) {
        margin-right: 20px;
    }

    .tab-switch:checked+.tab-label+.tab-content {
        padding: 4% 2%;
    }

    .detail {
        padding-bottom: 4%;
    }
}

@media all and (min-width: 500px) {
    .sp-min {
        display: none;
    }
}