.banner-top {
    position: relative;
}

.banner-top .image {
    height: 240px;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .banner-top .image {
        height: auto;
    }
}

.banner-top .image img {
    width: 100%;
}

.title-on-image-one {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.wrapContentBanner {
    position: absolute;
    color: #fff;
    font-weight: 900;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.16);
}

.bannerTextSmall {
    font-size: 15px;
    max-width: 360px;
}

.bannerTextBottom {
    font-size: 16px;
    font-weight: lighter;
    color: #0a0a0a;
    background-color: #FEF203;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1;
}

.bannerTextBig {
    font-size: 32px;
    line-height: 40px;
    margin-top: 48px;
    max-width: 352px;
}
@media (min-width: 1024px) {
    .bannerTextBig {
        margin-top: -40px;
    }
}

.banner-top .yellow_circle {
    position: absolute;
    background: #fef203;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    right: 15px;
    top: 45px;
    color: #000;
    padding: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner-top .yellow_circle span {
    font-size: 10px;
    color: #7a7755;
}

.banner-top .yellow_circle p {
    font-size: 16px;
    font-weight: 900;
}

.wrapButton {
    padding: 8px;
    border-radius: 24px;
    background: #fff;
    margin-top: -40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    position: relative;
    margin-bottom: 16px;
}

.wrapButton .wrapItemButton {
    border-radius: 16px;
    background: #FDBC00;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 10px;
    font-size: 18px;
}

.wrapButton .wrapItemButton > svg {
    height: 25px;
    min-width: 32px;
}

.wrapButton .wrapItemButton a {
    color: #000;
    text-decoration: none;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
}

.box-new-topic {
    margin-bottom: 40px;
}

.text-title-box {
    margin-bottom: 26px;
    text-align: center;
}

.text-title-box h2 {
    color: #FDBC00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.text-title-box span {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.box-new-topic .row-news {
    padding: 14px 16px 22px;
    background: #F5F5F5;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.box-new-topic .row-news .date {
    color: #999999;
}

.btn-new-topic {
    margin-top: 16px;
}

.btn-new-topic .btn-warning {
    width: 40px;
    height: 40px;
}

.btn-new-topic a{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: "Noto Sans JP", serif;
}

.box-characteristic {
    background: url("../../images/bg_box_item.png");
    background-size: 100% 101%;
    padding: 42px 16px 40px;
    text-align: center;
    margin-top: 40px;
}

.box-characteristic .text-title-box {
    text-align: center;
    margin-bottom: 26px;
}

.box-characteristic .text-title-box h2{
    font-size: 16px;
    font-weight: bold;
    color: #FDBC00;
}

.box-characteristic .text-title-box span{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.box-list-item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.box-list-item .box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    background: #292929;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 24px 10px;
    text-align: center;
}

.box-list-item .box-item span {
    font-size: 13px;
    font-weight: normal;
}

.box-characteristic-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-characteristic-icon svg {
    width: 100%;
    height: 100%;
}

.box_ticketing {
    background: #FDBC00;
    padding: 20px 24px;
}

.box_ticketing .ticket:first-child {
    margin-bottom: 106px;
}

.box_ticketing .image {
    max-width: 240px;
    margin: 0  auto 14px;
}

.box_ticketing .image img {
    border-radius: 24px;
}

.box_ticketing .ticket h4{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}

.box_ticketing .ticket p{
    font-size: 16px;
    color: #000;
}

.box_usage_scene {
    padding-top: 42px;
}

.box_usage_scene .box_usage {
    width: 50%;
    position: relative;
}

.box_usage_scene .box_usage img{
    width: 100%;
    height: 100%;
}

.box_usage_scene .box_usage .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    width: 100%;
}

.box_usage_scene .box_usage .title p {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box_usage_scene .box_usage .title span {
    font-size: 12px;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-table {
    padding-top: 40px;
    color: #fff;
    font-size: 13px;
}

.box-table .table-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.box-table .table-container {
    position: relative;
    overflow: hidden;
    max-height: 528px;
    transition: max-height 0.3s ease-in-out;
    padding-top: 20px;
}

.box-table .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
    transition: opacity 0.3s;
}

.box-table .table-container.expanded .overlay {
    opacity: 0;
}

.box-table .table-container.expanded {
    max-height: none;
}

.box-table table {
    width: 100%;
}

.box-table th, .box-table td {
    border: 4px solid #999;
}

.box-table th {
    background: #666666;
    height: 32px;
}

.box-table th:nth-child(2) {
    border: none;
    background: #FDBC00;
    margin: 0;
}

.box-table td:nth-child(2) {
    border: 5px solid #FDBC00;
}

.box-table th:nth-child(2) {
    width: calc(100% + 6px);
    position: relative;
    right: 2px;
}

.box-table td:first-child {
    width: 25%;
    background: #666666;
    color: #fff;
}

.box-table td {
    width: 25%;
    text-align: center;
    height: 44px;
    color: #000;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    top: -20px;
    z-index: 3;
    background: #FDBC00;
    border-radius: 16px 16px 0 0;
    padding: 4px;
    height: 48px;
    color: #000;
    width: calc(100% + 11px);
}

.logo-container img {
    width: 27px;
    height: 32px
}

.box-table tr:first-child th {
    border-top: none;
    text-align: center;
}

.box-table th:nth-child(1),
.box-table td:nth-child(1) {
    border-right: none;
}

.box-table .btn {
    background: #FDBC00;
    font-size: 16px;
    padding: 18px;
    border-radius: 40px;
    margin: 24px 0 16px;
}

.box-table .btn-pdf {
    background: #FDBC00;
    font-weight: bold;
    padding: 18px;
    border-radius: 40px;
    width: max-content;
    margin: 0 auto 40px;
}

.box-table .btn-pdf span {
    font-weight: normal;
}

.tablePC {
    margin-top: 75px;
}

.tablePC .box-table th{
    height: 56px;
}

.tablePC .logo-container {
    top: -40px;
    right: 6px;
}

.box_achievements {
    background: #F5F5F5;
    padding: 42px 0;
}

.list_archives .archives {
    padding:16px;
    background: #FFF;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}
.list_archives .sub-archives {
    display: none;
}
.button-show-less{
    display: none;
}
.button-show-more{
    display: flex;
}
.button-show-less, .button-show-more{
    justify-content: center;
}

@media (min-width: 1200px){
    .button-show-less, .button-show-more{
        justify-content: start;
    }
}

.list_archives .archives .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}

.list_archives .archives .content {
    font-size: 14px;
    font-weight: normal;
}

.box_achievements p {
    font-size: 14px;
    margin-top: 16px;
}

/*@media screen and (max-width: 992px) {*/
/*    .box-table td:nth-child(2) {*/
/*        position: relative !important;*/
/*        right: 2px !important;*/
/*    }*/
/*}*/

@media screen and (min-width: 1200px) {
    .bannerTextBig {
        font-size: 56px;
        max-width: unset;
        line-height: 70px;
    }

    #tr-container{
        position: static;
        right: 2px;
    }

    .bannerTextBottom {
        font-size: 20px;
        font-weight: lighter;
        color: #0a0a0a;
        background-color: #FEF203;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .bannerTextSmall {
        font-size: 26px;
        max-width: unset;
        line-height: 35px;
    }

    .banner-top .yellow_circle {
        width: 176px;
        height: 176px;
        top: 50%;
        right: 20%;
        transform: translateY(-50%);
    }

    .banner-top .yellow_circle span {
        font-size: 16px;
        color: #7a7755;
    }

    .banner-top .yellow_circle p {
        font-size: 26px;
    }

    .wrapButton {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        padding: 16px;
        margin-bottom: 64px;
        max-width: 1200px;
        margin: -40px auto 34px;
    }

    .wrapButton .wrapItemButton {
        flex-direction: row;
        padding: 30px;
        gap: 16px;
        font-size: 20px;
    }

    .wrapButton .wrapItemButton > svg {
        height: 36px;
        min-width: 28px;
    }

    .box-new-topic {
        margin: 0;
    }

    .box-new-topic .text-title-box {
        width: 254px;
        margin-right: 8.5%;
        text-align: left;
    }

    .box-new-topic .box_news {
        max-width: 74%;
        width: 100%;
    }

    .text-title-box h2,
    .box-characteristic .text-title-box h2{
        font-size: 20px;
    }

    .text-title-box span,
    .box-characteristic .text-title-box span{
        font-size: 40px;
    }

    .btn-new-topic .btn-warning {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
    }

    .btn-new-topic a {
        font-size: 18px;
    }

    .box-new-topic .row-news {
        font-size: 18px;
        display: flex;
        gap: 19px;
    }

    .box-characteristic .box-list-item {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .box-characteristic {
        background: url("../../images/bg_box_item_pc.png");
        background-size: 100% 100%;
        padding: 97px;
        margin-top: 120px;
    }

    .box-characteristic-icon {
        width: 56px;
        height: 56px;
    }

    .box-list-item .box-item {
        font-size: 24px;
        padding: 24px 18px;
    }

    .box_ticketing {
        padding: 120px 0;
    }

    .box_ticketing .ticket {
        width: 50%;
    }

    .box_ticketing .ticket:first-child {
        margin: 0;
    }

    .box_ticketing .ticket h4 {
        font-size: 32px;
    }

    .box_ticketing p {
        max-width: 480px;
        margin: auto;
        font-size: 18px;
    }

    .box_usage_scene .box_usage {
        width: 25%;
    }

    .box_usage_scene .box_usage .title p {
        font-size: 24px;
    }

    .box_usage_scene .box_usage .title span {
        font-size: 16px;
    }

    .box-list-item .box-item span {
        font-size: 16px;
    }

    .box-table {
        font-size: 18px;
    }

    .box-table .table-container {
        max-height: 750px;
        padding-top: 70px;
    }

    .box-table .box-table td {
        height: 56px;
    }

    .box-table .overlay {
        height: 240px;
    }

    .box-table td:nth-child(2) {
        border-right: 6px solid #FDBC00;
        border-left: 6px solid #FDBC00;
    }

    .box-table th:nth-child(2) {
        border-right: 6px solid #FDBC00;
        border-left: 6px solid #FDBC00;
    }
    .logo-container {
        padding-top: 45px;
    }
    .logo-container img {
        width: 70px;
        height: 76px
    }

    .box-table .btn {
        max-width: 400px;
        margin: 24px auto 40px;
    }

    .list_archives {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .list_archives .archives {
        margin: 0;
    }

    .list_archives .archives .title {
        font-size: 20px;
    }

    .list_archives .archives .content {
        font-size: 16px;
    }
    .box_achievements p {
        font-size: 16px;
        margin-top: 26px;
    }

}
@media (min-width: 1024px) {
    .w-xl-maxcontent {
        width: max-content !important;
    }
}
.bg-FDBC00 {
    background-color: #FDBC00;
 }
.box-item .btn-general {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 16px 20px;
    border-radius: 40px;
    width: 50%;
    min-height: 56px;
    box-sizing: border-box;
    max-height: 56px;
    cursor: pointer;
}
.box-item .btn-general:hover {
    opacity: 0.8;
}
@media (min-width: 1024px) {
    .box-item .btn-general {
        font-size: 18px;
        line-height: 24px;
        min-height: 64px;
        max-height: 64px;
        padding: 16px 33px;
        border-radius: 40px;
    }
}
.box-item .btn-black {
    background-color: #000;
    color: #fff;
}
.box-item .btn-yellow {
    background-color: #FDBC00;
    color: #000;
}
.bg-unset {
    background: unset !important;
}