/**banner**/

.home-banner {
    position: relative;
    padding-bottom: 4rem;
}

.home-banner .swiper-wrapper {
    height: auto;
}

.home-banner .swiper-slide {
    position: relative;
}

.home-banner .swiper-slide img.banner-bg {
    width: 100%;
    height: auto;
}

.home-banner .swiper-pagination-bullet {
    background-color: #fff;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
}

.slide-txt-home,
.slide-txt-r80,
.slide-txt-r40 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.home-banner .swiper-slide p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 3rem;
}

.home-banner .swiper-slide p+a {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding: 0 4rem;
    background-color: #cf1212;
    display: inline-block;
}

.slide-txt-r80 img,
.slide-txt-r40 img {
    width: 15rem;
    margin-bottom: 2rem;
}

.slide-txt-home h2 {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
}

@media(max-width:767px) {
    .home-banner .swiper-slide p+a {
        padding: 0 3rem;
    }
}


/*----sec-01-end----*/


/* ----sec-02---- */

.sec-02 {
    padding-top: 2.2rem;
}

.sec-02 h2 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 2rem;
}

.swiper-social .swiper-pagination {
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.swiper-social .swiper-pagination-bullets .swiper-pagination-bullet {
    line-height: 2.6;
    font-size: 1.3rem;
    padding: 0 3vw;
    margin: 0;
    display: inline;
    border-radius: 0;
    opacity: 1;
    white-space: nowrap;
    font-family: 'Roboto';
    background: none;
    color: #fff;
    outline: none;
}

.swiper-social .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #cf1212;
}

.slide-social-ins {
    width: 100%;
    position: relative;
}

.ins-list {
    float: left;
    width: 20%;
}

.ins-list-01 {
    width: 40%;
}

.ins-list img {
    width: 100%;
}

.slide-social-youtube iframe {
    width: 100%;
    height: 56.25vw;
}


/* ----sec-03---- */

.sec-03 {
    background-color: #000;
    width: 100%;
    padding: 5rem 0;
}

.sec-03 .sec03-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px #fff;
    padding-left: 0;
    margin-left: 15px;
}

.sec-03 p {
    font-size: 1.2rem;
    line-height: 2;
    color: #fff;
}

.sec-03 form {
    padding-top: 2rem;
}

.sec-03 form .sec03-2 {
    width: 45%;
    background-color: #fff;
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
    font-size: 1.1rem;
    line-height: 2.5;
    border: none;
}

.sec-03 form .sec03-3 {
    padding: 0 2rem;
    background-color: #f00;
    text-align: center;
    color: #000;
    font-size: 1.1rem;
    line-height: 2.5;
    border: none;
}

.sec-03 .valign-center {
    align-items: center;
}

@media(max-width:767px) {
    .sec-03 p {
        line-height: 1.6;
    }
    .sec-03 .sec03-1 {
        margin-bottom: 5rem;
        margin-left: 0;
        padding-left: 15px;
    }
}