@charset "utf-8";
/*------------------------
　　コンテンツ共通要素
------------------------*/
#yumeouenjuku {
    position: relative;
    font-family: YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 4vw;
    line-height: 1.6;
    color: #000;
    transition: .5s;
}

#yumeouenjuku:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 0%) 100%);
    opacity: 0.02;
    z-index: 1;
    pointer-events: none;
}

#yumeouenjuku .inner {
    width: 96%;
    margin: 0 auto;
}
#yumeouenjuku a {
    text-decoration: none;
    color: #000;
    transition: opacity .3s;
}
#yumeouenjuku a:hover {
    opacity: .8;
}

#yumeouenjuku .btn {
    display: block;
    background: #e50012;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 110%;
    padding: 0.8em 2em;
    letter-spacing: 0.1em;
    border-radius: 6px;
    margin-top: 15vw;
}

#yumeouenjuku .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
    position: absolute;
}

#yumeouenjuku section {
    padding: 50px 0;
}
#yumeouenjuku section:nth-of-type(odd) {
    background-color: #f3f4f6;
}
#yumeouenjuku .ttlCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
#yumeouenjuku .ttlCont h2 {
    font-family: 'Roboto Condensed', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 250%;
}
#yumeouenjuku .ttlCont .sub {
    font-size: 35%;
    display: inline-block;
    margin-left: 0.5em;
}

/*コンテンツナビゲーション*/
#yumeouenjuku #header {
    background: #e50012;
    color: #fff;
    font-family: 'Roboto Condensed', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
    font-size: 2.2vw;
}
#yumeouenjuku #header:after {
    content: "";
    position: absolute;
    bottom: -40px;
    height: 40px;
    width: 100%;
    background: linear-gradient(to bottom, #000 0%, rgb(0 0 0 / 0%) 100%);
    opacity: 0.05;
    z-index: 1;
}
#yumeouenjuku #header a {
    display: block;
    text-decoration: none;
    padding: 0.4em;
    font-size: 200%;
    color: inherit;
}
#yumeouenjuku #nav {
    width: 100%;
}

#yumeouenjuku #nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
#yumeouenjuku #nav li {
    min-width: calc(100% / 3);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#yumeouenjuku #nav li:first-of-type {
    border-left: none;
    color: #fff;
}

#yumeouenjuku #nav li:nth-of-type(4) {
    border-left: none;
    color: #fff;
}
#yumeouenjuku #nav li:nth-of-type(n+4) {
    border-bottom: none;
    min-width: calc(100% / 2);
}
#yumeouenjuku #nav li a {
    text-align: center;
    line-height: 1.3;
    padding: 0.85em 0.6em;
    font-weight: bold;
    transition: .5s;
}
#yumeouenjuku #nav li a:hover {
    background: rgb(255 255 255 / 25%);
    opacity: 1;
}
#yumeouenjuku #nav li a.current {
    background: rgb(255 255 255 / 15%);
}
#yumeouenjuku #nav li a.gray {
    color: rgb(255 255 255 / 50%);
    background: transparent;
    cursor: auto;
}
#yumeouenjuku #nav li .sub {
    display: block;
    font-size: 53%;
    letter-spacing: 0.05em;
}
#yumeouenjuku .hero {
    background-image: url("../images/hero_main_bg.jpg?20250619");
    display: flex;
    align-items: center;
    background-position: top center;
    background-size: cover;
    padding: 7vw 0;
}

#yumeouenjuku .hero .inner {
    width: 100%;
    padding: 0;
}

#yumeouenjuku .hero h1 {
    width: 100%;
    height: auto;
    padding-top: 42.96%;
    background-size: 105% auto;
    background-position: center;
    background-image: url("../images/hero_main_logo.png");
    position: relative;
}

#yumeouenjuku .hero.sub {
    background-image: url(../images/hero_sub_bg.jpg);
    padding: 0;
    min-height: auto;
}

#yumeouenjuku .hero.sub .inner {
    width: 85%;
}

#yumeouenjuku .hero.sub h1 {
    padding-top: 29.411%;
    background-image: url("../images/hero_sub_logo.png");
    background-size: cover;
}
#yumeouenjuku .sphide {
    display: none;
}

/*------------------------
　　トップページ
------------------------*/

/*放送日追加*/

#yumeouenjuku h2.date {
    z-index: 1;
    background: #3b3b3b;
    width: 100%;
    padding: 0 0.2em;
    text-align: center;
    font-size: 88%;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.15em;
    position: relative;
    font-family: YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#yumeouenjuku h2.date .oa {
    display: inline-block;
    position: relative;
    padding: 0 0.8em;
    font-family: 'Roboto Condensed', YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#yumeouenjuku h2.date .oa:before {
    content:"";
    width: 0;
    height: 15%;
    background: #f00;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
    transition: 0.4s 0.7s cubic-bezier(0, 0, 0.2, 1);
    transform: skewX(-10deg);
    opacity: 0.6;
}

#yumeouenjuku[style*="opacity: 1"] h2.date .oa:before {
    width: 100%;
}

#yumeouenjuku h2.date .oa span {
    font-size: 220%;
    display: inline-block;
    transform: translateY(0.05em);
    color: #ffff68;
}

#yumeouenjuku h2.date .commentary {
    font-size: 130%;
    padding: 0.2em 0 0.5em 0;
    line-height: 1.3;
}

#yumeouenjuku h2.date .commentary span {
    font-size: 60%;
    font-weight: normal;
}


/*番宣動画*/
#program .movie {
    position: relative;
}
#program h3.date + .movie {
    margin: -10px auto 0 auto;
}

#program .movie .movieCon {
    width: 100%;
    padding-top: 56.25%;
}

#program .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#program .date {
    text-align: center;
    display: inline-block;
    padding: 0.4em 0.6em;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    background: #e50012;
    position: relative;
    z-index: 5;
    margin-right: auto;
}

/*トピックス*/
#topics a.btn.more {
    /* max-width: 640px; */
    /* margin: 0 auto; */
    /* margin-top: 2em; */
}

#topics .topicsList li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 2em 0;
}
#topics .topicsList .date {
    margin-bottom: 0.5em;
    font-size: 92.8%;
}
#topics .topicsList a .text {
    color: #e50012;
}


/*大会結果*/
#result ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

#result ul li {
    width: 47%;
    text-align: center;
    margin-bottom: 40px;
}

#result ul h3 {
    color: #e50012;
    font-size: 110%;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#result ul h3:before,#result ul h3:after {
    content: "";
    display: block;
    border-top: 1px solid;
    width: 1.5em;
    height: 0;
}

#result ul h3:before {
    margin-right: 1em;
}

#result ul h3:after {
    margin-left: 1em;
}

#result ul p {
    font-weight: bold;
    font-size: 120%;
}

#result ul .no1 {
    width: 100%;
}

#result ul .no1 h3 {
    font-size: 130%;
}

#result ul .no1 p {
    font-size: 160%;
}

#result ul .no2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#result ul .no2 h3 {
    font-size: 120%;
}

#result ul .no2 p {
    font-size: 130%;
}

/*大会写真*/
#photo ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

/*バナー*/

#sponsor li {
    margin: 10px;
}
#sponsor li img {
    width: 100%;
}




/*------------------------
　　大会概要
------------------------*/
#about .content_inner {
    font-size: 114.28%;
}

#about dt,
#about dd {
    padding: 1.5em 0 3em;
}

#about dt {
    color: #e50012;
    align-items: center;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0.9em 0;
    border-bottom: 1px solid #e5e5e5;
}

#about dd {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about dd:last-of-type {
    border-bottom: none;
}

#about .content_inner li {
    list-style: none;
}



/*------------------------
　　大会組合せ
------------------------*/
#pairings li {
    margin-bottom: 3em;
}
#pairings table {
    width: 100%;
}
#pairings th,
#pairings td {
    padding: 0.6em 0.5em;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
}
#pairings th {
    background: #e5e5e5;
    border: 1px #ffffff solid;
    font-size: 12px;
    font-weight: bold;
}
#pairings tr:first-of-type > th {
    font-size: 11px;
    width: 9em;
    height: 5.7em;
}
#pairings tr:nth-of-type(n+2) > th {
    width: 12em;
    height: 5em;
}
#pairings tr > th:empty {
    background: initial;
    border: none;
}
#pairings tr > td {
    border: 1px #e5e5e5 solid;
    font-family: 'Roboto Condensed', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 130%;
    line-height: 1;
    position: relative;
}
#pairings tr > td span:not(.line) {
    display: block;
    margin-bottom: 0.2em;
}
#pairings tr > td:empty:before {
    content: "-";
    opacity: 0.2;
}
#pairings tr > td .line{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #e5e5e5 50%, #e5e5e5 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}
#pairings .block {
    margin-top: 0.5em;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
/*------------------------
　　出場チーム
------------------------*/

#teamlist .teams {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5em 1em;
}
#teamlist .team {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#teamlist .team img {
    width: 100%;
}
#teamlist .teams p {
    padding: 10px 0;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.5;
}
#teamlist .btn {
    margin: 0 auto;
    margin-top: auto;
    width: 100%;
}
#teamlist .area h3 {
    font-size: 120%;
    border-bottom: 1px solid #e5e5e5;
    margin: 15px 0 30px 0;
    padding-bottom: 15px;
}

#teamlist .tCont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em 5%;
}
#teamlist .tCont .area {
    grid-column: span 2;
    display: grid;
    grid-template-rows: min-content auto;
}
#teamlist .tCont .area.one {
    grid-column: span 1;
}
#teamlist .tCont .area.one ul {
    grid-template-columns: 100%;
}
#teamlist .tCont .area.two ul {
    grid-template-columns: 46.155% 46.155%;
    grid-gap: 50px 7.6%;
}
#teamlist .tCont .area.two li:nth-of-type(2n) {
    margin-right: 0;
}





/*------------------------
　　会場案内
------------------------*/
#guide .inner > li {
    margin-bottom: 3em;
}

#guide .inner > li:last-of-type {
    margin-bottom: 0;
}

#guide .mapwrap {
    width: 100%;
    height: 40vw;
    position: relative;
}
#guide .mapwrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
#guide .access h3 {
    font-size: 160%;
    font-weight: bold;
    padding-top: 0.6em;
}

#guide .access p {
    font-size: 120%;
}



#cautions h3 {
    color: #666;
    font-size: 120%;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cautions h3:before,#cautions h3:after {
    content: "";
    display: block;
    border-top: 1px solid;
    width: 2em;
    height: 0;
    margin: 0 1.5em;
}

#cautions .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cautions p {margin: 1em 0;}

#cautions ul {
}

#cautions li {text-indent: -1.5em;padding-left: 1.5em;margin-bottom: 0.5em;}