@charset "UTF-8";
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#wrc .wrc-in-s {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.6;
    box-sizing: border-box;
}
.stage-tab {
    background-color: #fff;
    margin: 0 auto min(100px, 13dvw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.stage-tab input[name="tab_group"] {
    display: none;
}
.stage-tab .stage-tab-menu {
    display: flex;
    gap: 1em;
    border-bottom: 8px solid #00561b;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-tab-menu {
        flex-direction: column;
        gap: 5px;
        border-bottom-width: 5px;
    }
}
.stage-tab .tab-label {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #0c0c0c;
    user-select: none;
    padding: 1.75em 1.5em;
    transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
    .stage-tab .tab-label {
        justify-content: flex-start;
        padding: 0.8em 1em;
    }
}
@media (any-hover: hover) {
    .stage-tab .tab-label:hover {
        opacity: 0.8;
    }
}
@media (hover: none) {
    .stage-tab .tab-label:active {
        opacity: 0.8;
    }
}
.stage-tab .tab-label::before,
.stage-tab .tab-label::after {
  content: "";
  position: absolute;
  top: calc(100% - .8em);
  left: 50%;
  width: .8em;
  height: 2px;
  border-radius: 50vw;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
  transition: translate 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .stage-tab .tab-label::before,
  .stage-tab .tab-label::after {
    width: .6em;
    top: calc(50% + 2px);
    left: 90%;
  }
}
.stage-tab .tab-label::before {
  transform: rotate(45deg);
}
.stage-tab .tab-label::after {
  transform: rotate(135deg);
}
.stage-tab .stage-con-wrap {
    background: #fff;
    padding: 4em 3em 7.5em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-con-wrap {
        padding: 2em 1em 2.5em;
    }
}
@media (any-hover: hover) {
  .stage-tab .tab-label:hover::before,
  .stage-tab .tab-label:hover::after {
    translate: 0 3px;
  }
}
@media (hover: none) {
  .stage-tab .tab-label:active::before,
  .stage-tab .tab-label:active::after {
    translate: 0 3px;
  }
}
.stage-tab .tab-content {
    display: none;
}
.stage-tab #tab_01:checked ~ .stage-tab-menu .tab-label[for="tab_01"],
.stage-tab #tab_02:checked ~ .stage-tab-menu .tab-label[for="tab_02"],
.stage-tab #tab_03:checked ~ .stage-tab-menu .tab-label[for="tab_03"] {
    background: #00561b;
    color: white;
    font-weight: bold;
}
.stage-tab #tab_01:checked ~ .stage-con-wrap #content_01,
.stage-tab #tab_02:checked ~ .stage-con-wrap #content_02,
.stage-tab #tab_03:checked ~ .stage-con-wrap #content_03 {
    display: block;
    animation: fadeIn 0.4s ease;
}
.stage-tab .stage-tab-date {
    font-size: 4.2rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-tab-date {
        font-size: 2.133rem;
    }
}
.stage-tab .stage-tab-date ._week {
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-tab-date ._week {
        font-size: 1rem;
        margin-left: 4px;
    }
}
.stage-tab .stage-tab-name {
    font-size: clamp(1.875rem, 1.333rem + 1.13vw, 2.688rem);
    line-height: 1.3;
    margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-tab-name {
        font-size: 1.143rem;
        margin-top: 0;
    }
}
.stage-tab .stage-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1em;
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-head {
        flex-direction: column;
        align-items: center;
        gap: 0.5em;
        margin-bottom: 0.5em;
    }
}
.stage-tab .stage-date {
    font-size: 6.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-date {
        font-size: 3.048rem;
    }
}
.stage-tab .stage-date ._week {
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-date ._week {
        font-size: 1rem;
    }
}
.stage-tab .stage-main-ttl {
    font-size: 4.6rem;
    font-weight: 800;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-main-ttl {
        font-size: 1.676rem;
    }
}
.stage-tab .stage-tags {
    display: flex;
    gap: 0.5em;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-tags img {
        width: 3em;
    }
}
.stage-tab .stage-box h4 {
    color: #ce1e1c;
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-box h4 {
        font-size: 1.676rem;
    }
}
.stage-tab .stage-box p {
    line-height: 2;
}
.stage-tab .stage-box:has(+ .stage-box) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2.5em;
    margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-box:has(+ .stage-box) {
        padding-bottom: 1.5em;
        margin-bottom: 2em;
    }
}
.tab-content .stage-box + .stage-box {
    margin-bottom: 3.7em;
}
@media screen and (max-width: 768px) {
    .tab-content .stage-box + .stage-box {
        margin-bottom: 2em;
    }
}
.stage-tab .stage-2col-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-2col-wrap {
        flex-direction: column;
        gap: 2em;
    }
}
.stage-tab .stage-2col-wrap > * {
    flex: 1;
    min-width: 300px;
}
@media screen and (max-width: 768px) {
  .stage-tab .stage-2col-wrap > * {
      flex: 1;
      min-width: unset;
  }
}
.stage-tab .stage-2col-wrap h3 {
    color: #ce1e1c;
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-2col-wrap h3 {
        font-size: 1.676rem;
    }
}
.stage-tab .stage-2col-wrap._mini .stage-2col-img-area {
    flex: 0.519;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-2col-wrap._mini .stage-2col-img-area {
        flex: 1;
    }
}
.stage-tab .stage-fig-2col-wrap {
    display: flex;
    gap: 3em;
    width: min(760px, 100%);
    margin: 2em auto 3.5em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-fig-2col-wrap {
        flex-direction: column;
        gap: 1em;
        margin: 2em auto;
    }
}
.stage-tab .stage-fig-2col-wrap figure {
    flex: 1;
}
.stage-tab .stage-point-box {
    border: 4px solid #00561b;
    padding: 1.5em;
    margin-bottom: 3.7em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-point-box {
        border-width: 3px;
        padding: 1em;
        margin-bottom: 2em;
    }
}
.stage-tab .stage-point-box h4 {
    margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-point-box h4 {
        width: 6em;
    }
}
.stage-tab .stage-point-box .stage-point-txt {
    color: #0c0c0c;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-point-box .stage-point-txt {
        font-size: 1.067rem;
        font-weight: 400;
        line-height: 1.8;
    }
}
.stage-tab .stage-point-box a {
    text-decoration: underline;
}
.stage-tab .stage-dl {
    margin-bottom: 5.6em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-dl {
        font-size: 1rem;
        margin-bottom: 3.5em;
    }
}
.stage-tab .stage-dl:not(:has(+ .stage-obi-ttl)) {
    margin-bottom: 0;
}
.stage-tab .stage-dl > div {
    display: flex;
    padding: 0.7em 1.5em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-dl > div {
        flex-direction: column;
        padding: 0.7em 1em;
    }
}
.stage-tab .stage-dl > div:nth-child(odd) {
    background: #e0eccf;
}
.stage-tab .stage-dl > div dt {
    flex: 1;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-dl > div dt {
        border-left: 2px solid #00561b;
        line-height: 1;
        padding-left: 0.5em;
        margin-block: 0.5em;
    }
}
.stage-tab .stage-dl > div dd {
    flex: 3;
}
.stage-tab .stage-obi-ttl {
    position: relative;
    color: #ce1e1c;
    font-size: 2.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: keep-all;
    border-bottom: 4px solid;
    padding: 0.5em;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-obi-ttl {
        font-size: 1.524rem;
        border-width: 3px;
        padding: 1em 0.5em;
    }
}
.stage-tab .stage-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em 3em;
    max-width: 1000px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-btn-wrap {
        gap: 1em;
    }
}
.stage-tab .stage-obi-ttl::before,
.stage-tab .stage-obi-ttl::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
}
.stage-tab .stage-obi-ttl::before {
    margin-left: -16px;
    border: 16px solid;
    border-color: transparent;
    border-top-color: #ce1e1c;
}
.stage-tab .stage-obi-ttl::after {
    margin-left: -11px;
    border: 11px solid;
    border-color: transparent;
    border-top-color: #fff;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-obi-ttl::after {
        margin-left: -12px;
        border: 12px solid;
        border-color: transparent;
        border-top-color: #fff;
    }
}
.stage-tab .stage-btn-wrap .stage-btn {
    width: min(460px, 80%);
}
.stage-tab .stage-btn-wrap .stage-btn a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    background: #0c0c0c;
    padding: 1em 2em;
}
@media screen and (max-width: 768px) {
    .stage-tab .stage-btn-wrap .stage-btn a {
        font-size: 1.143rem;
    }
}
.stage-tab .stage-btn-wrap .stage-btn a::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background: url("../../wrc2026/img/ico_arrow.svg") no-repeat center center;
    right: 1em;
    top: 50%;
    translate: 0 -50%;
    rotate: 90deg;
}
/* banner */
.wrc-banner {
  padding-block: 3em;
}
.wrc-banner .wrc-banner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3em;
}
@media screen and (max-width: 768px) {
 .wrc-banner .wrc-banner-wrap {
    gap: 1.5em;
    flex-direction: column;
  } 
}
.wrc-banner .wrc-banner-wrap figure {
    flex: 1;
}
#wrc .wrc-ticket .ticket-main .ticket-main-box .ticket-main-box-list .ticket-main-box-item .ticket-main-box-fig ._fully_booked {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 90%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .5em;
  outline: 2px solid #fff;
  background: #AF0209;
  padding: .2em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #wrc .wrc-ticket .ticket-main .ticket-main-box .ticket-main-box-list .ticket-main-box-item .ticket-main-box-fig ._fully_booked {
    font-size: 1.981rem;
  }
}