@charset "UTF-8";
@media (max-width: 991.98px) {
  .front6-header__menu {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .front6-header__menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .front6-header__menu span + span {
    margin-top: 0;
  }

  .front6-hero__actions {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .front6-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    min-height: 64px;
  }

  .front6-header__brand {
    align-items: center;
    justify-content: flex-start;
  }

  .front6-header__nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 30;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6px 0;
    background: var(--front6-blue);
    border: 1px solid #102a43;
    border-top: 0;
  }

  .front6-header.is-menu-open .front6-header__nav {
    display: grid;
  }

  .front6-header__nav a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    white-space: normal;
  }

  .front6-header__inner,
  .front6-footer__inner {
    flex-direction: initial;
  }

  .front6-layout,
  .front6-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .main-body > .inner > .container-fluid > .row {
    grid-template-columns: 1fr;
  }

  .front6-side {
    position: static;
  }

  .sidebar.front6-sidebar {
    display: none;
  }

  .front6-footer__nav {
    grid-template-columns: 1fr;
  }

  .basic-subpage__inner {
    display: flex;
    flex-direction: column;
  }

  .comp-result-reague-tournament .basic-subpage__inner,
  .comp-result-reague-tournament .basic-subpage__main,
  .comp-result-reague-tournament .competition-result-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .comp-result-reague-tournament .basic-subpage__main {
    flex: 0 1 auto;
  }

  .comp-result-reague-tournament .basic-subpage__side {
    display: none;
  }

  .comp-result-reague-tournament .front-reague-tournament-card,
  .comp-result-reague-tournament #tournament_area,
  .comp-result-reague-tournament .game-card-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .comp-result-reague-tournament .competition-result-scroll,
  .comp-result-reague-tournament .table_wrapp {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .basic-subpage__side {
    width: 100%;
    flex-basis: auto;
  }

  .front6-link-grid,
  .front6-result-grid {
    grid-template-columns: 1fr 1fr;
  }

  .front6-game-card {
    grid-template-columns: 1fr;
  }

  .team-card-wrap,
  .place-list,
  .form-description__list,
  .list-app > .col-12,
  .list-recruit > .col-12,
  .game_picture_area {
    grid-template-columns: 1fr;
  }

  .team-detail__wrap .page-section {
    grid-template-columns: 1fr;
  }

  .team-detail-hero {
    grid-template-columns: 1fr;
  }

  .team-detail-related .related-item {
    width: 100%;
    margin-right: 0;
  }

  .team-detail-related__grid {
    grid-template-columns: 1fr;
  }

  .comp-detail .sidebar-games,
  .comp-detail .related-area > div:not(.comp-detail__to-online):not(.sidebar-games),
  .place-detail .related-area {
    grid-template-columns: 1fr;
  }

  .front-schedule .schedule-item-table,
  .front-schedule .schedule-item-table tbody,
  .front-schedule .schedule-item-table tr,
  .front-schedule .schedule-item-table th,
  .front-schedule .schedule-item-table td {
    display: block;
    width: 100%;
  }

  .front-schedule .schedule-item-table th,
  .front-schedule .schedule-item-table td {
    border-right: 0;
    border-left: 0;
  }

  .front-schedule .schedule-item-table th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .front-schedule .schedule-item-table td {
    padding-top: 4px;
  }

  .front-schedule_detail .page-heading {
    min-height: 150px;
  }

  .front-schedule_detail .page-heading__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 22px 18px;
    text-align: center;
  }

  .front-schedule_detail .page-heading__ttl p {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.25;
  }

  .front-schedule_detail .page-heading__ttl h2 {
    font-size: 22px;
    line-height: 1.3;
    white-space: normal;
  }

  .front-schedule_detail .sch-detail .date_change_area {
    gap: 6px;
    margin-bottom: 16px;
    padding: 10px;
  }

  .front-schedule_detail .schedule-btn {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .front-schedule_detail .schedule-btn--noclick {
    flex: 1 1 auto;
    min-width: 0;
  }

  .front-schedule_detail .open_date_picker {
    flex: 0 0 34px;
    width: 34px;
    padding-right: 0;
    padding-left: 0;
  }

  .front-schedule_detail .game-card-comp {
    gap: 8px;
    padding: 10px 12px;
  }

  .front-schedule_detail .game-card-comp__name {
    font-size: 13px;
  }

  .front-schedule_detail .game-card-comp__time {
    font-size: 12px;
  }

  .game-card-body__upper {
    grid-template-columns: minmax(98px, 1fr) 42px 24px 42px minmax(98px, 1fr);
    min-height: 88px;
  }

  .game-card__team {
    min-height: 88px;
    padding: 10px 6px;
  }

  .game-card__team-name {
    overflow: visible;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .game-card__score-wrapper,
  .game-card__result {
    padding: 8px 3px;
  }

  .game-card__score {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .front6-header__name {
    white-space: normal;
  }

  .front6-hero,
  .front6-hero__content {
    min-height: 440px;
  }

  .front6-header__inner,
  .front6-shell {
    width: min(100% - 20px, var(--front6-content-width));
  }

  .front6-hero {
    width: 100%;
  }

  .front6-hero__frame {
    margin: 0;
  }

  .front6-hero__content {
    padding: 34px 24px 42px;
  }

  .front6-section {
    padding: 18px;
  }

  .front6-section__header {
    display: block;
  }

  .front6-link-grid,
  .front6-result-grid,
  .front6-news-list a {
    grid-template-columns: 1fr;
  }

  .news-item {
    grid-template-columns: 1fr;
  }

  .table th,
  .table td,
  .basic-info-table th,
  .basic-info-table td,
  .asc-about__table th,
  .asc-about__table td,
  .team-detail__table th,
  .team-detail__table td,
  .info-table th,
  .info-table td,
  .game_detail_table th,
  .game_detail_table td {
    display: block;
    width: 100%;
  }

  .ranking_table th,
  .ranking_table td,
  .standing_table th,
  .standing_table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }

  .comp-detail .sidebar-games__body .row {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  }

  .comp-detail .sidebar-games__team {
    white-space: normal;
  }

  .comp-detail .detail-heading__option .more-btn,
  .comp-detail .detail-heading__option .more-btn a {
    width: auto;
  }

  .comp-detail .detail-heading__option .more-btn a {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.3;
  }

  .comp-detail .detail-heading__option .more-btn__icon-bg,
  .comp-detail .detail-heading__option .more-btn__arrow {
    display: none;
  }

  .info-table tr {
    display: block;
    border: 1px solid var(--front6-line);
  }

  .info-table__wrap,
  .info-table,
  .info-table tbody {
    background: var(--front6-paper, #fff);
  }

  .info-table {
    display: block;
    width: 100%;
    border: 0;
    table-layout: auto;
  }

  .info-table tbody {
    display: block;
  }

  .info-table tr + tr {
    margin-top: -1px;
  }

  .info-table th,
  .info-table td {
    border: 0 !important;
  }

  .info-table th {
    border-bottom: 1px solid var(--front6-line) !important;
  }

  .info-table td {
    margin-top: 0;
  }

  .app-detail__ttl,
  .breadcrumb,
  .breadcrumb > *,
  .info-table td {
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal !important;
  }

  .app-detail__btn-wrap {
    width: 100%;
    justify-content: center;
  }

  .app-detail__btn-wrap .more-btn,
  .app-detail__btn-wrap .more-btn a {
    width: 100% !important;
    max-width: 100% !important;
  }

  .app-detail__btn-wrap .more-btn a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: normal !important;
  }

  .related-area,
  .app-detail .related-area,
  .recruit-detail .related-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .related-area > h3,
  .related-area > .related-area__nodata,
  .app-detail .related-area > h3,
  .app-detail .related-area > .related-area__nodata,
  .recruit-detail .related-area > h3,
  .recruit-detail .related-area > .related-area__nodata {
    grid-column: 1;
  }

  .related-item {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }

  .related-item::before {
    display: none;
  }

  .related-item > .row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    min-width: 0;
  }

  .related-item > .row > *,
  .related-item .card-body {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .related-item__icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    color: #fff;
    background: var(--front6-blue, #183a59);
    border-right: 3px solid var(--front6-red, #8b2532);
  }

  .related-item__icon i {
    display: none;
  }

  .related-item__icon::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10v4h3l6 4V6l-6 4H3zm14.5 2c0-1.8-1-3.3-2.5-4.1v8.2c1.5-.8 2.5-2.3 2.5-4.1zm-2.5-9v2.1c3.4 1 6 3.8 6 6.9s-2.6 5.9-6 6.9V21c4.6-1.1 8-4.8 8-9s-3.4-7.9-8-9z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10v4h3l6 4V6l-6 4H3zm14.5 2c0-1.8-1-3.3-2.5-4.1v8.2c1.5-.8 2.5-2.3 2.5-4.1zm-2.5-9v2.1c3.4 1 6 3.8 6 6.9s-2.6 5.9-6 6.9V21c4.6-1.1 8-4.8 8-9s-3.4-7.9-8-9z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .related-item .card-body {
    padding: 12px 14px;
  }

  .related-item .card-title,
  .related-item .card-text {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .competition-application__summary,
  .competition-application__form {
    padding: 16px;
  }

  .basic-action-row {
    padding: 14px 16px 16px;
  }

  .basic-action-row a {
    width: 100%;
    min-width: 0;
  }

  .competition-application #app_form .more-btn a {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 991.98px) {
  .score_detail_table__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .score_detail_table {
    min-width: 640px;
    table-layout: auto;
  }

  .score_detail_table th,
  .score_detail_table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }

  .game_detail_table {
    border-collapse: collapse;
  }

  .game_detail_table tbody,
  .game_detail_table tr {
    display: block;
    width: 100%;
  }

  .game_detail_table tr {
    border: 1px solid #e4dac8;
  }

  .game_detail_table th,
  .game_detail_table td {
    display: block;
    width: 100% !important;
    border: 0 !important;
  }

  .game_detail_table th {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #e4dac8 !important;
  }

  .game_detail_table td {
    padding: 12px;
  }

  .game_detail_table tr + tr {
    margin-top: -1px;
  }

}

