html {
    height: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}


body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0;
    font-size: 1.1rem;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@media only screen and (max-width: 47.9375em) {
    body {
        font-size: 3.7333333333vw;
    }
}

@media only screen and (max-width: 47.9375em) {
    body {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
    }
}

@media print {
    body {
        zoom: 0.5;
        -webkit-print-color-adjust: exact;
    }
}


.ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding-bottom: 40px;
    position: relative;
    color: #000;
}

.ttl::after {
    display: block;
    content: "";
    background: #A8ABAF;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ttl h3 {
    font-size: 4rem;
    line-height: 1.225;
    letter-spacing: 0.05em;
    color: #A8ABAF;
}

@media only screen and (max-width: 47.9375em) {
    .ttl h3 {
        font-size: 7.4666666667vw;
    }
}

.ttl span {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 47.9375em) {
    .ttl span {
        font-size: 4.2666666667vw;
    }
}




/* 
all
*/
.all {
    width: 100%;
    min-height: 100%;
    color: #000000;
    background-color: #E7E7E8;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 1.6rem;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 47.9375em) {
    body {
        font-size: 3.7333333333vw;
    }
}

@media only screen and (max-width: 47.9375em) {
    body {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
    }
}

@media print {
    body {
        zoom: 0.5;
        -webkit-print-color-adjust: exact;
    }
}


h1 {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.05em;
    margin: 1vw 0;
    color: #000;
}

h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin: 0;
    color: #000;
}

h3 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1rem;
    margin: 0;
    color: #000;
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 3.5rem;
        color: #000;
    }

    h2 {
        font-size: 2.6rem;
        color: #000;
    }

    h3 {
        font-size: 2rem;
        color: #000;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #FFF;
}

#insolyis__section {
    width: 100%;
    max-width: 100%;
    background-color: #E7E7E8;
    position: relative;
    z-index: 10;
}

.insolyis__section-max {
    max-width: 1000px;
    margin: 0 auto;
    padding: 6vw 4vw 8vw 4vw;
    border-bottom: 1px solid #030303;
    position: relative;
    z-index: 12;
    color: #000;
}


@media screen and (max-width: 640px) {
    .insolyis__section-max {
        padding: 10vw 4vw 10vw 4vw;
    }
}

.insolyis__section.top_section {
    max-width: none;
    width: 100%;
    padding: 0;
    border-bottom: none;
}




/* 
ANIMATION
*/
div,
p,
img,
h1,
h2,
h3,
button,
span {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

div.active,
p.active,
img.active,
h1.active,
h2.active,
h3.active,
button.active,
span.active {
    opacity: 1;
    transform: translateY(0);
}

.test-slick,
.test-slick__item,
.test-slick2,
.test-slick2__item,
.insolyis__function-area--mode,
.slick_img,
.insolyis__section-max,
.insolyis__copy,
.insolyis__function-app--card,
.insolyis__function-app--card img,
.insolyis__function-app--card h3,
.insolyis__function-app--card p {
    opacity: 1;
    transform: none;
}



/* 
TOP
*/
.insolyis__hero-section {
    position: relative;
    width: 100vw;
    height: 70vh;
    overflow: hidden;
}

/* 背景動画の共通設定 */
.insolyis__hero-movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    z-index: 1;
}

.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}

/* グラデーション画像（動画と同じサイズで配置） */
.insolyis__overlay-img--01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    object-fit: cover;
    mix-blend-mode: darken;
    z-index: 2;
}

/* キャッチコピー部分 */
.catch-copy {
    position: relative;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
    height: 65vh;
    text-align: center;
    padding-right: 2rem;
    z-index: 4;
    margin: 0 0 0 auto;
}

/* 商品画像 */
.product-image {
    width: 25vw;
    max-width: 600px;
    padding: 0 50px 0 0;
    filter: drop-shadow(0px 0px 50px rgba(255, 255, 255, 0.1));
}

.copy-text h1 {
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    text-shadow: 0px 0px 50px rgba(5, 5, 7, 0.5);
}

.copy-text p {
    width: 80%;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    margin: 10px auto;
    text-shadow: 0px 0px 50px rgba(5, 5, 7, 0.5);
}

@media (max-width: 1600px) {
    .catch-copy {
        width: 75%;
    }

    .product-image {
        width: 25vw;
        max-width: 600px;
        padding-right: 50px;
    }

    .copy-text h1 {
        font-size: 5.5vw;
    }

    .copy-text p {
        font-size: 2.5vw;
    }
}

@media (max-width: 1200px) {
    .product-image {
        width: 25vw;
        max-width: 600px;
        padding-right: 20px;
    }

}

@media (max-width: 960px) {

    /* PC動画を非表示、スマホ動画を表示 */
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }

    .product-image {
        width: 25vw;
        max-width: 600px;
    }

    .copy-text h1 {
        font-size: 5vw;
    }
}

@media (max-width: 640px) {

    .catch-copy {
        width: 80%;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
        margin: auto;
        gap: 0;
    }

    .copy-text {
        width: 100%;
        height: auto;
        flex: none;
        text-align: left;
        justify-self: flex-end;
        margin: 0 auto 30px 0;
    }

    .product-image {
        width: 280px;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .copy-text h1 {
        font-size: 8vw;
        font-weight: bold;
        color: #fff;
        margin: auto auto 0 0;
        text-shadow: 0px 0px 50px rgba(5, 5, 7, 0.5);
    }

    .copy-text p {
        width: 100%;
        font-size: 5vw;
        font-weight: bold;
        color: #fff;
        margin: auto auto 0 0;
        text-shadow: 0px 0px 50px rgba(5, 5, 7, 0.5);
    }
}



.insolyis__copy {
    width: auto;
    text-align: center;
    align-items: center;
    padding: 100px 8vw 50px 8vw;
    letter-spacing: 0.8rem;
    position: relative;
    z-index: 2;
    border-bottom: none;
}

@media (max-width: 640px) {
    .insolyis__copy {
        font-size: 1.5rem;
        padding-top: 50px;
        padding-bottom: 20px;
        letter-spacing: 0.2rem;
    }

    .br-640px {
        content: "A";
        white-space: pre;
    }

    .insolyis__copy div {
        opacity: 1;
        transform: none;
    }
}

/* 
CONCEPT
*/
.insolyis__concept-title .insolyis__h2 {
    margin-bottom: 10px;
}

.insolyis__concept-copy {
    text-align: left;
    align-items: left;
    letter-spacing: 0.2rem;
    margin: 0 0 40px;
}

.insolyis__concept-text {
    width: auto;
    height: auto;
    display: flex;
    line-height: 2.25;
    flex-direction: column;
}

.insolyis__concept-text p {
    text-wrap: wrap;
}

.insolyis__insolyis-img {
    width: 40%;
    height: auto;
    padding: 0;
    margin: 30px auto;
    object-fit: contain;
    text-align: center;
}

.insolyis__concept-button {
    display: block;
    margin: 4vw auto 0 auto;
}


@media (max-width: 640px) {
    .insolyis__insolyis-img {
        width: 60%;
    }

    .insolyis__concept-text p {
        line-height: 1.6;
    }
}





/* 
FEATURE
*/
.insolyis__feature-section {
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

.insolyis__feature-img {
    width: 80%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    margin: 0 auto;
}

.insolyis__content-text {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.insolyis__feature-section .sn__card {
    padding: 30px 0 10px 0;
}

.insolyis__feature-border::after {
    display: block;
    content: "";
    background: #A8ABAF;
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 960px) {

    .insolyis__feature-content:nth-child(even),
    .insolyis__feature-content:nth-child(odd) {
        flex-direction: column;
        padding: 6vw 4vw;
        gap: 2vw;
    }

    .insolyis__feature-img {
        width: 100%;
        object-fit: cover;
    }

    .insolyis__content-text {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .insolyis__content-text h3 {
        letter-spacing: 0.6rem;
    }
}

/* 
GUIDE
*/
.insolyis__guide-section {
    width: auto;
    height: auto;
    align-items: center;
    position: relative;
}

.insolyis__guide-wapper .insolyis__guide-img {
    width: 40%;
    margin: auto 0;
}

.insolyis__guide-wapper .insolyis__guid-text {
    width: 60%;
    margin-top: 20px;
}

.insolyis__guide-area--cut .insolyis__guide-img--cut,
.shottracker__guide-area--bluetooth .shottracker__guide-img--bluetooth,
.shottracker__guide-area--play .shottracker__guide-img--play {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.insolyis__guide-area--cut h2,
.insolyis__guide-area--bluetooth h2,
.insolyis__guide-area--play h2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
}

.insolyis__guide-area--bluetooth {
    text-align: right;
}

.insolyis__guide-area--bluetooth h3,
.insolyis__guide-area--bluetooth p {
    text-align: left;
}

.shottracker__guide-area--play h2 {
    margin-bottom: 50px;
}

.insolyis__guide-wapper {
    margin: 2vw 0;
}


.insolyis__guide-app--cnt img {
    margin-right: 20px;
}

.insolyis__setup-text {
    margin-bottom: 10px;
}

.insolyis__app-cnt {
    align-items: center;
}

.insolyis__guide-img--app {
    position: relative;
    text-align: center;
    justify-content: center;
    margin: 40px auto;
}

.insolyis__guide-img--app img {
    position: relative;
    text-align: center;
    justify-content: center;
    margin: 20px auto 10px auto;
}

@media (max-width: 640px) {
    .insolyis__guide-wapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 4vw auto;
        gap: 0;
    }

    .insolyis__guide-wapper .insolyis__guide-img,
    .insolyis__guide-wapper .insolyis__guid-text {
        width: 100%;
    }

    .insolyis__guid-text h3 {
        letter-spacing: 0.2rem;
    }
}


/* 
SPECIAL
*/
#insolyis__special {
    width: auto;
    height: auto;
    align-items: center;
    color: #000;
    position: relative;
    z-index: 3;
    border-bottom: none;
}

.insolyis__special-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 4vw auto;
}

.insolyis__special-mobile--addition {
    display: none;
}

@media (max-width: 640px) {
    .insolyis__special-mobile--addition {
        display: block;
    }

    .insolyis__special-mobile--addition h3 {
        margin: 30px auto 10px auto;
        text-align: center;
        letter-spacing: 0.5rem;
    }

    .insolyis__special-mobile--addition ul {
        margin: 0;
        padding-top: 20px;
    }
}


/* app連携機能 */

.insolyis__function-app--scroll {
    position: relative;
    height: auto;
}

.insolyis__function-app--scroll-container {
    display: flex;
    overflow-x: scroll;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    padding-left: 100px;
    background-color: #e7e7e8;
}

.insolyis__function-app--scroll-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.insolyis__function-app--scroll-container::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    --bg-opacity: 1;
    background-color: #A8ABAF;
}

.insolyis__function-app--card {
    flex: 0 0 40%;
    scroll-snap-align: start;
    margin-right: 10px;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
}

.insolyis__function-scroll--spacer {
    flex: 0 0 200px;
    scroll-snap-align: start;
    box-sizing: border-box;
}

.insolyis__function-app--card img {
    width: 90%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.insolyis__function-app--card h3 {
    margin: 12px 0 4px;
    font-size: 1.2em;
}

.insolyis__function-app--card p {
    margin: 0;
    color: #555;
}

.insolyis__function-scroll--button {
    position: absolute;
    top: 40%;
    right: 30px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.insolyis__function-scroll--button:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 640px) {
    .insolyis__function-app--card {
        flex: 0 0 80%;
        margin-right: 10px;
        padding: 10px;
    }

    .insolyis__function-scroll--spacer {
        flex: 0 0 50px;
    }

    .insolyis__function-app--card img {
        width: 80%;
        margin-bottom: 5px;
    }

    .insolyis__function-app--card h3 {
        letter-spacing: 0;
    }


    .insolyis__function-scroll--button {
        position: absolute;
        top: 30%;
        right: 15px;
        transform: translateY(-50%);
    }



}



/* UPCOMING */
/* .insolyis__upcoming-title h2 {
    text-align: center;
    margin: 2vw auto;
}

.insolyis__upcoming-title span {
    display: block;
    text-align: center;
    margin: 2vw auto;
}

.shotlayzer__upcoming-img {
    display: block;
    margin: 4vw auto;
    width: 30%;
} */



/* 
OTHER PRODUCT
*/
#insolyis__other {
    width: auto;
    height: auto;
    align-items: center;
    position: relative;
    z-index: 2;
}

.insolyis__other-content {
    gap: 40px;
    padding: 40px;
}

.insolyis__other-img--shotlyzer,
.insolyis__other-img--shottracker {
    width: 35%;
    height: auto;
    object-fit: contain;
}

.insolyis__other-content--shotlyzer,
.insolyis__other-content--shottracker {
    align-items: center;
    justify-content: flex-start;
    text-align: start;
}

.iinsolyis__other-logo--shotlyzer,
.insolyis__other-logo--shottracker {
    width: 40vw;
    max-width: 300px;
}

.insolyis__other-content--shotlyzers .sn__btn,
.insolyis__other-content--shottracker .sn__btn {
    margin: 2vw 0;
}

@media (max-width: 640px) {
    .insolyis__other-content {
        flex-direction: column;
        padding: 0;
        gap: 0;
        justify-content: center;
        align-items: center;
    }

    .insolyis__other-img--shotlyzer,
    .insolyis__other-img--shottracker {
        width: 60%;
        height: auto;
        margin: 30px auto;
    }

    .insolyis__other-logo--shotlyzer,
    .insolyis__other-logo--shottracker {
        width: auto;
        height: 30px;
        display: block;
        margin: 5px auto;
    }

    .insolyis__other-content--shotlyzer .sn__btn,
    .insolyis__other-content--shottracker .sn__btn {
        display: block;
        margin: 3vw auto;
    }

}





/* 
DETAIL
*/
#insolyis__detail {
    width: auto;
    height: auto;
    align-items: center;
}

.insolyis__detail-card {
    width: auto;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 6vw 2vw;
    gap: 2vw;
    /* background-color: #fff; */
    border-radius: 5px;
    border: 0.5px solid #000000;
    box-shadow: 10px 10px 5px rgba(155, 159, 173, 0.292);
}

.insolyis__detail-card--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.insolyis__detail-card--item span {
    font-size: 2rem;
}

.insolyis__detail-card--item button {
    margin: 0;
}

.insolyis__detail-img {
    width: auto;
}


.insolyis__detail-card--teble table {
    width: 100%;
    max-width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-collapse: collapse;
    overflow-x: auto;
    gap: 1vw;
}

.insolyis__detail-card--teble table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.insolyis__detail-card--teble table::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    --bg-opacity: 1;
    background-color: #A8ABAF;
}

.insolyis__detail-card--teble th {
    padding: 1vw;
    white-space: nowrap;
    border-top: 1px solid rgb(110, 110, 110);
    border-bottom: 1px solid rgb(110, 110, 110);
    font-weight: bold;
}

.insolyis__detail-card--teble td {
    word-wrap: break-word;
    white-space: nowrap;
    border-top: 1px solid rgb(110, 110, 110);
    border-bottom: 1px solid rgb(110, 110, 110);
    padding-left: 2vw;
}


@media (max-width: 960px) {
    .insolyis__detail-card {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 10vw;
    }

    .insolyis__detail-card--item {
        width: 90%;
    }

    .insolyis__detail-img {
        width: 60%;
        height: auto;
    }

    .insolyis__detail-card--teble {
        width: 90%;
    }
}



/* 
FAQ
*/
.insolyis__faq-section {
    width: auto;
    height: auto;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.insolyis__faq-section .insolyis__section-max {
    border-bottom: none;
    padding-bottom: 2vw;
}

.insolyis__faq-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.insolyis__faq-acordion {
    width: 80%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #9FA3A9;
    position: relative;
    z-index: 2;
}

.insolyis__faq-acordion:nth-of-type(1),
.insolyis__faq-acordion:nth-of-type(3),
.insolyis__faq-acordion:nth-of-type(5) {
    align-self: start;
}

.insolyis__faq-acordion:nth-of-type(2),
.insolyis__faq-acordion:nth-of-type(4),
.insolyis__faq-acordion:nth-of-type(6) {
    align-self: flex-end;
}

.insolyis__faq-acordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #030303;
    cursor: pointer;
    width: auto;
    /* max-width: 500px; */
    height: auto;
    font-weight: 500;
}

@media (max-width: 640px) {
    .insolyis__faq-acordion {
        width: 100%;
        align-self: center;
    }

    .insolyis__faq-acordion summary {
        width: auto;
    }
}

/* FAQ boxのプラスマイナス */
.insolyis__faq-acordion summary::-webkit-details-marker {
    display: none;
}

.insolyis__faq-acordion summary::before,
.insolyis__faq-acordion summary::after {
    width: 1px;
    height: 0.9em;
    background-color: #000;
    content: '';
}

.insolyis__faq-acordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.insolyis__faq-acordion summary::after {
    transition: rotate .3s;
}

.insolyis__faq-acordion[open] summary::after {
    rotate: 90deg;
}

.insolyis__faq-acordion p {
    margin: 0;
    padding: .3em 2em 1.5em;
    text-align: left;
    font-weight: 100;
    transition: transform .5s, opacity .5s;
}

.insolyis__faq-acordion[open] p {
    transform: none;
    opacity: 1;
}




/* 問い合わせ */
.insolyis__contact {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

.insolyis__contact p {
    margin: 0 auto 2vw auto;
    text-align: center;
}


.insolyis__contact button {
    display: block;
    margin: 2vw auto;
}

.insolyis__contact-section .insolyis__section-max {
    border-bottom: none;
    padding-bottom: 0;
}

.insolyis__caution {
    text-align: left;
    padding: 30px 4vw;
    font-size: 1.3rem;
}



#insolyis__section-usage--info {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background-color: #E7E7E8;
    font-size: 16px;
}

#insolyis__section-usage--info .insolyis__section-max {
    border-bottom: none;
    max-width: none;
}

#insolyis__section-usage--info button {
    font-size: 14px;
}

#insolyis__section-usage--info .uk-section-xsmall {
    background-color: #E7E7E8;
    padding-top: 0;
}

/* 
Manual
*/
.insolyis__manual-section {
    width: auto;
    height: auto;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.insolyis__manual-section .insolyis__section-max {
    border-bottom: none;
    padding-bottom: 2vw;
}