@charset "UTF-8";

/* 共通部分 */
html {
    font-size: 100%;
}

body {
    font-family: "Archivo Black" , sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: rgb(255, 255, 255);
}

img {
    max-width: 100%;
}

/* HEADER */
.logo {
    width: 100px;
    margin-top: 20px;
    margin-left: 20px;
}

/* HOME */
.home-content {
    text-align: center;
    margin-top: 10%;
}

.home-content {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* 見出し */
.page-title {
    font-size: 5rem;
    font-family: 'Archivo Black', serif;
    font-weight: normal;
}

.page-content {
    font-family: 'Archivo Black', serif;
    font-weight: normal;
}
