/*
.st-header {
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}*/

.st-header-content-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.st-header-inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.st-header-logo-top {
  margin: 0;
  display: flex;
  justify-content: center;
}

.st-header-logo-top img {
  width: auto;
  height: auto;
  max-width: none;
}

@media screen and (max-width: 900px) {
  .st-header-logo-top img {
    width: 350px;
    height: auto;
    max-width: 100%;
  }
}

nav ul {
  padding-inline-start: 0px;
}

.st-contents-nav-up, .st-contents-nav-down{
  list-style: none;
  text-align: center;
}

.st-contents-nav-up{
  font-size: 30px;
  margin-bottom: 50px;
}
.st-contents-nav-down{
  width: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  justify-content: center;
}

.st-contents-nav-down li a{
  display: block;
  width: 33%;
  padding-right: 25px;
  padding-left: 25px;
}

.st-header-logo {
margin: 30px 0 30px;
}

.swiper-pagination-bullet-active{
  opacity:1!important;
  background-color: #000!important;
}

@media screen and (max-width: 900px) {
  .c-container{
    width: 100%;
  }
  .swiper-container{
    align-items: flex-start;
    width: 100%;
  }
  .swiper-slide{
    width: 100%;
  }
.swiper-container img{
    width: 50%;
    align-self: flex-start;
  }
.swiper-container .swiper-slide img.sp-fix{
      width: 100%;
      height: auto;
    }
.profile-txt{
  font-size: 0.8rem;
}
  .top-hero {
    margin-bottom: 35px;
  }
  .top-hero img {
    /*width: 50%;*/
    margin-bottom: 0;
  }
/*.swiper-slide .sp-fix::after {
  content: '</div>aaa<div class="swiper-slide">';
  display: inline-block;
}*/
/*.swiper-container{
  width: 100%!important;
}*/
  .bg-slider {
    background-size: 100% auto;
    background-position: top center;
  }
}
.bg-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* シャッター要素の基本スタイル */
.shutter-top,
.shutter-bottom {
  content: '';
  position: fixed;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  backdrop-filter: blur(2px);
  pointer-events: none;
}

.shutter-top {
  top: 0;
  transform: translateY(-100%);
}

.shutter-bottom {
  bottom: 0;
  transform: translateY(100%);
}

/* シャッターが閉じる時のアニメーション（イージングアウト） */
.shutter-close .shutter-top,
.shutter-close .shutter-bottom {
  transform: translateY(0);
  transition: transform 0.15s cubic-bezier(0, 0, 0.1, 1);
}

/* シャッターが開く時のアニメーション（イージングイン） */
.shutter-open .shutter-top {
  transform: translateY(-100%);
  transition: transform 0.15s cubic-bezier(0.6, 0, 1, 1);
}

.shutter-open .shutter-bottom {
  transform: translateY(100%);
  transition: transform 0.15s cubic-bezier(0.6, 0, 1, 1);
}

.st-footer {
  width: 100%;
}

/* トップページのフッター固定スタイル */
.top-page .st-footer {
  position: fixed;
  bottom: 0;
  left: 0;
/*  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1; */
}

.top-page .st-footer-utility {
  padding: 20px 0;
}

/* トップページのメインコンテンツの余白調整 */
.top-page .st-main {
  /* padding-bottom: 120px; */
}

/* トップページのレイアウト調整 */
.top-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-page .st-header {
  margin-top: 0;
}

.top-page .st-header-content-top {
  margin-top: 0;
}

.top-page .c-container {
  padding-bottom: 0;
}

/* スマートフォン対応 */
@media screen and (max-width: 900px) {
  .top-page .st-header-content-top {
    margin-top: 0;
  }
}

/* 下層ページ用シャッター要素 */
.models-page .shutter-top,
.models-page .shutter-bottom {
  content: '';
  position: fixed;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  backdrop-filter: blur(2px);
  pointer-events: none;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.models-page .shutter-top {
  top: 0;
  transform: translateY(-100%);
}

.models-page .shutter-bottom {
  bottom: 0;
  transform: translateY(100%);
}

/* ハンバーガーメニューが開いた時のシャッター - 画面内に入る（閉じる） */
.models-page.menu-open .shutter-top {
  transform: translateY(0);
  transition: transform 0.15s cubic-bezier(0, 0, 0.1, 1);
}

.models-page.menu-open .shutter-bottom {
  transform: translateY(0);
  transition: transform 0.15s cubic-bezier(0, 0, 0.1, 1);
}

/* 既存のスタイル ... */


