@charset "utf-8";

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

.l-contents__block {
    background-color: #222426;
}

.l-page {
    background-color: #222426;
}

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

.only-sp {
    display: none;
}

.only-pc {
    display: block;
}


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

    .sn__btn {
        display: block;
        padding: 20px 50px;
        white-space: nowrap;
    }

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

    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

}

/* Animations & Layout */
.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;
}

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

:root {
    --primary-color: #3A3F44;
    --accent-color: #6A7C7C;
    --bg-light: #F4F5F6;
    --text-color: #55585A;
    --transition-smooth: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

body {
    background-color: #e6ebed;
    margin: 0;
    padding: 0;
}

.site-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 100vh;
}

/* Components) */

/* 共通title */
.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #1c1c1e;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding: 40px 0 0 0;
}

@media only screen and (max-width: 47.9375em) {
    .section-title {
        font-size: 20px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        margin-bottom: 40px;
    }
}

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

/* Sections */

/* concept */
.concept-section {
    background: linear-gradient(135deg, #d8dde3 0%, #bac0cd 50%, #9ca4b5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 60px 100px;
    min-height: 50vh;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', "Yu Gothic", sans-serif;
    overflow: hidden;
}

.concept-content {
    width: 500px;
    flex-shrink: 0;
    max-width: 100%;
    z-index: 2;
}

.concept-title {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25em;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.concept-description {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.1em;
    color: #333333;
}

.concept-visual {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -200px;
}

.watch-img {
    height: auto;
    width: 400px;
    filter: drop-shadow(5px 15px 25px rgba(0, 0, 0, 0.3));
}


@media (max-width: 1024px) {
    .concept-section {
        flex-direction: column;
        padding: 60px 5%;
    }

    .concept-content {
        text-align: center;
        margin-bottom: 50px;
        padding-right: 0;
    }

    .concept-visual {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .watch-single {
        width: 400px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .concept-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .concept-description {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .watch-single {
        width: 280px;
    }

    .watch-img {
        height: auto;
        filter: drop-shadow(5px 15px 25px rgba(0, 0, 0, 0.3));
        width: 100%;
        max-width: 300px;
    }
}

/* touch screen */
.touch-screen-section {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
}

.touch-screen-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.touch-screen-section .subtitle {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
}

.touch-screen-section .title {
    font-size: 36px;
    color: #c0b083;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.touch-screen-section .description {
    font-size: 15px;
    color: #111111;
    line-height: 1.8;
    margin-bottom: 40px;
}


.touch-screen-section .image-content img {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .touch-screen-section {
        padding: 50px 15px;
    }

    .touch-screen-section .title {
        font-size: 28px;
    }

    .touch-screen-section .description {
        font-size: 14px;
    }
}

/* dynamic green eye */

.dge-section {
    background-color: #0C121B;
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Noto Sans JP', "Yu Gothic", sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.dge-container {
    max-width: 1000px;
    margin: 0 auto;
}

.dge-subtitle {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
}

.dge-title {
    font-size: 36px;
    color: #c0b083;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.dge-asterisk {
    font-size: 20px;
    color: #999999;
}

.dge-intro {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

.dge-visuals {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    width: 100%;
}

.dge-watch-img {
    flex: 0 0 220px;
    width: 180px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5));
}

.dge-visual-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 220px;
    width: 220px;
    gap: 20px;
}

.dge-map-img {
    width: 140px;
    height: auto;
}

.dge-rotate-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.dge-icon-rotate {
    width: 40px;
    height: auto;
}

.dge-gradient-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.dge-label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.dge-label.high {
    color: #ff3333;
}

.dge-label.low {
    color: #3366ff;
}

.dge-gradient-bar {
    width: 100%;
    max-width: 500px;
    height: 14px;
    border-radius: 20px;
    background: linear-gradient(to right, #ff0000, #ff8800, #ffff00, #00ff00, #00ffff, #0000ff);
}

.dge-desc {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 40px;
}

.dge-desc strong {
    font-weight: bold;
}

.dge-disclaimer {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
    .dge-visuals {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-bottom: 30px;
    }

    .dge-visual-item,
    .dge-visual-center {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .dge-watch-img {
        flex: none;
        width: 100%;
        max-width: 100px;
        height: auto;
    }

    .dge-map-img {
        width: 100%;
        max-width: 75px;
        height: auto;
    }

    .dge-rotate-info {
        font-size: 10px;
        gap: 3px;
        margin-top: 5px;
        white-space: nowrap;
    }

    .dge-icon-rotate {
        width: 15px;
        height: auto;
    }
}

/* swing tempo */

.st-section {
    background-color: #0C121B;
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Noto Sans JP', "Yu Gothic", sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.st-container {
    max-width: 1000px;
    margin: 0 auto;
}

.st-subtitle {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
}

.st-title {
    font-size: 36px;
    color: #c0b083;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.st-desc {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 40px;
}

.st-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.st-main-img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
    .st-section {
        padding: 60px 15px;
    }

    .st-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .st-subtitle {
        font-size: 13px;
    }

    .st-desc {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 40px;
    }

    .st-main-img {
        max-width: 90%;
    }
}

/* fairway navi */

.fn-section {
    background-color: #0C121B;
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Noto Sans JP', "Yu Gothic", sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.fn-container {
    max-width: 1000px;
    margin: 0 auto;
}

.fn-subtitle {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
    padding-top: 30px;
}

.fn-title {
    font-size: 36px;
    color: #c0b083;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.fn-catchphrase {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.fn-text-gradient {
    background: linear-gradient(to right, #84b7e8, #428bca);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
}

.fn-patent {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.fn-desc {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* --- Grid --- */

.fn-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 20px;
    align-items: start;
    max-width: 800px;
    margin: 0 auto;
}

.fn-img-map-wrap,
.fn-img-watch-wrap {
    align-self: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.fn-img-map-wrap {
    grid-column: 1;
    grid-row: 1;
}

.fn-img-watch-wrap {
    grid-column: 2;
    grid-row: 1;
}

.fn-text-map {
    grid-column: 1;
    grid-row: 2;
}

.fn-text-watch {
    grid-column: 2;
    grid-row: 2;
}

.fn-img-map {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.fn-img-watch {
    width: 100%;
    max-width: 230px;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.4));
}

/* --- 文字與縮排微調 (依照截圖) --- */
.fn-legend-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 20px;
    /* 稍微內縮，對齊圖片視覺重心 */
}

.fn-legend-right {
    text-align: center;
}

.fn-legend-item {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 0;
}

.fn-red {
    color: #ff3b3b;
    font-weight: bold;
    display: inline-block;
    margin-left: 2em;
}

.fn-blue {
    color: #00bfff;
    font-weight: bold;
    display: inline-block;
    margin-left: 2em;
}

.fn-green {
    color: #00e699;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 0;
}

.fn-green-sub {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .fn-two-columns {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        column-gap: 0;
        row-gap: 20px;
        align-items: center;
    }

    .fn-catchphrase {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .fn-img-map-wrap {
        grid-column: 1;
        grid-row: 1;
    }

    .fn-text-map {
        grid-column: 1;
        grid-row: 2;
        margin-bottom: 30px;
    }

    .fn-img-watch-wrap {
        grid-column: 1;
        grid-row: 3;
    }

    .fn-text-watch {
        grid-column: 1;
        grid-row: 4;
    }

    .fn-legend-left {
        padding-left: 0;
        text-align: center;
    }

    .fn-red,
    .fn-blue {
        margin-left: 0;
    }
}

/* --- LAYUP NAVI --- */

.layup-section {
    background: linear-gradient(#0C121B, #171E2B);
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Noto Sans JP', "Yu Gothic", sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.layup-container {
    max-width: 1000px;
    margin: 0 auto;
}

.layup-subtitle {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
}

.layup-title {
    font-size: 36px;
    color: #c0b083;
    /* 與其他標題統一的金色 */
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.layup-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

.layup-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    max-width: 900px;
    margin: 0 auto;
}

.layup-col-left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.layup-col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layup-img-watch {
    width: 100%;
    max-width: 380px;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.3));
}

.layup-map-text {
    color: #E2882F;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 15px 0;
}

.layup-img-map {
    width: 100%;
    max-width: 250px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .layup-section {
        padding: 60px 15px;
    }

    .layup-title {
        font-size: 32px;
    }

    .layup-desc {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .layup-visual {
        flex-direction: column;
        gap: 50px;
    }

    .layup-col-left {
        justify-content: center;
    }

    .layup-img-watch {
        max-width: 320px;
    }

    .layup-map-text {
        font-size: 16px;
    }
}

/* --- AUTO VIEW CHANGE --- */

.avc-section {
    background-color: #ffffff;
    padding: 100px 20px 60px;
    font-family: 'Noto Sans JP', "Yu Gothic", sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.avc-container {
    max-width: 1100px;
    margin: 0 auto;
}

.avc-header {
    margin-bottom: 60px;
}

.avc-subtitle {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
}

.avc-title {
    font-size: 36px;
    color: #c0b083;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.avc-desc {
    font-size: 16px;
    color: #555;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

.avc-visual-area {
    position: relative;
    width: 100%;
}

.avc-ui-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}

.avc-ui-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
}

.item-hazard {
    margin-top: 140px;
}

.item-simple {
    margin-top: 50px;
}

.item-green {
    margin-top: 0px;
}

.avc-ui-img {
    width: 180px;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
    margin-bottom: 20px;
}

.avc-ui-text {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 0.8);
}

.avc-map-wrapper {
    position: relative;
    z-index: 1;
    margin-top: -150px;
    display: flex;
    justify-content: center;
}

.avc-map-img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    /* filter: drop-shadow(0 20px 30px rgba(0,0,0,0.1)); */
}

@media only screen and (max-width: 768px) {
    .avc-section {
        padding: 60px 15px;
    }

    .avc-title {
        font-size: 32px;
    }

    .avc-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .item-hazard {
        margin-top: 60px;
    }

    .item-simple {
        margin-top: 20px;
    }

    .item-green {
        margin-top: 0px;
    }


    .avc-ui-text {
        font-size: 11px;
        color: #666666;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0;
        text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 0.8);
    }

    .avc-map-wrapper {
        position: relative;
        z-index: 1;
        margin-top: -100px;
        display: flex;
        justify-content: center;
    }

}

/* --- MARSHAL-Ai 區塊 --- */
.marshal-ai-section {
    padding: 100px 8%;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.marshal-ai-wrapper {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marshal-ai-section .section-title {
    margin-bottom: 50px;
}

.marshal-ai-logo {
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.marshal-ai-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.marshal-ai-desc {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.marshal-ai-desc p {
    font-size: 17px;
    line-height: 2.2;
    color: var(--primary-color);
    letter-spacing: 0.2em;
    margin: 0;
}

.marshal-ai-visual {
    width: 100%;
    margin-bottom: 40px;
}

.marshal-ai-visual .main-visual-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.08));
}

.marshal-ai-notes {
    width: 100%;
    text-align: left;
}

.marshal-ai-notes p {
    font-size: 14px;
    color: #636366;
    line-height: 1.8;
    margin: 0 0 8px 0;
    letter-spacing: 0.1em;
    padding-left: 2.5em;
    text-indent: -2.5em;
}

@media only screen and (max-width: 47.9375em) {
    .marshal-ai-section {
        padding: 60px 5%;
    }

    .marshal-ai-desc p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.1em;
    }

    .marshal-ai-notes p {
        font-size: 12px;
        padding-left: 2em;
        text-indent: -2em;
    }
}

/* --- USABILITY --- */

.advanced-features {
    background-color: var(--bg-light);
    overflow: hidden;
    padding: 100px 8%;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.slider-header {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 0 40px 0;
}


.ub-title {
    font-size: 36px;
    color: #000000;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.slider-header p {
    color: #636366;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.carousel-container {
    position: relative;
    width: 100%;
    padding: 0 0 30px 0;
    margin-bottom: 0;
}

.carousel-track {
    display: flex;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-card {
    flex: 0 0 480px;
    margin: 0 15px;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transform: scale(0.85);
    opacity: 0.5;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.03);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    padding: 20px;
}

.carousel-card.active {
    transform: scale(1.05);
    opacity: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.carousel-img-wrap {
    height: 280px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}

kk .carousel-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.carousel-img-wrap.course-map-wrap {
    background-color: #ffffff;
    background-image: url('../imgs/map.webp');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-stats-box {
    width: 100%;
}

.stat-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.loc-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 32px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.loc-badge.domestic {
    background-color: #f0a03a;
}

.loc-badge.overseas {
    background-color: #0000ff;
}

.loc-text {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.carousel-card p.map-disclaimer {
    color: #626262;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 15px;
    border-top: 1px solid rgb(153, 153, 153);
    padding-top: 15px;
    letter-spacing: 0;
}

.carousel-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.carousel-tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.carousel-card h3 {
    font-size: 17px;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.carousel-card p {
    font-size: 15px;
    color: #989898;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.carousel-controls button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
}

.carousel-controls button:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
}

.carousel-img-wrap.satellite-bg-wrap {
    background-image: url('../imgs/satellite-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.carousel-img-wrap.satellite-bg-wrap img {
    max-width: 80%;
    max-height: 80%;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
}

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

    .carousel-controls {
        display: none;
    }

    .carousel-container .carousel-track {
        flex-direction: column;
        gap: 40px;
        transform: none !important;
    }

    .carousel-container .carousel-track .carousel-card,
    .carousel-container .carousel-track .carousel-card.active {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .carousel-img-wrap {
        height: auto;
        min-height: 130px;
        padding: 12px 12px;
    }

    .carousel-img-wrap.course-map-wrap {
        padding: 12px 12px;
    }

    .stat-row {
        margin-bottom: 6px;
    }

    .carousel-card .loc-badge {
        font-size: 11px;
        width: 46px;
        height: 22px;
    }

    .carousel-card .loc-text {
        font-size: 15px;
    }

    .carousel-content {
        padding: 14px 16px;
    }

    .carousel-tag {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .carousel-card h3 {
        font-size: 15px;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .carousel-card p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .carousel-card p.map-disclaimer {
        font-size: 10px;
        line-height: 1.4;
        color: #888888;
        margin-top: 10px;
        padding-top: 10px;
        letter-spacing: 0;
    }

    .carousel-card .carousel-content a img,
    .carousel-card .carousel-content button img {
        position: static !important;

        width: 22px;
        height: 22px;
        object-fit: contain;
        margin-right: 10px !important;
        flex-shrink: 0;
        display: block;
    }
}


/* --- SPECIFICATIONS --- */

.specs-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 40px 0;
}

.specs__table {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    font-size: 15px;
    color: #333333;
}


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

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

.specs__label {
    width: 30%;
    font-weight: 500;
}

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

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

.specs__note {
    text-align: center;
}

.attention img {
    width: 10%;
    max-width: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.specs__disclaimer {
    width: 80%;
    margin: 15px auto 0 auto;
    font-size: 13px;
    color: #666666;
    text-align: left;
    line-height: 1.6;
}

.feature-header {
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.feature-header p {
    color: #636366;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-top: 15px;
}

@media only screen and (max-width: 640px) {

    .specs__image {
        padding-left: 0;
        margin: 20px auto;
    }

    .specs__table {
        width: 100%;
    }

    .specs__label,
    .specs__value {
        padding: 12px 8px;
    }

    .specs__label {
        width: 35%;
    }

    .specs__note,
    .attention {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        margin: 20px auto;
    }

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

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

    .specs__disclaimer {
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
        font-size: 12px;
        margin-top: 10px;
    }
}

/* Menu */

.l-contents__menu>a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 0.9em;
    padding: 6px 12px 6px 14px;
    margin: 8px 3px;
    border: 1px solid #c0c0c0;
    transition: all 0.3s ease;
    min-width: 140px;
    box-sizing: border-box;
    border-radius: 100px;
}

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

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

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

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

.ico-left {
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 10pt;
}

.ico-right {
    align-items: center;
    justify-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    right: 10pt;
}



@media only screen and (max-width: 47.9375em) {
    .l-contents__menu {
        padding: 20px 10px;
    }

    .l-contents__menu>a {
        width: 85%;
        min-width: auto;
        padding: 12px 10px;
        margin: 6px auto;
        font-size: 14px;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes shadowPulse {

    0%,
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(0.7);
        opacity: 0.3;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes circleFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes circleRipple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}