@charset "UTF-8";

/* front_mv
--------------------------------*/
section#front_mv {
    padding: 0;
}

#front_mv .mv_item:hover .yokohama_bg_color {
    background-color: #9F92AA !important;
}

#front_mv .mv_item:hover .takanawa_bg_color {
    background-color: #8EA4AF !important;
}

#front_mv .mv_title {
    position: absolute;
    width: 480px;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}

#front_mv .mv_subtitle {
    position: absolute;
    top: 108px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #000000;
}

#front_mv .mv_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#front_mv .mv_item {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#front_mv .mv_item.yokohama {
    background-color: #BAAAC4;
}

#front_mv .mv_item.takanawa_bg_color {
    background-color: #BAAAC4;
}

#front_mv .mv_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#front_mv .mv_item .mv_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: ease 0.3s;
    pointer-events: none;
}

#front_mv .mv_item:hover .mv_img img {
    opacity: 1;
}

#front_mv .mv_img.yokohama {
    background-color: #EDE8E4;
}

#front_mv .mv_img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#front_mv .mv_caption {
    height: 150px;
    width: 100%;
}

#front_mv .caption {
    height: calc(100% + 20px);
    text-align: center;
    transition: opacity 0.3s ease;
}

#front_mv .title {
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: -20px;
}

#front_mv .subtitle {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 15px 15px 10px 15px;
}

#front_mv .description {
    font-size: 22px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
}

#front_mv .chevron-down {
    width: 2rem;
    height: 2rem;
}

@media screen and (max-width: 768px) {
    section#front_mv {
        min-width: auto;
    }

    #front_mv .mv_caption {
        height: 43vw;
    }

    #front_mv .mv_title {
        width: 85vw;
        top: 0;
    }

    #front_mv .mv_subtitle {
        top: 14.5vw;
        line-height: normal;
        font-size: 3.7vw;
    }

    #front_mv .yokohama {
        justify-content: flex-start;
    }

    #front_mv .caption {
        height: calc(100% + 4vw);
    }

    #front_mv .title {
        font-size: 6.5vw;
        font-weight: 400;
        line-height: normal;
        margin: -4vw 0 0 0;
    }

    #front_mv .subtitle {
        font-size: 3.7vw;
        margin: 0 0 5vw;
    }

    #front_mv .description {
        font-size: 3.5vw;
        line-height: normal;
        margin: 3.0vw 0;
    }

    #front_mv .takanawa_bg_color .description {
        padding-left: 0.5em;
    }

    #front_mv .chevron-down {
        position: absolute;
        height: 5vw;
        width: 5vw;
        margin-left: -2.5vw;
        bottom: 2.5vw;
    }

    #front_mv .mv_img {
        position: relative;
        height: 104.5vw;
    }

    #front_mv .mv_img::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        height: 50%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(33, 23, 20, 0.25) 100%);
        transform: rotate(-180deg);
    }

    #front_mv .mv_img::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 30%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(33, 23, 20, 0.4) 100%);
    }

    #front_mv .mv_img img {
        height: 100%;
    }
}

/* concept
--------------------------------*/
section#concept {
    background: #efefed;
    position: relative;
    overflow: hidden;
    background: url(../img/common/bg2.jpg) no-repeat left top /cover;
    height: 644px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#concept .wrap {
    position: relative;
    z-index: 1;
    text-align: center;
}

#concept .concept_lead {
    font-size: 25px;
    line-height: 58px;
    letter-spacing: 0.1em;
    margin: 30px auto;
    text-align: center;
}

#concept .concept_txt_block p {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 40px;
}

#concept .concept_txt_block p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    section#concept {
        height: auto;
    }

    #concept::before,
    #concept::after {
        display: none;
    }

    #concept .wrap {
        margin: 0 auto;
    }

    #concept .wrap .ttltype1 {
        text-align: center;
    }

    #concept .concept_lead {
        font-size: 5.5vw;
        margin: 8% auto;
        text-align: center;
    }

    #concept .concept_txt_block p {
        font-size: 3.7vw;
        line-height: 2.5;
        margin-top: 5%;
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    section#info {
        padding: 10rem 0;
    }

    #info .info_list_head {
        width: 200px;
        gap: 3px;
    }

    #info .info_list_pinned .info_list_txt {
        -webkit-line-clamp: 3;
    }

    #front_mv .mv_item:hover .mv_img::after {
        background: rgba(0, 0, 0, 0.07);
    }
}

@media screen and (max-width: 768px) {
    section#info {
        padding: 20vw 0;
    }

    #info .info_list_head {
        width: auto;
        justify-content: flex-start;
    }

    section#brand {
        padding-top: 5vw;
    }
}

.takanawa_open {
    width: 120px;
    height: 15px;
    font-size: 11px;
    line-height: 12px;
    background: #FFFFFF;
    border-radius: 7.5px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #276A91;
    position: absolute;
    top: -20px;
    left: calc(50% - 60px);
}

@media screen and (max-width: 768px) {
    .takanawa_open {
        width: 30vw;
        height: 3.5vw;
        font-size: 2.9vw;
        border-radius: 2vw;
        line-height: 3.5vw;
        top: -4vw;
        left: calc(50% - 15vw);
    }
}