#page-top #s1 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative
}


@media screen and (min-width: 768px) {
    #page-top #s1 .inner {
        width: 97%
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex {
        display: flex;
        justify-content: space-between;
        height: 100vh
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .anr-wrap {
        display: none
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .anr-wrap {
        width: 60%;
        max-width: 740px;
        height: calc(100vh - 245px);
        position: absolute;
        right: 50%;
        top: 150px;
        /* transform: translateX(-50%); */
    }
}

@media screen and (min-width: 768px) and (min-aspect-ratio: 12/6) {
    #page-top #s1 .inner .flex .anr-wrap {
        width: 60%
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .anr-wrap .anr {
        width: 100%;
        /* aspect-ratio: 18/14; */
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: opacity .2s;
        overflow: visible;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    #page-top #s1 .inner .flex .anr-wrap .anr img {
        margin: auto;
    }
}


@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .anr-wrap .anr.is-show {
        opacity: 1;
    }


}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions.swiper-fade {
        position: relative;
        z-index: 2;
        width: 100%;
        margin: 0 auto 8.4vw
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-wrapper {
        position: relative;
        width: 100%
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-wrapper .swiper-slide {
        width: 100%;
        height: auto;
        transition: all .6s;
        pointer-events: none;
        opacity: 0
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap {
        position: absolute;
        top: 11.4vw;
        left: 0;
        width: 100%;
        height: 72.7vw;
        pointer-events: none
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap .swiper-button-next {
        position: absolute;
        top: 0;
        left: auto;
        right: 20px;
        bottom: 0;
        margin: auto;
        pointer-events: visible;
        background: transparent;
        color: #000;
        width: 16px;
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap .swiper-button-next svg {
        fill: #2a2a2a;
        opacity: 1;
        transform: translate(0) translateY(0) translateZ(0) rotate(-90deg)
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap .swiper-button-prev {
        position: absolute;
        top: 0;
        right: auto;
        left: 20px;
        bottom: 0;
        margin: auto;
        pointer-events: visible;
        background: transparent;
        color: #000;
        width: 16px;
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap .swiper-button-prev svg {
        fill: #2a2a2a;
        opacity: 1;
        transform: translate(0) translateY(0) translateZ(0) rotate(90deg)
    }

    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap .swiper-button-next::after,
    #page-top #s1 .inner .flex .descriptions.swiper-fade .swiper-button-wrap .swiper-button-prev::after {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions {
        width: 50%;
        max-width: 728px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        height: 404px;
        /* height: auto; */
        background: #0000002E;
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .wrap {
        height: 100%;
        width: 100%;
        position: absolute
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* height: 100%; */
        display: flex;
        /* flex-wrap: wrap; */
        /* align-items: center; */
        align-content: space-between;
        opacity: 0;
        transition: opacity .2s
    }

    #page-top #s1 .inner .flex .descriptions .cell.is-show {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-flex {
        display: flex;
        justify-content: flex-end;
        margin: 0 20px;
        display: none;
    }

    #page-top #s1 .inner .flex .descriptions .cell .sp-flex span,
    #page-top #s1 .inner .flex .descriptions .cell .sp-flex em {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-flex {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .anr {
        margin: 0 auto;
        width: 94%
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .anr {
        display: none
    }
}

#page-top #s1 .inner .flex .descriptions .cell .t-box {
    padding: 20px 40px 0;
}



@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .t-box {
        padding: 20px;
        width: 50%;
    }
}

@media screen and (min-width: 1250px) {
    #page-top #s1 .inner .flex .descriptions .cell .t-box {
        padding: 30px;
        width: 50%;
    }
}

#page-top #s1 .inner .flex .descriptions .cell .t-box b {
    font-weight: 700;
    font-size: 24px;
}

#page-top #s1 .inner .flex .descriptions .cell .t-box p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide {
        display: none
    }

    #page-top #s1 .inner .flex .descriptions .cell .t-box b {
        font-size: 20px;
    }

    #page-top #s1 .inner .flex .descriptions .cell .t-box p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide {
        /* width:100%; */
        /* height: 100%; */
        position: relative;
        flex: 1;
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner {
        padding-left: 10vw;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        display: flex;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner::-webkit-scrollbar {
        display: none
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner {
        margin: 0;
        height: 100%;
    }
}

#page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img {
    border-radius: 5px;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img {
        scroll-snap-align: center;
        height: 26vh;
        width: auto;
        flex: none;
        margin-right: 5vw
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        opacity: 0;
        /* transition: opacity .3s */
    }
}

@media screen and (min-width: 768px) and (min-aspect-ratio: 12/6) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img {
        width: 70%
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img.is-show {
        opacity: 1
    }

    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img.v {
        width: 56%
    }
}

@media screen and (min-width: 768px) and (min-aspect-ratio: 12/6) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img.v {
        width: 40%
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img.portrait {
        width: auto
    }
}

@media screen and (min-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img.portrait {
        width: 60%
    }
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .flex .descriptions .cell .sp-slide .inner .img:last-child {
        margin-right: 10vw
    }
}

#page-top #s1 .inner .progress {
    position: absolute;
    bottom: 2vw;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    #page-top #s1 .inner .progress {
        display: none
    }
}

#page-top #s1 .inner .progress span {
    width: 7px;
    height: 7px;
    background: #cac4bd;
    border-radius: 100%;
    position: relative;
    z-index: 10;
    transform: translate(0) translateY(0) translateZ(0) scale(.8);
    transition: all .3s
}

#page-top #s1 .inner .progress span.is-active {
    background: #2a2a2a;
    transform: translate(0) translateY(0) translateZ(0) scale(1)
}

#page-top #s1 .inner .progress .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

#page-top #s1 .inner .progress .line .current {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #2a2a2a;
    z-index: 1;
    transform: translate(0) translateY(0) translateZ(0);
    transform-origin: top left
}

#page-top #s1 .inner .progress .line .bg {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #cac4bd
}

#page-top #s1 .inner .progress .line .current-per {
    position: absolute;
    bottom: -2rem;
    left: -1.7rem;
    text-align: center;
    width: 4rem;
    font-size: 1.3rem;
    font-family: B
}

@media screen and (min-width: 768px) {
    .pc-none {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .sp-none {
        display: none !important
    }
}

#page-top #s1 .inner .progress.design-progress {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 10px;
    height: auto;
}

#page-top #s1 .inner .progress.design-progress span {
    background: transparent;
    width: auto;
    height: auto;
    transform: translate(0) translateY(0) translateZ(0) scale(1);
    font-size: 20px;
    color: #636363;
}

#page-top #s1 .inner .progress.design-progress span.is-active:has(+ span:not(.is-active)) {
    color: #000000;
}


#page-top #s1 .inner .progress.design-progress .line {
    display: none;
}

@media screen and (max-width: 1860px) {
    #page-top #s1 .inner .progress.design-progress {
        column-gap: 40px;
    }

    #page-top #s1 .inner .progress.design-progress span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1660px) {
    #page-top #s1 .inner .progress.design-progress {
        column-gap: 30px;
    }

    #page-top #s1 .inner .progress.design-progress span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1380px) {
    #page-top #s1 .inner .progress.design-progress {
        column-gap: 20px;
    }

    #page-top #s1 .inner .progress.design-progress span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1160px) {
    #page-top #s1 .inner .progress.design-progress {
        column-gap: 14px;
    }

    #page-top #s1 .inner .progress.design-progress span {
        font-size: 12px;
    }
}

@media screen and (max-width: 950px) {
    #page-top #s1 .inner .progress.design-progress {
        column-gap: 8px;
    }

    #page-top #s1 .inner .progress.design-progress span {
        font-size: 10px;
    }
}