@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
    font-family: "Noto Sans Japanese", sans-serif;
    line-height: 1.75;
    color: #333;
    width: 100%;
    margin: 0 auto;
}

ol{
    list-style: none;
}

@media (max-width: 768px) {
    body {
        padding: 0 14px;
    }
}

html {
    scroll-behavior: smooth;
}

.link_text {
    display: inline-block;
    word-break: break-all;
    color: #1A3B5C;
}

.yusei-magic-regular {
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fix-bg {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100dvh;
    z-index: 0;
    background: url("../img/bk.webp") center / 100%;
}

@media (max-width: 768px) {
    .fix-bg {
        background: url("../img/bk.webp") top / cover;
    }
}

.scroll {
    position: relative;
    background-color: #fff;
    max-width: 540px;
    margin: 80px 360px 0 auto;
    padding: 0 0 20px;
    border-radius: 30px 30px 0 0;
    z-index: 9;
    box-shadow: 20px 20px 20px rgb(28 121 178 / 45%), -20px -20px 20px rgb(150 210 249 / 24%);
    transition: .4s;
}

@media (min-width: 1690px) {
    .scroll {
        margin: 80px calc(50% - 250px - 180px) 0 auto;
        box-shadow: 20px 20px 30px rgb(28 121 178 / 45%),
            -20px -20px 30px rgba(104, 196, 254, 0.4);
    }
}

@media (max-width: 1480px) {
    .scroll {
        margin: 80px 240px 0 auto;
    }
}

@media (max-width: 1480px) {
    .scroll {
        margin: 80px 200px 0 auto;
    }
}

@media (max-width: 1200px) {
    .scroll {
        margin: 20px 70px 0 auto;
    }
}

@media (max-width: 1070px) {
    .scroll {
        margin: 20px auto 0;
    }
}

.content_wrap{
    padding: 0 16px 20px;
}


header {
    border-bottom: 2px solid #00517e;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.mt0 {
    margin-top: 0px!important;
}

.mb0 {
    margin-bottom: 0px!important;
}

.mt10 {
    margin-top: 10px!important;
}

span.mt10 {
    display: inline-block;
}

.mt20 {
    margin-top: 20px!important;
}

.mt40 {
    margin-top: 40px!important;
}

@media (min-width: 769px) {
    .sp_disp {
        display: none!important;
    }
}

@media (min-width: 1690px) {
    br.middle {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .pc_disp {
        display: none!important;
    }
}

.inner {
    padding: 0 20px;
}

@media (max-width: 768px) {
    .inner {
        padding: 0 20px;
    }

    #secSchedule .inner {
        padding: 0;
    }

    .schedule_t th,
    .schedule_t td {
        padding: 12px 10px;
    }

    .schedule_t th {
        width: 26%;
    }

    #secOther .inner {
        padding: 0 10px;
    }
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 20px;
    color: #666;
}

.tag {
    background: #eee;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}

h1 {
    font-size: 28px;
    color: #333;
    margin-top: 0;
    padding-left: 15px;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px 0 0;
    line-height: 0;
    background-color: #021a4d;
    border-radius: 30px 30px 0 0;
}

.header-logo a{
    display: inline-block;
}

.header-logo .logo{
    max-width: 130px;
    width: 100%;
}

@media (max-width: 768px) {
    .header-logo a{
        padding: 4px 10px;
    }
    .header-logo .logo{
        max-width: 80px;
    }
}


.mv-image {
    width: 100%;
}

.mv-copy {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    text-align: center;
    transform: rotate(-1deg);
}

.mv-copy span {
    background: linear-gradient(transparent 70%, #ffe640 70%);
}

@media (max-width: 768px) {
    .mv-copy {
        font-size: 18px;
    }
}

.fix-event-info {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.fix-navi {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sp-nav-btn {
    display: none;
}

@media (max-width: 1200px) {
    .sp-nav-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 1s;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        color: #00517e;
        box-shadow: 5px 5px 10px rgba(28, 120, 178, .5), -5px -5px 10px rgba(104, 196, 254, .5);
        font-size: 11px;
        line-height: 2;
        z-index: 9999;
    }
}

@media (max-width: 1070px) {
    .fix-event-info {
        position: static;
        transform: unset;
    }
}

.main_ttl {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    line-height: 1.75;
    color: #fff;
    text-shadow: 0px 0px 2px #bfe0f5,
        0px 0px 2px #1c79b2;
}

.main_ttl small {
    font-size: 20px;
}

@media (min-width: 1690px) {
    .main_ttl {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .main_ttl {
        margin-top: 40px;
        font-size: 38px;
        color: #00517e;
        text-shadow: unset;
    }
}

@media (max-width: 768px) {
    .main_ttl small {
        font-size: 16px;
    }

    .main_ttl {
        padding-left: 0;
        font-size: 26px;
    }
}

.event-info-box {
    margin-top: 10px;
    font-size: 14px;
    background: #ffffffe8;
    padding: 18px 30px 4px;
    box-shadow: 10px 10px 30px #1c79b2, -10px -10px 30px #68c5fe;
    border-radius: 30px;
}

.info-label {
    width: 80px;
    font-weight: bold;
    color: #00517e;
    letter-spacing: 1px;
}

.info-row {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 10px;
}

@media (min-width: 1690px) {
    .event-info-box {
        font-size: 16px;
        padding: 24px 20px 10px 30px;
    }
}

@media (max-width: 1200px) {
    .event-info-box {
        box-shadow: 5px 5px 10px #1c79b2,
            -5px -5px 10px #68c5fe;
    }

    .event-info-box {
        margin-top: 10px;
        font-size: 16px;
        border: 1px solid #a6ddf2;
        background: #ffffffe8;
        padding: 24px 20px 4px;
        box-shadow: unset;
    }

    .info-row:not(:last-of-type) {
        border-bottom: 1px dashed #a6ddf2;
    }
}

@media (max-width: 768px) {
    .event-info-box {
        padding: 20px 20px 4px;
    }

    .info-label {
        width: 90px;
    }

    .info-label+* {
        font-size: 15px;
    }
}


.archive-box {
    background: #fffde7;
    border: 1px solid #fdd835;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.archive-link {
    word-break: break-all;
    color: #d32f2f;
    font-weight: bold;
    text-decoration: underline;
}

h2 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #1A3B5C;
    color: #1A3B5C;
    padding: 10px 4px 10px 30px;
    text-indent: -20px;
    font-size: 20px;
    margin-top: 40px;
}

h3 {
    position: relative;
    color: #1A3B5C;
    display: inline-block;
    margin: 30px 0 10px;
    padding-bottom: 5px;
    padding-left: 20px;
}

h3::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1A3B5C;
}

h3.no_marker {
    padding-left: 0;
}

h3.no_marker::before {
    display: none;
}

h3+p {
    margin-top: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background: #f2f2f2;
    width: 25%;
}

.prize-box {
    background: #f0f4f8;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.prize-item {
    font-weight: bold;
    font-size: 18px;
    color: #d32f2f;
}

footer {
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.highlight {
    color: #d32f2f;
    font-weight: bold;
}

.list_01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    counter-reset: number01;
    list-style: none;
    padding-left: 1rem;
    text-indent: -1rem;
}

.list_01>li::before {
    content: "・";
}

.num_list01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    counter-reset: number01;
    list-style: none;
    padding-left: 1rem;
}

.inner .num_list01 {
    padding-left: 0;
}

.num_list01>li {
    position: relative;
    padding-left: 36px;
    line-height: 1.8;
}

.num_list01>li::before {
    counter-increment: number01;
    content: counter(number01);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #00517e;
    color: #fff;
}

.num_list02 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    counter-reset: number02;
}

.num_list02>li {
    counter-increment: number02;
    padding-left: 30px;
    text-indent: -45px;
}

.num_list02>li::before {
    content: "（" counter(number02) "） ";
}

.num_list03 {
    counter-reset: number03;
    list-style: none;
    padding: 0;
    margin: 0;
}

.num_list03>li {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
    padding-left: 30px;
    position: relative;
}

.num_list03>li:before {
    content: counter(number03);
    counter-increment: number03;
    border: 1px solid #333;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #333;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
}

.info-table {
    margin-top: 0;
    table-layout: fixed;
}

.info-table thead th {
    color: #fff;
    background-color: #1A3B5C;
    text-align: center;
}

.info-table tbody th {
    color: #1A3B5C;
    background-color: #e6f0fa;
}

.info-table.col_2 thead th:first-of-type{
    width: 170px;
}

.info-table.col_2 thead th:nth-of-type(2){
    width: calc(100% - 170px);
}

.info-table.col_Schedule thead th:first-of-type{
    width: 110px;
}

.info-table.col_Schedule thead th:nth-of-type(2),
.info-table.col_Schedule thead th:nth-of-type(3){
    width: calc((100% - 110px) / 2);
}

#secEntry .info-table.col_2 th,
#secReviewDetails .info-table.col_2 th,
#secReviewDetails02 .info-table.col_2 th{
    width: 110px;
}
#secEntry .info-table.col_2 td,
#secReviewDetails .info-table.col_2 td,
#secReviewDetails02 .info-table.col_2 td{
    width: calc(100% - 110px);
}

.scroll_table{
    overflow:auto;
}

.info-table.col_award th:nth-of-type(1){
    width: 280px;
}

.info-table.col_award th:nth-of-type(2){
    width: 80px;
}

.info-table.col_award th:nth-of-type(3){
    width: calc(100% - 360px);
}

h2 + .info-table,
h2 + .scroll_table{
    margin-top: 20px;
}

@media (max-width: 768px) {
    .info-table.col_award th:nth-of-type(3){
        width: 100px;
    }
    .info-table.col_2 thead th:first-of-type{
        width: 100px;
    }
    .info-table.col_2 thead th:nth-of-type(2){
        width: calc(100% - 100px);
    }
    .info-table.col_Schedule th,.info-table.col_Schedule td{
        vertical-align: middle;
    }
    .info-table.col_Schedule thead th:first-of-type{
        width: 120px;
    }
    .info-table.col_Schedule thead th:nth-of-type(2){
        width: 180px;
    }
    .info-table.col_Schedule thead th:nth-of-type(3){
        width: 250px;
    }
    #secEntry .info-table.col_2 th,
    #secReviewDetails .info-table.col_2 th,
    #secReviewDetails02 .info-table.col_2 th{
        width: 100px;
    }
    #secEntry .info-table.col_2 td,
    #secReviewDetails .info-table.col_2 td,
    #secReviewDetails02 .info-table.col_2 td{
        width: calc(100% - 100px);
    }
}

.info-table.col_award td{
    text-align: center;
}

.image {
    width: 100%;
}

.box_text01{
    position: relative;
    display: inline-block;
    padding: 5px 10px 6px 28px;
    line-height: 1.2;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: .4s;
    font-size: 14px;
    text-align: left;
}
.box_text01::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}

@media (hover: hover) {
    .box_text01:hover{
        opacity: .6;
    }
}

.list{
    text-indent: -1rem;
    padding-left: 1rem;
}

.info-qr{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 30px;
    margin-top: 20px;
    transition: .2s;
}

.info-entry-link.text{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 5px 5px 10px rgba(28, 120, 178, .4), -5px -5px 10px rgba(104, 196, 254, .4);
    transition: .4s;
}

.info-entry-link .qr{
    width: 130px;
    box-shadow: 5px 5px 10px rgba(28, 120, 178, .4), -5px -5px 10px rgba(104, 196, 254, .4);
}

@media (max-width: 768px) {
    .info-qr{
        padding-right: 0;
    }
    .info-entry-link.text{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-shadow: unset;
        background-color: #00517e;
        padding: 10px 0;
        border-radius: 30px;
    }
}

@media (hover: hover) {
    .info-qr:hover .info-entry-link.text{
        letter-spacing: 1px;
    }
    .info-qr:hover {
        transform: translateY(4px);
    }
}

.point_block{
    border-radius: 20px;
    padding: 20px;
    background-color: #e6f8ff;
}

.point_block h3{
    margin-top: 0;
}

.text-muted{
    font-size: 14px;
}

.other_num_list{
    padding: 0 10px;
}

.other_num_list li h3{
    margin-top: 10px;
    margin-bottom: 0;
}

.other_num_list li > p{
    margin-top: 0;
    padding-left: 20px;
}

.other_num_list ul{
    margin-bottom: 16px;
}

.other_num_list .num_list02{
    padding-left: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}

.other_num_list .num_list02>li{
    padding-left: 45px;
    text-indent: -45px;
}

.other_num_list ul{
    padding-left: 20px;
}

.al-center{
    text-align: center;
}

.text_link{
    color: #1A3B5C;
}

@media (hover: hover) {
    .text_link:hover {
        opacity: .7;
        text-decoration: none;
    }
}

.fix-navi nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.fix-navi .nav-btn {
    font-size: 1.15rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 2px 10px #1f6692, -2px -2px 10px #429fd8;
    transition: .1s;
}

@media (min-width: 1690px) {
    .fix-navi .nav-btn {
        text-shadow: 2px 2px 10px #1f6692, -2px -2px 10px #429fd8;
    }
}

@media (max-width: 1200px) {
    .sp-nav-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 1s;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        color: #00517e;
        box-shadow: 2px 2px 4px rgba(28, 120, 178, .25), -2px -2px 4px rgba(104, 196, 254, .25);
        font-size: 11px;
        line-height: 2;
        z-index: 9999;
    }
    .fix-navi {
        position: fixed;
        right: 10px;
        top: 10px;
        transform: unset;
        z-index: 9999;
    }
    .fix-navi nav {
        display: none;
    }

    .fix-navi .nav-btn {
        font-size: 1.15rem;
        color: #00517e;
        text-decoration: none;
        font-weight: bold;
        text-shadow: unset;
        transition: .1s;
    }

    .sp_open + nav{
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: circle(0% at 100% 2%);
        animation: showCircle .4s ease-in-out 0s forwards;
        z-index: 99;
        backdrop-filter: blur(4px);
    }

    @keyframes showCircle {
        from {
            clip-path: circle(0% at 100% 2%);
        }
        to {
            clip-path: circle(150% at 100% 2%);
        }
    }
}

@media (hover: hover) {
    .fix-navi a:hover {
        opacity: .6;
        transform: translateY(4px);
    }
}

.btn-block{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 20px 4px;
    color: #fff;
    background-color: #00517e;
    border-radius: 30px;
}

.fix-navi .nav-btn.btn-block{
    margin-top: 20px;
    color: #fff;
    font-size: 1rem;
}

@media (min-width: 769px) {
    .pc_fs15{
        font-size: 15px!important;
    }
}



.mdl-wrap{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100dvh;
    z-index: 99999;
}

.mdl-bk{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, .4);
}

.mdl-wrap.mdl_open{
    display: flex;
}

.mdl-cont{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 980px;
    padding: 40px;
}

.mdl-cont .mdl-close{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}

.mdl-cont video{
    width: 100%;
    aspect-ratio: 16/9;
}

@media (max-width: 768px) {
    .mdl-cont{
        padding: 20px;
    }
    .mdl-cont .mdl-close{
        right: 20px;
        top: -20px;
    }
}

.page_tag{
    display: inline-block;
    padding: 2px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #295887;
    font-size: 12px;
}