.mv-swiper {
    width: 100vw;
    padding: 0 2%;
    position: relative;
    margin-bottom: 50px;
}
.swiper-wrapper::after {
    content: "";
    width: 43%;
    height: 100%;
    position: absolute;
    top: 4%;
    right: 0;
    background-color: #E5E5E5;
    border-top-right-radius: 1.4vw;
    border-bottom-right-radius: 1.4vw;
    z-index: -10;
} 
.swiper-slide {
    /*fedeアニメーションは必要ないため透過を無しにする*/
    opacity: 1 !important;
    display: flex;
    overflow: hidden;
}
.swiper-slide .image-wrapper {
    width: 59%;
    height: auto;
    min-height: 350px;
    aspect-ratio: 1.6/1;
    overflow: hidden;
    border-top-left-radius: 1.4vw;
    border-bottom-left-radius: 1.4vw;
    isolation: isolate;
}
.swiper-slide .image,
.swiper-slide .image img {
    /*切り替わり中は前のスライドのアニメーションを遅らせる*/
    transition-delay: 1.6s;
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}

.swiper-slide .image {
    transform: translateX(-100%);
    overflow: hidden;
}

.swiper-slide .image img {
    transform: translateX(100%);
}

.swiper-slide-active {
    /*アクティブなスライドが一番上に来るように*/
    z-index: 2;
}

.swiper-slide-active .image,
.swiper-slide-active .image img {
    transition-delay: 0s;
    transition-duration: 1.6s;
    transform: translateX(0%);
}
.swiper-slide-duplicate-active .image,
.swiper-slide-duplicate-active .image img {
    transition-delay: 0s;
    transition-duration: 1.6s;
    transform: translateX(0%);
}

.swiper-slide .text-bg {
    width: 41%;
    position: relative;
}

.text-bg .text-box {
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    bottom: 5%;
    left: 6%;
}
.swiper-slide-active .text-bg .text-box {
    opacity: 1;
    transition-delay: 2.0s;
}
.text-bg .text {
    margin-bottom: 24px;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.text-bg .title-en {
    font-family: 'Overpass', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.text-bg .title-en::before {
    content: "";
    background-color: #333;
    width: 22px;
    height: 1px;
    margin-right: 7px;
}
.text-bg .title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    margin-bottom: 20px;
}
.mv-swiper .more-btn {
    margin: 0;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
}
.mv-swiper .more-btn:hover {
    background-color: #333;
}

.swiper-slide-stop .image,
.swiper-slide-stop .image img {
    transition-duration: 0s;
}
.swiper-slide-stop .text-bg .text-box {
    transition-delay: 0s;
}

.swiper-slide.swiper-slide-stop {
    opacity: 1 !important;
    transform: translateX(0%) !important;
}

.mv-swiper .swiper-button-next {
    position: absolute;
    top: 15%;
    right: -45px;
    margin: auto;
    width: 91px;
    height: 91px;
    cursor: pointer;
    padding: 25px 30px 25px 0;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
}
.mv-swiper .more-btn a img {
    display: none;
}
.only_de-tab {
    display: block!important;
}
.only_sp {
    display: none!important;
}
@media screen and (max-width: 1300px) {
    .text-bg .text-box {
        transform: scale(90%);
        bottom: 2%;
        left: 3%;
    }
}
@media screen and (max-width: 1024px) {
    .text-bg .text {
        font-size: 1.2vw;
    }
    .text-bg .title-en {
        font-size: 1vw;
    }
    .text-bg .title {
        font-size: 2.2vw;
    }
    .mv-swiper .more-btn {
        width: 20vw;
        height: 6vw;
        font-size: 1.4vw;
    }
}
@media screen and (max-width: 768px) {
    .swiper-slide {
        flex-flow: column;
    } 
    .swiper-wrapper::after {
        width: 85%;
        height: 62%;
        top: auto;
        bottom: -3%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .swiper-slide .image-wrapper {
        width: 85%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .swiper-slide .text-bg {
        width: 77%;
        min-height: 280px;
        margin-left: auto;
    }
    .text-bg .text-box {
        position: relative;
        transform: scale(100%);
        bottom: 0;
        left: 0;
        padding-top: 15px;
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        /* min-height: 250px; */
    }
    .text-bg .text {
        font-size: 1.3rem;
        margin-bottom: 13px;
        line-height: 1.5
    }
    .text-bg .title-en {
        font-size: 1.2rem;
    }
    .text-bg .title {
        font-size: 1.7rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .mv-swiper .more-btn {
        width: 220px;
        height: 55px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 540px) {
    .mv-swiper {
        padding: 0;
        margin-bottom: 20px;
    }
    .swiper-slide .image-wrapper {
        /* aspect-ratio: inherit; */
        aspect-ratio: 1.5/1;
    }
    .swiper-wrapper::after {
        width: 95%;
        height: 60%;
        bottom: 0;
        left: 0;
    }
    .swiper-slide .image-wrapper {
        width: 95%;
        margin-left: auto;
    }
    .swiper-slide .image-wrapper {
        min-height: 240px;
    }
    .swiper-slide .image,
    .swiper-slide .image img {
        min-height: 240px;
    }
    .swiper-slide .text-bg {
        width: 87%;
        min-height: 215px;
        margin-left: 5%;
        margin-right: auto;
    }
    .mv-swiper .more-btn {
        width: fit-content;
        height: auto;
        background-color: inherit;
        margin-bottom: 0;
    }
    .mv-swiper .more-btn:hover {
        color: #333;
        background-color: inherit;
    }
    .mv-swiper .more-btn a img {
        display: block;
        width: 12px;
        transform: rotate(-90deg);
        margin-left: 3px;
        margin-top: 2px;
    }
    .only_de-tab {
        display: none!important;
    }
    .only_sp {
        display: block!important;
    }
}

.emergency-info {
    padding: 20px 0;
    margin-bottom: 45px;
}
.emergency-info div{
    margin: 0 auto;
    max-width: 1340px;
    background-color: #fff;
    border-radius: 5px;
}
.emergency-info div a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    color: #D67E47;
    border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin: 0 0 15px;
}
}
.emergency-info div a::before {
    content: "!";
    font-weight: 500;
    border: 1.5px solid #D67E47;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
}
.emergency-info div a span {
    font-size: 1.6rem;
    width: 90%;
    margin-left: 15px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #D67E47;
    text-underline-offset: 3px;
    text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
    .emergency-info {
        padding: 0 20px;
    }
    .emergency-info div a {
        padding: 7px 8px;
    }
    .emergency-info div a span {
        font-size: 1.2rem;
    }
    .emergency-info div a::before {
        width: 20px;
        height: 20px;
        line-height: 1.2;
    }
    .sec-mv .category-link {
        display: none;
    }
}