* { 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 {
    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 {
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.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; 
}

/* Container của slider */
.lp_4-slider {
    position: relative;
    padding: 20px 0; 
}

/* Tùy chỉnh chung cho cả 2 nút */
.lp_4-slider .swiper-button-next,
.lp_4-slider .swiper-button-prev {
    top: 47%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;  
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); 
    z-index: 10;
}

/* Tạo mũi tên nhỏ bên trong hình tròn */
.lp_4-slider .swiper-button-next::after,
.lp_4-slider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    color: #b5b5b5; 
}

/* Căn chỉnh vị trí nút Prev (bên trái) */
.lp_4-slider .swiper-button-prev {
    left: 50px;
}

/* Căn chỉnh vị trí nút Next (bên phải) */
.lp_4-slider .swiper-button-next {
    right: 50px;
}

/* Khi di chuột vào thì mũi tên đậm hơn một chút (tùy chọn) */
.lp_4-slider .swiper-button-next:hover,
.lp_4-slider .swiper-button-prev:hover {
    background-color: #f9f9f9;
}

/* Trên mobile nếu ảnh quá nhỏ, bạn có thể thu nhỏ nút lại */
@media (max-width: 480px) {
    .lp_4-slider .swiper-button-next,
    .lp_4-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .lp_4-slider .swiper-button-next::after,
    .lp_4-slider .swiper-button-prev::after {
        font-size: 14px;
    }

    .lp_4-slider .swiper-button-next {
        right: 61px;
    }

    .lp_4-slider .swiper-button-prev {
        left: 61px;
    }
}
.lp_4-slider {
    background-image: url("../images/slider-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}


.lp_4-slider .swiper-wrapper {
    /* gap: 25px; */
    transition-timing-function: ease-out !important; 
}

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

.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;
}


@media screen and (max-width:480px) {
    /* .lp_4-slider .swiper-wrapper {
        gap: 10px;
    } */

    .lp_4-slider {
        padding: 0 0 40px 0;
    }

    .lp_4-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

#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;
}
