
#movie #index_contents #main_contents main #series #list > div.content {
    background-color: #ffffff;
}

#_ht-00 ul.tab-list li {
    border: 1px solid #c8c8c8;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 30px;
    margin-left: 20px;
    width: 200px;
    display: inline-block;
    line-height: 3rem;
    min-height: 30px;
}

#_ht-00 ul.tab-list li.active,
#_ht-00 ul.tab-list li:hover {
    background-color: #FFFFFF;
}

.tab-item {
    cursor: pointer;
}

#series > div.content > div > .tab-panel {
    display: none;
}

.tab-item.active {
    font-weight: bold;
}

.tab-panel.active {
    display: block;
    padding: 5%;
}

#series > div.content > div > .tab-panel.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*gap: 40px 60px;*/
}

#series > div.content > div > .tab-panel li span {
    display: block;
    font-size: 18px;
    min-height: 20px;
    width: fit-content;
    margin: 15px auto 0;
}

#_ht-00 {
    height: 275px;
}

#series > div.content > div > div.tab-panel > ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: start;
    justify-content: start;
    /*gap: 40px 60px;*/
}


#series > div.content > div > div.tab-panel > ul li {
    width: calc(50% - 30px);
    text-align: center;
    margin-bottom: 60px;
}
#series > div.content > div > div.tab-panel.cm_movie_item_list > ul li{
    width: 100%;
}
/*#series > div.content > div > div.tab-panel.howto_movie_item_list > ul li:first-child{*/
/*    width: 100%;*/
/*}*/

#series > div.content > div > div.tab-panel > ul li:nth-child(odd) {
    margin-right: 40px;
}

#series > div.content > div > div.tab-panel > ul li:nth-last-child(-n+2) {
    margin-bottom: 0
}

#series > div.content > div > div.tab-panel.howto_movie_item_list > ul li:first-child img{
    width: fit-content;
}

@media screen and (min-width: 1920px) {
    #movie #index_contents #main_contents main #series .content .content_wrap .tab-panel #_ht-03 p {
        font-size: 2vw;
    }
}

.tab-panel.active {
    padding: 0 15% 5% 15.2%;
}

#series > div.content > div > div.tab-panel > ul li img {
    width: 100%;
    height: 18vw;
    filter: none;
    transition: all .3s;
}

#series > div.content > div > div.tab-panel > ul li:hover img {
    filter: opacity(50%);
    transition: all .3s;
}

#_ht-03 {
    margin-top: 0;
    height: 10vw;
    width: 100%;
}

#movie #index_contents #main_contents main #series .content .content_wrap .tab-panel #_ht-03 p {
    margin-top: 0;

}

/* モーダル全体のスタイル */
.modal {
    display: none; /* 初期状態では非表示 */
    position: fixed; /* 画面に固定 */
    z-index: 1; /* 他のコンテンツの上に表示 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* コンテンツがはみ出た場合にスクロールを許可 */
    background-color: rgba(0, 0, 0, 0.4); /* 半透明の黒い背景 */
    /*display: flex; !* 中央寄せのためにflexboxを使用 *!*/
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ */
}

/* モーダルのコンテンツ部分のスタイル */
.modal-content {
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 30px;
    /*border: 1px solid #888;*/
    width: 100%; /* モーダルの幅 */
    max-width: 750px; /* 最大幅 */
    border-radius: 8px; /* 角を丸くする */
    position: relative; /* 閉じるボタンの配置のために必要 */
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
    animation: fadeIn 0.5s; /* フェードインアニメーション */
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.modal-content iframe {
    width: 100%;
    height: 60vh;
}

/* 閉じるボタンのスタイル */
.close-button {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* モーダル表示時のアニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    #_ht-01 {
        margin-bottom: 30px;
    }

    #_ht-01-02 {
        margin: 20px auto 5px;
        display: block;
    }

    #_ht-00 {
        padding: 30px 0;
    }

    #_ht-00 > ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px 0;
    }

    #_ht-03 {
        margin-top: 0;
        height: 20vw;
    }

    #movie #index_contents #main_contents main #series .content .content_wrap .tab-panel #_ht-03 p {
        font-size: 24px;
        font-weight: bold;
    }

    #series > div.content > div > div.tab-panel > ul li img {
        width: 100%;
        height: 25vh;
        max-width:100%;
    }

    #series > div.content > div > div.tab-panel > ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    #series > div.content > div > div.tab-panel > ul li:nth-last-child(-n+2) {
        margin-bottom: 60px;
    }

    #series > div.content > div > div.tab-panel > ul li:nth-child(odd) {
        margin-right: 0;
    }

    #series > div.content > div > div.tab-panel > ul li:last-child {
        margin-bottom: 0;
    }

    #series > div.content > div > .tab-panel li span {
        line-height: 2.25rem;
    }

    /* モーダルのコンテンツ部分のスタイル */
    .modal-content {
        margin: auto;
        max-width: 750px; /* 最大幅 */
        border-radius: 8px; /* 角を丸くする */
        position: relative; /* 閉じるボタンの配置のために必要 */
        animation: fadeIn 0.5s; /* フェードインアニメーション */
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        width: calc(100% - 40px);
    }

    .modal-content iframe {
        width: 100%;
        height: 60vw;
    }

    .close-button {
        color: #FFF;
        font-size: 38px;
        font-weight: bold;
        position: absolute;
        top: -30px;
        right: 0;
        cursor: pointer;
    }

    #series > div.content > div > div.tab-panel.howto_movie_item_list.active > ul > li > img.sp_only{
        width: auto;
        height: 40vh;
        margin: 0 auto;
    }
}