@charset "utf-8";
nav.header-nav ul li.top::before {
    width: 140%;
}
@media screen and (max-width: 750px){
    nav.header-nav ul li.top::after {
        content: "";
        width: calc(100% + 52px);
        height: 100%;
        background: -webkit-linear-gradient(45deg, #9292a5 0%, #737380 100%);
        background: linear-gradient(45deg, #9292a5 0%, #737380 100%);
        position: absolute;
        top: 0;
        left: -26px;
        z-index: -1;
        opacity: .5;
    }
}

.inner1366{
    max-width: 1366px;
    margin: 0 auto;
}
.inner800{
        max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}



.mv_slide li.slick-slide{
    position: relative;
}

.mv_slide li.slick-slide::before,.mv_slide li.slick-slide::after{
    content: "";
    width: 2.35%;
    height: 100%;
    position: absolute;
    top: 0;
}

.mv .slick-dots{
    /* bottom: 5px; */
}

.mv .slick-dots li{
    width: 10px;
}

.mv .slick-dots li button:before{
    font-size: 8px;
}



.mv .slick-dotted.slick-slider{
    margin-bottom: 0;
}

.mv_slide li.slick-slide::before{
    background-image: linear-gradient(#ec6d56, #f5b199);
    left: 0;
}
.mv_slide li.slick-slide::after{
    background-image: linear-gradient(#ec6d56, #f5b199);
    right: 0;
}

.mv_slide .img_cap{
    right: 3%;
}

.slick-slide img.db650{
  display: none;
}

.feature_ttl_box{
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.feature_ttl_box > div{
    display: inline-block;
}

.feature_ttl{
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.feature_ttl .span_orange:first-of-type{
    margin-left: 0.6em;
}

.feature_ttl .span_orange{
    background: #ee7b5d;
    color: #fff;
    padding: 0 0.15em;
    margin: 0 0.08em;
    font-size: 0.9em;
    line-height: 1.3;
    letter-spacing: 0;
}

.feature{
    text-align: right;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5;
}

.feature_renew_box{
    max-width: 1040px;
    width: 80%;
    padding: 0px 0px;
    box-sizing: border-box;
    /* background-image: linear-gradient(#f5b199, #ec6d56); */
    margin: 40px auto 0;

}

.feature_renew_box > div{
    /* max-width: 910px; */
    max-width: 1000px;
    margin: 0 auto;
}

.ttl01_box{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.ttl01_en{
    position: absolute;
}
.ttl01_en img{
    height: 28px;
}

.ttl01_jp{
    flex: 1;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 600;
}

.route_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.route_flex li{
    width: 45%;
}

.route_flex li p{
    margin-top: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 18px;
    font-feature-settings: "palt";
    text-align: center;
    font-weight: 600;
    color: #292855;
}

.route_flex li rt{
    position: relative;
    top: -5px;
}

.route_flex.movie li:nth-of-type(n + 3){
    margin-top: 60px;
}

.route_flex.movie li p{
    margin-top: 10px;
}





.cont_flex{
    max-width: 1280px;
    width: 94%;
    /* background: #000; */
    display: flex;
    align-items: flex-start;
    position: relative;
}

.cont_flex.right{
    margin-left: auto;    
}
.cont_flex.left{
    margin-right: auto;    
}

.cont_txt{
    width: 28%;
    max-width: 358px;
}

.cont_txt_ttl{
    margin-bottom: 260px;
    display: inline-block;
}
.cont_txt_ttl img{
    height: 36px;
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: left center;    
}

.cont_txt_ttl.fade_r img{
    object-position: right center;    
}

.cont_flex.left .cont_txt{
    text-align: right;
}

.cont_txt_more{
    background: #2c9db4;
    color: #fff;
    padding: 20px;
    height: 220px;
    width: 41%;
    max-width: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    text-align: left;
    z-index: 1;
    transition-duration: 0.6s;
}
.cont_txt_more:hover{
    /* opacity: 0.8; */
    background: #61c9de;
}

.cont_txt_more:hover .top_view_more{
    transform: translateX(10px);
}

.cont_flex.left .cont_txt_more{
    right: 0;
}

.cont_txt_ttl_sub{
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 2;
}


.cont_img{
    width: 68%;
    max-width: 870px;
}
.cont_flex.right .cont_img{
    margin-left: auto;
}
.cont_flex.left .cont_img{
    margin-right: auto;
}

.top_view_more{
    /* display: inline-block; */
    text-transform: uppercase;
    margin-top: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    transition-duration: 0.6s;
    font-size: 15px;
}

.icon-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 7px;
}

.icon-circle::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2192a5;
    border-right: 1px solid #2192a5;
    transform: rotate(45deg);
    margin-right: 2px;
}

.col_navy{
    color: #294763;
}

.movie_ttl{
    display: inline-block;
    margin-bottom: 10px;
}

.movie_ttl img{
    height: 16px;
}

.js-modal-video{
    cursor: pointer;
}
.js-modal-video a{
    transition-duration: 0.6s;

}
.js-modal-video:hover a{
    opacity: 0.6;
}

.bnr_link{
    display: block;
}

.bnr_link_a{
    margin-bottom: 40px;
}

.bnr_link img{
    transition-duration: 0.6s;
}
.bnr_link:hover img{
    opacity: 0.6;
}

.mv_soku{
    position: absolute;
    width: 17%;
    right: 5%;
    top: 5%;
    z-index: 1;
    filter: drop-shadow(0px 0px 1px #777);
}

@media screen and (max-width: 1200px) {

    .cont_txt_more{
        width: 45%;
        height: 190px;
    }

    .cont_txt_ttl_sub {
        font-size: 20px;
    }

}

@media screen and (max-width: 1000px) {
    .feature_ttl{
        font-size: 36px;
    }

    .ttl01_jp{
        font-size: 18px;
    }


    .ttl01_en img {
        height: 24px;
    }

    .cont_txt_ttl img {
        height: 28px;
    }

    .route_flex li p{
        font-size: 16px;
    }


    

    .cont_txt_more{
        width: 60%;
        height: 160px;
        top: 40px;
    }

    .cont_txt_ttl_sub {
        font-size: 18px;
    }

    .top_view_more{
        font-size: 14px;
    }

    .movie_ttl img {
        height: 14px;
    }

}


@media screen and (max-width: 650px) {
    .dn650,.slick-slide img.dn650{
        display: none;
    }
    .db650,.slick-slide img.db650{
        display: block;
    }

    .mv_soku{
        width: 40%;
        top: initial;
        bottom: 8%;
        filter: drop-shadow(0px 0px 8px #666);
    }

    .feature_renew_box{
        width: 90%;
        /* padding: 20px 10px; */
        padding: 0;
    }

    .feature_ttl {
        font-size: 25px;
    }

    .route_flex li p{
        font-size: 14px;
    }


    .ttl01_box{
        flex-direction: column;
    }
    .ttl01_en{
        position: relative;
    }

    .cont_flex{
        flex-wrap: wrap;
    }

    .cont_txt{
        width: 100%;
        max-width: initial;
    }

    .cont_txt_ttl{
        margin-bottom: 0;
    }

    .cont_txt_more{
        position: relative;
        height: auto;
        top: inherit;
        margin: 20px 0;
        width: 100%;
        max-width: initial;
    }

    .cont_location_img01{
        width: 80%;
        margin-bottom: 20px;
    }

    .cont_img{
        width: 100%;
        order: 2;
    }

    .ttl01_box{
        margin-bottom: 30px;
        gap: 20px;
    }

    .cont_txt_ttl img {
        height: 24px;
    }

    .ttl01_en img {
        height: 18px;
    }

    .route_flex{
        flex-wrap: wrap;
    }

    .route_flex li{
        width: 100%;
    }

    .route_flex li:nth-of-type(n + 2),.route_flex.movie li:nth-of-type(n + 3){
        margin-top: 30px;
    }


    .cont_txt_ttl_sub {
        font-size: 18px;
    }

    .top_view_more{
        font-size: 12px;
        margin-top: 15px;
    }
    .icon-circle{
        width: 15px;
        height: 15px;
    }
    .icon-circle::after{
        width: 4px;
        height: 4px;
    }


}
