/* CSS for /info */
.gnav-info > a,.gnav-info > a:hover {
  color: #e42c1f;
  background-image: url(../../images/icon_navi_info_active.svg);
}

.text-update {
  color:#636363;
  margin-bottom: 1rem;
}

main .container {
    margin-top: 8rem;
}

.section-footer {
    margin-top: 8rem;
}

.box-movie {
    padding: 10px;
    margin: 0 0 30px 0;
    background-color: #f6f6f6;
}

.box-movie img {
    max-width: none;
    width: 100%;
}

.title {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    margin-top: 8px;
}

.fn {
    font-size: 120%;
    font-weight: bold;
}

.popup-youtube {
    position: relative;
    cursor: pointer;
}

.popup-youtube img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 9;
}

.popup-youtube .play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 68px;
    height: 48px;
    background-image: url(/http/beppu-keirin.net/images/icon_youtube_rgb.svg);
    border-radius: 14px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
