@charset "UTF-8";
/*基本設定*/

header {
    width: 100%;
    position: fixed;
    top: -22px;
    left: 0;
    z-index: 900
}

header .header_inner {
    background: #1e282c;
    background-blend-mode: multiply;
    width: 100%;
   height:13.68vw;
    position: relative
}

header h1 img {
    width: 50.5vw;
    margin: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%
}

@media screen and (min-width: 768px) {
    header .header_inner {
         height: 78px;
    }

    header h1 img {
        width: 260px
    }

    main {
        margin-top: 77px !important;
    }
}

main {
  margin-top: 12.68vw;
}


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Noto Sans JP;
    padding: 40px 0vw;
    color: #f5f5f5 !;
    background-color: #1e282c;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.color-wh {
    color: #f5f5f5;
}

footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 20px;
}

footer div {
    background: #f5f5f5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    position: relative;
}

footer .sns li {
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f5f5f5;
    position: relative;
}

footer .sns li a img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer p {
    color: #f5f5f5 !important;
}