.article-slider-show {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0;
}
.article-slider-show-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
}
.article-slider-show-box .article-story-content {
    width: 30%;
}
.article-slider-show-box .article-story-slider {
    width: 60%;
}
.article-slider-show-box .article-story-slider figure {
    width: 100%;
    aspect-ratio: 1011 / 720;
    background-color: #f1f1f1;
    margin: 0;
    max-width: none;
}
.article-slider-show-box .article-story-slider figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.article-slider-show h1 {
    position: relative;
    font-size: 85px;
    line-height: 100px;
}
.article-slider-show h2 {
    margin-top: 1em;
    font-size: 28px;
}
.article-slider-show p {
    font-size: 21px;
    white-space: nowrap;
}
.article-story-title {
    position: relative;
    width: auto;
    display: inline-block;
}
.article-story-title span {
    position: absolute;
    color: #89C70D;
    font-size: 70px;
    right: -2em;
    bottom: -0.45em;
    z-index: 0;
    transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
    opacity: 0;
}
.font-loaded .article-story-title span {
    opacity: 1;
}
.article-slider-show p .show-lg {
    display: none;
}
@media all and (max-width: 1800px){

    .article-slider-show h1 {
        font-size: 65px;
        line-height: 80px;
    }
    .article-slider-show h2 {
        font-size: 24px;
    }
    .article-slider-show p {
        font-size: 20px;
    }
    .article-story-title span {
        font-size: 50px;
        right: -1.6em;
        bottom: -0.4em;
    }
}
@media all and (max-width: 1440px){

    .article-slider-show h1 {
        font-size: 55px;
        line-height: 70px;
    }
    .article-slider-show h2 {
        font-size: 22px;
    }
    .article-slider-show p {
        font-size: 18px;
    }
    .article-slider-show p .show-lg {
        display: initial;
    }
    .article-story-title span {
        font-size: 45px;
    }
    
}

/* pad */
@media all and (max-width: 1024px){
    .article-slider-show-box {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 45px;
    }
    .article-slider-show-box .article-story-content {
        width: 100%;
    }
    .article-slider-show-box .article-story-slider {
        width: 100%;
    }
    .article-slider-show h1 br {
        display: none;
    }
    .article-story-title span {
        display: none;
    }
    .article-slider-show-box .article-story-content {
        text-align: center;
    }
    .article-slider-show h1 {
        font-size: 60px;
        line-height: 75px;
    }
    .article-slider-show h2 {
        font-size: 28px;
    }
    .article-slider-show p {
        font-size: 21px;
        text-align: center;
    }
    .article-slider-show p .show-lg {
        display: none;
    }
}

/* mobile */
@media all and (max-width: 600px){
    .article-slider-show {
        height: auto;
        padding-top: calc(50px);
        padding-bottom: 50px;
    }
    .article-slider-show-box {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 20px;
    }
    .article-slider-show-box .article-story-slider figure {
        aspect-ratio: 1 / 1;
    }
    .article-slider-show h1 br {
        display: block;
    }
    .article-story-title span {
        display: none;
    }
    .article-slider-show-box .article-story-content {
        text-align: center;
    }
    .article-slider-show h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .article-slider-show h2 {
        font-size: 21px;
    }
    .article-slider-show p {
        display: none;
    }

}