
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

body,
.mv-wrap .lead,
h2,
.story-box .story-item .story-detail {
    font-family: "Noto Serif TC", serif;
}

/* header .head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
header .head-inner::before, header .head-inner::after {
    display: none;
}
header .menu-wrap {
    height: 100%;
    align-items: center;
}

.mv-wrap .lead {
    top: 9.7%;
}

.mv-wrap .lead span {
    display: inline-block;
    position: relative;
    left: 0.6em;
}

.story-wrap h2,
.story-wrap h2 p,
.fixed-title-wrap h1 p, .fixed-title-wrap h2 p {
    letter-spacing: 0;
}

#kodawari .fixed-title-wrap {
    padding: 49px 29px 188px 115px;
}
@media print, screen and (max-width: 768px) {
    #kodawari .fixed-title-wrap {
        padding: 6.8vw 2.3vw 26vw 9.8vw;
    }
}

footer .footer-wrap {
    justify-content: center;
}
@media print, screen and (max-width: 768px) {
    footer .social {
        position: relative;
        top: 0;
    }
}
