@charset "utf-8";


/* * {
    outline: 1px solid #ff2d49;
} */

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

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

.note {
    font-size: 0.9em;
    color: #A3A3A3;
    text-align: left;
    padding: 0 20px;
}

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

    .l-contents__wrapper {
        padding: 0 20px;
    }

    .note {
        line-height: 1.2em;
    }

}


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

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




/* style */
.concept__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
    padding: 80px 20px 0 20px;
    text-align: center;
    align-items: center;
}

.concept__sub-ttl,
.concept__ttl {
    display: inline-block;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1;
    background-color: #fff;
    box-shadow: 7px 7px 0 #000;
    padding: 10px;
    margin: 16px auto;
}

.concept__ttl {
    font-size: 2em;
}

.concept__copy {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 40px auto;
    padding: 0 10px;
    background: linear-gradient(transparent 60%, #D5FF2D 50%);
}

.concept__text {
    letter-spacing: 0.14em;
    line-height: 1.6;
    padding: 0 100px;
}

@media only screen and (max-width: 47.9375em) {
    .concept__wrapper {
        padding-top: 60px;
        margin: 0 auto 40px;
    }

    .concept__sub-ttl,
    .concept__ttl {
        margin: 6px auto;
    }

    .concept__ttl {
        font-size: 1.5em;
        letter-spacing: 0;
    }

    .concept__copy {
        margin: 28px auto;
        padding: 0 10px;
        background: none;
    }

    .concept__text {
        letter-spacing: 0;
        line-height: 1.4;
        font-size: 1em;
        padding: 0 20px;
    }
}



.mode__wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 80px auto;
}

.mode__container {
    width: 96%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
}

.mode__container img {
    width: 80%;
    max-width: 200px;
    min-width: 100px;
}

.mode__content {
    justify-content: flex-start;
    align-items: center;
}

.mode__content .sn__flex-col {
    position: relative;
}

.new-label {
    width: 100%;
    height: 28px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* .new-badge {
    position: absolute;
    top: 0;
    left: -10px;
    width: 50px;
    height: 50px;
    border: 2px solid #ff0000;
    border-radius: 50%;
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-30deg);
    background-color: #EBEBEB;
    z-index: -1;
}

.mode__content:last-child .new-badge {
    left: -10%;
} */

.mode__ttl {
    display: inline-block;
    font-size: 1.25em;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 0 4px;
    margin: 28px auto 20px;
}

.mode__text {
    width: 90%;
    text-align: center;
}

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

    .mode__container {
        width: 98%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .mode__container img {
        min-width: 140px;
    }

    .mode__content {
        width: 90%;
        margin: 0 auto;
    }

    /* .mode__content:nth-of-type(1),
    .mode__content:nth-of-type(2) {
        margin: 20px auto 20px 0;
    }

    .mode__content:nth-of-type(3),
    .mode__content:nth-of-type(4) {
        margin: 20px 0 20px auto;
    } */

    .mode__ttl {
        font-size: 1.125em;
        text-align: left;
        margin: 40px auto 20px auto;
        font-weight: 600;
        line-height: 1.2em;
        padding: 2px 4px;
    }

    .mode__text {
        font-size: 1em;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.2em;
    }

}


.shotlyzer__wrapper {
    width: 86%;
    margin: 80px auto;
    gap: 1vw;
    align-items: center;
    justify-content: flex-start;
}

.shotlyzer__wrapper .sn__flex-col {
    flex: 5.4;
}

.shotlyzer__wrapper .shotlyzer__img {
    flex: 4.6;
}

.shotlyzer__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 20px;
    margin: 20px 0 28px;
}

.shotlyzer__ttl-img img {
    width: 100%;
    max-width: 400px;
    box-shadow: 4px 4px 0 #000;

}

.shotlyzer__sub-ttl--01,
.shotlyzer__sub-ttl--02 {
    display: inline-block;
    font-size: 1.25em;
    letter-spacing: 0.14em;
    font-weight: bold;
    padding: 2px 6px;
    background-color: #fff;
    box-shadow: 4px 4px 0 #000;
}

.shotlyzer__sub-ttl--02 {
    font-size: 1.5em;
}

.shotlyzer__img img {
    width: 100%;
}

.concept__btn-wrapper {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.concept__btn-wrapper .sn__btn {
    background-color: #fff;
}

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

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

    .shotlyzer__ttl {
        margin-top: 0;
    }

    .shotlyzer__img img {
        margin-top: 40px;
    }
}





.virtual__wrapper {
    width: 84%;
    margin: 16vw auto 80px 0;
}

.free__wrapper {
    width: 84%;
    margin: 16vw 0 80px auto;
}

.bg__text {
    position: relative;
    font-size: 5em;
    color: #d0d0d0;
    font-style: italic;
    font-weight: 900;
    -webkit-text-stroke: 1px #d0d0d0;
    z-index: 3;
    margin-left: 2vw;
}

.free__wrapper .bg__text {
    text-align: right;
    align-items: end;
    margin: 0 4vw 0 auto;
}

.virtual__content,
.free__content {
    width: 100%;
    max-width: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: -8px 12px 0 #000;
    padding: 60px 100px 40px 40px;
    margin: -44px auto 0 8vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.free__content {
    box-shadow: 8px 12px 0 #000;
    padding: 60px 40px 40px 100px;
    margin: -44px 8vw 0 auto;
}

.virtual__ttl,
.free__ttl {
    font-size: 1.8em;
    color: #fff;
    background-color: #000;
    padding: 2px 10px;
}

.virtual__text,
.free__text {
    letter-spacing: 0em;
    font-size: 1.125em;
    margin: 40px 0;
}

.virtual__img img,
.free__img img {
    position: relative;
    width: 40%;
    max-width: 260px;
    margin: -400px 20vw 120px auto;
    z-index: 2;
}

.free__img img {
    margin: -400px auto 120px 22vw;
}

@media only screen and (min-width: 1200px) {

    .virtual__img img,
    .free__img img {
        margin-right: 200px;
    }

    .free__img img {
        margin-right: 0;
        margin-left: 200px;
    }
}

@media only screen and (max-width: 940px) {

    .virtual__img img,
    .free__img img {
        margin-right: 12vw;
    }

    .free__img img {
        margin-right: 0;
        margin-left: 12vw;
    }
}

@media only screen and (max-width: 840px) {

    .virtual__img img,
    .free__img img {
        max-width: 240px;
        margin-right: 8vw;
    }

    .free__img img {
        margin-right: 0;
        margin-left: 8vw;
    }
}

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

    .virtual__wrapper,
    .free__wrapper {
        width: 100%;
        margin-bottom: 40px;
    }

    .bg__text {
        font-size: 3em;
        margin-left: 0;
    }

    .virtual__content,
    .free__content {
        width: 90%;
        padding: 40px 20px 20px 20px;
        margin: -20px auto 0 4vw;
    }

    .free__content {
        margin: -20px 1vw 0 auto;
    }

    .virtual__ttl,
    .free__ttl {
        font-size: 1.6em;
    }

    .virtual__text,
    .free__text {
        letter-spacing: 0em;
        font-size: 1em;
        line-height: 1.4em;
        margin: 20px 0;
    }

    .virtual__img img,
    .free__img img {
        position: relative;
        width: 50%;
        max-width: 280px;
        margin: -20px 2vw 40px auto;
    }

    .free__img img {
        margin: -20px auto 120px 2.2vw;
    }

}


.slider-wrapper {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.functions__slider {
    width: 100%;
}

.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-image {
    width: 80%;
    margin: 28px auto;
}

.functions__card-text {
    white-space: normal;
    word-break: break-all;
    padding: 10px;
    background-color: #D3D3D3;
}

.functions__card div {
    margin-top: 20px;
    font-weight: bold;
}

.arrow_box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: 120px;
    /* background-color: #fff;
    padding-bottom: 20px; */
}

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

.functions-arrow-box {
    text-align: left;
    margin-left: 120px;
}

@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;
        padding-top: 20px;
    }

    .slide-arrow {
        margin: 0 5px;
    }

    .functions__card:not(.spacer) {
        margin-left: 10px;
        margin-right: 0;
    }

    .functions__card:first-child,
    .functions-arrow-box {
        margin: 0;
        margin-left: 60px;
        justify-content: flex-start;
    }

    .functions__card.spacer {
        width: 0;
    }

    .functions__card:not(.spacer) {
        width: 75vw;
    }

    .functions-arrow-box {
        margin-left: 0;
    }

    .functions__card-text {
        letter-spacing: 0;
        line-height: 1.2em;
    }


}


.switch__wrapper {
    width: 90%;
    background-image: url(../imgs/simulation/switch-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.switch__text {
    width: 60%;
    padding: 30px 0 0 60px;
}

.switch__img {
    width: 60%;
    max-width: 400px;
    margin: -340px 6vw 0 auto;
}

@media only screen and (max-width: 47.9375em) {
    .switch__wrapper {
        width: 100%;
        background-image: url(../imgs/simulation/switch-bg.webp);

        display: flex;
        flex-direction: column-reverse;
    }

    .switch__text {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .switch__img {
        margin-top: -160px;
    }
}

.step__wrapper {
    width: 100%;
    margin-top: 160px;
}

.step__main-ttl {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    letter-spacing: 1em;
    font-size: 1.5em;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 100px;
}

.step00,
.step01,
.step02,
.step03 {
    width: 90%;
    margin: 0 auto;
    align-items: center;

    background-size: cover;
    background-repeat: no-repeat;
}

.step00 {
    background-image: url(../imgs/simulation/step-00-bg.webp);
}

.step01 {
    background-image: url(../imgs/simulation/step-01-bg.webp);
}

.step02 {
    background-image: url(../imgs/simulation/step-02-bg.webp);
}

.step03 {
    background-image: url(../imgs/simulation/step-03-bg.webp);
}


.step00 .step__content,
.step02 .step__content {
    margin: auto auto auto 12vw;
    padding-bottom: 40px;
    flex: 5.5;
}

.step01 .step__content,
.step03 .step__content {
    margin: auto auto auto 2vw;
    flex: 5.5;
}

.step__ttl {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
    background: linear-gradient(transparent 60%, #D5FF2D 50%);
    margin-bottom: 20px;
}

.step01 .step__ttl,
.step02 .step__ttl {
    background: linear-gradient(transparent 60%, #D3D3D3 50%);
}

.step03 .step__ttl {
    background: linear-gradient(transparent 60%, #fff 50%);
}

.step00 .step__img,
.step02 .step__img {
    flex: 4.5;
    object-fit: contain;
    padding: 20px 40px 20px 20px;
    margin-top: -60px;
}

.step01 .step__img,
.step03 .step__img {
    flex: 4.5;
    object-fit: contain;
    padding: 20px 40px 20px 20px;
    margin-top: -60px;
    margin-left: 12vw;
}

@media only screen and (min-width: 1200px) {

    .step00 .step__content,
    .step02 .step__content {
        margin: auto auto auto 140px;
    }


    .step01 .step__img,
    .step03 .step__img {
        margin-left: 120px;
    }

}

@media only screen and (max-width: 900px) {

    .step00,
    .step01,
    .step02,
    .step03 {
        margin: 20px auto;

    }

    .step__ttl {
        font-size: 1.25em;
        margin-bottom: 10px;
    }

}

.tracker__container {
    width: 100%;
    aspect-ratio: 1040 / 884;
    background-image: url(../imgs/simulation/tracker-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    position: relative;
    margin-top: -200px;
    z-index: -1;
}

.tracker__content {
    width: 60%;
    margin: 0 16vw 0 22vw;
    padding-top: 330px;
}

.tracker__content .sn__flex-row {
    align-items: center;
}

.tracker__sub-ttl {
    font-size: 1.125em;
    text-align: center;
    font-weight: bold;
}

.tracker__content img {
    width: 100%;
    max-width: 280px;
}

.tracker__img {
    padding-left: 40px;
}

.tracker__text {
    font-size: 1.125em;
    margin: 20px 0;
}

.tracker__btn-wrapper button {
    font-size: 1.125em;
    background-color: #D5FF2D;
    font-weight: 400;
    padding: 10px 20px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 1200px) {
    .tracker__content {
        margin: 0 200px 0 240px;
        padding-top: 320px;
    }
}

@media only screen and (max-width: 960px) {
    .tracker__content {
        padding-top: 280px;
    }

    .tracker__content img {
        max-width: 260px;
    }

    .tracker__text {
        font-size: 1em;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 860px) {
    .tracker__content {
        padding-top: 250px;
    }

    .tracker__content img {
        max-width: 200px;
    }
}


@media only screen and (max-width: 47.9375em) {
    .step__main-ttl {
        margin-bottom: 40px;
    }

    .step00,
    .step01,
    .step02,
    .step03 {
        width: 100%;
        height: auto;
        margin: 0 auto;

        background-position: center top;
        flex-direction: column;
    }

    .step00 {
        aspect-ratio: 350/556;
        background-image: url(../imgs/simulation/step-00-bg-sp.webp);
    }

    .step01 {
        margin-top: -60px;
        aspect-ratio: 350/605;
        background-image: url(../imgs/simulation/step-01-bg-sp.webp);
    }

    .step02 {
        margin-top: -60px;
        aspect-ratio: 350/584;
        background-image: url(../imgs/simulation/step-02-bg-sp.webp);
    }

    .step03 {
        margin-top: -40px;
        aspect-ratio: 350/584;
        background-image: url(../imgs/simulation/step-03-bg-sp.webp);
    }

    .step00 .step__content {
        margin: 20vw 0 0 0;
        flex: 3;
    }

    .step01 .step__content {
        margin: 40vw 20px 0 auto;
        flex: 3;
        text-align: right;
        justify-content: flex-end;
    }

    .step02 .step__content {
        margin: 40vw auto 0 20px;
        flex: 3;
    }

    .step__content .sn__btn {
        margin: 10px 0 10px auto;
    }

    .step03 .step__content {
        margin: 42vw 0 0 0;
        text-align: center;
        flex: 3;
    }

    .step00 .step__img,
    .step02 .step__img {
        width: 76%;
        flex: 7;
        padding: 0;
        margin: 10px 10px 0 auto;
    }

    .step01 .step__img {
        width: 76%;
        flex: 7;
        padding: 0;
        margin: 10px auto 0 10px;
    }

    .step03 .step__img {
        width: 100%;
        flex: 7;
        padding: 0;
        margin: 10px auto 0 auto;
    }

    .step03 .step__img img {
        margin: 10px auto 0 auto;
    }


    .step__text {
        padding: 0 20px;
    }


    .tracker__container {
        aspect-ratio: 390 / 500;
        background-image: url(../imgs/simulation/tracker-bg-sp.webp);
        margin-top: 6vw;
    }

    .tracker__content {
        width: 80%;
        margin: 0 10vw;
        padding-top: 180px;
        padding-bottom: 96px;
    }

    .tracker__content .sn__flex-row {
        flex-direction: column;
        align-items: center;
    }

    .tracker__sub-ttl {
        font-size: 1.125em;
        text-align: center;
        font-weight: bold;
    }

    .tracker__content img {
        width: 100%;
        max-width: 220px;
    }

    .tracker__img {
        padding: 0 40px;
    }

    .tracker__text {
        font-size: 1em;
        margin: 20px 0;
    }

    .tracker__btn-wrapper {
        text-align: center;
    }

}



























.specs__image {
    max-width: 80%;
    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 {
        max-width: 100%;
        padding-left: 0;
    }

    .specs__table {
        width: 100%;
    }

    .specs__label {
        width: 30%;
    }

    .specs__note,
    .attention {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .attention img {
        width: 20%;
        margin: 10px auto 0 auto;
    }

    .attention__text {
        margin-top: 0;
        text-align: center;
    }

}

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


}