/* Main Visual Copy Styling */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');

.p-main-visual-copy-main {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.05em !important;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), -2px -2px 4px rgba(255, 255, 255, 0.8), 2px -2px 4px rgba(255, 255, 255, 0.8), -2px 2px 4px rgba(255, 255, 255, 0.8) !important;
    color: #333 !important;
    line-height: 1.4 !important;
}

.p-main-visual-copy-sub {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700 !important;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 10px !important;
    color: #444 !important;
}
