@charset "utf-8";

body {
    background-image: url(../images/fablic.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    z-index: -500;
}

.subtitle  {
    text-align: center;
    margin-top: 55px;
}
.text {
    font-size: 1.4rem;
    width: 80%;
    text-align: center;
    display: block;
    margin: 10px auto 0;
    line-height: 2.1;
}

.textBottom {
    margin-top: 40px;
}

.brPc {
    display: none;
}

.main {
    padding-bottom: 68px;
    position: relative;
    overflow: hidden;
}

.bgImagTop {
    opacity: 30%;
    position: absolute;
    width: 381px;
    height: 376px;
    top: 231px;
    left: -26%;
    z-index: -10;
}

.bgImagBtm {
    opacity: 30%;
    position: absolute;
    width: 400px;
    height: 400px;
    top: 796px;
    right: -26%;
    z-index: -10;
}

/* common PC */
@media screen and (min-width:769px) {
    .subtitle  {
        margin-top: 70px;
    }
    .text {
        font-size: 2rem;
        width: 62%;
    }

    
    .brPc {
        display: block;
    }
    
    .main {
        padding-bottom: 85px;
    }
    
    .bgImagTop {
        width: 880px;
        height: 868px;
        top: 120px;
        left: -16%;
    }
    
    .bgImagBtm {
        width: 815px;
        height: 815px;
        top: 750px;
        right: -16%;
    }


}
