::selection{
    background-color:rgba(0,0,0,.1);
}
body{
    font-size: 18px;
}
.top-bg{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(150deg, rgba(245, 242, 233, 1), rgba(255, 255, 255, 1) 52%, rgba(241, 236, 222, 1) 79%);
}
.top-bg-white{
    border-top:4px solid #408cbe;
    background-color: #ffffff;
}
a>img:hover{
    opacity: .7;
    transition: all 0.3s;
}
.uk-card{
    border: 1px solid #06c;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.uk-card-login{
    border: none !important;
}
.uk-card-header{
    padding: 20px 20px 10px 20px;
    border-bottom: 0 !important;
}
.uk-card-title{
    font-weight: bold;
}
.uk-card-body{
    padding: 10px 20px 20px 20px;
}
hr.dotted{
    border-top: 2px dotted #ccc;
}
.uk-form-label{
    font-size: 1.2rem;
}
.uk-button-primary{
    background-color: #ff0099;
}
.uk-button-primary:hover{
    background-color: #aa0066;
}
.hidden{
    display: none;
}
.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  line-clamp: 2;
}
.uk-button-secondary{
    background-color: #3399cc;
}
.uk-button-secondary:hover{
    background-color: darkblue;
}
.uk-button{
    border-radius: 2px;
}
h2{
    font-size:1.4rem;
}
@media (min-width: 480px) {
}

@media (min-width: 768px) {
    h2{
        font-size:2rem;
    }
}

@media (min-width: 1200px) {
}

#headMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#headMenu .uk-align-right {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
#headMenu a {
  display: flex;
  align-items: center;
}
#headMenu a img{
    margin-top:30px;
    width: 200px;
    height: auto;
}

@media (min-width: 480px) {
#headMenuLine{
    border-top: 1px solid black;
    padding: 10px;
    border-bottom: 1px solid black;
    margin-top: 5px;
}
#headMenuLine div{
    min-width: 120px;
    text-align: right;
}
#headMenuLine img{
    width: auto;
    height: 20px;
    margin-right: 15px;
    margin-left: 15px;
}
}

#headMenuLine{
    border-top: 1px solid black;
    padding: 10px 0;
    border-bottom: 1px solid black;
    margin-top: 5px;
}
#headMenuLine div{
    min-width: 60px;
    text-align: right;
}
#headMenuLine img{
    width: auto;
    height: 17px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (min-width: 1024px) {
#headMenuLine{
    border-top: 1px solid black;
    padding: 10px 0;
    border-bottom: 1px solid black;
    margin-top: 5px;
}
#headMenuLine div{
    min-width: 60px;
    text-align: right;
}
#headMenuLine img{
    width: auto;
    height: 17px;
    margin-right: 10px;
    margin-left: 10px;
}
}


@media (min-width: 1200px) {
#headMenuLine{
    border-top: 1px solid black;
    padding: 10px;
    border-bottom: 1px solid black;
    margin-top: 5px;
}
#headMenuLine div{
    min-width: 120px;
    text-align: right;
}
#headMenuLine img{
    width: auto;
    height: 20px;
    margin-right: 15px;
    margin-left: 15px;
}
}

.voice-bg{
    border-top:4px solid #408cbe;
    background-color: #ecf3f8;
}

#footernav{
    width: 100%;
    position: fixed;
    bottom: 0;
    background:white;
    padding-top:10px;
    padding-bottom: 10px;
}
.catlist{
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #bbb;
    padding-left: .3rem;
    padding-right: .3rem;
    margin: 0;
    font-size: .8rem;
    font-weight: bold;
}
@media (min-width: 480px) {
}

@media (min-width: 768px) {
    .catlist{
        padding-left: .5rem;
        padding-right: .5rem;
        margin: 0 1px;
        font-size: .95rem;
    }
}

@media (min-width: 1200px) {
}
.cat{
    border-radius: 3px;
    font-weight: bold;
    color: black;
    padding-left: .5rem;
    padding-right: .5rem;
    margin: 0 .2rem;
}
.cat00{
    background-color: #ddd;
}
.cat01{
    background-color: #F4B5B9;
}
.cat02{
    background-color: #91AECA;
}
.cat03{
    background-color: #DBDCDC;
}
.cat04{
    background-color: #FADD66;
}
.cat05{
    background-color: #D79D5D;
}
.cat06{
    background-color: #7ACC82;
}
.cat07{
    background-color: #B27ACC;
}
.list1:is(.active){
    background-color: #F4B5B9;
    color: black;
}
.list2:is(.active){
    background-color: #91AECA;
    color: black;
}
.list3:is(.active){
    background-color: #DBDCDC;
    color: black;
}
.list4:is(.active){
    background-color: #FADD66;
    color: black;
}
.list5:is(.active){
    background-color: #D79D5D;
    color: black;
}
.list6:is(.active){
    background-color: #7ACC82;
    color: black;
}
.list7:is(.active){
    background-color: #B27ACC;
    color: black;
}
.list4{
    letter-spacing: -0.1rem;
}
.when_who{
    font-weight: bold;
    color: black;
}
.when_who span{
    font-size: .8rem;
    margin-right: 10px;
}
.when_who div{
    font-size: .85rem;
}
.who{
    display: inline-block;
    /* margin-left: 10px; */
}

.activityList{
    list-style: none;
    padding-left: 0;
   /* border-top: 1px solid #ededed; */
}
.activityList .uk-grid{
    margin-top: 10px !important;
}
.activityList li{
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}
.activityList>li>div>div::before{
    content: '';
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    height: 10px;
    border-top: 1px solid #eee;

}
.activityList .cat{
    font-size: .9rem;
    margin-left: 10px;
    padding: 2px 10px;
}
.activityList h3{
    margin:0;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
@media (min-width: 768px) {
    .activityList h3{
        display: block;
        margin:0;
        /* font-weight: bold; */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        /* -webkit-box-orient: vertical; */
        /* -webkit-line-clamp: 1; */
    }
}
.activityList h3 span{
    color: #ff0096;
}

.activityList  h4{
    margin:0;
    color: #ff0096;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.activityList h4 a{
    color: #ff0096;
    text-decoration: none;
}
.activityList h4 a:hover{
    font-weight: bold;
    text-decoration: underline;
}
.hashtags a{
    margin-right: .4rem;
}
.counter{
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: monospace;
    font-size:1.8rem;
    padding: 2px 6px;
    border: 1px solid white;
}
.count_blue{
    font-weight: bold;
    background: #166BAC;
    color:white;
}
.count_blue div{
    font-size:.9rem;
}
.count_red{
    font-weight: bold;
    background: #FF0096;
    color:white;
}
.count_red div{
    font-size:.9rem;
}
.topics{
    border: 2px solid #265FA6;
}
.topics_title{
    background-color: #265FA6;
    padding: 5px;
}
.uk-navbar-nav-thin>li>a{
    min-height: 40px;
    padding: 0 5px;
}
@media (min-width: 768px) {
    .uk-navbar-nav-thin>li>a{
        min-height: 80px;
        padding: 0 15px;
    }
}
.activityMenu{
    padding-left: 10px;
    padding-right: 10px;
}
.activityMenu a{
    font-weight: normal;
    color: #444 !important;
    /* color: #666 !important; */
}
.activityMenu .uk-active a{
    font-weight: bold;
}
#sidevoice{
    position: fixed;
    right: 0;
    top: 30px;
    width: 50px;
}
@media (min-width: 768px) {
    #sidevoice{
        top: 80px;
    }
    #sidevoice img{
        width:100%;
        height: auto;
    }
    #sidevoice a img{
        margin-top: 5px;
    }
}
.uk-checkbox-large{
    height: 32px;
    width: 32px;
    background-color: white;
}
.uk-table-bordered{
    border: 1px solid #ececec;
    background: #ffffcc;
    /* border-radius: 10px;; */
}
.uk-table-checked{
    background: #eee;
    /* background: #ffccff; */
}
.uk-pagination .active{
    font-weight: bold;
    color: black;
}
#btn-ajax-more{
    display: none;
}
.link-more{
    display: block !important;
}
.uk-search-default{
    margin-top: 10px;
    min-width: 20rem;
}
b.searchtitle{
    font-size: .95rem;
    display: block;
}
@media (min-width: 768px) {
    .uk-search-default{
        min-width: 24rem;
    }
    b.searchtitle{
        font-size: 1rem;
    }
}
.uk-search-default input{
    display: block;
    border-radius: 18px;
    background-color: white !important;
    border: 1px solid #666 !important;
}
.uk-search .uk-search-icon{
    color: #666;
}
ul.searchkeywords{
    list-style: none;
    padding: 0;
    margin: .6rem 0 0 0;
}
ul.searchkeywords li{
    display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 2em;
    font-size: .95rem;
    transition-duration: 300ms;
}
ul.searchkeywords li a{
	color: #333;
    text-decoration: none;
}
ul.searchkeywords li:hover{
    background-color: #eee;
    text-decoration: none;
}
ol.uk-list-circlenum{
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 0;
}
ol.uk-list-circlenum li{
    font-size: 18px;
    line-height: 1.2;
    padding-left: 28px;
    margin: 12px 0px;
    position: relative;
}
ol.uk-list-circlenum li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    border: 1px #0f6ecd solid;
    color: #0f6ecd;
    box-sizing: border-box;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80%;
}
ol.uk-list-circlenum li a{
    /* color: #666; */
    transition-duration: 0.3s;
}
ol.uk-list-circlenum li a:hover{
    /* color: darkblue; */
    font-weight: bold;
}
#policies h1{
    color: #000096;
    font-weight: bolder;
}
#policies h2{
    /* color: #000096; */
    font-weight: bold;
    font-size: 2.5rem;
}
#policies h3{
    font-weight: bold;
    margin: .5rem 0;
}
#policies h4{
    color: #000096;
    font-weight:bold;
    font-size: 2rem;
    margin-top: .5rem;
}
#policies p{
    /* text-indent: 1em; */
    margin: 10px 0;
}
.policy_title{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #00009F;
    border-bottom: 1px solid #00009F;
}
.uk-policies-background{
    font-size: .95rem;
    border: 1px solid #333;
    padding: 1rem;
}
.uk-policies-background table,.uk-policies-background table td,.uk-policies-background table th{
    border: solid 1px #ccc;
    border-collapse: collapse;
}
.uk-policies-background table td,.uk-policies-background table th{
    padding: 3px;
    padding: 5px 10px;
    /* width: 60px; */
}

#policies blockquote{
    font-size: .85rem;
}
.ua-categorytitle{
    font-size: 1.3rem;
    border-top: 1px solid #0f6ecd;
    border-bottom: 1px solid #0f6ecd;
    padding-top: 15px;
    padding-bottom: 15px;
}
.uk-button-activity{
    background-color: #8A8A8A;
    color: white;
    font-weight: bolder;
    padding: 10px;
    line-height: 1.1rem;
}
.uk-button-smilepolicy{
    background-color: #8A8A8A;
    font-weight: bolder;
    color:white;
    padding: 10px;
    line-height: 1.1rem;
    /* font-size: 1.2rem; */
}
.uk-button-policy{
    background-color: #8A8A8A;
    font-weight: bolder;
    color: white;
    padding: 10px;
    line-height: 1.1rem;
    /* font-size: 1.2rem; */
}

@media (min-width: 768px) {
    .uk-button-activity{
        line-height: 53px;
        font-size: 1.2rem;
        padding: 0 40px;
    }
    .uk-button-smilepolicy{
        line-height: 53px;
        font-size: 1.2rem;
        padding: 0 40px;
    }
    .uk-button-policy{
        line-height: 53px;
        font-size: 1.2rem;
        padding: 0 40px;
    }
}

.uk-button-activity:hover,.uk-button-activity.active{
    color: black;
    background-color: #FFF8B1;
    font-weight: bolder;
    /* font-size: 1.2rem; */
}
.uk-button-smilepolicy:hover,.uk-button-smilepolicy.active{
    background-color: #4997C5;
    font-weight: bolder;
    color:white;
    /* font-size: 1.2rem; */
}
.uk-button-policy:hover,.uk-button-policy.active{
    background-color: #00009F;
    font-weight: bolder;
    color: white;
    /* font-size: 1.2rem; */
}
/* .uk-smilepolicies-voice{
    background: white;
    border: 1px solid #7CA3C1;
    padding: 20px;
    margin-bottom: 40px;
}
.uk-smilepolicies-voice div{
    color: #7CA3C1;
    margin-bottom: 20px;
    font-weight: 1.4rem;
    font-weight: bold;
}
.uk-smilepolicies-voice p{
    margin: 0;
    font-size: .9rem;
}
.uk-smilepolicies-voice hr{
    border-top: 1px dotted #e5e5e5;
    margin: 10px 0;
} */
/* #smilepolicies h2 {
  position: relative;
  padding: 0 65px 0 0;
  color: #7CA3C1;
  font-weight: bolder;
  font-size: 3rem;
}
#smilepolicies h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #7CA3C1;
}
#smilepolicies h2 span {
  position: relative;
  padding: 0 1em 0 0;
  background: #E4EFF6;
}
#smilepolicies h3 {
    margin-top: 10px;
    font-weight: bolder;
    border-bottom: 1px solid #7CA3C1;
    padding-bottom: 10px;
} */

.uk-smilepolicies-voice .uk-grid{
    /* margin-left: 0; */
}
.uk-smilepolicies-voice p{
    /* display: flex; */
}
.uk-smilevoice-box{
    margin-left: -15px;
}
.uk-smilevoice-box p{
    margin-left: 15px;
}
@media (min-width: 960px) {
    .uk-child-width-1-2\@m>* {
        width: 48%;
    }
}
.sm_voice{
    font-weight: bold;
}
.uk-smilepolicies-voice p{
  padding: 10px 15px;
  border-radius: 10px;
  font-size: .9rem;
}

#smileCat1 .uk-smile-head{
  background: #E4EFF6;
  padding-top: 20px;
  border-bottom: 4px solid #4997C5;
}
#smileCat1 h2{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #4997C5;
}
#smileCat1 .sm_voice{
    color: #4997C5;
}
#smileCat1 .uk-smilepolicies-voice p{
  background: #E4EFF6;
  border: 2px solid #4997C5;
}
#smileCat2 .uk-smile-head{
  background: #EEF6EE;
  padding-top: 20px;
  border-bottom: 2px solid #8CC08B;
}
#smileCat2 h2{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #8CC08B;
}
#smileCat2 .sm_voice{
    color: #8CC08B;
}
#smileCat2 .uk-smilepolicies-voice p{
  background: #EEF6EE;
  border: 2px solid #8CC08B;
}
#smileCat3 .uk-smile-head{
  background: #F9F6E7;
  padding-top: 20px;
  border-bottom: 2px solid #D4C360;
}
#smileCat3 h2{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #D4C360;
}
#smileCat3 .sm_voice{
    color: #D4C360;
}
#smileCat3 .uk-smilepolicies-voice p{
  background: #F9F6E7;
  border: 2px solid #D4C360;
}
#smileCat4 .uk-smile-head{
  background: #F8F1E9;
  padding-top: 20px;
  border-bottom: 2px solid #D0A16C;
}
#smileCat4 h2{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #D0A16C;
}
#smileCat4 .sm_voice{
    color: #D0A16C;
}
#smileCat4 .uk-smilepolicies-voice p{
  background: #F8F1E9;
  border: 2px solid #D0A16C;
}
#smileCat5 .uk-smile-head{
  background: #FCF4F5;
  padding-top: 20px;
  border-bottom: 2px solid #ECB8BE;
}
#smileCat5 h2{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #ECB8BE;
}
#smileCat5 .sm_voice{
    color: #ECB8BE;
}
#smileCat5 .uk-smilepolicies-voice p{
  background: #FCF4F5;
  border: 2px solid #ECB8BE;
}
#smileCat6 .uk-smile-head{
  background: #EFEFF7;
  padding-top: 20px;
  border-bottom: 2px solid #9795C7;
}
#smileCat6 .sm_voice{
    color: #9795C7;
    font-weight: bold;
}
#smileCat6 .uk-smilepolicies-voice p{
  background: #EFEFF7;
  padding: 10px 15px;
  border: 2px solid #9795C7;
  border-radius: 10px;
  font-size: .9rem;
}
#smileCat6 h2{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #9795C7;
}
.uk-offcanvas-bar{
    width: auto;
    background: white;
}
#offcanvas-overlay div{
    color:#444;
    background-color: white;;
}
#offcanvas-overlay ul.uk-nav a{
    color:#444;
    display: block;
    position: relative;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #D9D9D6;
    background: #FFF;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
#offcanvas-overlay ul.uk-nav a:after{
    color:#444;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 1px #444;
    border-right: solid 1px #444;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    }
#offcanvas-overlay div small{
    line-height: 1;
    font-size:.8rem;
}
#offcanvas-overlay .uk-offcanvas-close{
    color: #444;
}
#offcanvas-overlay input,#offcanvas-overlay .uk-search-icon-flip{
    color: #444;
}
#uapolicy h2{
    font-size:3rem;
}
#menu-modal hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

#menu-modal ul.uk-nav a,#search-modal ul.uk-nav a{
    color:#444;
    display: block;
    position: relative;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #D9D9D6;
    background: #FFF;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
#menu-modal ul.uk-nav a:after,#search-modal ul.uk-nav a:after{
    color:#444;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 1px #444;
    border-right: solid 1px #444;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    }
#menu-modal .border-bold{
    border-top: 2px solid #444;
}

.need-align-top {
    align-items: flex-start !important;
}

.need-align-top > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
}

/* UIKitのグリッドアイテムに対してより確実に適用 */
.need-align-top[uk-grid] > * {
    align-self: flex-start !important;
}

.need-align-top[uk-grid] {
    align-items: flex-start !important;
}

/* 親要素のliに相対配置を設定 */
#menu-pc-modal .uk-nav li {
    position: relative;
}

.see-you-soon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateX(-0%) translateY(-50%) rotate(-3deg);
    background-color: #ff0099;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 2px 10px;
    text-transform: lowercase;
    z-index: 10;
    white-space: nowrap;
    opacity: 80%;
}

/* YouTube動画表示スタイル */
.youtube-section {
    background: #f8f8f8;
}

.youtube-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: 0;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    box-shadow: none;
}

.youtube-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.youtube-card .uk-card-body {
    padding: 10px;
}

.youtube-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.youtube-thumbnail img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    display: block;
}

.youtube-card:hover .youtube-thumbnail img {
    transform: scale(1.05);
}

.youtube-overlay {
    opacity: 0;
    background: rgba(0,0,0,0.7);
    transition: opacity 0.3s ease;
}

.youtube-card:hover .youtube-overlay,
.youtube-link:focus .youtube-overlay {
    opacity: 1;
}

.youtube-play-button {
    color: #ff0000;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.youtube-duration {
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
}

.youtube-title {
    line-height: 1.3;
    height: 3.4em;
    overflow: hidden;
    margin-bottom: 0.5rem;
    color: #333;
}

.youtube-title a:hover {
    color: #ff0000;
    text-decoration: none;
}

.youtube-meta {
    color: #666;
    font-size: 0.85rem;
}

.youtube-meta span[uk-icon] {
    margin-right: 4px;
    opacity: 0.7;
}

.youtube-description {
    color: #666;
    line-height: 1.4;
    margin-top: 0.5rem;
}

.channel-header h3 {
    color: #333;
    /* border-left: 4px solid #ff0000;
    padding-left: 1rem; */
    font-weight: bold;
}

.youtube-channels .uk-margin-large-bottom:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
}

/* カウンターフォント統合 */
.counter-font {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-top: 0.5rem;
}

.counter-font small {
    font-size: 1rem;
    margin-left: 0.2rem;
}

/* ファイルダウンロードリンク統合 */
.filedownload {
    color: #0066cc;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin: 0.25rem 0;
}

.filedownload:hover {
    color: #004499;
    text-decoration: none;
}

/* Thanks背景統合 */
.thanks-bg {
    background: linear-gradient(135deg, #f5f2e9 0%, #ffffff 50%, #f1ecdde 100%);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* レスポンシブ調整 */
    .youtube-title {
        font-size: 0.9rem;
        height: 2.6em;
    }
    .youtube-meta-simple {
        font-size: 0.75rem;
    }
@media (max-width: 640px) {
    .youtube-card .uk-card-body {
        padding: 12px;
    }
    
    .youtube-title {
        font-size: 0.9rem;
        height: 2.6em;
    }
    
    .youtube-meta {
        font-size: 0.75rem;
    }
    
    .counter-font {
        font-size: 2rem;
    }
    
    .channel-header h3 {
        font-size: 1.2rem;
        padding-left: 0.75rem;
        border-left-width: 3px;
    }
}

@media (min-width: 768px) {
    .youtube-card:hover {
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }
    
    .counter-font {
        font-size: 3rem;
    }
    
    .youtube-title {
        height: 3.6em;
        font-size: .75rem;
    }
    .youtube-meta-simple {
        font-size: 0.6rem;
    }
}

@media (min-width: 960px) {
    .youtube-section {
        padding: 3rem 0;
    }
    
    .counter-font {
        font-size: 3.5rem;
    }
}

/* アクセシビリティ向上 */
.youtube-card .uk-button:focus {
    outline: 2px solid #ff0000;
    outline-offset: 2px;
}

.youtube-link:focus {
    outline: 2px solid #ff0000;
    outline-offset: 2px;
}

/* ロード中のプレースホルダー */
.youtube-loading {
    background: linear-gradient(90deg, #f0f0f0 25%, transparent 37%, transparent 63%, #f0f0f0 75%);
    background-size: 400% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/* ショート動画専用スタイル */
.youtube-card-short {
    max-width: 180px;
}

.youtube-card-short .youtube-thumbnail {
    aspect-ratio: 9/16; /* 縦長のアスペクト比 */
    overflow: hidden;
}

.youtube-card-short .youtube-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-card-short .youtube-title {
    font-size: 0.85rem;
    height: 2.4em;
    line-height: 1.2em;
}

.youtube-card-short .uk-card-body {
    padding: 8px 12px;
}

.youtube-meta-short {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
}

.youtube-short-indicator {
    z-index: 10;
}

.youtube-short-indicator .uk-badge {
    font-size: 0.7rem;
    padding: 2px 6px;
}

.video-section h4 {
    color: #333;
    /* padding-left: 0.5rem;
    border-left: 3px solid #ff0099; */
    margin-bottom: 1rem;
}

/* ショート動画のグリッドレスポンシブ調整 */
@media (max-width: 640px) {
    .youtube-card-short {
        max-width: 140px;
    }
    
    .youtube-card-short .youtube-title {
        font-size: 0.8rem;
        height: 2.2em;
    }
}

@media (min-width: 768px) {
    .youtube-card-short {
        max-width: 160px;
    }
}

@media (min-width: 1200px) {
    .youtube-card-short {
        max-width: 180px;
    }
}

footer{
    padding: 10px 0;
}
.uk-submenu-padding{
    padding: 10px 10px 0 10px;
}