:root{
    --blk-color: #2A2B2C;
    --main-color: #D5141B;
    --white-color : #FFF;
    --blue-color : #167ABE;
    --blue-color-type2 : #F1F6F7;
    --blue-color-type3 : #D3E6F2;
    --blue-color-type4 : #4F9ACD;
    --gray-35 : #EAEBEC;
    --gray-40 : #F7F7F8;
}
html,
body{
    margin: 0;
    background: linear-gradient(90deg, rgba(243, 247, 251, 0.20) 0%, #F1F6F7 100%), #FFF;
}
span,
h2,
h3,
p,
a{
    color: var(--blk-color,#2A2B2C);
    font-family: "Noto Sans JP";
    /* font-feature-settings: 'palt' on; */
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.blk_btn{
    display: flex;
    width: 100%;
    max-width: 300px;
    height: 76px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;

    background: var(--main-color,#D5141B);
    color: var(--white-color,#fff);
    text-align: center;

    font-size: 18px;
    line-height: normal;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;

}
.blk_btn:hover{
    background: rgba(213, 20, 27, .8);
    color: rgba(255, 255, 255, 0.50);
    transition: all .3s;
}
.white_btn{
    display: flex;
    width: 100%;
    max-width: 300px;
    height: 76px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;

    background-color: var(--white-color,#fff);
    border: 1px solid var(--blk-color,#2A2B2C);

    color: var(--blk-color,#2A2B2C);
    text-align: center;

    font-size: 18px;
    line-height: normal;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
}
.white_btn:hover{
    opacity: 0.6;
    transition: all .3s;
}

.l-wrapper {
    /* max-width: 85.556%; */
    max-width: 1200px;
}

/* archive lbl */
.heading-category{

}
.heading-category .archive_cat_lbl{
    
}
.heading-category .archive_cat_lbl a{
    border-radius: 10px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    opacity: 0.5;
    text-decoration: none;
    display: flex;
    
    height: 20px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-weight: 400;
}
.heading-category .archive_cat_lbl a:hover{
    
}

/* navigation */
.nav{
    display: flex;
    justify-content: center;
    position: relative;
}
.nav .navdiv{
    display: flex;
    width: 88.889%;
    justify-content: space-between;
    background-color: transparent;
    position: fixed;
    z-index: 6;
    top: 0px;
    min-height: 80px;
    transition: height 0.3s ease-in-out;
    z-index: 81;
}
.nav .navdiv .logo{
    margin-top: 0;
    align-self: center;
}
.nav .navdiv .logo a{
    cursor: pointer;
    font-size: 28px;
}


.siteTitle__link{
    position: relative;
}
.siteTitle__link img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 280px;
}

.siteTitle__link .wh_bg_front_headertxt{
    color: rgba(79, 79, 79, 0.65);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: absolute;
    display: flex;
    width: 160%;
    max-width: unset;
    right: -143%;
    top: 38%;
}

.menulgr{
    display: flex;
    gap: 30px;
    align-items: center;
}
.menulgr li{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 40px;
}

.menulgr li a{
    text-decoration: none;
    color: var(--blk-color,#2A2B2C);
    text-align: center;
    font-family: "Noto Sans JP";

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.menu-outbg{
    /* display: flex; */
    display: none;
    width: 100%;
    position: fixed;
    top: 0px;
    height: 80px;
    /* filter: blur(15px); */
    /* background: rgba(255, 255, 255, 0.70); */
    background:var(--white-color, #fff);
    z-index: 3;
    z-index: 80;
}
.menulgr li .mini_btn{
    display: flex;
    width: 100%;
    max-width: 130px;
    height: 34px;
    padding: 0px 8px;

    justify-content: center;
    align-items: center;
    gap: 16px;
    background: var(--main-color, #D5141B);
    color: var(--white-color, #fff);
    text-align: center;
    font-size: 14px;
    line-height: normal;
}
.menulgr li .mini_btn:hover{
    background: rgba(213, 20, 27, .8);
    color: rgba(255, 255, 255, 0.50);
    transition: all .3s;
}
.menulgr li .wh_lne_btn{
    display: flex;
    height: 34px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;

    border: 1px solid #2A2B2C;

    color: #2A2B2C;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.menulgr li .wh_lne_btn:hover{
    opacity: 0.6;
    transition: all .3s;
}

.l-header {
    position: sticky;
    top: 0;
}

@media screen and (max-width: 1000px) {
    .l-header{
        padding: 0;
    }
    .l-header .container{
        display: flex;
        justify-content: space-between;
        height: 60px;
        margin: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .l-header .container .siteTitle{
        margin-bottom: 0;
        align-content: center;
        width: 100%;
    }
    .menulgr {
        width: 100%;
        gap: 0;
        justify-content: right;
    }
    .menulgr li {
        width: unset;
    }
    .menulgr li .mini_btn{
        display: flex;
    }
    .menulgr li a{
        display: none;
    }
    .menulgr li .wh_lne_btn {
        display: none;
    }
}


@media screen and (max-width: 950px) {
    .nav .navdiv {
        min-height: 60px;
    }
    .menu-outbg{
        height: 60px;
    }
    .menulgr {
        gap: 0;
        justify-content: flex-end;
        width: 100%;
    }
    .nav .navdiv .logo a{
        font-size: 18px;
    }
}
@media screen and (max-width: 880px) {
    .nav .navdiv {
        width: 91.47%;
    }
    .menulgr li .mini_btn{
        font-size: 12px;
    }
    .menulgr li .wh_lne_btn{
        font-size: 12px;
    }


}

/* media global nav custom */
.l-headerMediaBlack{
    display: flex;
    width: 100%;
    justify-content: center;
    background: #253447;
    min-height: 55px;
}
.l-headerMediaBlack .haederMediaBlack__inner{
    width: 100%;
    display: flex;

    justify-content: center;
    /* max-width: 1170px; */
    padding-left: 6%;
    justify-content: space-between;
    padding-right: 6%;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo{
    display: flex;
    gap: 16px;
    width: 100%;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .nk-logo-img{
    display: flex;
    width: 100%;
    max-width: 190px;
    min-width: 190px;
    align-items: center;
    justify-content: center;
}

.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .nk-logo-img span{
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .nk-logo-img .wh_txt_dlogo{
    color: #FFF;
    text-align: center;
    font-size: 23.84px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo > span{
    color: #FFF;
    text-align: center;
    font-size: 23.84px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    /* max-width: fit-content;
    min-width: fit-content; */
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo > span .lbl{
    display: flex;
    background: #fff;
    width: 39px;
    height: 20px;
    padding-right: 0.851px;
    justify-content: center;
    align-items: center;
    gap: 13.623px;

    color: #2A2B2C;
    text-align: center;

    font-feature-settings: 'palt' on;
    font-size: 14.474px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.724px;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .blk_txt{
    color: rgba(255, 255, 255, 0.65);
    /* text-align: center; */
    font-size: 11px;
    font-weight: 400;
    line-height: 140%; /* 15.4px */
    text-align: left;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .blk_txt br{
    display: none;
}

.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category{
    display: flex;
    align-items: center;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList{
    list-style: none;
    display: flex;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem{
    display: flex;
    height: 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 120px;
    border-right: 1px solid #FFF;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem .headerMediaBlack__categoryLink{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem:last-child{
    border-right: none;
}

.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem--active{
    position: relative;
}
.l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem--active .gr_line{
    width: 100%;
    position: absolute;

    display: flex;
    height: 55px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.30);
}

@media screen and (max-width: 768px) {
    .l-headerMediaBlack {
        /* top: 77px; */
        position: relative;
    }
}

.headerMediaBlack__hamburger{
    display: none;
}


.headerMediaBlack__hamburger .hbgbtn{

}
.headerMediaBlack__hamburger .hbgbtn .line{
    width: 30px;
    height: 1px;
    background: #2A2B2C;
    display: block;
    margin: 12px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



#hbgbtn-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
  
#hbgbtn-1.is-active .line:nth-child(2){
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    -o-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
}

#hbgbtn-1.is-active .line:nth-child(3){
    display: none;
}

.slidenav{
    transform: translateY(-100%);
}
.slidenav .slide-list{
    display: none;
}
.menulgr .hbgbtn_litags{
    display: none;
}

@media only screen and (min-width: 1320px) {
    .l-header .container {
        /* margin-left: auto; */
        /* margin-right: auto; */
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 6%;
        justify-content: space-between;
        padding-right: 6%;
        width: 100%;
        margin-left: unset;
        margin-right: unset;
        max-width : unset;
    }
    /* .l-headerMediaBlack .haederMediaBlack__inner {
        padding-left: 6%;
        padding-right: 6%;
    } */
}
/* @media screen and (min-width:1139px){
    .l-headerMediaBlack .haederMediaBlack__inner {
        padding-left: 16px;
        padding-right: 16px;
    }
} */
@media screen and (max-width: 1319px) {
    .l-headerMediaBlack .haederMediaBlack__inner {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1170px;
    }
}
@media screen and (max-width:1000px){
    .l-headerMediaBlack .haederMediaBlack__inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width:880px){
    .l-headerMediaBlack .haederMediaBlack__inner {
        flex-direction: column;
        align-self: anchor-center;
        /* padding-top: 77px; */
        /* padding-left: 16px;
        padding-right: 16px; */
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo {
        height: 45px;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category {
        height: 45px;
        align-self: center;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem--active .gr_line{
        height: 45px;
    }
    .l-header-clone.is-show .l-headerMediaBlack{
        display: none;
        min-height: unset;
    }
    .l-header-clone.is-show .l-headerMediaBlack .haederMediaBlack__inner{
        display: none;
    }

    .menulgr .hbgbtn_litags{
        display: flex;
    }
    .l-header-clone.is-show .headerMediaBlack__category{
        display: none;
    }
    .l-header-clone.is-show .headerMediaBlack__hamburger{
        display: flex;
        width: 100%;
        justify-content: end;
        padding-left: 20px;
    }

    .slidenav{
        width: 100%;
        position: fixed;
        left: 0;
        top: -10px;
        background-color: #FFF;
        transition: .3s ease-in-out;
        transform: translateY(-100%);
        z-index: 1;
        height: 100vh;
    }
    
    .slidenav.is-active{
        display: block;
        overflow-y: auto;
        transform: translateY(0);
        transition: .3s ease-in-out;
        position: fixed;
        z-index: 10;
        top: 0px;
    }
    
    .slidenav .slide-list{
        height: calc( 100vh - 60px );
        display: flex;
        flex-direction: column;
        position: relative;
        top: 60px;
        overflow: scroll;
        border-top: 1px solid rgba(46, 46, 46, 0.20);
    }
    .slidenav .slide-list li{
        list-style: none;
    
        display: flex;
        height: 70px;
        padding: 0px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    
        border-bottom: 1px solid rgba(46, 46, 46, 0.10);
    }
    .slidenav .slide-list li a{
        text-decoration: none;
    }
    .slidenav .slide-list li span{
        color: #2E2E2E;
        font-family: BIZ UDPGothic;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.8px;
    }
}

@media screen and (max-width: 768px) {
    /* .l-headerMediaBlack .haederMediaBlack__inner {
        padding-top: 77px;
    } */
}

@media screen and (max-width:550px){
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category {
        width: 100%;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem
    {
        width: 100%;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList {
        width: 100%;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__category .headerMediaBlack__categoryList .headerMediaBlack__categoryItem .headerMediaBlack__categoryLink {
        font-size: 11px;
    }
}

@media screen and (max-width:450px){
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo > span {
        font-size: 15.54px;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo > span .lbl {
        font-size: 9.435px;
        letter-spacing: 0.472px;
        width: 25.421px;
        padding-right: 0.555px;
        gap: 8.88px;
        height: 13.037px;
        border-radius: 1.304px;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .nk-logo-img {
        max-width: 123px;
        min-width: 123px;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .nk-logo-img .wh_txt_dlogo {
        font-size: 15.54px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .blk_txt {
        font-size: 10px;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo .blk_txt br{
        display: block;
    }

    .siteTitle__link img {
        /* max-width: 140px; */
        max-width: 210px;
        width: 121%;
    }
}

@media screen and (max-width:370px){
    .l-headerMediaBlack .haederMediaBlack__inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .l-headerMediaBlack .haederMediaBlack__inner .headerMediaBlack__logo {
        gap: 10px;
    }
}

footer{
    width: 100%;
    display: flex;
    padding-bottom: 120px;
    padding-top: 40px;
    justify-content: center;
    background: #fff;
}
footer .footer_main {
    display: flex;
    width: 95%;
    max-width: 1200px;
    justify-content: space-between;
}
footer .footer_main .f_left{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
footer .footer_main .f_left .logo{
    display:flex;
    align-items: center;
    /* justify-content: center; */
    cursor: pointer;
}
footer .footer_main .f_left .logo img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 281px;
}
footer .footer_main .f_left .cp{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    /* bottom: -24px; */
}
footer .footer_main .f_right{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
footer .footer_main .f_right a{
    font-size: 12px;
    font-weight: 400;
    line-height: 200%;
    display: flex;
    align-items: center;
}
footer .footer_main .f_right .f_right_top{
    display: flex;
    gap: 32px;
}
footer .footer_main .f_right .f_right_bot{
    display: flex;
    flex-direction: column;   
    gap: 16px;
}
footer .footer_main .f_right .f_right_bot span{
    color: #2A2B2C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
footer .footer_main .f_right .f_right_bot .f_right_as{
    display: flex;
    gap: 32px;
}

@media screen and (max-width: 930px) {
    footer {
        padding-bottom: 64px;
        padding-top: 48px;
    }
    footer .footer_main {
        flex-direction: column-reverse;
        width: 88.8%;
        gap: 64px;
    }
    footer .footer_main .f_left .logo img{
        max-width: 198px;
    }
    footer .footer_main .f_left .cp {
        font-size: 10px;
    }

    footer .footer_main .f_right .f_right_top {
        flex-direction: column;
        gap: 24px;
    }
    footer .footer_main .f_right .f_right_bot {
        margin-bottom: 88px;
    }
    footer .footer_main .f_right .f_right_bot .f_right_as {
        flex-direction: column;
        gap: 24px;
    }
    footer .footer_main .f_left .cp{
        bottom: 0px;
    }
}
/* @media screen and (max-width: 700px) {
    footer {
        padding-bottom: 64px;
        padding-top: 40px;
    }
} */

/* sidebar custom */
.l-sidebar{

}

.widget_media_image{
    
}
.widget_media_image img{
    display: block;
    width: 100%;
    height: auto;
}
.widget_media_image:hover{
    opacity: 0.6;
    transition: all .8s;
    cursor: pointer;
}

.l-sidebar .widget-side{
    margin-bottom: 0;
}
.l-sidebar .sidebar_toprank_title{
    color: var(--main-color,#D5141B);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */

    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #2A2B2C;
    border-bottom: 1px solid #2A2B2C;
    margin-top: 56px;
}
.l-sidebar .sidebar_toprank_title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    background-image: url('http://localhost:8087/wp-content/uploads/2025/07/fluent-mdl2_crown-solid.png');
    background-size: contain;  
    background-repeat: no-repeat;
  }
.l-sidebar .widgetArchive-rank{

}
.l-sidebar .widgetArchive-rank > li{
    display: flex;
    gap: 8px;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid rgba(42, 43, 44, 0.10);
}
.l-sidebar .widgetArchive-rank > li .eyecatch{
    display: flex;
    width: 100%;
    margin-bottom: 0;
    max-width: 120px;
}
.l-sidebar .widgetArchive-rank > li .eyecatch .eyecatch__link {
    aspect-ratio: 120 / 68;
}
.l-sidebar .widgetArchive-rank > li .eyecatch .eyecatch__cat {
    display: none;
}
.l-sidebar .widgetArchive-rank > li .widgetArchive__contents {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.l-sidebar .widgetArchive-rank > li .widgetArchive__contents .heading-tertiary{
    margin-bottom: 0;
}
.l-sidebar .widgetArchive-rank > li .widgetArchive__contents .heading-tertiary a{
    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 19.2px */
}
.l-sidebar .widgetArchive-rank > li .widgetArchive__contents .cate-itm{

}
.l-sidebar .widgetArchive-rank > li .widgetArchive__contents .cate-itm a{
    display: flex;
    height: 18px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #2A2B2C;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */

    border-radius: 9px;
    border: 1px solid #2A2B2C;
    opacity: 0.5;
    width: fit-content;
}


/* header custom 0727 version */
.top_header_custom_blk{
    display: none;
}
@media screen and (max-width: 1350px) {
    .siteTitle__link .wh_bg_front_headertxt {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .top_header_custom_blk{
        display:flex;
    }
    .top_header_custom_blk .haederMediaBlack__inner .headerMediaBlack__category {
        display: none;
    }
    .siteTitle__link .wh_bg_front_headertxt {
        display: none;
    }
}