@charset "UTF-8";

/*-------------------------------------------------------
component
-------------------------------------------------------*/
/* c_titleH2
------------------------*/
.c_titleH2>div>div:only-child:before,
.c_titleH2>div>div.h2:before,
[class^=c_p-] .c_titleH2 h2:before {
    left: 0;
}

@media screen and (max-width: 767px) {
    .c_spReplac-title+.m_slider:not(:first-child)
}

/*-------------------------------------------------------
unique style
-------------------------------------------------------*/
/* mainvisual
------------------------*/
.mainvisual {
    overflow: hidden;
    position: relative;
    height: 300px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .mainvisual {
        height: 700px;
        padding-top: 5%;
    }
}

.mainvisual__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .mainvisual__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 10;
    }
}

.mainvisual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .mainvisual__bg {
        transform: none;
    }
}

.mainvisual__bg video,
.mainvisual__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {

    .mainvisual__bg video,
    .mainvisual__bg img {
        left: 50%;
        top: 50%;
        width: 100%;
        height: auto;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }
}

.mainvisual__btn {
    margin-top: 20px;
}


@media screen and (max-width: 767px) {
    .mainvisual__btn p {
        width: 70%;
    }
}

.swiper,
.swiper-container {
    height: 300px;
}

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

    .swiper,
    .swiper-container {
        height: auto;
    }
}

.swiper::before,
.swiper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    z-index: 5;
}

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

    .swiper::before,
    .swiper::after {
        height: 70px;
        z-index: 20;
    }
}

.swiper-slide {
    user-select: none;
}

.swiper-slide img {
    vertical-align: top;
}

.swiper-slide.-movie .mv-slider-inner .mv-title {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.347;
    letter-spacing: unset;
}

@media screen and (max-width: 767px) {
    .swiper-slide.-movie .mv-slider-inner .mv-title {
        font-size: 2.6rem;
    }
}

.swiper-button-prev {
    left: 2% !important;
}

@media screen and (max-width: 767px) {
    .swiper-button-prev {
        top: initial !important;
        bottom: 8.5% !important;
        left: 5% !important;
    }
}

.swiper-button-prev::after {
    position: absolute;
    content: "" !important;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-bottom: 3px solid #5795BB;
    border-left: 3px solid #5795BB;
}

.swiper-button-next {
    right: 3% !important;
}

@media screen and (max-width: 767px) {
    .swiper-button-next {
        top: initial !important;
        right: 5% !important;
        bottom: 8.5% !important;
    }
}

.swiper-button-next::after {
    position: absolute;
    content: "" !important;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-top: 3px solid #5795BB;
    border-right: 3px solid #5795BB;
}

/* mainvisual 藤瀬追記
------------------------*/
.mv-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mv-slider-inner {
    position: absolute;
    left: 52%;
    bottom: 20%;
    width: 90%;
    margin: auto;
    transform: translateX(-50%);
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .mv-slider-inner {
    	left: 50%;
        width: 90%;
        bottom: 8%;
    }
}

.mv-slider .mv-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 4vw;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.25rem;
}

@media screen and (max-width: 767px) {
    .mv-slider .mv-title {
        margin-bottom: 20px;
        font-size: 9.8vw;
		text-align: center;
    }
}

.mv-slider .mv-title.-jp {
    margin-bottom: 35px;
    font-size: 3.6111111111vw;
}

@media screen and (max-width: 767px) {
    .mv-slider .mv-title.-jp {
        margin-bottom: 20px;
        font-size: 7.7333333333vw;
    }
}

/*-------------------------------------------------------
Button Alignment
-------------------------------------------------------*/

@media screen and (min-width: 768px) {
    .m_btnSet__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .m_btnSet__btn {
        width: auto;
        text-align: center;
        white-space: nowrap; 
        margin-bottom: 5px;
    }

    .m_btnSet__btn:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }

    .c_button a {
        padding: 10px 50px !important;
        display: inline-block;
    }

}

@media screen and (max-width: 767px) {
    .m_btnSet__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_btnSet__btn {
        text-align: center;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .m_btnSet__btn:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }
}
