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: 6.6rem;
    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;
}

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

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


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

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




/* 
ANIMATION
*/

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

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


.br-640px,
.test-slick,
.test-slick__item,
.test-slick2,
.test-slick2__item,
.shotlyzer__function-area--mode,
.slick_img,
.shotlyzer__section-max,
.shotlyzer__copy,
.shotlyzer__function-app--card,
.shotlyzer__function-app--card img,
.shotlyzer__function-app--card h3,
.shotlyzer__function-app--card p {
    opacity: 1;
    transform: none;
}



/* 
TOP
*/
#shotlyzer__hero {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.shotlyzer__hero-dummy {
    width: 100%;
    aspect-ratio: 20 / 9;
}

.shotlyzer__hero-img {
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1;
    object-fit: cover;
    top: 30px;
    left: 0;
}

@media (max-width: 960px) {
    .shotlyzer__hero-dummy {
        width: 100%;
        aspect-ratio: 19 / 20;
    }

}

@media (max-width: 640px) {

    .shotlyzer__hero-dummy {
        width: 100%;
        aspect-ratio: 8 / 9;
    }

    .shotlyzer__hero-img {
        top: 50px;
    }
}

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

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

.shotlyzer__subtext {
    font-size: 1.2rem;
    color: #545454;
    font-style: italic;
}

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

    .shotlyzer__copy {
        font-size: 1.4rem;
        padding-top: 50px;
        padding-bottom: 20px;
        letter-spacing: 0.2rem;
    }

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

/* インフォメーション */
.information-section {
    width: 80%;
    height: auto;
    margin: 50px auto 20px auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-align: left;
}

.information-ttl {
    text-align: center;
    border: 1pt black dashed;
    padding: 3px;
}

.information-detail {
    padding: 5px 20px;
    background: #f3f3f3;
    letter-spacing: 0.5rem;
    font-size: 1.3rem;
}

@media (max-width: 640px) {
    .information-section {
        width: 100%;

    }
}

/* 
MOVIE
*/
.shotlyzer__movie-section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.shotlyzer__movie-section .shotlyzer__section-max {
    border-bottom: none;
}

.shotlyzer__shot-movie {
    width: 100%;
    height: auto;
}


/* 
CONCEPT
*/
.shotlyzer__concept-title .shotlyzer__h2 {
    margin-bottom: 30px;
}

.shotlyzer__concept-copy {
    text-align: left;
    align-items: left;
    letter-spacing: 0.2rem;
    margin: 0 0 4vw;
    font-size: 3.5rem;
}

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

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

.shotlyzer__concept-img {
    height: 40vw;
    max-height: 450px;
    gap: 5vw;
    margin: 10px auto 40px auto;
}

.shotlyzer__shotlyzer-img {
    width: 55%;
    height: 100%;
    padding: 0;
    margin: auto auto;
    object-fit: contain;
}

.shotlyzer__concept-section .shotlyzer__insolyis-img {
    width: 35%;
    height: 60%;
    padding: 0;
    object-fit: contain;
    margin: auto auto 0 auto;
}

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


@media (max-width: 640px) {

    .shotlyzer__concept-title .shotlyzer__h2 {
        margin-bottom: 10px;
    }

    .shotlyzer__concept-copy {
        font-size: 2.8rem;
    }

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

    .shotlyzer__concept-img {
        height: 50vw;
        flex: 1;
    }

}



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

.shotlyzer__feature-content--img {
    width: 40%;
    margin: auto 0;
}

.shotlyzer__feature-content--text {
    width: 60%;
}

.shotlyzer__feature-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

@media (max-width: 960px) {

    .shotlyzer__feature-card {
        flex-direction: column;
        padding: 6vw 4vw;
        gap: 2vw;
    }

    .shotlyzer__feature-content--img,
    .shotlyzer__feature-content--text {
        width: 100%;
        object-fit: cover;
    }

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

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

.shotlyzer__guide-area--button img,
.shotlyzer__guide-area--setup img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.shotlyzer__guide-area--ui,
.shotlyzer__guide-area--button,
.shotlyzer__guide-area--setup {
    margin-top: 50px;
    margin-bottom: 50px;
}

.shotlyzer__guide-area--button {
    text-align: right;
}

.shotlyzer__guide-area--ui h2,
.shotlyzer__guide-area--button h2,
.shotlyzer__guide-area--setup h2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
}

.shotlyzer__guide-wapper:nth-child(2) {
    gap: 2vw;
    margin: 2vw 0;
}

.shotlyzer__guide-item--center {
    width: 40%;
    justify-content: flex-end;
}

.shotlyzer__guide-img--ui {
    width: 100%;
    margin: auto 0;
    justify-content: flex-end;
}

.shotlyzer__guide-img--left,
.shotlyzer__guide-img--right {
    display: none;
}


.shotlyzer__guide-item--left {
    width: 30%;
    text-align: left;
    justify-content: flex-end;
    gap: 20px;
}

.shotlyzer__guide-item--right {
    width: 30%;
    text-align: right;
    justify-content: flex-end;
    gap: 20px;
}

.shotlyzer__guide-item--right ul {
    list-style-position: inside;
}

.shotlyzer__guide-wapper:nth-child(3) {
    align-items: center;
    text-align: center;
    width: 60vw;
    max-width: 600px;
    margin: 2vw auto;
}

.shotlyzer__guide-wapper:nth-child(3) div {
    width: 60%;
}

.shotlyzer__guide-img--dark {
    width: 33.33%;
    height: auto;
}

.shotlyzer__guide-summery--setup {
    text-align: center;
    align-items: center;
    margin: 4vw auto 2vw auto;
}

.shotlyzer__guide-summery--setup .marker {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 4px solid #A8ABAF;
}

@media (max-width: 640px) {
    .shotlyzer__guide-wapper:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "left left-img"
            "right-img right";
        margin: 4vw auto;
        column-gap: 10px;
        row-gap: 30px;
    }

    .shotlyzer__guide-img--ui {
        display: none;
    }

    .shotlyzer__guide-img--left,
    .shotlyzer__guide-img--right {
        display: block;
    }

    .shotlyzer__guide-img--left {
        grid-area: left-img;
    }

    .shotlyzer__guide-img--right {
        grid-area: right-img;
    }


    .shotlyzer__guide-item--left {
        grid-area: left;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        gap: 5px;
    }

    .shotlyzer__guide-item--right {
        grid-area: right;
        width: 100%;
        text-align: right;
        justify-content: flex-end;
        gap: 5px;
    }

    .shotlyzer__guide-wapper:nth-child(3)::before {
        display: block;
        content: "";
        background: #A8ABAF;
        width: 100px;
        height: 4px;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .shotlyzer__guide-wapper:nth-child(3) {
        width: 90vw;
        margin-top: 40px;
    }

    .shotlyzer__guide-summery--setup {
        padding-top: 20px;
    }

    .shotlyzer__guide-summery--setup .marker {
        padding-bottom: 0;
    }

}


/* 
FUNCTIONS
*/
#shotlyzer__function {
    width: auto;
    height: auto;
    align-items: center;
    border-radius: 0;
    position: relative;
    z-index: 2;
}

.shotlyzer__function-area--ui,
.shotlyzer__function-area--mode,
.shotlyzer__function-area--other {
    margin-top: 50px;
    margin-bottom: 100px;
}

.shotlyzer__function-wapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.shotlyzer__function-item--center {
    width: 40%;
}

.shotlyzer__function-img--ui {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.shotlyzer__function-item--left {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    gap: 30px;
    font-size: 2rem;
}

.shotlyzer__function-item--right {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    gap: 30px;
    font-size: 2rem;
}

.shotlyzer__function-area--mode h2,
.shotlyzer__function-area--app h2,
.shotlyzer__function-area--other h2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.shotlyzer__function-area--app {
    text-align: right;
    margin-bottom: 50px;
}

.shotlyzer__function-img--app {
    margin: 30px 0;
    text-wrap: wrap;
}

.shotlyzer__function-area--app li {
    text-align: left;
}


.shotlyzer__function-text--mode {
    width: 80%;
    text-align: left;
    font-size: 2rem;
    margin: 0 auto 40px auto;
}

.shotlyzer__function-text--mode .br-640px {
    font-size: 1.6rem;
    text-wrap: wrap;
}

@media (max-width: 640px) {
    .shotlyzer__function-text--mode {
        width: 90%;
        text-align: left;
        font-size: 1.8rem;
        margin: 30px auto;
    }

}

/* カルーセル */
.shotlyzer__function-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#shotlyzer__function-carousel--mainImg {
    width: 80vw;
    max-width: 800px;
    height: auto;
    transition: opacity 0.5s ease;
    object-fit: contain;
}

.shotlyzer__function-carousel--thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.shotlyzer__function-carousel--thumbnail-item {
    width: 20vw;
    max-width: 200px;
    height: auto;
    margin: 0 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease;
    object-fit: cover;
}

.shotlyzer__function-carousel--thumbnail-item:not(.active) {
    position: relative;
    filter: grayscale(100%);
    opacity: 0.5;
    margin-top: -60px;
}

.shotlyzer__function-carousel--thumbnail-item.active {
    position: relative;
    filter: none;
    opacity: 1;
}


/* app連携機能 */

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

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

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

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

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

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

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

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

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

.shotlyzer__function-scroll--button {
    position: absolute;
    top: 58%;
    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;
}

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

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

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

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

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


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



}

/* その他 */
.shotlyzer__function-content--top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    width: auto;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shotlyzer__function-content--bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    width: auto;
    justify-content: space-between;
    gap: 50px;
}

.shotlyzer__function-content--top .item,
.shotlyzer__function-content--bottom .item {
    margin: 0 auto;
}

@media (max-width: 768px) and (min-width: 374px) {

    .shotlyzer__function-content--top .item,
    .shotlyzer__function-content--bottom .item {
        margin: 0;
    }

    .shotlyzer__function-content--top,
    .shotlyzer__function-content--bottom {
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 15px 0;
        padding-left: 15px;
        gap: 30px;
    }
}



/* 
SPECIAL
*/
.shotlyzer__special-section {
    width: auto;
    height: auto;
    align-items: center;
    color: #000;
    position: relative;
}

/* .shotlyzer__special-section .shotlyzer__section-max {
    border-bottom: none;
    padding-bottom: 0;
} */

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

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

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

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

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

    .shotlyzer__special-mobile--addition span {
        text-wrap: wrap;
    }

    /* .shotlyzer__special-mobile--addition .sn__flex-grid {
        gap: 30px;
        padding-top: 20px;
        padding-bottom: 15px;
    } */
}



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

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

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


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

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

.shotlyzer__other-img--insolyis,
.shotlyzer__other-img--tracker {
    width: 35%;
    height: auto;
    object-fit: contain;
}

.shotlyzer__other-content--insolyis,
.shotlyzer__other-content--tracker {
    align-items: center;
    justify-content: flex-start;
    text-align: start;
}

.ishotlyzer__other-logo--insolyis,
.shotlyzer__other-logo--tracker {
    width: 40vw;
    max-width: 300px;
}

.shotlyzer__other-content--insolyis .sn__btn,
.shotlyzer__other-content--tracker .sn__btn {
    margin: 2vw 0;
}

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

    .shotlyzer__other-img--insolyis,
    .shotlyzer__other-img--tracker {
        width: 60%;
        height: auto;
        margin: 30px auto;
    }

    .shotlyzer__other-logo--insolyis,
    .shotlyzer__other-logo--tracker {
        width: auto;
        height: 30px;
        display: block;
        margin: 5px auto;
    }

    .shotlyzer__other-content--insolyis .sn__btn,
    .shotlyzer__other-content--tracker .sn__btn {
        display: block;
        margin: 3vw auto;
    }

}



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

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

.shotlyzer__detail-card--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4vw;
}

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

.shotlyzer__detail-img {
    width: 90%;
}


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

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

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

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

.shotlyzer__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: 768px) and (min-width: 374px) {
    .shotlyzer__detail-card {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 10vw;
    }

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

    .shotlyzer__detail-img {
        width: 90%;
    }

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


/* 
FAQ
*/
#shotlyzer__faq {
    width: auto;
    height: auto;
    overflow: hidden;
}

.shotlyzer__faq-section {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shotlyzer__faq-section .shotlyzer__section-max {
    border-bottom: none;
    padding-bottom: 2vw;
}

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

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

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

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

.shotlyzer__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) {
    .shotlyzer__faq-acordion {
        width: 100%;
        align-self: center;
    }

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

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

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

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

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

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

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

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



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

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


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

.shotlyzer__contact-section .shotlyzer__section-max {
    border-bottom: none;
    padding-bottom: 0;
}

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


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

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

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

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


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

.shotlyzer__items-section img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 2vw;
    margin: 2vw auto;
}

/* モーダルバージョン */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.modal__content {
    background: #e7e7e8;
    padding: 2rem;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    text-align: center;
    position: relative;
}

.modal__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.modal__close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
}

.shotlyzer__view-button {
    cursor: pointer;
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    text-align: right;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



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

.shotlyzer__manual-section .shotlyzer__section-max {
    border-bottom: none;
    padding-bottom: 2vw;
}