@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

/* tireexchange.css の section { margin-bottom: 30px; } を無効化 */
section {
    margin-bottom: 0;
}

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

a {
    text-decoration: none;
}

.kakekomi_blue {
    color: #1B44BF;
}

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

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

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

u,
u>a {
    color: #0074AD;
}

body {
    font-family: var(--Noto);
    color: var(--kakekomi-black);
}

/* main common */
.tire_pc,
.bg_PC {
    display: none;
}

.kakekomi_lev2,
.kakekomi_lev3,
.kakekomi_lev4,
.kakekomi_mid {
    text-align: center;
    font-style: normal;
    line-height: 1.25;

}

.kakekomi_lev2 {
    color: var(--kakekomi-blue);
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
}


.kakekomi_lev2.kakekomi_other {
    color: var(--kakekomi-black);
}

.kakekomi_entry_title {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 13px 0 18px;
    border-top: 3px solid #1B44BF;
    border-bottom: 3px solid #1B44BF;
    color: #1B44BF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.kakekomi_lev3 {
    color: var(--kakekomi-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.kakekomi_lev3.kakekomi_other {
    margin-top: 8px;
}

.kakekomi_lev4 {
    color: var(--kakekomi-blue);
    font-size: 20px;
    font-weight: 900px;
    line-height: 30px;
}

.kakekomi_emp {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.kakekomi_mid {
    width: 100%;
    padding: 8px 0;
    background-color: var(--kakekomi-blue);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.kakekomi_txt {
    font-size: 16px;
    text-align: center;
}

.tire_sub_text {
    font-size: 16px;
    font-weight: 400;
}

.kakekomi_cpn_caution_text {
    text-align: left;
}

.txt_center{
    text-align: center;
}

.tire_sub_text::before,
.tire_sub_text::after {
    position: relative;
    display: inline-block;
    content: "";
    background: var(--kakekomi-black);
    width: 2px;
    height: 1em;
    margin: 0 1em;
    margin-top: 1rem;
    bottom: -4px;
}

.tire_sub_text.kakekomi_other::before,
.tire_sub_text.kakekomi_other::after {
    background-color: var(--kakekomi-blue);
}

.tire_sub_text::before {
    transform: rotate(-35deg);
}

.tire_sub_text::after {
    transform: rotate(35deg);
}

.kakekomi_section {
    padding-top: 32px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.kakekomi_img {
    max-width: 160px;
}

.kakekomi_img_large {
    max-width: 240px;
}

.kakekomi_img_mini {
    width: 30%;
    height: auto;
    max-width: 60px;
}

.kakekomi_img_max {
    width: 95%;
    max-width: 360px;
}

/* comon */

/* reward badge */
.kakekomi_reward_header {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0 16px;
    box-sizing: border-box;
    color: #333;
}

.kakekomi_reward_badge_container {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.kakekomi_badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 700;
}

/* mV */
.kakekomi_mv_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.kakekomi_mv_img {
    display: block;
    width: 100%;
}

.campaign-HeaderA_Image {
    width: 100vw;
    height: auto;
    display: block;
}

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

.date {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

.mvArea_sub {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #464646;
    color: #fff
}

.kakekomi_date p:nth-child(2) {
    margin-top: 16px;
}

.kakekomi_note {
    font-size: 14px;
    text-align: center;
}

.kakekomi_pc {
    display: none;
}

.kakekomi_mv_note {
    padding: 16px;
    background-color: #ffffff;
}

.top-text {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 0;
}

.top-text .button {
    margin: 0 auto;
    text-align: center;
}

.top-text .button a {
    width: 90%;
    max-width: 70%;
}

/* brand notice */
.kakekomi_brand_notice_wrap {
    display: flex;
    justify-content: center;
    padding: 8px 16px 0;
}

.kakekomi_brand_notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 20px 14px;
    background-color: #fff6bd;
    /* border-radius: 20px; */
}

.kakekomi_brand_notice_date {
    width: 100%;
    padding: 0 8px;
    font-weight: bold;
    font-size: 15px;
    color: var(--crimson-red);
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.kakekomi_brand_notice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
    font-size: 16px;
    color: var(--kakekomi-black);
}

.kakekomi_brand_notice_list p {
    width: 150px;
}

.kakekomi_brand_notice_caution {
    font-size: 14px;
    color: var(--kakekomi-black);
}

.kakekomi_brand_notice_badge {
    width: 100%;
    padding: 10px 8px;
    background-color: #000;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}

/* service about */
.kakekomi_service_about_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.kakekomi_about_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 343px;
    padding: 30px 0;
    border: 1px solid var(--kakekomi-blue);
    border-radius: 10px;
}

.kakekomi_about_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 300px;
}

.kakekomi_about_head_title {
    font-weight: bold;
    font-size: 18px;
    color: var(--kakekomi-blue);
}

.kakekomi_about_head::after {
    content: "";
    display: block;
    width: 216px;
    height: 2px;
    background-color: var(--kakekomi-blue);
}

.kakekomi_about_lead {
    font-weight: bold;
    font-size: 20px;
    color: var(--kakekomi-blue);
    text-align: center;
}

.kakekomi_about_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kakekomi_about_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.kakekomi_about_emp {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background: linear-gradient(transparent 60%, #fee171 60%);
}

.kakekomi_about_sub {
    font-size: 18px;
    color: var(--kakekomi-black);
    text-align: center;
}

.kakekomi_about_btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 289px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    background-color: var(--kakekomi-blue);
    border-radius: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.kakekomi_about_btn:hover {
    background-color: var(--kakekomi-sub);
    color: #fff !important;
}

.kakekomi_about_btn::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.kakekomi_about_img {
    width: 160px;
    height: auto;
}

/* service about */
/* nav */
.kakekomi_nav_gray_spacer {
    height: 32px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #F2F4F6;
    padding: 0 calc(50vw - 50%);
    box-sizing: border-box;
}

.kakekomi_nav_wrap {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.kakekomi_nav_wrap.has-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.kakekomi_nav_inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
}

.kakekomi_nav_item {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 12px;
    padding: 10px 8px;
    box-sizing: border-box;
    border-right: 1.5px solid #ccc;
    text-align: center;
    text-decoration: none;
    color: #333;
    position: relative;
}

.kakekomi_nav_item:last-child {
    border-right: none;
}

.kakekomi_nav_item span {
    display: block;
    color: #4D4D4D;
    text-align: center;
}

.kakekomi_nav_icon {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
    object-fit: contain;
}

/* service about */
.col2-post {
    position: relative;
}


/* cpn step */
.kakekomi_point_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 92%;
    margin: 24px auto 0;
    padding-bottom: 20px;
    background-color: #F0F3FF;
    text-align: center;
}

.kakekomi_point_graphic {
    position: relative;
    display: inline-flex;
    justify-content: center;
}

.kakekomi_point_coin {
    position: absolute;
    width: 50px;
    height: auto;
    pointer-events: none;
}

.kakekomi_point_coin01 {
    top: -45px;
    right: -3px;
}

.kakekomi_point_coin02 {
    bottom: 30px;
    left: 4px;
    width: 50px;
}

.kakekomi_point_banner {
    width: 95%;
    max-width: 360px;
}

/* accordion (注意事項 / 交換チケット見つけ方のヒント) */
.kakekomi_accordion {
    width: 100%;
}

.kakekomi_accordion_details {
    width: 100%;
    background: #f2f4f6;
    border-radius: 10px;
}

.kakekomi_accordion_details_hint {
    background: #F2F5FF;
}

.kakekomi_accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
}

.kakekomi_accordion_head::-webkit-details-marker {
    display: none;
}

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

.kakekomi_accordion_head_hint {
    color: var(--kakekomi-blue);
}

.kakekomi_accordion_head::after {
    content: "";
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
}

.kakekomi_accordion_details[open] > .kakekomi_accordion_head::after {
    transform: rotate(-135deg);
}

.kakekomi_accordion_body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px 16px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.kakekomi_accordion_item {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

.kakekomi_accordion_mark {
    flex-shrink: 0;
}

.kakekomi_accordion_mark_num {
    color: #024f7d;
    font-weight: 700;
}

/* step2 */
#shopsearch,
#tiresearch,
.kakekomi_cpn_caution {
    width: 100%;
    margin: 0 auto;
}

/* shop search*/
#kakekomi_search {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

#kakekomi_search .kakekomi_search_btn,
#tiresearch .kakekomi_search_btn {
    max-width: 100%;
}

.txt01 .ru-ta-center .ru-fz-16 .ru-mb-28{
    text-align: center;
}
#searchSubmit01 {
    margin-top: 20px;
}

.contents-inner .__inner {
    margin-bottom: 12px;
    margin-top: 16px;
}

._inner {
    margin-top: 16px;
}

.col2-post {
    position: relative;
}

.col2-post #re-search-zip.input-post {
    width: 82.19%;
    border-radius: 8px;
    border: 1px solid #0b42b4;
    background: #fff;
    text-indent: 3.75vw;
    font-size: 16px;
    padding: 10px 0;
    outline: none;
    float: right;
}

.col2-post:after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 36px;
    height: 36px;
    background: no-repeat url(https://carservice.r10s.jp/img/tireexchange/campaign/kakekomi_5xpoints/post_icon.png);
    background-size: 100%;
    content: '';
}

.contents-inner .__inner:after {
    display: block;
    content: "";
    clear: both;
}

.col2-button {
    position: relative;
}

.kakekomi_search_btn {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 289px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    background-color: var(--kakekomi-blue);
    border: none;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

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

.kakekomi_search_btn::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.search01 .search_input {
    padding-left: 2.5vw;
    font-size: 4.063vw;
    color: var(--kakekomi-black);
}

.searchSubmit01 {
    margin-top: 16px;
}

/* tire search */
.search .search-box .select_btn {
    border: 1px solid #191c6d;
    color: #333;
    border-radius: 8px;
    background: #fff;
    font-size: 100%;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 0 20px;
    height: auto;
    outline: none;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.rc-searchForm__textInput.select_btn.kakekomi_other {
    padding: 12px;
    padding-left: 3.75vw;
    margin-bottom: 14px;
}

.search .search-box .select_btn .label01,
.search .search-box .select_btn .label02,
.search .search-box .select_btn .label03 {
    color: #333;
    text-indent: 3.75vw;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 10px;
    font-size: 16px;
}

.label01,
.label02,
.label03 {
    text-align: left;
    top: 30%;
    text-indent: 3.75vw;


}

.search .search-box .select01,
.search .search-box .select02,
.search .search-box .select03 {
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    opacity: 0;
    position: relative;
    z-index: 2;
    color: #333;
    line-height: 1.15;
}

.search .search-box .select_btn:after {
    position: absolute;
    top: 40%;
    right: 3.75%;
    width: 16px;
    height: 48px;
    background: no-repeat url(https://carservice.r10s.jp/img/tireexchange/campaign/kakekomi_5xpoints/arr_down.png);
    background-size: 100%;
    content: '';
}

.rc-searchForm__textInput::placeholder {
    font-size: 16px;
}

.rc-searchForm__textInput {
    height: auto;
    line-height: auto;
    box-sizing: border-box;
}

.rc-searchForm__textInput .select_btn {
    margin-top: 100px;
}

.search_tire .sggstInputWrap .rc-searchForm__textInput.select_btn {
    text-indent: 2.5vw;
    font-size: 4.063vw;
    margin-bottom: 5vw;
}

#searchSubmit01 {
    margin-top: 20px;
}

/* service merit */
.kakekomi_service_merit_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_merit_img {
    max-width: 150px;
}

.kakekomi_service_merit {
    width: 90%;
    max-width: 648px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
}

.kakekomi_service_merit div p {
    text-align: justify;
}

.kakekomi_service_merit_more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 648px;
    text-align: center;
}

/* kakekomi buttton */
.tire_sub_text.kakekomi_other {
    color: var(--kakekomi-blue);
    text-align: center;
    letter-spacing: -0.05em;
}

.tire_sub_text.kakekomi_other::before,
.tire_sub_text.kakekomi_other::after {
    color: var(--kakekomi-blue);
}


.kakekomi_button {
    max-width: 648px;
    width: 95%;
    margin: 0 auto;
    border: var(--kakekomi-blue) solid 2px;
    border-radius: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;

}

.kakekomi_button a {
    color: var(--kakekomi-blue);
}

/* kakekomi buttton */


/* float */
.cam-float {
    position: fixed;
    width: 100vw;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 50;
}

.kakekomi_fotter_btn {
    display: flex;
    width: 90%;
    margin: 0 auto;
    gap: 10px;
}

.kakekomi_fotter_btn a {
    text-decoration: none;
    color: #ffffff;
}

.rc-btn {
    display: inline-flex;
    width: calc((100% - 10px)/ 2);
    min-height: 48px;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #bf0000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.rc-btn:hover {
    background-color: #E70303;
    transition: .3s;
    border: none;
    outline-offset: 0;
}

#searchShop:hover,
#searchSubmit01:hover {
    background-color: var(--kakekomi-sub);
    transition: .3s;
    border: none;
    outline-offset: 0;
}

.rc-btn:hover:active {
    background-color: #970101;
    transition: .3s;
    border: none;
    outline-offset: 0;
}

#searchShop:active,
#searchSubmit01:active {
    background-color: #14349A;
    transition: .3s;
    border: none;
    outline-offset: 0;
}

.rc-btn.rc-btn-outline:focus,
.rc-btn.rc-btn-outline:hover {
    border: none;
    outline-offset: 0;
}

.rc-btn:focus,
.rc-btn:focus:not(:focus-visible) {
    outline-offset: 0px;
}

.svg {
    width: auto;
}

@media (min-width: 601px) {
    .kakekomi_br {
        display: none;
    }

    .kakekomi_date p:nth-child(2) {
        margin: 0;
    }

    .mvArea_sub {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .kakekomi_img_max {
        max-width: 480px;
    }

    #shopsearch,
    #tiresearch,
    .kakekomi_cpn_caution {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 700px) {
    .tire_sp {
        display: none;
    }

    .tire_pc {
        display: block;
        max-width: 560px;
    }

}

@media (min-width: 768px) {

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    /* reward badge */
    .kakekomi_reward_header {
        flex-direction: row;
        align-items: flex-start;
    }

    .kakekomi_badge {
        font-size: 14px;
        padding: 5px 8px;
    }

    /* font size */
    .kakekomi_lev2 {
        font-size: 36px;
        line-height: 1.5;
    }

    .kakekomi_entry_title {
        padding: 13px 0 25px;
        font-size: 36px;
    }

    .kakekomi_lev3 {
        font-size: 32px;
        line-height: 1.25;
    }

    .kakekomi_lev3.kakekomi_other {
        margin-top: 16px;
    }

    .kakekomi_lev4 {
        font-size: 24px;
    }

    .kakekomi_note {
        font-size: 14px;
    }

    .tire_sub_text {
        font-size: 18px;
    }

    .kakekomi_mid {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
    }

    .kakekomi_emp {
        font-size: 24px;
    }

    /* common */
    .kakekomi_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .kakekomi_img {
        max-width: 210px;
    }

    /* mv */
    .kakekomi_mv {
        padding-top: 16px;
        background-image: url('https://carservice.r10s.jp/img/tireexchange/campaign_2608/bg_pc.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .kakekomi_mv picture,
    .kakekomi_mv_img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

    .kakekomi_mv_img {
        max-width: 960px;
        margin: 0 auto;
    }

    .top-text {
        width: 700px;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .top-text .button a {
        width: 85%;
        max-width: 85%;
    }

    .kakekomi_brand_notice_wrap {
        padding: 0;
    }

    .kakekomi_brand_notice {
        width: 100%;
        max-width: 800px;
        padding: 20px 0;
    }

    .kakekomi_brand_notice_date {
        width: 100%;
    }

    .kakekomi_brand_notice_list {
        width: auto;
        gap: 6px 30px;
    }

    .kakekomi_brand_notice_list p {
        width: auto;
        white-space: nowrap;
    }

    .kakekomi_brand_notice_badge {
        width: 80%;
    }

    .campaign-HeaderA {
        text-align: center;
        position: relative;
    }

    .mvArea_sub {
        position: relative;
        z-index: 1;
    }

    /* service about */
    .kakekomi_about_box {
        gap: 30px;
        width: 100%;
        max-width: 800px;
        padding: 40px;
    }

    .kakekomi_about_head_title {
        font-size: 20px;
    }

    .kakekomi_about_head::after {
        width: 238px;
    }

    .kakekomi_about_lead_br {
        display: none;
    }

    .kakekomi_about_lead {
        font-size: 28px;
    }

    .kakekomi_about_body {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .kakekomi_about_btn {
        max-width: 385px;
        height: 64px;
        line-height: 64px;
        font-size: 21px;
    }

    .kakekomi_about_btn::after {
        right: 30px;
    }

    /* nav */
    .kakekomi_nav_inner {
        max-width: 960px;
        margin: 0 auto;
    }

    .kakekomi_nav_icon {
        width: 29px;
        height: 29px;
    }

    /*shop search*/
    #shoplist {
        max-width: 900px;
        margin: 0 auto;
    }

    #kakekomi_search,
    #shopsearch,
    #tiresearch,
    .kakekomi_cpn_caution {
        width: 90%;
        margin: 0 auto;
    }

    .contents-inner .__inner {
        margin-bottom: 16px;
    }

    .col2-post #re-search-zip.input-post {
        width: 82.19%;
        border-radius: 8px;
        border: 2px solid #0b42b4;
        background: #fff;
        text-indent: 32px;
        font-size: 20px;
        outline: none;
        float: right;
    }

    .col2-post:after {
        position: absolute;
        top: 8px;
        left: 0;
        width: 48px;
        height: 64px;
        background: no-repeat url(https://carservice.r10s.jp/img/tireexchange/campaign/kakekomi_5xpoints/post_icon.png);
        background-size: 100%;
        content: '';
    }

    .kakekomi_search_btn {
        max-width: 385px;
        height: 64px;
        line-height: 64px;
        font-size: 21px;
    }

    #kakekomi_search .kakekomi_search_btn,
    #tiresearch .kakekomi_search_btn {
        max-width: 385px;
    }

    .kakekomi_search_btn::after {
        right: 30px;
    }

    .search01 .search_input {
        padding-left: 2.5vw;
        font-size: 4.063vw;
        color: var(--kakekomi-black);
    }

    .searchSubmit01 {
        margin-top: 16px;
    }

    .rc-btn {
        font-size: 1rem;
    }

    .sw-SearchBoxA_Shop {
        width: 30%;
    }

    .sw-SearchBoxA_ShopButton {
        width: 80%;
    }

    .sw-SearchBoxA_Input {
        height: 62px;
    }

    .sw-SearchBoxA_Button {
        padding: 18px 10px;
    }

    .campaign-DetailA_li_img {
        width: 30%;
    }

    .recommendCpn-ttl {
        font-size: 28px;
    }


    /* tire search */
    .search .search-box .select_btn {
        border: 1px solid #191c6d;
        color: #333;
        border-radius: 8px;
        background: #fff;
        font-size: 100%;
        width: 100%;
        padding: 14px 0 20px 0;
        outline: none;
        display: block;
        float: left;
        box-sizing: border-box;
        position: relative;
    }

    .rc-searchForm__textInput.select_btn.kakekomi_other {
        padding: 12px;
        padding-left: 32px;
        margin-bottom: 16px;
    }

    .search .search-box .select_btn .label01,
    .search .search-box .select_btn .label02,
    .search .search-box .select_btn .label03 {
        color: #333;
        line-height: 1.53;
        position: absolute;
        width: 100%;
        z-index: 1;
        font-size: 20px;
        text-indent: 32px;
    }

    .label01,
    .label02,
    .label03 {
        text-align: left;
    }

    .search .search-box .select01,
    .search .search-box .select02,
    .search .search-box .select03 {
        appearance: none;
        display: block;
        cursor: pointer;
        width: 100%;
        border: none;
        opacity: 0;
        position: relative;
        z-index: 2;
        color: #333;
    }

    .rc-searchForm__textInput {
        height: 56px;
        padding-left: 32px;
    }

    .rc-searchForm__textInput::placeholder {
        font-size: 22px;
    }

    .search .search-box .select_btn:after {
        position: absolute;
        right: 3.75%;
        width: 16px;
        background: no-repeat url(https://carservice.r10s.jp/img/tireexchange/campaign/kakekomi_5xpoints/arr_down.png);
        background-size: 100%;
        content: '';
    }

    .search_tire .sggstInputWrap .rc-searchForm__textInput.select_btn {
        text-indent: 32px;
        font-size: 4.063vw;
        margin-bottom: 5vw;
    }

    #searchSubmit01 {
        margin-top: 20px;
    }

    /* step3 */
    .kakekomi_cpn_caution {
        width: 90%;
        margin: 0 auto;
    }

    /* step4 */
    .tire_sp {
        display: none;
    }

    .tire_pc.kakekomi_img_max {
        max-width: 600px;
        margin: 0 auto;
    }

    .kakekomi_point_detail {
        gap: 16px;
        max-width: 800px;
        margin: 32px auto 0;
    }

    .kakekomi_point_coin {
        width: 70px;
    }

    .kakekomi_point_coin01 {
        top: -46px;
        right: -6px;
    }

    .kakekomi_point_coin02 {
        bottom: -49px;
        left: 0;
        width: 70px;
    }

    .kakekomi_point_banner {
        max-width: 480px;
    }

    /* accordion PC */
    .kakekomi_accordion_head {
        padding: 14px 20px;
        font-size: 18px;
    }

    .kakekomi_accordion_body {
        padding: 0 20px 20px;
        font-size: 14px;
    }

    /* service merit */
    .kakekomi_service_merit {
        flex-direction: row;
        justify-content: space-between;
    }

    .kakekomi_service_merit_txt {
        text-align: left;
        width: 400px;
    }

    /* float button */
    .kakekomi_fotter_btn {
        width: 90%;
        margin: 0 auto;
        gap: 20px;
        justify-content: center;
    }

    .cam-float {
        padding: 1rem 0;
    }

    .rc-btn,
    .bl-btn {
        font-size: 1rem;
    }

    .rc-btn,
    .bl-btn {
        max-width: 400px;
        font-size: 1rem;
    }

    .kakekomi_detail {
        width: 60%;
    }

}

@media all and (min-width:1024px) {
    .rc-input {
        height: 48px !important;
    }

    .bg_PC {
        display: block;
    }

    .bg_coin_left,
    .bg_coin_right {
        position: absolute;
        top: 300px;
        left: 50%;
    }

    .bg_coin_left {
        transform: translateX(-750px);
    }

    .bg_coin_right {
        transform: translateX(390px);
    }

    /* shop serch */
    #shopsearch {
        font-display: flex;
    }
}




/* float contents*/
#fixedbtn.show {
    bottom: 0;
    opacity: 1;
}

#fixedbtn.none {
    bottom: -92px;
    opacity: 0;
}

#fixedbtn {
    position: fixed;
    bottom: -92px;
    right: 0px;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    opacity: 1\9;
}

.float-contents {
    background: rgba(0, 0, 0, .7);
    padding: 10px 16px;
}

.rc-footer .rc-footer-top__return-top.rc-fixed-content {
    bottom: 110px !important;
}

.float-text {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.postal__heading {
    font-size: 25px;
    font-weight: bold;
    color: #bf0000;
    line-height: 2;
}

.carwash-under-search-postal-img {
    width: 20px;
    height: auto;
}

@media all and (min-width:768px) {
    #fixedbtn {
        bottom: -78px;
    }

    .float-direct-search {
        width: 95%;
    }

    .rc-footer .rc-footer-top__return-top.rc-fixed-content {
        bottom: 100px !important;
    }

    .float-inner {
        display: flex;
        justify-content: space-between;
        min-width: 700px;
        max-width: 960px;
        margin: 0 auto;
    }

    .float-text {
        width: 280px;
        height: auto;
        font-weight: bold;
        font-size: 16px;
        line-height: 2.7;
        text-align: left;
        margin-bottom: 0;
    }
}