.container{
    background-color: #0b0f12;
}
.footer{
    position: relative;
    bottom: 0 !important;
}
.sp_page_title{
    height: 0;
    position: relative;
}
.sp_page_title h1{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
}
.breadcrumb{
    display:flex;
    align-items: center;
    padding-left:0.3rem;
    position: relative;
}
.breadcrumb::before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    background: url(../svg/home_icon.svg) 0 0 no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}
.breadcrumb_item {
    display: flex;
    align-items: center;
}
.breadcrumb_item:not(:last-child)::after {
    content: "»";
    margin: 0 0.5em;
}

.breadcrumb_item a {
    text-decoration: none;
    color:var(--clr-text-01)
}

.breadcrumb_item.active {
    font-weight: bold;
    color:var(--clr-text);
}
.news_ct h1{
    color: var(--clr-text-01);
    padding:0 0 0.4rem 0;
}
.font_en .news_ct h1{
    font-family:var(--font-fm-deluxe);
    font-size: var(--font-sz-t5);
}
.font_zh-Hant .news_ct h1{
    font-size: var(--font-sz-06);
}
.font_ru .news_ct h1{
    font-size: var(--font-sz-t5);
}
.font_de .news_ct h1{
    font-size: var(--font-sz-t5);
}
.font_ja .news_ct h1{
    font-size: var(--font-sz-06);
}
.font_pt-BR .news_ct h1{
    font-size: var(--font-sz-t5);
}



.news_author_date {
    display: flex;
    justify-content: space-between;
}
  
.news_author_date span {
    order: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.news_author_date span::after{
    content: "\2713";
    position: absolute;
    top:50%;
    right: 0;
    border-radius: 100vw;
    background: #fd6512;
    text-align: center;
    color: #0b0f12;
    transform: translateY(-50%);
}

.news_author_date time {
    order: 2;
}
.news_top_line{
    padding-top: 0.4rem;
    margin-top: 0.4rem;
    position: relative;
}
.news_top_line::before,.news_top_line::after{
    content: "";
    position: absolute;
    top: -0.02rem;
    height: 0.02rem;
    width: 2%;
}
.news_top_line::before{
    left: 0;
}
.news_top_line::after{
    right: 0;
}
.article_content{
    color:var(--clr-text-01);
    font-size: var(--font-sz-s3);
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.font_zh-Hant .article_content span,
.font_zh-Hant .article_content strong,
.font_zh-Hant .article_content a,
.font_zh-Hant .article_content b,
.font_zh-Hant .article_content em,
.font_zh-Hant .article_content table,
.font_zh-Hant .article_content{
    font-family:system-ui;
}
.font_ja .article_content span,
.font_ja .article_content strong,
.font_ja .article_content a,
.font_ja .article_content b,
.font_ja .article_content em,
.font_ja .article_content table,
.font_ja .article_content{
    font-family:system-ui;
}
.font_en .article_content{
    font-family: var(--font-fm-arial);
}
.font_de .article_content{
    font-family: var(--font-fm-arial);
}
.font_ru .article_content{
    font-family: var(--font-fm-arial);
}
.font_pt-BR .article_content{
    font-family: var(--font-fm-arial);
}
.article_content a{
    color:var(--clr-text);
    display: inline-block;
}
.article_content a:hover{
    color: var(--clr-org-01);
}
.article_content img{
    max-width: 100%;
    height:auto;
    margin: 0 auto 0.2rem auto;
}
.article_content p,.article_content ul,.article_content table{
    margin-bottom: 0.1rem;
}
.tag_list{
    display: flex;
    justify-content: flex-end;
}
.tags{
    display: flex;
    flex-wrap: wrap;
}
button.news_tags{
    cursor: default;
}
.tags li,.news_tags{
    position: relative;
    background-color:#1f2122;
    color:#a1a1a1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tags li.active,.news_tags:hover,
.tags li:hover{
    color:var(--clr-text-01);
}
.tags li.active::after,.tags li:hover::after,.news_tags:hover::after{
    filter: brightness(6);
}
.tags li::after,.news_tags::after{
    content: "";
    position: absolute;
    top:0;
    right: 0;
    background:url(../svg/tag_icon.svg) 50% 50% no-repeat;
    background-size: 70%;
    filter: brightness(0.6);
}

/* .font_ja .tags li:nth-child(2),.font_ja .tags li:nth-child(3),.font_ja .tags li:nth-child(4){
    display: none;
}
.font_ru .tags li:nth-child(2),.font_ru .tags li:nth-child(3),.font_ru .tags li:nth-child(4){
    display: none;
}
.font_de .tags li:nth-child(2),.font_de .tags li:nth-child(3),.font_de .tags li:nth-child(4){
    display: none;
}
.font_pt-BR .tags li:nth-child(2),.font_pt-BR .tags li:nth-child(3),.font_pt-BR .tags li:nth-child(4){
    display: none;
} */
.no_item{
    padding: 1rem 0;
    text-align: right;
}
.font_zh-Hant .no_item,
.font_zh-Hant .news_list_item{
    font-family: system-ui;
}
.font_ja .no_item,
.font_ja .news_list_item{
    font-family: system-ui;
}
.news_list_item {
    display: grid;
    grid-template-rows:auto auto 1fr auto;
    height: 100%;
    gap: 0.3rem;
}

.news_list_item  a:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
}

.news_list_item  h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.news_list_item  p {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}

.news_list_item .news_author_date {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.news_list_item .news_author_date span,.news_list_item .news_author_date time {
    grid-column: 1 / 2;
}

.news_list_item .news_author_date button {
    grid-column: 2 / 3;
    grid-row: 2 / 1;
    justify-self: end;
}

.news_list_item p:last-child {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.news_list_item > h3{
    font-size: var(--font-sz-04);
    background: linear-gradient(to bottom, #c5cdc7, #929b96);
    text-wrap: balance;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font_zh-Hant .news_list_item > h3{
    font-size: var(--font-sz-04);
    font-family: system-ui;
}
.font_ja .news_list_item > h3{
    font-size: var(--font-sz-04);
    font-family: system-ui;
}
.news_list_item > a img{
    width: 98%;
}
.news_list_item > h3 a{
    text-decoration: none;
}
/* .news_list_item  p{
    font-size: 0.2rem;
} */
.news_list_item > .news_author_date > span,
.news_list_item > .news_author_date > time{
    color: var(--clr-text);
    width: -moz-fit-content;
    width: fit-content;
}
.more_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_more_list{
    position: relative;
    text-align: center;
    color:var(--clr-org-01);
    cursor: pointer;
}
.btn_more_list::after{
    content: "";
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    background: url(../svg/arrow_chevron_double_right.svg) no-repeat right center;
    background-size: cover;
}
.news_loading,
.content_loading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_loading{
    opacity: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: opacity 0.5s, height 0.5s;
}
.content_loading.visible {
    opacity: 1;
    height: 10vh;
}
.news_loading{
    width: 100%;
    height: 20vh;
}
.content_loading svg path,
.content_loading svg rect{
  fill: var(--clr-org-01);
}
.sp_page_title h1{
    font-size: var(--font-sz-t2);
    top:-2.5rem;
}
.font_zh-Hant .sp_page_title h1{
    font-size: var(--font-sz-t1);
}
.font_ja .sp_page_title h1{
    font-size: var(--font-sz-t1);
}
.news_bc{
    padding:0.6rem 3.8rem 0.1rem 3.8rem;
}
.news_ct,.list_ct{
    padding:0.3rem 3.8rem 2rem 3.8rem;
}
.font_zh-Hant .news_ct{
    font-family: system-ui;
}
.font_ja .news_ct{
    font-family: system-ui;
}
.breadcrumb{
    font-size:var(--font-sz-03);
}
.breadcrumb::before{
    width: 0.2rem;
    height: 0.2rem;
}
.news_author_date {
    font-size: var(--font-sz-01);
}
.news_author_date span {
    padding-right: 0.24rem;
}
.news_author_date span::after{
    font-size: var(--font-sz-s1);
    width: 0.12rem;
    height: 0.12rem;
}
.news_top_line{
    border-top: 0.02rem solid #1f2325;
}
.news_top_line::before,.news_top_line::after{
    border-top: 0.02rem solid #717375;
}
.tags li,.news_tags{
    padding-left: 0.1rem;
    padding-right: 0.4rem;
    border-radius: 0.03rem;
    height: 0.3rem;
    font-size: var(--font-sz-02);
    margin-left: 0.2rem;
    text-transform:uppercase;
}
.font_zh-Hant .tags li,.font_zh-Hant .news_tags{
    font-size: var(--font-sz-s3);
    font-family: system-ui;
}
.font_ja .tags li,.font_ja .news_tags{
    font-size: var(--font-sz-s3);
    font-family: system-ui;
}
.tags li::after,.news_tags::after{
    width: 0.3rem;
    height: 0.3rem;
}
.news_list_item {
    grid-template-columns: 30% 67%;
    font-size: var(--font-sz-s3);
}
.more_list{
    padding:0.5rem 0;
}
.btn_more_list{
    position: relative;
    width: 4rem;
    height: 0.2rem;
    padding-top:0.3rem;
    font-size:var(--font-sz-02);
    letter-spacing: 0.04rem;
}
.font_zh-Hant .btn_more_list{
    font-family: system-ui;
}
.font_ja .btn_more_list{
    font-family: system-ui;
}

.btn_more_list::after{
    left:calc(50% - 0.15rem);
    width: 0.3rem;
    height: 0.3rem;
}

@media only screen and (max-width: 1024px) {

    .header{
        height: 43.333vw;
        background: url(../img/m_sp_banner.jpg) no-repeat center center;
        background-size: cover;
    }
    .news_list_item {
        grid-template-columns:40% 56%;
    }
    .news_bc{
        padding:0.6rem 0.38rem 0.1rem 0.38rem;
    }
    .news_ct,.list_ct{
        padding:0.3rem 0.38rem 2rem 0.38rem;
    }
    .breadcrumb{
        padding-left: 0.6rem;
    }
    .breadcrumb::before {
        width: 0.4rem;
        height: 0.4rem;
    }
    .tags li, .news_tags {
        padding-left: 0.2rem;
        padding-right: 0.6rem;
        border-radius: 0.03rem;
        height: 0.5rem;
        font-size: var(--font-sz-06);
        margin-left: 0.2rem;
    }
    .tags li::after,.news_tags::after{
        width: 0.5rem;
        height: 0.5rem;
    }
    .tags li::after, .news_tags::after {
        top: 0;
        background-size: 60%;
    }
    .font_zh-Hant .tags li,
    .font_zh-Hant  .news_tags{
        font-size: var(--font-sz-04);
    }
    .font_ja .tags li,
    .font_ja  .news_tags{
        font-size: var(--font-sz-04);
    }
    .font_en .breadcrumb{
        font-size:var(--font-sz-10);
    }
    .font_ru .breadcrumb{
        font-size:var(--font-sz-10);
    }
    .font_de .breadcrumb{
        font-size:var(--font-sz-10);
    }
    .font_pt-BR .breadcrumb{
        font-size:var(--font-sz-10);
    }
    .font_zh-Hant .breadcrumb{
        font-size:var(--font-sz-11);
    }
    .font_ja .breadcrumb{
        font-size:var(--font-sz-11);
    }
    .breadcrumb_item:not(:last-child)::after {
        font-size: 0.5rem;
    }
    .news_ct h1{
        font-size: var(--font-sz-t6);
    }
    .font_zh-Hant .news_ct h1{
        font-size: var(--font-sz-t6);
    }
    .font_ja .news_ct h1{
        font-size: var(--font-sz-t6);
    }
    .font_en .news_author_date {
        font-size: var(--font-sz-06);
    }
    .font_de .news_author_date {
        font-size: var(--font-sz-06);
    }
    .font_ru .news_author_date {
        font-size: var(--font-sz-06);
    }
    .font_pt-BR .news_author_date {
        font-size: var(--font-sz-06);
    }
    .font_zh-Hant .news_author_date {
        font-size: var(--font-sz-06);
    }
    .font_ja .news_author_date {
        font-size: var(--font-sz-06);
    }
    .article_content{
        font-size: var(--font-sz-08);
        font-family: system-ui, sans-serif;
    }
    .btn_more_list{
        font-size:var(--font-sz-06);
    }
    .news_list_item {
        font-size: var(--font-sz-s3);
    }
    .news_list_item > h3 {
        font-size: var(--font-sz-12);
    }
    .font_zh-Hant .news_list_item > h3 {
        font-size: var(--font-sz-08);
        font-family: system-ui;
    }
    .font_zh-Hant .news_list_item p {
        font-size:var(--font-sz-06);
    }
    .font_ja .news_list_item > h3 {
        font-size: var(--font-sz-08);
        font-family: system-ui;
    }
    .font_ja .news_list_item p {
        font-size:var(--font-sz-06);
    }

    
    .join_community {
        margin-bottom: 1rem;
    }

    .join_community h6 {
        font-size: var(--font-sz-t1);
        padding-top: 5vh;
        text-align: center;
        color: var(--clr-text-01);
        border-bottom: 0.01rem solid rgba(255, 255, 255, .1);
        padding-bottom: 0.4rem;
        position: relative;
        z-index: 1;
    }

    .join_community h6::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.06rem;
        background-color: rgba(255, 255, 255, .1);
        left: 0;
        bottom: -0.13rem;
    }

    .join_community .social_media {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 1rem 0;
        gap: .8rem;
    }

    .join_community .social_media a {
        --sz: 1.5rem;
        width: var(--sz);
        height: var(--sz);
        background-color: #000;
        opacity: 0.8;
    }









    
}
@media only screen and (min-width: 1025px) {
    .header{
        height: 24.375vw;
        background: url(../img/4k_sp_banner.jpg) no-repeat center center;
        background-size: cover;
    }

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
    .join_community h6 {
        padding-top: 10vh;
        padding-bottom: 0.1rem;
    }

    .join_community .social_media {
        padding: .5rem 0 0 0;
        gap: .3rem;
    }
}
/* 
@media only screen and (min-width: 3840px) {
    .header{
        height: 24.375vw;
        background: url(../img/4k_sp_banner.jpg) no-repeat center center;
        background-size: cover;
    }
    .news_list_item{
        grid-template-columns: 20% 77%;
    }
    .news_author_date,
    .article_content{
        font-size: var(--font-sz-03);
    }
    .news_list_item > h3{
        font-size: var(--font-sz-11);
    }
    .font_zh-Hant .news_list_item > h3{
        font-size: var(--font-sz-08);
    }
    .news_list_item {
        font-size: var(--font-sz-07);
    }
    .tags li, .news_tags {
        font-size: var(--font-sz-06);
        height: 0.4rem;
        padding-left: 0.2rem;
    }
    .breadcrumb {
        font-size: var(--font-sz-06);
    }
    .tags li,.news_tags{
        padding-left: 0.1rem;
        height: 0.4rem;
    }
    .tags li::after, .news_tags::after {
        width: 0.4rem;
        height: 0.4rem;
    }
}
 */
