.topKv {
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 769px) {
    .topKv {
        margin: 0 0 100px;
        aspect-ratio: 72/41;
    }
}
@media screen and (max-width: 768px) {
    .topKv {
        margin: 0 -25px 30px;
        aspect-ratio: 25/48;
    }
}
.topKv__siteTitle {
    position: absolute;
    opacity: 0;
}
.topKv__title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (min-width: 769px) {
    .topKv__title {
        margin: 100px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title {
        margin: 80px 0 0;
    }
}
.topKv__title__en {
    display: inline-block;
    color: var(--white);
    text-shadow: 0 0 35px rgba(0,0,0,.2);
    text-align: center;
}
@media screen and (min-width: 769px) {
    .topKv__title__en {
        /* font-size: 22vw; */
        /* line-height: .88; */
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__en {
        /* font-size: 25vw; */
        /* line-height: 1; */
        margin-top: 6vw;
    }
}
.topKv__title__en > p {
    opacity: 0;
    transform: translateY(50px);
    transition: transform .6s ease-in-out, opacity .5s ease-in-out;
}
.topKv__title__en .topText span,
.topKv__title__en .bottomText span {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 700;
    font-style: normal;
    opacity: 0.3;
}
.topKv__title__en .topText span {
    line-height: 1;
}
.topKv__title__en .bottomText span {
    line-height: 0.25;
}
@media screen and (min-width: 769px) {
    .topKv__title__en .topText span {
        font-size: 32vw;
        line-height: 0.4;
        letter-spacing: -2px;
    }
    .topKv__title__en .topText span:nth-child(5) {
        font-size: 23vw;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__en .topText span {
        font-size: 34vw;
        letter-spacing: -3px;
        
    }
    .topKv__title__en .topText span:nth-child(5) {
        font-size: 25vw;
    }
}
@media screen and (min-width: 769px) {
    .topKv__title__en .bottomText span {
        font-size: 32vw;
        letter-spacing: -11px;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__en .bottomText span {
        font-size: 34vw;
        letter-spacing: -3px;
    }
}
.topKv__title__main {
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    transition-delay: .3s;
}
@media screen and (min-width: 769px) {
    .topKv__title__main {
        position: absolute;
        top: 17%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__main {
        margin: 0 0 0;
    }
}
.topKv__title__main > * {
    display: inline-block;
}
.topKv__title__main .subTitle {
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .topKv__title__main .subTitle {
        width: 8vw;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__main .subTitle {
        width: 27vw;
    }
}
.topKv__title__main .mainTitle {
    display: flex;
    justify-content: center;
    margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
    .topKv__title__main .mainTitle {
        margin: 20px 0 0;
    }
}
@media screen and (min-width: 769px) {
    .topKv__title__main .mainTitle > span {
        width: 34vw;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__main .mainTitle > span {
        width: 75vw;
    }
}
@media screen and (min-width: 769px) {
    .topKv__title__main .mainTitle > span:nth-child(2) {
        margin: 0 -1.5vw;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__main .mainTitle > span:nth-child(2) {
        margin: 0 -5vw 0 -3vw;
    }
}
@media screen and (min-width: 769px) {
    .topKv__title__main .mainTitle > span:nth-child(4) {
        margin: 0 -1vw 0 -1.7vw;
    }
}
@media screen and (max-width: 768px) {
    .topKv__title__main .mainTitle > span:nth-child(4) {
        margin: 0 -2vw;
    }
}
.topKv__title__main img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.topKv__front {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .topKv__front {
        aspect-ratio: 72/41;
    }
}
@media screen and (max-width: 768px) {
    .topKv__front {
        /* aspect-ratio: 25/48; */
        width: 100vw;
        top: auto;
        bottom: 7vw;
        left: 0;
        right: 0;
        margin: auto;
    }
}
.topKv__front img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
}
@media screen and (max-width: 768px) {
    .topKv__front img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.topKv__img {
    position: relative;
    overflow: hidden;
    display: block;
    top: 30px;
}
@media screen and (min-width: 769px) {
    .topKv__img {
        aspect-ratio: 72/41;
    }
}
@media screen and (max-width: 768px) {
    .topKv__img {
        aspect-ratio: 25/48;
    }
}
.topKv__img img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
}
.topKv.is-active .topKv__title__en > p {
    opacity: 1;
    transform: translateY(0);
}
.topKv.is-active .topKv__title__main {
    opacity: 1;
}
.topKv.is-active .topKv__img {
    top: 0;
}
.topKv.is-hide .topKv__title__en > p,
.topKv.is-hide .topKv__title__main {
    opacity: 0;
}
.topKv.is-hide .topKv__title__en > p {
    transform: translateY(50px);
}

.topKv__people {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.topKv__people .sample-slider-pc1,
.topKv__people .sample-slider-pc2,
.topKv__people .sample-slider-pc3,
.topKv__people .sample-slider-pc4,
.topKv__people .sample-slider-pc5 {
    width: 20%;
    margin-left: -2%;
    margin-right: -2%;
}
.topKv__people .sample-slider-sp1,
.topKv__people .sample-slider-sp2,
.topKv__people .sample-slider-sp3 {
    display: none;
}

@media screen and (max-width: 768px) {
    .topKv__people .sample-slider-pc1,
    .topKv__people .sample-slider-pc2,
    .topKv__people .sample-slider-pc3,
    .topKv__people .sample-slider-pc4,
    .topKv__people .sample-slider-pc5 {
        display: none;
    }
    .topKv__people .sample-slider-sp1,
    .topKv__people .sample-slider-sp2,
    .topKv__people .sample-slider-sp3 {
        display: block;
        width: 60%;
        margin-left: -15%;
        margin-right: -15%;
    }
}

.topKv__people .swiper-slide img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #top {
        margin-top: 0 !important;
    }
}
header {
    background: #fbfbfb;
}

@media screen and (max-width: 768px) {
    .side_nav.sp_blk .navi_logo {
        background: #fafafa;
    }
    .menu-trigger span {
        background-color: #444;
    }
}