@charset "utf-8";

/* ----- メインビジュアル ----- */
.Mainvisual{
    width: 100%;
    height: 100vh;
}
.Mainvisual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Mainvisual video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: middle;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}

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

    .Mainvisual{
        height: 100vw;
    }

    .Mainvisual video{
        height: 93.33333vw;
    }

}



/* ----- サービス ----- */
.Service{
    padding-top: 0;
    padding-bottom: 118px;
}
.Service__inner{
    z-index: 2;
    position: relative;
}
.Service__inner::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -85px;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    background-image: url(../image2024/ebisuta/index/bg_service-logo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 10px center;
}
.Service__message{
    font-size: 20px;
    padding-top: 85px;
    line-height: calc(44 / 20);
    font-weight: 700;
    transform: translateY(-85px);
    text-align: center;
}
.Service .ebisuta2024-part__title{
    margin-bottom: 70px;
    letter-spacing: 0;
}
.Service-panel-wrap{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Service-panel{
    width: calc((100% - (30px * 2)) / 3);
}
.Service-panel:not(:nth-last-of-type(-n+3)){
    margin-bottom: 28px;
}
.Service-panel a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.Service-panel a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    opacity: .5;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(44,44,44,0.6811099439775911) 68%, rgba(84,84,84,1) 100%);
}
.Service-panel__image{
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.Service-panel__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}
.Service-panel__image__caption{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    left: 0;
    bottom: 15px;
    right: 0;
    position: absolute;
    z-index: 3;
    text-align: center;
    color: #fff;
}
.Service-panel a:hover .Service-panel__image img{
    transform: scale(1.1);
}

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

    .Service{
        padding-bottom: 13.333333vw;
    }
    .Service__inner::before{
        width: calc(100% - (3.333333vw * 2));
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(-13.333333vw / 2);
        background-position: top 10vw center;
    }
    .Service__message{
        font-size: 3.5vw;
        padding-top: 13.333333vw;
        line-height: 2;
        transform: translateY(calc(-13.333333vw / 2));
        margin-bottom: calc(13.333333vw / 2);
    }
    .Service .ebisuta2024-part__title{
        margin-bottom: 13.333333vw;
    }
    .Service-panel{
        width: calc((100% - 2.666666vw) / 2);
    }
    .Service-panel:not(:nth-last-of-type(-n+2)){
        margin-bottom: 2.666666vw;
    }
    .Service-panel__image{
        height: 30vw;
    }
    .Service-panel__image__caption{
        font-size: 3.5vw;
        bottom: 3.5vw;
        letter-spacing: .1em;
    }

}



/* ----- 実績／概要 ----- */
.PA__inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PA-content{
    width: calc(100% / 2);
    padding-top: 75px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
}
.PA-content__inner{
    width: 600px;
    display: flex;
    align-items: center;
}
.PA-content-block{
    width: 495px;
    padding-left: 35px;
    padding-right: 35px;
}
.PA-content .ebisuta2024-part__title{
    margin-bottom: 35px;
    letter-spacing: .2em;
}
.PA-content .ebisuta2024-part__text{
    margin-bottom: 35px;
    text-align: center;
}

/* ----- 実績 */
.Performance{
    background-image: url(../image2024/ebisuta/index/bg_performance.jpg);
    justify-content: flex-end;
}
.Performance .PA-content__inner{
    justify-content: flex-start;
}
.Performance .ebisuta2024-part__title,
.Performance .ebisuta2024-part__text{
    color: #fff;
}

/* ----- 概要 */
.About{
    background-image: url(../image2024/ebisuta/index/bg_about.jpg);
    justify-content: flex-start;
}
.About .PA-content__inner{
    justify-content: flex-end;
}
.About .ebisuta2024-part__title,
.About .ebisuta2024-part__text{
    color: #fff;
}

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

    .PA__inner{
        flex-direction: column;
    }
    .PA-content{
        width: 100%;
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .PA-content__inner{
        width: 100%;
    }
    .PA-content-block{
        width: 100%;
        padding-left: 3.333333vw;
        padding-right: 3.333333vw;
    }
    .PA-content .ebisuta2024-part__title{
        margin-bottom: 10vw;
    }
    .PA-content .ebisuta2024-part__text{
        margin-bottom: 10vw;
    }

}


/* ----- 音響体験 ----- */
.Onkyo{
    padding-top: 95px;
    padding-bottom: 105px;
    background-image: url(../image2024/ebisuta/index/bg_onkyo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Onkyo__inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Onkyo-content{
    width: 383px;
    height: 383px;
    padding: 40px;
    background: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Onkyo-content .ebisuta2024-part__title{
    margin-bottom: 28px;
}
.Onkyo-content .ebisuta2024-part__title::after{
    display: none;
}
.Onkyo-content .ebisuta2024-part__text{
    margin-bottom: 28px;
    text-align: center;
}

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

    .Onkyo{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Onkyo-content{
        width: 75vw;
        height: auto;
        padding: 10vw 7.5vw;
    }
    .Onkyo-content .ebisuta2024-part__title{
        margin-bottom: 5vw;
    }
    .Onkyo-content .ebisuta2024-part__text{
        margin-bottom: 5vw;
    }

}



/* ----- Instagram ----- */
.Instagram{
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 15px solid transparent;
    border-image: linear-gradient(90deg, rgba(120,56,169,1) 0%, rgba(235,15,40,1) 50%, rgba(248,204,1,1) 100%);
    border-image-slice: 1;
    background: #efefef;
}
.Instagram .ebisuta2024-part__title{
    margin-bottom: 60px;
    letter-spacing: .05em;
}
.Instagram-feed{
    width: 100%;
    margin-bottom: 70px;
}
.Instagram-feed #sb_instagram{
    padding-bottom: 0 !important;
}
.Instagram-feed #sbi_images{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.Instagram-feed #sbi_images path{
    color: #fff;
}
.Instagram-Button{
    width: 380px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.Instagram-Button a{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: .3s all ease-in-out;
}
.Instagram-Button a:hover{
    opacity: .6;
}

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

    .Instagram{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
        border-top: 2.5vw solid transparent;
    }
    .Instagram .ebisuta2024-part__title{
        margin-bottom: 10vw;
    }
    .Instagram-feed{
        margin-bottom: 10vw;
    }
    .Instagram-Button{
        width: 100%;
        height: 11.333333vw;
    }
    .Instagram-Button img{
        width: 25vw;
    }
    
}



/* ----- ご相談・お問い合わせ ----- */
.Contact{
    padding-top: 155px;
    padding-bottom: 125px;
    background: #545153;
    background-image: url(../image2024/ebisuta/index/bg_contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Contact__inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.Contact-content{
    width: 50%;
}
.Contact .ebisuta2024-part__title{
    margin-bottom: 60px;
    letter-spacing: 0;
    color: #fff;
}
.Contact .ebisuta2024-part__text{
    font-size: 18px;
    margin-bottom: 55px;
    line-height: calc(40 / 18);
    text-align: center;
    color: #fff;
}
.Contact .ebisuta2024-part-Button{
    width: 415px;
}

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

    .Contact{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Contact-content{
        width: 100%;
    }
    .Contact .ebisuta2024-part__title{
        margin-bottom: 10vw;
    }
    .Contact .ebisuta2024-part__text{
        font-size: 3.5vw;
        margin-bottom: 10vw;
        line-height: 2;
    }
    .Contact .ebisuta2024-part-Button{
        width: 100%;
        height: 11.333333vw;
    }

}