body {
    background-color: #FFFCC8;
}

.kv {
    background-color: #FFFCC8;
}

.kv.kv-oem{
    margin-bottom: 0px;
}

.kv.kv-store{
    margin: -180px 0 0px;
    padding: 0 0 0 0;
}

.fv-container {
    position: relative;
    width: 100%;
    height: 720px;
    height: 750px;
}

.fv-left {
    z-index: 1;
    position: absolute;
    left: -60px;
    top: 64px;
    width: auto;
    height: 76%;
}

.fv-right {
    z-index: 0;
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 80%;
    height: 620px;
    top: auto;
}

.kv.kv-oem>.fv-right {
    top: 144px;
}

.fv-left img, .fv-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.cta__inner {
    display: flex;
    flex-direction: row;
    max-width: 2000px;
    margin: 0 0 40px;
    max-width: 100%;
    padding: 24px 20px;
}

.cta-inner_detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.cta__subtitle {
    margin: 0;
}
.cta__subtitle_img {
    max-width: 187.5px; 
    display: block; 
    margin: 0 auto 7px;
}
.store-page .cta__qr {
    align-self: flex-end;
}
.store-page .app-download {
    margin-bottom: 32px;
    max-width: 483px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.store-page .app-download__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.store-page .app-download__stores {
    display: flex;
    gap: 8px;
}

.store-page .cta__subtitle.cta__subtitle--app {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    letter-spacing: 0.05em;
}
.store-page .cta__subtitle.cta__subtitle--app:before,
.store-page .cta__subtitle.cta__subtitle--app:after {
    content: "";
    display: block;
    height: 1px;
    width: 90px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.store-page .cta__subtitle.cta__subtitle--app:before {
    margin-right: 8px;
}

.store-page .cta__subtitle.cta__subtitle--app:after {
    margin-left: 8px;
}

.store-page .oem-about__inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.store-page .oem-about-text img {
    width: 100%;
    max-width: 640px;
}

.store-benefits {
    width: 100%;
    display: flex;
    gap: 16px;
    max-width: 1037px;
    margin: 0 auto;
}

.store-benefits img {
    max-width: 335px;
    width: 100%;
    height: auto;
    box-shadow: 0 24px 60px rgba(43, 31, 5, 0.12);
}

.store-page .service-topmenu {
    width: 100%;
    max-width: 1388px;
    padding: 0px;
    margin: 40px auto;
    background-image: none;
}

.store-page .service-topmenu__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.store-page .service-topmenu__img {
    position: static;
    width: auto;
    max-width: 420px;
}

.store-page .service-topmenu__head {
    font-size: 36px;
    margin: 0;
}

.store-page .store-topmenu-card-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
    margin-bottom: 32px;
}

.store-page .store-topmenu-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    flex: 0 0 315px;
    max-width: 315px;
}

.store-page .store-topmenu-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-page .store-topmenu-card__cta {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    bottom: 15px;
    width: 90%;
}

.store-page .store-topmenu-card__cta-img {
    margin: 4px 0;
    max-width: 100%;
}

.store-page .store-topmenu-card__cta-note {
    font-size: 12px;
    text-align: center;
}

.store-page .service-topmenu-card__img {
    width: 45%;
    height: auto;
    object-fit: cover;
}

.store-page .store-topmenu {
    width: 55%;
    padding: 24px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-page .store-topmenu__text {
    font-size: 18px;
    line-height: 160%;
    padding: 0;
    margin: 0;
}

.store-page .store-topmenu a .store-topmenu__text {
    font-size: 20px;
    font-weight: 900;
    line-height: 150%;
}

.store-page .store-topmenu>p.store-topmenu__text {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.store-page .store-topmenu__text span {
    font-size: 12px;
}

.store-page .store-topmenu-ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 14px;
    line-height: 160%;
    color: #3b2e21;
}

.store-page .store-topmenu-li {
    margin-bottom: 4px;
}

.store-page .store-topmenu-card-area.is-collapsed {
    display: none;
}

.store-page .store-more-card {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 30px auto 0;
    background: transparent;
    border: none;
    box-shadow: none;
    gap: 12px;
}

.store-page .store-more-card__btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.store-page .store-more-card__btn img {
    width: auto;
    height: 76px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.store-page .store-more-card__complete {
    display: none;
    width: 100%;
    height: auto;
}

.store-page .store-more-card.is-expanded .store-more-card__complete {
    display: block;
}

.store-page .store-more-card.is-expanded .store-more-card__btn {
    display: none;
}

.store-page .cta__buttons {
    gap: 10px;
    height: 108px;
}


.oem-about-text{
    margin: 72px 0 64px 0;
}

.oem-about-text__detail {
color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 190%;
    margin: 0;
}

.oem-about__inner {
    padding: 0 120px;
}

.service-topmenu store-s.service-topmenu__cards {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    gap: 12px 12px;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
    align-self: stretch;
}

.service-topmenu__card {
    width: 49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.service-topmenu-card__img {
    width: 35%;
    object-fit: cover;
}

.service-topmenu__cards {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    gap: 20px 12px;
    flex-wrap: wrap;
    width: 93%;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1000px;
}

.store-topmenu-card-area {
    display: flex;
    gap: 16px;
}

.store-topmenu-card {
    position: relative;
    width: 335px;
}

.store-topmenu-card__cta {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 16px;
    flex-direction: column;
    max-width: 305px;
}

.store-topmenu-card__cta-note {
    font-size: 12px;
    margin: 0 auto;
}




.service-topmenu {
    width: 80%;
    padding: 60px 0;
    box-sizing: border-box;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 92%;
    background-size: 67%;
    margin: 80px auto;
    max-width: 1080px;
}

.service-topmenu__img {
    position: absolute;
    width: 40%;
    top: -49px;
    left: 105px;
}

.service-topmenu__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-topmenu__head {
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    margin: 64px 0 24px 3px;
    display: inline-block;
    background: transparent;
}

.store-topmenu__text {
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 900;
    padding: 10px 0 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.store-topmenu {
    margin: 0px 0;
    background: #fff;
    padding: 0 0 0px 0;
}

.store-topmenu-ul {
    padding: 0 8px 0 24px;
    font-size: 12px;
    font-weight: 700;
}

.store-topmenu-li {}

.store-topmenu__text .text-mini br {
    line-height: 0.8;
    margin: 0;
    padding: 0;
}



.oem-about-cards {
    display: flex;
    gap: 32px;
    margin: 72px auto;
    justify-content: center;
    max-width: 1080px;
    align-items: stretch;
    padding: 0 40px;
}

.oem-about__card {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.oem-about-card-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: var(--skml-yellow, #FFF000);
    height: 100%;
}

.oem-card__point {
    padding: 16px 16px 0 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

.oem-card-point_detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 16px 16px;
    background: var(--skml-yellow, #FFF000);
    font-weight: 700;
}

.oem-card-point_detail-text {
    margin: 0;
}


.oem-card-point_label {
    display: flex;
    flex-direction: column;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}

.oem-card-point-title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 160%;
}

.oem-card-point {
    color: #000;

    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin: 0;
}

.oem-card-number {
    color: #000;

    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin: 0;
}

.flow {
    background-color: #FFFCC8;
    margin: 120px 0 0px 0;
    padding: 0 0 56px 0;
}

.flow__inner {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 800px;
}

.flow__inner>.case__title {
    text-align: center;
    margin: 0 0 64px 0;
}

.flow__inner>.case__title::before {
    content: 'FLOW';
    position: absolute;
    font-size: 160px;
    color: #FFF000;
    font-family: Poppins;
    white-space: nowrap;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-top: 24px;
    gap: 22px;
}

.step-img {}

.step-info {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0 20px;
}

.step-number {
    background-color: #ffeb3b;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    flex-shrink: 0;
    font-family: 'Poppins';
    align-items: stretch;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.step-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 20px 20px 0;
    gap: 24px;
}

.step-content h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}

.step-content p {
    margin: 0;
    font-weight: 700;
    line-height: 140%;
    font-size: 16px;
}

.step-image {
    text-align: center;
    width: 150px;
}

.step-image>img {
    max-width: 150px;
}

.number {
    font-size: 32px;
}

.qanda {
    padding-top: 50px;
    max-width: 800px;
    margin: 56px auto;
}

.qanda__title {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.qanda__title::before {
    content: 'Q&A';
    position: absolute;
    font-size: 160px;
    color: #FFF000;
    font-family: Poppins;
    white-space: nowrap;
    z-index: -1;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 50%;
}

.accordion {
    margin: 0 auto;
    padding: 20px 0;
}

.accordion-item {
    border-bottom: 1px solid #000;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.question {
    color: #EB5A08;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 10px;
}

.qa-text {
    text-align: left;
    width: 90%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.answer {
    color: #EB5A08;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 30px;
}

.accordion-icon {
    font-size: 24px;
}

.accordion-content {
    display: none;
    padding: 10px 0;
}

.accordion-content p {
    margin: 0;
}

.about-service {
    background: var(--skml-yellow, #FFF000);
}

.store {
    padding: 80px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.store>.case__title::before {
    content: 'SHIKOMEL\ASTORE';
    width: 740px;
    transform: translate(-79%, -50%);
}

.oem {
    padding: 80px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.oem>.case__title::before {
    content: 'SHIKOMEL\AOEM';
}

.service-inner {
    display: flex;
    max-width: 1000px;
    gap: 32px;
    align-items: center;
    margin: 40px 0;
}

.service-img {
    width: 40%;
}

.service-content-title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    margin: 0;
}

.hl-none {
    display: inline-block;
    margin: 0;
}

.hl-w {
    margin: 0;
    background: linear-gradient(transparent 52%, #FFF 30%);
    display: inline-block;
}

.service-content-detail {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}

.cta-button.back {
    background-color: #fff;
    color: #ff5722;
    border: solid 5px #ff5722;
    padding: 0 0px 0 28px;
}

.fv-btn-arrow-back {
    width: 56px;
    height: auto;
    position: absolute;
    left: 12px;
}

.step-add {
    background-color: #FFF000;
    padding: 24px;
}

.step-add-title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    margin: 0 0 8px 0;
}

.step-add-detail {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.step-add-note {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.video-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 60.33%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .kv {
        padding: 0;
        margin-top: 50px;
    }

    .kv.kv-store {
        padding: 0;
        margin: 50px 0 0 0;
    }

    .kv.kv-oem {
        padding: 0;
        margin: 50px 0 0 0;
    }

    .fv-container {
        height: auto;
    }

    .fv-left {
        z-index: 1;
    }

    .fv-right {
        bottom: 0px;
    }

    .oem-about-text {
        padding: 0;
        margin: 0 0 32px 0;
    }

    .oem-about__inner {
        padding: 0 20px;
    }

    .oem-about-text{
        margin: 24px 0 28px 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .oem-about-text.oem{
        margin: 16px 0 0 0;
        padding: 0 0 12px;
    }

    .oem-about-text__detail {
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        text-align: start;
    }

    .oem-about-cards {
        flex-direction: column;
        margin: 20px auto;
        gap: 0;
        padding: 0 0px;
    }

    .oem-about__card {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .oem-about-card-inner {
        flex-direction: row;
    }

    .oem-about-card-inner>img {
        width: 30%;
    }

    .oem-card-point_detail {
        align-self: stretch;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        background: transparent;
        padding: 0 0px 16px;
    }

    .oem-card-point_detail-text {
        margin: 12px 0 12px 0;
    }

    .flow__inner {
        width: 100%;
        padding: 10px;
    }

    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 12px 0;
    }

    .step-number {
        font-size: 18px;
        width: 100%;
        flex-direction: row;
    }

    .step-img {
        width: 28%;
    }

    .step-content {
        flex-direction: column;
        padding: 0 12px 12px;
        text-align: left;
    }

    .step-content h2 {
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 900;
    }

    .step-content p {
        font-size: 14px;
    }

    .qanda__title {
        font-size: 24px;
    }

    .qanda__title::before {
        font-size: 80px;
        top: 44%;
    }

    .accordion {
        margin: 0 auto;
        padding: 20px 0;
        width: 90%;
    }

    .answer {
        margin-right: 16px;
    }

    .qa-text {
        font-size: 14px;
    }

    .oem {
        padding: 80px 0;
        gap: 20px;
    }

    .cta-button.back {
        border: solid 3px #ff5722;
    }

    .service-inner {
        display: flex;
        max-width: 1000px;
        gap: 32px;
        flex-direction: column;
        margin: 0px 0;
    }

    .service-img {
        width: 100%;
    }

    .service-content {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        padding: 0 12px;
    }


    .service-content-title {
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 140%;
    }

    .service-content-detail {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
    }

    .fv-btn-arrow-back {
        width: 40px;
        height: auto;
        position: absolute;
        left: 5px;
    }

    .cta-inner_detail {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .cta__inner {
        background-color: #ffffff;
        max-width: 2000px;
        margin: 0 auto;
        display: none;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 16px 20px;
        color: #fff;
        margin: -40px 0 40px;
        font-size: 14px;
        width: 100%;
    }
    .cta__inner.sp-only.in_section {
        display: block;
        background-color: #3b85d9;
        margin-bottom: 0;
    }

    .cta__buttons {
        flex-direction: row;
        gap: 8px;
    }

    .service-topmenu__img {
        position: absolute;
        width: 70%;
        top: -14px;
        left: -4px;
    }

    .service-topmenu {
        width: 100%;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        align-items: center;
        padding: 0;
        margin: 64px auto;
        background-image: none;
    }

    .step-add-title {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: 140%;
        margin: 0 0 8px 0;
        text-align: left;
    }

    .step-add-detail {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-align: left;
    }

    .step-add-note {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        text-align: left;
    }

    .flow {
        background-color: #FFFCC8;
        margin: 64px 0 0px 0;
        padding: 0 0 0px 0;
    }

    .flow__inner>.case__title::before {
        content: 'FLOW';
        position: absolute;
        font-size: 80px;
        color: #FFF000;
        font-family: Poppins;
        white-space: nowrap;
        z-index: -1;
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .step-arrow {
        margin: 0 auto;
        width: 28%;
    }

    .service-topmenu__cards {
        gap: 8px;
        width: 100%;
        flex-direction: column;
    }

    .service-topmenu__cards {
        gap: 8px;
        width: 86%;
        flex-direction: column;
    }

    .service-topmenu-card__img {
        width: 33%;
        height: auto;
        object-fit: cover;
    }

    .store-topmenu__text {
        font-size: 14px;
        margin: 0;
        font-weight: 900;
        padding: 8px 8px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: flex-start;
        text-align: left;
    }

    .store-topmenu-li {
        font-size: 11px;
    }

    .service-topmenu__card {
        width: 100%;
        display: flex;
    }

    .service-topmenu__cards {
        gap: 8px;
        width: 100%;
        flex-direction: column;
    }

    .store-topmenu-ul {
        padding: 0 8px 0 24px;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
    }

    .store-topmenu {
        margin: 0;
        background: #fff;
        padding: 0;
    }

    .store-topmenu-ul {
        padding: 0 8px 8px 24px;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
    }

    .service-topmenu__head {
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 130%;
        margin: 64px 0 24px 3px;
        display: inline-block;
        background: transparent;
    }

    .case__inner {
        max-width: 1200px;
        margin: 40px auto;
    }

    .store-page .kv-store::before {
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
    }

    .store-page .fv-container {
        min-height: auto;
        display: block;
    }

    .store-page .store-benefits {
        flex-direction: column;
    }

    .store-page .service-topmenu {
        padding: -2px 20px;
        border-radius: 24px;
    }
    .store-page .service-topmenu__title{
        gap: 0;
    }
    .store-page .service-topmenu__head {
        font-size: 22px;
    }
    .store-page .store-topmenu-card {
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .store-page .store-topmenu-card-area {
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }
    .store-topmenu-card__cta {
        max-width: 90%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .store-benefits img {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .store-page .service-topmenu__card {
        flex-direction: column;
    }

    .store-page .service-topmenu-card__img,
    .store-page .store-topmenu {
        width: 100%;
    }

    .store-page .store-topmenu {
        padding: 20px;
    }

    .store-page .store-topmenu__text {
        font-size: 16px;
    }

    .store-page .store-topmenu-ul {
        font-size: 13px;
    }

    .store-page .case {
        padding: 80px 20px;
    }

    .store-page .case__title::before {
        font-size: 100px;
    }

    .store-page .qanda {
        padding: 32px 20px;
    }

    .store-page .accordion-icon {
        font-size: 24px;
    }
    .store-page .store-more-card {
        margin-top: 0;
    }
    .store-page .store-topmenu-card-area {
        margin-bottom: 0;
    }
    .cta__subtitle_img {
        display: none; 
    }
    .store-page .app-download {
        flex-direction: column;
        margin: 0 auto 7px;
    }

    .store-page .cta__subtitle.cta__subtitle--app {
        max-width: 90%;
        margin: 0 auto;
    }

    .oem-card__point {
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .oem-card-point_label {
        display: flex;
        flex-direction: row;
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        align-items: end;
        gap: 4px;
    }

    .oem-card__point {
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 2px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .service-oem__effect {
        width: 100%;
        margin: 0 auto 56px;
    }

    .store {
        gap: 8px;
    }

    .oem {
        gap: 8px;
    }

    .store>.case__title::before {
        transform: translate(-50%, -50%);
        font-size: 64px;
    }

    .oem>.case__title::before {
        transform: translate(-50%, -50%);
        font-size: 64px;
    }

    .flow__inner>.case__title {
        text-align: center;
        margin: 0 0 36px 0;
    }

    .cta__inner.sp-only.fixed {
        position: fixed;
        bottom: 0;
        z-index: 200;
        margin: 0;
        display: flex;
    }
    

    .footer.store-footer {
        padding-bottom: 120px;
    }

    .app {
        height: auto;
        width: 100%;
    }

    .modaal-container {
        height: 80vh !important;
        max-height: 80vh !important;
        overflow: hidden !important;
    }

    .modaal-content-container {
        max-height: calc(80vh - 50px);
        overflow-y: auto !important;
    }

    .modaal-close {
        position: fixed !important;
        top: 7vh !important;
        right: 1.5vh !important;
    }
}

@media screen and (min-width: 1600px){
.service-topmenu {
    width: 80%;
    padding: 60px 0;
    box-sizing: border-box;
    background-image: url(../images/bg-circle-y.webp);
    background-repeat: no-repeat;
    background-position: 50% 92%;
    background-size: 67%;
    margin: 80px auto;
    max-width: 1080px;

    .fv-container {
        height: 840px;
    }
}
}
