@charset "utf-8";

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

.l-contents__block {
    background-color: rgb(255, 255, 255);
}

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

.l-contents__mv img {
    aspect-ratio: 1040 / 569;
}

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

    .l-contents__mv img {
        aspect-ratio: 64 / 75;
    }
}


/* style */
.concept__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 80px auto 120px auto;
}

.concept__text {
    font-size: 1.125em;
    letter-spacing: 0.28em;
    line-height: 3.2;
}

.concept__btn-wrapper {
    margin: 80px auto 160px auto;
}


@media only screen and (max-width: 47.9375em) {
    .concept__ttl {
        letter-spacing: 0.1em;
    }

    .concept__text {
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    .concept__btn-wrapper,
    .concept__wrapper {
        margin: 60px auto 80px auto;
    }
}



.recommend__wrapper {
    width: 100%;
    height: auto;
    margin: 100px auto 50px auto;
    text-align: center;
}

.recommend_ttl {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.recommend__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 100px auto;
}

.recommend__card {
    display: flex;
    flex-direction: column;
    width: 40%;
    text-align: center;
}

.recommend__content {
    margin-top: -60px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.recommend__content-ttl {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.22em;
    margin-bottom: 20px;
}

.beginner img,
.veteran img,
.simple img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.beginner {
    align-self: flex-end;
    margin-right: 100px;
}

.beginner .recommend__content {
    align-self: flex-end;
}

.veteran {
    align-self: flex-start;
    margin-top: -200px;
    margin-left: 40px;
}

.simple {
    align-self: flex-end;
    margin-top: -160px;
}

.veteran .recommend__content,
.simple .recommend__content {
    align-self: flex-start;
}

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

    .recommend__container {
        margin: 60px auto;
        gap: 60px;
    }

    .recommend__card {
        width: 100%;
        text-align: left;
    }

    .recommend__content {
        width: 100%;
        margin-top: -80px;
    }

    .recommend__content-ttl {
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }


    .beginner {
        width: 60%;
        align-self: flex-end;
        margin-right: 0;
    }

    .beginner .recommend__content {
        align-self: flex-end;
        margin-right: 100px;
    }

    .veteran {
        width: 60%;
        align-self: flex-start;
        margin-top: 0;
        margin-left: 0;
    }

    .simple {
        width: 60%;
        align-self: flex-end;
        margin-top: 0;
        margin-right: 0;
    }

    .veteran .recommend__content {
        align-self: flex-start;
        margin-left: 120px;
    }

    .simple .recommend__content {
        width: 100%;
        align-self: flex-end;
        margin-right: 100px;
    }

}



.simple__wrapper {
    width: 100%;
    height: auto;
    margin: 200px auto 100px auto;
    text-align: center;
}

.simple__container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 100px auto;
}

.simple__description {
    font-size: 1.125em;
    letter-spacing: 0.2em;
    margin: 0 auto auto 80px;
}

.simple__ttl {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 40px;
}

.simple__image {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: -200px;
}


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

    .simple__wrapper {
        text-align: left;
        margin: 120px auto 60px auto;
    }

    .simple__container {
        margin: 40px auto 60px auto;
    }

    .simple__description {
        font-size: 1em;
        letter-spacing: 0;
        margin: 0;
    }

    .simple__ttl {
        font-size: 1.2em;
    }

    .simple__image {
        width: 90%;
        margin: -10px 0 40px auto;
    }
}



.autoview__description {
    font-size: 1.2em;
    letter-spacing: 0.28em;
    margin: 60px auto;
}

.autoview__wrapper {
    width: 100%;
    height: auto;
    text-align: left;
    display: flex;
    gap: 48px;
}

.autoview__container:first-child {
    flex: 4;
    margin: 0 auto auto auto;
}

.autoview__container:last-child {
    flex: 5;
    margin: 0 auto auto auto;
}

.autoview__card {
    display: flex;
    gap: 20px;
    margin: 40px 0 100px;
}

.autoview__card img {
    width: 32%;
    height: 32%;
    margin: 0;
}

.autoview__ttl {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.autoview__content-ttl {
    font-size: 1.125em;
    font-weight: bold;
    margin: auto 0;
}


@media only screen and (max-width: 47.9375em) {
    .autoview__description {
        font-size: 1.2em;
        letter-spacing: 0.1em;
        margin: 20px auto;
    }

    .autoview__wrapper {
        gap: 0;
        margin-bottom: 100px;
    }

    .autoview__ttl {
        text-align: center;
        margin-bottom: 40px;
    }

    .autoview__container:first-child {
        flex: 4;
        margin: auto auto auto -60px;
    }

    .autoview__container:last-child {
        flex: 5;
        margin: 0 auto auto -80px;
    }

    .autoview__card {
        align-items: center;
        margin: 20px 0 40px;
        gap: 10px;
    }

    .autoview__card img {
        width: 48%;
        height: 48%;
        object-fit: contain;
        border-radius: 6px;
        border: 5px solid #fff;
        box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
    }

}




.navi__description {
    font-size: 1.125em;
    letter-spacing: 0.2em;
}


.navi__container {
    width: 100%;
    height: auto;
    margin: 100px 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.navi__img-pc {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 0 auto 0 0;
}

.navi__img-sp {
    display: none;
}

.navi__content {
    text-align: left;

}

@media only screen and (max-width: 47.9375em) {
    .navi__description {
        margin-bottom: 0;
    }

    .navi__container {
        margin-top: 40px;
    }

    .navi__img-pc {
        display: none;
    }

    .navi__img-sp {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        margin: 0 auto 0 0;
    }
}


.score__wrapper {
    width: 100%;
    height: auto;
    text-align: center;
}

.score__ttl-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding: 10px 0;
    gap: 20px;

    font-size: 1.25em;
    font-weight: bold;
}

.score__decoration {
    color: #fff;
    background-color: #ff0000;
    padding: 6px 10px;
}


.score__container {
    width: 70%;
    height: auto;
    margin: 50px auto;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 80px;
}

.score__content {
    flex: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.score__content-ttl:first-child {
    font-size: 1.125em;
    text-align: center;
    margin: 0 0 20px -28px;
}


.score__content:last-child {
    flex: 5;
    gap: 20px;
    justify-content: flex-start;
}

.score__content .sn__flex-row {
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.score__content .sn__flex-row img {
    width: 40%;
    max-width: 200px;
    min-width: 120px;
    height: auto;
    object-fit: contain;
}


@media only screen and (max-width: 47.9375em) {
    .score__wrapper {
        margin-top: 60px;
    }

    .score__container {
        flex-direction: column;
    }

    .score__content .sn__flex-row img {
        width: 48%;
    }

}





.compact__sub-ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin: 40px auto;
    text-align: center;
}

.compact__text {
    font-size: 1.125em;
    letter-spacing: 0.20em;
    margin: 40px auto 140px auto;
    text-align: center;
}

.compact__img {
    /* width: 100%; */
    height: auto;
    display: block;
    object-fit: contain;
    margin: auto;
}


.charging__wrapper {
    width: 100%;
    height: auto;
    margin: -360px auto 50px auto;
    padding: 60px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    aspect-ratio: 932 / 310;
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/charging-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    backdrop-filter: blur(6px);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.charging__ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
}

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

    .compact__text {
        letter-spacing: 0.1em;
        margin: 40px auto;
    }

    .charging__wrapper {
        margin: -160px auto 50px auto;
        padding: 20px;
        aspect-ratio: 3 / 4;
        background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/charging-bg-sp.webp);
        border-radius: 12px;
        font-size: 1em;
    }

    .charging__ttl {
        margin-bottom: 20px;
    }

}








/* その他特長 */
.functions__ttl {
    margin: 40px auto;
}


.functions__slider {
    width: 100%;
}

/* margin-left: 120px;代わりの擬似スペース */
.functions__card.spacer {
    width: 120px;
    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;
    }

}






/* --------------------------------------
 * スライダーセクション
 * -------------------------------------- */
.belt-slider__wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    margin: auto;
    overflow: hidden;
    text-align: left;
}


.watch-background,
.watch-foreground {
    position: absolute;
    top: 47%;
    left: 143px;
    transform: translate(-50%, -50%);
    width: 230px;
    height: auto;
    object-fit: contain;
    opacity: 1;
    pointer-events: none;
}

.watch-background {
    z-index: 1;
}

.watch-foreground {
    z-index: 99;
}

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

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

.belt-slider>div {
    width: 146px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

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


.belt__text {
    width: 50%;
    text-align: left;
    position: absolute;
    top: 47%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 3;
}


.swipe-indicator {
    position: absolute;
    top: 40%;
    right: 4%;
    z-index: 3;
    width: 100px;
    height: auto;
    object-fit: contain;
    opacity: 0;
    pointer-events: none;
    animation: move-swipe 1.5s infinite alternate 1s;
}



.belt-slider {
    position: absolute;
    top: 50%;
    left: 0;
    /* JSで位置を決めるため0で固定 */
    height: auto;
    display: flex;
    z-index: 2;
    /* transitionにtransformを含めるとドラッグ中重くなるので、クラスで制御 */
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: grab;
    /* gapはJSの計算に合わせるため不要ですが、初期表示用にPC版を書いておきます */
    gap: 260px;
}

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

.belt-slider>div {
    width: 146px;
    /* 指定のサイズ */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* 潰れないように固定 */
}

/* スマホ版の修正 */
@media only screen and (max-width: 47.9375em) {
    .belt-slider {
        gap: 80px;
        /* スマホのgap */
    }
}

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

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


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

    .belt-slider__wrapper {
        height: 480px;
    }


    .watch-background,
    .watch-foreground {
        top: 47%;
        left: 100px;
        width: 140px;
    }

    .belt-slider {
        top: 50%;
        left: -17px;
        height: 480px;
        gap: 80px;
        transform: translate(0, -50%);
    }

    .swipe-indicator {
        top: 36%;
        right: 10%;
    }
}






.development-concept__wrapper {
    width: 100%;
    height: auto;
    margin: 200px auto;
}

.development-concept__text {
    font-size: 1.125em;
    letter-spacing: 0.28em;
    line-height: 2.8;
    margin: 60px auto;
    text-align: center;
}


@media only screen and (max-width: 47.9375em) {
    .development-concept__text {
        font-size: 1em;
        letter-spacing: 0.1em;
        line-height: 2.2;
        margin: 40px auto;
    }

}




.link__wrapper {
    width: 100%;
    height: auto;
    margin: 60px auto 120px auto;
    padding: 100px;
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/link_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.link__text {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: auto;
    padding: 20px;
    font-size: 1.15em;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    font-weight: 500;

    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/link_sub-bg.webp);
    background-size: 60% auto;
    background-position: right top;
    background-repeat: no-repeat;
}

.link__img {
    width: 40%;
    height: auto;
    object-fit: contain;
    margin-bottom: 100px;
}

.link-feature__container {
    width: 100%;
    max-width: 1040px;
    padding: 20px;
    height: auto;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.link-feature__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.link-feature__card-ttl {
    font-size: 1.125em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}


@media only screen and (max-width: 47.9375em) {
    .link__wrapper {
        padding: 80px 0;
    }

    .link__text {
        font-size: 1em;

        background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/link_sub-bg.webp);
        background-size: 68% auto;
        background-position: right bottom 20px;
    }

    .link__img {
        width: 68%;
        margin: 140px auto 0 0;
    }

    .link-feature__container {
        padding: 20px;
        gap: 10px;
        margin: 0 auto;
        flex-direction: column;
    }

    .link-feature__card {
        align-items: center;
        gap: 10px;
    }

    .link-feature__card:nth-child(2n+1) {
        flex-direction: row;
    }

    .link-feature__card:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .link-feature__card img {
        width: 40%;
    }

    .link-feature__card-ttl {
        margin: 0;
    }
}





.usability__tagline {
    font-size: 1.125em;
    letter-spacing: 0.1em;
    margin: 20px auto 60px auto;
    text-align: center;
}

.usability__grid-layout {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    gap: 20px;
    margin: 0 auto;
    align-items: stretch;
}

.usability__card {
    height: 360px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-weight: 500;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(229, 236, 239);
}

.overlay-text {
    text-align: left;
    margin: 0 auto auto 0;
}

.message__card {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/message-bg.webp);
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    background-position: left top;

}

.waterproof__card {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/waterproof-bg.webp);
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


.course__card {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/course-bg.webp);
}

.course__badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    margin-right: 20px;
    width: auto;
    text-align: center;
}

.course__ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.course-stats {
    font-size: 1.125em;
    margin: 40px 0 40px 20px;
}

.domestic {
    background-color: #f39c12;
}

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

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


.caption {
    font-size: 16px;
    color: #666;
}


.language__card {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/gps/skynova/language-bg.webp);
    font-size: 1.25em;
    font-weight: 500;
    padding: 20px 40px;
    background-size: contain;
    background-color: rgb(229, 236, 239);
}


.japan__card,
.recommend-product__card {
    height: 300px;
    background-color: rgb(229, 236, 239);
    font-size: 1.25em;
    font-weight: 500;
    padding: 20px 40px;
}

.japan__card p,
.recommend-product__card p {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 0;

}

.japan__card .desc-text,
.recommend-product__card .desc-text {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

.recommend-flex {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.recommend-flex p {
    flex: 6;
}

.recommend-flex div {
    flex: 4;
}

.recommend-symbol img {
    width: 80%;
    margin: 10px auto;
}


.span-5 {
    grid-column: span 5;
}


.span-6 {
    grid-column: span 6;
}

.span-4 {
    grid-column: span 4;
}

@media only screen and (max-width: 47.9375em) {
    .usability__grid-layout {
        display: flex;
        flex-direction: column;
    }

    .usability__card {
        height: 260px;
    }

    .overlay-text {
        text-align: right;
        margin: auto 0 0 auto;
    }


    .message__card,
    .waterproof__card {
        background-position: left top -10px;

    }

    .course__card {
        padding: 20px 10px;
    }

    .course__badge {
        padding: 2px 8px;
        border-radius: 5px;
    }

    .course__ttl {
        margin-bottom: 20px;
    }

    .course-stats {
        font-size: 1.125em;
        margin: 20px 10px;
    }

    .caption {
        font-size: 10px;
    }


    .language__card {
        height: 360px;
    }

    .japan__card {
        height: 320px;
    }

    .recommend-product__card {
        height: 460px;
    }

    .recommend-flex {
        flex-direction: column;
        gap: 0;
    }

    .recommend-flex p {
        flex: 6;
    }

    .recommend-flex div {
        flex: 4;
    }

    .recommend-symbol img {
        width: 140px;
        margin: 0 auto;
    }

}







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

}