@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}

/* * {
    outline: 1px solid rgb(58, 54, 91);
} */



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


body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 2;
    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
*/
.sn__all {
    width: 100%;
    min-height: 100%;
    max-width: 1000px;
    color: #000000;
    background-color: #E7E7E8;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 2;
    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: 5px 0;
    color: #000;
}

h3 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1rem;
    margin: 5px 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: 6vw 4vw 8vw 4vw;
    border-bottom: 1px solid #030303;
    position: relative;
    z-index: 12;
    color: #000;
}


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

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







/* 
TOP
*/
#shotlyzer__hero {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
}

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

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

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

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

/* 
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;
    padding-top: 50px;
    padding-bottom: 10px;
}

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


@media screen and (max-width: 640px) {
    .shotlyzer__shot-image {
        display: none;
    }

    .shotlyzer__shot-movie {
        display: block;
    }

    .shotlyzer__movie-section .shotlyzer__section-max {
        padding-top: 0;
        padding-bottom: 0;
    }
}

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

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

}

/* 
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 div {
    margin-bottom: 16px;
}

.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) {
        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 .shotlyzer__h2 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.shotlyzer__function-area--other {
    margin-top: 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;
    overflow: hidden;
}

.shotlyzer__function-carousel--thumbnail-item {
    width: 20vw;
    max-width: 254px !important;
    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;
}

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

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

.shotlyzer__function-content--top table {
    direction: none;
}

.shotlyzer__function-content--top table td,
.shotlyzer__function-content--top table th {
    border-top: none;
    border-bottom: none;
}

@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;
        margin-left: 20px;
        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;
}

.shotlyzer__other-logo--insolyis,
.shotlyzer__other-logo--tracker {
    width: 20vw;
    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;
    position: relative;
    z-index: 1;
}

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

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


/* 
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;
    z-index: 100;
}

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