/* Sendai landing page: East Exit main-shop introduction only. */
#sendai_01 .ulstyle02 > li:first-child .text .dummy {
    float: right;
    width: 32%;
    height: 8em;
}

#sendai_01 .ulstyle02 > li:first-child .shopname {
    padding-left: 4%;
    font-size: min(5.5vw, 30px);
}

/* Second item: Hirose-dori shop. */
#sendai_01 .ulstyle02 > li:nth-child(2) .text .dummy {
    float: left;
    width: 32%;
    height: 2em;
}

#sendai_01 .ulstyle02 > li:nth-child(2) .shopname {
    padding-right: 4%;
    font-size: min(5.5vw, 30px);
}

/* Keep the Sendai top-page cast testimonials as independent cards. */
#sendai_04 .tokyo-static-list.ulstyle01.step.areaslider.slider-w {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(18px, 4vw, 28px);
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

#sendai_04 .tokyo-static-list.ulstyle01.step.areaslider.slider-w > li.inner {
    width: 100% !important;
    margin: 0 !important;
}
