@charset "utf-8";

@media (min-width: 768px) { /* Tablet1 */

}
@media (min-width: 992px) { /* Tablet2 */

}
@media (min-width: 1200px) { /* PC */

}
/* --------------------

.main-img

--------------------*/
.main-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: 50vh;
    min-height: 420px;
    position: relative;
}

.img-box {
    width: 100%;
    position: absolute;
    overflow: hidden;

    height: 50vh;
    min-height: 420px;
}
.img {
    background: url(../img/main1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    
    height: 50vh;
    min-height: 420px;
}
.img2 {
    background: url(../img/main2.jpg) center center no-repeat;
    background-size: cover;
}
.img3 {
    background: url(../img/main3.jpg) center center no-repeat;
    background-size: cover;
}
.img4 {
    background: url(../img/main4.jpg) center center no-repeat;
    background-size: cover;
}


.copy-wrapper {
    background: url(../img/kazari.png) top 20% left 0% no-repeat;
    background-size: 65%;
    z-index: 1;
    padding-top: 100px;
    position: relative;
    bottom: 50px;
}
.copy {
    color: #fff;
    text-shadow: 0px 0px 18px rgba(0, 83, 157, 0.85);
}
    
.copy1 span {
    font-family: 'Noto Serif JP', serif;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.75;

    font-size: 2.4rem;
}
.copy2 {
    text-align: center;
    font-weight:700;
    border-bottom: 3px solid #fff;

    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 2rem;
}
@media (min-width: 768px) { /* Tablet1 */
    .main-img,
    .img-box,.img {
        height: 90vh;
        max-height: 880px;
        min-height: 650px;
    }

    .copy-wrapper {
        background: url(../img/kazari.png) top 5% left 20% no-repeat;
        background-size: 50%;
    }
    .copy1 span {
        font-size: 3.6rem;
    }
    .copy1 span:first-of-type {
        padding-right: 80px;
    }
    .copy1 span:last-of-type {
        padding-left: 240px;
    }
    .copy2 {
        margin-top: 40px;
        padding-bottom: 30px;
        font-size: 4.2rem;
    }
}
@media (min-width: 992px) { /* Tablet2 */
    .main-img,
    .img-box,.img {
        height: 90vh;
        max-height: 880px;
        min-height: 700px;
    }
    .copy-wrapper {
        background: url(../img/kazari.png) top 8% left 33% no-repeat;
        background-size: 40%;
    }
    .copy1 span {
        font-size: 4.2rem;
    }
    .copy1 span:first-of-type {
        padding-right: 80px;
    }
    .copy1 span:last-of-type {
        padding-left: 240px;
    }
    .copy2 {
        margin-top: 40px;
        padding-bottom: 30px;
        font-size: 5.4rem;
    }
}
@media (min-width: 1200px) { /* PC */
    .main-img,
    .img-box,.img {
        height: 90vh;
        max-height: 880px;
        min-height: 700px;
        
    }
    .copy1 span {
        font-size: 4.2rem;
    }
    .copy1 span:first-of-type {
        padding-right: 80px;
    }
    .copy1 span:last-of-type {
        padding-left: 240px;
    }
    .copy2 {
        margin-top: 40px;
        padding-bottom: 30px;
        font-size: 5.4rem;
    }
}






