* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    background-image: url("/assets/images/利用規約プラポリ_wrap-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    font-family: sans-serif; 
}

.lp-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.static-img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-wrapper {
    width: 100%;
    text-align: center;
}

.cta-btn {
    display: block;
}

.cta-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper {
    width: 100%;
    height: auto;
    background-color: #f5f0f5;
}

img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.autoFlowSlider .swiper-wrapper {
    transition-timing-function: linear !important; 
    -webkit-transition-timing-function: linear !important;
}

.autoFlowSlider .swiper-slide {
    width: 180px; 
}


.lp_4-slider .swiper-wrapper {
    transition-timing-function: ease-out !important; 
}

.lp_4-slider .swiper-slide {
    width: 100%; 
}
.lp_4-slider .swiper-pagination {
    bottom: 10px;
}

.lp_4-slider .swiper-pagination-bullet {
    background: #ccc; 
    width: 10px; 
    height: 10px;
    opacity: 1;
    margin: 0 6px;
}

.lp_4-slider .swiper-pagination-bullet-active {
    background: #000;
}

.copyright {
    height: 40px;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright > a:first-child {
    cursor: unset;
}

.copyright > a {
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-decoration: none;
    font-size: clamp(5px, 2.5vw, 14px);
    white-space: nowrap;
}

.lp_4-title,
.lp_4-slider {
    display: none;
}

@media screen and (max-width:480px) {
    .lp_4-title,
    .lp_4-slider {
        display: block;
    }

    .lp_4-slider {
        padding-bottom: 25px;
    }

    .autoFlowSlider .swiper-slide {
    width: 140px; 
    }
}

#privacy {
    background-image: url("../images/利用規約プラポリ_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#privacy > h2 {
    padding: 40px 0 20px 0;
    font-size: 22px;
    color: #0078ba;
    -webkit-text-stroke: .5px #0078ba;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

#privacy > .privacy_wrap {
    padding: 20px;
}

#privacy > .privacy_wrap > p {
    background-color: rgba(255,255,255,0.6);
    padding: 40px 20px;
    font-family: "Noto Sans JP", sans-serif;
}
