@charset "utf-8";

/* ==================================================================
	mainvisual用のCSS
=================================================================== */

/* =================================
   ■ メインビジュアル
================================== */
.accentBox{
    z-index:1;
    position:relative;
    height: 100%;
    text-align:center;
    overflow: hidden;
    @media (max-width: 767px) {
        max-height: 650px;
    }
}
    .accentBox::after {
        content: "";
        position: absolute;
        top:0;
        left: 0;;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.1);
        pointer-events: none;
    }

.accentBox .mv_img{
    width: 100vw;
    height: 100vh;
    margin-bottom: 0;
}
.accentBox .mv_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.accentBox .mv_txt{
    position: absolute;
    height: fit-content;
    left: 40px;
    bottom: 10%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    
    @media (max-width: 767px) {
        left: 4vw;
        bottom: 52px;
    }
}
.accentBox .mv_txt h2{
    font-size: 6rem;
    line-height: 1.6;
    @media (max-width: 767px) {
        font-size: 3.0rem;
        text-align: left;
    }
}
.accentBox .mv_txt p{
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 29px;
    @media (max-width: 767px) {
        font-size: 1.2rem;
        margin-top: 20px;
        line-height: 2;
    }
}

.accentBox .mv_logo{
    position: absolute;
    width: 514px;
    height: 496px;
    right: -148px;
    bottom: 0;
    
    @media (max-width: 767px) {
        display: none;
    }
}

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

    
}
