@charset "UTF-8";

/* 20221207追記 */
@media screen and (min-width: 641px){
.format-home .header h1.site-title {margin-bottom: 25px;}
.format-home .person {top: 368px;}
.format-home .header .button_movie a {opacity: 1;transition: all 0.5s 0s ease;}
.format-home .header .button_movie a:hover {opacity: 0.8;}
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px){
.format-home .header h1.site-title {margin-bottom: 25px;}
.format-home .header .button_movie img {height: 35px;}
}
