.olympics .tickerArea {
    margin-bottom: 10px;
}
.olympics .wrapper {
    background: #f5f5f5;
    color: #333;
    line-height: 1.4;
}
.olympics .wrapper .inner {
    max-width: 896px;
    width: calc(100% - 64px);
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .olympics .wrapper .inner {
        width: calc(100% - 32px);
    }
}
.olympics .wrapper .inner > section {
    padding-bottom: 32px;
}
@media screen and (max-width: 639px) {
    .olympics .wrapper .inner > section {
        padding-bottom: 16px;
    }
}
.olympics .wrapper ._fff {
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin-bottom: 32px;
}
@media screen and (max-width: 639px) {
    .olympics .wrapper ._fff {
        margin-bottom: 0;
    }
}
.olympics .wrapper ._f5f {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    padding-bottom: 32px;
}
@media screen and (max-width: 639px) {
    .olympics .wrapper ._f5f {
        padding-bottom: 16px;
    }
}
.olympics .wrapper #banner .banner_list {
    padding-top: 32px;
}
@media screen and (max-width: 639px) {
    .olympics .wrapper #banner .banner_list {
        padding-top: 15px;
    }
}
.olympics .visual {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.olympics .visual_block {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.olympics .visual_block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.olympics .visual_pc {
    display: block;
}
.olympics .visual_sp {
    display: none;
}
@media screen and (max-width: 639px) {
    .olympics .visual_pc {
        display: none;
    }
    .olympics .visual_sp {
        display: block;
    }
}
.olympics .visual_count {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
@media screen and (max-width: 639px) {
    .olympics .visual_count {
        padding: 25px 0;
    }
}
.olympics .visual_count_title {
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 8px #282c31;
    line-height: 1;
    margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
    .olympics .visual_count_title {
        letter-spacing: 0;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_title {
        font-size: 2rem;
        margin-bottom: 5px;
    }
}
.olympics .visual_count_text {
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 8px #282c31;
    line-height: 1;
    margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
    .olympics .visual_count_text {
        letter-spacing: 0;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_text {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}
.olympics .visual_count_days {
    margin-top: 8px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 8px #282c31;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
    .olympics .visual_count_days {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_days {
        font-size: 1.6rem;
        margin-top: 6px;
    }
}
.olympics .visual_count_days span {
    font-size: 6rem;
}
@media screen and (max-width: 959px) {
    .olympics .visual_count_days span {
        font-size: 3rem;
    }
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_days span {
        font-size: 2.4rem;
    }
}
.olympics .visual_count_days span.visual_count_days_note {
    font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
    .olympics .visual_count_days span.visual_count_days_note {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_days span.visual_count_days_note {
        font-size: 1.4rem;
    }
}
.olympics .visual_count_period {
    display: block;
    margin-top: 16px;
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_period {
        margin-top: 8px;
    }
}
.olympics .visual_count_period p {
    display: inline-block;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #5c3e81;
    padding: 8px 16px;
    border-radius: 100px;
}
@media screen and (max-width: 959px) {
    .olympics .visual_count_period p {
        padding: 8px 16px;
        letter-spacing: 0;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 639px) {
    .olympics .visual_count_period p {
        padding: 5px 8px;
        font-size: 1rem;
    }
}
.olympics .breadcrumbs {
    background: #fff;
    display: block !important;
}
.olympics .breadcrumbs ol li::after {
    border-color: #333;
}
.olympics .breadcrumbs ol li a,
.olympics .breadcrumbs ol li span {
    color: #333;
}
@media screen and (min-width: 960px) {
    .olympics .breadcrumbs ol li a:hover {
        opacity: 1;
        text-decoration: underline;
    }
}
.olympics .primaryTitle + .breadcrumbs {
    margin-top: 15px;
}
@media screen and (max-width: 639px) {
    .olympics .primaryTitle + .breadcrumbs {
        margin-top: 10px;
    }
}
.olympics .secTitle {
    line-height: 1;
    padding: 32px 0 16px;
}
@media screen and (max-width: 639px) {
    .olympics .secTitle {
        padding: 24px 0 8px;
    }
}
.olympics .olypraLink {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.olympics .olypraLink a {
    display: inline-block;
    padding: 10px 15px;
    background: #0e4c81;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    border-radius: 50px;
}
.olympics .olypraLink a::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 3px;
}
@media screen and (min-width: 960px) {
    .olympics .olypraLink a:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 639px) {
    .olympics .olypraLink a {
        padding: 10px 18px;
        font-size: 13px;
    }
    .olympics .olypraLink a::after {
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: rotate(-45deg);
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        content: '';
        position: relative;
        top: -1px;
        display: inline-block;
        margin-left: 3px;
    }
}
.olympics .olypraBottomLink {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 32px 0;
}
@media screen and (max-width: 639px) {
    .olympics .olypraBottomLink {
        padding: 20px 0;
    }
}
.olympics .olypraBottomLink .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.olympics .olypraBottomLink .inner a {
    width: 100%;
    max-width: 60%;
    padding: 15px;
    font-size: 17px;
    line-height: 1;
    border-radius: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.olympics .olypraBottomLink .inner a.left {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.olympics .olypraBottomLink .inner a.left::before {
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    position: relative;
}
.olympics .olypraBottomLink .inner a.right {
    border: 1px solid #0e4c81;
    background: #0e4c81;
    color: #fff;
}
.olympics .olypraBottomLink .inner a.right::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    position: relative;
}
@media screen and (min-width: 960px) {
    .olympics .olypraBottomLink .inner a:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 639px) {
    .olympics .olypraBottomLink .inner {
        flex-wrap: wrap;
    }
    .olympics .olypraBottomLink .inner a {
        max-width: 80%;
        gap: 5px;
    }
}
.olympics .banner_list {
    width: 100%;
}
.olympics .banner_item a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.olympics .banner_item a:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.olympics .banner_item a:hover .banner_item_title span {
    background-size: 100% 1px;
}
.olympics .banner_item a:hover .banner_item_thumb img {
    transform: scale(1.2);
}
.olympics .banner_item a::after {
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    right: 33px;
    background: url(/sports/_static_/img/olympics/arrow.svg) no-repeat center
        center/contain;
}
@media screen and (max-width: 959px) {
    .olympics .banner_item a::after {
        width: 13.5px;
        height: 13.5px;
        right: 9.5px;
    }
}
.olympics .banner_item:nth-child(n + 2) {
    margin-top: 15px;
}
.olympics .banner_item_thumb {
    width: 160px;
    line-height: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.olympics .banner_item_thumb img {
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 959px) {
    .olympics .banner_item_thumb {
        width: 100px;
    }
}
.olympics .banner_item_info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.olympics .banner_item_title,
.olympics .banner_item_sub {
    padding: 0 64px 0 32px;
}
@media screen and (max-width: 959px) {
    .olympics .banner_item_title,
    .olympics .banner_item_sub {
        padding: 0 30px 0 10px;
    }
}
.olympics .banner_item_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    display: inline-block;
}
@media screen and (max-width: 959px) {
    .olympics .banner_item_title {
        font-size: 1.3rem;
    }
}
.olympics .banner_item_title span {
    background-image: linear-gradient(90deg, #333, #333);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.olympics .banner_item_sub {
    font-size: 1.3rem;
    margin-top: 4px;
    color: #333;
    display: block;
}
@media screen and (max-width: 959px) {
    .olympics .banner_item_sub {
        display: none;
    }
}
.olympics .primaryTitle {
    text-align: center;
    padding: 50px 0 25px;
    line-height: 1;
}
@media screen and (max-width: 959px) {
    .olympics .primaryTitle {
        padding: 25px 0 0;
    }
}
.olympics .primaryTitle_jp {
    font-size: 3.2rem;
    font-weight: bold;
}
@media screen and (max-width: 959px) {
    .olympics .primaryTitle_jp {
        font-size: 2rem;
    }
}
.olympics .primaryTitle_en {
    display: inline-block;
    padding: 8px 0;
    color: #999;
    font-size: 1.8rem;
    position: relative;
}
@media screen and (max-width: 959px) {
    .olympics .primaryTitle_en {
        font-size: 1.5rem;
    }
}
.olympics .primaryTitle_en::before,
.olympics .primaryTitle_en::after {
    content: '';
    width: 24px;
    height: 1px;
    background: #999;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}
.olympics .primaryTitle_en::before {
    left: -34px;
}
.olympics .primaryTitle_en::after {
    right: -34px;
}
.olympics .secondaryTitle {
    padding: 32px 0 16px;
}
.olympics .secondaryTitle span {
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (max-width: 959px) {
    .olympics .secondaryTitle span {
        font-size: 1.5rem;
    }
}
.olympics .boxlist_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
@media screen and (max-width: 959px) {
    .olympics .boxlist_item:nth-child(n + 2) {
        margin-top: 8px;
    }
}
.olympics .boxlist_item a {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    min-height: 210px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 959px) {
    .olympics .boxlist_item a {
        padding: 8px;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: stretch;
        min-height: auto;
    }
}
.olympics .boxlist_item a:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.olympics .boxlist_item a:hover .boxlist_item_title span {
    background-size: 100% 1px;
}
.olympics .boxlist_item a:hover .boxlist_item_thumb img {
    transform: scale(1.2);
}
.olympics .boxlist_item_thumb {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.olympics .boxlist_item_thumb img {
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 959px) {
    .olympics .boxlist_item_thumb {
        width: 96px;
        height: 100%;
        flex-shrink: 0;
    }
}
.olympics .boxlist_item_info {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    text-align: justify;
    font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    padding: 8px 12px 12px;
}
@media screen and (max-width: 959px) {
    .olympics .boxlist_item_info {
        padding: 0 15px 0 0;
    }
}
.olympics .boxlist_item_title {
    color: #333;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
}
.olympics .boxlist_item_title span {
    background-image: linear-gradient(90deg, #333, #333);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0%;
}
.olympics .boxlist_item_date {
    color: #333;
    font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
    .olympics .boxlist_item_date {
        margin-top: 8px;
    }
}
@media screen and (min-width: 960px) {
    .olympics .boxlist_25 .boxlist_item {
        width: calc((100% - 96px) / 4);
        margin-right: 32px;
    }
    .olympics .boxlist_25 .boxlist_item:nth-child(4n) {
        margin-right: 0;
    }
    .olympics .boxlist_25 .boxlist_item:nth-child(n + 5) {
        margin-top: 32px;
    }
}
@media screen and (max-width: 959px) {
    .olympics .boxlist_25 .boxlist_item {
        width: 100%;
        margin-right: 0;
    }
}
.olympics .morelink {
    padding-top: 32px;
    text-align: right;
    line-height: 1;
}
@media screen and (max-width: 959px) {
    .olympics .morelink {
        padding-top: 16px;
    }
}
.olympics .morelink a {
    display: inline-block;
    font-size: 1.5rem;
    color: #045e8c;
    padding-right: 22px;
    position: relative;
}
.olympics .morelink a::after {
    border-bottom: solid 2px #045e8c;
    border-right: solid 2px #045e8c;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    top: 2px;
    right: 7px;
}
.olympics .morelink a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 959px) {
    .olympics .linklist {
        overflow-x: scroll;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
.olympics .linklist_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
@media screen and (max-width: 959px) {
    .olympics .linklist_list {
        width: -moz-max-content;
        width: max-content;
        overflow: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
.olympics .linklist_item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
}
@media screen and (max-width: 959px) {
    .olympics .linklist_item {
        width: 76.8vw;
    }
}
.olympics .linklist_item:nth-child(3n) {
    margin-right: 0;
}
.olympics .linklist_item_thimb {
    line-height: 0;
}
.olympics .linklist_item_info {
    margin-top: 8px;
}
.olympics .linklist_item_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}
.olympics .linklist_item_sub {
    font-size: 1.3rem;
    margin-top: 8px;
    color: #333;
}
.olympics .linklist_item:hover {
    cursor: pointer;
    opacity: 0.6;
}
.olympics .olypraAco .accHide {
    display: none;
}
.olympics .olypraAco_btn {
    text-align: center;
    width: 60%;
    margin: 32px auto 0;
}
.olympics .olypraAco_btn button {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1;
    padding: 15px;
    background: #fff;
    border: 1px solid #333;
    font-weight: bold;
    border-radius: 50px;
}
.olympics .olypraAco_btn button::after {
    border-left: solid 2px #333;
    border-bottom: solid 2px #333;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -3px;
}
@media screen and (min-width: 960px) {
    .olympics .olypraAco_btn button:hover {
        cursor: pointer;
        opacity: 0.6;
    }
}
.olympics .olypraAco_btn.accOn button::after {
    transform: rotate(135deg);
    top: 2px;
}
@media screen and (max-width: 639px) {
    .olympics .olypraAco_btn {
        width: auto;
        margin: 15px auto 0;
    }
    .olympics .olypraAco_btn button {
        width: auto;
        display: inline-block;
        font-size: 13px;
        padding: 10px 20px;
    }
    .olympics .olypraAco_btn button::after {
        border-left: solid 2px #333;
        border-bottom: solid 2px #333;
        transform: rotate(-45deg);
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        content: '';
        position: relative;
        display: inline-block;
        margin-left: 10px;
        top: -3px;
    }
}
.olympics .conn {
    margin-bottom: 32px;
}
.olympics .schedulesTable {
    margin-top: 10px;
}
.olympics .schedulesTable_note {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable_note {
        font-size: 1.2rem;
    }
}
.olympics .schedulesTable_note._right {
    justify-content: flex-end;
    text-align: right;
}
.olympics .schedulesTable_note img {
    width: 18px;
    margin-right: 5px;
}
.olympics .schedulesTable_outer {
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    isolation: isolate;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #aaa;
}
.olympics .schedulesTable_inner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: auto;
    overscroll-behavior: none;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable_inner {
        max-height: 40vh;
    }
}
.olympics .schedulesTable table {
    table-layout: fixed;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table {
        width: auto;
    }
}
.olympics .schedulesTable table thead th,
.olympics .schedulesTable table thead td {
    position: sticky;
    text-align: center;
    padding: 0 5px;
    z-index: 1;
    line-height: 1;
}
.olympics .schedulesTable table thead th {
    font-size: 1.6rem;
    width: 300px;
    z-index: 3;
    left: 0;
    top: 0;
    background: #4b95bc;
    color: #fff;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table thead th {
        font-size: 1.4rem;
        width: 180px;
        min-width: 180px;
    }
}
.olympics .schedulesTable table thead td {
    font-size: 1.4rem;
    height: 30px;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table thead td {
        height: 25px;
        font-size: 1.2rem;
    }
}
.olympics .schedulesTable table thead td.month {
    background: #4b95bc;
    color: #fff;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    top: 0;
}
.olympics .schedulesTable table thead td.month:last-child {
    border-right: none;
}
.olympics .schedulesTable table thead td.day {
    background: #fff;
    width: 30px;
    min-width: 30px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    top: 30px;
}
.olympics .schedulesTable table thead td.day:last-child {
    border-right: none;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table thead td.day {
        top: 25px;
    }
}
.olympics .schedulesTable table thead td.week {
    background: #fff;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    top: 60px;
}
.olympics .schedulesTable table thead td.week:last-child {
    border-right: none;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table thead td.week {
        top: 50px;
    }
}
.olympics .schedulesTable table tbody th,
.olympics .schedulesTable table tbody td {
    line-height: 1.5;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table tbody th,
    .olympics .schedulesTable table tbody td {
        word-break: break-word;
        padding: 5px;
    }
}
.olympics .schedulesTable table tbody tr:last-child th,
.olympics .schedulesTable table tbody tr:last-child td {
    border-bottom: none;
}
.olympics .schedulesTable table tbody th {
    font-size: 1.4rem;
    background: #fff;
    position: sticky;
    left: 0;
    font-weight: bold;
    z-index: 2;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table tbody th {
        font-size: 1.2rem;
    }
}
.olympics .schedulesTable table tbody th span,
.olympics .schedulesTable table tbody th a {
    padding: 5px 10px;
    color: #333;
    display: block;
}
.olympics .schedulesTable table tbody th a {
    text-decoration: underline;
}
.olympics .schedulesTable table tbody td {
    background: #fff;
    text-align: center;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    line-height: 1;
}
@media screen and (max-width: 639px) {
    .olympics .schedulesTable table tbody td {
        width: 30px;
        min-width: 30px;
    }
}
.olympics .schedulesTable table tbody td._hold {
    font-size: 1.4rem;
}
.olympics .schedulesTable table tbody td._awards img {
    width: 16px;
    height: auto;
}
.olympics .timelines_block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
@media screen and (max-width: 639px) {
    .olympics .timelines_block {
        flex-wrap: wrap;
    }
}
.olympics .timelines_games {
    width: calc((100% - 32px) / 2);
    background: #fff;
    padding: 65px 32px 32px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
    .olympics .timelines_games {
        width: 100%;
        padding: 16px 16px 8px;
        border-radius: 4px;
    }
    .olympics .timelines_games:nth-child(n + 2) {
        margin-top: 8px;
    }
}
.olympics .timelines_games_title {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    top: -24px;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .olympics .timelines_games_title {
        position: static;
        transform: none;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }
}
.olympics .timelines_games_title_icon {
    width: 48px;
    height: 48px;
}
@media screen and (max-width: 639px) {
    .olympics .timelines_games_title_icon {
        margin: 0;
        width: 30px;
        height: 30px;
    }
}
.olympics .timelines_games_title_text {
    margin-top: 8px;
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 639px) {
    .olympics .timelines_games_title_text {
        font-size: 1.5rem;
        margin-top: 0;
    }
}
.olympics .timelines_games_title_text span {
    display: none;
}
@media screen and (max-width: 639px) {
    .olympics .timelines_games_title_text span {
        display: inline-block;
    }
}
.olympics .timelines_games_item {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 12px 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.olympics .timelines_games_item:nth-child(n + 2) {
    border-top: 1px solid #efefef;
}
.olympics .timelines_games_item_year {
    margin-right: 8px;
}
.olympics.discipline .primaryTitle {
    padding-bottom: 0;
}
.olympics.discipline .guideList {
    margin-top: 20px;
}
.olympics.discipline .guideList ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guideList ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
.olympics.discipline .guideList ul li {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.olympics.discipline .guideList ul li a {
    color: #333;
}
.olympics.discipline .guideList ul li a.nolink {
    pointer-events: none;
}
.olympics.discipline .guideList ul li span {
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 8px 3px;
    font-weight: bold;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guideList ul li span {
        font-size: 11px;
        padding: 5px 3px;
    }
}
.olympics.discipline .guideList ul li figure {
    overflow: hidden;
}
.olympics.discipline .guideList ul li figure img {
    transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 960px) {
    .olympics.discipline .guideList ul li :not(.nolink):hover {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
    .olympics.discipline .guideList ul li :not(.nolink):hover a {
        text-decoration: underline;
    }
    .olympics.discipline .guideList ul li :not(.nolink):hover figure img {
        transform: scale(1.2);
    }
}
.olympics.discipline .guide_block {
    padding-bottom: 32px;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block {
        padding-bottom: 16px;
    }
}
.olympics.discipline .guide_block > * {
    margin: 32px auto;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block > * {
        margin: 16px auto;
    }
}
.olympics.discipline .guide_block strong {
    font-weight: bold;
    font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block strong {
        font-size: 1.4rem;
    }
}
.olympics.discipline .guide_block h4 {
    display: block;
    position: relative;
    color: #506991;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 0;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block h4 {
        font-size: 1.6rem;
    }
}
.olympics.discipline .guide_block h4::before {
    content: '';
    background: url(/sports/_static_/img/common/icon_arrow.svg) no-repeat center
        center/21px 21px;
    display: inline-block;
    margin-right: 3px;
    width: 21px;
    height: 21px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block h4::before {
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
        margin-right: 4px;
    }
}
.olympics.discipline .guide_block figure {
    display: block;
    width: 60%;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block figure {
        width: 85%;
    }
}
.olympics.discipline .guide_block figure:first-of-type {
    width: 80%;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block figure:first-of-type {
        width: 100%;
    }
}
.olympics.discipline .guide_block p {
    line-height: 2;
    font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block p {
        line-height: 1.6;
        font-size: 1.4rem;
    }
}
.olympics.discipline .guide_block .blue {
    color: #506991;
}
.olympics.discipline .guide_block .right {
    text-align: right;
    font-size: 1.4rem;
    color: #666;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .guide_block .right {
        font-size: 1.2rem;
    }
}
.olympics.discipline .table p {
    line-height: 1.3;
}
.olympics.discipline .table p.table_title {
    font-weight: bold;
    font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .table p.table_title {
        font-size: 1.4rem;
    }
}
.olympics.discipline .table p.table_text {
    margin-top: 8px;
    font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .table p.table_text {
        font-size: 1.2rem;
    }
}
.olympics.discipline .table p.table_date {
    text-align: right;
    margin-top: 8px;
    font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .table p.table_date {
        font-size: 1.2rem;
    }
}
.olympics.discipline table {
    width: 100%;
    font-size: 1.4rem;
    table-layout: fixed;
    margin-top: 15px;
}
@media screen and (max-width: 639px) {
    .olympics.discipline table {
        font-size: 1.2rem;
    }
}
.olympics.discipline table th,
.olympics.discipline table td {
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
    .olympics.discipline table th,
    .olympics.discipline table td {
        word-break: break-word;
        padding: 5px;
    }
}
.olympics.discipline table th {
    font-weight: bold;
    background: #f2f2f2;
}
.olympics.discipline table th.daygroup {
    width: 10%;
}
@media screen and (max-width: 639px) {
    .olympics.discipline table th.daygroup {
        width: 12%;
        padding: 0;
    }
}
.olympics.discipline table th.day {
    width: 20%;
}
@media screen and (max-width: 639px) {
    .olympics.discipline table th.day {
        width: 15%;
    }
}
.olympics.discipline table th.time {
    width: 20%;
}
@media screen and (max-width: 639px) {
    .olympics.discipline table th.time {
        width: 15%;
    }
}
.olympics.discipline table th.type {
    width: 50%;
}
@media screen and (max-width: 639px) {
    .olympics.discipline table th.type {
        width: 53%;
    }
}
.olympics.discipline table ._center {
    text-align: center;
}
.olympics.discipline .scheduleBtn {
    display: block;
    margin: 15px auto;
    width: 250px;
    padding: 10px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
    background: #000;
    color: #fff;
}
@media screen and (max-width: 639px) {
    .olympics.discipline .scheduleBtn {
        width: 60%;
    }
}
.olympics.discipline .scheduleBtn:hover {
    opacity: 0.6;
}
.olympics .videos {
    margin-top: 32px;
}
@media screen and (max-width: 639px) {
    .olympics .videos {
        margin-top: 15px;
    }
}

body.olympics.videos .boxlist {
    margin-top: 32px;
}
@media screen and (max-width: 639px) {
    body.olympics.videos .boxlist {
        margin-top: 16px;
    }
}
body.olympics.videos .videoPlayer .inner {
    max-width: 800px;
}
body.olympics.videos .videoPlayer .dokos-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
body.olympics.videos .videoPlayer .dokos-embed-container iframe,
body.olympics.videos .videoPlayer .dokos-embed-container object,
body.olympics.videos .videoPlayer .dokos-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.olympics.videos .recommendVideo .videoList {
    width: 100%;
    overflow-x: auto;
}
body.olympics.videos .recommendVideo .videoList ul {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
body.olympics.videos .recommendVideo .videoList ul li {
    width: 292px;
}
@media screen and (min-width: 960px) {
    body.olympics.videos .recommendVideo .videoList ul li .thumb img,
    body.olympics.videos .recommendVideo .videoList ul li .title {
        transition: all 0.2s ease-in-out;
    }
    body.olympics.videos .recommendVideo .videoList ul li:hover .thumb img {
        transform: scale(1.2);
    }
    body.olympics.videos .recommendVideo .videoList ul li:hover .title {
        opacity: 0.6;
    }
}
@media screen and (max-width: 639px) {
    body.olympics.videos .recommendVideo .videoList ul li {
        width: 200px;
    }
}
body.olympics.videos .recommendVideo .videoList ul li .thumb {
    position: relative;
    overflow: hidden;
}
body.olympics.videos .recommendVideo .videoList ul li .thumb span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
}
@media screen and (max-width: 639px) {
    body.olympics.videos .recommendVideo .videoList ul li .thumb span {
        font-size: 12px;
        right: 3px;
        bottom: 3px;
    }
}
body.olympics.videos .recommendVideo .videoList ul li .thumb::after {
    content: '';
    width: 45px;
    height: 45px;
    background: url(/sports/_static_/img/common/icon_play.svg) no-repeat center
        center/contain;
    position: absolute;
    left: 5px;
    bottom: 5px;
    pointer-events: none;
}
@media screen and (max-width: 639px) {
    body.olympics.videos .recommendVideo .videoList ul li .thumb::after {
        width: 35px;
        height: 35px;
        left: 3px;
        bottom: 3px;
    }
}
body.olympics.videos .recommendVideo .videoList ul li .title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
@media screen and (max-width: 639px) {
    body.olympics.videos .recommendVideo .videoList ul li .title {
        font-size: 14px;
    }
}
body.olympics.videos .recommendVideo .videoList ul li .title a {
    color: #000000;
}
body.olympics.videos .recommendVideo .videoList ul li .title ._subtext {
    margin-top: 5px;
}
