@charset "UTF-8";

/*===============================

キャッチコピー（TOP用）

================================*/


#catchcopy-section {
    position: relative;
    height: 550px;
    color: #FFF;
    display: table;
    width: 100%;
}

@media screen and (max-width: 600px) {
    #catchcopy-section {
        height: 400px;
    }
}

.catchcopy {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    text-align: center;
    position: relative;
    width: 100%;
}

.catchcopy span {
    font-family: sans-serif;
}

.catchcopy h2 {
    font-size: 3.2rem;
}

@media screen and (max-width: 600px) {
    .catchcopy span {
        font-size: 1rem;
    }

    .catchcopy h2 {
        font-size: 1.6rem;
    }
}
