@charset "UTF-8";

/* Login link styling */
.login-link a {
    text-decoration: underline;
    font-size: 14px;
}

.login-link a:hover {
    text-decoration: none;
}

.fv {
    background-image: url("../images/fv.jpg");
    height: 800px;
    position: relative;
}
.fv:after{
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.fv-text{
    color: #fff;
    font-size: 64px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique";
}
.fv .btn a{
    border-radius: 50px;
    margin-top: 40px;
    z-index: 1;
}
.fv-content{
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 20%;
}

.features-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.safety-title{
    text-align: center;
        font-family: "Zen Kaku Gothic Antique";
        font-size: 14px;
        font-weight: 700;
        background: var(--Gardient-Text, linear-gradient(90deg, #F09 0%, #FF9D42 72.92%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}
.lv{
    background: linear-gradient(177deg, #FF6AA9 0%, #FFD84F 99.83%);
color: #fff;
}
.lv-text{
    color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 36px;
        font-weight: 700;
}
.lv .btn a{
    background: #fff;
}
@media screen and (max-width: 767px) {
    .fv{
        height: 350px;
    }
    .fv-text{
        -webkit-text-stroke-color:#FFF;
        font-size: 24px;
    }
    .fv-content{
        right: 0;
        left: 0;
    }
    .title{
        font-size: 22px;
    }
    .features{
        padding: 40px 10px;
    }
    .features-title{
        font-size: 16px;
    }
    .features-text{
        font-size: 12px;
    }
    .features img{
        margin-bottom: 20px;
        width: 90%;
            display: block;
            margin: auto;
    }
    .swiper{
        overflow: hidden;
    }


    .swiper-pointer-events {
        overflow: hidden;
        max-width: 500px;
        margin: auto;
    }

    .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }

    .swiper-pagination-bullet {
        border-radius: 0;
        height: 6px;
        width: 6px;
        border-radius: 6px;
    }

    .swiper-button-prev {
        top: 40%;
    }

    .swiper-button-prev:after {
        color: #FF6AA9;
    }

    .swiper-button-next {
        top: 40%;
    }

    .swiper-button-next:after {
        color: #FF6AA9;
    }
    .lv-text{
        font-size: 24px;
    }
        .safety-title{
            font-size: 13px;
        }
}

