.lp-spring2023 .key-visual {
    background: url(/stcontents/img/sub-page/lp/springpromo2023/kv.jpg) no-repeat center center / cover;
    max-height: 470px;
}
.lp-spring2023 .key-visual .inner {
    background: rgba(255,255,255,0.7);
    width: auto;
    left: 50%;
    margin: 0 auto;
    padding: 24px 48px;
    transform: translate(-50%, -50%);
    color: #333;
}
.lp-spring2023 .key-visual h1 {
    text-shadow: none;
    margin-bottom: 16px;
}
.special-list li {
    height: auto;
    box-shadow: none;
    margin-bottom: 16px;
}
.special-list li a:after {
    content: none;
}
.special-list li .photo {
    height: 120px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.special-list li .notice {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}
.special-list li span {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    color: inherit;
    text-align: left;
}
.special-list li .text span {
    font-size: inherit !important;
    display: inline;
    padding: 0;
}
.special-list .coming,
.special-list .finish {
    pointer-events: none;
}
.special-list .coming .photo:before,
.special-list .finish .photo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.special-list li .text {
    font-size: 1.6rem;
    z-index: 1;
    text-shadow: none;
    color: #333;
    padding: 0;
}
@media screen and (max-width: 1023px) {
    .lp-spring2023 .key-visual .inner {
        width: 86%;
        padding: 16px 24px;
    }
    .special-list li .text {
        font-size: 1.3rem;
    }  
}
@media screen and (max-width: 767px) {
    .special-list li {
        height: auto;
    }
    .special-list li a:after {
        background: none;
    }
    .special-list li .notice {
        font-size: 1.8rem;
    }
    .special-list li.wide {
        width: 100%;
        height: 150px;
    }
    .special-list li.wide .photo {
        height: 150px;
    }
    .special-list h3 {
        width: 100%;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-shadow: none;
        font-weight: bold;
        margin: 8px 0 12px;
    }
}
@media screen and (max-width: 400px) {
    .special-list li .text {
        letter-spacing: 0;
    }
}
@media screen and (max-width: 380px) {
.special-list li .text {
        font-size: 1.3rem;
    }
}  
@media screen and (max-width: 360px) {
    .lp-spring2023 .key-visual .inner,
    .lp-spring2023 .key-visual .inner .font-small {
        padding: 10px 10px 4px;
        font-size: 1rem;
    }
    .lp-spring2023 .key-visual h1 {
        margin-bottom: 8px;
    }
    .special-list li span {
        font-size: 1.1rem;
    }    
} 
@media screen and (min-width: 768px) {
    .special-list li {
        height: auto;
        margin-bottom: 24px;
    }
    .special-list li .photo {
        height: 160px;
    }
    .special-list li .text {
        font-size: 1.6rem;
    }    
}