@charset "utf-8";

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

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

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

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

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

    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

}


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

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



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

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

@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: 40px auto 60px auto;
}

.concept__ttl {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.concept__text {
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2em;
}

.concept-slider__wrapper {
    margin: 60px auto 40px auto;
    overflow: hidden;
}

.concept-slider {
    margin: 0 -20px;
}

.concept-slider div {
    margin-right: 20px;
}

.concept-slider>div img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.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-slider {
        margin: 0 -10px;
    }

    .concept-slider div {
        margin-right: 10px;
    }

    .concept__btn-wrapper {
        margin: 60px auto 100px auto;
    }
}


.icon-container {
    width: 80%;
    margin: 0 auto;
}

.icon-container-01 {
    width: 60%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.icon-container-02 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.icon-new_item {
    text-align: center;
    gap: 30px;
    font-weight: bold;
    color: #A8ABAF;
    font-size: 1.6em;
}

.icon-container img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.icon-container-01 img {
    opacity: 0.8;
}

.icon-container-02 img {
    opacity: 0.6;
}

.icon-container img:hover {
    transform: scale(1.1);
    opacity: 1.0;
}

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

    .icon-container {
        width: 100%;
    }

    .icon-container-01 {
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .icon-container-02 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        align-items: center;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .icon-container img {
        border-radius: 10px;
    }

    .icon-container img:hover {
        transform: scale(1.2);
    }

}


.feature__wrapper {
    width: 100%;
    height: auto;
    margin: 200px auto 50px auto;
}

.feature-text {
    font-size: 1.125em;
    text-align: center;
}



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

.situation-ttl-text {
    font-size: 1.5em;
    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 #000;
    padding-right: 10px;
}


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

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


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

    .situation-ttl {
        margin: 0 auto;
    }

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

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



}

.icon-container-03 {
    width: 30%;
    display: flex;
    gap: 40px;
}

.icon-container-03 img {
    opacity: 1;
}

.precision__container {
    display: flex;
    margin: 60px auto;
}

.precision__container img {
    width: 60%;
    margin: 0 0 0 4vw;
    display: block;
    object-fit: contain;
}

.precision-text {
    font-size: 1.125em;
    margin: auto 0 -4vw -12vw;
    background: rgba(0, 0, 0, 0.1);
    padding: 40px 22px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.35);
}


@media only screen and (max-width: 47.9375em) {
    .icon-container-03 {
        width: 80%;
        gap: 20px;
    }

    .precision__container {
        flex-direction: column;
    }

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

    .precision-text {
        margin: -12vw auto auto auto;
        padding: 40px 22px;
    }
}




/* 高低差機能 */
.slope__ttl {
    width: 100%;
    height: auto;
    margin-top: 200px;
}

.slope_subtitle {
    width: 100%;
    aspect-ratio: 1000 / 782;
    font-size: 1.125em;
    margin: 60px auto 80px auto;
    padding-top: 60px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2rem;
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/slope_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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


.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.4);
    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: 1.2em;
    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: 47.9375em) {

    .slope__ttl {
        margin-top: 100px;
    }

    .slope_subtitle {
        width: 100%;
        padding-top: 10px;
        letter-spacing: 0.1rem;
        font-size: 1em;
        line-height: 1.2em;
        margin: 50px auto;
    }

    .competition__card {
        flex-direction: column;
    }
}



/* 計測方法 */
.original__wrapper {
    width: 100%;
    height: auto;
    margin: 200px auto 50px auto;
    text-align: center;
}

.original-icon {
    width: 80%;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 40px auto 80px auto;
}

.original-icon img {
    width: 20%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}


.original__content {
    width: 100%;
    aspect-ratio: 1000 / 468;

    display: flex;
    flex-direction: column;

    margin: auto 0;
    padding: 60px 40px;
    text-align: center;
    letter-spacing: 0.2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.original__content:nth-child(1) {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/point.webp);
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
}

.original__content:nth-child(2) {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/pinseek.webp);
    justify-content: flex-start;
    align-items: flex-end;
}

.original__content:nth-child(3) {
    background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/scan.webp);
    justify-content: flex-end;
    align-items: flex-start;
}

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


.original__content-ttl::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 400px;
    height: 1px;
    background: #00FF95;
    margin-top: 10px;
    margin-left: 0;
}


.original__content-sub--ttl {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 20px;
}

.original__content-text {
    font-size: 1.125em;
    line-height: 2em;
}

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

    .original-icon {
        width: 80%;
        gap: 12px;
        margin: 40px auto 60px auto;
    }

    .original-icon img {
        width: 30%;
        border-radius: 10px;
    }

    .original__content {
        aspect-ratio: 60 / 45;
        padding: 10px;
        letter-spacing: 0;
        text-align: left;
    }

    .original__content:nth-child(1) {
        background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/point-sp.webp);
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
    }

    .original__content:nth-child(2) {
        background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/pinseek-sp.webp);
        justify-content: center;
        align-items: flex-start;
    }

    .original__content:nth-child(3) {
        background-image: url(https://gigaplus.makeshop.jp/shotnavi/assets/img/laser/pointeye/scan-sp.webp);
        justify-content: flex-end;
        align-items: flex-start;
    }

    .original__content-ttl {
        font-size: 1.25em;
        margin-bottom: 20px;
    }


    .original__content-ttl::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 400px;
        height: 1px;
        background: #00FF95;
        margin-top: 10px;
        margin-left: 0;
    }


    .original__content-sub--ttl {
        font-size: 1.125em;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .original__content-text {
        font-size: 1em;
        line-height: 1.2;
    }

}








/* その他特長 */
.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;
    }

}




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

}