@charset "UTF-8";

/* ======= main ======= */
/* fv */
.fv-slider{
    position: relative;
}
.slider-dots {
    width: 80%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    list-style: none;

    li {
        display: inline-block;
        width: calc(50% - 10px);
        margin: 0 5px;
    }

    button {
        position: relative;
        width: 100%;
        height: 4px;
        border: 0;
        background-color: #ccc;
        font-size: 0;
        
        &:after {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            display: block;
            width: 0%;
            height: 100%;
        }
    }

    .slick-active {
        button:after {
            background-color: #000;
            animation: progress 5.5s linear forwards;
        }
    }
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.arrow_box {
    max-width: 1000px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.prev-arrow::before, .next-arrow::before{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    bottom: 0;
    color: #000;
}
.prev-arrow::before{
    content: '\f053';
    left: 15px;
}
.next-arrow::before{
    content: '\f054';
    right: 15px;
}
.slick-dotted.slick-slider{
    margin: 0!important;
}

/*ボタンエフェクト*/
.anim-box {
    display:block;
}
.anim-box.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
}

/* voice */
.voice-block{
    width: 90%;
    padding: 50px 0;
    margin: auto;
}

/* pr */
.pr{
    background-color: #FFD426;
    padding: 30px;
}
.pr-top-tx{
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
.car-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.car-item:nth-child(1),
.car-item:nth-child(2){
    grid-column: span 2;
}
.car-item{
    background-color: #fff;
}
.pr-bottom-tx{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}

/* campaign */
.campaign{
    background-color: #FFD426;
    padding: 30px 15px;
}
.campaign-img {
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -3%);
    border: 10px solid #fff;
}
.heading {
    margin-top: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}
.heading::before, .heading::after {
    background-color: #000000;
    border-radius: 5px;
    content: "";
    height: 2px;
    width: 40px;
}
.heading::before {
    margin-right: 10px;
    transform: rotate(60deg);
}
.heading::after {
    margin-left: 10px;
    transform: rotate(-60deg);
}
.g-contact-btn {
    display: block;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    border-radius: 5px;
    background: #d82237;
    margin-top: 20px;
}
.g-contact-btn:before {
    content: "";
    display: block;
    width: 1.3em;
    height: 1em;
    margin: 0 auto 10px auto;
    background: url(/lp/mega_misato/assets/img/icon-mail.svg) no-repeat center / 100%;
}
/* search */
.search{
    padding: 30px;
}
.g-stock-btn {
    display: block;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    border-radius: 5px;
    background: #d82237;
}
.g-stock-btn:before {
    content: "";
    display: block;
    width: 1.429em;
    height: 1.143em;
    margin: 0 auto .4em;
    background: url(/lp/mega_misato/assets/img/icon-stock.svg) no-repeat center / 100%;
}
/* reason */
.reason{
    background-color: #fbfaed;
    padding: 50px 30px;
}
.reason-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.reason-item{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    background-color: #fff;
    border: 3px solid #2f3681;
    border-radius: 5px;
    padding: 15px;
}
.reason-item .tit{
    position: relative;
    background-color: #e60012;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px 5px 5px 50px;
}
.reason-item .tit:before{
    content: "";
    position: absolute;
    top: .2em;
    left: .5em;
    width: 2em;
    height: 2em;
    background: no-repeat center / 100%;
}
.reason-item:nth-child(1) .tit:before{
    background-image: url(/lp/mega_misato/assets/img/icon-stock.svg);
}
.reason-item:nth-child(2) .tit:before{
    background-image: url(/lp/mega_misato/assets/img/icon-crown.svg);
}
.reason-item:nth-child(3) .tit:before{
    background-image: url(/lp/mega_misato/assets/img/icon-after_s.svg);
}
.reason-item:nth-child(4) .tit:before{
    background-image: url(/lp/mega_misato/assets/img/icon-shaken.svg);
}
.reason-item .lead{
    color: #2f3681;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 7px 0;
}
.reason-item .txt{
    font-size: 12px;
}
.bnr-hosho{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 2em 25% 2.5em 3.5em;
    color: #2f3682;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #2f3681;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}
.bnr-hosho:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.5em;
    width: 16%;
    background: url(/lp/mega_misato/assets/img/illust-hosho-ttl.svg) no-repeat right bottom / 100%;
}
.bnr-hosho .tit{
    font-size: 30px;
    margin-bottom: 10px;
}
.bnr-hosho .tit span{
    margin-left: 1em;
    font-size: 14px;
    color: #d82237;
    font-family: 'Proza Libre';
}
.reason-link-btn a{
    max-width: 350px;
    text-align: center;
    background-color: #2f3682;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    margin: 30px auto 0 auto;
}
/* store */
.store{
    background-color: #fff;
    padding: 50px 30px;
}
.store-info-area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 50px 0;
}
/* img */
.store-slider-container{
    min-width: 0;
}
.store-slider{
    overflow: hidden;
}
.store-slider .slick-slide img{
    display: block;
    width: 100%;
    height: auto;
}
.store-slider-thumb{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.store-slider-thumb button{
    width: calc((100% - 20px) / 5);
    flex: 0 0 calc((100% - 20px) / 5);
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    opacity: .6;
}
.store-slider-thumb button.is-active{
    opacity: 1;
}
.store-slider-thumb img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
/* table */
.store-info-detail .row{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 15px;
    margin-bottom: 10px;
}
.store-info-detail .row dt{
    background-color: #ebeef7;
    text-align: center;
    padding: 5px;
}
.store-lead{
    font-size: 18px;
    color: #2f3681;
    margin-bottom: 15px;
}

/*1000px以上*/
@media screen and (max-width:1000px){
    /* fv */

    /* voice */
    .voice-block{
        padding: 30px 0;
    }
    /* pr */
    .pr{
        padding: 30px 15px;
    }
    .pr-top-tx{
        font-size: 2em;
    }
    .car-block{
        gap: 10px;
    }
    .pr-bottom-tx{
        font-size: 1.5em;
    }
    .g-contact-btn,
    .g-stock-btn{
        font-size: 18px;
    }
    /* campaign */
    .campaign{
        padding: 30px 15px;
    }
    /* reason */
    .reason{
        padding: 30px 15px;
    }
    .reason-block{
        grid-template-columns: 1fr;
    }
    .reason-item{
        grid-template-columns: 1fr 2fr;
    }
    .reason-item .tit:before{
        width: 1.5em;
    }
    .reason-item .tit{
        font-size: 16px;
        padding: 5px 5px 5px 35px;
    }
    .reason-item .lead{
        font-size: 16px;
    }
    .bnr-hosho {
        padding: 15px 15px 50px 15px;
    }
    .bnr-hosho .tit{
        font-size: 24px;
    }
    /* store */
    .store{
        padding: 30px 15px;
    }
    .store-info-area{
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 30px 0;
    }
}

/*750px以上*/
@media screen and (max-width:750px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}

/*480px以上*/
@media screen and (max-width:480px){
    /* pr */
    .pr-top-tx{
        font-size: 1.8em;
    }
    /* campaign */
    .heading{
        font-size: 14px;
    }
}