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

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

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

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

        li {
            list-style: none;
        }

        .tab_order_div {
            justify-content: end !important;
            margin-top: 3% !important;
        }

        .tab_order {
            margin-left: 10px;
            flex-basis: calc((100% - 40%) / 2) !important;
        }

        main {}

        @media screen and (min-width: 768px) {
            main {
                display: flex;
            }
        }

        #search_result {
            flex: 0 0 78%;
            min-width: 0;
            padding-right: 2%;
        }

        #search_condition {
            flex: auto;
        }

        /* 検索ボタン */
        .search_button {
            color: #fff;
            background-color: #F19536;
            border: none;
            padding: 5px;
            border-bottom: 2px solid #db8e41;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-box-shadow: 0 2px 1px #D9D9D9;
            -webkit-box-shadow: 0 2px 1px #d9d9d9;
            box-shadow: 0 2px 1px #d9d9d9;
            width: 100%;
            margin: 15% 0 0 0;
        }







        /* フォーム */
        input {
            font-size: 16px;
            /*フォームのフォーカスOFF*/
        }

        #id_movie_keyword {
            padding: 10px;
            border: none;
            border-radius: 5px;
        }

        #id_channel_keyword {
            padding: 10px;
            border: none;
            border-radius: 5px;
        }

        #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: 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 {
            margin-top: 20px;
        }

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

        .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;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .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;
        }


        /* チャンネル　検索結果出力 */
        #channel_container {
            display: flex;
        }

        #channel_container p {
            color: #fff;
        }

        .search_channel {
            display: inline-block !important;
        }

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

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

        .channel_icon_title {
            display: flex;
            margin: 5px 0;
        }

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






        /* 検索条件文章 */
        #search_condition_header {
            border-top: 1px solid #F19536;
            padding: 15px 10px;
            margin-top: 2rem;
            background: #fff;
        }




        .tab-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            border-bottom: 5px solid #F19536;
            margin-top: 2rem;
        }

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

            background: #B2B2B2;
            color: #FFF;
        }

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

            background: #B2B2B2;
            color: #FFF;
        }

        .panel {
            display: none;
        }

        .panel_main {
            display: none;
        }

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

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

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

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











        #search_contents {
            background-color: #EEEEEE;
            margin: 15px 0;
            border-radius: 5px;
        }

        #search_content {
            /* display: flex; */
            /* height: 40px; */
            padding: 20px;
        }

        hr {
            border-width: 1px 0 0 0;
            /* 太さ */
            border-style: solid;
            /* 種類 */
            border-color: silver;
            /* 色 */
            width: 90%;
        }

        .search_content_index {
            flex: 0 0 20%;
        }

        .search_content_index p {
            font-weight: bold;
            border-left: 5px solid #F19536;
            padding-left: 5px;
            margin: 10px 0;
        }

        .search_content_arg {
            flex: auto;
        }







        /* ラジオボタン */
        .radio-inline__input {
            clip: rect(1px, 1px, 1px, 1px);
            position: absolute !important;
        }

        .radio-inline__label {
            display: inline-block;
            padding: 0.5rem 1rem;
            margin-right: 18px;
            border-radius: 3px;
        }

        .radio-inline__input:checked+.radio-inline__label {
            background: #F19536;
            color: #fff;
            /* text-shadow: 0 0 1px rgba(0, 0, 0, .7); */
        }






        /* セレクトボックス */
        .cp_ipselect {
            overflow: hidden;
            width: 90%;
            margin: 0;
            text-align: center;
        }

        .cp_ipselect select {
            width: 100%;
            padding-right: 1em;
            cursor: pointer;
            text-indent: 0.01px;
            text-overflow: ellipsis;
            border: none;
            outline: none;
            background: transparent;
            background-image: none;
            box-shadow: none;
            -webkit-appearance: none;
            appearance: none;
        }

        .cp_ipselect select::-ms-expand {
            display: none;
        }

        .cp_ipselect.cp_sl02 {
            position: relative;
            border: 1px solid #bbbbbb;
            border-radius: 2px;
            background: #ffffff;
        }

        .cp_ipselect.cp_sl02::before {
            position: absolute;
            top: 0.8em;
            right: 0.9em;
            width: 0;
            height: 0;
            padding: 0;
            content: '';
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #666666;
            pointer-events: none;
        }

        .cp_ipselect.cp_sl02:after {
            position: absolute;
            top: 0;
            right: 2.5em;
            bottom: 0;
            width: 1px;
            content: '';
            border-left: 1px solid #bbbbbb;
        }

        .cp_ipselect.cp_sl02 select {
            padding: 8px 38px 8px 8px;
            color: #666666;
        }

        /* もっと見るボタン */
        #button {
            display: inline-block;
            padding: 5px 10px;
            margin-top: 100px;
            border-radius: 8px;
            background-color: #F19536;
            font-weight: bold;
            color: white;
            cursor: pointer;
            user-select: none;
            box-shadow: 0px 5px 0px #c97b2d;
        }

        #button:active {
            position: relative;
            top: 5px;
            box-shadow: none;
        }

        #button_main {
            display: inline-block;
            padding: 5px 10px;
            margin-top: 100px;
            border-radius: 8px;
            background-color: #F19536;
            font-weight: bold;
            color: white;
            cursor: pointer;
            user-select: none;
            box-shadow: 0px 5px 0px #c97b2d;
        }

        #button_main:active {
            position: relative;
            top: 5px;
            box-shadow: none;
        }

        #button_channel {
            display: inline-block;
            padding: 5px 10px;
            margin-top: 100px;
            border-radius: 8px;
            background-color: #F19536;
            font-weight: bold;
            color: white;
            cursor: pointer;
            user-select: none;
            box-shadow: 0px 5px 0px #c97b2d;
        }

        #button_channel:active {
            position: relative;
            top: 5px;
            box-shadow: none;
        }

        /* 検索結果コンテンツエリア　非表示 */
        .is-Contents_None {
            display: none !important;
        }

        .is-Contents_None_main {
            display: none !important;
        }

        .is-Contents_None_channel {
            display: none !important;
        }



        /* モーダル */
        * {
            box-sizing: border-box;
        }

        .container {
            padding: 1rem;
        }

        .modal-overlay {
            align-items: center;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transition: opacity 200ms linear;
        }

        .modal.is-open .modal-overlay {
            opacity: 1;
            pointer-events: auto;
        }

        .modal-container {
            background-color: #fff;
            border-radius: 6px;
            min-width: 300px;
            max-height: 90vh;
            padding: 1.5rem;
            transform: translateY(24px);
            transition: transform 300ms ease-in-out;
            width: 90%;
        }

        .modal.is-open .modal-container {
            transform: translateY(0);
        }

        .modal-title {
            border-bottom: 1px solid #dedede;
            font-size: 1.25rem;
            margin: 0 0 1.5rem 0;
            padding-bottom: 0.5rem;
        }

        .modal-footer {
            margin-top: 1.5rem;
            text-align: right;
        }

        .button {
            background-color: #71c9ce;
            border: 0;
            border-radius: 6px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
            color: #fff;
            cursor: pointer;
            line-height: 1;
            outline: 0;
            padding: 0.75rem 1rem;
        }


        .hidden {
            display: none !important;
        }