@charset "utf-8";

@font-face{
    font-family:'NotoSansJP';
    src:url(../fonts/NotoSansJP.woff2);
}
@font-face{
    font-family:'Roboto';
    src:url(../fonts/Roboto.woff2);
}
@font-face{
    font-family:'RobotoMono';
    src:url(../fonts/RobotoMono.woff2);
}

html {
    overflow-y: scroll
}

body {
    background: #fcfcfc;
    color: #333;
    font-family: NotoSansJP,"Helvetica Neue","Roboto",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
    font-kerning: auto;
    font-size: 100%;
    font-variant-ligatures: none;
    letter-spacing: .025rem;
    line-height: 1.75;
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
    quotes: "\201C" "\201D" "\2018" "\2019";
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    color: #3884FF;
    text-decoration: none;
}
a:hover,.u {
    text-decoration: underline;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
em {
    font-style: normal;
    font-weight: 500;
}

p {
    margin: 1rem 0 1.5rem;
    word-break: break-all;
    position: relative;
}
p a {
    line-height: 1.5;
    color: #3884FF;
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}

.ptn_descp {
    margin: 0 0 .25rem;
    font-size: .875rem;
    font-family: 'RobotoMono', 'NotoSansJP';
    color: #888;
}

figure {
    margin: .5rem 0 1.5rem;
    text-align: center;
}
figcaption, picture {
    margin: 0;
}
picture img {
    border: 0;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}
figcaption {
    color: #555;
    font-size: .875rem;
    text-align: center;
}

button {
    touch-action: manipulation
}

.hero_block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 4px #f6f6f6;
    display: block;
    height: 128px;
    margin: 2rem auto;
    padding: 6px;
    width: 128px;
}
.profile_block {
    margin-left: 3.5rem;
    font-family: "Roboto";
}
.profile_name {
    font-weight: 400;
    font-size: 1.75rem;
}
.profile_class, .profile_email {
    margin-left: 2px;
    color: #666;
}
em, .email_address {
    font-style: normal;
}
dt {
    font-weight: 500;
}
dd {
    margin: .25rem 0 .75rem 1rem;
}
.colorul {
    margin-top: 6px;
    padding-left: 2rem;
}
.colorul li {
    padding: 1px 0;
}
.colorul li::marker {
    color: #3498db;
}
#header {
    height: 76px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.header_block {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    z-index: 10;
    max-width: 1080px;
    justify-content: space-between;
}
.logo_block {
    align-items: center;
    display: flex;
    padding: 0;
    width: 100%;
    inset: 0;
    margin: 1rem;
}
.logo_link {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    justify-content: center;
}
.logo {
    height: 25px;
    padding: 2px;
    vertical-align: middle;
    width: 25px;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}
.logo_title {
    font-weight: 500;
    font-family: "Roboto";
}
.nav_block {
    display: flex;
    margin: 1rem;
    user-select: none;
}
#global_nav {
    margin-right: 2rem;
    color: #000;
    display: flex;
    align-items: center;
}
.search-icon {
    text-decoration: none;
    padding: 12px;
    border-radius: 50%;
    font-size: 24px;
    width: 24px;
    user-select: none;
}
i.bx.bx-left-arrow-alt {
    font-size: 24px;
    vertical-align: middle;
    height: 26px;
    margin-right: 8px;
}
.search-icon:hover {
    cursor: pointer;
    background-color: rgb(200 200 200 / 0.15);
}
#hamburger_icon, #search_icon {
    width: 48px;
    height: 48px;
}
.menu,
.xmark {
    padding: 12px;
    font-size: 24px;
    width: 24px;
    user-select: none;
}
.menu:hover,
.xmark:hover {
    background-color: rgb(200 200 200 / 0.15);
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}
#nav_menu {
    position: fixed;
    top: 0;
    width: 100%;
    transition: height 0s ease, opacity 0.5s ease;
    opacity: 0;
    left: 0;
    z-index: -1;
    display: none;
    padding: 76px 0 .5rem 0;
    justify-content: flex-start;
    background: #ffffff;
    border-bottom: 1px solid #fff;
}
.nav_menu_block {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
    max-width: 960px;
}
.menu_title {
    font-size: .8rem;
    margin: 0;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.25s ease;
    color: #888;
}
.menu_ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    max-width: 960px;
    flex-direction: column;
    width: 100%;
}
.menu_ul_li {
    padding: 4px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    user-select: none;
}
.menu_title.fade-in,
.menu_ul_li.fade-in,
#searchbox.fade-in,
.search_link_ul li.fade-in,
.search_link_title.fade-in,
.ais-Hits-item.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.menu_ul_li a {
    font-size: .875rem;
    text-decoration: none;
    color: #333;
}
.menu_ul_li a:hover {
    text-decoration: underline;
}

.fa-bookmark,
.fa-clock-rotate-left,
.fa-star {
    margin-right: 1rem;
    text-decoration: none;
    width: 20px;
    display: inline-block;
    text-align: center;
}

#breadcrumb {
    margin: 0 auto;
    width: 100%;
    height: 28px;
    max-width: 960px;
    font-size: .875rem;
    display: flex;
    font-family: 'Roboto';
    align-items: center;
}
.breadcrumb_logo {
    height: 16px;
    padding: 2px;
    vertical-align: top;
    width: 16px;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    margin-right: .5rem;
}
.breadcrumb_a:hover {
    color: #000
}

.breadcrumb_a {
    color: #888;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0;
    font-family: "Roboto";
}
.breadcrumb_arrow {
    color: #888;
    margin: 0 1rem 0 0;
}
.separator {
    margin: 0 .5rem;
    font-family: "Roboto";
}
.current_node {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0;
    font-family: "Roboto";
}

#main {
    display: block;
    min-height: calc(100vh - 440px);
    position: relative;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 10rem;
    margin: 0 1.25rem;
}

article>section {
    margin: 0 auto;
    width: 960px;
}

h1 {
    color: #333;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    line-height: 1.5;
    font-size: 1.75rem;
    margin: 4rem auto 0;
    width: 960px;
}
.h1_p {
    color: #b2bec3;
    margin: 64px auto 0;
    width: 960px;
    font-size: .75rem;
    font-family: 'Roboto';
}
.meta_value {
    color: #333;
}
.written_block {
    border-right: 2px solid #eee;
    padding-right: 1.75rem;
    height: 36px;
}
.article_share_x {
    padding: 8px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    margin-top: -5px;
    box-shadow: 0 0 .5rem -.25rem #ccc;
    transition: all .25s;
}
.article_share_x:hover {
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all .25s;
}

.tags {
    margin: 1.75rem auto;
    padding: 0;
    list-style: none;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    width: 960px;
}
.tag {
    padding: 4px 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: .875rem;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 0.025) 0px 0px 8px;
    color: #333;
}

.article_meta_block {
    max-width: 960px;
    margin: 2rem auto 0;
    display: flex;
    gap: 2rem;
    font-family: 'Roboto';
    font-size: .875rem;
    line-height: 1.5;
}
.meta_title {
    color: #95a5a6;
    font-size: .75rem;
}

.blogPublished {
    font-size: .875rem;
    font-family: 'Roboto';
    color: #666;
    text-align: right;
    width: 960px;
    margin: 2rem auto 3rem;
}
.group_red:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #e6002f;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.group_blue:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #0095d9;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.group_orange:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #f08300;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.group_brown:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #8d5025;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.group_yellow:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #FFDA01;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

h2 {
    margin: 0;
    color: #333;
    font-size: 1.25rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    margin-top: 4rem;
}
h3 {
    margin: 0;
    color: #333;
    font-size: 1rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    margin-top: 2rem;
}

.toc-container {
    display: flex;
    align-items: center;
    gap:0;
    padding: 1rem 0 1rem 3rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 2px solid #fff;
    box-shadow: 0 0 .5rem -.25rem #ccc;
}
.toc {
    max-width: 960px;
    margin: 4rem auto 8rem;
    width: 100%;
}
.toc-title {
    font-size: 1.25rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    font-weight: 500;
    border-right: 1px solid #dfe6e9;    
    padding-right: 2.75rem;
    margin-right: 4rem;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.toc-list {
    margin: 0;
    padding: 0;
    list-style: none;    
    position: relative;
}
.toc-list li {
    padding: 3px 0;
}
.toc-list li a {
    color: #333;
    transition: all 0.25s ease; 
}
.toc-list li a:hover {
    text-decoration: none;
}
.toc-list .toc-h2:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #0984e3;
    transition: all 0.25s ease;
    margin-top: 12px;   
}
.toc-list .toc-h3:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #74b9ff;
    transition: all 0.25s ease;
    margin-top: 12px;   
}
.toc-h3 {
    margin-left: 1rem;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 30px 0;
    width: 960px;
}
th {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}
td {
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: top;
}

.glayframe {
    max-width: 640px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 2px solid #ccc;
    margin: 0 auto;
    display: block;
}

.point {
    background-color: rgba(255,0,0, .0125);
    margin: 1rem 0 2rem 0;
    padding: 20px 26px 26px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}
.hint {
    background-color: rgba(0, 184, 148,.025);
    margin: 1rem 0 2rem 0;
    padding: 20px 26px 26px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}
.note {
    background-color: rgba(255, 118, 117,.025);
    margin: 1rem 0 2rem 0;
    padding: 20px 26px 26px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}


.extlink mark {
    background: cornflowerblue;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
}

.point mark {
    background: darkorange;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
}
.hint mark {
    background: mediumseagreen;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
}
.note mark {
    background: #ff7675;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
}
.note p,
.hint p,
.point p {
    margin: 1rem 5px 0 5px;
    word-break: break-all;
}
.point ul {
    margin: 0;
}
.point ul li{
    line-height: 1.5;
    margin-bottom: 5px;
}

.hint ul {
    margin: 0;
}
.hint ul li{
    line-height: 1.5;
    margin-bottom: 5px;
}

.extlink{
    background-color: rgba(0,0,255,0.015);
    margin: 1rem 0 2rem 0;
    padding: 16px 20px 24px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}
.extlink a {
    line-height: 1.5;
}
.extlink div {
    font-size: 12px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #888;
    font-weight: 200;
}

.extlink ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.extlink ul li{
    padding-left: 5px;
    margin-top: 1rem;
}


.extlinksvg {
    margin-right: 10px;
    display: none;
}




#searchInput {
    transition: .2s;
    border: none;
    border-radius: 0;
    user-select: none;
    padding-left: 3rem;
    outline: none;
    border-bottom: 1px solid #888;
    font-family: NotoSansJP, "Helvetica Neue", "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    caret-color: #5a5e9a;
    color: #23263b;
    flex: 1 1 0%;
    font: inherit;
    background-color: #fcfcfc;
    font-size: 1rem;
    height: 3rem;
    box-shadow: none;
    width: 60vw;
    max-width: 600px;
    margin-right: 1rem;
}
.filterSort>div {
    position: relative;
}
.filterSort_filtericon {
    position: absolute;
    margin-left: 14px;
    margin-top: 16px;
}
.filterSort {
    margin: 6rem 1rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    height: 48px;
}
.filterSort_sorticon {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 1rem;
}

.select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.select-label {
    font-size: 1rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: 12px;
    padding: 2px;
}
.select-label:hover {
    cursor: pointer;
    background-color: rgb(200 200 200 / 0.15);
    border-radius: 50%;
}
.select-input {
    display: none;
}

.select-items {
    display: none;
    position: absolute;
    background-color: rgba(255 255 255 / .9);
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 150px;
    right: 0;
    flex-direction: column;
    margin-top: 8px;
    padding: 1rem 2rem;
}


.select-input:checked ~ .select-items {
    max-height: 200px;
    padding-top: 8px;
    margin-top: 8px;
}

.select-items div {
    padding: 6px 16px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.selected-check {
    display: none;
}

.select-items .selected .selected-check {
    display: inline;
}

.select-item .fa-check {
    position: absolute;
    left: -12px;
    top: 12px;
}
.selected-check-tag {
    position: absolute;
    left: 20px;
    margin-top: 4px;
}


#filter-buttons {
    display: none;
    padding: 1rem 2rem;
    flex-direction: column;
    position: absolute;
    background-color: rgba(255 255 255 / .9);
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-top: 8px;
    width: 230px;
    right: 0;
}
#filter-buttons button {
    background: unset;
    border: none;
    padding: 6px 16px;
    font-family: 'RobotoMono', 'NotoSansJP';
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    transition: .3s;
    user-select: none;
    height: 40px;
    color: #333;
}

.share_block {
    margin-top: 4rem;
}
#share {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.share_button {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fcfcfc;
    font-family: "Roboto";
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    width: 160px;
    height: 40px;
    box-shadow: rgb(0 0 0 / 0.03) 0px 0px 8px;
}
.share_button i{
    margin-right: .75rem;
    font-size: 1rem;
}
#share-twitter {
    color: #000;
}
.twitter,
.fa-clone {
    width: 14px;
    height: 14px;
    margin-right: .75rem;
}
#UrlCopy {
    color: #000;
}
#UrlCopy i {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
    font-size: 1rem;
}
#UrlCopyText {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}
#discord i,
#feedback i {
    font-size: 1.25rem;
}
.share_block p {
    margin-bottom: 8px;
    text-align: center;
    font-size: .75rem;
    color: #555;
}

.relation_color_items {
    margin: 1rem 0 1.5rem;
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.relation_color_item {
    margin: .25rem 1rem .25rem 0;
    display: flex;
    align-items: center;
}
.relation_color_item a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.relation_color_item a:hover {
    color: #3884FF;
    text-decoration: underline;
}
.relation_color_item_sample {
    border-radius:50%;
    width:24px;
    height:24px;
    margin-right: .5rem;
}
.amazon_btn {
    background-color: #FFD814;
    border-radius: 0.5rem;
    color: #333;
    display: block;
    transition: all .3s;
    user-select: none;
    width: fit-content;
    padding-right: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
}
.amazon_btn:hover {
    background: #ffeaa7;
    text-decoration: none;
}
.amazon_btn .fa-amazon {
    background-color: #F7CA00;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    padding: 1rem 1.2rem;
    vertical-align: middle;
    color: #333;
    border-radius: .5rem 0 0 .5rem;
}


#footer {
    background: #454545;
    color: #fff;
    padding-bottom: 2rem;
    padding-top: 3rem;
    width: 100%;
}

#footer_conteiner {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin: .5rem auto 1.5rem;
    max-width: 1040px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
}

.footer_conteiner_left {
    margin-top: 1rem;
    margin-left: 2rem;
}
.footer_conteiner_left,
.footer_conteiner_right {
    max-width: 360px;
}

.footer_title_block {
    display: flex;
    align-items: center;
}
.footer_text_block {
    font-size: .75rem;
    margin-top: 2rem;
}
.footer_logo {
    background: #fff;
    border-radius: 50px;
    height: 24px;
    padding: 2px;
    vertical-align: middle;
    width: 24px;
    margin-right: 1rem;
    border: 2px solid #eee;
    border-radius: 50%;
}
.footer_title_text_block {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.footer_title {
    font-weight: 400;
    font-family: "Roboto";
}
.footer_subtitle {
    font-size: .6rem;
    text-align: center;
}

.footer_conteiner_right > .menu_ul_li {
    opacity: 1;
}

#footer_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer_menu_list li a {
    color: #fff;
    text-decoration: none;
}

.footer_conteiner_right {
    margin-right: 2rem;
}
.footer_menu_mobile {
    display: flex;
    gap: 2rem;
}
.footer_menu_title {
    color: #fff;
    font-size: .875rem;
    margin: 0;
    margin-bottom: 4px;
}
.footer_menu_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_menu_block {
    display: flex;
    flex-direction: column;
}
.footer_menu_ul_li > a {
    color: #fff;
    font-size: .75rem;
    font-family: 'Roboto';
}

#footer_copyright {
    font-size: .75rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 6px auto 0;
}

#footer_copyright a {
    color: #fff;
    padding-left: 5px;
    text-decoration: none
}

#footer_copyright a:hover {
    text-decoration: underline
}

#copyright {
    font-size: .75rem;
    padding-left: 5px
}


#search {
    width: 100%;
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 10;
    flex-direction: column;
}

form.ais-SearchBox-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rt-overlay-input-wrap {
    position: relative;
    width: 86%;
    max-width: 960px;
}
input.ais-SearchBox-input {
    width: 86%;
    font-size: 1rem;
    padding: 1.25rem 2rem;
    border-radius: 32px;
    border: none;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, .025);
    border: 4px solid rgba(255,255,255,.0);
    max-height: fit-content;
    outline: none;
}
.rt-overlay-input-wrap > input.ais-SearchBox-input {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding-right: 4rem;
}
input.ais-SearchBox-input:focus {
    border: 4px solid #74b9ff;
}
input.ais-SearchBox-input::placeholder {
    font-size: 16px;
    color: #ccc;
}
.rt-overlay-input-wrap > input.ais-SearchBox-input {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding-right: 4rem;
}
button.ais-SearchBox-submit {
    width: 4rem;
    margin: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 50%;
    border: 0;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, .025);
}
svg.ais-SearchBox-submitIcon {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}
input.ais-SearchBox-input::-webkit-search-cancel-button,
input#search-page-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
button.ais-SearchBox-reset {
    display: none ;
    visibility: hidden ;
    pointer-events: none ;
}
button.rt-overlay-input-clear {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #666;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
button.rt-overlay-input-clear.show {
    display: inline-flex;
}
button.rt-overlay-input-clear:hover {
    background-color: rgb(200 200 200 / 0.15);
}
button.rt-overlay-input-clear .rt-overlay-clear-icon {
    display: block ;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    background: transparent ;
    border-radius: 0 ;
}
button.rt-overlay-input-clear .rt-overlay-clear-icon:hover {
    background: transparent ;
    border-radius: 0 ;
}
button.ais-SearchBox-submit:hover {
    cursor: pointer;
}
.rt-search-tabs {
    margin: .25rem 0 .25rem 3rem;
    display: flex;
    gap: 1rem;
}
button.rt-search-tab {
    padding: .75rem 1.25rem;
    background: #fff;
    border: 0;
    border-radius: 50px;
    font-size: .875rem;
}
button.rt-search-tab.active {
    background-color: #000;
    color: #fff;
    font-weight: 500;
}
button.rt-search-tab:hover {
    cursor: pointer;
}
.rt-search-meta {
    display: none;
}
#quick_link_block {
    margin-left: 3rem;
}
i.bx.bx-check.quick_link-bx-check {
    display: none;
}
#quick_link_title {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: .75rem;
    margin: -24px 0 0 0;
    color: #888;
}
.quick_links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.quick_link {
    padding: 2px 0 2px 8px;
    transition: all .3s;
}
.quick_link a:before {
    content: "→";
    font-size: .75rem;
    color: #555;
    margin-right: .5rem;
    font-family: system-ui;
    transition: all .3s;
}
.quick_link a:hover::before {
    color: #0984e3;    
}
.quick_link a {
    font-family: 'Roboto';
    font-size: .875rem;
    color: #333;
    font-weight: 500;
    transition: all .3s;
}
.quick_link a:hover {
    text-decoration: none;
    font-weight: 500;
}
#hits {
    display: flex;
    flex-direction: column;
}
.rt-search-item.channel-card {
    display: flex;
}
.rt-search-thumb.channel {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin: 4px 8px;
    background: #f3f4f6;
}
.rt-search-thumb {
    border-radius: 6px;
}



      .rt-search-results {
        display: grid;
        gap: 8px;
        padding: 32px 12px 16px;
      }
      .rt-search-more {
        display: block;
        padding: 8px 18px 16px;
        text-decoration: none;
        text-align: right;
        font-family: 'Roboto';
      }
      .rt-search-item {
        display: grid;
        grid-template-columns: 128px 1fr;
        gap: 20px;
        align-items: center;
        padding: 10px 16px;
        border-radius: 18px;
        text-decoration: none;
        color: inherit;
        border: 1px solid rgba(255,255,255,1);
        opacity: 0;
        transform: translateY(-6px);
        animation: rtSearchFadeIn .18s cubic-bezier(.22,1,.36,1) forwards;
        transition: all .3s;        
      }
      .rt-search-item:hover {
        text-decoration: none;
        background: #fff;
      }
      .rt-search-thumb.channel { border-radius: 999px; }
      .rt-search-kicker { font-size: 12px; color: #667085;}
.rt-search-name { 
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
      .rt-search-sub { font-size: 12px; color: #aaa; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
      .rt-search-empty { padding: 18px; color: #667085; text-align: center; }

      .search-page-wrap {
        max-width: 1120px;
        margin: 0 auto;
        padding: 28px 16px 72px;
      }
      .search-page-card {
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(255,255,255,.72);
        border-radius: 32px;
        box-shadow: 0 26px 90px rgba(15,23,42,.10);
        overflow: hidden;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
      }
      .search-page-form {
        display: flex;
        gap: 10px;
        padding: 18px;
        border-bottom: 1px solid rgba(15,23,42,.06);
        flex-wrap: wrap;
      }
      .search-page-input {
        flex: 1;
        min-width: 220px;
        border: 0;
        background: rgba(243,244,246,.95);
        border-radius: 18px;
        padding: 18px 20px;
        font-size: 18px;
        outline: none;
      }
      .search-page-submit {
        border: 0;
        border-radius: 18px;
        padding: 0 18px;
        min-height: 54px;
        background: #111827;
        color: #fff;
        cursor: pointer;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .search-page-meta {
        color: #667085;
        font-size: 13px;
        padding: 12px 18px 0;
      }
      .search-page-results {
        display: grid;
        gap: 12px;
        padding: 12px 18px 20px;
      }
      .search-page-pagination {
        display: flex;
        gap: 10px;
        justify-content: center;
        padding: 8px 18px 22px;
      }
      .search-page-pagination button {
        border: 1px solid rgba(15,23,42,.08);
        background: rgba(255,255,255,.74);
        color: #111827;
        border-radius: 999px;
        padding: 10px 14px;
        cursor: pointer;
      }
      .search-page-pagination button:disabled {
        opacity: .45;
        cursor: default;
      }
      @keyframes rtSearchFadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to   { opacity: 1; transform: translateY(0); }
      }

/*
function ensureRedtuneSearchStyle() {
    if (document.getElementById('rt-search-style-v17')) return;
    const style = document.createElement('style');
    style.id = 'rt-search-style-v17';
    style.textContent = `
      #searchbox {
        background: rgba(255,255,255,.82);
        border: 1px solid rgba(255,255,255,.88);
        border-radius: 28px;
        box-shadow: 0 20px 80px rgba(15,23,42,.10);
        overflow: hidden;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
      }
      .rt-search-tabs,
      .search-page-tabs {
        display: flex;
        gap: 10px;
        padding: 0 18px 10px;
        flex-wrap: wrap;
      }
      .rt-search-tab,
      .search-page-tab {
        border: 1px solid rgba(15,23,42,.08);
        background: rgba(255,255,255,.74);
        color: #111827;
        border-radius: 999px;
        padding: 8px 12px;
        cursor: pointer;
        user-select: none;
      }
      .rt-search-tab.active,
      .search-page-tab.active {
        background: #111827;
        color: #fff;
        border-color: #111827;
      }
      .rt-search-meta {
        color: #667085;
        font-size: 13px;
        padding: 0 20px 8px;
      }
      .rt-search-results {
        display: grid;
        gap: 10px;
        padding: 0 12px 16px;
      }
      .rt-search-more {
        display: block;
        padding: 8px 18px 16px;
        color: #111827;
        font-weight: 500;
        text-decoration: none;
      }
      .rt-search-item {
        display: grid;
        grid-template-columns: 72px 1fr;
        gap: 12px;
        align-items: center;
        padding: 10px;
        border-radius: 18px;
        text-decoration: none;
        color: inherit;
        background: rgba(255,255,255,.90);
        border: 1px solid rgba(15,23,42,.05);
        opacity: 0;
        transform: translateY(-10px);
        animation: rtSearchFadeIn .18s cubic-bezier(.22,1,.36,1) forwards;
      }
      .rt-search-item:hover {
        background: rgba(255,255,255,.98);
        box-shadow: 0 10px 24px rgba(15,23,42,.08);
      }
      .rt-search-thumb {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border-radius: 14px;
        background: #f3f4f6;
      }
      .rt-search-thumb.channel { border-radius: 999px; }
      .rt-search-kicker { font-size: 12px; color: #667085; margin-bottom: 4px; }
      .rt-search-name { font-size: 15px; font-weight: 500; line-height: 1.45; margin-bottom: 4px; }
      .rt-search-sub { font-size: 13px; color: #667085; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
      .rt-search-empty { padding: 18px; color: #667085; text-align: center; }

      .search-page-wrap {
        max-width: 1120px;
        margin: 0 auto;
        padding: 28px 16px 72px;
      }
      .search-page-card {
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(255,255,255,.72);
        border-radius: 32px;
        box-shadow: 0 26px 90px rgba(15,23,42,.10);
        overflow: hidden;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
      }
      .search-page-form {
        display: flex;
        gap: 10px;
        padding: 18px;
        border-bottom: 1px solid rgba(15,23,42,.06);
        flex-wrap: wrap;
      }
      .search-page-input {
        flex: 1;
        min-width: 220px;
        border: 0;
        background: rgba(243,244,246,.95);
        border-radius: 18px;
        padding: 18px 20px;
        font-size: 18px;
        outline: none;
      }
      .search-page-submit {
        border: 0;
        border-radius: 18px;
        padding: 0 18px;
        min-height: 54px;
        background: #111827;
        color: #fff;
        cursor: pointer;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .search-page-meta {
        color: #667085;
        font-size: 13px;
        padding: 12px 18px 0;
      }
      .search-page-results {
        display: grid;
        gap: 12px;
        padding: 12px 18px 20px;
      }
      .search-page-pagination {
        display: flex;
        gap: 10px;
        justify-content: center;
        padding: 8px 18px 22px;
      }
      .search-page-pagination button {
        border: 1px solid rgba(15,23,42,.08);
        background: rgba(255,255,255,.74);
        color: #111827;
        border-radius: 999px;
        padding: 10px 14px;
        cursor: pointer;
      }
      .search-page-pagination button:disabled {
        opacity: .45;
        cursor: default;
      }
      @keyframes rtSearchFadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to   { opacity: 1; transform: translateY(0); }
      }
    `;
    document.head.appendChild(style);
}


*/




@media screen and (max-width: 1080px) {
    #footer_conteiner{
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    #breadcrumb {
        width: 100%;
    }
    .breadcrumb_a {
        margin: 0;
    }
    article>section {
        width: 100%;
    }
    h1 {
        font-size: 1.75rem;
        width: 100%;    
    }
    .h1_p {
        width: 100%;
    }
    .tags {
        width: 100%;
    }
    .blogPublished {
        width: 100%;
    }
    
    
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    .color_table {
        flex-direction: column;
        align-items: center;
    }
    .responsive {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling:touch;
    }
    table {
        width: max-content;
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .nav_menu_block {
        padding-left: 16px;
    }
}

@media screen and (max-width: 880px) {
    #footer_conteiner {
        flex-direction: column;
        align-items: center;
    }
    .footer_conteiner_left {
        margin: 1rem;
    }
    .footer_conteiner_right {
        margin: 0;
    }

}

@media screen and (max-width: 720px) {
    .share_text {
        display: none;
    }
    .share_button {
        width: auto;
    }
    .twitter {
        margin: 0;
    }
    .share_button i {
        margin-right: 0;
    }
}

.menu_mobile {
    display: flex;
    gap: 4rem;
}
@media screen and (max-width: 620px) {
    .footer_menu_mobile {     
        gap: 1rem;
    }
    .profile_block {
        margin-left: 1.5rem;
    }
    .menu_mobile {
        flex-direction: column;
        gap: 1.5rem;
    }
    .hit_items,
    .ais-Hits--empty,
    .ais-Hits-list:before,
    #quick_link_title
     {
        margin-left: 0;
        left: 0;
    }
    .quick_link {
        margin-left: 1.2rem;
    }
}
@media screen and (max-width: 512px) {
    .footer-card {
        padding: 3rem 2rem;;
    }
}

#cookieConsentContainer {
    display: flex;
    flex-direction: row;
    opacity: 0;
    transform: translateY(12px);
    animation: fadeInEffect .3s ease-out forwards;
    border: 2px solid #fff;
    background: #ffffff;
}
@keyframes fadeInEffect {
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.875);
    color: #000;
    padding: 1rem;
    text-align: center;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 .5rem -.25rem #6e6e6e;
    margin: 12px auto;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    font-family: "NotoSansJP";
    max-width: 960px;
    width: 85vw;
}

.cookie-consent p {
    margin: 0;
    padding: 0 .75rem;
    text-align: justify;
    font-size: .875rem;
    font-family: "Roboto";
}
.cookie_action_block {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
#acceptCookies,
#declineCookies {
    background-color: #2980b9;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    min-width: 160px;
    height: 42px;
    border-radius: 24px;
    align-items: center;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 .5rem -.25rem #6e6e6e;
    margin-top: 24px;
    transition: .25s;
    font-family: "Roboto";
}
#acceptCookies:hover {
    background-color: #3498db;
}
#declineCookies {
    background-color: rgba(255,255,255,0);
    color:#666;
    box-shadow: none;
    margin-left: 8px;
}
#declineCookies:hover {
    color: #3884FF;
}
#closeCookies {
    position: absolute;
    right: 6px;
    top: 2px;
}
#closeCookies:hover {
    cursor: pointer;
}
.cookie-consent button:hover {
    background-color: #0056b3;
}
@media (max-width: 880px) {
    #cookieConsentContainer{
        flex-direction: column;
    }
    .cookie-consent p{
        padding: 0 .5rem;
        line-height: 1.6;
        font-size: 14px;
    }
    #acceptCookies, #declineCookies{
        margin-top: 12px;
    }
    #declineCookies{
        margin-left: 0;
    }
    #closeCookies{
        display: none;
    }
}

@media (max-width: 640px) {
    .toc-container {
        padding: 1rem 0 3rem 0;
        flex-direction: column;
    }
    .toc-title {
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #dfe6e9;
        border-right: none;
        margin-bottom: 1rem;
        min-height: 64px;
        min-width: 100px;
        display: flex;
        justify-content: center;
    }

}   
.rt-overlay-input-wrap .ais-SearchBox-loadingIndicator {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #667085;
    pointer-events: none;
}
.rt-overlay-input-wrap .ais-SearchBox-loadingIndicator:not([hidden]) {
    display: inline-flex;
}
.rt-overlay-input-wrap .ais-SearchBox-loadingIcon {
    width: 18px;
    height: 18px;
    stroke: #667085;
}
.rt-overlay-input-wrap.is-searching .ais-SearchBox-input {
    border-color: rgba(116, 185, 255, .65);
}
.rt-overlay-input-wrap .ais-SearchBox-loadingIndicator {
    display: none;
}
#search-results {
    min-height: 0;
}
.rt-search-loading-panel {
    margin: .75rem 3rem 0;
    display: none;
    align-items: center;
    gap: .65rem;
    color: #667085;
    font-family: 'Roboto', 'NotoSansJP';
    font-size: .875rem;
    line-height: 1.4;
}
.rt-search-loading-panel:not([hidden]) {
    display: flex;
}
.rt-search-loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #dbe5f0;
    border-top-color: #3884FF;
    border-radius: 50%;
    animation: rtSearchSpin .8s linear infinite;
    flex: 0 0 auto;
}
#search-results.is-searching .rt-search-results {
    min-height: 24px;
}
@keyframes rtSearchSpin {
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 640px) {
    .rt-search-loading-panel {
        margin: .75rem 1.25rem 0;
    }
}

#searchbox {
    width: min(86vw, 960px);
    margin: 0 auto;
    box-sizing: border-box;
}
#searchbox .ais-SearchBox,
#searchbox form.ais-SearchBox-form,
#search-results,
#hits,
.rt-search-results,
#quick_link_block,
.rt-search-tabs {
    box-sizing: border-box;
}
#searchbox .ais-SearchBox,
#searchbox form.ais-SearchBox-form,
#search-results,
#hits,
.rt-search-results {
    width: 100%;
}
#searchbox form.ais-SearchBox-form {
    gap: .75rem;
}
#searchbox .rt-overlay-input-wrap {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
}
#searchbox .rt-search-tabs {
    margin: .35rem 0 .2rem;
    width: 100%;
}
#searchbox #quick_link_block {
    width: 100%;
    margin: .95rem 0 0;
}
#searchbox #quick_link_title {
    margin: 0 0 .25rem;
}
#searchbox #search-results {
    margin: .7rem 0 0;
    min-height: 0;
}
#searchbox .rt-search-loading-panel {
    width: 100%;
    margin: .75rem 0 0;
    padding: 0 2px;
    align-items: center;
}
#searchbox .rt-search-results {
    padding: 14px 0 16px;
    gap: 10px;
}
#searchbox .rt-search-item {
    width: 100%;
    box-sizing: border-box;
}
#searchbox .rt-search-more {
    justify-self: end;
    align-self: end;
    width: max-content;
    max-width: 100%;
    margin: 2px 0 0 auto;
    padding: 8px 2px 0 16px;
    text-align: right;
    font-size: .875rem;
    line-height: 1.5;
}
@media (max-width: 640px) {
    #searchbox {
        width: calc(100vw - 32px);
    }
    #searchbox form.ais-SearchBox-form {
        gap: .45rem;
    }
    #searchbox .rt-search-tabs {
        gap: .55rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #searchbox #quick_link_block {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
    }
    #searchbox .quick_links {
        display: flex;
        gap: .5rem;
        width: max-content;
        min-width: 100%;
    }
    #searchbox .quick_link {
        padding: 0;
        white-space: nowrap;
    }
    #searchbox .rt-search-loading-panel {
        margin-top: .65rem;
    }
    #searchbox .rt-search-results {
        padding: 12px 0 14px;
    }
    #searchbox .rt-search-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        padding: 10px 12px;
    }
    #searchbox .rt-search-thumb.channel {
        width: 52px;
        height: 52px;
        margin: 2px 4px;
    }
}

#searchbox .rt-search-tabs {
    margin: .28rem 0 .1rem;
}
#searchbox #quick_link_block {
    margin: .82rem 0 0 1.35rem;
    width: calc(100% - 1.35rem);
}
#searchbox #search-results {
    margin: 0;
    min-height: 0;
}
#searchbox #search-results.is-searching {
    margin-top: 1.15rem;
}
#searchbox #search-results.has-results {
    margin-top: .72rem;
}
#searchbox #search-results:not(.has-results):not(.is-searching) .rt-search-results {
    padding: 0;
}
#searchbox .rt-search-loading-panel {
    width: 100%;
    margin: 0;
    padding: .15rem 2px .35rem;
    align-items: center;
}
#searchbox .rt-search-results {
    padding: 13px 0 16px;
}
@media (max-width: 640px) {
    #searchbox .rt-search-tabs {
        margin: .25rem 0 .08rem;
    }
    #searchbox #quick_link_block {
        margin: .68rem 0 0 .85rem;
        width: calc(100% - .85rem);
    }
    #searchbox #search-results.is-searching {
        margin-top: 1rem;
    }
    #searchbox .rt-search-loading-panel {
        padding-top: .1rem;
    }
}
#searchbox #quick_link_block {
    margin: 1.28rem 0 0 1.35rem;
    width: calc(100% - 1.35rem);
}
#searchbox #search-results.is-searching {
    margin-top: 1.52rem;
}
#searchbox .rt-search-loading-panel {
    width: calc(100% - 1.7rem);
    margin: .18rem 0 0 1.7rem;
    padding: .42rem 2px .35rem;
}
@media (max-width: 640px) {
    #searchbox #quick_link_block {
        margin: 1.05rem 0 0 .95rem;
        width: calc(100% - .95rem);
    }
    #searchbox #search-results.is-searching {
        margin-top: 1.25rem;
    }
    #searchbox .rt-search-loading-panel {
        width: calc(100% - 1rem);
        margin: .12rem 0 0 1rem;
        padding-top: .34rem;
    }
}

:root{
  --redtune-ui-contract-v438:1;
  --rt-ui-radius-xs:8px;
  --rt-ui-radius-sm:10px;
  --rt-ui-radius-md:14px;
  --rt-ui-radius-lg:18px;
  --rt-ui-border:rgba(17,24,39,.12);
  --rt-ui-border-strong:rgba(17,24,39,.18);
  --rt-ui-surface:#ffffff;
  --rt-ui-surface-soft:#f8fafc;
  --rt-ui-text:#111827;
  --rt-ui-muted:#667085;
  --rt-ui-focus:rgba(37,99,235,.22);
  --rt-ui-shadow-sm:0 1px 2px rgba(15,23,42,.06);
  --rt-ui-shadow-md:0 10px 28px rgba(15,23,42,.08);
  --rt-ui-space-1:.25rem;
  --rt-ui-space-2:.5rem;
  --rt-ui-space-3:.75rem;
  --rt-ui-space-4:1rem;
  --rt-ui-space-5:1.25rem;
}
:where(input[type="text"],input[type="search"],input[type="email"],input[type="url"],input[type="number"],select,textarea,.rt-input,.rt-select,.search-input,.filter-input,.filter-select){
  min-height:42px;
  border:1px solid var(--rt-ui-border);
  border-radius:var(--rt-ui-radius-md);
  background:var(--rt-ui-surface);
  color:var(--rt-ui-text);
  font:inherit;
  font-weight:400;
  line-height:1.35;
  box-shadow:var(--rt-ui-shadow-sm);
  transition:border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
:where(input[type="text"],input[type="search"],input[type="email"],input[type="url"],input[type="number"],select,textarea,.rt-input,.rt-select,.search-input,.filter-input,.filter-select):focus{
  outline:0;
  border-color:var(--rt-ui-border-strong);
  box-shadow:0 0 0 4px var(--rt-ui-focus);
}
:where(button,.button,.btn,.rt-button,.search-btn,.filter-btn,.clear-btn,.clear-button,.pagination a,.pagination button,[role="button"]){
  min-height:40px;
  border:1px solid var(--rt-ui-border);
  border-radius:var(--rt-ui-radius-md);
  background:var(--rt-ui-surface);
  color:var(--rt-ui-text);
  font:inherit;
  font-weight:500;
  line-height:1.2;
  text-decoration:none;
  box-shadow:var(--rt-ui-shadow-sm);
  transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease;
}
:where(button,.button,.btn,.rt-button,.search-btn,.filter-btn,.clear-btn,.clear-button,.pagination a,.pagination button,[role="button"]):hover{
  border-color:var(--rt-ui-border-strong);
  background:var(--rt-ui-surface-soft);
  box-shadow:var(--rt-ui-shadow-md);
  transform:translateY(-1px);
}
:where(.clear-btn,.clear-button,.search-clear,.filter-clear,.rt-clear-button,button[aria-label="clear"],button[aria-label="クリア"],button[aria-label="閉じる"]){
  width:40px;
  min-width:40px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
}
:where(.pagination,.pager,.rt-pagination){
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  flex-wrap:wrap;
}
:where(.pagination a,.pagination button,.pager a,.pager button,.rt-pagination a,.rt-pagination button){
  min-width:40px;
  padding:.55rem .72rem;
}
:where(.pagination .active,.pagination [aria-current="page"],.pager .active,.pager [aria-current="page"],.rt-pagination .active,.rt-pagination [aria-current="page"]){
  background:#111827;
  color:#ffffff;
  border-color:#111827;
  font-weight:500;
}
:where(.card,.rt-card,.video-card,.channel-card,.ranking-card,.result-card,.tile,.related-card,.similar-video-card){
  border:1px solid var(--rt-ui-border);
  border-radius:var(--rt-ui-radius-lg);
  background:var(--rt-ui-surface);
  box-shadow:var(--rt-ui-shadow-sm);
  overflow:hidden;
}
:where(.card,.rt-card,.video-card,.channel-card,.ranking-card,.result-card,.tile,.related-card,.similar-video-card):hover{
  border-color:var(--rt-ui-border-strong);
  box-shadow:var(--rt-ui-shadow-md);
}
:where(.page-title,.content-title,.section-title,.rt-section-title,h1,h2,h3){
  color:var(--rt-ui-text);
  font-weight:500;
  letter-spacing:-.02em;
}
:where(.breadcrumb,.breadcrumbs,.rt-breadcrumb){
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.45rem;
  color:var(--rt-ui-muted);
  font-size:.92rem;
}
:where(.breadcrumb a,.breadcrumbs a,.rt-breadcrumb a){
  color:inherit;
  text-decoration:none;
  font-weight:400;
}
:where(.breadcrumb a,.breadcrumbs a,.rt-breadcrumb a):hover{
  color:var(--rt-ui-text);
  text-decoration:underline;
  text-underline-offset:.18em;
}
