:root {
  --line-color-001: #495057;
  --nav-gcolor-001: #dbcab4;
  --nav-gcolor-002: #cdccbb;
  --nav-bgcolor-001: #000;
  --nav-link-color-001: #fff;
  --nav-linkfocus-color-001: rgb(255 255 255 / 80%);
}

html { scroll-behavior: smooth;}
body { font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
background:#000;
color:#FFF;
}

.h-font-01 {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.bg-style_001 { background-color: var(--nav-gcolor-001);}

.jumbotron {
    position: relative;
    width: 100%;
    background-color: transparent;
}

.mVisual {
    background: url(/tv/okuribi/site-images/202408/okuribi___mv.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    padding: 2rem 0;
}

#jumbotron h1 { position: absolute; left: 50%; transform: translate(-50%, -50%);}
#jumbotron h1 a img { width: 100%; height: 100%; }
.jumbotron___kbslogo { padding: 10px; }

@media (max-width: 767px) {
    #jumbotron h1 { width: 75vw; top: 32%; }
    .jumbotron:before { padding-top: 100% !important; }
    .mVisual {  min-height: 65vw; background-size: 220%; background-position-x: calc(50% - -25%); margin: 0; background-position-y: calc(100% - 80%); }
    /*p { font-size: .9rem; }*/
}

@media (min-width: 768px) {
    #jumbotron h1 { width: 450px; top: 35%; left: 35%; }
    .mVisual { /*min-height: 270px;*/ background-position-y: center; border-radius: 10px;/* box-shadow: 3px 3px 4px #8a6d72;*/ }
}

@media (min-width: 992px) {
    #jumbotron h1 { width: 600px; top: 35%; left: 35%; }
    /*.mVisual { min-height: 350px; }*/
}

@media (min-width: 1200px) {
    #jumbotron h1 { width: 700px; top: 35%; left: 35%; }
    /*.mVisual { min-height: 450px; }*/
}

@media (min-width: 1400px) {
    #jumbotron h1 { width: 800px; top: 35%; left: 35%; }
    /*.mVisual { min-height: 500px; }*/
}

.onair { border-bottom: 3px solid var(--line-color-001); }


.jumbotron:before {
    content: "";
    display: block;
    padding-top: 60%;
}

/* 記事 */
.entry___body img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.5rem;
}

/* CUSTOM */

.c-font-style_001 {  font-family: 'DFKingSerifJP13N-W4'; }
.c-font-style_002 {   font-family: 'DFKingGothicJP13N-Black'; letter-spacing: 0.03em; }
.c-font-size_001 { font-size: clamp(18px, 2.3vw, 26px); transform: rotate(.05deg); }
.c-font-size_002 { font-size: clamp(16px, 2.3vw, 20px); transform: rotate(.05deg); }
.c-font-size_003 { font-size: clamp(18px, 4.5vw, 60px); transform: rotate(.05deg); }
.c-font-size_002 small, .c-font-size_003 small { font-size: .675em; }

.slide01 {
	background:radial-gradient(854px circle at 22.44% 31.79%, #d4d88f 0%, #b5c3c5 100%);
}

.swiper-button-next, .swiper-button-prev {
    bottom: 2% !important;
    top: unset !important;
}



.font-size_001 { font-size: clamp(14px, 2.3vw, 26px); transform: rotate(.05deg); }
.font-style_001 { font-family: "ryo-gothic-plusn", sans-serif; font-weight: 900; font-style: normal; }
.table-font-size_001 { font-size: clamp(14px, 2.3vw, 16px); transform: rotate(.05deg); }
p { font-weight: 500; }




.navbar-nav { width: 100%; }
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link { color: var(--nav-link-color-001); font-weight: 600; }
.navbar-light .navbar-nav .nav-link { color: var(--nav-link-color-001); font-weight: 600; }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: var(--nav-linkfocus-color-001); }
.bg-light { background-color: var(--nav-bgcolor-001) !important; }

ul.navbar-nav > li { padding-right: .5rem; }
a { text-decoration: none; }
a.nav-link { font-size: .9rem; }
a.nav-link.home { font-size: 1.5rem; padding: 0; margin: 0 0.5rem; background: rgb(0 0 0 / 0.1); border-radius: 6px; }

.navbar { padding: 0; z-index: 100; }
.navbar > .container, #footer, #footer > .container { background: transparent; background-color: transparent; }
.navbar-light .navbar-toggler { color: unset; border-color: unset; border: none; }
.navbar-toggler { padding: .25rem .75rem; border: none; border-radius: unset; display: block; position: relative; height: 50px; width: 60px; }

@media (max-width: 991px) {
    ul.navbar-nav > li { padding: .2rem .5rem; border-bottom: 1px solid #fff; }
    .navbar-nav {
        width: 100%;
        background: var(--nav-gcolor-002);
        background: -webkit-linear-gradient(to bottom, var(--nav-gcolor-001), var(--nav-gcolor-002));
        background: linear-gradient(to bottom, var(--nav-gcolor-002), var(--nav-gcolor-001));
    }
    a.nav-link { color: #000 !important; font-weight: 600; text-shadow: 1px 1px 3px #fff; }
}

@media (min-width: 992px) {
    ul.navbar-nav > li { padding: .5rem .1rem; }
}
a.navbar-brand { font-size: .8rem; font-weight: 600; color: var(--nav-link-color-001) !important; padding: 0 .5rem; }
.navbar-toggler:focus { box-shadow: none; }




@media (min-width: 992px) {
    ul.navbar-nav > li.nav-item:last-child { /*margin-right: 5px;*/ }
    ul.navbar-nav > li.nav-item:nth-last-child(1) { margin-left: auto; }
    ul.navbar-nav > li:nth-last-child(1) { padding-right: 0; }
    ul.navbar-nav > li:last-child a,
    ul.navbar-nav > li:nth-last-child(1) a{ background: #FFF; color: #000 !important; font-weight: bold; padding: 5px; }
    ul.navbar-nav > li:nth-last-child(1) a{ border-radius: 6px 0 0 6px; margin: 3px 0px 0 0; }
}




/* ぱんくずリスト */
nav.nav___bcl {
    overflow-x: scroll;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #dee2e6;
}

nav.nav___bcl::-webkit-scrollbar {
 display:none;
}

.nav___bcl span {
    background: #6c757d;
    transform: skew(20deg, 0deg);
    margin: 0 1px 0 1px;
    display: inline-flex;
    color: #FFF;
}

.nav___bcl span a {
    font-size: .7rem;
    transform: skew(-20deg, 0deg);
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    display: inline-block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    white-space: nowrap;
    color: #FFF;
    text-decoration: none;
}

.nav___bcl span:hover {
    background: #dc3545;
    transform: skew(20deg, 0deg);
}

.nav___bcl > span:first-child {
    margin-left: -1rem;
    padding-left: .8rem !important;
}

@media (max-width: 767px) {
    .dropdown-item {
        font-size: .9rem;
        font-weight: 600;
    }
}




/* エントリーリスト */
.article___list {}

.article___list h1 {
    font-size: 1.4rem;
    font-feature-settings: 'kern' 1; 
    text-rendering: optimizeLegibility; 
}

.article___list-item h1 {
    line-height:1.5;
    font-feature-settings: 'kern' 1; 
    text-rendering: optimizeLegibility;
}

.article___list-item a {
    text-decoration: none;
    padding: .5rem;
    margin: 0;
}

.article___list-item a img {
    display: block;
    transform: scale(1);
    transition-duration: 0.5s;
}

.article___list-item a:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.article___list-item a:hover,
.article___list-item a:focus{
   background: #fffbea;
    color: #000;
}


.article___list-item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    color: inherit;
}

.article___list-media {
    flex-basis: 35%;
}

@media (max-width: 575px) {
    .article___list-media {flex-basis: 35%;}
}

.article___list-content {
    flex-basis: 65%;
    position: relative;
    margin: 0 0 0 25px;
}


.article___list-content header {line-height: 1;}
.article___list-content p {font-size: .85rem;}


@media (max-width: 575px) {
    .article___list-content {flex-basis: 75%;}
    .article___list-content time {font-size: .75rem;}
    .article___list-content h1 {font-size: 1rem;}
    .article___list-item footer a {font-size: .75rem;}
}

.article___list figure {
    overflow: hidden;
    aspect-ratio: 5/2.8;
    border-radius: 8px;
    margin: 0;
}
.article___list figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}




/* SNS */
.navbar___body-sns { width: 100%; margin: 0 0 1.5rem 0; }

.navbar___body-sns-inner {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.navbar___body-sns-inner li {
    list-style: none;
    width: 100%;
    display: block;
}

.navbar___body-sns a.fb {background: #4267B2;}
.navbar___body-sns a.tw {background: #1DA1F2;}
.navbar___body-sns a.li {background: #13bf00;}

.navbar___body-sns li a {
    color: #FFF;
    font-size: 1.5rem;
    list-style: none;
    text-align: center;
    display: block;
}




/* 開閉メニュー */
.openbtn4{
    position: relative;
/*  background: #000; */
    cursor: pointer;
    width: 40px;
    height:40px;
    border-radius: 5px;
}

.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: var(--nav-link-color-001);
    width: 45%;
}

.openbtn4 span:nth-of-type(1) {top:8px;} 
.openbtn4 span:nth-of-type(2) {top:14px;}
.openbtn4 span:nth-of-type(3) {top:20px;}

.openbtn4 span:nth-of-type(3)::after {
    content:"Menu";
    position: absolute;
    top:5px;
    left:-6px;
    color: var(--nav-link-color-001);
    font-size: 0.6rem;
    text-transform: uppercase;
}

.openbtn4.active span:nth-of-type(1) {
    top: 8px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(2) {opacity: 0;}

.openbtn4.active span:nth-of-type(3){
    top: 20px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
    content:"Close";
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: -1px;
}




/* ページ分割 */
footer.page-navigation {
    text-align: center;
}

footer.page-navigation nav {
    display: flex;
    justify-content: center;
}

.page-navigation span,
.page-navigation div a {
    text-decoration: none;
    display: flex;
    aspect-ratio: 1/1;
    align-items: center;
    font-weight: 600;
    font-size: 1.2vw;
    width: 2.5vw;
    justify-content: center;
    margin-left: 1px;
}

.page-navigation span {
    background: #919191;
    color: #FFF;
}

.page-navigation div a {
    background: #000;
    color: #FFF;
}

@media (max-width: 575px) {
    .page-navigation span,
    .page-navigation div a {
        width: 6vw;
        font-size: 3vw;
    }
}




/* page-top */
#page-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1;
    border: solid 2px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 2px 2px 5px #000;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding-top: .2rem;
}




/* Torimochi */
#torimochi-widget { font-family: initial !important; }




.p_footer { font-size: 1rem; padding: 5px 0 5px 0; border-top: 5px solid var(--line-color-001); margin: 50px 0 20px 0; }
.p_footer p { font-size: .9rem; }
