@charset "UTF-8";

/* .sec-mv */
.sec-mv{
    text-align: center;
    color: var(--col-white);
    position: relative;

    & .mvSlide{
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        overflow: hidden;

        & .swiper-wrapper{

            & .mvSlide__img{
                width: 100%;
                height: 700px;
                background: url(../../img/top/mv-img.jpg)no-repeat center center / cover;
          

                &.mvSlide__img02{
                    background: url(../../img/top/mv-img02.jpg)no-repeat center center / cover;
                }

                &.mvSlide__img03{
                    background: url(../../img/top/mv-img03.jpg)no-repeat center center / cover;
                }
            }
        }
    }
}

.mvContent{
    padding: 130px 20px 90px;
    box-sizing: border-box;

    & .mvContent__txt{
        font-size: 30px;
        font-weight: bold;
        margin: 0 auto 55px;

        & span{
            font-size: 40px;

            & span{
                display: inline-block;
                margin: 0 8px;
            }
        }
    }

    & ul{
        display: flex;
        justify-content: center;

        & li{
            width: 296px;
            max-width: 49%;
            margin: 0 10px;

            & a{
                width: 100%;
                box-shadow: 0 6px 10px rgba(0,0,0,0.2);
            }
        }
    }
}

.mvNews{
    display: flex;
    justify-content: center;
    width: calc(100% - 200px);
    max-width: 1240px;
    padding: 40px 75px 40px 70px;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    background: var(--col-white);
    color: var(--col-black);
    margin: 0 auto ;
    transform: translateY(70px);

    & .sectionTtl{
        margin-right: 85px;
    }

    & ul {
        width: calc(100% - 195px);

        & li {
            & a{
                display: flex;
                justify-content: flex-start;
                align-content: flex-start;
                align-items: flex-start;
                padding:20px 20PX 20PX 0;
                border-bottom: solid 1px var(--col-grey_thin);
                line-height: 1.4;
                font-size: 14px;
                position: relative;

                &:after{
                    content: '';
                    display: block;
                    width: 13px;
                    height: 100%;
                    background: url(../img/icon/arrow02-grey.svg)no-repeat center center / contain;
                    position: absolute;
                    top:0;
                    right:0;
                }

                &.tab{
                    & .mvNews__ttl{
                        &::after{
                                content: url(../img/icon/tab-blue.svg);
                                width: 15px;
                                height: 12px;
                                margin-left: 10px;
                        }
                    }
                }

                & .mvNews__date{
                    display: inline-block;
                    width: 204px;
                    text-align: left;

                    & span{
                        display: inline-block;
                        width: auto;
                        padding: 2px 21px 3px;
                        border:solid 1px var(--col-blue);
                        line-height: 1;
                        font-size: 12px;
                        color: var(--col-blue);
                        margin: 0 20px;
                    }
                }

                & .mvNews__ttl{
                    width: calc(100% - 204px);
                    text-align: left;
                }
            }
        }
    }
}


/* .sec-videos */
.sec-videos{
    margin-top: 70px;

    & .sectionInner{
        padding-top: 60px;
        
        &:before{
            top:0;
        }
    }
}


/* .sec-about */
.sec-about{
    background: url(../../img/top/about-img.jpg)no-repeat center center / cover;
    overflow: hidden;
    position: relative;

    &::before{
        content:'';
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .75;
        position: absolute;
        top:0;
        left: 0;
        z-index: 1;
    }

    & .sectionInner{
        display: flex;
        max-width: 1440px;
        padding: 80px 100px 80px;
        box-sizing: border-box;
        color: var(--col-white);
        position: relative;
        margin: 0 auto;
        z-index: 2;

        & *{
            position: relative;
            z-index: 2;
        }

        &:before{
            content:'';
            display: block;
            width: 584px;
            height: 665px;
            background: url(../../img/top/logoBg-white.svg)no-repeat center center / contain;
            opacity: .1;
            position: absolute;
            top:-15px;
            left: -55px;
            z-index: 1;
        }
    }

    & .sectionTtl {
        width: 300px;
    }

    & .aboutTxt {

        & h3 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        & p{
            line-height: 2.5;
            margin-bottom: 45px;
        }

        & .aboutTxt__linkBox{
            & .linkBtn{
                margin-right: 20px;
                margin-bottom: 20px;
            }
        }
    }
}


@media(max-width:1100px){

    /* .sec-mv */
    .mvNews{
        & ul {
            & li {
                & a {
                    display: block;
                    & .mvNews__date {
                        display: block;
                        width: 100%;
                        text-align: left;
                        margin-bottom: 5px;
                    }

                    & .mvNews__ttl{
                        display: block;
                        width: 100%;
                        text-align: left;
                    }
                }
            }
        }
    }

    /* .sec-about */
    .sec-about{
        & .aboutTxt {
            & h3 {
                font-size: 24px;
            }
        }
    }
}

@media(max-width:1000px){

    /* .sec-mv */
    .mvContent {
        & .mvContent__txt {
            & .pc-none{
                display: block;
            }
        }
    }
    .mvNews{
        width: calc(100% - 100px);

        & .sectionTtl{
            margin-right: 40px;
        }

        & ul {
            & li {
                & a {
                    display: block;
                    & .mvNews__date {
                        display: block;
                        width: 100%;
                        text-align: left;
                        margin-bottom: 5px;
                    }

                    & .mvNews__ttl{
                        display: block;
                        width: 100%;
                        text-align: left;
                    }
                }
            }
        }
    }

    /* .sec-about */
    .sec-about{
        & .sectionTtl{
            width: 250px;
        }
    }
    
}


@media(max-width:900px){

    .sec-about{
        & .sectionInner{
            padding: 80px 50px 80px;
        }
        & .aboutTxt {
            & h3 {
                font-size: 23px;
            }
        }
    }
}

@media(max-width:768px){

    /* .sec-mv */
    .mvContent {
        padding: 70px 20px 105px;

        & .mvContent__txt {
            font-size: 14px;
            margin-bottom: 18px;

            & span{
                display: inline-block;
                line-height: 1.6;
                font-size: 26px;
                margin-top: 8px;

                & img{
                    width: 200px;
                    transform: translateY(-5px);
                }
            }
        }

        & ul{
            display: block;

            & li {
                width: 100%;
                max-width:222px;
                margin: 0 auto 10px;

                & .linkBtn{
                    padding: 13px;

                    & span{
                        padding-right: 18px;
                        font-size: 14px;

                        &:after{
                            width: 14px;
                        }
                    }
                }
            }
        }
    }
    
    .sec-mv {
        & .mvSlide {
            & .swiper-wrapper {
                & .mvSlide__img {
                    height: 400px;
                }
            }
        }
    }

    .mvNews {
        display: block;
        width: calc(100% - 30px);
        padding: 20px 17px 0;
        border-radius: 5px 5px 0 0;
        transform: translateY(-60px);

        & .sectionTtl{
            width: 100%;
            text-align: center;
            margin: 0 auto;

            &.pc-none{
                text-align: right;
            }

            & .sectionTtl__txt{
                font-size: 30px;
                margin: 0 auto 12px;
            }

            & .sectionTtl__link{
                margin-left: auto;
                &.sp-none{
                    display: none;
                }
            }
        }

        & ul{
            width: 100%;
            margin-bottom: 15px;

            & li{
                & a{
                    display: block;
                    padding: 13px;
                    text-align: left;

                    & span{
                        display: block;
                        width: 100%;

                        &.mvNews__date{
                            font-size: 12px;
                            margin-bottom: 5px;

                            & span{
                                padding: 2px 15px;
                                font-size: 10px;
                                margin:0 7px;
                            }
                        }

                        &.mvNews__ttl{
                            width: 100%;
                            font-size: 14px;
                        }
                    }

                    &:after{
                        display: none;
                    }
                }
            }
        }
    }

    /* .sec-videos */
    .sec-videos {
        margin-top:0;

        & .sectionInner{
            padding-top: 10px;

            &::before{
                top:20px;
            }
        }
    }

    /* .sec-about */
    .sec-about{
        background: url(../../img/top/about-img-sp.jpg)no-repeat center center / cover;

        & .sectionInner{
            display: block;
            padding: 50px 25px 40px;

            &:before{
                content:'';
                display: block;
                width: 584px;
                height: 665px;
                background: url(../../img/top/logoBg-white.svg)no-repeat center center / contain;
                opacity: .1;
                position: absolute;
                top:-15px;
                left: -55px;
                z-index: 1;
            }
        }

        & .sectionTtl {
            width: 100%;
            margin-bottom: 20px;
            & .sectionTtl__txt {
                font-size: 35px;
            }
        }

        & .aboutTxt {

            & h3 {
                font-size: 21px;
                margin-bottom: 20px;
            }

            & p{
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 35px;
            }
        }
    }

}