    /* スタイル初期化 */
    body {
        width: 95%;
        max-width: 1300px;
        margin: 0 auto;
        background-color: #1f1e1e;
    }

    @media screen and (min-width: 768px) {
        body {
            width: 80%;
            max-width: 1300px;
            margin: 0 auto;
            background-color: #1f1e1e;
        }
    }

    a {
        text-decoration: none;
        display: block;
    }

    p,
    h1,
    h2,
    h3,
    h4,
    a {
        margin: 0;
    }

    h2{
        font-size: 22px;
    }
    h3{
        font-size: 14px;
    }


    @media screen and (min-width: 768px) {
        h2{
            font-size: 20px;
        }
        h3,p{
            font-size: 16px;
        }
    }





/* indexページ */
.white_color{
    color:#fff;
}
.orange_color{
    color:#F19536;
}
.bold{
    font-weight: bold;
}
#mypage_main_area p {
    color: #fff;
    text-align: left;
}
.font_bold{
    font-weight: bold;
}

.mypage_service_list{
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mypage_service_list img{
    padding:10%;
}
.mypage_service_list > div{
    background-color: #fff;
    border-radius: 5px;
    flex-basis: calc((100% - 4%) / 2);
    max-width: calc((100% - 4%) / 2);
    margin-top: 20px;
}
.mypage_service_list p{
    color:rgb(73, 73, 73) !important;
    text-align: center !important;
    padding:10px 0;
}


    /* フォーム */
    form {
        width: 100%;
        color: #fff;
        display: flex;
    }
    
    input{ 
        font-size:16px; /*フォームのフォーカスOFF*/
    }

    .search_container {
        box-sizing: border-box;
        position: relative;
        /* border: 1px solid #999; */
        padding: 3px 10px;
        border-radius: 5px;
        height: 3em;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-color: #fff;
    }

    @media screen and (min-width: 768px) {
        .search_container {
            box-sizing: border-box;
            position: relative;
            /* border: 1px solid #999; */
            padding: 3px 10px;
            border-radius: 10px;
            height: 3em;
            width: 80%;
            margin: 0 auto;
            overflow: hidden;
            background-color: #fff;
        }
    }

    .search_container p {
        flex: 0 0 80%;
    }

    .search_container input[type="text"] {
        border: none;
        width: 100%;
        height: 3em;
    }

    .btn {
        flex: auto;
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #F19536;
        color: #fff;
        /* position: absolute; */
        width: 20%;
        height: 4em;
        right: 0px;
        top: -3px;
        outline: none;
    }



    #top {
        height: 100vh;
        position: relative;
    }

    .top_inner {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    .top_title {
        color: #F19536;
        font-size: 1.5rem;
        text-align: center;
        font-weight: bold;
    }

    .top_subtitle {
        color: #F19536;
        font-size: 1rem;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    @media screen and (min-width: 768px) {
        .top_title {
            color: #F19536;
            font-size: 3rem;
            text-align: center;
            font-weight: bold;
        }

        .top_subtitle {
            color: #F19536;
            font-size: 1.2rem;
            text-align: center;
            margin-top: 1rem;
            margin-bottom: 4rem;
        }

    }

    .container_title {
        color: #F19536;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .container_title_sub {
        font-size: 1.3rem;
        padding-left: 10px;
    }

    #movie_area {
        width: 100%;
        margin: 10px 0;
    }

    @media screen and (min-width: 768px) {
        #movie_area {
            width: 100%;
            margin: 10px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
    }

    .other_ranking {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .row2 {
        flex-basis: calc((100% - 4%) / 2);
        max-width: calc((100% - 4%) / 2);
        margin-top: 20px;
    }

    .row3 {
        margin-top: 20px;
    }

    @media screen and (min-width: 768px) {
        .row3 {
            flex-basis: calc((100% - 4%) / 3);
            max-width: calc((100% - 4%) / 3);
            margin-top: 20px;
        }
    }

    .row4 {
        flex-basis: calc((100% - 4%) / 2);
        max-width: calc((100% - 4%) / 2);
        margin-top: 20px;
    }

    @media screen and (min-width: 768px) {
        .row4 {
            flex-basis: calc((100% - 4%) / 4);
            max-width: calc((100% - 4%) / 4);
            margin-top: 20px;
        }
    }

    #movie_container img {
        width: 100%;
        object-fit: cover;
    }

    #channel_info_area {
        display: flex;
        margin: 6px 0;
    }

    .channel_icon {
        flex: 0 0 7%;
    }

    .channel_icon img {
        width: 100%;
        border-radius: 50%;
    }

    .channel_data {
        flex: auto;
        padding-left: 7px;
        position: relative;
    }

    .channel_name {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    /* １行表示 */
    .movie_title,
    .channel_name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .movie_title {
        font-size: 16px;
        color: #fff;
        margin: 5px 0;
    }

    .channel_name,
    .subscribe_num,
    .view_num_area {
        color: #B2B2B2;
        font-size: 13px;
    }

    .view_num_area {
        margin-left: 15px;
    }

    .view_num {
        color: #FF5800;
        padding-right: 3px;
        font-size: 17px;
    }












    .tab-group {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-between;
        border-bottom: 5px solid #F19536;
    }

    .tab {
        padding: 5px;
        flex-basis: calc((100% - 5%) / 4);
        text-align: center;
        cursor: pointer;

        background: #B2B2B2;
        color: #FFF;
    }

    .panel {
        display: none;
    }

    .tab.is-active {
        background: #F19536;
        transition: all 0.2s ease-out;
    }

    .panel.is-show {
        display: block;
    }










    /* タグ */
    body {
        /*カウンターリセット*/
        counter-reset: row-counter;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 65%;
        margin: 0 auto;
    }

    table tr {
        border-bottom: solid 1px #eee;
        cursor: pointer;
    }

    table tr:hover {
        background-color: #F19536;
    }

    table th,
    table td {
        text-align: center;
        width: 25%;
        padding: 15px;
    }

    table td.icon {
        background-size: 35px;
        background-position: left 5px center;
        background-repeat: no-repeat;
        padding-left: 30px;
    }

    tr {
        counter-increment: rowCount;
    }

    tr>td:first-child::before {
        color: #fff;
        content: counter(rowCount);
    }

    .tag_number {
        width: 5%;
    }

    .tag_name {
        width: 90%;
    }

    .tag_name p {
        text-align: left;
        color: #fff;
    }

    .tag_num {
        width: 5%;
    }

    .tag_num p {
        text-align: right;
        color: #FF5800;
        font-weight: bold;
        font-size: 1.2em;
    }