.yk_slot13--link {
    position: relative;
    width: 100%;
    height: 390px;
    display: flex;
    align-items: center;
    padding: 0 48px;
}
.yk_slot13--text {
    position: relative;
    max-width: 726px;
}
.yk_slot13--plank {
    display: inline-block;
    width: max-content;
    padding: 8px 34px 8px 16px;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.yk_slot13--logo {
    display: block;
    margin: 0 0 8px 0;
}
.yk_slot13--slogan {
    display: block;
}
.yk_slot13--ttl {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
}
.yk_slot13--subttl {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 0;
}
.yk_slot13--lgl {
    font-weight: 400;
    font-size: 6px;
    line-height: 1.6;
    letter-spacing: 0px;
    opacity: 0.5;
    margin: 8px 0 0 0;
}
.yk_slot13--btn {
    margin-top: 24px;
}

@media(max-width: 1919px) {
    .yk_slot13--link {
        height: 356px;
    }
    .yk_slot13--text {
        max-width: 528px;
    }
    .yk_slot13--ttl {
        font-size: 30px;
        letter-spacing: 1px;
    }
}

@media(max-width: 1439px) {
    .yk_slot13--link {
        height: 287px;
    }
    .yk_slot13--text {
        max-width: 402px;
    }
    .yk_slot13--plank {
        margin-bottom: 4px;
    }
    .yk_slot13--logo {
        margin-bottom: 4px;
    }
    .yk_slot13--ttl {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.8px;
    }
    .yk_slot13--subttl {
        font-size: 14px;
        line-height: 24px;
        margin: 4px 0 0;
    }
    .yk_slot13--lgl {
        margin: 4px 0 0;
    }
    .yk_slot13--btn {
        margin-top: 16px;
    }
}

@media(max-width: 1023px) {
    .yk_slot13--link {
        padding: 0 24px;
    }
    .yk_slot13--text {
        max-width: 328px;
    }
    .yk_slot13--ttl {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.8px;
    }
}

@media(max-width: 640px) {
    .yk_slot13--link {
        height: 116vw;
        align-items: end;
        padding: 24px;
    }
    .yk_slot13--text {
        max-width: 100%;
        width: 100%;
    }
    .yk_slot13--text br {
        display: none;
    }
    .yk_slot13--plank {
        margin-bottom: 6px;
    }
    .yk_slot13--logo {
        margin-bottom: 6px;
    }
    .yk_slot13--ttl {
        font-size: clamp(20px, 5.3vw, 40px);
        line-height: 1.3;
        letter-spacing: 0.6px;
    }
    .yk_slot13--subttl {
        font-size: clamp(14px, 3.7vw, 28px);
        line-height: 1.7;
        margin-top: 6px;
    }
    .yk_slot13--lgl {
        font-size: clamp(6px, 1.6vw, 12px);
        margin: 6px 0 0;
    }
    .yk_slot13--btn {
        margin-top: 20px;
    }
}