@charset "UTF-8";
/*TOPページ*/
.l_toppage .l_mainvisual{
    position:relative;
    height:624px;
    padding-bottom:180px;
}

.l_toppage .c_mainvisual_bg{
    width:77.5%;
    height:100%;
    margin-left:auto;
    overflow: hidden;
    position:relative;
}

.l_toppage .text-block{
    position: absolute;
    left: 6.25%;
    bottom:180px;
}

.l_toppage .text-white{
    color:#fff;
    left:-21%;
    bottom:0;
    z-index: 2;
}

.l_toppage .text-inner{
    overflow: hidden;
    position: relative;
    width:16.25vw;
}

.l_toppage .p_copy{
    width:93.75vw;
}

@media  screen and (max-width:768px) {
    .l_toppage .l_mainvisual{
        padding-bottom:130px;
    }
    
    .l_toppage .c_mainvisual_bg{
        width:76%;
    }
    
    .l_toppage .text-block{
        left: 4%;
        bottom:130px;
    }
    
    .l_toppage .text-white{
        left:-26%;
        bottom:0;
    }

    .l_toppage .text-inner{
        width:20vw;
    }

    .l_toppage .p_copy{
        width:96vw;
    }
}

.l_photo .swiper-wrapper {
    transition-timing-function: linear;
  }