.site-main {
    padding: 0;
    overflow: hidden;
}

.visit-page-template {
    z-index: 3;
}

.section__concept-scroll {
    overflow: hidden;
    background: #554444;
}

.section__concept-scroll .dot-linear {
    display: none;
}


.concept-scroll_compnent .layer-overlay {
    height: 100%;
    min-width: 100vw;
    width: 100%;
    flex-shrink: 0;
    display: block !important;
    position: absolute;
}

.concept-content__bg {
    display: inline-block;
    vertical-align: top;
    position: relative;
    flex-shrink: 0;
    height: 100vh;
}

.layer__image {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 252px;
    top: 0;
    z-index: -1;
    opacity: .5;
}

.layer__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-desktop);
    background-size: contain;
    background-repeat: repeat-x;
    opacity: 0.8;
}


.concept-content__bg img {
    width: 52.083vw;
    display: block;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}


.concept-content__bg .concept-content__overlay .image_overlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.concept-content__first {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.concept-content__first-inner {
    width: 500px;
    position: relative;
    z-index: 3;
    max-height: 236px;
    min-height: 236px;
}

.concept-content__first::before {
    content: '';
    position: absolute;
    width: 52.083vw;
    height: 100%;
    left: 0;
    top: 0px;
    background: linear-gradient(90deg, rgba(85, 68, 68, 0) 14.75%, #554444 88.25%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
    pointer-events: none;
}

.section__concept-scroll .layer__heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 100%;
    z-index: 3;
}

.section__concept-scroll .layer__heading .text {
    writing-mode: vertical-rl;
}

.section__concept-scroll .concept-content__heading {
    text-transform: uppercase;
    position: relative;
    left: 30px;
}

.concept-scroll_compnent .layer__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(85, 68, 68, 0) -15.95%, #554444 86.05%);
    z-index: 1;
    pointer-events: none;
}

.concept-content__slide {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    position: relative;
    z-index: 3;
}

.concept-content__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
    vertical-align: top;
}

.concept-content__slide-media {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    margin-left: 160px;
}

.concept-content__slide-body {
    flex-shrink: 0;
    padding: 0 160px;
}

.concept-content__slide-body-inner {
    width: 600px;
    max-height: 236px;
    min-height: 236px;
}

.concept-content__slide.layer__item--image {
    width: 100vw;
}

.concept-content__label-scroll {
    position: absolute;
    top: 47.2%;
    left: 420px;
    transform: translateY(-50%);
    z-index: 2;
    white-space: nowrap;
}

.concept-content__label-scroll.jp {
    top: 53%;
    font-family: "Shippori Mincho", serif;
}

.concept-scroll_content {
    text-align: center;
}

.concept-scroll_slides {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-left: -185px;
}

.concept-content__content {
    margin-top: 40px;
}

.concept-content__content .text {
    margin-bottom: 18px;
}

.concept-content__slide .number,
.concept-content__subheading,
.concept-content__subtitle,
.concept-content__content .content__jp {
    font-family: "Shippori Mincho", serif;
}

.concept-content__content .text:last-child {
    margin-bottom: 0;
}

.concept__dot {
    position: absolute;
    width: 4px;
    height: 4px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 5;
    pointer-events: none;
    border-radius: 100%;
}

.concept__dot--wrapper-number {
    top: -40px;
}

.a_line {
    position: absolute;
    top: 50%;
    left: 410px;
    width: calc(100% - 410px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
    pointer-events: none;
    --line-scale: 0.004;
}

.a_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    transform-origin: left center;
    transform: scaleX(var(--line-scale));
}


.concept-content__slide .number {
    width: 150px;
    font-weight: 500;
}

.concept__dot--wrapper {
    position: relative;
    padding-bottom: 40px;
    /* Space for the gap */
    margin-top: 16px;
}

.layer__item--content:not(:first-child) {
    padding-left: 160px;
}

.concept-content__bg .img-mobile {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .concept-content__first-inner {
        left: 0;
    }

    .concept-scroll_slides {
        margin-left: -1px;
    }

    .concept-content__slide {
        padding-left: 160px;
    }

    .concept-content__slide.layer__item--image {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .concept-scroll_slides {
        margin-left: 0;
    }

    .a_line {
        left: 310px;
        width: calc(100% - 310px);
    }

    .concept-content__label-scroll {
        left: 310px;
    }
}

@media only screen and (max-width: 991px) {
    .concept-content__first-inner {
        left: 120px;
    }
}

@media (min-width: 768px) {

    .concept-scroll_compnent {
        position: relative;
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        width: max-content;
        will-change: transform;
        height: 100vh;
    }
}

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

    .concept-scroll_compnent {
        height: initial;
    }

    .layer__overlay--background {
        position: absolute;
        left: 0;
        top: 133px;
        width: 100%;
        height: calc(737.46px * 2);
    }

    .layer__overlay--background:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 737.46px;
        background: linear-gradient(180deg,
                rgba(85, 68, 68, 0) 7.26%,
                #554444 90.78%);
    }

    .layer__overlay--background:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 737.46px;
        background: linear-gradient(0deg,
                rgba(85, 68, 68, 0) 7.26%,
                #554444 90.78%);
    }


    .section__concept-scroll .layer__heading {
        padding-top: 270px;
        height: auto;
    }

    .section__concept-scroll .concept-content__heading {
        top: 8px;
    }

    .concept-scroll_compnent .layer__item:before {
        display: none;
    }

    .section__concept-scroll {
        overflow: initial;
        overflow-x: hidden;
    }

    .concept-content__first::before,
    .concept-content__label-scroll,
    .a_line {
        display: none;
    }

    .section__concept-scroll .layer__heading .text {
        writing-mode: initial;
    }

    .concept-scroll_slides,
    .section__concept-scroll .layer__heading {
        flex-direction: column;
        width: 100%;
    }

    .section__concept-scroll .concept-content__heading,
    .concept-content__first-inner {
        left: 0;
    }

    .concept-content__slide-body-inner,
    .concept-content__first-inner {
        max-height: initial;
        min-height: initial;
        width: 100%;
        padding: 70px 0;
    }

    .concept-content__slide {
        padding-left: 0;
        flex-direction: column;
    }

    .concept-content__first-inner,
    .concept-content__slide.layer__item--content {
        padding: 0 30px;
        text-align: center;
    }

    .concept__dot--wrapper-number {
        top: 0;
        padding-bottom: 30px;
        margin: 70px 0;
    }

    .concept-content__first-inner .concept__dot--wrapper {
        padding-bottom: 0;
    }

    .concept-content__first-inner .concept__dot--wrapper .dot-linear {
        margin-top: 40px;
    }

    .concept__dot--wrapper-number .concept__dot {
        height: 9px;
        width: 1px;
        bottom: 0;
        opacity: .4;
        flex-shrink: 0;
    }

    .concept-content__slide-body .concept__dot--wrapper {
        margin: 0;
        padding: 0;
    }

    .concept-content__slide-media {
        width: 330px;
        height: auto;
        margin-left: 0;
        flex-shrink: initial;
    }

    .concept-content__slide-body {
        padding: 0;
    }

    .concept-scroll_compnent .layer-overlay {
        min-width: initial;
        top: 0;
    }

    .concept-scroll_content {
        text-align: initial;
        height: 100%;
    }

    .concept-content__bg {
        height: 900px;
    }

    .concept-content__bg img {
        width: 100%;
        height: 100%;
        object-position: top center;
    }

    .concept-content__subtitle {
        margin-bottom: 5px;
    }

    .concept-scroll_slides {
        margin-top: -510px;
        position: relative;
        background: linear-gradient(to bottom, rgba(85, 68, 68, 0) 0%, #554444 100%);
    }

    .layer__image::before {
        display: none;
    }

    .layer__image {
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        top: 480px;
        opacity: .5;
        pointer-events: none;
        background: none;
    }

    .layer__image--inner {
        width: 100%;
        height: 100%;
        background-image: var(--bg-mobile);
        opacity: .8;
        position: absolute;
        top: 0;
        left: 0;
        background-position: top right;
        background-repeat: repeat-y;
        mix-blend-mode: luminosity;
        background-size: 100%;
    }

    .concept-content__slide-body-inner .concept__dot,
    .concept-content__first-inner .concept__dot {
        display: none;
    }

    .section__concept-scroll .dot-linear {
        display: flex;
    }

    .section__concept-scroll .dot-linear .ellipse {
        width: 3px;
        height: 3px;
        display: block;
        background: #FFF;
        border-radius: 100%;
        margin: 0 9px;
    }

    .concept-content__slide-body .concept__dot--wrapper .dot-linear {
        margin-top: 40px;
    }

    .concept-content__slide img {
        min-height: 206px;
    }
}

@media only screen and (max-width: 570.98px) {
    .concept-content__slide-media {
        width: 100%;
    }
}