html {
    margin-top: 0 !important;
}

@font-face {
    font-family: "Oswald";
    src: url(../font/oswald/Oswald-Regular.ttf);
}

img {
    width: 100%;
    height: auto;
}

* {

    box-sizing: border-box;
    word-break: break-all;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    opacity: .7;
}

main {
    margin-top: 84px !important;
}

/* パンくずリスト */
ul {
    list-style: none;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb li+li:before {
    content: ">";
    margin: .5em;
}

body {
    margin: 0 !important;
    position: relative;
}

body.underlayer {
    background: #333;
    color: #fff !important;
}

body.underlayer h1 {
    padding: 60px 0;
    margin: 0;
    background: #4f4f4f;
    background-image: url(../img/2025/under_kv_2025.png);
    background-repeat: no-repeat;
    font-size: 52px;
    position: relative;
    z-index: 0;
    background-size: cover;
    text-align: center;
}

body.underlayer h1::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.4);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

body.underlayer.juniorcup-2025 h1 ,
body.underlayer.juniorcup-2026 h1 {
    background-color: initial;
    color: #fff;
}
@media screen and (max-width: 768px) {
    body.underlayer.juniorcup-2025 h1 {
        font-size: 33px;
    }

}

body.underlayer.juniorcup-2025 h1::before, 
body.underlayer.juniorcup-2026 h1::before {
    background-color: initial;
    color: #fff;
}


@media screen and (max-width: 768px) {
    body.underlayer h1::before {
        background-position: top;
    }
}

body.underlayer main .inner {
    max-width: 960px;
    margin: 60px auto;
}

body.underlayer.archive .section:first-child {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    body.underlayer main .inner {
        padding: 0 16px;
    }
}

body.underlayer.mayorscup-2024 {
    background: #fff;
    color: #333 !important;
}

body.underlayer a {
    /*     background: #333; */
    color: #fff !important;
}


body.sporttech main {
    margin-top: 0 !important;
}

body.sporttech h2 {
    text-align: left;
    font-size: 24px;
}

body.juniorcup-2026 h2 {
    text-align: left;
    font-size: 24px;
    padding: 1rem;
}

body.single main {
    margin-top: 85px !important;
    margin-bottom: 60px;
}

body.single .inner {
    max-width: 760px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    body.single .inner {
        padding: 0 16px;
    }
}

.txt_blk {
    color: #333 !important;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

li {
    list-style: none;
    padding: 0;
}

ul {
    padding: 0;
}

img {
    width: 100%;
    display: block;
}

h1 {
    font-family: "Oswald";
}

h2 {
    font-family: "Oswald";
    margin: 0;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

h2 span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

h3 {
    margin-top: 30px;
    background: #EDEDEB;
    padding: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 16px;
    }
}

body.underlayer h3 {
    color: #333;
}

body.underlayer.single h3 {
    color: #fff;
    font-size: 24px;
    background: initial;
    padding: 0;
    margin-bottom: 10px;
}

body.underlayer.single .title_wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #848484;
    margin-bottom: 20px;
}

p {
    margin: 16px 0;
}

td,
th {
    border: 1px solid #ffffff;
    padding: 3px;
    width: 30px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

.section {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
}

.section.black {
    background: #333;
    color: #fff;
}

.section.white {
    background: #fff;
    color: #000;
}

#team_table.section .inner {
    max-width: 660px;
}

body.juniorcup-2024 #team_table.section .inner {
    max-width: 760px;
}

@media screen and (min-width: 769px) {

    .table td[colspan],
    .table th[colspan] {
        text-align: center !important;
    }
}


.header {
    position: fixed;
    top: 0;

    left: 0;

    width: 100%;
    z-index: 999;
    background: #000;
    padding: 20px 0;
}

body.logged-in .header {
    top: 32px !important;
}

/* .logged-in .header {
	top: 32px;g
}
.logged-in .header main {
	margin-top: 83.41px;
} */

.header .inner {
    max-width: 1060px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-wrapper {
    width: 80px;
}

.header_nav {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    width: auto;
    margin: 0 auto;
    gap: 0 20px;
}

@media screen and (max-width: 768px) {
    .header_nav.active {
        top: 36%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
    }
}

.header_nav li.item {
    color: #fff;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.header_nav ul.archive-content li {
    width: 200px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .header_nav ul.archive-content li {
        font-size: 16px;
        margin-bottom: 0;
    }

    .header_nav ul.archive-content li a {
        font-size: 16px;
    }
}

.header_nav li.item a {
    color: #fff;
    text-align: center;
    font-family: oswald;
}

@media screen and (max-width: 768px) {
    .header_nav li.item a {
        color: #fff;
        text-align: center;
        font-size: 22px;
    }
}



.dropdwn-menu {
    position: absolute;
    display: none;
}

.dropdwn-menu li.sub a {
    padding: 15px 3px;
    display: block;
    background-color: #000;
    font-size: 0.9rem;
}

.sns_nav {
    line-height: 100px;
}

@media screen and (max-width: 1300px) {
    .sns_nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .sns_nav {
        line-height: 70px;
    }

    .slideMenuBox p.sub {
        line-height: 40px;
        margin-left: 70px;
    }
}



@media screen and (max-width: 1300px) {
    .sns_nav {
        display: none;
    }
}

.sns_nav ul {
    display: flex;
}

.sns_nav li {
    margin-left: 20px;
}

a {
    list-style: none;
    text-decoration: none;
}

main {
    margin-top: 70.41px;
}

.kv {
    position: relative;
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    /* position: relative;
    background-image: url(../images/worldtour2024/kv.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.kv_text_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #ffffffc9;
    padding: 3vh 0;
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper {
        padding: 0;
    }
}

.kv_text_wrapper p {
    font-size: 2vw;
    color: #333;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper p.main-text {
        font-size: 20px;
    }
}


.kv_text_wrapper p.small {
    font-size: 1.4vw;
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper p.small {
        font-size: 12px;
    }
}

/* 
.kv::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
} */


.fs16 {
    font-size: 16px !important;
}

.section {
    padding: 60px 0;
}

.section.gray {
    background: whitesmoke;
    color: #333;
}

.section.skin {
    background: #fff9f3;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 30px 16px;
    }
}

.section .inner {
    max-width: 1060px;
    margin: 0 auto;
    /* background: gray; */
}

.title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.contents {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wt-entry-button_wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 0;
    background: #e7e7e7;
}

.wt-entry-button {
    width: 200px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: #333;
    margin: 30px auto;
}

footer {
    background: #545454;
    padding: 30px 0;
    align-items: center;
    margin-top: auto;
}

footer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1060px;
    margin: 0 auto;
}

footer .inner .nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    footer .inner .nav_wrapper {
        flex-direction: column;
    }
}

footer .inner .footer_nav {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

@media screen and (max-width: 768px) {
    footer .inner .footer_nav {
        gap: 10px 20px;
        flex-wrap: wrap;
        padding: 0 30px;
    }
}

footer .logo-wrapper {
    margin-right: 100px;
}

@media screen and (max-width: 768px) {
    footer .logo-wrapper {
        margin: 0;
    }
}

footer .left-wrapper {
    margin-right: 60px;
}

footer .right-wrapper {
    margin-right: 60px;
}


footer .inner .left-wrapper {
    display: flex;
    align-items: center;
}

footer .inner ul {
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}

footer .inner ul li {
    list-style: none;
}

footer p {
    color: #fff;
}

footer .inner a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .header .inner {
        flex-direction: column;
    }

    .logo-wrapper {
        /* margin-bottom: 20px; */
    }

    .header_nav {
        flex-direction: column;
    }

    .header_nav li.item {
        margin-left: 0;
        margin-bottom: 15px;
    }


    .section .inner {
        max-width: 100%;
    }

    .title {
        font-size: 30px;
    }

    .wt-entry-button {
        width: 60%;
    }

    footer .inner {
        flex-direction: column;
    }

    footer .logo-wrapper,
    footer .left-wrapper,
    footer .right-wrapper {
        margin-bottom: 20px;
    }
}

/* ハンバーガー */
.hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;

    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 9999;
}

.hamburger-menu span {
    width: 2rem;
    height: 0.25rem;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;

}

@media screen and (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }

    .header_nav {
        position: absolute;
        top: 0;
        left: 0;

        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .header_nav.active {
        opacity: 1;
        visibility: visible;
    }
}

.hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
}

body.mayorscup-2024 .wt-entry-button {
    width: 50%;
}

body.mayorscup-2024 .kv_text_wrapper p {
    font-size: 1.3vw;
    margin: 8px;
}

@media screen and (max-width: 768px) {
    body.mayorscup-2024 .kv_text_wrapper p {
        font-size: 16px;
    }
}

body.mayorscup-2024 .kv_text_wrapper .title {
    font-size: 3vw;
    text-align: center;
    margin: 0;
    color: #333;
}

@media screen and (max-width: 768px) {
    body.mayorscup-2024 .kv_text_wrapper .title {
        font-size: 34px;
    }
}

.main_desc {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main_desc {
        font-size: 18px;
    }
}

p.table_like span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    p.table_like span {
        margin-top: 10px;
        display: inline-block;
    }
}

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    padding: 5px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

table.result_table {
    margin: 0 auto;
}

table.result_table td {
    width: 180px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    table.result_table td {
        font-size: 13px;
    }
}

table.result_table tr:first-of-type td {
    background: #fdab24;
    color: #fff;
}

table.result_table tr:not(first-of-type) td {
    background: #fff;
}


#team_table .table-wrap {
    overflow-x: scroll;
}

body.juniorcup-2024 #team_table .table-wrap table {
    margin-bottom: 30px;
}


#team_table .table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

#team_table .tab {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: #f0f0f0;
}

#team_table .tab.active {
    background-color: #555;
    color: #fff;
}

#team_table table {
    width: 100%;
    border-collapse: collapse;
}

#team_table th,
#team_table td {
    border: 1px solid #999;
    padding: 8px;
    text-align: left;
}

#team_table .content {
    display: none;
}

#team_table .content.active {
    display: block;
}

#team_table tr:nth-child(odd) {
    background-color: #f9fafb;
}

#team_table tr.thead th {
    background-color: #515151 !important;
    color: #fff !important;
}

#team_table tr.break__time {
    background: #d9d9d9;
}

#team_table .date_wrapper {
    margin-bottom: 30px;
}


/* video */

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .video-box {
        /* height: 70vh; */
    }
}

.video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

#video .video-box {
    height: auto;
}

#video .video {
    width: 100%;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgb(36 36 36);
}

#kv {
    position: relative;
}

#kv .inner .text_wrapper {
    position: absolute;
    bottom: 0vh;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 70%;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper {
        width: 100%;
        /* top: 60%;
        left: 0; */
    }
}

#kv .inner .text_wrapper p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#kv .inner .text_wrapper p.sub_text {
    font-size: 28px;
}

#kv .inner .text_wrapper p.main_title_text {
    font-size: 9vw;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.main_title_text {
        font-size: 11vw;
    }
}

#kv .inner .text_wrapper p.main_title_text_02 {
    font-size: 7vw;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.main_title_text_02 {
        font-size: 8vw;
    }
}

#kv .inner .text_wrapper p.kv_date_text {
    font-size: 6vw;
    margin-top: 10vh;

}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.kv_date_text {
        font-size: 5vw;
        margin-top: 5px;
    }
}

#kv .inner .text_wrapper p.kv_place_text {
    font-size: 2vw;
    width: 84%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.kv_place_text {
        font-size: 3vw;
        width: 90%;
    }
}

#break .inner {
    max-width: 960px;
    margin: 0 auto;
}

#break p {
    text-align: center;
}

table#column_table {
    margin: 0 auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    table-layout: fixed;
}

@media screen and (max-width: 768px) {
    table#column_table {
        border-spacing: 8px;
    }
}

table#column_table td {
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    table#column_table td {
        padding: 8px;
    }
}

.small_text {
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
}

.space {
    border: none;
}

.black table#column_table .date {
    background: #fff;
    color: #333;
}

.white table#column_table .date {
    background: #333;
    color: #fff;
}

.white table#column_table .date:first-of-type {
    /* min-width: 110px; */
}

.white table#column_table .date:last-of-type {
    /* min-width: 100px; */
}

#about .image_wrapper {
    display: flex;
    width: 50%;
}

#about2 .image_wrapper {
    display: flex;
    width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
    #about .image_wrapper {
        width: 100%;
    }

    #about2 .image_wrapper {
        width: 100%;
    }
}


#about .image_wrapper.first {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#about .image_wrapper.second {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}



#about .image_wrapper.first {
    width: 300px;
}

@media screen and (max-width: 768px) {
    #about .image_wrapper.first {
        width: 50%;
    }
}

#about .image_wrapper.second img {
    width: 100px;
}

a.link_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    background: #fff;
    text-align: center;
    color: #333 !important;
    padding: 10px 20px;
    width: 30%;
    position: relative;
}

body.underlayer a.link_button {
    color: #333 !important;
}

@media screen and (max-width: 768px) {
    a.link_button {
        width: 100%;
    }
}

a.link_button::after {
    position: absolute;
    top: -6px;
    right: 20px;
    content: "";
    padding: 30px 10px;
    background-image: url(../img/arrow.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    a.link_button::after {
        top: -5px;
        right: 13px;
    }
}



body.archive ul.news_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    ul.news_wrapper {
        flex-direction: column;
    }
}

ul.news_wrapper li {
    background: #fff;
    color: #333;
    position: relative;
}

.underlayer .news_wrapper li {
    width: calc(100% / 3 - 14px);
}

@media screen and (max-width: 768px) {
    .underlayer .news_wrapper li {
        width: 100%;
    }
}

ul.news_wrapper li:not(:first-of-type) img {
    max-width: 170px;
}

.underlayer ul.news_wrapper li:not(:first-of-type) img {
    max-width: initial;
}

@media screen and (max-width: 768px) {
    ul.news_wrapper li {
        width: 100%;
        margin: 10px 0;
    }
}

ul.news_wrapper li:not(:first-of-type):after {
    position: absolute;
    top: 60px;
    right: 10px;
    content: "";
    padding: 30px 10px;
    background-image: url(../img/right_arrow.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    ul.news_wrapper li:not(:first-of-type):after {
        top: 43px;
        right: 10px;
    }
}

ul.news_wrapper li p {
    margin: 0;
}

ul.news_wrapper li a {
    display: flex;
    align-items: center;
    background: #fff;
    height: 100%;
}

#news ul.news_wrapper li:first-of-type a {
    flex-direction: column;
    align-items: flex-start;
}

ul.news_wrapper li a p {
    color: #333;
}

ul.news_wrapper li a .image-wrapper {
    height: 100%;
}

.underlayer ul.news_wrapper li a .image-wrapper {
    width: 100%;
}

ul.news_wrapper li a .image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.underlayer ul.news_wrapper li a {
    flex-direction: column;
}

ul.news_wrapper h3 {
    margin: 0;
    background: initial;
    padding: 0;
    font-size: 16px;
    color: #000;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.underlayer ul.news_wrapper h3 {
    /* min-height: 90px; */
}

ul.news_wrapper li:not(:first-of-type) .image-wrapper {
    width: initial;
}

ul.news_wrapper li:not(:first-of-type) .text-wrapper {
    width: 65%;
}

.underlayer ul.news_wrapper li .image-wrapper {
    width: 35%;
}

.underlayer ul.news_wrapper li .text-wrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    ul.news_wrapper h3 {
        font-size: 16px;

    }
}

ul.sponsor_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    ul.sponsor_wrapper {
        flex-wrap: wrap;
    }
}

ul.sponsor_wrapper li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

@media screen and (max-width: 768px) {
    ul.sponsor_wrapper {
        gap: 10px;
    }

    ul.sponsor_wrapper li {
        width: 30%;
    }
}

ul.sponsor_wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.sponsor_wrapper li.text_supporter {
    width: auto;
}

#sponsor h3 {
    text-align: center;
}

.copyright {
    font-size: 13px;
    text-align: center;
}

/* アーカイブのアコーディオン */

.header_nav .item {
    position: relative;
    /* アコーディオンの基準点となる */
}

.archive-content {
    display: none;
    position: absolute;
    top: 128%;
    left: -72px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.archive-content li a {
    color: #000 !important;
    padding: 8px;
    text-decoration: none;
    /* アンダーラインを消す */
    display: block;
    /* ブロックレベル要素として表示 */
}

/* ホバー時のスタイル */
.archive-content li a:hover {
    background-color: #f2f2f2;
}

.bg-hamburger.active {
    height: 100vh;
}

.underlayer .has-black-color {
    color: #fff !important;
}

.bg__black::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.05);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td a {
    color: #333 !important;
}

/*==================================================
その他
===================================*/
#button_section .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.button_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid gray;
    padding: 20px 40px;
    background: #fff;
    color: #333;
}

.button_link.ticket {
    position: relative;
}

.button_link.ticket:after {
    content: '終了しました';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .button_link {
        flex-direction: column;
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .scroll-pc-off {
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

#banner_link {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}



#banner_link.section .inner {
    max-width: initial;
}

#banner_link .inner .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}



@media screen and (max-width: 768px) {
    #banner_link.section {
        padding: 30px 0;
    }

    #banner_link .inner .flex_wrapper {
        flex-direction: column;
    }
}


.text_supporter {
    display: inline-block;
}

#result,
#result h2 {
    text-align: center;
}

#result span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0;
}

#result .image_wrapper {
    width: 150px;
    margin: 20px auto;
}

body.underlayer a.button_link_simple {
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 30px auto;
    padding: 20px 40px;
    background: #fff;
    color: #333 !important;
    text-decoration: underline;
}

#contact a.link_button::after {
    top: 3px;

}

#contact .inner a.link_button {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 200px;
    padding: 20px 40px;
    margin: 0 auto;
    color: #333;
    background: #fff;
    border: 1px solid #333;
}

.contact_wrapper {
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}

.text_left {
    text-align: left !important;
}

#schedules tr td .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}

@media screen and (max-width: 768px) {
    #schedules tr td .inner {
        flex-direction: column;
        gap: 0;
    }
}


#schedules tr td a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    position: relative;
    text-decoration: underline;
    color: #333;
}

@media screen and (max-width: 768px) {
    #schedules tr td a {
        gap: 0;
    }
}

#schedules tr td a.no-link {
    text-decoration: none;
}


/* #schedules tr td a::after {
    position: absolute;
    right: 20px;
    content: "";
    padding: 30px 10px;
    background-image: url(../img/arrow.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    #schedules tr td a::after {
        right: -7px;
        bottom: 0;
    }
} */

@media screen and (max-width: 768px) {
    #schedules tr td a {
        flex-direction: column;
    }
}

#schedules tr td .image-wrapper {
    width: 30%;
    max-width: 162px;
    min-width: 162px;
}

@media screen and (max-width: 768px) {
    #schedules tr td .image-wrapper {
        min-width: initial;
        width: initial;
    }
}

#schedules tr td .text-wrapper {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 0;
}

#schedules tr td .text-wrapper .place {
    font-size: 12px;
    width: max-content;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #schedules tr td .text-wrapper .place {
        width: initial;
        text-align: center;
        font-size: 10px;
    }

    #schedules tr td .text-wrapper {
        width: initial;
        margin-top: .5em;
    }
}

#schedules tr td .text-wrapper .table-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: .3em;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    #schedules tr td .text-wrapper .table-title {
        text-align: center;
        font-size: 13px;
    }
}

#schedules.black tr td {
    color: #fff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.th_blk>table tr th {
    background-color: #000;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout {
    table-layout: auto !important;
}

.gallery .tab {
    margin-top: 30px;
    width: 100%;
}

.gallery .tab-list {
    display: flex;
}

.gallery .tab-menu {
    align-items: center;
    background-color: #ccc;
    color: #333;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    height: 50px;
    justify-content: center;
}

.gallery .tab-menu.current {
    background-color: #000;
    color: #fff;
}

.gallery .content-box {
    display: none;
    width: 100%;
}

.gallery .content-box img {
    display: block;
    height: auto;
    width: 100%;
}

.wp-block-flexible-table-block-table {
    color: #333 !important;
}

.scroll_table {
    overflow-x: scroll;
}

.scroll_table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.arkb-tabList__item button:hover {
    opacity: .7;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .team__gallery figure.wp-block-image:last-child a {
        width: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    .team__gallery {
        flex-direction: column;
    }

    .team__gallery .wp-block-image {
        width: 100% !important;
    }

    .team__text.has-large-font-size {
        font-size: 20px !important;
        line-height: 40px;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 50%;
    }
}

#news ul.video_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}

#news .news_wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    /* 左右50%の2カラム */
    gap: 16px;
    /* 要素間の余白 */
}

@media screen and (max-width: 768px) {
    #news .news_wrapper {
        display: block;
    }
}

#news .news_wrapper li:nth-child(1) {
    grid-column: 1 / 2;
    /* 左側に配置 */
    grid-row: 1 / 4;
    /* 縦に3行分 */
}

#news .news_wrapper li:nth-child(2),
#news .news_wrapper li:nth-child(3),
#news .news_wrapper li:nth-child(4) {
    grid-column: 2 / 3;
    /* 右側に配置 */
}

#news .news_wrapper li:nth-child(2) {
    grid-row: 1 / 2;
    /* 1行目 */
}

#news .news_wrapper li:nth-child(3) {
    grid-row: 2 / 3;
    /* 2行目 */
}

#news .news_wrapper li:nth-child(4) {
    grid-row: 3 / 4;
    /* 3行目 */
}

.image-wrapper img {
    width: 100%;
    height: auto;
}

.text-wrapper {
    font-size: 14px;
    padding: 20px;
}

.underlayer .text-wrapper {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .text-wrapper {
        padding: 10px;
    }

    .news_wrapper li:not(:first-of-type) .text-wrapper {
        width: 50%;
    }
}

.comingsoon {
    text-align: center;
    padding: 60px;
    padding-bottom: 0;
}

.table-01 {}

.table-01 .arkb-tabList__button[aria-selected="false"] {
    /* color: #000 !important; */
}

#banner .inner {
    display: flex;
    gap: 0 2em;
}

@media screen and (max-width: 768px) {
    #banner .inner {
        gap: 2em 0;
        flex-direction: column;
    }
}

.toto-banner {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 0;
}