@charset "utf-8";

a {
    text-decoration: none;
}

.sp {
    display: none;
}

@media(max-width: 768px) {
    .sp {
            display: block;
        }
    }

/* header */

.header {
    border-bottom: 1px solid #777;
}

.header__inner {
    margin: 0 auto;
    padding: 25px 20px;
    max-width: 1200px;
}

.header-utilities {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "Hiragino Mincho ProN","HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.header-nav__item {
    list-style: none;
}

@media(max-width: 768px) {
.header__logo {
        font-size: 4vw;
    }
}

/* main */

.fv {
    height: 70vh;
    text-align: center;

}

.fv__h2 {
    margin: 0 auto;
    padding-top: 10%;
    font-size: 30px;
    color: #333;
}

.fv p {
    margin: 80px 0 10px;
    font-size: 22px;
}

.fv a {
    font-size: 30px;
    font-weight: bold;
    color: #777;
    text-decoration: none;
}



@media(max-width: 768px) {
.fv__txt {
        font-size: 6vw;
    }
}

/* footer */

.footer {
    margin: 0 auto;
    padding: 60px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: san;
}

.footer__nav p {
    font-size: 20px;
    font-weight: bold;
}

.footer__nav ul {
    padding-left: 0;
}

.footer__nav li {
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    line-height: 1.5;
}

.footer__nav li a {
    color: #fff;
}

.footer__copy {
    font-size: 10px;
}

@media(max-width: 768px) {
    .footer__nav p {
        font-size: 1em;
    }
    .footer__nav li {
        font-size: 0.8em;
    }
}