@media screen and (min-width: 769px) { .spBox { display: none !important; } }
.l-content { position: relative; }
.l-content .sonae-attention { position: absolute; top: 15px; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); animation: flash 1.0s linear 8; }
@keyframes flash { 0% { opacity: 1; }
  20% { opacity: 0.1; }
  21% { opacity: 1; } }
.l-content .sonae-attention a:hover img { opacity: 0.8; }
@media screen and (min-width: 721px) { .l-content .sonae-attention { top: -15px; right: 10px; left: auto; transform: none; -webkit-transform: none; -ms-transform: none; } }
@media screen and (min-width: 961px) { .l-content .sonae-attention { top: 30px; } }

.box-items { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: -15px; }
.box-items .box-item { width: 100%; background: #fff; padding: 30px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; overflow: hidden; margin-bottom: 15px; }
@media screen and (min-width: 769px) { .box-items .box-item { width: 49.2%; } }

.movie-items .movie-item { height: auto; background: #fff; padding: 16px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; box-sizing: border-box; }
.movie-items .movie-item a { display: block; }
.movie-items .movie-item .item-img { position: relative; margin-bottom: 10px; }
.movie-items .movie-item .item-img::before { position: absolute; content: ''; display: inline-block; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 40px; height: 40px; background-image: url(https://uminohi.jp/assets/img/dance/icon_play.png); background-size: contain; }
.movie-items .movie-item h3 { margin-bottom: 10px; }
.movie-items .movie-item p { line-height: 1.6; }

.box-items .box-item .imgBox { position: relative; }
.box-items .box-item .imgBox::before { position: absolute; content: ''; display: inline-block; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 40px; height: 40px; background-image: url(https://uminohi.jp/assets/img/dance/icon_play.png); background-size: contain; }
@media screen and (min-width: 769px) and (max-width: 960px) { .box-items .box-item br { display: none; } }

.attention-link { position: relative; top: -50px; display: block; }
@media screen and (min-width: 769px) { .attention-link { top: 80px; } }

.kaiyougomi-boxF p.disc { font-size: 14px; color: #3164bc; padding: 0 0 20px 0; line-height: 1.6; }
@media screen and (min-width: 769px) { .kaiyougomi-boxF p.disc { font-size: 16px; text-align: center; } }
.kaiyougomi-boxF .txtBox p { font-size: 14px; line-height: 1.6 !important; }
