strong {
    font-weight: 600;
}

#header {
    background-position-y: top;
}

#menu_title {
    margin: 0 0 10px 0;
}
.catch_copy { 
    font-size: 24pt; 
    text-shadow: 0px 0px 10px #ffffff, 0px 0px 20px #ffffff, 0px 0px 30px #ffffff;
    font-weight: 600;
}
.catch_copy2 { 
    font-size: 18pt; 
}
.contents_title {
    font-size: 24pt; 
}

@media screen and (max-width: 950px) {

    #menu_title {
        margin: -20px 0 0 0;
    }
    .menu_right_box {
        display: none;
    }
    .catch_copy { 
        font-size: 16pt; 
    }
    .catch_copy2 { 
        font-size: 14pt; 
    }
    #header_button {
        margin-left: auto; 
        margin-right: auto;
    }
    .contents_title {
        font-size: 18pt; 
    }
}
