@charset "utf-8";

body {
    background: #fff;
}
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.mv {
    opacity: 0;
    transition: opacity 1.4s ease-out;
}
body.is-loaded .mv {
    opacity: 1;
}

/* PC版画像 */
.mv-img {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: opacity 0.9s ease;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
}
.mv-img.sub {
    object-position: 16% top;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.9s ease;
}

.catch-img {
    position: fixed;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all 0.9s ease;
    width: 124vh;
    max-width: 1032px;
    z-index: 1;
}
.catch-img img {
    width: 100%;
}

/* 黒背景 */
.black-bg {
    position: fixed;
    top: 0;
    right: -3%;
    width: 47%;
    height: 100vh;
    background: #000;
    transform: translateX(100%) skewX(-4deg);
    transition: transform 1s ease;
    z-index: 2;
}
.black-bg.active {
    transform: translateX(0) skewX(-4deg);
    transition: transform 1s ease;
}

/* テキスト右側配置 */
.text-area {
    position: relative;
    z-index: 3;
    color: #fff;
    background: transparent;
    padding: 50vh 2% 50vh 10%; 
}
.text-block {
    max-width: 40%;
    margin-left: auto;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 1.75px;
    line-height: 48px;
}
.text-block h2.fade-text {
    font-size: min(1.6vw, 22px);
    margin-bottom: 20px;
}
.text-block p.fade-text {
    font-size: min(1.4vw, 18px);
    margin-bottom: 7px;
}
.fade-text {
    opacity: 0;
    transform: translateY(35px);
    transition: all 0.9s ease;
}
.fade-text.visible {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.9s ease;
}

/* メディアクエリ */
.sp-only,
.catch-img img.sp-only {
  display: none;
}

@media (max-width: 1000px) {
    .catch-img {
        width: 90vw;
        bottom: 0;
    }
}
@media (max-width: 820px) {
    .pc-only,
    .catch-img img.pc-only { 
        display: none;
    }
    .sp-only,
    .catch-img img.sp-only {
        display: block;
    }

    .catch-img {
        position: absolute;
        top: 10vh;
        left: 50vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transition: all 0.9s ease;
        width: 56vh;
        max-width: 90%;
        max-width: inherit;
        z-index: 1;
    }
    .catch-img.none {
        transition: all 0.9s ease;
        opacity: 0;
    }
    .sp-visual {
        position: relative;
        height: 100vh;
        transition: opacity 0.9s ease;
    }
    .sp-visual .sp-bg {
        width: 100%;
        height: 100vh;
        object-fit: fill;
        position: fixed;
    }
    .sp-visual .sp-club {
        position: fixed;
        top: 74%;
        left: 57%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 80vh;
        transition: all 0.9s ease;
    }
    .sp-visual .sp-club.is-active {
        top: 50%;
        transition: all 0.9s ease;
    }
    .sp-club-sub {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        transition: opacity 0.9s ease;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .black-bg {
        width: 100%;
        transform: translateX(100%);
        right: 0;
        background: rgb(0 0 0 / 50%);
    }
    .black-bg.active {
        transform: translateX(0);
    }

    .text-area {
        padding: 25vh 6% 25vh;
    }
    .text-block {
        max-width: 100%;
        text-align: center;
    }
    .text-block h2.fade-text {
        font-size: min(4.5vw, 30px);
    }
    .text-block p.fade-text {
        font-size: min(3.8vw, 24px);
    }
}
@media (max-width: 430px) {
    .catch-img {
        top: 16vh;
        left: 50%;
        width: 87%;
    }
    .sp-visual .sp-club {
        width: 107%;
    }
    .text-block h2.fade-text {
        font-size: min(4.5vw, 22px);
    }
    .text-block p.fade-text {
        font-size: min(3.8vw, 18px);
    }
}

/**** contents共通 ****/
.bg-w {
  background: #fff;
  color: #333;
  letter-spacing: 1.75px;
}
.max-width {
  width: min(1200px, 95%);
  margin: auto;
}
.s-title-bg {
  width: calc((100% - 1280px) / 2 + 900px);
  background: rgb(2 4 92 / 10%);
  height: 340px;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transform: skewX(20deg) translateX(-140px);
  transform: skewX(20deg) translateX(-140px);
}
.s-title {
  font-size: min(56px, 5vw);
  font-weight: bold;
}
.scroll-fade.effect {
  transition: all 0.9s ease;
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade {
    opacity: 0;
    transform: translateY(50px);
}
.btn-fade a {
    transition: all 0.9s ease;
    opacity: 0;
    pointer-events: none;
}


/**** SPEC ****/
.tab-group {
    margin-top: 13px;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 1;
}
.tab-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
}
.tab-button .tab:hover,
.tab-button .is-active {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
}
.tab {
    width: calc(100% / 4 - 4px);
    border: 1px solid #333;
    padding: 20px 8px;
    background: #fff;
    font-size: min(1.6vw, 20px);
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 2px;
    margin-bottom: 3px;
    transition: all 0.4s ease;
}
.tab-contents {
    border-top: none;
    background: #ccebdc;
}
.content {
    display: none;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
}
.content.is-active {
    display: block;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    background: #fff;
}

.table-box table,
.table-box tr,
.table-box th,
.table-box td {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
}
.table-box {
    width: 100%;
    max-height: 540px;
    overflow: auto;
}
.table-box table {
    width: 100%;
    min-width: 1000px;
    padding: 2px;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 0px;
}
.table-box tbody {
    -webkit-text-size-adjust: 100%;
}
.table-box th, .table-box td {
    width: 290px;
    vertical-align: middle;
    padding: 18px 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    font-size: min(1.6vw,16px);
}
.table-box td {
    border: 1px solid #0c0c0c;
    border-top: 1px;
    border-left: 1px;
    font-weight: 400;
}
.table-box .fixed-top-th,
.table-box .fixed-top,
.table-box .fixed,
.table-box .fixed-right {
    position: sticky;
    top: 0;
    left: 0;
}
.table-box .fixed-top-th::before,
.table-box .fixed-top::before,
.table-box .fixed::before,
.table-box .fixed-right::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #0c0c0c;
}
.table-box .fixed-top-th {
    z-index: 3;
}
.table-box .fixed-top {
    z-index: 2;
}
.table-box .fixed {
    z-index: 1;
}
.table-box .fixed-right {
    left: 100px;
}
.table-box .tbg-b {
    background: #333;
    color: #fff;
}
.table-box .tbg-g {
    background: #f7f7f7;
}
.table-box .tbg-w {
    background: #fff;
}
.table-box .tbg-s {
    background: rgb(191 155 97 / 15%);
    color: #bf9b61;
}
.table-box .shaft-border .fixed {
    padding: 10px 10px;
    text-align: left;
    font-size: min(1.8vw,18px);
    /*border-top: 1px solid #0c0c0c;*/
    border-bottom: 1px solid #0c0c0c;
}
.table-box .shaft-border .fixed::before {
    border: none;
}
.table-box .shaft-border td {
    border-right: 0;
}

.s-spec .table-box .tbg-b {
    width: 25%;
}
.s-spec .table-box.t-col .tbg-b {
    width: 12.2%;
}
.s-spec .table-box.t-col .tbg-b.fixed-right {
    left: min(16.4%,122px);
}
.notes-area {
    text-align: right;
    line-height: 1.5;
    font-size: 80%;
    margin-top: 10px;
}

.s-spec {
    padding-top: 4%;
    position: relative;
    z-index: 5;
}
.s-spec .s-title-bg {
  top: 7vw;
}
.spec-head {
    margin: 8px auto 10px;
}
.spec-head .data {
    margin-bottom: 14px;
}
.spec-head .club-name {
    font-size: min(2vw,20px);
    font-weight: 500;
    margin-bottom: 8px;
}
.spec-head .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 6px;
}
.spec-head .info:first-of-type {
    margin-top: 0;
}
.spec-head .info-name {
    background: #333;
    color: #fff;
    font-size: min(1.5vw,15px);
    font-weight: 500;
    padding: 2px 10px;
    line-height: 1.6;
    margin-right: 8px;
    width: min(40%, 214px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
.spec-head .info-name::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 14px #fff;
    border-bottom: solid 32px transparent;
    z-index: -1;
}
.spec-head .info-name::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -3px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 14px #fff;
    border-top: solid 32px transparent;
    z-index: -1;
}
.spec-head .info-name .notes {
    font-size: 80%;
    width: 100%;
    text-align: center;
    margin-top: -4px;
}
.spec-head .info-data {
    font-size: min(1.5vw,15px);
    line-height: 1.6;
    width: 80%;
}
.spec-head .sh-note {
    background: rgb(191 155 97 / 15%);
    border-radius: 5px;
    padding: 14px 20px;
    box-sizing: content-box;
    margin-top: 20px;
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spec-head .sh-note .shn-text {
    color: #bf9b61;
    font-weight: 600;
    margin-right: 10px;
}
.spec-head .sh-note .shn-link {
    display: block;
    color: #bf9b61;
    font-weight: 600;
    border: 1px solid #bf9b61;
    background: rgb(191 155 97 / 10%);
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.spec-head .sh-note .shn-link:hover {
    background: rgb(191 155 97 / 30%);
}


.sh-spec {
    padding: 6% 0;
    position: relative;
    z-index: 5;
}
.sh-spec .s-title-bg {
    top: 17.7vw;
}
.sh-spec .s-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.sh-spec .s-head .s-title-img {
    margin-right: -35%;
    width: 80%;
}
.sh-spec .s-head .s-title-img img {
    width: 100%;
}
.sh-spec .tab-button {
    justify-content: flex-start;
    width: 77%;
    margin-top: -6%;
}
.sh-spec .tab-content .content.is-active{
    border: none;
    background: transparent;
}
.sh-spec .tab {
    padding: 18px 8px;
}
.sh-spec .shaft-img {
    width: 40%;
    padding: 0;
    text-align: left;
}
.sh-spec .shaft-img.si-one {
    padding: 10px 0 20px;
}
.sh-spec .shaft-img img {
    max-width: 100%;
    width: 99.9%;
}
.sh-spec .shaft-name {
    font-size: min(1.8vw,18px);
    font-weight: 500;
    padding: 10px 10px 4px;
}

.scroll-hint-text { 
    margin-top: 0;
}
.scroll-hint-icon {
    width: 130px !important;
    height: 100px !important;
    padding: 25px 10px 10px 10px !important;
    z-index: 2;
}
@media (max-width: 769px) {
    .tab-button {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .tab {
        width: calc(100% / 4 - 2px);
        padding: 14px 8px;
        font-size: min(3.2vw, 16px);
        margin: 1px;
    }
    .tab-group {
        margin-top: 20px;
    }
    .content {
        padding: 16px 10px;
    }
    .spec-head .data {
        margin-bottom: 5px;
    }
    .spec-head .club-name {
        font-size: min(4vw, 20px);
        font-weight: bold;
    }
    .spec-head .info {
        display: block;
    }
    .spec-head .info-name {
        font-size: min(3vw, 15px);
        width: 100%;
    }
    .spec-head .info-data {
        font-size: min(3vw, 15px);
        display: block;
        width: 100%;
        margin-top: 3px;
    }
    .spec-head .sh-note {
        display: block;
    }
    .spec-head .sh-note .shn-text {
        margin-right: 0;
        line-height: 1.7;
    }
    .spec-head .sh-note .shn-link {
        text-align: center;
        margin-top: 6px;
    }

    .table-box {
        max-height: 430px;
    }
    .table-box table {
        min-width: 750px;
    }
    .table-box th, .table-box td {
        width: 50px;
        padding: 12px 6px;
        font-size: 14px;
    }
    .table-box .fixed-right {
        left: 84px;
    }
    .table-box .shaft-border .fixed {
        padding: 8px 0 8px 6px;
        font-size: min(3.6vw, 14px);
        line-height: 1.1;
    }
    .s-spec .table-box .tbg-b {
        width: 17%;
    }
    .s-spec .table-box.t-col .tbg-b {
        width: 10.1%;
    }
    .s-spec .table-box.t-col .tbg-b.fixed-right {
        left: 75px;
    }

    .s-title {
        font-size: min(56px, 8vw);
        line-height: 1.2;
    }

    .s-spec {
        padding-top: 15%;
    }
    .s-spec .s-title-bg {
        top: 9.5vh;
    }

    .sh-spec {
        padding: 8% 0 12%;
    }
    .sh-spec .s-title-bg {
        top: 11vh;
    }
    .sh-spec .tab-button {
        width: 100%;
        margin-top: 6%;
    }
    .sh-spec .tab {
        width: calc(100% / 3 - 2px);
    }
    .sh-spec .s-head .s-title-img {
        margin-right: -45%;
        margin-left: auto;
        margin-top: 5%;
        width: 140%;
    }
    .sh-spec .tab-content .content {
        margin-top: 0px;
        padding: 0;
    }
    .sh-spec .shaft-img {
        width: 20%;
    }
    .sh-spec .shaft-name {
        font-size: min(3vw, 18px);
        font-weight: bold;
        padding: 10px 5px 4px;
    }
}
@media (max-width: 430px) {
    .spec-head .info-name::before {
        left: -1px;
        border-bottom: solid 25px transparent;
    }
    .spec-head .info-name::after {
        top: -1px;
        border-top: solid 25px transparent;
    }
}

/**** 共通footer ****/
.sect--bottomt, .sect--team, .site-footer {
    position: relative;
    z-index: 2;
}
.footer-nav.is-active {
    transform: translateY(0);
}
