/* トップアニメーション直下のTECHNOLOGYラベル */
.section-top__tech-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 15px 0 0 0;
    letter-spacing: 0.05em;
    padding: 0;
    line-height: 1;
}

.section-top__overview>#service-overview-title {
    color: #005b96 !important;

    margin-top: 40px;

}

#service-overview-body {
    color: #000;
}

.section-usecases__heading {
    color: #005b96 !important;
}

h2 {
    color: #e4931c !important;
}

h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111 !important;
}

/* headline-textの見やすさ向上 */

.section-top__headline-text {
    color: #e4931c !important;
}

/* CSS Document */

body {
    background-color: #ffffff;
    background-image: url('data:image/svg+xml;utf8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="8" height="8" fill="%23ffffff"/><rect x="0" y="0" width="8" height="1" fill="%23f5f5f5"/><rect x="0" y="2" width="8" height="1" fill="%23f5f5f5"/><rect x="0" y="4" width="8" height="1" fill="%23f5f5f5"/><rect x="0" y="6" width="8" height="1" fill="%23f5f5f5"/><rect x="0" y="0" width="1" height="8" fill="%23f5f5f5"/><rect x="2" y="0" width="1" height="8" fill="%23f5f5f5"/><rect x="4" y="0" width="1" height="8" fill="%23f5f5f5"/><rect x="6" y="0" width="1" height="8" fill="%23f5f5f5"/></svg>');
    background-size: 8px 8px;
    color: #3a3a3a;
    background-repeat: repeat;
}

/* section-top SP */
.section-top {
    scroll-margin-top: 110px;
    color: #fff;
    padding: 40px 24px 72px 24px;
    background-color: transparent;
}

@media (max-width: 767px) {
    .section-top {
        padding-top: 130px;
        padding-bottom: 62px;
    }
}

.section-top h2 {
    font-size: 1.2rem;
    line-height: 1.6;
}

.section-top__headline {
    position: relative;
    min-height: 3.6rem;
    margin-bottom: 0;
}

.section-top__headline-text {
    display: block;
    color: #e4931c;
}

.section-top__headline-text--first {
    animation: serviceHeadlineFirst 6s ease 1 forwards;
}

.section-top__headline-text--next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: serviceHeadlineNext 6s ease 1 forwards;
}

@keyframes serviceHeadlineFirst {
    0% {
        opacity: 0;
    }

    10%,
    40% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@keyframes serviceHeadlineNext {

    0%,
    45% {
        opacity: 0;
    }

    55%,
    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.section-top__overview {
    width: min(100%, 800px);
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    margin-bottom: 12px;
}

.section-top__indicator-trigger-wrap {
    margin-top: 28px;
    text-align: center;
}

.section-top__indicator-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background: #0b3d91;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.section-top__indicator-trigger:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.section-top__overview h3 {
    margin: 0 0 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ffd580;
}

.section-top__overview p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.section-top__overview .section-top__note {
    margin-top: 12px;
    font-size: 0.68rem;
    line-height: 1.5;
    color: #888;
}

@media (min-width:1161px) {
    .section-top__headline {
        margin-bottom: 20px;
    }

    .section-top__overview .section-top__note {
        margin-top: 12px;
    }
}

.section-top__main-image img {
    width: 100%;
    object-fit: cover;
    object-position: 0% 0%;
}

.section-top .slick-dots {
    bottom: 10px;
}

.section-top .slick-dots li button::before {
    color: #fff;
    font-size: 10px;
}

.section-service__video {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 45px auto 12px auto;
    aspect-ratio: 16 / 9;
    background: #000;
}

.section-service__video-wrap {
    width: min(100% - 24px, 960px);
    margin: 45px auto 12px;
}

.section-service__video-embed {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 220px;
    border: 0;
    background: #000;
}

.section-explain {
    position: relative;
    background-color: #fffefb;
    padding: 32px 24px;
}

.section-explain__next-badge {
    display: inline-flex;
    position: absolute;
    right: 16px;
    bottom: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: #0b3d91;
    line-height: 1;
    border: none;
    cursor: pointer;
}

.section-explain__step {
    transition: opacity 0.35s ease;
}

.section-explain__step--next {
    display: none;
    opacity: 0;
}

.section-explain__step--current.is-fading-out,
.section-explain__next-badge.is-fading-out {
    opacity: 0;
}

.section-explain__step--next.is-visible {
    display: block;
    opacity: 1;
}

.section-explain__inner {
    max-width: 960px;
    margin: 0 auto;
}

.section-explain__images {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
}

.section-explain__imgwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-explain__imglabel {
    font-size: 0.68rem;
    color: #222;
    text-align: center;
    margin-top: 6px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

@media (min-width: 600px) {
    .section-explain__images {
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
    }

    .section-explain__imgwrap,
    .section-explain__first {
        align-items: center;
    }

    .section-explain__imglabel {
        font-size: 0.68rem;
        margin-top: 8px;
    }
}

.section-explain__first {
    width: 120px;
}

.section-explain__text1 {
    width: min(100%, 780px);
    margin: 20px auto 24px;
    color: #005b96;
    font-size: 0.72rem;
    line-height: 1.6;
    text-align: left;
}

.section-explain__text2 {
    width: min(100%, 780px);
    margin: 20px auto 24px;
    color: #005b96;
    font-size: 0.72rem;
    line-height: 1.6;
    text-align: left;
}

.section-explain__label {
    margin: 0 0 16px;
    width: 120px;
    color: #111;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    animation: serviceExplainFadeIn 0.8s ease 0.1s forwards;
}

.section-explain__image {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
    opacity: 1;
    animation: none;
}

.section-explain__image--second {
    width: auto;
    max-width: none;
    height: 120px;
    margin-top: 0;
    transform: scaleX(-1);
}

.section-explain__image--third {
    width: 120px;
    max-width: none;
    height: 120px;
    object-fit: contain;
    margin-top: 0;
}

@media (min-width: 600px) {
    .section-explain__images {
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .section-explain__step--current {
        display: block;
        opacity: 1;
        margin-top: 44px;
        margin-bottom: 44px;
    }

    .section-explain__step--next {
        display: block;
        opacity: 1;
        margin-top: 44px;
        margin-bottom: 44px;
    }

    .section-explain__step--next.is-visible {
        display: block;
        opacity: 1;
    }

    .section-explain__next-badge {
        display: none;
    }
}

@media (max-width: 599px) {

    .section-explain__step--current .section-explain__images,
    .section-explain__step--next .section-explain__images {
        margin-bottom: 44px;
    }
}

.section-usecases {
    background-color: transparent;
    color: #fff;
    padding: 60px 24px 36px;
}

.section-usecases__inner {
    width: min(100%, 800px);
    margin: 0 auto;
    text-align: left;
}

.section-usecases__title {
    margin: 0 0 32px;
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 500;
    color: #111;
}

.section-usecases__group {
    margin-top: 12px;
}

.section-usecases__heading {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 400;
    color: #ffd580;
}

.section-usecases__list {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
}

.section-usecases__list li {
    font-size: 0.75rem;
    line-height: 1.7;
    color: #888;
}

.section-usecases__list li::before {
    content: "・";
}

@media (min-width: 600px) {
    .section-usecases {
        padding-top: 88px;
        padding-bottom: 48px;
    }

    /* .section-usecases__title { font-size: 1.15rem; } ← サイズ上書きを削除 */

    /* .section-usecases__heading { font-size: 1rem; } ← サイズ上書きを削除 */
    /* .section-usecases__list li { ... } ← サイズ上書きを削除 */
}

@keyframes serviceExplainFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes serviceExplainFadeInFlip {
    from {
        opacity: 0;
        transform: scaleX(-1) translateY(8px);
    }

    to {
        opacity: 1;
        transform: scaleX(-1) translateY(0);
    }
}


/* section-shop SP */
.section-shop {
    background-color: #292929;
    color: #fff;
    padding: 60px 24px;
}

.section-shop h2 {
    margin-bottom: 60px;
}

.section-shop__item-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    /* allow full width with padding */
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.section-shop__item-list li {
    padding-bottom: 60px;
    width: 250px;
    margin: 0 auto;
}

.section-shop__item-list li img {
    width: 178px;
    height: 178px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 500px;
    margin: 0 auto 40px;
}

.section-shop__item-list h3 {
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.section-shop__item-list a {
    text-decoration: none;
    color: #fff;
}

/* section-shop PC */

.service-slide-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

.service-slide-modal-inner.slide-modal-inner {
    background: #181a1b;
    padding: 12px 12px 16px 12px;
    border-radius: 18px;
    max-width: 98vw;
    min-width: 320px;
    width: 98vw;
    max-height: 90vh;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.slide-modal-close.stylish-close {
    position: static;
    font-size: 1.2rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s, transform 0.2s;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    line-height: 1;
    margin-left: auto;
}

.slide-modal-close.stylish-close:hover {
    color: #e4931c;
    background: #222;
    transform: scale(1.1);
    opacity: 1;
}

.service-slide-modal-image-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.service-slide-modal-title {
    margin: 6px 0 10px;
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
}

.service-slide-pair {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.service-slide-image.slide-image {
    width: min(calc(100vw - 48px), 560px);
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px #0002;
    border: 1.5px solid #222;
    object-fit: contain;
    background: #fff;
}

.slide-modal-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
    width: 100%;
}

.service-slide-indicator-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin: 2px 0 0;
}

.slide-arrow.stylish-arrow {
    font-size: 1.1rem;
    background: #232526;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    min-width: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    transition: background 0.2s, color 0.2s, transform 0.2s;
    opacity: 0.92;
    line-height: 1;
    vertical-align: middle;
    margin-top: 12px;
}

.slide-arrow.stylish-arrow:hover {
    background: #e4931c;
    color: #fffefa;
    transform: scale(1.13);
    opacity: 1;
}

.slide-indicator.stylish-indicator {
    margin-top: 10px;
    font-size: 42px;
    letter-spacing: 0.12em;
    display: flex;
    justify-content: center;
    gap: 10px;
    min-width: 60px;
}

.stylish-dot {
    font-size: 34px;
    line-height: 1;
    color: #bbb;
    transition: color 0.2s, transform 0.2s;
    filter: drop-shadow(0 1px 2px #0006);
}

.stylish-dot.active {
    color: #e4931c;
    transform: scale(1.13);
    filter: drop-shadow(0 2px 6px #e4931c66);
}

.service-slide-image-second {
    display: none !important;
}

