@charset "utf-8";

/* common */
.c-text-16 {
    text-align: center;
    font-size: 18px;
}

.bg-bk__wrapper {
    background-color: black;
    color: white;
}

@media only screen and (max-width: 47.9375em) {
    .c-text-16 {
        font-size: 16px;
        line-height: 2;
    }

    .sn__btn {
        display: block;
        padding: 20px 50px;
    }

    .sn__btn-icon--left {
        padding-left: 75px;
    }

    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

}


/* 
ANIMATION
*/
.fadein-init {
    opacity: 0;
    transform: translateY(30px);
}

.fadein-init.fadein-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out, transform 1s ease-out;
}



/* main */
.l-contents__mv {
    padding-top: 8rem;
}

@media only screen and (max-width: 47.9375em) {
    .l-contents__mv {
        padding-top: 8rem;
    }
}


/* style */
.concept__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1040/992;
    margin: 0 auto 60px auto;
    padding-top: 40px;
    background-image: url(../imgs/concept-pc.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept__text {
    font-size: 1.2em;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #fff;
    display: block;
    margin: 30px auto 500px auto;
}

.concept__btn-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.sn__btn-buy::after {
    display: inline-block;
    content: "";
    background-image: url(../../../../assets/common/imgs/icon-btn04-white.webp);
    background-repeat: no-repeat;
    background-size: 22px 26px;
    width: 22px;
    height: 26px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375em) {
    .concept__wrapper {
        aspect-ratio: 640/992;
        padding-top: 0;
        background-image: url(../imgs/concept-sp.webp);
    }

    .concept__text {
        font-size: 1.125em;
        letter-spacing: 0;
        line-height: 1.6em;
        margin: 40px auto 220px auto;
    }

    .concept__btn-wrapper {
        bottom: 40px;
    }

    .sn__btn {
        white-space: nowrap;
    }

}



.feature__wrapper {
    width: 100%;
    height: auto;
    margin: 120px auto 80px auto;
    padding: 0 100px;
    letter-spacing: 0.1em;
}

.feature__sub-ttl {
    text-align: center;
    font-size: 1.15em;
    color: #A8ABAF;
    font-weight: 500;
}

.feature__ttl {
    text-align: center;
    font-size: 2.2em;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin: 0px auto 20px auto;
}

.feature__text {
    text-align: right;
    font-size: 1.125em;
    line-height: 1.6em;
    margin: 80px auto 0 auto;
}

.feature__note {
    text-align: right;
    font-size: 0.875em;
    color: #A8ABAF;
}

@media only screen and (max-width: 47.9375em) {
    .feature__wrapper {
        letter-spacing: 0;
        padding: 0 20px;
    }

    .feature__ttl {
        font-size: 1.8em;
        letter-spacing: 0.1em;
        margin: 0;
    }

    .feature__text {
        text-align: center;
        margin: 40px auto;
    }

    .feature__note {
        text-align: center;
    }

}



.auto-measure__wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1040/470;
    margin: 80px auto;
    padding: 40px;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: url(../imgs/auto-measure-pc.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.auto-measure__text-wrapper {
    width: 34%;
}

.auto-measure__text-wrapper div {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.auto-measure__text-wrapper p {
    font-size: 1.125em;
    margin-bottom: 10px;
}


@media only screen and (max-width: 47.9375em) {
    .auto-measure__wrapper {
        aspect-ratio: 640/470;
        margin: 80px auto;
        padding: 20px;

        background-image: url(../imgs/auto-measure-sp.webp);
    }

    .auto-measure__text-wrapper {
        width: 50%;
    }

    .auto-measure__text-wrapper div {
        font-size: 1.6em;
        margin-bottom: 12px;
    }

    .auto-measure__text-wrapper p {
        font-size: 1em;
    }

}

.auto-view__wrapper {
    width: 100%;
    height: auto;
    margin: 120px auto;
    letter-spacing: 0.1em;
}

.auto-view__text-wrapper div {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 80px;
}

.auto-view__text-wrapper p {
    font-size: 1.125em;
    padding: 0 80px;
}

@media only screen and (max-width: 47.9375em) {

    .auto-view__text-wrapper div {
        font-size: 1.8em;
        padding: 0 20px;
    }

    .auto-view__text-wrapper p {
        padding: 0 20px;
    }
}


.fw-navi__wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1040/1441;
    margin: 120px auto;
    letter-spacing: 0.1em;
    color: #fff;

    background-image: url(../imgs/fw-navi__bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.fw-navi__ttl-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 120px 0 80px 0;
}

.fw-navi__ttl-wrapper div {
    font-size: 1.5em;
    font-weight: bold;
}

.fw-navi__container,
.layup__container {
    width: 90%;
    height: auto;
    display: flex;
    margin: 40px auto;
    font-size: 1.125em;
    align-items: center;
    justify-content: center;
}

.layup__container {
    background-image: url(../imgs/layup__bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    gap: 40px;
    margin-top: 40px;

}

.fw-navi__content-ttl,
.layup__content-ttl {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.fw-navi__container img {
    display: block;
    margin: 0 auto;
}


@media only screen and (max-width: 47.9375em) {
    .fw-navi__wrapper {
        aspect-ratio: 1040/1441;
        background-image: url(../imgs/fw-navi__bg.webp);
    }

    .fw-navi__ttl-wrapper {
        padding: 60px 0 0 0;
    }

    .fw-navi__ttl-wrapper div {
        font-size: 1.2em;
    }

    .fw-navi__container,
    .layup__container {
        width: 100%;
        flex-direction: column;
        font-size: 1em;
        align-items: flex-start;
        padding: 20px;
    }

    .layup__container {
        background-image: none;
        gap: 40px;
        margin-top: 40px;

    }

    .fw-navi__content-ttl,
    .layup__content-ttl {
        font-size: 1.8em;
    }

    .fw-navi__container img {
        width: 80%;
        margin: 40px auto;
    }

    .layup__container img {
        width: 60%;
        margin: auto;
    }

    .layup__wrapper {
        padding-bottom: 60px;
    }
}


.pin-position__wrapper {
    width: 100%;
    height: auto;
    margin: 120px auto;
    letter-spacing: 0.1em;
}

.pin-position__text-wrapper div {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 80px;
}

.pin-position__text-wrapper p {
    font-size: 1.125em;
    padding: 0 80px;
}

.pin-position__text-wrapper img {
    display: block;
    width: 100%;
    padding: 0 80px;
    margin: 20px auto 20px 0;
}

.red-bg {
    background-color: red;
    color: white;
    padding: 2px 10px;
}

@media only screen and (max-width: 47.9375em) {

    .pin-position__text-wrapper div {
        font-size: 1.6em;
        padding: 0 20px;
    }

    .pin-position__text-wrapper p {
        padding: 0 20px;
    }

    .pin-position__text-wrapper img {
        padding: 0 20px;
    }

    .pin-position__text-wrapper p {
        padding: 0 20px;
    }
}




.other__wrapper {
    width: 100%;
    height: auto;
    margin: 120px auto;
    letter-spacing: 0.1em;
}

.other__container {
    width: 86%;
    gap: 100px;
    margin: 80px auto;
}

.other__content {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: flex-start;
    margin: 100px auto;
}

.other__content:nth-child(2) {
    flex-direction: row-reverse;
}

.other__content img {
    width: 48vw;
}

.other__content-ttl {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (max-width: 47.9375em) {
    .other__container {
        width: 100%;
        padding: 20px;
        margin: 40px auto;
    }

    .other__content,
    .other__content:nth-child(2) {
        flex-direction: column;
        gap: 20px;
        margin: 60px auto;
    }

    .other__content img {
        width: 60vw;
    }

    .other__content-ttl {
        font-size: 1.6em;
        margin-bottom: 10px;
    }
}

.functions__slider {
    width: 100%;
}

/* margin-left: 120px;代わりの擬似スペース */
.functions__card.spacer {
    width: 76px;
    margin: 0;
    background: transparent;
    pointer-events: none;
}

.functions__card:not(.spacer) {
    width: 40%;
    max-width: 400px;
    margin-right: 20px;
    flex-shrink: 0;
}

.functions__card {
    width: 40vw;
    max-width: 400px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    margin-right: 20px;
    flex-shrink: 0;
}

.functions__card-text {
    white-space: normal;
    word-break: break-all;
}

.functions__card div {
    margin-top: 20px;
    font-weight: bold;
}

.arrow_box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: 120px;
}

.slide-arrow {
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
}

.slide-arrow img {
    width: 30px;
    height: auto;
    display: block;
    pointer-events: none;
}

@media only screen and (max-width: 47.9375em) {

    .slider-wrapper {
        align-items: center;
    }

    .card {
        margin: 0 4px;
    }

    .arrow_box {
        margin: 28px auto;
        justify-content: center;
    }

    .slide-arrow {
        margin: 0 5px;
    }

}

.functions-arrow-box {
    text-align: left;
    margin-left: 120px;
}

@media only screen and (max-width: 47.9375em) {

    .functions__card:not(.spacer) {
        margin-right: 6px;
    }

    .functions__card:first-child,
    .functions-arrow-box {
        margin: 0;
        margin-left: 60px;
        justify-content: flex-start;
    }

    .functions__card.spacer {
        width: 60px;
    }

    .functions__card:not(.spacer) {
        width: 75vw;
    }

}




/* --------------------------------------
 * その他機能
 * -------------------------------------- */
.usability__wrapper {
    width: 100%;
    height: auto;
    background-image: url('../imgs/usability__bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.usability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
}

/* 1. マルチ衛星測位カード (large-card) */
.positioning-card {
    grid-column: 1 / 3;
    grid-row: 1;
}

/* 2. コース収録カード */
.course-card {
    grid-column: 1 / 2;
    grid-row: 2;
}

/* 3. 多言語対応カード */
.language-card {
    grid-column: 2 / 3;
    grid-row: 2;
}

/* 4. 日本製カード */
.made-in-japan-card {
    grid-column: 1 / 2;
    grid-row: 3;
}

/* 5. 推奨品カード */
.recommendation-card {
    grid-column: 2 / 3;
    grid-row: 3;
}


/* カード共通スタイル */
.feature-card {
    background-color: #272E2E;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.4;
    color: white;
}

.card-description {
    font-size: 0.9em;
    line-height: 1.6;
    color: #ccc;
}

/* 個別スタイル */

/* 1. マルチ衛星測位カード */
.positioning-card {
    flex-direction: row;
    align-items: center;
    background-image: url('../../../../assets/common/images/feature-positioning-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}

.positioning-card .card-content {
    flex: 1;
    padding: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.positioning-card .card-visual {
    flex: 1;
    height: 100%;
    padding: 20px 20px 0;
}

.positioning-card .card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 2. コース収録カード */
.course-card {
    justify-content: space-between;
    background-image: url('../../../../assets/common/images/course_bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.course-data {
    margin: 20px 0;
}

.data-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.data-item .label {
    background-color: orange;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 15px;
    width: 60px;
    text-align: center;
}

.data-item.international .label {
    background-color: blue;
}

.data-item .percentage,
.data-item .count {
    font-size: 1.2em;
}

.search-link {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}

.search-link:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

/* 3. 多言語対応カード */
.language-card .card-subtitle {
    margin-bottom: 20px;
}

.language-content {
    position: relative;
    text-align: center;
    flex-grow: 1;
}

.watch-image {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* 4. 日本製カード */
.made-in-japan-card {
    justify-content: space-between;
}

.japan-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.japan-logo .text {
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 5px;
}

.japan-logo img {
    width: 300px;
    height: 100px;
    object-fit: contain;

}

/* 5. 推奨品カード */
.recommendation-card {
    justify-content: space-between;
    padding-bottom: 0;
}

.recommendation-logo {
    text-align: center;
    margin: auto;
}

.recommendation-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

@media only screen and (max-width: 47.9375em) {
    .usability-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 10px;
    }

    .feature-card {
        grid-column: 1 / 2 !important;
        grid-row: auto !important;
    }

    .positioning-card {
        flex-direction: column;
    }

    .positioning-card .card-content {
        order: 2;
        padding: 20px;
    }

    .positioning-card .card-visual {
        order: 1;
        height: max-content;
        width: 100%;
    }

}


.specs__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 60px auto;
    padding-left: 70px;
}

.specs__table {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.specs__label-ttl,
.specs__value-ttl {
    font-weight: bold;
    color: #A8ABAF;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.specs__label,
.specs__value {
    padding: 12px;
    border-bottom: 1px solid #000;
    vertical-align: top;
}

.specs__note,
.attention {
    width: 80%;
    margin: 20px auto;
    font-size: 16px;
    gap: 40px;
    justify-content: center;
    display: flex;
}

.specs__note {
    text-align: center;
}

.attention img {
    width: 10%;
    object-fit: contain;
}

@media (max-width: 640px) {
    .specs__image {
        width: 100%;
        padding-left: 0;
    }

    .specs__table {
        width: 100%;
    }

    .specs__label {
        width: 30%;
    }

    .specs__note,
    .attention {
        flex-direction: column;
        gap: 10px;
    }

    .attention img {
        width: 20%;
        margin: 10px auto 0 auto;
    }

    .attention__text {
        margin-top: 0;
        text-align: center;
    }

}

.l-contents__menu>a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 20px 2px 20px;
    margin: 10px 4px;
    border: 1px solid #222;
    transition: all 0.3s ease;
    min-width: 25%;
    box-sizing: border-box;
}

.l-contents__menu>a.menu-primary {
    color: #fff;
    border-color: #636363;
}

.l-contents__menu>a.menu-default {
    background-color: transparent;
    color: #afafaf;
}

.l-contents__menu>a.menu-default:hover {
    background-color: #666;
    color: #fff;
    border-color: #666;
}

.l-contents__menu>a span {
    letter-spacing: 0.4em;
}

.ico-left,
.ico-right {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    margin: 0 4px;
    margin-top: -2px;
}

.ico-right {
    margin-top: -4px;
}



@media only screen and (max-width: 47.9375em) {
    .menu__wrapper {
        padding: 1rem;
    }

    .l-contents__menu>a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: auto;
        padding: 6px 4px 6px 8px;
        margin: 4px;
        line-height: 1;
        min-height: 24px;
        overflow: visible;
    }

    .menu-default {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-decoration: none;
    }


}