html {
    font-size: 62.5%;
    margin-top: 0 !important;
}

main {
    overflow-x: hidden;
    font-family: Noto Sans JP, "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.row .start {
    background: #ecadb8;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
}

.row .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 200px;
}

.row .start p img {
    width: 200px;
}

.section01 .top img {
    /* max-width: 950px; */
    height: auto;
}

.section01 {
    height: 100vh;
    border: 4rem solid #F9AAB8;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.section01 {
    position: relative;
}

.section01 .top {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    max-width: 90%;
}


/* back-color */

.section02 {
    background-color: #ecadb8;
    padding: 6rem 0;
}

.section03 {
    background-color: #355793;
    padding: 6rem 0;
}

.section04 {
    background-color: #d49cb7;
    padding: 0 0 6rem;
}

.section05 {
    background-color: #eeacb8;
    padding: 5rem 0 0;
}


/* title */

h2 img {
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.artist-sec h3 img {
    max-width: 100%;
    height: 25px;
}

.section03 h2 img {
    height: 30px;
    max-width: 100%;
}

.section04 h2 img {
    height: 30px;
    max-width: 100%;
}

.mt-lg-10 {
    margin-top: 5rem;
}


/* font-size */

.f-12 {
    font-size: 1.2rem;
}

.f-md-12 {
    font-size: 1.6rem;
}

.f-color-white {
    color: #fff;
    font-weight: bold;
    padding-top: 5rem;
    line-height: 3rem;
}


/* footer */

footer {
    background-color: #3d568f;
    padding: 4rem 0;
}

.copyright small {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.copyright {
    text-align: center;
}

.icon img {
    width: 40px;
}

.mail img {
    width: 40px;
}

.section02 {
    font-weight: 600;
    color: #3d568f;
}


/* palce_log */

.acs {
    height: 25px;
}

@media (min-width: 960px) {
    footer {
        padding: 7rem 0;
    }
    .icon img {
        width: 50px;
    }
    .mail img {
        width: 50px;
    }
    .row .start p {
        width: 380px;
    }
    .row .start p img {
        width: 380px;
    }
    h2 img {
        height: 70px;
    }
    .section02 {
        padding: 12rem 0;
    }
    .section03 {
        padding: 12rem 0;
    }
    .section04 {
        padding: 0 0 12rem;
    }
    .artist-sec h3 img {
        max-width: 100%;
        height: 50px;
    }
    h2 img {
        height: 100px;
    }
    .mb-lg-10 {
        margin-bottom: 6rem !important;
    }
    .mt-lg-10 {
        margin-top: 8rem;
    }
    .section03 h2 img {
        height: 40px;
        max-width: 100%;
    }
    .section04 h2 img {
        height: 40px;
        max-width: 100%;
    }
    .b-none {
        display: none;
    }
    .acs {
        height: 50px;
    }
    .section01 .top {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        max-width: 950px;
    }
    .section01 {
        height: 100vh;
        border: 6rem solid #F9AAB8;
    }
    .section05 {
        background-color: #eeacb8;
        padding: 10rem 0 0;
    }
}

@media (min-width: 1500px) {
    .section01 {
        height: 100vh;
        border: 10rem solid #F9AAB8;
    }
}