/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  color: #111111;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.t-bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe618));
  background: linear-gradient(transparent 70%, #ffe618 70%);
}

@media screen and (min-width: 1025px) {
  .m-header .unit {
    padding: 15px 0;
  }
  .m-header .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-header .unit .inner img {
    width: 42px;
    height: auto;
  }
  .m-header .unit .inner p span {
    color: #CD3100;
  }
  section .t-underline-navy {
    padding-bottom: 10px;
    border-bottom: solid 4px #526386;
  }
  section .t-underline-yellow {
    padding-bottom: 10px;
    border-bottom: solid 12px #ffe618;
  }
  section [class^=m-] .unit .inner {
    max-width: 848px;
    margin: 0 auto;
  }
  section .m-main {
    position: relative;
    background: #17318B;
  }
  section .m-main:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    background: #FEE929;
    width: 70%;
    height: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
            clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
  }
  section .m-main .unit {
    position: relative;
    z-index: 3;
    padding: 140px 0 140px;
  }
  section .m-main .unit .inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .m-main .unit .inner .logo {
    margin: -45px auto 0;
    text-align: center;
    width: 254px;
  }
  section .m-main .unit .inner .logo img {
    width: 100%;
  }
  section .m-main .unit .inner h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  section .m-main .unit .inner h1 img {
    width: 254px;
  }
  section .m-main .unit .inner h1::before {
    content: "";
    background: url("../images/illust_main_left_pc.png");
    background-size: contain;
    width: 148px;
    height: 148px;
    left: -220px;
    bottom: -20px;
    position: absolute;
  }
  section .m-main .unit .inner h1::after {
    content: "";
    background: url("../images/illust_main_right_pc.png");
    background-size: contain;
    width: 148px;
    height: 148px;
    right: -220px;
    bottom: -30px;
    position: absolute;
  }
  section .m-main .unit .inner .catch {
    background: #fff;
    display: block;
    width: 532px;
    margin: 35px auto 0;
    border-radius: 4px;
    padding: 10px 0 20px;
    position: relative;
  }
  section .m-main .unit .inner .catch::before {
    content: "";
    background: url("../images/illust_main_left_pc.png");
    background-size: contain;
    width: 148px;
    height: 148px;
    left: -200px;
    bottom: 20px;
    position: absolute;
  }
  section .m-main .unit .inner .catch::after {
    content: "";
    background: url("../images/illust_main_right_pc.png");
    background-size: contain;
    width: 148px;
    height: 148px;
    right: -200px;
    bottom: 20px;
    position: absolute;
  }
  section .m-main .unit .inner .catch p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
  }
  section .m-main .unit .inner .catch p span {
    font-size: 22px;
    font-weight: bold;
    color: #CD3100;
  }
  section .m-result .unit {
    padding: 60px 0 80px;
  }
  section .m-result .unit .inner .subtitle-holder {
    margin-bottom: 70px;
  }
  section .m-result .unit .inner .subtitle-holder h2 {
    font-size: 24px;
    text-align: center;
    line-height: 160%;
  }
  section .m-result .unit .inner dl + dl {
    margin-top: 80px;
  }
  section .m-result .unit .inner dl dt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    color: 40404;
  }
  section .m-result .unit .inner dl dd p {
    color: #fff;
    font-size: 20px;
  }
  section .m-result .unit .inner dl dd p.label-semifinal {
    display: inline-block;
    width: 92px;
    padding: 4px 0;
    text-align: center;
    background: #92BAB0;
    margin-bottom: 32px;
    border-radius: 20px;
  }
  section .m-result .unit .inner dl dd p.label-final {
    display: inline-block;
    border-radius: 20px;
    width: 92px;
    text-align: center;
    padding: 4px 0;
    margin-bottom: 32px;
    background: #CF5129;
  }
  section .m-result .unit .inner dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
  section .m-result .unit .inner dl dd ul + p {
    margin-top: 32px;
  }
  section .m-result .unit .inner dl dd ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 32px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-result .unit .inner dl dd ul li img {
    width: 70px;
    height: 81px;
    margin-right: 10px;
  }
  section .m-result .unit .inner dl dd ul li .txt-holder p {
    color: #111;
    font-size: 16px;
    margin-top: 10px;
  }
  section .m-result .unit .inner dl dd ul li .txt-holder p.champion {
    font-size: 20px;
    color: #17318B;
    font-weight: bold;
    margin-top: 0;
  }
  section .m-result .unit .inner dl dd ul li .txt-holder p.name {
    font-size: 24px;
  }
  section .m-archive .unit {
    padding: 60px 0 80px;
  }
  section .m-archive .unit .inner .txt-holder {
    margin-bottom: 70px;
  }
  section .m-archive .unit .inner .txt-holder p {
    text-align: center;
    line-height: 160%;
  }
  section .m-archive .unit .inner .txt-holder p + p {
    margin-top: 24px;
  }
  section .m-archive .unit .inner dl + dl {
    margin-top: 50px;
  }
  section .m-archive .unit .inner dl dt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    color: 40404;
  }
  section .m-archive .unit .inner dl dd p {
    color: #111111;
    line-height: 160%;
    margin-bottom: 20px;
  }
  section .m-archive .unit .inner dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
  section .m-archive .unit .inner dl dd ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .m-header .unit {
    padding: 20px 0;
  }
  .m-header .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-header .unit .inner p {
    font-size: 14px;
  }
  .m-header .unit .inner p span {
    color: #CD3100;
  }
  .m-header .unit .inner img {
    width: 42px;
    height: auto;
    margin-bottom: 8px;
  }
  section [class^=m-] .unit .inner {
    margin: 0 auto;
  }
  section .t-underline-navy {
    padding-bottom: 10px;
    border-bottom: solid 4px #526386;
  }
  section .t-underline-yellow {
    padding-bottom: 10px;
    border-bottom: solid 12px #ffe618;
  }
  section [class^=m-] .unit .inner {
    margin: 0 auto;
  }
  section .m-main {
    background: #17318B;
    position: relative;
  }
  section .m-main:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    background: #FEE929;
    width: 70%;
    height: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
            clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
  }
  section .m-main .unit {
    position: relative;
    z-index: 3;
    padding: 10% 0 15%;
  }
  section .m-main .unit .inner {
    max-width: 100%;
  }
  section .m-main .unit .inner .img-holder img {
    width: 100%;
  }
  section .m-main .unit .inner .logo {
    width: 40%;
    margin-top: -35px;
    text-align: center;
    margin: 0 auto 2%;
  }
  section .m-main .unit .inner .logo img {
    width: 100%;
  }
  section .m-main .unit .inner h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  section .m-main .unit .inner h1 img {
    text-align: center;
    width: 40%;
    height: auto;
    margin: 0 auto 1%;
    display: block;
  }
  section .m-main .unit .inner h1 span {
    line-height: 1.5em;
  }
  section .m-result .unit {
    padding: 60px 0 80px;
  }
  section .m-result .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-result .unit .inner .subtitle-holder {
    margin-bottom: 70px;
  }
  section .m-result .unit .inner .subtitle-holder h2 {
    font-size: 20px;
    text-align: center;
    line-height: 160%;
  }
  section .m-result .unit .inner dl + dl {
    margin-top: 80px;
  }
  section .m-result .unit .inner dl dt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    color: 40404;
  }
  section .m-result .unit .inner dl dd p {
    color: #fff;
    font-size: 16px;
  }
  section .m-result .unit .inner dl dd p.label-semifinal {
    display: inline-block;
    width: 80px;
    padding: 4px 0;
    text-align: center;
    background: #92BAB0;
    margin-bottom: 24px;
    border-radius: 20px;
  }
  section .m-result .unit .inner dl dd p.label-final {
    display: inline-block;
    border-radius: 20px;
    width: 80px;
    text-align: center;
    padding: 4px 0;
    margin-bottom: 24px;
    background: #CF5129;
  }
  section .m-result .unit .inner dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  section .m-result .unit .inner dl dd ul + p {
    margin-top: 24px;
  }
  section .m-result .unit .inner dl dd ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-result .unit .inner dl dd ul li img {
    width: 70px;
    height: 81px;
    margin-right: 10px;
  }
  section .m-result .unit .inner dl dd ul li .txt-holder p {
    color: #111;
    font-size: 14px;
    margin-top: 10px;
  }
  section .m-result .unit .inner dl dd ul li .txt-holder p.champion {
    font-size: 16px;
    color: #17318B;
    font-weight: bold;
    margin-top: 0;
  }
  section .m-result .unit .inner dl dd ul li .txt-holder p.name {
    font-size: 20px;
  }
  section .m-archive .unit {
    padding: 60px 0 80px;
  }
  section .m-archive .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-archive .unit .inner .txt-holder {
    margin-bottom: 70px;
  }
  section .m-archive .unit .inner .txt-holder p {
    text-align: center;
    line-height: 160%;
  }
  section .m-archive .unit .inner .txt-holder p + p {
    margin-top: 24px;
  }
  section .m-archive .unit .inner dl + dl {
    margin-top: 50px;
  }
  section .m-archive .unit .inner dl dt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    color: 40404;
  }
  section .m-archive .unit .inner dl dd p {
    color: #111111;
    line-height: 160%;
    margin-bottom: 20px;
  }
  section .m-archive .unit .inner dl dd ul {
    width: 70%;
    margin: 0 auto;
  }
  section .m-archive .unit .inner dl dd ul li + li {
    margin-top: 10px;
  }
  section .m-archive .unit .inner dl dd ul li a img {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .m-footer .unit .inner {
    background: #5D5D5C;
    padding: 40px 5vw 30px;
  }
  .m-footer .unit .inner .content-footer-info-logo {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footer .unit .inner .content-footer-info-logo a {
    display: block;
    margin-right: 45px;
    /* position: relative; */
    min-width: 22.5vw;
    position: relative;
  }
  .m-footer .unit .inner .content-footer-info-logo a img {
    display: block;
    height: 20px;
  }
  .m-footer .unit .inner .content-footer-info-logo a.logo-ew {
    display: block;
    min-width: 22.5vw;
    position: relative;
    margin-right: 24px;
  }
  .m-footer .unit .inner .content-footer-info-logo a.logo-ew:after {
    content: "";
    border-right: 1px solid #FFF;
    width: 5px;
    position: absolute;
    height: 20px;
    top: 0;
    right: -12px;
  }
  .m-footer .unit .inner p {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .m-footer .unit .inner .content-footer-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-footer .unit .inner .content-footer-info-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footer .unit .inner .content-footer-info-link li:after {
    padding: 3px 10px;
  }
  .m-footer .unit .inner .content-footer-info-link li a {
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.8em;
  }
  .m-footer .unit .inner .content-footer-info-link li a:after {
    content: "|";
    display: inline-block;
    color: #FFF;
    padding: 0 0.3em;
  }
  .m-footer .unit .inner.copyright {
    width: 100%;
    padding: 10px 0;
    background: #000;
  }
  .m-footer .unit .inner.copyright p {
    margin: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 8px 0 10px;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 750px) {
  .m-footer .unit .inner {
    background: #5D5D5C;
    padding: 40px 5vw 30px;
  }
  .m-footer .unit .inner .content-footer-info-logo a {
    display: block;
    margin-right: 45px;
    /* position: relative; */
    min-width: 22.5vw;
    position: relative;
  }
  .m-footer .unit .inner .content-footer-info-logo a img {
    display: block;
    height: 2.5vw;
  }
  .m-footer .unit .inner p {
    margin: 0.7vw 0 1.5vw;
    color: #FFF;
    font-size: 16px;
  }
  .m-footer .unit .inner .content-footer-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-footer .unit .inner .content-footer-info-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footer .unit .inner .content-footer-info-link li a {
    display: inline-block;
    color: #FFF;
    font-size: calc(1rem + 0.2vw);
    padding: 3px 0 2px;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 14px;
  }
  .m-footer .unit .inner .content-footer-info-link li a:after {
    content: "|";
    display: inline-block;
    color: #FFF;
    padding: 0 0.3em;
  }
  .m-footer .unit .inner.copyright {
    width: 100%;
    padding: 10px 0;
    background: #000;
  }
  .m-footer .unit .inner.copyright p {
    margin: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 8px 0 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block;
  }
}