.fv-container {
    background: url(../../img/pages/global-view/banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    @media screen and (max-width: 767px) {
        background-size: auto;
        background-position: center;
    }
}

.common-title {
    padding-top: 30rem !important;
    padding-bottom: 20rem !important;
    .title-sub {
        padding-bottom: 5rem !important;
    }
}

.white {
    color: #ffffff !important;
}

.gb-text {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #ffffff;
}

.global-view-search-wrap {
    margin-top: -8rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;

    @media screen and (max-width: 767px) {
        margin-top: -4rem;
        margin-bottom: 3rem;
    }
}

.global-view-search-box {
    background: #fff;
    border-radius: 12px;
    padding: 5rem;
    max-width: 107.6rem;
    margin: 0 auto;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.19);

    @media screen and (max-width: 767px) {
        padding: 2.4rem 2rem;
    }
}

.gv-search-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: stretch;
        gap: 1.2rem;
        margin-bottom: 1.2rem;
    }
}

.gv-search-label {
    display: inline-block;
    background: #000;
    padding: 1.5rem 2rem;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #ffffff;
    width: 28rem;
    text-align: center;

    @media screen and (max-width: 767px) {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 1.2rem 1.6rem;
    }
}

.gv-search-input-wrap {
    flex: 1;
    position: relative;
    min-width: 0;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.gv-search-input {
    width: 100%;
    height: 4.8rem;
    padding: 0 44px 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1.4rem;
    box-sizing: border-box;

    @media screen and (max-width: 767px) {
        height: 4.4rem;
        font-size: 1.6rem;
    }
}

.gv-search-input::placeholder {
    color: #999;
}

.gv-search-input:focus {
    outline: none;
    border-color: #333;
}

.gv-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23999'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") center/contain no-repeat;
    pointer-events: none;
}

.gv-search-actions {
    display: flex;
    justify-content: center;
}

.gv-search-submit {
    display: block;
    background: #000;
    border: 1px solid #000;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 1.4rem 4rem;
    cursor: pointer;
    min-width: 200px;
    transition:
        0.3s background,
        0.3s color,
        0.3s border-color;
}

.gv-search-submit:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 767px) {
    .gv-search-actions {
        width: 100%;
    }

    .gv-search-submit {
        width: 100%;
        min-width: unset;
        font-size: 1.6rem;
        padding: 1.2rem 2rem;
    }
}

.gv-finder {
    margin: 6rem 0 8rem;

    @media screen and (max-width: 767px) {
        margin: 4rem 0 2rem;
    }
}

.gv-finder-section + .gv-finder-section {
    margin-top: 3.5rem;
}

.gv-finder-title {
    width: 100%;
    background: #000;
    padding: 1.4rem 2.4rem;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 3rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #fff;
    @media screen and (max-width: 767px) {
        margin-bottom: 1.5rem;
        padding: 1rem 2rem;
        font-size: 1.6rem;
        line-height: 1.2;
    }
}

/* Application & category tiles */

.gv-finder-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 3.5rem;

    @media screen and (max-width: 767px) {
        gap: 0.8rem 1.2rem;
    }
}

.gv-finder-chip {
    position: relative;
    box-sizing: border-box;
    /* width: 27.3rem; */
    /* height: 6.9rem; */
    border: 2px solid #000000;
    padding: 2rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition:
        0.3s background,
        0.3s color;

    @media screen and (max-width: 767px) {
        padding: 1rem 1.2rem;
        font-size: 1.3rem;
        border-width: 1px;
    }
}

.gv-finder-chip:hover {
    color: #fff;
    background: #000000;

    .dli-chevron-round-right {
        color: #fff;
    }

    .gv-chip-label {
        color: #fff;
    }
}

.gv-chip-label {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.gv-chip-arrow {
    margin-left: 1rem;
    width: 1rem;
    height: 1rem;

    @media screen and (max-width: 767px) {
        margin-left: 0.6rem;
        width: 0.8rem;
        height: 0.8rem;
    }
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    position: relative;
    width: 1rem;
    height: 1rem;
    transform: translateX(-25%) rotate(45deg);
    margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
    .gv-finder-chip .dli-chevron-round-right {
        width: 0.8rem;
        height: 0.8rem;
        margin-top: 0.2rem;
    }
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

.dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

/* Maker list */

.gv-maker-list {
}

.gv-maker-letter {
    position: relative;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    /* margin: 2.4rem 0 0.8rem; */
    margin-bottom: 2rem;
}

.gv-maker-letter::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #000;
    transform: translateY(1px);
}

.gv-maker-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    transition: 0.3s opacity;

    /* &:hover {
        opacity: 0.6;
        text-decoration: none;
    } */
}

.gv-maker-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0.8rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;

    &:hover {
        text-decoration: underline;
    }

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
}

/* .gv-maker-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #000;
    margin-right: 0.8rem;
} */

/* ------------------------------------------------------------------ */
/*  GLOBAL VIEW FEATURE BLOCK                                         */
/* ------------------------------------------------------------------ */

.gv-feature {
    padding-top: 6rem;
    padding-bottom: 10rem;

    @media screen and (max-width: 767px) {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }
}

.gv-feature-header {
    margin-bottom: 5rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 3rem;
    }
}

.gv-feature-headline {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 4rem;

    @media screen and (max-width: 767px) {
        gap: 0.6rem;
        margin-bottom: 2rem;
        align-items: flex-start;
    }
}

.quality-title-icon {
    width: 2.8rem;
    height: 2.8rem;

    @media screen and (max-width: 767px) {
        width: 2rem;
        height: 2rem;
        flex-shrink: 0;
        padding-top: 0.5rem;
    }
}

.gv-feature-headline-text {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

.gv-feature-lead {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.gv-feature-list {
    display: flex;
    gap: 4rem;
    margin-top: 3rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 2rem;
    }
}

.gv-feature-item {
    flex: 1;
    display: flex;
    align-items: center;
    /* gap: 1.4rem; */

    @media screen and (max-width: 767px) {
        flex: none;
        width: 100%;
        align-items: flex-start;
    }
}

.gv-feature-num {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 5.8rem;
    line-height: 5.8rem;
    text-transform: capitalize;
    color: #e92629;
    width: 7rem;
    flex-shrink: 0;

    @media screen and (max-width: 767px) {
        font-size: 3.6rem;
        line-height: 3.6rem;
        width: 4.5rem;
    }
}

.gv-feature-body {
    border-left: 1px solid #e92629;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    width: calc(100% - 8rem);
    min-width: 0;

    @media screen and (max-width: 767px) {
        padding-left: 1.2rem;
        margin-left: 1rem;
        width: calc(100% - 5.5rem);
    }
}

.gv-feature-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;
    padding-bottom: 1.5rem;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 1.8rem;
        padding-bottom: 0.8rem;
    }
}

.gv-feature-desc {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
