@charset "UTF-8";

@media screen and (min-width: 767.01px) {
    #header {
        background-color: transparent;
        box-shadow: none;

        .nav {
            display: none;
        }
    }

    #header.scrolled {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);

        .nav {
            display: block;
        }
    }
}

#fv {
    position: relative;

    @media screen and (max-width: 767px) {
        padding-top: 6rem;
    }

    .video {
        margin: auto;
        width: 100%;
        max-height: 100vh;
        object-fit: contain;
    }

    .slogan {
        position: absolute;
        left: 50%;
        bottom: 6rem;
        transform: translateX(calc(-50dvh*16/9 + 6rem));
        font-family: 'Hina Mincho';
        font-size: 10dvh;
        line-height: 1.4;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        opacity: 0.9;
        text-shadow: 0 0 6rem rgba(0, 0, 0, 0.25);
        text-indent: -0.6em;
        white-space: nowrap;
        pointer-events: none;

        @media screen and (max-width: 767px) {
            left: 1.5rem;
            bottom: 1.5rem;
            transform: none;
            font-size: 2.2rem;
            text-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
        }
    }

    .scroll {
        position: absolute;
        bottom: 4rem;
        right: 3rem;
        width: 2.9rem;

        @media screen and (max-width: 767px) {
            display: none;
        }
    }
}

#catalog {
    padding: 25rem 0 5rem;
    position: relative;

    @media screen and (max-width: 767px) {
        padding: 8rem 0 0;
    }

    #home-header {
        position: absolute;
        background-color: #fff;
        box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
        width: 92%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        height: 9rem;
        display: flex;
        justify-content: center;
        align-items: center;

        @media screen and (max-width: 767px) {
            display: none;
        }

        .main-list {
            display: flex;
            gap: 5rem;

            & li {
                & a {
                    font-size: 1.5rem;
                    line-height: 2;
                    letter-spacing: 0.1em;
                    font-weight: 500;
                    position: relative;

                    &::after {
                        content: "";
                        width: 2rem;
                        height: 0.2rem;
                        background-color: var(--blue);
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        transform: translate(-50%, 0.5rem);
                    }
                }
            }
        }

    }

    #anchor {
        position: absolute;
        top: 9rem;
        left: 0;
    }

    .indexes {
        .index {
            margin-bottom: 20rem;
            display: flex;
            justify-content: flex-end;
            gap: 8rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 8rem;
            }

            .left-texts {
                width: 72rem;
                display: flex;
                flex-direction: column;

                @media screen and (max-width: 767px) {
                    width: 100%;
                }

                .title-en {
                    font-family: 'Alexandria';
                    font-weight: 700;
                    font-size: 9.8rem;
                    line-height: 1;
                    white-space: nowrap;
                    letter-spacing: 0;

                    &::first-letter {
                        color: var(--blue);
                    }

                    @media screen and (max-width: 767px) {
                        font-size: 3.8rem;
                    }
                }

                .title-ja {
                    margin-top: 1.2rem;
                    font-weight: 700;
                    font-size: 2rem;
                    line-height: 1.5;
                    color: var(--blue);
                    position: relative;
                    padding-left: 2rem;
                    width: fit-content;

                    &::before {
                        content: "";
                        width: 1.4rem;
                        height: 0.2rem;
                        background-color: var(--blue);
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translate(0, -50%);
                    }

                    @media screen and (max-width: 767px) {
                        margin-top: 0.5rem;
                        font-size: 1.6rem;
                        padding-left: 1.5rem;

                        &::before {
                            width: 1.2rem;
                        }
                    }
                }

                .motto {
                    margin-top: 4rem;
                    font-family: 'Zen Kaku Gothic Antique';
                    font-weight: 700;
                    font-size: 4rem;
                    line-height: 1.5;
                    letter-spacing: 0.05em;

                    @media screen and (max-width: 767px) {
                        margin-top: 3rem;
                        font-size: 2rem;
                    }
                }

                .introduction {
                    margin-top: 2rem;

                    @media screen and (max-width: 767px) {
                        margin-top: 1.5rem;
                    }
                }

                .view-more {
                    margin-top: 5rem;
                    width: 27rem;
                    height: 5.8rem;
                    border-radius: 2.9rem;
                    background-color: var(--blue);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 1.4rem;

                    @media screen and (max-width: 767px) {
                        margin-top: 2rem;
                        width: 20rem;
                        height: 4rem;
                        border-radius: 2rem;
                        gap: 1.2rem;
                    }

                    & p {
                        font-weight: 700;
                        color: #FFFFFF;

                        @media screen and (max-width: 767px) {
                            font-size: 1.5rem;
                        }
                    }

                    & img {
                        width: 9rem;

                        @media screen and (max-width: 767px) {
                            width: 6rem;
                        }
                    }
                }
            }

            .right-image {
                width: 80rem;
                /* filter: drop-shadow(-0.2rem 1.2rem 0 var(--blue)); */

                @media screen and (max-width: 767px) {
                    width: 100%;
                    margin-top: 2rem;
                }

                & img {
                    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
                }
            }
        }

        @media screen and (min-width: 767.01px) {
            .index:nth-child(even) {
                flex-direction: row-reverse;

                .left-texts {
                    text-align: right;

                    .title-ja {
                        margin-left: auto;
                    }

                    .view-more {
                        margin-left: auto;
                    }
                }
            }
        }
    }
}

#interview {
    padding: 8rem 0 11.2rem;
    background-color: var(--blue);

    @media screen and (max-width: 767px) {
        padding: 8rem 0;
    }

    .title-area {
        width: 100%;
        position: relative;

        .title-en {
            font-family: 'Alexandria';
            font-weight: 700;
            font-size: 9.8rem;
            line-height: 1;
            color: #FFFFFF;

            @media screen and (max-width: 767px) {
                font-size: 4rem;
            }
        }

        .title-ja {
            margin-top: 2rem;
            font-weight: 700;
            font-size: 2rem;
            line-height: 1.5;
            color: var(--blue);
            position: relative;
            padding-left: 2rem;
            color: #FFFFFF;

            &::before {
                content: "";
                width: 1.4rem;
                height: 0.2rem;
                background-color: #fff;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0, -50%);
            }

            @media screen and (max-width: 767px) {
                margin-top: 1rem;
                font-size: 1.6rem;
                padding-left: 1.5rem;
            }
        }
    }

    .view-more {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 27rem;
        height: 5.8rem;
        border-radius: 2.9rem;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.4rem;

        @media screen and (max-width: 767px) {
            position: relative;
            margin-top: 4rem;
            width: 20rem;
            height: 4rem;
            border-radius: 2rem;
            gap: 1.2rem;
        }

        & p {
            font-weight: 700;
            color: var(--blue);

            @media screen and (max-width: 767px) {
                font-size: 1.5rem;
            }
        }

        & img {
            width: 9rem;

            @media screen and (max-width: 767px) {
                width: 6rem;
            }
        }
    }

    .swiper-container {
        overflow: hidden;
    }

    .persons {
        margin-top: 6.8rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 3rem;
        row-gap: 8rem;

        @media screen and (max-width: 767px) {
            display: flex;
            margin-top: 4rem;
            gap: 0;
        }

        .person {
            transition-property: initial !important;

            & img {
                clip-path: polygon(0% 13%, 100% 0%, 100% 87%, 0% 100%);
            }

            .position {
                margin-top: 3rem;
                width: fit-content;
                background-color: #fff;
                font-size: 2rem;
                text-align: center;
                letter-spacing: 0.05em;
                color: var(--blue);
                padding: 0 1rem;

                @media screen and (max-width: 767px) {
                    margin-top: 2rem;
                    font-size: 1.6rem;
                    padding: 0 0.7rem;
                }
            }

            .info {
                display: flex;
                align-items: center;
                gap: 2.5rem;

                @media screen and (max-width: 767px) {
                    gap: 1.5rem;
                }

                .when {
                    font-weight: 500;
                    font-size: 2rem;
                    letter-spacing: 0;
                    color: #FFFFFF;

                    @media screen and (max-width: 767px) {
                        font-size: 1.5rem;
                    }
                }

                .name {
                    font-weight: 700;
                    font-size: 2.6rem;
                    letter-spacing: 0;
                    color: #FFFFFF;

                    @media screen and (max-width: 767px) {
                        font-size: 2rem;
                    }
                }
            }
        }
    }
}