@charset "utf-8";



.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__text-center {
        text-align: left;
    }

    .sn__btn-buy {
        padding-left: 80px;
    }
}


/* 
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; */
    padding-top: 2.8vh;
}

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

.concept__text {
    text-align: left;
}

.concept__img {
    width: 60%;
    margin: -60px auto auto auto;
}

.line-up {
    width: 100%;
    margin: -200px auto 40px auto;
}

.right-btn {
    float: right;
    margin-right: 0;
    margin: 0;
}

@media only screen and (max-width: 47.9375em) {
    .concept__wrapper .sub-hd {
        margin-top: 40px;
    }

    .concept__text {
        line-height: 1.5;
    }

    .concept__img {
        width: 80%;
        margin-top: 0;
    }

    .line-up {
        margin-top: 0;
    }

}


/* --------------------------------------
 * ビデオセクション
 * -------------------------------------- */
.video-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.video-container {
    /* Added */
    text-align: center;
    width: 100%;
    height: 100%;
    /* max-width: 1000px; */
    position: relative;
    overflow: hidden;
}

#myVideo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    margin-top: 20vh;
    position: absolute;
    top: 0;
    left: 0;
}

.text-content {
    position: absolute;
    top: 10%;
    left: 4%;
    color: white;
    opacity: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.video-text {
    font-size: 18px;
    margin-top: 20px;
}

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

    #myVideo {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0;
        margin-top: 28vh;
        position: absolute;
        top: 0;
        left: 0;
    }

    .text-content {
        left: 0;
        text-align: left;
        padding: 20px;
    }

    .text-content .hd {
        font-size: 8vw;
    }

    .video-text {
        font-size: 4vw;
        margin-top: 20px;
    }
}



/* --------------------------------------
 * スライダーセクション
 * -------------------------------------- */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    margin: auto;
    overflow: hidden;
}

.watch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
    opacity: 1;
    pointer-events: none;
}

.watch-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    object-fit: contain;
    opacity: 1;
    pointer-events: none;
}

.ui-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    display: flex;
    z-index: 2;
    gap: 51px;
    transform: translate(calc(-853px), -50%);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: grab;
}

.ui-slider.is-swiping {
    transition: none !important;
    cursor: grabbing;
}

.ui-slider>div {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}


.swipe-indicator {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 3;
    width: 100px;
    height: 100px;
    opacity: 0;
    pointer-events: none;
    animation: move-swipe 1.5s infinite alternate 1s;
}

@keyframes move-swipe {
    from {
        opacity: 0.4;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(10px);
    }
}

.video-element {
    width: 500px;
    height: auto;
    object-fit: contain;
}

@media only screen and (max-width: 47.9375em) {
    .video-element {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}



/* --------------------------------------
 * グリーン、どでかビュー
 * -------------------------------------- */
.wear-scene-green {
    width: 60%;
    margin: -100px auto auto auto;
    position: relative;
    z-index: 1;
}


.green-ui,
.functions-img {
    width: 50%;
    margin: 40px auto;
    object-fit: contain;
}

.green-functions {
    gap: 2vw;
    justify-content: center;
    padding-bottom: 160px;
}

.green-functions__content {
    padding: 2vw 1vw 1vw 1vw;
    background-color: #d9d9d9;
    border-radius: 2vw;
}

.large-text-view {
    width: 100%;
    margin: auto;
    padding: 160px 0 80px;
}

.large-text-view .ttl>h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.large-text-view__img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.functions-ttl {
    font-size: 30px;
    font-weight: bold;
    color: #a8abaf;
}

.functions-sub-ttl {
    font-size: 20px;
    margin-bottom: 2vw;
    font-weight: bold;
}

.slope__container {
    width: 100%;
    gap: 40px;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slope-off img {
    margin: auto;
}




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


    .green-ui {
        width: 34%;
        margin: 4vw auto 0 2vw;
        position: relative;
        z-index: 2;
    }

    .green-functions {
        padding-bottom: 20vw;
    }


    .wear-scene-green {
        width: 90%;
        margin: -38vw 0 0 auto;
        position: relative;
        z-index: 1;
    }


    .green-functions__content {
        width: 100%;
    }

    .sn__flex-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .large-text-view {
        padding: 20vw 20px;
    }

    .large-text-view .sn__text-center {
        position: relative;
        z-index: 2;
    }

    .large-text-view__img {
        margin-top: -20vw;
        position: relative;
        z-index: 1;
    }

    .slope-off p {
        text-align: center;
    }

    .slope-on img {
        width: 80%;
        margin: auto;
        margin-bottom: 16rem;
    }

}



/* -------------------------------------------------
 * フェアウェイナビ、レイアップナビ、オートメジャー、通知画面
 * ------------------------------------------------- */
.fairway-navi__wrapper {
    padding-top: 160px;
    padding-bottom: 40px;
}

.fairway-navi__content,
.real-distance__content {
    width: 40%;
}

.content-ttl {
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
}

.content-ttl::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #a8abaf;
    flex-shrink: 0;
}

.content-sub-ttl {
    font-size: 24px;
    font-weight: bold;
}

.fairway-navi__img {
    width: 100%;
    margin: -280px auto -200px auto;
}



.layup-navi__container {
    width: 100%;
    gap: 4vw;
}

.layup-navi__img {
    width: 45%;
    margin: 0 auto;
    object-fit: contain;
}

.layup-navi__ui {
    width: 70%;
    margin: 0 auto;
    object-fit: contain;
}

.auto-measure__img {
    width: 60%;
    margin: 0 auto;
    object-fit: contain;
}

.message__wrapper {
    background-image: url('../imgs/message__bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-top: 160px;
    padding-bottom: 80px;
    overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
    .fairway-navi__wrapper {
        padding-top: 20vw;
    }

    .content-ttl {
        font-size: 24px;
        gap: 20px;
    }

    .content-ttl::before {
        width: 24px;
        height: 24px;
    }

    .content-sub-ttl {
        font-size: 20px;
        margin: 4vw 0;
    }


    .fairway-navi__content,
    .real-distance__content {
        width: 100%;
    }


    .fairway-navi__img {
        width: 100%;
        margin: 0 auto;
    }

    .layup-navi__container {
        display: flex;
        flex-direction: column;

    }

    .layup-navi__img {
        width: 60%;
    }

    .layup-navi__ui {
        width: 50%;
    }

    .auto-measure__img {
        width: 100%;
    }

    .auto-measure__wrapper {
        padding-bottom: 20vw;
    }


    .message__wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 20vw 20px;
    }

    .message__img {
        width: 120%;
        margin: 0 0 0 auto;
        object-fit: contain;
    }


}





/* --------------------------------------
 * その他機能
 * -------------------------------------- */
.features-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: #292b2e;
    border-radius: 15px;
    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;
}

/*.language-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lang-btn {
    position: absolute;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.125em;
    cursor: default;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}


 .japanese {
    background-color: #c00;
    top: 10%;
    left: 10%;
}

.chinese {
    background-color: #e67e22;
    top: 10%;
    right: 10%;
}

.korean {
    background-color: #0080ff;
    bottom: 10%;
    left: 10%;
}

.english {
    background-color: #2ecc71;
    bottom: 10%;
    right: 10%;
} */

/* 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) {
    .features-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%;
    }

}



.navigation__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 10px;
    width: 100%;
    height: auto;
}

.navigation__box {
    background-color: #d9d9d9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding: 10px;
    gap: 10px;
}

.navigation__box img {
    width: auto;
    height: 24px;
    object-fit: contain;
}

.navigation__large-box img {
    height: 80px;
}


.navigation__large-box {
    grid-row: 2 / span 2;
    grid-column: 3;
}

@media only screen and (max-width: 47.9375em) {
    .navigation__container {
        /* 1列に変更し、縦並びにする */
        grid-template-columns: 1fr;
        /* 行の定義はautoでOK */
        grid-template-rows: auto;
    }

    /* .navigation__large-boxの特別な配置をリセットし、通常の流れに戻す */
    .navigation__large-box {
        grid-row: auto;
        grid-column: auto;
    }
}





/* --------------------------------------
 * 仕様
 * -------------------------------------- */
.specs__content {
    width: 100%;
    padding-left: 200px;
    margin: 40px 0 40px auto;
}

.specs__content img {
    width: 100%;
    margin: auto;
}

.specs__image {
    width: 90%;
    cursor: pointer;
    height: auto;
    display: block;
    margin: 40px auto;
}

.product {
    margin: 60px auto;
}


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

.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;
}

.specs__note {
    text-align: center;
}

.attention__icon {
    display: inline-block;
}

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

.specs-sp {
    display: none;
}




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

    .specs-pc {
        display: none;
    }

    .specs-sp {
        display: block;
    }

    .specs__image {
        width: 100%;
        padding-left: 0;
    }


    .specs__table {
        margin-top: 10vw;
    }

    .specs__label {
        width: 30%;
    }

    .specs__note {
        text-align: left;
    }

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

    .attention__text {
        margin-top: 0;
    }

    .specs__note,
    .attention {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .spec__logo {
        width: 60%;
        margin: auto;
    }

    .spec__btn {
        display: block;
        margin: auto 20vw;
        align-items: center;
        justify-content: center;
        text-align: center;
    }



}

/* PCでは常に表示 */
@media only screen and (min-width: 47.9375em) {
    .specs__table {
        display: table;
    }
}