@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

html {
  margin: 0;
}

body {
  font-family: "Charis SIL", "Noto Serif JP", serif;
  font-style: normal;
  line-height: 1.75;
  color: #35464A;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.btn-common {
  border: 1px solid #ffffff;
  padding: 3px;
  background: #35424A;
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 200px;
}
.btn-common::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.btn-common:hover {
  border-color: #35424A;
}
.btn-common:hover::before {
  content: "";
  width: 100%;
}
.btn-common:hover .btn-inner {
  border-color: #35424A;
}
.btn-common:hover .en, .btn-common:hover .jp {
  color: #35424A;
}
.btn-common .btn-inner {
  border: 1px solid #ffffff;
  display: block;
  padding: 5px 45px;
  position: relative;
}
.btn-common .en {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 13px;
  line-height: 119.3%;
  display: block;
  margin-bottom: 6px;
  position: relative;
}
.btn-common .jp {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 119.3%;
  display: block;
  position: relative;
}

.btn-common.white {
  border: 1px solid #35424A;
  background: #fff;
}
.btn-common.white::before {
  background: #35424A;
}
.btn-common.white:hover {
  border-color: #fff;
}
.btn-common.white:hover .btn-inner {
  border-color: #fff;
}
.btn-common.white:hover .en, .btn-common.white:hover .jp {
  color: #fff;
}
.btn-common.white .btn-inner {
  border: 1px solid #35424A;
}
.btn-common.white .en {
  color: #35424A;
}
.btn-common.white .jp {
  color: #35424A;
}

.btn-common.red {
  border: 1px solid #fff;
  background: #A72A3B;
}
.btn-common.red::before {
  background: #A72A3B;
}
.btn-common.red:hover {
  border-color: #A72A3B;
}
.btn-common.red:hover::before {
  background: #fff;
}
.btn-common.red:hover .btn-inner {
  border-color: #A72A3B;
}
.btn-common.red:hover .en, .btn-common.red:hover .jp {
  color: #A72A3B;
}
.btn-common.red .btn-inner {
  border: 1px solid #fff;
}
.btn-common.red .en {
  color: #fff;
}
.btn-common.red .jp {
  color: #fff;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }
  .header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
  .header--inner {
    margin: 0;
    padding: 2.5641025641vw;
  }
  .header--logo {
    height: 10.7692307692vw;
    max-width: 36.4102564103vw;
  }
  .header--nav {
    position: fixed;
    top: 15.3846153846vw;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    padding: 7.6923076923vw 3.8461538462vw;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1000;
  }
  .header--nav.is-open {
    transform: translateX(0);
  }
  .header--nav__main a {
    color: #2E2E2E;
    font-size: 5.1282051282vw;
    font-weight: 500;
    display: block;
    position: relative;
    border-bottom: 1px solid #2E2E2E;
    padding: 3.8461538462vw 0;
    text-align: center;
  }
  .header--nav__contact {
    margin-top: 7.6923076923vw;
    text-align: center;
  }
  .header .menuopen {
    position: absolute;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5.1282051282vw;
  }
  .header .menuopen::before, .header .menuopen::after {
    content: "";
    width: 10.2564102564vw;
    border-top: 1px solid rgb(52, 65, 73);
    display: block;
    transition: 0.3s;
  }
  .header .menuopen.is-open::before {
    transform: rotate(45deg) translate(1.7948717949vw, 2.0512820513vw);
  }
  .header .menuopen.is-open::after {
    transform: rotate(-45deg) translate(1.7948717949vw, -1.7948717949vw);
  }
  .footer--cv {
    background: #968376;
    padding: 15.3846153846vw 5.1282051282vw;
    text-align: center;
  }
  .footer--cv .text {
    color: #FFF;
    font-size: 6.1538461538vw;
    font-weight: 600;
    margin-bottom: 7.6923076923vw;
  }
  .footer--inner {
    margin: 0 auto;
  }
  .footer--logo {
    width: 69.4871794872vw;
    margin: auto;
    padding: 5.1282051282vw 0;
  }
  .footer--row {
    border-top: 1px solid #35464A;
    padding: 5.1282051282vw 6.4102564103vw;
  }
  .footer--row__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.1282051282vw;
  }
  .footer--nav a {
    color: #000;
    font-size: 4.1025641026vw;
  }
  .footer--contact {
    text-align: center;
    margin: 7.6923076923vw;
  }
  .footer .copyright {
    background: #968376;
    padding: 7px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2.8205128205vw;
  }
  .contents {
    padding-top: 15.3846153846vw;
  }
  .kv {
    background-size: cover;
    height: calc(100vh - 15.8974358974vw);
    /* 画面いっぱい */
    /* スライドを重ねてフェード制御 */
  }
  .kv .slide img {
    opacity: 0;
  }
  .kv h1 {
    padding-top: 17.9487179487vw;
    position: absolute;
    top: 28vh;
    left: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
  }
  .kv h1 img {
    width: 76.1538461538vw;
    margin: 0 auto;
  }
  .kv h1 .en {
    color: #000;
    text-align: center;
    font-size: 4.1025641026vw;
    font-weight: 400;
    display: block;
  }
  .kv h1 .en span {
    border-bottom: 1px solid #000;
    padding: 0 2.5641025641vw;
  }
  .kv h1 .en2 {
    color: #000;
    text-align: center;
    font-size: 5.641025641vw;
    font-weight: 400;
    display: block;
  }
  .kv h1 .shippori {
    color: #000;
    text-align: center;
    font-size: 5.1282051282vw;
    font-weight: 400;
    letter-spacing: 0.8717948718vw;
    display: block;
  }
  .kv h1 .shippori2 {
    color: #000;
    text-align: center;
    font-size: 4.1025641026vw;
    font-weight: 400;
    letter-spacing: 0.8717948718vw;
    display: block;
  }
  .kv h1 .indent {
    transform: translateX(0.5em);
    display: block;
  }
  .kv h1 br {
    display: none;
  }
  .kv .gsap-slider {
    position: relative;
    width: 100vw;
    height: calc(100vh - 15.8974358974vw);
    overflow: hidden;
  }
  @supports (height: 100dvh) {
    .kv { /* モバイルURLバー対策 */ }
    .kv .gsap-slider {
      height: calc(100dvh - 15.8974358974vw);
    }
  }
  .kv .gsap-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0; /* GSAPで制御 */
    pointer-events: none; /* クリック透過（必要なら外してOK） */
  }
  .kv .gsap-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 余白なしで全面表示 */
    display: block;
  }
  .greeting {
    overflow: hidden;
  }
  .greeting .inner {
    position: relative;
  }
  .greeting .topnews {
    padding: 5.1282051282vw;
  }
  .greeting .topnews h2 {
    color: #35464A;
    font-size: 5.1282051282vw;
    font-weight: 400;
  }
  .greeting .topnews h2::after {
    content: "";
    width: 12.8205128205vw;
    height: 1.2820512821vw;
    background: #35464A;
    display: block;
  }
  .greeting .topnews--list {
    margin-bottom: 10.2564102564vw;
  }
  .greeting .topnews--list li {
    border-bottom: 1px solid #000;
  }
  .greeting .topnews--list li a {
    display: grid;
    grid-template-columns: 1fr 63.5897435897vw;
    gap: 0 5.1282051282vw;
    padding: 5.1282051282vw 0;
  }
  .greeting .topnews--list li a .date {
    color: #000;
    font-size: 3.3333333333vw;
  }
  .greeting .topnews--list li a .title {
    color: #000;
    font-size: 3.8461538462vw;
    line-height: 1.46;
  }
  .greeting .topnews--list li a .link {
    display: none;
  }
  .greeting .topnews .photo {
    width: 100vw;
    transform: translateX(-5.1282051282vw);
  }
  .greeting .topnews .chance {
    margin: 10.2564102564vw auto 0 auto;
  }
  .greeting .topnews .chance h3 {
    font-size: 6.1538461538vw;
    font-weight: 600;
    line-height: 139.286%;
    margin-bottom: 2.5641025641vw;
  }
  .greeting .topnews .chance p {
    font-size: 3.8461538462vw;
    line-height: 194.444%;
  }
  .about {
    background: url(../img/top_about_bg_sp.jpg);
    background-size: cover;
  }
  .about .inner {
    position: relative;
    padding: 25.641025641vw 5.1282051282vw;
  }
  .about h2 {
    color: #35464A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }
  .about h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #35464A;
    display: block;
    margin: auto;
  }
  .about--text {
    color: #35464A;
  }
  .about--text h3 {
    font-size: 6.1538461538vw;
    font-weight: 600;
    line-height: 162.5%;
    margin-bottom: 18px;
    text-align: center;
  }
  .about--text p {
    font-weight: 600;
    line-height: 218%;
  }
  .about--club-sp {
    position: relative;
    overflow: hidden;
    padding-bottom: 25.641025641vw;
  }
  .about--club-sp .hikoki {
    width: 15.8974358974vw !important;
    height: 7.1794871795vw !important;
    position: absolute; /* ← 初期は absolute のまま */
    top: 20vh !important; /* 固定時の縦位置 */
    left: -8vw !important; /* スタート位置 */
    width: 114px;
    height: 50px;
    z-index: 1; /* 下に潜らないように */
    will-change: transform;
    transform: translate3d(0, 0, 0); /* 描画安定化 */
  }
  .about--club-sp__box {
    position: relative;
    z-index: 1;
    padding: 0 5.1282051282vw;
    text-align: center;
  }
  .about--club-sp__box p {
    font-size: 5.1282051282vw;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin: 5.1282051282vw 0;
    position: relative;
  }
  .about--club-sp__box dl {
    margin: 5.1282051282vw 0;
    text-align: left;
    display: inline-block;
    position: relative;
  }
  .about--club-sp__box dt {
    font-size: 4.1025641026vw;
    font-weight: 700;
  }
  .about--club-sp__box dd {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
  .about--club-sp__box ul {
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .about--club-sp__box figure {
    width: 64.1025641026vw;
    margin: 0 auto;
  }
  .about--club-sp__box.club1 {
    margin-bottom: 12.8205128205vw;
  }
  .about--club-sp__box.club2 {
    margin-bottom: 12.8205128205vw;
  }
  .parallax.top {
    overflow: hidden;
    height: 100vh;
    position: relative;
  }
  .parallax-fixed-bg {
    position: fixed;
    inset: 0;
    background: url(../img/top_parallax_sp.jpg) no-repeat center center;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }
  .trip {
    padding-bottom: 25.641025641vw;
    overflow: hidden;
    background: #fff;
  }
  .trip .inner {
    position: relative;
    padding: 25.641025641vw 5.1282051282vw 0;
  }
  .trip h2 {
    color: #35464A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .trip h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #35464A;
    display: block;
  }
  .trip h3 {
    font-size: 6.1538461538vw;
    font-weight: 600;
    line-height: 139.286%;
    margin-bottom: 2.5641025641vw;
  }
  .trip p {
    font-size: 3.8461538462vw;
    line-height: 194.444%;
  }
  .trip--photo {
    margin-top: 25.641025641vw;
    width: 1440px;
  }
  .trip--photo img {
    padding: 0 1.7948717949vw;
    height: 102.5641025641vw;
    object-fit: cover;
  }
  .clubtop .pagekv {
    position: relative;
  }
  .clubtop .pagekv--image {
    width: 100%;
    height: 128.2051282051vw;
    border-radius: 0 0 25.641025641vw 0;
    overflow: hidden;
  }
  .clubtop .pagekv--text {
    padding: 30.7692307692vw 5.1282051282vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  .clubtop .pagekv--text__title {
    font-size: 6.4102564103vw;
    font-weight: 400;
    margin-bottom: 5.1282051282vw;
  }
  .clubtop .pagekv--text__subtitle {
    font-size: 3.0769230769vw;
    font-weight: 700;
  }
  .clubtop .pagekv--text__subtitle span {
    background: #fff;
    padding: 0.7692307692vw 2.0512820513vw;
  }
  .clubtop .pagekv--text__logo {
    margin-bottom: 7.6923076923vw;
  }
  .clubtop .pagekv--text__logo img {
    margin: 0 0 0 auto;
    height: 13.8461538462vw;
  }
  .clubpage .pagekv {
    position: relative;
  }
  .clubpage .pagekv--image {
    width: 100%;
    height: 64.1025641026vw;
    border-radius: 0 0 25.641025641vw 0;
    overflow: hidden;
    position: relative;
  }
  .clubpage .pagekv--image::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .clubpage .pagekv--text {
    padding: 20.5128205128vw 5.1282051282vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "logo" "text";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  .clubpage .pagekv--text__title {
    grid-area: text;
    font-size: 6.4102564103vw;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 5.1282051282vw;
  }
  .clubpage .pagekv--text__logo {
    grid-area: logo;
  }
  .clubpage .pagekv--text__logo img {
    margin: 0 0 0 auto;
    height: 13.8461538462vw;
  }
  .news--kv {
    width: 100%;
    height: 17.9487179487vw;
    border-radius: 0 0 12.8205128205vw 0;
    overflow: hidden;
    position: relative;
  }
  .news h1 {
    font-size: 6.1538461538vw;
    font-weight: 700;
  }
  .news .inner {
    padding: 5.1282051282vw;
  }
  .news--list {
    margin-bottom: 20.5128205128vw;
  }
  .news--list li {
    border-bottom: 1px solid #000;
  }
  .news--list li a {
    display: grid;
    grid-template-columns: 1fr 63.5897435897vw;
    gap: 0 5.1282051282vw;
    padding: 5.1282051282vw 0;
  }
  .news--list li a .date {
    font-size: 3.3333333333vw;
  }
  .news--list li a .title {
    font-size: 3.8461538462vw;
    line-height: 1.46;
  }
  .news--article h1 {
    font-size: 5.1282051282vw;
    font-weight: 700;
    margin-bottom: 5.1282051282vw;
  }
  .news--article .date {
    font-size: 4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
  .news--article p {
    font-size: 4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
  .pankz {
    margin: 20px auto 0 auto;
    padding: 0 5.1282051282vw;
  }
  .pankz li {
    display: inline;
    font-size: 4.1025641026vw;
    font-weight: 700;
    word-break: break-all;
  }
  .pankz li::after {
    content: ">";
    margin-left: 1.2820512821vw;
  }
  .pankz li:last-child::after {
    display: none;
  }
  .pankz li a {
    text-decoration: underline;
  }
  .article-contents {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .article-contents h2 {
    position: relative;
    font-size: 4.1025641026vw;
    font-weight: 400;
    border-bottom: 1px solid #000;
  }
  .article-contents h3 {
    font-size: 5.1282051282vw;
    font-weight: 600;
    line-height: 144%;
    margin-bottom: 5.1282051282vw;
  }
  .article-contents p {
    font-size: 4.1025641026vw;
    line-height: 145%;
    margin-bottom: 5.1282051282vw;
  }
  .article-contents ul {
    font-size: 4.1025641026vw;
    line-height: 145%;
    margin-bottom: 5.1282051282vw;
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .article-contents ol {
    font-size: 4.1025641026vw;
    line-height: 145%;
    margin-bottom: 5.1282051282vw;
    list-style-type: decimal;
    margin-left: 1.5em;
  }
  .article-contents .wp-block-details {
    margin-bottom: 10.2564102564vw;
  }
  .article-contents .wp-block-details summary {
    font-size: 5.1282051282vw;
    font-style: normal;
    font-weight: 400;
    padding-left: 7.6923076923vw;
    position: relative;
    margin-bottom: 2.5641025641vw;
  }
  .article-contents .wp-block-details summary::before {
    content: "Q";
    font-size: 5.1282051282vw;
    font-weight: 700;
    position: absolute;
    top: 1.0256410256vw;
    left: 0;
    line-height: 1;
  }
  .article-contents .wp-block-details summary::marker {
    content: "";
  }
  .article-contents .wp-block-details summary + p {
    font-size: 4.1025641026vw;
    line-height: 145%;
    padding-left: 7.6923076923vw;
    position: relative;
    margin-bottom: 0;
  }
  .article-contents .wp-block-details summary + p::before {
    content: "A";
    font-size: 5.1282051282vw;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-contents .wp-block-details ul {
    font-size: 4.1025641026vw;
    line-height: 145%;
    padding-left: 7.6923076923vw;
    position: relative;
    list-style: disc;
    margin-left: 1.5em;
  }
  .article-contents .voice {
    background: url(../img/voice_bg.png) no-repeat 50% top;
    background-size: 80%;
    min-height: 320px;
  }
  .article-contents .voice h4 {
    text-align: center;
    font-size: 4.1025641026vw;
    font-weight: 400;
    padding-top: 12.8205128205vw;
    margin-bottom: 15.3846153846vw;
  }
  .article-contents .voice p {
    font-size: 4.1025641026vw;
    font-weight: 700;
  }
  .cv {
    background: url(../img/cv_bg.jpg) no-repeat 50%;
    background-size: cover;
    padding: 20.5128205128vw 5.1282051282vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cv.soar {
    background: url(../img/soarclub_cv_sp.png) no-repeat 50%;
    background-size: cover;
  }
  .cv--inner {
    padding: 5.1282051282vw;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px);
    text-align: center;
  }
  .cv--logo {
    height: 10.2564102564vw;
    margin-bottom: 5.1282051282vw;
  }
  .cv--logo img {
    margin: 0 auto;
  }
  .cv p {
    font-size: 3.8461538462vw;
    line-height: 200%;
  }
  .cv .btn-common {
    margin-top: 5.1282051282vw;
    width: 100%;
  }
  .cv .btn-common .btn-inner {
    width: 100%;
  }
  .cv--mail {
    font-size: 4.1025641026vw;
    font-weight: 700;
    margin: 5.1282051282vw 0 0;
  }
  @supports (width: 100dvw) {
    .cv {
      width: 100dvw;
      margin-left: calc(50% - 50dvw);
      margin-right: calc(50% - 50dvw);
    }
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  body {
    min-width: 1200px;
    padding-top: 122px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  .header--inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .header--logo {
    height: 57px;
    margin-top: 10px;
  }
  .header--nav {
    text-align: right;
  }
  .header--nav__main {
    display: flex;
    justify-content: flex-end;
    gap: 0 80px;
  }
  .header--nav__main a {
    color: #2e2e2e;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
  }
  .header--nav__main a::before {
    content: "";
    width: 0%;
    height: 4px;
    background: #35464a;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
  }
  .header--nav__main a:hover::before {
    width: 100%;
  }
  .header--nav__main a.current::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #35464a;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header--nav__contact {
    margin-bottom: 30px;
    transform: translateY(10px);
  }
  .footer {
    position: relative;
    background: #fff;
  }
  .footer--cv {
    background: #968376;
    padding: 60px 30px;
    text-align: center;
  }
  .footer--cv .text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .footer--inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 30px 0 30px;
  }
  .footer--logo {
    width: 271px;
  }
  .footer--row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #35464a;
    margin: 10px 0 0 0;
    padding: 40px 0;
  }
  .footer--row__container {
    display: flex;
    gap: 0 60px;
  }
  .footer--nav a {
    color: #000;
    font-size: 16px;
  }
  .footer .copyright {
    background: #968376;
    padding: 7px;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 16px;
  }
  .kv {
    background-size: cover;
    height: calc(100vh - 123px);
    width: 100vw;
    position: fixed;
    /* 画面いっぱい */
    /* スライドを重ねてフェード制御 */
  }
  .kv .slide img {
    opacity: 0;
  }
  .kv h1 {
    padding-top: 110px;
    position: absolute;
    top: 10vh;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  .kv h1 img {
    width: 527px;
    margin: 0 auto;
  }
  .kv h1 .en {
    color: #000;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    display: block;
  }
  .kv h1 .en span {
    border-bottom: 1px solid #000;
    padding: 0 20px;
  }
  .kv h1 .en2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    display: block;
  }
  .kv h1 .shippori {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 10.56px;
    display: block;
  }
  .kv h1 .shippori2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 10.56px;
    display: block;
  }
  .kv h1 .indent {
    transform: translateX(0.5em);
    display: block;
  }
  .kv h1 br {
    display: none;
  }
  .kv .gsap-slider {
    position: relative;
    width: 100vw;
    height: calc(100vh - 123px);
    overflow: hidden;
  }
  @supports (height: 100dvh) {
    .kv {
      /* モバイルURLバー対策 */
    }
    .kv .gsap-slider {
      height: calc(100dvh - 123px);
    }
  }
  .kv .gsap-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0; /* GSAPで制御 */
    pointer-events: none; /* クリック透過（必要なら外してOK） */
  }
  .kv .gsap-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 余白なしで全面表示 */
    display: block;
  }
  .contents.top {
    margin-top: calc(100vh - 123px);
    background: #fff;
    position: relative;
  }
  .greeting {
    position: relative;
    height: 100vh;
    margin-bottom: -31px;
  }
  .greeting .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 123px 30px 0;
  }
  .greeting .topnews {
    width: 680px;
  }
  .greeting .topnews h2 {
    color: #35464a;
    font-size: 20px;
    font-weight: 400;
  }
  .greeting .topnews h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #35464a;
    display: block;
  }
  .greeting .topnews--list li {
    border-bottom: 1px solid #000;
  }
  .greeting .topnews--list li a {
    display: grid;
    grid-template-columns: 1fr 450px 1fr;
    align-items: center;
    gap: 0 20px;
    padding: 17px 0;
  }
  .greeting .topnews--list li a .date {
    color: #000;
    font-size: 13px;
  }
  .greeting .topnews--list li a .title {
    color: #000;
    font-size: 15px;
    line-height: 1.46;
  }
  .greeting .topnews--list li a .link {
    font-size: 13px;
    background: url(../img/ico_arrow.svg) no-repeat 100% 50%;
  }
  .greeting .topnews .chance {
    margin: 100px auto 0 auto;
    padding-bottom: 198px;
  }
  .greeting .topnews .chance h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 139.286%;
    margin-bottom: 10px;
  }
  .greeting .topnews .chance p {
    font-size: 18px;
    line-height: 194.444%;
  }
  .greeting .photo {
    width: 540px;
    position: absolute;
    top: 0;
    right: -120px;
  }
  .about {
    background: url(../img/top_about_bg.jpg);
    background-size: cover;
    position: relative;
  }
  .about .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 80px 30px;
  }
  .about h2 {
    color: #35464a;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .about h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #35464a;
    display: block;
  }
  .about--text {
    color: #35464a;
  }
  .about--text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 162.5%;
    margin-bottom: 18px;
  }
  .about--text p {
    font-weight: 600;
    line-height: 150%;
  }
  .about--club {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .about--club .hikoki {
    width: 114px;
    height: 50px;
    position: absolute;
    top: 490px;
    left: -130px;
  }
  .about--club__img {
    width: 4203px;
    height: 739px;
  }
  .about--club__img .club {
    width: auto;
  }
  .about--club__box {
    position: absolute;
    z-index: 1;
  }
  .about--club__box p {
    font-size: 20px;
    font-weight: 600;
  }
  .about--club__box dl {
    margin-bottom: 40px;
  }
  .about--club__box dt {
    font-size: 20px;
    font-weight: 700;
  }
  .about--club__box dd {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .about--club__box ul {
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .about--club__box.club1 {
    top: 100px;
    left: 20px;
  }
  .about--club__box.club2 {
    top: 100px;
    left: 1510px;
  }
  .about--club__box.club3 {
    top: 100px;
    left: 3020px;
  }
  .parallax {
    position: relative;
  }
  .parallax.top {
    background: url(../img/top_parallax.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 595px;
  }
  .trip {
    position: relative;
    padding-bottom: 100px;
    background: #fff;
  }
  .trip .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 100px 30px 0;
  }
  .trip h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .trip h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #35464a;
    display: block;
  }
  .trip h3 {
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-weight: 600;
    line-height: 139.286%;
    margin-bottom: 20px;
  }
  .trip p {
    width: 570px;
    font-size: 18px;
    font-weight: 400;
    line-height: 194.444%;
  }
  .trip--photo {
    margin-top: 170px;
  }
  .trip--photo img {
    padding: 0 30px;
  }
  .clubtop .pagekv {
    position: relative;
  }
  .clubtop .pagekv--image {
    width: 100%;
    height: 500px;
    border-radius: 0 0 250px 0;
    overflow: hidden;
  }
  .clubtop .pagekv--text {
    width: 1140px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  .clubtop .pagekv--text__title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .clubtop .pagekv--text__subtitle {
    font-size: 16px;
    font-weight: 700;
  }
  .clubtop .pagekv--text__subtitle span {
    background: #fff;
    padding: 3px 8px;
  }
  .clubtop .pagekv--text__logo {
    margin-bottom: 20px;
  }
  .clubtop .pagekv--text__logo img {
    margin: 0 0 0 auto;
  }
  .clubpage .pagekv {
    position: relative;
  }
  .clubpage .pagekv--image {
    width: 100%;
    height: 250px;
    border-radius: 0 0 100px 0;
    overflow: hidden;
    position: relative;
  }
  .clubpage .pagekv--image::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .clubpage .pagekv--text {
    width: 1140px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .clubpage .pagekv--text__title {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
  }
  .clubpage .pagekv--text__logo img {
    margin: 0 0 0 auto;
  }
  .news {
    margin-bottom: 100px;
  }
  .news--kv {
    width: 100%;
    height: 250px;
    border-radius: 0 0 100px 0;
    overflow: hidden;
    position: relative;
  }
  .news .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
  }
  .news h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
  }
  .news--list li {
    margin-bottom: 40px;
  }
  .news--list li a {
    padding: 17px 0;
  }
  .news--list li a .date {
    font-size: 20px;
    display: grid;
  }
  .news--list li a .title {
    font-size: 20px;
    display: grid;
  }
  .news--article h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
  }
  .news--article .date {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .news--article p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .pankz {
    max-width: 1200px;
    margin: 20px auto 0 auto;
    padding: 0 30px;
  }
  .pankz li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
  }
  .pankz li::after {
    content: ">";
    margin-left: 5px;
  }
  .pankz li:last-child::after {
    display: none;
  }
  .pankz li a {
    text-decoration: underline;
  }
  .article-contents {
    max-width: 1060px;
    margin: 0 auto;
    padding: 40px 30px;
  }
  .article-contents h2 {
    position: relative;
    font-size: 24px;
    font-weight: 400;
  }
  .article-contents h2::before {
    content: "";
    width: 24%;
    height: 0;
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    top: 21px;
    left: 0;
  }
  .article-contents h2::after {
    content: "";
    width: 24%;
    height: 0;
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    top: 21px;
    right: 0;
  }
  .article-contents h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 144%;
    margin-bottom: 40px;
  }
  .article-contents p {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 1.5em;
  }
  .article-contents ul {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    list-style-type: disc;
  }
  .article-contents ol {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    list-style-type: decimal;
  }
  .article-contents .wp-block-details {
    margin-bottom: 40px;
  }
  .article-contents .wp-block-details summary {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding-left: 100px;
    position: relative;
    margin-bottom: 20px;
  }
  .article-contents .wp-block-details summary::before {
    content: "Q";
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
  }
  .article-contents .wp-block-details summary::marker {
    content: "";
  }
  .article-contents .wp-block-details summary + p {
    font-size: 20px;
    line-height: 145%;
    padding-left: 100px;
    position: relative;
    margin-bottom: 0;
  }
  .article-contents .wp-block-details summary + p::before {
    content: "A";
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-contents .wp-block-details ul {
    font-size: 20px;
    line-height: 145%;
    padding-left: 100px;
    position: relative;
    list-style: disc;
    margin-left: 1.5em;
  }
  .article-contents .full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .article-contents .full-width {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .article-contents .voice {
    background: url(../img/voice_bg.png) no-repeat 50% top;
    background-size: contain;
    min-height: 320px;
  }
  .article-contents .voice h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding-top: 60px;
    margin-bottom: 75px;
  }
  .article-contents .voice p {
    font-size: 20px;
    font-weight: 700;
  }
  .cv {
    background: url(../img/cv_bg.jpg) no-repeat 50%;
    background-size: cover;
    padding: 100px 30px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cv.soar {
    background: url(../img/soarclub_cv.png) no-repeat 50%;
    background-size: cover;
  }
  .cv--inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px);
    text-align: center;
  }
  .cv--logo {
    height: 59px;
    margin-bottom: 20px;
  }
  .cv--logo img {
    margin: 0 auto;
  }
  .cv p {
    font-size: 15px;
    line-height: 200%;
  }
  .cv .btn-common {
    margin: 20px auto 0 auto;
    width: 420px;
  }
  .cv .btn-common .btn-inner {
    width: 100%;
  }
  .cv--mail {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
  }
  @supports (width: 100dvw) {
    .cv {
      width: 100dvw;
      margin-left: calc(50% - 50dvw);
      margin-right: calc(50% - 50dvw);
    }
  }
}
.bg-black {
  background: #000;
  color: #fff;
}

.cv .wp-block-button__link {
  color: #fff;
  background-color: transparent;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
  font-size: inherit;
}

.page-nav .current .wp-block-button__link {
  background: #35464A;
  color: #ffffff;
}
.page-nav .wp-block-button__link {
  border: 1px solid #35464A;
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
  color: #35464A;
  transition: 0.3s;
}
.page-nav .wp-block-button__link:hover {
  background: #35464A;
  color: #ffffff;
}

.wp-block-buttons .wp-block-button__link:hover {
  color: #ffffff;
}

.wpsisac-slick-slider .slick-track,
.wpsisac-slick-carousel .slick-track {
  transition-timing-function: linear !important;
}

/* ギャラリーのループスライド */
.stk-slide-gallery {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 0;
  padding: 0 !important;
}

.stk-slide-gallery .wp-block-gallery {
  flex-wrap: nowrap;
  animation: loop-slide 30s infinite linear 1s both;
}

.stk-slide-gallery .wp-block-image {
  width: 182px !important;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */