@charset "utf-8";

/* common */
.l-contents__wrapper,
body {
    color: #fff;
    font-size: 18px;
}

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

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

.note {
    color: #ababaf;
    font-weight: normal;
    font-size: 14.4px;
}

.sub-ttl-light {
    font-size: 18px;
    color: #005693;
    font-weight: bold;
    text-align: center;
}

.sub-ttl-dark {
    font-size: 18px;
    color: #6597D5;
    font-weight: bold;
    text-align: center;
}

.main-ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
    text-align: center;
}

.btn-blue {
    background-color: rgba(0, 86, 147, 0.8);
    color: #fff;
    border: 1px solid #090B0D;
    border-radius: 50px;
    box-shadow: 4px 6px 1px rgba(0, 14, 24, 0.8);
}

.btn-wh {
    background-color: #fff;
    color: #000;
    border: 1px solid #2A71A2;
    border-radius: 50px;
    box-shadow: 4px 6px 1px rgba(0, 14, 24, 0.8);
}

.btn-blue a,
.btn-wh a {
    text-decoration: none;
}


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

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

    .sub-ttl-light,
    .sub-ttl-dark {
        font-size: 16px;
    }

    .main-ttl {
        font-size: 26px;
    }
}


/* 
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;
}


/* style */
.concept__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 120px;
    aspect-ratio: 1040/1200;

    background-image: url(../imgs/concept-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.concept__container {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.concept__ttl {
    text-align: center;
    font-size: 38.4px;
    font-weight: bold;
}

.concept__img {
    width: 76%;
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin: 60px auto 120px auto;
}

.concept__img img:nth-child(1) {
    max-width: 200px;
    object-fit: contain;
}

.concept__img img:nth-child(2) {
    max-width: 300px;
    object-fit: contain;
}

.overlay {
    padding: 120px 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.86) 30%);
}

.concept__text-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
}

.concept__text {
    font-size: 18px;
}

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

    .concept__container {
        padding: 0 20px;
        padding-top: 80px;
    }

    .concept__ttl {
        font-size: 32px;
    }

    .concept__img {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 60px auto;
        padding: 0 0 0 26px;
        gap: 10vw;
    }

    .concept__img img:nth-child(1) {
        width: 40%;
    }

    .concept__img img:nth-child(2) {
        width: 50%;
        max-width: 250px;
    }

    .overlay {
        padding: 40px 0;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.86) 30%,
                rgba(0, 0, 0, 1) 70%);
        margin-top: 220px;
    }

    .overlay div,
    .overlay p {
        padding: 0 20px;
    }

    .concept__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 393px) {
    .concept__wrapper {
        padding: 0;
        aspect-ratio: 584/1838;
        background-image: url(../imgs/concept-bg-sp-min.webp);
    }

    .concept__container {
        padding: 0 20px;
        padding-top: 80px;
    }

    .concept__ttl {
        font-size: 32px;
    }

    .concept__img {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 60px auto;
        padding: 0 0 0 26px;
        gap: 10vw;
    }

    .concept__img img:nth-child(1) {
        width: 40%;
    }

    .concept__img img:nth-child(2) {
        width: 50%;
    }

    .overlay {
        padding: 40px 0;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.86) 30%,
                rgba(0, 0, 0, 1) 70%);
        margin-top: 220px;
    }

    .overlay div,
    .overlay p {
        padding: 0 20px;
    }

    .concept__text-ttl {
        font-size: 18px;
    }

    .concept__text {
        font-size: 16px;
    }
}

.logo {
    vertical-align: baseline;
    margin-right: 10px;
}

.mode__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 20px;
    text-align: left;
    aspect-ratio: 1040/360;

    background-image: url(../imgs/mode-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mode__container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.mode__button-content {
    display: flex;
    flex-direction: column;
}

.mode__button-content:nth-child(1) {
    align-items: flex-start;
    text-align: left;
}

.mode__button-content:nth-child(1) button {
    order: 1;
}

.mode__button-content:nth-child(1) .mode-content__ttl {
    order: 2;
}

.mode__button-content:nth-child(2) {
    align-items: flex-end;
    text-align: right;
    margin-top: 160px;
}

.mode__button-content:nth-child(2) .mode-content__ttl {
    order: 1;
}

.mode__button-content:nth-child(2) button {
    order: 2;
}

.mode-content__ttl {
    font-size: 35.2px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin: 12px 0;
    line-height: 1.2;
}

.mode__btn {
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;

    background-color: rgba(0, 77, 128, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sn__btn-icon--right {
    position: relative;
    padding-right: 44px;
}

.sn__btn-icon--right::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50%;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23004d80" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"/><polyline points="7 7 17 7 17 17"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

@media only screen and (max-width: 47.9375em) {
    .mode__wrapper {
        margin: 0;
        aspect-ratio: 780/1074;
        background-image: url(../imgs/mode-bg-sp.webp);
    }

    .mode__container {
        flex-direction: column;
    }


    .mode__button-content:nth-child(1) {
        margin: 200px auto 0 0;
    }

    .mode__button-content:nth-child(2) {
        margin: 240px 0 0 auto;
    }

    .mode-content__ttl {
        font-size: 36px;
        margin: 0;
    }

}

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

    .mode__button-content:nth-child(1) {
        margin: 0 auto 0 0;
    }

    .mode__button-content:nth-child(2) {
        margin: 360px 0 0 auto;
    }

}

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

    .mode__button-content:nth-child(2) {
        margin: 240px 0 0 auto;
    }

    .mode-content__ttl {
        font-size: 28px;
        margin: 0;
    }
}

.practice__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 160px;
    aspect-ratio: 1040/1070;

    background-image: url(../imgs/practice-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.practice__ttl {
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 32px;
    font-weight: bold;
}

.practice__text {
    text-align: center;
}

.practice__content {
    width: 95%;
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 60px auto;
}

.app__content {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 600;
}

.practice__item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
}

.practice__item-text {
    font-size: 18px;
}

@media only screen and (max-width: 47.9375em) {
    .practice__wrapper {
        padding-top: 40px;
        background-image: url(../imgs/practice-bg-sp.webp);
    }

    .practice__text {
        padding: 0 20px;
    }

    .practice__content {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        margin: 20px auto;
    }

    .app__content {
        justify-content: center;
        font-size: 16px;
    }

    .app__content img {
        width: 20%;
    }

    .practice__item-text {
        padding-bottom: 80px;
        font-size: 18px;
    }
}


.simulation__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0;

    background: #D3DCDC;
    color: #000;
}

.simulation__container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.simulation__img {
    max-width: 250px;
    width: 100%;
}

.simulation__img video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: transparent;
}

.simulation__item {
    width: 60%;
}

.simulation__item-sub-ttl {
    text-align: left;
}

.simulation__item-ttl {
    margin: 10px 0 20px;
    text-align: left;
}

.simulation__item-text {
    font-size: 18px;
}

.simulation__btn-wrapper {
    margin: 40px 0 0 0;
}

@media only screen and (max-width: 47.9375em) {
    .simulation__container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }

    .simulation__img {
        max-width: 200px;
        margin: 40px auto;
    }

    .simulation__item {
        width: 100%;
    }

    .simulation__item-sub-ttl {
        text-align: center;
    }

    .simulation__item-text {
        /* text-align: center; */
    }

    .simulation__item-ttl {
        text-align: center;
    }

    .simulation__btn-wrapper {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
}


.course__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0;
    background: linear-gradient(135deg, #0a3a4f 0%, #000000 60%);
}

.course__content {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px auto;
}

.course__item {
    width: 80%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.cours__img {
    width: 100%;
    max-width: 200px;
}

.course__item-ttl {
    background: #2A71A2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin: 30px auto 16px;
}

.course__text {
    font-size: 16px;
    /* text-align: center; */
}

.course__btn-wrapper {
    text-align: center;
}

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

    .course__content {
        width: 100%;
        margin: 60px auto;
        justify-content: center;
        gap: 4vw;
    }

    .cours__img {
        max-width: 180px;
    }

    .course__btn-wrapper {
        display: flex;
        justify-content: center;
    }

    .course__btn {
        padding: 20px;
    }

    .course__item-ttl {
        font-size: 16px;
    }
}


@media only screen and (max-width: 393px) {
    .course__wrapper {
        padding: 100px 20px;
    }

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

    .course__item:nth-child(2) {
        margin-top: 140px;
    }

    .cours__img {
        max-width: 120px;
    }
}

.virtual-free__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.virtual__container {
    width: 100%;
    padding: 120px 80px 60px 80px;

    background-image: url(../imgs/virtual-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free__container {
    width: 100%;
    padding: 60px 80px 120px 80px;

    background-image: url(../imgs/free-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.virtual__item,
.free__item {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;

    flex: 6;
}

.target-random__item {
    margin-right: 40px;
}

.virtual__item {
    margin-left: 40px;
}

.virtual__ttl,
.free__ttl {
    margin: 10px 0 40px;
}

.virtual__img img,
.free__img img {
    max-height: 550px;
    margin: auto;
    object-fit: contain;

    flex: 4;
}


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

    .virtual__container,
    .free__container {
        padding: 60px 40px;
        gap: 4vw;
    }

    .virtual__item {
        margin-left: 0;
    }

    .virtual__ttl,
    .free__ttl {
        margin: 10px 0 20px 0;
        text-align: left;
    }

    .virtual__text,
    .free__text {
        font-size: 16px;
    }

    .virtual__img img,
    .free__img img {
        max-height: 400px;
    }
}

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

    .virtual__container,
    .free__container {
        padding: 60px 20px;
        gap: 10vw;
        flex-direction: column;
    }

    .virtual__item {
        margin-left: 0;
    }

    .virtual__ttl,
    .free__ttl {
        margin: 10px 0 20px 0;
        text-align: left;
    }

    .virtual__text,
    .free__text {
        font-size: 16px;
    }

    .virtual__img img,
    .free__img img {
        max-height: 300px;
    }
}

.swing__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0 40px;

    background: #D3DCDC;
    color: #000;

    text-align: center;
}

.swing__text {
    font-size: 18px;
    margin: 20px 0 60px;
}



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

    .swing__text {
        font-size: 16px;
        margin: 20px 0 40px;
    }

    .swing__ttl-content,
    .swing__text {
        padding: 0 18px;
    }
}

.putter-target__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.putter__container {
    width: 100%;
    padding: 60px 80px 10px 80px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.putter__item,
.target-random__item {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;

    flex: 6;
}

.putter__item {
    margin-left: 40px;
}

.target-random__item {
    margin-right: 40px;
}

.putter__ttl,
.target-random__ttl {
    margin: 10px 0 40px;
}

.putter__img img,
.target-random__img img {
    max-height: 520px;
    margin: auto;
    object-fit: contain;

    flex: 4;
}

.putter__img,
.target-random__img {
    filter: drop-shadow(0 0 100px #1D5172);
}

.target-random__container {
    width: 100%;
    padding: 10px 80px 100px 80px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

    .putter__container,
    .target-random__container {
        padding: 60px 40px;
        gap: 4vw;
    }

    .putter__item,
    .target-random__item {
        margin-left: 0;
        margin-right: 0;
    }

    .putter__ttl,
    .target-random__ttl {
        margin: 10px 0 20px 0;
        text-align: left;
    }

    .putter__text,
    .target-random__text {
        font-size: 16px;
    }

    .putter__img img,
    .target-random__img img {
        max-height: 400px;
    }
}

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

    .putter__container,
    .target-random__container {
        padding: 60px 20px;
        gap: 10vw;
        flex-direction: column;
    }

    .putter__item {
        margin-left: 0;
    }

    .putter__ttl,
    .target-random__ttl {
        margin: 10px 0 20px 0;
        text-align: left;
    }

    .putter__text,
    .target-random__text {
        font-size: 16px;
    }

    .putter__img img,
    .target-random__img img {
        max-height: 300px;
    }
}


/* Setup section */
.setup__container {
    margin: 0;
}

.setup__item {
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px auto 0;
}

.sn__btn {
    margin: 0;
}

@media only screen and (max-width: 47.9375em) {
    .setup__container {
        margin: 40px auto;
    }

    .setup__item {
        width: 98%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sn__btn {
        margin: 20px 0;
    }
}

.tracker__wrapper {
    width: 100%;
    height: auto;
    margin: 100px auto;
    padding: 0 20px;
}

.tracker__container {
    display: flex;
    align-items: center;
    padding: 60px 80px 0 60px;
    gap: 60px;

    background-color: rgba(13, 52, 74, 0.6);
    border-radius: 20px;
}

.tracker__item-ttl {
    color: #6597D5;
    text-align: left;
}

.tracker__item-text {
    text-align: left;
    margin: 20px 0;
}

.about-tracker {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.tracker__about-img {
    width: 50%;
    max-width: 120px;
    object-fit: contain;
}

@media only screen and (max-width: 47.9375em) {
    .tracker__container {
        flex-direction: column;
        justify-content: center;
        padding: 40px 20px;
        gap: 20px;
    }

    .tracker__img {
        width: 60%;
        max-width: 300px;
    }

    .about-tracker {
        justify-content: center;
        margin-bottom: 0;
    }

    .tracker__about-img {
        width: 40%;
        max-width: 80px;
    }

    .tracker__btn {
        padding: 10px 20px;
        letter-spacing: 0;
    }

    .tracker__item-ttl {
        font-size: 20px;
    }

    .tracker__item-text {
        font-size: 16px;
    }
}

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

    .tracker__img {
        width: 80%;
        max-width: 300px;
    }
}


.round__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    text-align: left;
    aspect-ratio: 1/1;

    background-image: url(../imgs/round-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.round__text {
    text-align: center;
    margin: 20px auto 265px;
}

.round__item {
    width: 40%;
    margin-left: 50px;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.round__item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.round__item-text {
    font-size: 18px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 47.9375em) {
    .round__wrapper {
        padding-top: 40px;
    }

    .round__text {
        text-align: center;
        margin: 20px auto 80px;
    }
}

@media only screen and (max-width: 600px) {
    .round__wrapper {
        padding-top: 20px;
        aspect-ratio: 1/1;
        background-position: top center;
    }

    .round__text {
        width: 63%;
        text-align: left;
        margin: 28vw 0 32vw;
        padding: 0 20px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        font-weight: bold;
    }

    .round__item {
        width: 100%;
        margin-left: 0;
        padding: 0 18px;
        /* text-align: center; */
    }

    .round__item-ttl {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #6597D5;
    }

    .round__item-text {
        font-size: 16px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
}

.laser__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0;
    background: linear-gradient(0deg, #0a3a4f 60%, #000000 100%);

}

.laser__img {
    width: 60%;
    max-width: 600px;
    margin: 120px auto;
    filter: drop-shadow(0 0 100px #1D5172);
}



.feature__slider {
    width: 100%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.feature__slider-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    transition: transform 0.45s ease;
    will-change: transform;
    touch-action: pan-y;
}

.feature__slider-track.is-dragging {
    transition: none;
}

.feature__card.spacer {
    width: 120px;
    flex: 0 0 120px;
    margin: 0;
    background: transparent;
    pointer-events: none;
}

.feature__card:not(.spacer) {
    flex: 0 0 auto;
    width: min(84vw, 320px);
    max-width: 320px;
    margin: 0;
    display: flex;
    flex-direction: column;
    cursor: grab;
    user-select: none;
}

.feature__card {
    aspect-ratio: 300/420;
    border-radius: 10px;
    overflow: hidden;
    background-color: #081F2C;
    /* 暗めのダークネイビー */
}

.feature__card-img {
    width: 100%;
}

.feature__card-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.feature__card-content {
    padding: 12px 20px;
}

.feature__card-ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;

    display: inline-block;
    background-color: #00151E;
    padding: 2px 6px;
}

.feature__card-text {
    font-size: 16px;
    font-weight: normal;
    margin: 12px 0;
}

.feature__pagination {
    display: flex;
    justify-content: left;
    padding-left: 130px;
    margin-top: 24px;
}

.feature__pagination .dots {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.feature__pagination .dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 93, 132, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.08);
    overflow: visible;
    transition: width 0.35s cubic-bezier(.2, .9, .2, 1), border-radius 0.35s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.feature__pagination .dot .dot-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: linear-gradient(90deg, #cfefff, #8bd0ff);
    border-radius: 999px;
    transition: width 5s linear;
}

.feature__pagination .dot.is-indicator {
    width: 120px;
    height: 12px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(46, 154, 192, 0.12);
}

.feature__pagination .dot.is-indicator .dot-fill {
    width: 0%;
}

.feature__pagination .dot.is-active {
    transform: scale(1.06);
}

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

    .laser__wrapper {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 120px 0;
        background: linear-gradient(0deg, #0a3a4f 60%, #000000 100%);

    }

    .laser__container {
        padding: 0 20px;
    }

    .laser__img {
        width: 60%;
        max-width: 600px;
        margin: 60px auto;
        filter: drop-shadow(0 0 100px #1D5172);
    }


    .feature__slider {
        width: 100%;
        display: flex;
        align-items: stretch;
        overflow: hidden;
        position: relative;
    }

    .feature__slider-track {
        display: flex;
        align-items: stretch;
        gap: 20px;
        transition: transform 0.45s ease;
        will-change: transform;
        touch-action: pan-y;
    }

    .feature__slider-track.is-dragging {
        transition: none;
    }

    .feature__card.spacer {
        width: 60px;
        flex: 0 0 60px;
        margin: 0;
        background: transparent;
        pointer-events: none;
    }

    .feature__card:not(.spacer) {
        flex: 0 0 auto;
        width: min(50vw, 200px);
        max-width: 200px;
        margin: 0;
        display: flex;
        flex-direction: column;
        cursor: grab;
        user-select: none;
    }

    .feature__card {
        aspect-ratio: 3/4.6;
        border-radius: 10px;
        overflow: hidden;
        background-color: #081F2C;
        /* 暗めのダークネイビー */
    }

    .feature__card-img {
        width: 100%;
    }

    .feature__card-img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .feature__card-content {
        padding: 8px 10px;
    }

    .feature__card-ttl {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;

        display: inline-block;
        background-color: #00151E;
        padding: 2px 6px;
    }

    .feature__card-text {
        font-size: 15px;
        font-weight: normal;
        margin: 8px 0;
        line-height: 1.2;
    }

    .feature__pagination {
        display: flex;
        justify-content: left;
        padding-left: 130px;
        margin-top: 24px;
    }

    .feature__pagination .dots {
        gap: 8px;
    }

    .feature__pagination .dot {
        width: 10px;
        height: 10px;
    }

    .feature__pagination .dot.is-indicator {
        width: 90px;
        height: 10px;
    }
}


.three-point__wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 200px 0 60px;
    background: linear-gradient(to bottom, #0a3a4f, #000);
}

.three-point__ttl {
    font-size: 41.6px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.three-point__text {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px;
}

.three-point__img {
    width: 100%;
    padding: 0 40px;
    object-fit: contain;
}


.situation__wrapper {
    margin-bottom: 200px;
}

.situation__ttl-wrapper {
    margin: 80px auto 60px;
}

.situation-ttl {
    text-align: center;
    font-size: 18.4px;
    color: #6597D5;
    font-weight: 400;
}

.situation-ttl-text {
    font-size: 24px;
    letter-spacing: 0.06em;
    margin: 0;
    font-weight: 500;
}


.situation-items {
    width: 96%;
    max-width: 1040px;
    padding: 0 10px 0 10px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.situation-item {
    border-right: 1px solid #727476;
    padding-right: 10px;
}


.situation-item:last-child {
    border-right: none;
}

.situation-item__ttl {
    font-size: 19.2px;
    font-weight: bold;
    margin-bottom: 12px;
}


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

    .three-point__ttl {
        font-size: 25.6px;
        margin-bottom: 20px;
    }

    .three-point__text {
        margin-bottom: 40px;
    }

    .three-point__img {
        padding: 0;
    }

    .situation__wrapper {
        padding: 0;
        margin-bottom: 100px;
    }

    .situation__ttl-wrapper {
        margin: 40px auto 20px;
    }


    .situation-ttl {
        margin: 0 auto;
    }

    .situation-items {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 100px;
    }

    .situation-item {
        border-right: none;
        border-left: 1px solid #727476;
        padding-right: 0;
        padding-left: 10px;
    }

}


.feature__container:nth-of-type(2) {
    background-image: url(../imgs/feature-01.webp);
    justify-content: flex-start;
    padding-left: 120px;
}

.feature__container:nth-of-type(3) {
    background-image: url(../imgs/feature-02.webp);
    justify-content: flex-end;
    padding-right: 80px;
}

.feature__container {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 1040/450;
}

.feature__main-ttl {
    font-size: 35.2px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.feature__content {
    display: block;
    margin: 0;
}

.feature__ttl {
    font-size: 20px;
    margin-bottom: 20px;
}

.feature__wrapper .note {
    text-align: right;
    padding: 10px 20px;
    color: #ababaf;
}

@media only screen and (max-width: 47.9375em) {
    .feature__wrapper {
        width: 100%;
        padding: 0;
    }

    .feature__container:nth-of-type(2) {
        background-image: url(../imgs/feature-01-sp.webp);
        padding-left: 20px;
    }

    .feature__container:nth-of-type(3) {
        background-image: url(../imgs/feature-02-sp.webp);
        padding-right: 10px;
    }

    .feature__container {
        align-items: flex-start;
        aspect-ratio: 640/394;
    }

    .feature__main-ttl {
        font-size: 25.6px;
    }

    .feature__ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .feature__text {
        font-size: 14.4px;
    }

    .feature__container:nth-of-type(2) .feature__content {
        margin: 20px 0 auto 0;
    }

    .feature__container:nth-of-type(3) .feature__content {
        margin: auto 0 20px 0;
    }
}



.measure__wrapper {
    width: 100%;
    margin: 200px auto;
}

.measure__ttl {
    font-size: 41.6px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.measure__text {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px;
}

.measure__card {
    width: 90%;
    height: auto;
    margin: 120px auto;
    padding: 0 60px;
    align-items: center;
}

.measure__wrapper img {
    width: 54%;
    height: auto;
    object-fit: contain;
}

.measure__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.measure__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mesure__item-text {
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 8px;
    display: inline-block;
}

.measure__item>img {
    width: auto;
    height: 60px;
}

/* Measurement cards */
.measure__content-ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.measure__content-text {
    line-height: 1.6;
    color: #cccccc;
}


@media only screen and (max-width: 950px) {
    .mesure__item-text {
        font-size: 18px;
        padding: 10px 20px;
    }
}

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

    .measure__wrapper {
        margin: 100px auto;
    }

    .measure__ttl {
        font-size: 25.6px;
        text-align: center;
        margin-bottom: 20px;
    }

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

    .measure__card {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 40px auto;
        padding: 0;
    }

    .measure__wrapper img {
        width: 80%;
    }

    .measure__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }

    .measure__item {
        justify-content: center;
        margin: 10px auto;
    }

    .measure__item>img {
        width: auto;
        height: 60px;
    }

}




/* Slope feature */
.slope__wrapper {
    width: 100%;
    height: auto;
    z-index: 0;
    padding: 0;
}

.slope__container {
    padding: 0 20px;
    padding-top: 200px;
    margin-bottom: 0;
    color: #fff;

    background-image: url(../imgs/slope-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;

    aspect-ratio: 1040/1180;
}

.slope__ttl {
    font-size: 41.6px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
}

.slope__text {
    letter-spacing: 0.1em;
    text-align: center;
    margin: 20px auto;
    color: #000;
}

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

.slope__content-img {
    width: 96%;
    margin: 60px auto;
}

.slope__content-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.slope__content-text {
    font-size: 16px;
    padding: 0 20px;
}

.slope__bg {
    background: linear-gradient(to bottom, #0a3a4f, #000);
    padding-top: 40px;
}

.competition__card {
    width: 90%;
    height: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px;
    margin: 0 auto 80px auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.15);
}

.competition__card-img,
.competition__card-content {
    flex: 5;
}

.competition__card-ttl {
    font-size: 19.2px;
    font-weight: bold;
    margin-bottom: 20px;
}

.competition__card-ttl::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #ababaf;
    margin: 20px auto 26px 0;
}

.competition__card-text--note {
    color: red;
    font-size: 14px;
    line-height: 1.2;
}

@media only screen and (max-width: 950px) {
    .slope__container {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .slope__container {
        padding: 0;
        padding-top: 60px;

        background-image: url(../imgs/slope-bg-sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;

        aspect-ratio: 640/1016;
    }

    .slope__content-img {
        width: 94%;
    }

    .slope__ttl {
        font-size: 22.4px;
    }

    .slope__text {
        letter-spacing: 0;
        margin: 4px auto;
        padding: 0 20px;
    }

    .slope__content-item {
        margin: 40px auto 20px;
    }

    .slope__content-img {
        margin: 20px auto 60px;
    }

    .competition__card {
        width: 96%;
        height: auto;
        flex-direction: column;
        padding: 40px 20px;
    }
}




.function__wrapper {
    margin: 200px auto;
}

.functions__slider {
    width: 100%;
}

.function__ttl-container {
    display: block;
    margin-left: 74px;
}

.funciton__sub-ttl {
    text-align: left;
}

.function__ttl {
    text-align: left;
    font-weight: normal;
}


/* Spacer card for the slider layout */
.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: 74px;
}

.slide-arrow {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    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;
}

.functions__slider .note {
    padding: 0;
}

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


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

    .function__wrapper {
        margin: 120px auto 100px;
    }

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

    .card {
        margin: 0 4px;
    }

    .function__ttl-container {
        margin-left: 40px;
    }

    .function__ttl {
        margin-left: 0;
    }

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

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

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

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

    .functions__card.spacer {
        width: 40px;
    }

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

    .functions__card-text {
        margin: 10px 0;
        font-size: 16px;
    }

}



.spec__wrapper {
    background: linear-gradient(to bottom, #000, #0E3D51);
    padding-top: 120px;
    font-size: 18px;
}

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

.specs__label,
.specs__value {
    padding: 12px;
    border-bottom: 1px solid #636363;
    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 only screen and (max-width: 47.9375em) {

    .spec__wrapper {
        padding-top: 0;
    }

    .specs__image {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .specs__table {
        width: 100%;
    }

    .specs__label {
        width: 30%;
    }

    .specs__label,
    .specs__value {
        padding: 6px;
    }

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

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

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

    .specs__note,
    .attention {
        width: 100%;
        font-size: 16px;
        gap: 10px;
        justify-content: center;
        display: flex;
        text-align: left;
    }

    .specs__note {
        text-align: left;
    }

}

.l-contents__menu>a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    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;
    }


}