.date dl {
   gap: 3px;
}

main h1{
   font-size: 30px;
   text-align: center;
   margin: 60px 0 20px;
}
main h1 .rank{
   font-size: 50px;
   color: #e85f49;
   text-align: center;
}
figure img {
   border: 1px solid #e3e3e3;
}
.this-refer {
   max-width: 800px;
   margin: -60px auto 0;
   padding: 0 15px;
}
.please-wait{
   font-size: 30px;
   text-align: center;
   font-weight: bold;
}
.refer-hr{
   margin: 70px calc(50% - 50vw);
   width: 100vw;
   border: 1px solid #cccccc;
}
.this-refer-h1 .whats{
   font-size: .8em;
   color: #8b8b8b;
}
dt.update::before {
   content: none;
}
/***********************************************************
599px
************************************************************/
@media screen and (max-width: 599px){
main h1 {
   font-size: 20px;
   text-align: center;
   line-height: 2em;
}
span.genre {
   margin-top: 5px;
}

main h3{
   font-size: 18px;
}

main h3 .rank {
   font-size: 30px;
}
}
