@charset "UTF-8";

#mv {
    background-color: #000;
}

#mv .mv .mv-arrow {
    left: 48% !important;
    right: 0 !important;

    @media only screen and (max-width: 767px) {
        left: auto !important;
        right: 5% !important;
    }
}

.inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;

    @media screen and (max-width: 767px) {
        /* width: calc(100% - 4.8rem); */
        width: 100%;
    }
}

.w1360 {
    max-width: 136rem;
}

.btn.w300 {
    max-width: 450px !important;

    @media only screen and (max-width: 750px) {
        text-align: center;
        line-height: 1.3;
    }
}



/* MV */
#mv .mv .mv-slick .item img {
    /* height: 635px; */
    min-height: 100%;
    height: 100% !important;
}
@media only screen and (max-width: 1024px) {
    #mv .mv .mv-slick .item img {
        /* height: 100%; */
        height: auto !important;
        max-height: 400px !important;
        /* min-height: 350px !important; */
    }
}

.mv-text-sp {
    display: none;
}
@media only screen and (max-width: 750px) {
    .mv-text-sp {
        display: block;
        background-color: #3f4245;
        padding: 30px 0;
    }
    .mv-text-sp .content {
        width: 92%;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
    }
    .mv-text-sp .h1-ttl {
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 3.2rem;
        margin-bottom: 10px;
    }

    .mv-slick .slick-list {
        padding: 0 !important;
    }

    .mv-slick .slick-slide img {
        filter: none !important;
        transform: none !important;
    }
}

#mv-title {
    padding: 4rem 0;
    background: #000;

    @media only screen and (max-width: 767px) {
        padding: 2rem 0;
    }
}

.mv-title-container {
    display: flex;
    width: 92%;
    margin: auto;
    gap: 9rem;

    @media only screen and (max-width: 768px) {
        gap: 5rem;
    }

    @media only screen and (max-width: 750px) {
        flex-direction: column;
        gap: 1rem;
    }
}

.mv-title-container-left {
    width: 55%;
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 3.8rem;
    line-height: 140%;
    color: #ffffff;

    @media only screen and (max-width: 1024px) {
        font-size: 2.6rem;
    }

    @media only screen and (max-width: 767px) {
        width: 100%;
        font-size: 1.9rem;
    }
}

.mv-title-container-right {
    width: 36%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: auto;

    @media only screen and (max-width: 767px) {
        width: 100%;
        gap: 0.5rem;
    }
}

.mv-title-container-right-top {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4.6rem;
    color: #ffffff;

    @media only screen and (max-width: 768px) {
        font-size: 1.8rem;
    }
}

.mv-title-container-right-bottom {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.8rem;
    color: #ffffff;

    @media only screen and (max-width: 768px) {
        font-size: 1.4rem;
    }
}

.mv-slick .slick-slide {
    position: relative;
    /* overflow: hidden;
    height: 640px;
    background: #000; */
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #000;

    > div {
        height: 100%;
    }

    @media only screen and (min-width: 1921px) {
        height: 680px;
    }

    @media only screen and (min-width: 2200px) {
        height: 730px;
    }
}

.slick-track {
    display: flex !important;
}

@media only screen and (max-width: 1024px) {
    .mv-slick .slick-slide {
        aspect-ratio: 3 / 2;
    }
}

@media only screen and (max-width: 750px) {
    .mv-slick .slick-slide {
        /* height: 380px; */
        aspect-ratio: auto;
        height: auto;
        /* height: calc(100vw / 3 * 2); */
    }
}

.mv-slick .slick-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.mv-slick .slick-center::after {
    opacity: 0;
}

.mv-slick .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        filter 0.6s ease,
        transform 0.6s ease;
}

.mv-slick .slick-slide:not(.slick-center) img {
    filter: blur(4px);
    transform: scale(1.05);
}

.mv-slick .slick-center img {
    filter: none;
    transform: scale(1);
}

.mv-news {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    /* width: 62%; */
    /* max-width: 890px; */
    /* height: 110px; */
    padding: 2rem 0;
    padding-left: 5%;
    color: #000;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1100px) {
    .mv-news {
        height: 80px;
        padding-left: 4%;
    }
}

@media only screen and (max-width: 750px) {
    .mv-news {
        position: relative;
        z-index: 9;
        width: 100%;
        height: auto;
        padding: 3% 4%;
    }
}

.mv-news .txthead-box {
    width: 170px;
    min-width: 170px;
    position: relative;
    margin-top: 5px;
}

@media only screen and (max-width: 1100px) {
    .mv-news .txthead-box {
        width: 155px;
        min-width: 155px;
    }
}

@media only screen and (max-width: 750px) {
    .mv-news .txthead-box {
        width: 100px;
        min-width: 100px;
    }
}

.mv-news .txthead-box h2 {
    margin-bottom: -2px;
}

.mv-news .txthead-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 8;
    display: table;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 2px;
    background-color: #000;
}

@media only screen and (max-width: 750px) {
    .mv-news .txthead-box::after {
        right: 0;
        width: 20px;
    }
}

.mv-news .content {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .mv-news .content {
        padding-left: 15px;
    }
}

.mv-news .content .news-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../../assets/images/commons/btn-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 15px 10px;
}

@media only screen and (max-width: 750px) {
    .mv-news .content .news-list a {
        display: block;
    }
}

.mv-news .content .news-list a:hover h3 {
    text-decoration: underline;
}

.mv-news .content .news-list a .date {
    font-family: Helvetica;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: bold;
    margin-top: 4px;
    width: 110px;
    min-width: 110px;
}

.mv-news .content .news-list a h3 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-right: 70px;
}
