@charset "utf-8";

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

.bg-bk__wrapper {
    background-color: #e7e7e8;
    color: white;
}



.note {
    font-size: 0.9em;
    color: #808080;
    text-align: left;
}

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

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

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

    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

    .sn__flex-row {
        flex-direction: column;
    }

    .sn__card {
        flex-direction: column;
    }
}


/* 
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;
    background-image: url(../imgs/hero-bg.webp);

}

.mv-image {
    width: 100%;
    max-width: 1040px;
    padding: 0;
    margin: auto;
}

@media only screen and (max-width: 47.9375em) {
    .l-contents__mv {
        padding-top: 8rem;
    }
} */

/* --- 既存のスタイル --- */
.l-contents__mv {
    padding-top: 8rem;
}

.mv-image {
    width: 100%;
    max-width: 1040px;
    padding: 0;
    margin: auto;
    position: relative;
    /* タブ配置の基準 */
}

@media only screen and (max-width: 47.9375em) {
    .l-contents__mv {
        padding-top: 8rem;
        aspect-ratio: 390 / 400;
    }
}



.menu__container {
    max-width: 1040px;
    margin: auto;
}

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

    .ico-left,
    .ico-right {
        width: 10px;
        height: 10px;
        display: block;
        flex-shrink: 0;
        margin: 0;
        margin-top: 2px;
    }

    .ico-right {
        margin-top: -1px;
    }
}


/* style */
.copy__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    padding-top: 40px;

}

.copy__text {
    width: 80%;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    line-height: 2em;
    display: block;
    margin: 40px auto;
}


@media only screen and (max-width: 47.9375em) {
    .copy__text {
        width: 90%;
        font-size: 1em;
        letter-spacing: 0.1em;
        line-height: 1.6em;
        padding: 0px;
        margin: 0px auto;
    }

}

.concept__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 100px auto 60px auto;
}

.concept__ttl {
    text-align: left;
    align-items: left;
    letter-spacing: 0.2rem;
    margin: 0 0 40px 0;
    font-size: 3em;
    font-weight: bold;
}

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

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

.concept__btn-wrapper {
    display: block;
    margin: 40px 0;
}


@media (max-width: 640px) {
    .concept__wrapper {
        margin: 100px auto 60px auto;
    }

    .concept__ttl {
        font-size: 2.2em;
    }

    .concept__text {
        line-height: 1.8;
        letter-spacing: 0;
    }

    .concept__wrapper img {
        width: 80%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        object-fit: contain;
        text-align: center;
    }

    .concept__btn-wrapper {
        display: block;
        margin: 40px 0;
    }
}


.feature__wrapper {
    width: 100%;
    height: auto;
    margin: 200px auto;
    letter-spacing: 0.1em;
}

.feature__content {
    width: 80%;
    margin: 80px auto;
    align-items: center;
}

.feature__content img {
    width: 100%;
    margin: 20px auto 40px auto;
    object-fit: contain;
    border-radius: 10px;
}

.feature__content h1 {
    font-size: 2.6em;
    color: #A8ABAF;
    font-weight: bold;
}

.feature__content h3 {
    font-size: 2em;
    font-weight: bold;
    margin: 4px 0 10px 0;
}



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

    .feature__content {
        width: 100%;
    }

    .feature__content img {
        width: 100%;
        margin: 20px auto;
    }

    .feature__content h1 {
        font-size: 2.4em;
    }

    .feature__content h3 {
        font-size: 1.8em;
    }

}

.set__wrapper {
    margin: 100px auto 30px auto;
    padding: 30px 40px;
    background-color: rgba(299, 299, 299, 0.5);
    border: 3px solid #A8ABAF;
    border-radius: 10px;
}

.set__ttl {
    font-weight: bold;
    font-size: 1.25em;
    margin: 20px auto;
}

.shottracker__btn--set {
    width: auto;
    margin: 40px auto;
}

.mobile-only-text {
    display: none;
}


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

    .set__wrapper div {
        flex-direction: column;
        gap: 10px;
    }

    .mobile-only-text {
        display: block;
        margin: 10px auto 20px auto;
        font-size: 1.4rem;
        text-align: center;
    }

    .set__ttl {
        font-size: 1.2em;
        letter-spacing: 0;
    }

    .shottracker__btn--set {
        width: auto;
        margin: 40px auto;
    }

    .mobile-only-text {
        display: none;
    }

    .set__text-content {
        text-align: left;
        margin-bottom: 20px;
    }


}



/* 
GUIDE
*/
.guide__container {
    width: 100%;
    height: auto;
    margin: 60px auto;
}

.guide__card {
    margin: 40px auto;
    gap: 2vw;
    align-items: center;
}

.guide__content {
    align-items: center;
    margin: 50px auto;
}

.guide__main-ttl,
.guide__ttl {
    border-bottom: 1px solid #000;
    letter-spacing: 0.2rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.75;
}

.guide__attach .guide__main-ttl {
    margin: 0 0 0 auto;
    text-align: right;
}

.guide__ttl {
    font-size: 3rem;
    border-bottom: none;
    margin: 0 0 20px;
}

.guide__content-ttl {
    font-size: 2rem;
    font-weight: bold;
}

.guide__text {
    margin: 20px 0 40px;
}

.guide__link img,
.guide__app img {
    width: 50%;
    object-fit: contain;
}


.guide__movie {
    justify-content: center;
    align-items: center;
    margin: 60px auto;
}

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

    .guide__card,
    .guide__content {
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 40px;
    }

    .guide__content,
    .guide__text {
        margin-bottom: 10px;
    }

    .guide__main-ttl,
    .guide__ttl {
        font-size: 3rem;
    }

    .guide__ttl {
        font-size: 2rem;
        margin: 20px 0 0 0;
    }

    .guide__link img,
    .guide__app img {
        width: 100%;
        margin-bottom: 10px;
    }

    .guide__link .sn__flex-row--rev {
        flex-direction: column;
        text-align: left;
    }

    .guide__link .guide__content {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .uk-margin,
    .sn__btn {
        margin-bottom: 10px;
    }
}



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

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

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

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

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

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

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

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

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



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

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

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


/* 
OTHER PRODUCT
*/
.other__content {
    gap: 4vw;
    padding: 40px;
}

.other__content h2 {
    font-size: 2em;
    font-weight: bold;
}

.other__img {
    width: 40%;
    height: auto;
    object-fit: contain;
}

.other__logo {
    width: 40%;
    margin-bottom: 20px;
}

.other__content p {
    margin: 10px 0 40px;
}

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

    .other__img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0 20px;
    }

    .other__logo {
        width: 80%;
        height: auto;
        margin: 20px 0;
        margin-left: 0;
    }

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

}

.include__wrapper {
    text-align: center;
}

.include__wrapper h2 {
    font-size: 2em;
    font-weight: bold;
}

.include__wrapper p {
    margin: 20px 0 40px;
}

.view-button {
    cursor: pointer;
}

.modal {
    justify-content: center;
    align-items: center;
}

.modal__content img {
    display: inline;
    margin: auto;
}


.specs__image {
    width: 20%;
    max-width: 20%;
    height: auto;
    display: block;
    margin: 60px auto;
}

.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: 60%;
        max-width: 60%;
        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;
    }

}