@charset "UTF-8";

/*--------------------------------------------------------
animation
--------------------------------------------------------*/

/***********
* fade-up *
************/
.fade-up {
  display: block;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(2em) rotate(0.0001deg);
  transition: 
    opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.fade-up.is-act {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) rotate(0.0001deg);
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 50%; /* 横方向中央寄せ */
  transform: translateX(-50%) translateY(-100%); /* 横方向中央に、縦方向は隠す */
  opacity: 0;
  transition: transform 1s ease, opacity 0.5s ease;
  pointer-events: none;
}

header.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* 中央に表示 */
  pointer-events: auto;
}

header.is-visible {
  transform: translateX(-50%) translateY(0); /* 表示状態 */
  opacity: 1;
  pointer-events: auto;
}

header.is-hiding {
  transform: translateX(-50%) translateY(-100%); /* 隠す状態 */
  opacity: 0;
  pointer-events: none;
}


/***********
* ハンバーガーメニュー *
************/
.head_menu-button {
  position: fixed;
}
.menu-button {
  top: 25px;
  right: 20px;
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
/*--header--*/
/*--header-end--*/
/*--contents--*/
.top-main {
  background-color: white;
}
html.scroll-lock,
body.scroll-lock,
.contents1920.scroll-lock {
  position: fixed !important;
  overflow: hidden !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.slide-up.scroll-lock {
  overflow: hidden !important;
}
.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.fv-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.nav p {
  position: relative;
  cursor: pointer;
  padding-bottom: 2px;
}
.nav p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: white;
  transition: width 0.3s ease;
}
.nav p.fv-join::after {
  content: none;
}
.nav p:hover::after {
  width: 100%;
}
.fv-join {
  background-color: #000;
  border: solid 1px white;
  border-radius: 25px;
  padding: 3px 17px;
}

#slideshow .picture {
  display: none;
}
#slideshow .picture.active {
  display: block;
}
.bg-concept {
  background-image: url('../img/stg_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: white;
}
.concept-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.concept_top-txt {
  font-size: 20px;
  font-weight: 800;
}
.access-name {
  font-size: 30px;
}
.access_map-area {
  gap: 2%;
}
.access_exterior {
  flex: 1;
}
.access_map {
  flex: 1;
}
.access_exterior img {
  width: 100%;
  height: auto;
  display: block;
}
.access_map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.access_slide {
  width: 100%;
  overflow: hidden;
}
.access_slide div {
  display: flex;
  justify-content: center;
}
.access_slide img {
  width: 100%;
  height: auto;
}
.swiper { 
  width: 50%;
  overflow:hidden;
}
.swiper-slide {
  display:flex; justify-content:center; align-items:center;
}
.swiper-slide img {
  display:block;
  width: 100%;
  max-width:100%;
  height:auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slide_arrow {
  position: absolute;
  bottom: 0px;
  background-color: white;
  width: 120px;
  height: 60px;
  right: 0%;
  z-index: 999;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 100;
  z-index: 990;
}
.slide_arrow-l {
  transform: rotate(180deg);
  padding: 15px;
  cursor: pointer;
}
.slide_arrow-r {
  padding: 15px;
  cursor: pointer;
}
.slide_bar::before {
  content: '│';        /* 縦棒の記号 */
  font-size: 35px;     /* 縦棒の太さを調整 */
  height: 50px;        /* 縦棒の高さ */
  line-height: 56px;   /* 縦棒を中央に配置 */
  color: #000;         /* 縦棒の色 */
  position: absolute;
  top: 0;
  left: 50%;           /* 中央に配置 */
  transform: translateX(-50%);
}
.video-hero{
  width:100%;
  height:100svh;
  height:100dvh;
  height:100vh;
  overflow:hidden;
  background:#232323;
}

#responsiveVideo2{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.movie::before {
  padding-top: 65%;
  display: block;
  content: "";
}

.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.movie__btn {
  position: absolute;
  bottom: 3%;
  right: 2%;
}

.movie__btn button {
  height: 60px;
  width: 60px;
  padding: 16px;
  border: solid 1px #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

html.no-scroll,
body.no-scroll {
  height: 100%;
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}
.video-wrapper {
  width: 100%;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  /* max-width: 1920px; */
  margin-left: 0;
  margin-right: 0;
}
.video-wrapper_active {
  position: absolute;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
}
.slide-up {
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  z-index: 2;
  transition: top 1s ease;
  opacity: 0; 
  transition: transform 1.0s ease, opacity 1.0s ease;
}
.slide-up.show {
  top: 0;
  transform: translateY(0%) !important;
  opacity: 1;
  position: relative;
  z-index: 998;
}
.slide-up.show {
  top: 0;
}
.second-fv {
  position: relative;
  background: #1F1F1F;
}

.second-fv_info {
  position: absolute;
  top: 0;
  font-size: 14px;
  color: white;
  padding-left: 2%;
  padding-top: 2%;
  align-items: center;
  min-width: 0;
  flex-shrink: 0;
  white-space: nowrap;
  gap: 10px;
  z-index: 999;
}
.second-fv_logo {
  width: 80px;
}
.nav {
  position: absolute;
  top: 0;
  color: #fff;
  right: 0;
  gap: 35px;
  padding-right: 2%;
  padding-top: 2.5%;
  z-index: 100;
  align-items: center;
}
.second-fv_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  width: 90%;
}
.second-fv_txt1 {
  font-size: 35px;
  line-height: 1;
}
.schedule {
  background-color: white;
  color: black;
}
.schedule_img img {
  width: 100%;
  max-width: 800px;
}
.schedule_top-container, .access_top-container {
  align-items: center;
}
.schedule_top-container p:first-child::after,
.access_top-container p:first-child::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #1F1F1F;
  margin: 0 10px;
  vertical-align: middle;
  margin-top: -3%;
}
.section-txt {
  font-size: 60px;
  line-height: 1;
}
.schedule-btn {
  position: relative;
  background-color: black;
  color: #fff;
  width: 500px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  padding: 30px 60px;
  box-sizing: border-box;
  overflow: hidden;
  transition: opacity 0.3s;
}
.schedule-btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid white;
  border-radius: 96px;
  box-sizing: border-box;
}
.schedule-btn:hover, .contact-inner:hover {
  opacity: 0.7;
}
.schedule-btn_txt {
  font-size: 40px;
  line-height: 0.8;
}
.schedule-btn_subtxt {
  font-size: 12px;
  margin-top: 8px;
}
.material-symbols-outlined {
  font-size: 18px !important;
}
.arrow-circle {
  width: 35px;
  height: 35px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.price, .instagram {
  background-color: black;
  color: white;
}
.price_member {
  border: solid 1px white;
  justify-content: space-between;
  padding: 2% 8% 2% 3%;
  align-items: center;
}
.personal {
  padding: 2% 3% !important;
}
/* 2つ目以降の上の境界線を消す */
:is(.price_member, .accordion-content) + .price_member {
  border-top: none;
}
.price_fee {
  background-color: #494949;
}
.price_border-top {
  border-top: solid 1px white !important;
}

.contact-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  transition: opacity 0.3s;
  width: 970px;
  color: black;
}
.contact-text {
  position: relative;
  display: inline-block;
}
.contact_txt {
  font-size: 120px;
  line-height: 1;
}
.contact-line {
  width: 245px;
  margin: 0 20px;
  align-self: center;
  height: 2px;
  background-color: #1F1F1F;
}
.flex800 {
  display: flex;
  align-items: center;
}


.contact_arrow-circle {
  width: 110px;
  height: 110px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

/* 内側の白い線（内円） */
.contact_arrow-circle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

/* アイコン自体のスタイル */
.contact_arrow-circle .material-symbols-outlined {
  color: white;
  font-size: 24px !important;
}

/*--contents-end--*/


/* --instagram-- */
ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
li {
  list-style: none;
  width: calc((100% - 20px) / 3);
  aspect-ratio: 1 / 1; /* 正方形 */
  overflow: hidden;
  position: relative;
}

li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
li a {
  position: relative;
  display: block;
}
#instagram li img {
  filter: grayscale(100%);/* 白黒にする */
  transition: filter 0s ease;
  display: block;
  width: 100%;
  height: auto;
}

#instagram li img:hover {
  filter: grayscale(0%);
}


/* --instagram-end-- */

/*--追従ボタン--*/
.join {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
  cursor: pointer;
}
.join-button {
  width: 320px;
  height: 118px;
  position: relative;
  background-color: #1F1F1F;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
}
.join.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.join-button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid white;
  border-radius: 13px;
  box-sizing: border-box;
}
.join-button_inner {
  align-items: center;
  justify-content: space-between;
}
.join-img {
  background-color: white;
  width: 40%;
  height: 98px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
.join-txt {
  margin-right: 21px;
}
.join-second_txt {
  font-size: 18px;
}
.close-button {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: white;
  color: black;
  border: none;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.close-icon {
  font-size: 12px;
  color: black;
  position: relative;
  top: -2px;
  left: 0px;
}

.close-button:hover {
  background-color: #f0f0f0;
}
/*--追従ボタン--*/
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */
.accordion-btn{
  position:relative;
  cursor:pointer;
}

/* 白丸（下） */
.accordion-btn::before{
  content:"";
  position:absolute;
  right:2%;
  top:50%;
  transform:translateY(-50%);
  width:35px;
  height:35px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 2px rgba(0,0,0,.2);
}

/* 線（上）— 閉じている時は＋（横＋縦） */
.accordion-btn::after{
  content:"";
  position:absolute;
  right: calc(2% + (40px / 2) - (16px / 2));
  top:50%;
  transform:translateY(-50%);
  width:12px;
  height:12px;
  background:
    linear-gradient(to right, #000 0%, #000 100%) center/16px 2px no-repeat, /* 横線 */
    linear-gradient(to bottom, #000 0%, #000 100%) center/2px 16px no-repeat; /* 縦線 */
}

/* 開いた時はマイナス（横線だけ）← ここが肝心 */
.accordion-btn.active::after{
  background:
    linear-gradient(to right, #000 0%, #000 100%) center/16px 2px no-repeat;
}

/* 中身はお好みで */
.accordion-content{ 
  display:none; 
  background-color: white;
  color: black;
  padding: 2% 3%;
}





