/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
br.pc{
    display: none;
  }
  @media (min-width: 768px) {
  br.smp{
    display: none;
  }
  }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

section h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    
}
@media (min-width: 768px) {
    section h2{
        font-size: 2rem;
    }
}

/* メインビジュアル（スライダー） */
.main-visual {
    position: relative;
    margin-bottom: 0;
    height: auto;
}

.main-slider {
    position: relative;
    margin-bottom: 0px;
    /* margin-bottom: 14px; */
}

.main-slider .lazy{
 aspect-ratio: 1920/1080;   
}

.main-slider .slick-slide {
    position: relative;
    height: auto;
}

.main-slider img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}
/* .main-slider img {
    width: 100%;
    height: calc(320vw/3.75);

    object-fit: cover;
    display: block;
} */
.hero-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.hero-text h1 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.hero-text p {
    font-size: 1rem;
}

.main-slider .slick-dots {
    position: static;
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
    z-index: 3;
    padding: 0;
    margin-top: 10px;
}

.main-slider .slick-dots li {
    list-style: none;
}

.main-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.main-slider .slick-dots li button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: background-color 0.3s;
}

.main-slider .slick-dots li.slick-active button:before {
    background-color: #745399;
}
.slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 60vw;
    /* max-height: 566px;  */
  }

@media (min-width: 768px) {

    .main-slider .slick-slide{
        /* height: 566px; */
        text-align: center;
    }
    .main-slider img{
        height: 100%;
        width:100%;
max-width: initial;
margin: 0 auto;
    }
    /* .main-slider img{
        height: 566px;
        width:initial;
max-width: initial;
margin: 0 auto;
    } */
    .main-slider .lazy{
        background-size: contain;
                width: 100%;
                max-height: 810px;
    }
    .slide {
        height: 566px;
      }
    .hero-text h1 {
        font-size: 2.2rem;
    }

    .hero-text p {
        font-size: 1.2rem;
    }
}



/* 緊急情報 */
.emergency-info {
    display: flex;
    background-color: #fff;
    border: 1px solid #e74c3c;
    border-radius: 15px;
    padding: 15px;
    margin: 30px 10px;
    align-items: center;
}

.emergency-icon {
    flex: 0 0 24px;
    color: #e74c3c;
    font-size: 1.2rem;
    margin-right: 15px;
}

.emergency-content {
    flex: 1;
}

.emergency-date {
    background: url(../img/ico_emergency.svg) no-repeat left center;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
    padding-left: 20px;
    background-size: contain;
}

.emergency-content p {
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .emergency-info {
        margin: 30px auto;
        padding: 20px 30px;
        max-width: 1200px;

    }

    .emergency-icon {
        font-size: 1.5rem;
        margin-right: 20px;
    }

    .emergency-content p {
        font-size: 1rem;
    }

}

/* お知らせセクション */
.news-section {
    padding: 30px 15px;
    background-color: #fff;
    margin: 30px 10px 30px;
    border-radius: 15px;
}

.news-section a{
    display: block;
}

.more-btn {
    text-align: center;
    margin-top: 20px;
}

.more-link {
    display: inline-block;
    padding: 10px 40px;
    background-color: #ffffff;
    border: 4px solid #745399;
    border-radius: 30px;
    color: rgb(116, 83, 153);
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    font-size: .9rem;
}

.more-btn a:hover {
    background-color: rgba(116, 83, 153, 0.5);
}



.news-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.news-list-vertical a {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .news-list-vertical a.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .news-video .news-item-content h3::after{
content: none;
  }
.news-item-vertical {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.news-item-image {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.news-video .news-item-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
    border-radius: 10px;
  }
  
  .news-video .news-item-image::after {
    content: '▶';
    font-size: 3rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
  }
.news-item-image .news-new{
    background:     linear-gradient(270deg,rgba(170, 119, 1, 1) 0%, rgba(201, 155, 32, 1) 100%) ;
    color: #fff;
    position: absolute;
    left: 0;
top: 0;
z-index: 9;
padding: .2rem .4rem;
border-radius: 10px 0 0 0 ;
}
.news-item-image .lazy{
    aspect-ratio: 16/9;
    border-radius: 10px;
    background-size: contain;
    background-position: center center;
    background-color: #f6f6f6;
}

.news-item-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
}

.news-item-content {
    position: relative;
    padding-right: 25px;
}

.news-item-date {
    font-size: 0.75rem;
    color: #745399;
    font-weight: bold;
    margin-bottom: 5px;
}

.news-item-content h3 {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    
}
.external-link .news-item-content h3::after {
    content: "";
    display: inline-block;
    background:url(../img/link-external.svg) no-repeat;    background-size: contain;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-left: 0.25em;

}
.news-item-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.9rem;
}
.news-item-image iframe.yt-player {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media (min-width: 768px) {
    .news-section {
        padding: 30px;
        max-width: 1200px;
        margin: 30px auto;
    }

    .news-section h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .news-list-vertical {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .news-list-vertical a {
        width: 100%; 
      }


    .news-item-content h3 {
        font-size: 1.1rem;
    }



    .more-link {
        padding: 12px 30px;
        font-size: 1rem;
        line-height: 1;
    }



    .news-item img {
        height: 120px;
    }
}


/* 大会概要セクション */
.event-overview {
    background: #5d4b8c url(../img/bg_line1_pink.png) no-repeat center top 20px;
    color: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-size: 130%;
}


.overview-content {
    position: relative;
    z-index: 2;
}

.overview-image {
    margin-bottom: 20px;
}

.overview-image .lazy{
    aspect-ratio: 16/9;
}
.overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.overview-catch {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: bold;
    color: #e9e2c9;
    letter-spacing: 0.05em;
}
.overview-catch img{
    width: 90%;
}


.overview-description {
    font-size: 0.9rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.overview-details {
    font-size: 0.9rem;
    line-height: 1.6;
}

.overview-details dt {
    font-weight: bold;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #E3F7D2;
}

.overview-details dd {
    margin-left: 0;
    font-size: 1rem;
    margin-bottom: 30px;
}

.overview-introduction {
    background-color: #f4f4f4;
    margin: 20px 15px 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.overview-introduction img {
    width: 100%;
    height: auto;
    display: block;
}

.introduction-text {
    padding: 20px 15px;
    background-color: #fff;
    color: #333;
    text-align: center;
}

.introduction-text p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333;
}

@media (min-width: 768px) {


    .overview-title {
        font-size: 1.8rem;
    }

    .overview-content {
        max-width: 1140px;
        margin: 0 auto;
    }


    .overview-catch img {
       width: 50%;
    }




    .overview-image img {
        object-fit: cover;
    }

    .overview-description {
        font-size: 1rem;
    }

    .overview-details {
        font-size: 1rem;
    }

    .event-overview {
        background-image: url(../img/bg_line1_pink.png), url(../img/bg_line1_pink.png);
        background-size: 45%;
        background-position: left top calc(-190vw / 12), right bottom calc(-280vw / 12);
        padding: 30px 20px 40px;
        background-repeat: no-repeat;
    }
}

/* 楽しみ方・ヒストリー・見どころバナー */
.card-bnr {
    margin: 30px 20px;

}
.card-bnr span.alt{
    position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.card {
    width: 100%;
    aspect-ratio: 985/555;
    margin-bottom: 30px;
    border-radius: 10px;
}

.card a {
    display: block;
    width: 100%;
    height: 100%;
}

.card.hte .lazy {
    aspect-ratio: 1126/637;

}
.card.dig {
    background: url(../img/bnr_dig.png) no-repeat center top;
    background-size: contain;

}

.card.history .lazy,.card.midokoro .lazy{
aspect-ratio: 985/556;

}



@media (min-width: 768px) {
    .card-bnr {
        max-width: 1200px;
        margin: 30px auto;
    }

    .card {
        aspect-ratio: 1500/225;
        margin-bottom: 0;
    }

    .card.hte .lazy {
        aspect-ratio: 200/30;

    }
    .card.dig {
        background: url(../img/bnr_dig_pc.png) no-repeat center top;
        background-size: contain;

    }

    .card.history .lazy,.card.midokoro .lazy{
        aspect-ratio: 1000/343;
        
        }
        

    .card-bnr.bottom {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px;


    }

    .card-bnr.bottom .card {
        aspect-ratio: 1000 / 342;
    }
}

/* 選手紹介セクション */
.player-section {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    overflow: hidden;
    background-image: url(../img/bg_line1_gold.png), url(../img/bg_line1_gold.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left calc(-90vw / 7.68) top calc(-200vw / 7.68), right calc(-39vw / 7.68) bottom calc(-161vw / 7.68);
    background-size: 100%;

}
.player-section h2 {
color:#E3F7D2;
}

.player-carousel {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
}

.player-slide {
    width: 100%;
}

.player-card {
    width: 300px;
    box-sizing: border-box;
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
}



.player-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.player-image  .lazy{
    aspect-ratio:514/ 914;
}


.slick-center {
    opacity: 1;

}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.carousel-prev,
.carousel-next {
    width: 40px;
  height: 40px;
  background-color: transparent; 
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.carousel-prev {
    background-image: url('../img/arrow_left_green.png'); 
  }
  

  .carousel-next {
    background-image: url('../img/arrow_right_green.png');
  }

.player-more-btn {
    text-align: center;
    margin-top: 20px;

}

.player-more-btn a {
    border-color: #E3F7D2;
    background-color: #000;
    color: #E3F7D2;
}




@media (min-width: 768px) {
    .player-section {
        background-size: 45%;
        background-position: left calc(-30vw / 12) top calc(-120vw / 12), right calc(-28vw / 12) bottom calc(-115vw / 12);
        padding: 30px 0 40px;
    }
}

/* おすすめ動画セクション */
.recommended-video {
    background-color: #fff;
    margin: 30px 10px;
    border-radius: 15px;
    padding: 30px 0;
}
.recommended-video h2{
    margin-bottom: 10px;
}
.video-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.video-slide .video-card {
    background-color: #fff;
    box-shadow: 1px 8px 8px #d2d2d2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 10px;
    width: 100%;
}


.video-thumb img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.video-thumb .lazy{
    aspect-ratio: 16/9;
    border-radius: 10px;
}
.video-date {
    font-size: 0.9rem;
    color: #745399;
    margin: 8px 0 4px;
    font-weight: 600;
}

.video-text {
    font-size: 1rem;
    color: #222;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-controls {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.video-prev,
.video-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.video-prev {
    background-image: url('../img/arrow_left_white.png'); 
  }
  

  .video-next {
    background-image: url('../img/arrow_right_white.png');
  }
.video-carousel .slick-track {
    padding-bottom: 30px;

}
.player-section .lazy-img{
    height: 380px;
}

@media (min-width: 768px) {
    .recommended-video {
        margin: 30px auto;
        max-width: 1200px;
    }

    .video-carousel {
        max-width: 1200px;
    }

    .video-slide .video-card {
        padding: 13px;
        box-sizing: border-box;
        margin: 0 10px;
        width: 100%;
    }

    .video-thumb img {
        width: 100%;
        border-radius: 10px;
        display: block;
    }

    .video-date {
        font-size: 0.9rem;
        margin: 8px 0 4px;
    }

    .video-text {
        font-size: 1rem;
        color: #222;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}




/* 関連ニュースセクション */
.news-dig{
    padding: 20px 15px;
    background-color: #fff;
    margin: 0 10px 30px;
    border-radius: 15px;
}

.logo {
    width: 28%;
    float: right;
}



@media (min-width: 768px) {
    .related-news {
        padding: 30px;
        max-width: 1200px;
        margin: 0 auto 30px;
    }

  
    .news-item img {
        height: 120px;
    }
}





/*	.newsdig
============================== */

.news-dig {
    background-color: #fff;
    margin: 30px 10px;
    border-radius: 15px;
    padding: 30px 0;
}
.news-dig h2{
    margin-bottom: 10px;
}

.news-dig .diglogo,
.news-dig .newsdig{
width: 90%;
max-width: 788px;
margin: auto;
}


a.gid_icon{
/* background: url(../img/logo_newsdig.png) center center no-repeat;
background-size: contain; */
margin:.5em 0 1em;
display: block;
}
a.gid_icon .lazy{
    aspect-ratio:1638/312;
}

.newsdig li{
width: 100%;
padding: 1em 0;
border-top: solid 1px #D9D9D9;
opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
}
.newsdig li.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

.newsdig li a{
    display: grid;
  grid-template-columns: 1fr 160px;
  gap: 0 16px;
  grid-template-rows: auto auto; 
  align-items: start;
}
.newsdig li div{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.newsdig li div .lazy{
display: block;
aspect-ratio: 16/9;
border-radius: 4px;
position: static;
}
.newsdig li div .lazy img{
    position: static;

}
.newsdig li:first-child{
margin-bottom: .5em;
}
.newsdig p:first-child{
color:#745399;
font-weight: bold;
display: block;
grid-column: 1 / 2;
grid-row: 1 / 2;
margin-bottom: 10px;
}
.newsdig p:nth-child(2) {
line-height: 1.5;
text-align: justify;
font-feature-settings: "palt";
position: relative;
grid-column: 1 / 2;
grid-row: 2 / 3;
}

.newsdig li p:nth-child(2)::after {
    content: "";
    display: inline-block;
    background: url(../img/link-external.svg) no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-left: 0.25em;
}



@media (max-width: 767px) {
    .newsdig li a{
        grid-template-columns: 1fr 130px;
    grid-template-rows: auto auto;
    }
a.gid_icon{
height: 60px;
}
.newsdig li p:first-child{
font-size: 12px;
grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.newsdig li p:nth-child(2){
    grid-column: 1 / 2;  
    grid-row: 2 / 3;
}
.newsdig li div{
    grid-column: 2 / 3; 
    grid-row: 2 / 3;
}

}

@media (min-width: 768px) {

.news-dig {
        margin: 30px auto;
        max-width: 1200px;
}

a.gid_icon .lazy{
height: 80px;
width: 100%;
}

.newsdig li{
font-size: 16px;
}
.newsdig li:nth-child(2) div{
    width: 160px;
    }
    a.gid_icon{
        display: inline-block;
    }
}

/************ メダルランキング **************/
.medal-section{
    padding: 30px 15px;
    background-color: #fff;
    margin: 30px 10px 30px;
    border-radius: 15px;
}
.medal-section .update {
    text-align: right;
        font-size: .8em;
        margin-bottom: 5px;
}
.medal-section table { 
    table-layout: fixed;
    width: 100%;
}

.medal-section th { 
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    background-color: #745399;
    color: #fff;
    font-size: .7em;
    padding: 12px 0;
    border-right: 1px solid rgba(255, 255, 255, 1);}
    .medal-section tr{
            border-bottom: #b4b4b4 1px solid;
    border-collapse: collapse;
    }
    .medal-section td {
        font-size: .85em;
        padding: 12px 5px;
    }
    .medal-section #medal_rank th:nth-child(1),
    .medal-section #medal_rank td:nth-child(1) {
      width: 8%;
      text-align: center;
    }
    .medal-section #medal_rank th:nth-child(2),
    .medal-section #medal_rank td:nth-child(2) {
      width: 30%;
    }
.medal-section #medal_rank th:nth-child(3),
.medal-section #medal_rank th:nth-child(4),
.medal-section #medal_rank th:nth-child(5),
.medal-section #medal_rank td:nth-child(3),
.medal-section #medal_rank td:nth-child(4),
.medal-section #medal_rank td:nth-child(5) {
  width: 10%;
  text-align: center;
}
.medal-section #medal_rank th:nth-child(6),
.medal-section #medal_rank td:nth-child(6) {
  width: 12%;
  text-align: center;
}

.medal-section .th_s {
    background: rgba(116, 83, 153, .3);
    font-size: .8em;
    font-weight: bold;
    color: #000;
    border: none;

}

.medal-section .flag {
    width: 16px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid rgba(210, 210, 210, 1);
    position: relative;
}
.medal-section .flag img
 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.medal-section td:nth-child(3) {
    font-weight: bold;
    background-color: rgb(236 236 236);
    text-align: center;
}
.medal-section td:nth-child(4) {
    font-weight: bold;
    text-align: center;
}
.medal-section td:nth-child(5) {
    font-weight: bold;
    background-color: rgb(236 236 236);
    text-align: center;
}
.medal-section td:nth-child(6) {
text-align: center;
}
.medal-section .medal .nt{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;

}
.medal-section .more-btn{
    margin-top: 30px;
}
.medal-section .medal { width: 26px; height: 26px; display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain;}
.medal_g { background-image: url(../img/medal_g.png);}
.medal_s { background-image: url(../img/medal_s.png);}
.medal_b { background-image: url(../img/medal_b.png);}

@media (min-width: 768px) {
    .medal-section .more-btn{
        margin-top: 40px;
    }
    .medal-section{
        padding: 30px 150px;
        max-width: 1200px;
        margin: 30px auto;
    }
    .medal-section .update{
        font-size: .9em;
    }
    .medal-section th{
        font-size: 1em;
    }
    .medal-section .th_s{
        font-size: 1em;
    }
    .medal-section td{
        font-size: 1.13em;
        padding: 20px 5px;
    }
    .medal-section #medal_rank th:nth-child(3),
.medal-section #medal_rank th:nth-child(4),
.medal-section #medal_rank th:nth-child(5),
.medal-section #medal_rank td:nth-child(3),
.medal-section #medal_rank td:nth-child(4),
.medal-section #medal_rank td:nth-child(5) {
  width: 12%;
}
}

/************ 会期中仕様の動画エリア **************/

.recommended-video h3 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0 5px;
}
.carousel-frame {
    position: relative;
  }
  
.video-carousel .slick-track{
    padding-bottom: 15px;
}
/* .video-prev,
.video-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  border: none;
  cursor: pointer;
  background-color: initial;
}

.video-prev { left: 3px; }   
.video-next { right: 3px; }  */


@media (min-width: 768px) {
    .recommended-video h3 {
        font-size: 24px;
        margin: 50px 0 5px;
    }
    .news-dig,.medal-section,.recommended-video,.news-section{
        width: 90%;
    }
}


/************ データ放送バナー **************/

.card.data {
    aspect-ratio: 800/180;

}
.card.data span{
    height: 100%;
}

@media (min-width: 768px) {
    .card.data { 
        width: calc(800vw/12);
        margin: auto;}
}

@media (min-width: 1201px) {
    .card.data { 
        width: 800px;
}
}
/************ uniweb **************/
@media (max-width: 767px) {


.accessibility--FIH .news-dig .diglogo .uniweb--itt-text, .accessibility--FITT .news-dig .diglogo .uniweb--itt-text{
    position: static;
    display: initial;
}}
