.pmp-kv {
    padding: 120px 0;
    background-image: url(../images/up/pmp-kv-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.pmp-kv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(37, 37, 37, 1) 0%, rgba(37, 37, 37, 0.7) 70%, rgba(37, 37, 37, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.pmp-kv_inner {
    display: flex;
    width: 100%;
    padding: 0 100px;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.about-pmp {
    background-color: #252525;
    padding: 100px 0;
}
.pmp-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.about-pmp .pmp-section-title .pmp-title-en {
    width: 240px;
}
.pmp-section-title .pmp-title-ja {
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}
.pmp-section-title .pmp-title-ja::before {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #901e52;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-pmp .pmp-section-title .pmp-title-ja::before {
    background-color: #fff;
}
.about-pmp .pmp-section-title .pmp-title-ja {
    color: #fff;
}
.about-pmp__catch {
    font-size: 3.6rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.about-pmp__text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-align: center;
}
.pmp-slider-wrap {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.pmp-slider-wrap .pmp-slider-content {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: scroll-left 45s infinite linear .2s both;
    flex-shrink: 0;
}
.pmp-slider-wrap .pmp-slider-content .pmp-slider {
    flex-shrink: 0;
}
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.merit-pmp {
    padding: 100px 0;
}
.merit-pmp .pmp-section-title .pmp-title-en {
    width: 158px;
}
.merit-list {
    display: flex;
    justify-content: space-between;
}
.merit-list .merit-item {
    width: calc((100% - 80px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.merit-list .merit-item .merit-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}
.merit-list .merit-item .merit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.merit-list .merit-item .merit-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #901e52;
    text-align: center;
    margin-top: 5px;
}
.merit-list .merit-item .merit-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    color: #4b4b4b;
}
.merit-list .merit-item .merit-link {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    padding: 18px 0;
    width: 240px;
    text-align: center;
    background-color: #901e52;
    margin-top: auto;
    border-radius: 30px;
    margin: auto auto 0;
}

.pass-option {
    padding: 100px 0;
    background-color: #efeee9;
}
.pass-option .pmp-section-title .pmp-title-en {
    width: 224px;
}
.pass-list {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.pass-list .pass-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 14px 14px 8px 0px rgba(0, 0, 0, 0.1);
}
.pass-list .pass-item .pass-info {
    text-align: center;
    font-size: 1.2rem;
    margin: 20px 0 15px;
}
.pass-list .pass-item .pass-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.pass-list .pass-item .pass-text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #4b4b4b;
    margin-top: 20px;
}
.pass-list .pass-item.day2 .pass-info,
.pass-list .pass-item.day2 .pass-title {
    color: #c66b41;
}
.pass-list .pass-item.day4 .pass-info,
.pass-list .pass-item.day4 .pass-title {
    color: #944c57;
}
.pass-list .pass-item.day6 .pass-info,
.pass-list .pass-item.day6 .pass-title {
    color: #c84242;
}

.pass-example {
    padding: 100px 0;
    background-color: #fff;
}
.pass-example .pmp-section-title .pmp-title-en {
    width: 252px;
}
.pass-example-img {
    text-align: center;
}
.pass-example-text {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}
.pass-example-text-min {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    color: #4b4b4b;
    margin-bottom: 40px;
    line-height: 1.5;
}

.bateaux-bnr {
    padding: 100px 0;
}
.bateaux-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    color: #901e52;
    margin-bottom: 40px;
}
.bateaux-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}
.bateaux-bnr-img {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    transition: all .2s;
}
.bateaux-bnr-img:hover {
    opacity: .8;
}

.floating-bnr-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.floating-bnr-wrap .fb-link {
    display: block;
    width: 400px;
}
.floating-bnr-wrap .fb-link:hover {
    opacity: 0.8;
}
.bnr_close {
    position: absolute;
    top: 0px;
    right: -10px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
.bnr_close img {
    width: 24px;
    height: 24px;
}

@media screen and (max-width:1000px) {
    .pmp-kv {
        margin-top: 60px;
        padding: 40px 0;
    }
    .pmp-kv_inner {
        padding: 0 5%;
        flex-direction: column;
        gap: 25px;
    }
    .pmp-kv__title {
        width: 90%;
    }

    .about-pmp {
        padding: 40px 0;
    }
    .pmp-section-title {
        margin-bottom: 40px;
    }
    .pmp-section-title .pmp-title-ja {
        font-size: 1.5rem;
    }
    .about-pmp__catch {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .about-pmp__text {
        font-size: 1.5rem;
    }

    .pmp-slider-wrap {
        gap: 10px;
        margin-top: 30px;
    }
    .pmp-slider-wrap .pmp-slider-content {
        gap: 10px;
    }
    .pmp-slider-wrap .pmp-slider-content .pmp-slider {
        width: 200px;
    }

    .merit-pmp {
        padding: 40px 0;
    }
    .merit-list {
        flex-direction: column;
        gap: 40px;
    }
    .merit-list .merit-item {
        width: 100%;
        gap: 15px;
    }
    .merit-list .merit-item .merit-title {
        font-size: 2rem;
    }

    .pass-option {
        padding: 40px 0;
    }
    .pass-list {
        flex-direction: column;
        gap: 20px;
    }

    .pass-example {
        padding: 40px 0;
    }
    .pass-example-text {
        font-size: 2rem;
        line-height: 1.5;
        margin-top: 30px;
    }

    .bateaux-bnr {
        padding: 40px 0;
    }
    .bateaux-title {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .bateaux-text {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .floating-bnr-wrap {
        position: fixed;
        bottom: 5px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        z-index: 99;
        width: calc(100vw - 10px);
    }
    .floating-bnr-wrap .fb-link {
        display: block;
        width: 100%;
    }
    .bnr_close {
        position: absolute;
        top: -10px;
        right: -5px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 1;
    }
    .bnr_close img {
        width: 24px;
        height: 24px;
    }
}