@charset "UTF-8";


.tire-lp h1,
.tire-lp h2,
.tire-lp h3,
.tire-lp p,
.tire-lp ul,
.tire-lp ol,
.tire-lp li {
    margin: 0;
    padding: 0;
}

.tire-lp {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.tire-lp ul,
.tire-lp li {
    list-style: none;
}

/* ヘッダー */

.tire-lp header {
    position: relative;
    height: 60px;
    background-color: #132D50;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #F9792A;
}

.tire-lp header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: clamp(-50px, -6vw, -20px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: clamp(30px, 8vw, 100px) solid transparent;
    border-right: clamp(30px, 8vw, 100px) solid transparent;
    border-top: clamp(20px, 7vw, 50px) solid #132D50;
}

.tire-lp header h1 {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    font-size: clamp(18px, 5vw, 32px);
}

.tire-lp header img {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 146px;
    height: 120px;
    object-fit: contain;
}

/* メイン */

.tire-lp .hero {
    background-image: url("../image/背景1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    height: auto;
}

.tire-lp .hero__suggestion {
    max-width: 600px;
    margin: 0 auto;
}

.tire-lp .hero__suggestion p {
    text-align: center;
    margin: 0 auto;
    padding: 28px 30px;
    background-color: #7CB58A;
    border-radius: 50px;
    font-size: 40px;
    font-weight: 500;
}

.tire-lp span.suggestion {
    z-index: 100;
    font-size: 32px;
}

/* -------------------------------- */

.tire-lp .hero__offer {
    background-color: #F9C885;
    width: fit-content;
    height: fit-content;
    margin-top: 40px;
    margin-left: 5%;
    padding: 0 20px 20px;
    border: 2px solid #333;
}

.tire-lp .hero__offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -40px;
}

.tire-lp .hero__offer-info {
    display: flex;
    flex-direction: column;
}

.tire-lp p.hero__offer-category {
    width: 100%;
    display: inline-block;
    font-size: 64px;
    font-weight: bold;
    -webkit-text-stroke: 10px #FFFFFF;
    paint-order: stroke fill;
}

.tire-lp p.hero__offer-size {
    font-size: 32px;
}

.tire-lp .hero__offer .hero__car {
    width: 135px;
    height: 100px;
}

.tire-lp .hero__offer-price {
    position: relative;
    text-align: left;
}

.tire-lp .hero__offer-price .hero__arrow-pc {
    width: 75px;
    height: 65px;
    position: absolute;
    top: 15px;
    left: clamp(40%, 45%, 50%);
}

.tire-lp .hero__arrow-sp {
    display: none;
}

.tire-lp p.hero__offer-price-after,
.tire-lp p.hero__offer-price-before {
    font-size: 32px;
}

.tire-lp p.hero__offer-price-before {
    margin: 0 0 15px 25px;
}

.tire-lp p.hero__offer-price-after {
    display: inline-block;
    margin: 0 60px 15px 145px;
    border-bottom: 5px solid #B10000;
}

.tire-lp span.hero__offer-price-before-num {
    font-size: 48px;
}

.tire-lp span.hero__offer-price-after-num {
    font-size: 64px;
}

.tire-lp span.hero-offer-price-after-note {
    font-size: 28px;
}

/* バナー */

.tire-lp .hero__estimate-banner__inner {
    position: relative;
    background-color: #1E4274;
    margin-top: 30px;
    height: 100px;
}

.tire-lp h2.hero__estimate-banner__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-size: clamp(28px, 15vw, 40px);
    font-weight: 500;
    color: #FFFFFF;
    z-index: 3;
}

.tire-lp .hero__estimate-banner__stuff {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tire-lp .hero__estimate-banner__stuff::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 415px;
    background-color: #132D50;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}

.tire-lp .hero__estimate-banner__stuff img {
    position: relative;
    z-index: 2;
    display: block;
    width: 285px;
    height: auto;
}

/* 対応の流れ */

.tire-lp .flow__list li img {
    width: 100px;
    height: 100px;
}

.tire-lp .flow {
    background-color: #E5E5E5;
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tire-lp .flow__content {
    width: 100%;
    height: fit-content;
    display: flex;
    position: relative;
    margin-top: 30px;
}

.tire-lp h2.flow__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 500;
    width: 305px;
    height: 75px;
    background-color: #E9BAA0;
    margin: 30px auto 0;
}

.tire-lp .flow__content img {
    content: "";
    position: absolute;
    top: 10%;
    left: 57%;
    width: clamp(60px, 8vw, 100px);
    height: auto;
}

.tire-lp .flow__container {
    max-width: 1200px;
    margin: 60px auto 30px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.tire-lp .flow__list {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.tire-lp .flow__list li {
    position: relative;
    width: clamp(300px, 50vw, 400px);
    height: 215px;
    background-color: #F0DAC5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tire-lp .flow__list li p {
    font-size: 40px;
    font-weight: 500;
}

.tire-lp span.flow__step {
    color: #FFFFFF;
    font-size: 60px;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 85px;
    height: 85px;
    background-color: #EFBE58;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.tire-lp .flow__list li img {
    position: absolute;
    top: 150px;
    right: -30px;
    object-fit: contain;
}

.tire-lp .flow__img-tire {
    transform: translateY(-12px);
}

/* お客様の声 */

.tire-lp .voice {
    width: 100%;
    height: 810px;
    padding-bottom: 50px;
    background-color: #F7EFEF;
}

.tire-lp h2.voice__title {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    font-size: 72px;
    font-weight: 500;
    padding: clamp(20px, 4vw, 40px) clamp(24px, 8vw, 100px) 0;
    background-color: #F7EFEF;
    position: relative;
    top: 20px;
}



.tire-lp .voice__inner {
    width: min(90%, 1200px);
    margin: 0 auto;
    padding: 35px clamp(16px, 4vw, 105px);
    border: 3px solid #333;
    border-radius: 10px;
    background-color: #F7EFEF;
}

.tire-lp .voice__item {
    width: min(100%, 915px);
    position: relative;
    background-color: #E6E8DA;
    border-radius: 10px;
    margin: 35px auto;

    display: grid;
    align-items: center;
}

.tire-lp .voice__item--left {
    grid-template-columns: 90px minmax(0, 1fr) 90px;
}

.tire-lp .voice__item--right {
    grid-template-columns: 90px minmax(0, 1fr) 90px;
}

.tire-lp .voice__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tire-lp .voice__icon img {
    width: 130px;
    height: 150px;
    object-fit: contain;
}

.tire-lp .voice__item--left .voice__icon {
    grid-column: 1;
}

.tire-lp .voice__item--left .voice__text {
    grid-column: 2;
    text-align: center;
    font-size: clamp(20px, 3vw, 40px);
    line-height: 1.4;
}

.tire-lp .voice__item--right .voice__text {
    grid-column: 2;
    text-align: center;
    font-size: clamp(20px, 3vw, 40px);
    line-height: 1.4;
}

.tire-lp .voice__item--right .voice__icon {
    grid-column: 3;
}


/* お問い合わせ */

.tire-lp .contact {
    position: relative;
}

.tire-lp h2.contact__title {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    font-size: 72px;
    font-weight: 500;
    padding: clamp(20px, 4vw, 40px) clamp(24px, 8vw, 100px) 0;
    position: relative;
    top: 20px;
    background-color: #FFFFFF;
}


.tire-lp .contact__inner {
    width: min(90%, 1200px);
    margin: 0 auto;
    padding: 35px clamp(16px, 4vw, 105px);
    border: 3px solid #333;
    border-radius: 10px;
}

.tire-lp .contact__list {
    text-align: center;
    width: fit-content;
    padding: 70px 0;
    margin: 0 auto;
}

.tire-lp li.contact__item {
    font-size: 52px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px;
}

.tire-lp a.contact__btn {
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 70px 0;
}


.tire-lp .contact__btn-text {
    font-size: 40px;
    font-weight: bold;
    padding: 25px 130px;
    background-color: #2DC654;
    border-radius: 50px;
    border: 5px solid #333;
    box-shadow: 3px 6px 0 #222;
    cursor: pointer;
    transition: 0.3s;
}

.tire-lp .contact__btn-text:hover {
    transform: scale(1.05);
}

.tire-lp .contact__car img {
    position: absolute;
    bottom: -80px;
    right: 20px;
    width: 390px;
    height: 200px;
}

.tire-lp footer {
    display: none;
}

/* ------------------------------------------------- */

@media screen and (max-width: 1024px) {

    .tire-lp header img {
        top: 20%;
        right: 15%;
    }

    .tire-lp .hero__suggestion p {
        font-size: clamp(16px, 5vw, 34px);
        width: fit-content;
    }

    .tire-lp span.suggestion {
        font-size: 24px;
    }

    /* -------------------------------------- */

    .tire-lp .hero__offer {
        width: fit-content;
        height: fit-content;
        margin-top: 60px;
        margin-left: 5%;
        padding: 0 20px 20px;
        border: 2px solid #333;
    }

    .tire-lp .hero__offer-content {
        top: -40px;
    }

    .tire-lp p.hero__offer-category {
        width: 100%;
        font-size: 54px;
    }

    .tire-lp p.hero__offer-size {
        font-size: 28px;
    }

    .tire-lp .hero__offer .hero__car {
        width: 115px;
        height: 80px;
    }

    .tire-lp .hero__offer-price {
        position: relative;
        text-align: left;
    }

    .tire-lp .hero__offer-price .hero__arrow-pc {
        width: clamp(30px, 8vw, 60px);
        height: clamp(25px, 8vw, 50px);
        /* left: 50%; */
    }

    .tire-lp p.hero__offer-price-after,
    .tire-lp p.hero__offer-price-before {
        font-size: clamp(16px, 3vw, 24px);
    }

    .tire-lp p.hero__offer-price-before {
        /* margin: 0 0 15px 25px; */
        margin: 0 0 clamp(8px, 3vw, 15px) clamp(0px, 2vw, 20px);
    }

    .tire-lp p.hero__offer-price-after {
        /* margin: 0 40px 15px 145px; */
        margin: 0 clamp(20px, 3vw, 40px) 15px clamp(0px, 12vw, 145px);
        border-bottom: 3px solid #B10000;
    }

    .tire-lp span.hero__offer-price-before-num {
        font-size: clamp(24px, 6vw, 40px);
        margin-left: 5%;
    }

    .tire-lp span.hero__offer-price-after-num {
        font-size: clamp(40px, 5vw, 54px);
    }

    .tire-lp span.hero-offer-price-after-note {
        font-size: clamp(12px, 4vw, 24px);
    }

    /* バナー */

    .tire-lp h2.hero__estimate-banner__text {
        font-size: clamp(26px, 3vw, 32px);
        justify-content: left;
        margin-left: 10%;
    }

    .tire-lp .hero__estimate-banner__stuff {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .tire-lp .hero__estimate-banner__stuff::before {
        width: 300px;
        height: 330px;
    }

    .tire-lp .hero__estimate-banner__stuff img {
        width: 250px;
    }

    /* 対応の流れ */

    .tire-lp .flow__list li img {
        width: 100px;
        height: 100px;
    }

    .tire-lp .flow {
        height: 100%;
        padding-bottom: 50px;
    }

    .tire-lp .flow__content img {
        left: 60%;
    }

    .tire-lp .flow__container {
        max-width: 1200px;
        margin: 60px auto 30px;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .tire-lp .flow__list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        gap: 50px;
    }

    /* お客様の声 */

    .tire-lp .voice {
        height: 100%;
        padding-bottom: 50px;
    }

    .tire-lp h2.voice__title {
        font-size: clamp(32px, 8vw, 64px);
    }

    .tire-lp .voice__inner {
        padding: 0;
    }

    .tire-lp .voice__item {
        max-width: 1000px;
        width: 90%;
    }

    .tire-lp .voice__item--left p.voice__text {
        font-size: clamp(8px, 3.5vw, 28px);
    }

    .tire-lp .voice__item--right p.voice__text {
        font-size: clamp(8px, 3.5vw, 28px);
    }

    .tire-lp .voice__item--left .voice__icon img {
        width: clamp(70px, 15vw, 110px);
        height: 130px;
        top: -15px;
    }

    .tire-lp .voice__item--right .voice__icon img {
        width: clamp(70px, 15vw, 110px);
        height: 130px;
        top: -15px;
        right: 0;
    }

    /* お問い合わせ */

    .tire-lp h2.contact__title {
        font-size: clamp(32px, 8vw, 64px);
    }

    .tire-lp .contact__inner {
        padding: 0;
    }

    .tire-lp li.contact__item {
        font-size: clamp(24px, 4vw, 48px);
        padding-left: 24px;
        line-height: 1.4;
    }

    .tire-lp a.contact__btn {
        padding: 50px 0;
    }

    .tire-lp .contact__btn-text {
        font-size: 36px;
        padding: 20px 100px;
    }

    .tire-lp .contact__car img {
        position: absolute;
        bottom: -60px;
        right: 20px;
        width: 350px;
        height: 160px;
    }
}

@media screen and (max-width: 768px) {
    .tire-lp header img {
        top: 20%;
        right: 5%;
        width: clamp(50px, 15vw, 120px);
        height: clamp(40px, 15vw, 100px);
    }

    .tire-lp .hero {
        height: fit-content;
    }

    .tire-lp .hero__suggestion {
        max-width: 600px;
        margin: 0 auto;
    }

    .tire-lp .hero__suggestion p {
        font-size: 28px;
    }

    .tire-lp span.suggestion {
        font-size: 20px;
    }

    .tire-lp .hero__offer {
        margin-top: 40px;
        margin-left: 2%;
        padding: 0 10px 10px;
        width: clamp(250px, 70vw, 600px);
        height: clamp(180px, 70vw, 260px);
    }

    .tire-lp .hero__offer-content {
        top: -30px;
    }

    .tire-lp p.hero__offer-category {
        font-size: clamp(20px, 8vw, 50px);
        -webkit-text-stroke: 8px #FFFFFF;
        paint-order: stroke fill;
    }

    .tire-lp p.hero__offer-size {
        font-size: clamp(14px, 4vw, 24px);
    }

    .tire-lp .hero__offer-content img {
        width: clamp(40px, 20vw, 100px);
        height: clamp(25px, 20vw, 75px);
    }

    .tire-lp p.hero__offer-price-after {
        border-bottom: 3px solid #B10000;
    }

    .tire-lp span.hero__offer-price-after-note {
        font-size: 20px;
    }

    .tire-lp .hero__estimate-banner__inner {
        margin-top: 30px;
        height: 80px;
    }

    .tire-lp h2.hero__estimate-banner__text {
        justify-content: left;
        margin-left: 3%;
        height: 100%;
        font-size: clamp(18px, 4vw, 30px);
    }

    .tire-lp .hero__estimate-banner__stuff::before {
        width: clamp(40px, 35vw, 250px);
        height: clamp(50px, 35vw, 300px);
    }

    .tire-lp .hero__estimate-banner__stuff img {
        z-index: 2;
        width: clamp(50px, 30vw, 200px);
        height: auto;
    }

.tire-lp .flow {
    margin-top: 0px;
}

    .tire-lp .flow__list li p {
        font-size: clamp(36px, 5vw, 40px);
    }

    .tire-lp .flow__content img {
        left: 65%;
    }

    .tire-lp .voice__item--right {
        display: flex;
        justify-content: right;
    }

    .tire-lp .voice__item--left {
        display: flex;
        justify-content: left;
    }

    .tire-lp .voice__item--left p.voice__text {
        margin: 0 auto;
    }

    .tire-lp .contact__car img {
        bottom: -40px;
        right: 10px;
        width: clamp(120px, 50vw, 200px);
        height: auto;
    }

    .tire-lp a.contact__btn {
        padding: 0 0 60px 0;
    }

    .tire-lp .contact__btn-text {
        font-size: clamp(24px, 5vw, 28px);
        padding: clamp(14px, 5vw, 18px) clamp(40px, 20vw, 80px);
    }

}

@media screen and (max-width: 425px) {

    .tire-lp .hero__suggestion p {
        padding: 28px 26px;
    }

    .tire-lp p.hero__offer-category {
        -webkit-text-stroke: 6px #FFFFFF;
        paint-order: stroke fill;
    }

    .tire-lp .hero__offer-price {
        text-align: center;
    }

    .tire-lp p.hero__offer-price-after {
        display: flex;
        align-items: end;
        flex-wrap: wrap;
        gap: 4px;
    }

    .tire-lp p.hero__offer-price-after {
        border-bottom: none;
    }

    .tire-lp span.hero__offer-price-after-note {
        border-bottom: 3px solid #B10000;
    }

    .tire-lp .hero__offer-content {
        top: 0;
    }

    .tire-lp p.hero__offer-price-before,
    .tire-lp p.hero__offer-price-after {
        text-align: center;
    }

    .tire-lp span.hero__offer-price-before-num {
        font-size: clamp(24px, 8vw, 30px);
    }

    .tire-lp .hero__offer-price .hero__arrow-pc {
        display: none;
    }

    .tire-lp .hero__arrow-sp {
        display: block;
        margin: 0 auto;
        width: 20px;
        height: 30px;
        object-fit: contain;
    }


    .tire-lp p.hero__offer-price-after {
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .tire-lp span.hero__offer-price-after-num {
        font-size: clamp(34px, 5vw, 40px);
    }

    .tire-lp span.hero__offer-price-after-note {
        font-size: clamp(16px, 3vw, 24px);
    }

    .tire-lp h2.hero__estimate-banner__text {
        justify-content: left;
        margin-left: 2%;
        height: 100%;
        font-size: 20px;
        letter-spacing: -0.08em;
    }

    .tire-lp .flow__content img {
        left: 75%;
    }

    .tire-lp span.flow__step {
        font-size: 55px;
        top: -30px;
        left: -20px;
        width: 70px;
        height: 70px;
    }

}

@media screen and (max-width: 375px) {
    .tire-lp span.suggestion {
        font-size: 18px;
    }

    .tire-lp h2.hero__estimate-banner__text {
        font-size: 18px;
        letter-spacing: -0.1em;
    }

    .tire-lp .voice__item--right p.voice__text {
        font-size: 13px;
    }
}