@charset "utf-8";
.ver2023.topPage #mainvisual {
    padding-top: 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #212121;
}
.ver2023 #mainvisual .logo-wrap {
    width: 300px;
    position: absolute;
}
.ver2023 #mainvisual .logo-wrap svg .s0 {
    fill: #fff;
}
.ver2023 #mainvisual .video-wrap {
    height: 100vh;
    width: 100vw;
    display: none;
}
.ver2023 #mainvisual .video-wrap video {
    /* height: 100vh; */
    object-fit: cover;
    height: 100vh;
    width: 100vw;
    display: block;
}
.ver2023 #mainvisual a {
    display: none;
    box-sizing: border-box;
    border: 1px solid #fff;
    /* padding: 5px; */
    width: 15rem;
    text-align: left;
    /* align-self: end;
    justify-self: end; */
    position: absolute;
    right: 10%;
    bottom: 10%;

    font-family: "A1明朝", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    padding: 8px;
    opacity: 0.7;
    /* text-decoration: none; */
    /* transition: 0.3s all; */
}
.ver2023 #mainvisual a:hover {
    /* color: #fff; */
    /* opacity: 0.2; */
    /* transition: 0.3s all; */
    transition: 0.3s all;
    background: #dddddd47;
    text-decoration: none;
}
.ver2023 #mainvisual a:hover span {
    color: #fff;
    text-decoration: none;
}
/* .ver2023 #mainvisual a span::after {
    content: ">";
    text-align: right;
} */
.ver2023 #mainvisual a div {
    display: block;
}
/* .ver2023 #mainvisual .full-movie {
    font-family: "A1明朝", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    padding: 8px;
} */
.ver2023 #mainvisual .full-movie div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.ver2023 #mainvisual .full-movie:focus {
    text-decoration: none;
}
.ver2023 #mainvisual .full-movie:focus div span {
    color: #fff;
    text-decoration: none;
}
.ver2023 #mainvisual .full-movie .angle-right {
    width: 0.75em;
    height: 0.75em;
    fill: #fff;
}

/* header */
@media screen and (min-width: 769px) {
    .ver2023 #header-pc #gnav .link-product {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        justify-content: space-between;
    }
    .ver2023 #header-pc #gnav {
        border-bottom: initial;
    }

    .ver2023 #header-pc #gnav .gnav-item-list {
        display: flex;
        align-items: center;
        margin-top: 0;
    }
    .ver2023 #header-pc #gnav .link-product li .gnav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
        text-decoration: none;
    }
    .ver2023 #header-pc .sub {
        top: 0;
    }
    /* php→cssへ */
    .ver2023.topPage #header-pc #gnav {
        display: none;
        background: transparent;
        /* color: #fff; */
        transition: background-color 0.3s ease;
    }
    .ver2023.topPage #header-pc #gnav:hover {
        background-color: #fff;
        /* color: #000; */
    }
    .ver2023.topPage #header-pc #gnav.scrolled {
        background-color: white;
    }
    .ver2023.topPage #header-pc #gnav.scrolled .gnav-item-list .gnav-item {
        color: #000;
    }

    .ver2023.topPage #header-pc #gnav .gnav-item-list .gnav-item {
        color: #fff;
        transition: color 0.3s ease;
    }
    .ver2023.topPage #header-pc #gnav:hover .gnav-item-list .gnav-item {
        color: #000;
        /* transition: color 0.3s ease; */
    }

    .ver2023.topPage #header-pc #gnav .gnav-item-list .gnav-item:hover {
        border-bottom: solid 2px #000;
        /* border-bottom: solid 2px #fff; */
        color: #000;
    }
    .ver2023.topPage #header-pc #gnav .nav-logo svg .s0 {
        fill: #fff;
        transition: fill 0.3s ease;
    }
    .ver2023.topPage #header-pc #gnav:hover svg .s0 {
        fill: #171c61;
    }
    /* .ver2023.topPage #header-pc #gnav {
        
    } */
    .ver2023.topPage #header-pc #gnav:has(.submOpen) {
        background-color: #fff;
    }
    .ver2023.topPage #header-pc #gnav:has(.submOpen) svg .s0 {
        fill: #171c61;
    }
    .ver2023.topPage #header-pc #gnav:has(.submOpen) .gnav-item-list .gnav-item {
        color: #000;
    }
    .ver2023.topPage #header-pc #gnav.scrolled svg .s0 {
        fill: #171c61;
    }
}
@media screen and (max-width: 768px) {
    .ver2023 #mainvisual .logo-wrap {
        width: 75%;
    }
    .ver2023 #mainvisual a {
        right: auto;
    }
}

.ver2023 #header-pc #gnav .link-product .logo-wrap {
    line-height: 1;
}
.ver2023 #header-pc #gnav .link-product .nav-logo svg {
    width: 100%;
}

#gnav {
    box-shadow: none;
}
