@charset “UTF-8”;

#container {
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

#background_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video_cover {
    position: absolute;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
}

.cover{
    width: 100%;
    height: 100vh;
    min-width: 960px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover .pc_text,
.cover .tb_text {
    width: 80%;
    font-family: serif;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.tb_text,
.sp_text {
    display: none;
}

#content01{
    max-width: 1150px;
    height: 500px;
    margin-bottom: 200px;
    position: relative;
}
#content01 .bg.moved{
    position: absolute;
    top: 0;
}
#content01 .inner{
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
#content01 .inner p{
    font-size: 1.066rem;
    margin-bottom: 50px;
}

#content02{
    width: 100%;
    margin-bottom: 160px;
}
#content02 img{
    display: block;
    width: 90%;
    max-width: 930px;
    margin: auto;
}
#content02 img.sp{
    display: none;
}

#content03{
    width: 960px;
    margin: 0 auto 160px;
    position: relative;
}
#content03 .bg{
    position: absolute;
    top: 30px;
}
#content03 h2{
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: 370px;
    margin-bottom: 60px;
}
#content03 .inner{
    width: 350px;
    margin-left: 480px;
}
#content03 .inner p{
    font-size: 1.066rem;
    margin-bottom: 50px;
}
#content03 .object{
    position: absolute;
    top: 0;
    right: 0;
}

#content04{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#content04 .bg{
    position: absolute;
    top: 30px;
    left: 135px;
}
#content04 h2{
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: 515px;
    margin-bottom: 60px;
}
#content04 .inner{
    width: 350px;
    margin-left: 610px;
}
#content04 .inner p{
    font-size: 1.066rem;
    margin-bottom: 50px;
}
#content04 .object{
    position: absolute;
    top: 0;
    left: 0;
}

#contact{
    width: 100%;
    min-width: 960px;
    padding: 75px 0 85px;
    background-image: url("../img/content05_bg@2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#contact .inner{
    width: 900px;
    margin: auto;
}
#contact h2{
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    color: #fff;

}
#contact p{
    margin-bottom: 75px;
    font-size: 1.066rem;
    color: #fff;
    text-align: center;
}

#contact .btn{
    width: 350px;
    margin: auto;
    background-color: rgba(255,255,255,0);
    border-color: #FFF;
    color: #fff;
    background-image: url("../img/btn_arrow02.png");
}
#contact .btn:hover{
    background-color: rgba(255,255,255,.2);
}

@media screen and (max-width:1260px){
    .cover .pc_text {
        display: none;
    }
    .tb_text {
        display: block;
    }
}
@media screen and (max-width:480px){
    /*画面幅が480px以下の時*/
    #container {
        display: none;
    }
    .cover{
        width: 100vw;
        min-width: 0;
        background-image: url("../img/cover_sp.jpg");
        height: 100vh;
        margin-bottom: 80px;
        background-size: cover;
    }
    .cover .pc_text {
        display: none;
    }
    .cover .tb_text {
        display: none;
    }
    .cover .sp_text {
        display: block;
        width: 95%;
        font-family: serif;
        font-size:1.8rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    section{
        min-width: 0;
    }
    main  {
        min-width: 0;
        padding-top: 0;
    }
    #content01{
        height: auto;
        margin-bottom: 100px;
    }
    #content01 .sp{
        width: 90%;
        margin-bottom: 40px;
    }
    #content01 .inner{
        position: static;
        width: 60%;
        margin: auto;
    }
    #content01 .inner p{
        font-size: 0.933rem;
        margin-bottom: 30px;
    }
    #content02{
        margin-bottom: 80px;
    }
    #content02 img.pc{
        display: none;
    }
    #content02 img.sp{
        width: 80%;
        display: block;
        margin-right: 5%;
        float: right;
    }
    #content03{
        clear: both;
        width: 100%;
        margin-bottom: 100px;
    }
    #content03 .bg{
        width: 60%;
        position: static;
        margin-left: 5%;
        margin-bottom: 60px;
    }
    #content03 h2{
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        margin: 0 auto 20px;
    }
    #content03 .inner{
        margin: auto;
        width: 60%;
    }
    #content03 .inner p{
        font-size: 0.933rem;
        margin-bottom: 30px;
    }
    #content03 .object{
        right: 5%;
    }
    #content04{
        width: 100%;
        margin: auto;
    }
    #content04 .bg{
        width: 60%;
        margin-left: 35%;
        margin-bottom: 60px;
        position: static;
    }
    #content04 h2{
        widows: 100%;
        text-align: center;
        font-size: 1.2rem;
        margin: 0 auto 20px;
    }
    #content04 .inner{
        margin: auto;
        width: 60%;
    }
    #content04 .inner p{
        font-size: 0.933rem;
        margin-bottom: 30px;
    }
    #content04 .object{
        left: 5%;
    }
    #contact{
        padding: 40px 0 130px;
        min-width: 0;
        background-image: url("../img/content05_bg_sp@2x.jpg");
    }
    #contact .inner{
        width: 80%;
    }
    #contact h2{
        font-size: 1.866rem;
        margin-bottom: 30px;
    }
    #contact p{
        font-size: 0.933rem;
        margin-bottom: 30px;
    }
    #contact .btn{
        width: 100%;
    }
}
@media screen and (max-width:896px){
    /*画面幅が480pxまでの時*/

}