.entry_box {
    border-radius: 5%;
    border-style: solid;
    border-width: 1px;
    border-color: #5a5a5a;
    width: 100%;

    float: left;
    text-align: center;
    word-wrap: break-word;
}

.entry_box p {
    margin: 0;
    padding: 0;
}

.entry_picture {
    border-radius: 5%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}

.badges {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1.25rem;
    font-weight: 600;
}

.badges-length {
    position: absolute;
    bottom: 30px;
    left: 10px;
    font-size: 1.25rem;
    font-weight: 600;
}

.badge {
    margin-bottom: 0.2rem;
}

.badges span {
    padding: 0.5rem;
}

.search-check-block {
    font-stretch: expanded;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1rem;
    color: #fff;
}

.check-box-title {
    font-weight: 600;
    background-color: #111;
    border-radius: 0.25rem;
    padding: 1rem;
    width: 12rem;
}

.check-box-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 5%);
    color: #111;
    border-radius: 0.25rem;
    padding: 0px;
    width: 40vw;
    padding-left: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.check-box-item input[type="checkbox"] {
    height: 1.25rem;
}

.input-box {
    padding: 0.25rem;
    padding-left: 0.5rem;
    margin: 0.5rem;
    margin-left: 0.25rem;
    width: 50vw;
    font-size: 1.2rem;
    color: #111;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000000;

}

.input-box:hover {
    border-bottom: #1a73e8 solid;
}

.input-box:focus {
    border-bottom: #1a73e8 solid;
    outline: none
}

.input-box-half {
    padding: 0.25rem;
    padding-left: 0.5rem;
    margin: 0.5rem;
    margin-left: 0.25rem;
    width: 18vw;
    font-size: 1.2rem;
    color: #111;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000000;
}

.input-box-half:hover {
    border-bottom: #1a73e8 solid;
}

.input-box-half:focus {
    border-bottom: #1a73e8 solid;
    outline: none
}

.check-box-item {
    padding: 0.25rem;
    padding-left: 1rem;
    margin: 0.5rem;
    width: 10rem;
}

.check-box-item:hover {
    color: #1a73e8;
}

.grid_list_outer_box {
    display: grid;
    grid-template-columns: 1fr;
}

.grid_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-gap: 1rem;
}

.card {
    align-items: stretch;
    border-radius: 0.5rem;
}

.score-board {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    margin: 0.25rem;
    padding: 0.25rem;
}

.card-center-title {
    font-weight: 400;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}


.card-center-title a:hover {
    text-decoration: none;
    color: blue;
    cursor: pointer;
}

.box_link {
    color: #333;
}

.box_link:link {
    text-decoration: none;
}

.box_link:link:hover {
    color: #1a73e8;
}

.fair_image_box {
    position: relative;
}

.fair_image {
    justify-content: center;
    align-items: center;

}

.fair_image img {
    object-fit: contain;
}

.pagination>li>a {
    background-color: white;
    color: #CB1845;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a {
    color: white;
    background-color: #5a5a5a !Important;
    border: solid 1px #CB1845 !Important;
}

.pagination>.active>a:hover {
    background-color: #CB1845 !Important;
    border: solid 1px #CB1845;
}

#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: -60px;
    bottom: 50px;
    opacity: 0.6;
    z-index: 1000;
}

#page_top a {
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 50px;
    color: #666666;
}

.movie_player {
    width: 100%;
    max-height: 90vh;
}

a.navbar-brand {
    width: 200px;
}

.navbar-brand-image {
    width: 100%;
    height: auto;
}

.source-thumbnail {
    width: 200px;
    height: auto;
}

.bg-kouhaku {
    background-color: #CB1845;
}

.btn-kouhaku {
    color: #fff;
    background-color: #CB1845;
    border-color: #CB1845;
}

.btn-kouhaku:hover {
    color: #fff;
    background-color: #B70431;
    border-color: #CB1845;
}

/* color */
.text-kouhaku {
    color: #CB1845;
}

.bg-airskoi-gray {
    background-color: #333;
    color: #ddd;
    border: #dddddd solid 1px;
}

.bg-airskoi-red {
    background-color: #CB1845;
    color: #dddddd;
    border: #dddddd solid 1px;
}

.bg-airskoi-green {
    background-color: #00B200;
    color: #dddddd;
    border: #dddddd solid 1px;
}

.bg-airskoi-info {
    background-color: #1a73e8;
    color: #dddddd;
    border: #dddddd solid 1px;
}

.bg-airskoi-dark {
    background-color: #000000;
    color: #dddddd;
    border: #dddddd solid 1px;
}

.bg-airskoi-black {
    background-color: #000000;
    color: #dddddd;
}

.bg-kouhaku {
    background-color: #CB1845;
}


/* # spinner */
.loading-spinner-div {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    width: 100%;
    height: 200%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 510;
    background-color: #000;
    padding: 26px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 50%
}

.confirm-modal {
    z-index: 3000 !important;
}

/**********************************************
　タブレット対応
***********************************************/
@media only screen and (min-width:479px) and (max-width:768px) {
    .list-box {
        width: 80vw;
    }

    .search-button {
        width: 40vw;
    }
}





/**********************************************
　スマホ対応
***********************************************/
@media only screen and (max-width: 479px) {
    .jumbotron {
        height: 200px;
        margin-bottom: 0px;
    }

    .list-box {
        width: 60vw;
    }

    .search-check-block {
        display: flex;
        flex-direction: column;
        padding-left: 1rem;
    }

    .check-box-title {
        font-weight: 600;
        background-color: #999;
        border-radius: 0.25rem;
        padding: 1rem;
        width: 80vw;
    }

    .check-box-items {
        flex-direction: column;
        padding-left: 0.4rem;
        width: 80vw;
        gap: 0px;
    }

    .check-box-items input[type="search"] {
        width: 90%;
    }

    .input-box-half {
        width: 70vw;
    }

    .input-block-title {
        display: none;
    }

    .input-divider {
        display: none;
    }

    .search-button {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 40vw;
    }

    .nav-lang-block {
        padding: 0.5rem;
    }

    .icon-bar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    /* spinner */
    .loading-spinner {
        left: 40%;
    }
}

/* # override bootstrap  */
.asteriskField {
    font-size: 1.25rem !important;
    color: red !important;
    font-weight: 800 !important;
}