@charset "utf-8";
/*-------------------
    news
--------------------*/
#news{
    width: 100%;
    margin: 0;
    padding: 200px 0 100px;
}
#news .category-wrap {
    display: flex;
    gap: 40px;
    justify-content: end;
}
#news .category-wrap li {
    border-bottom: 0;
    padding: 0;
    display: contents;
}
#news .category-wrap li a{
    font-family: var(--en);
    color: var(--font);
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}
#news .category-wrap li.on a{
    color: var(--accent);
}
#news:last-child{
    margin-bottom: 0;
}
#news .newsItem li:last-child{
    margin: 0;
}
#news .newsItem li .newsTtl{
    white-space: wrap;
}
@media screen and (max-width: 1000px) {
    #news{
        padding: 100px 0 40px;
    }
    #news .category-wrap {
        gap: 12px 24px;
        flex-wrap: wrap;
        justify-content: start;
    }
    #news .newsItem li .newsTtl{
        display: block;
    }
}

/*-------news_detail.html-----------*/
#news_detail {
    width: 100%;
    margin: 0;
    padding: 200px 0 100px;
    background: var(--base);
}
#news_detail .date{
  padding-right: 32px;
}
#news_detail .date .year{
  display: block;
  font-family: var(--en);
  color: var(--font);
  font-size: var(--font-size-lg);
  font-weight: bold;
  margin-bottom: -10px;
}
#news_detail .date .monthAndDay{
  font-family: var(--en);
  color: var(--font);
  font-size: var(--font-size-xxl);
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 1.5;
}
#news_detail .category{
  width: 100%;
}
#news_detail .category span{
  font-family: var(--en);
  color: var(--font);
}
#news_detail .category .release{
  background: #e53333;
}
#news_detail .category .live{
  background: #f06500;
}
#news_detail .category .event{
  background: #C6A25F;
}
#news_detail .category .radio{
  background: #00B736;
}
#news_detail .category .tv{
  background: #8600B0;
}
#news_detail .category .magazine{
  background: #002DED;
}
#news_detail .category .other{
  background: #b1b1b1;
}
#news_detail .category span{
  background-color: var(--font);
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0;
  width: 80px;
  display: block;
}
#news_detail .dateCategory{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px 0;
}
#news_detail .newsTtl{
    color: var(--font);
    font-size: var(--font-size-lg);
    font-weight: bold;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
#news_detail .ttlWrap{
    border-bottom: 1px solid var(--font);
    padding: 0 0 32px 0;
    margin: 0px 0 40px 0;
}
#news_detail .news-body{
    border-bottom: 1px solid var(--font);
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
}
#news_detail .news-body p{
    margin-bottom: 32px;
}
#news_detail .news-body img{
    max-width: 600px;
    width: 100% !important;
    object-fit: contain;
    height: auto !important;
}
#news_detail .news-body p a{
    color: var(--font);
    border-bottom: 1px solid var(--font);
    transition: .4s all;
}
#news_detail .news-body p a:hover{
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
    opacity: 1;
}
#news_detail .news-body iframe{
    max-width: 600px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
#news_detail .news-body .accent{
    color: var(--accent);
}
#news_detail .news-body .border{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
    #news_detail{
        padding: 100px 0 64px;
    }
    #news_detail .dateCategory{
        padding: 0 0 8px 0;
    }
    #news_detail .date{
        padding-right: 20px;
    }
    #news_detail .more {
        margin: 32px 20px 0 auto;
    }
    #news_detail:last-child{
        margin-bottom: 32px;
    }
    #news_detail .ttlWrap{
        padding: 0 0 24px 0;
        margin: 0px 0 32px 0px;
    }
}
/*  26.05.20  */
/* #news_detail .news-body p {
    font-weight: 500 !important;
} */
#news_detail .category .diAll{
    display: none;
}
/*=========================
追加 2026.03.09 news_detail
==========================*/
#news_detail iframe {
    max-width: 560px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
/* select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.note {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 5px;
    font-family: var(--en);
}
.select_nav {
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-self: flex-end;
    position: relative;
    margin: -56px 0 0 auto;
}
.select_nav select {
    width: 200px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    font-size: 13px;
    outline: none;
    -moz-appearance: none;
    font-family: var(--en);
    color: var(--base);
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
@media screen and (max-width: 500px) {
    .select_nav {
        margin: -16px 0 10px 0;
    }
}
.staff-blog .thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.staff-blog .thumb a {
    width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 768px) {
    .staff-blog .thumb a {
        width: calc((100% - 10px) / 2);
    } 
}
@media screen and (max-width: 500px) {
    .staff-blog .thumb a {
        width: 100%;
    } 
}