@charset "UTF-8";


h1.header__logo img.logo_img{
    width: 100%;
    max-width: 250px;
    background: #fff;
    padding: 10px;
    margin: 30px 0 0;
}

.lp_senkyo_mv h1 picture img:nth-of-type(2) {
    display: none;
}

.lp_senkyo_mv .hero_box {
    width: 100%;
    position: absolute;
    bottom: 50px;
    z-index: 2;
}

.lp_senkyo_mv .hero_box.intro {
    bottom: 30px;
}

.lp_senkyo_mv .hero_box div {
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.lp_senkyo_mv .hero_box div p {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    filter: drop-shadow(5px 7px 4px rgba(0, 0, 0, 80%));
}

.lp_senkyo_mv .hero_box div p br:nth-of-type(2) {
    display: none;
}

.lp_senkyo_mv .hero_box div .hero_headline span {
    font-size: 1.3rem;
}

.lp_senkyo_mv .hero_box div .hero_subcopy {
    font-size: 1rem;
    margin-top: 15px;
}

.sec_hissyo>h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background: #dc000b;
    border-radius: 10px;
    padding: 10px;
    margin: 80px 0 40px;
}

.sec_hissyo .contents_box h3 {
    margin: 0 0 10px;
}

.sec_hissyo .contents_box ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.sec_hissyo .contents_box>p {
    font-size: 0.8rem;
}

.sec_hissyo .contents_box>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 30px;
}

.footer__wrap {
    justify-content: space-evenly;
}

.footer__wrap>div>p {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .lp_senkyo_mv .hero_box div p:nth-of-type(2) {
        font-size: 2rem;
    }

    .lp_senkyo_mv .hero_box div p br:nth-of-type(2) {
        display: block;
    }

    .sec_hissyo .contents_box>div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .lp_senkyo_mv h1 picture img:nth-of-type(1) {
        display: none;
    }

    .lp_senkyo_mv h1 picture img:nth-of-type(2) {
        display: block;
    }

    .lp_senkyo_mv .hero_box {
        position: initial;
        background: #9d1507;
        padding: 30px 0;
    }

    .lp_senkyo_mv .hero_box div p {
        font-size: 1.2rem;
        text-align: center;
    }

    .lp_senkyo_mv .hero_box div .hero_headline {
        font-size: 1.7rem;
    }

    .sec_hissyo>h2 {
        font-size: 1.4rem;

    }

    .sec_hissyo .contents_box>div {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__wrap>div>p {
        font-size: 0.9rem;
        margin: 0 0 30px;
    }
}