@charset "UTF-8";
/* fontサイズ・バリエーション */
/* -------------------------------------------------------------------------------------------------------------------
Tablet
------------------------------------------------------------------------------------------------------------------- */
.pc {
  display: none;
}

.sp {
  display: block;
}

/* ----------------------
共通
------------------------- */
h2 {
  display: block;
  margin: 40px auto;
  text-align: center;
}
h2 img {
  height: 40px;
}

.title_h2 img {
  height: 32px;
}

.sp_br {
  display: none;
}

/* ----------------------
パララックス
------------------------- */
.sp_bg {
  display: none;
}

.parallax-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; /* 親の高さに収める */
  overflow: hidden;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.parallax {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.oj1 {
  top: 100px;
  right: 0;
  left: auto;
  transform: translateX(0);
  width: 15.9vw;
  z-index: 1 !important;
}

.oj2 {
  top: 500px;
  left: -5px;
  width: 29.1vw;
  z-index: 1 !important;
}

.oj3 {
  top: 1290px;
  right: 0;
  left: auto;
  transform: translateX(0);
  width: 20vw;
  z-index: 1 !important;
}

.oj4 {
  top: 2200px;
  left: -5px;
  transform: translateX(0);
  width: 18vw;
  z-index: 1 !important;
}

.oj5 {
  top: 3280px;
  right: -20px;
  left: auto;
  transform: translateX(0);
  width: 20vw;
  z-index: 1 !important;
}

.oj6 {
  top: 5350px;
  left: 0;
  width: 20vw;
  z-index: 1 !important;
}

.t1-tri1 {
  top: 70px;
  width: 97.5vw;
}

.t1-tri2 {
  top: 280px;
  width: 85.5vw;
}

.t2-tri1 {
  top: 690px;
  width: 97vw;
  left: -6.5vw;
}

.t2-tri2 {
  top: 840px;
  width: 82.25vw;
}

.t3-tri1 {
  top: 1380px;
  width: 72.58vw;
  left: 2vw;
}

.t3-tri2 {
  top: 1630px;
  width: 64.08vw;
  left: 65%;
}

.t4-tri1 {
  top: 2760px;
  width: 80.5vw;
  left: 10vw;
}

.t4-tri2 {
  top: 3330px;
  width: 55vw;
  left: 10vw;
}

.t5-tri1 {
  top: 5200px;
  width: 62.3vw;
}

.t5-tri2 {
  top: 6790px;
  width: 77.41vw;
}

/* ----------------------
NAVI
------------------------- */
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
  overflow-x: hidden;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: absolute;
  right: 2%;
  top: 1%;
  padding: 26px 11px;
  z-index: 11;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 32px;
  position: relative;
  display: block;
  background: #000;
  transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 32px;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
  background: #000;
}
#overlay-button.active span {
  background: transparent;
}
#overlay-button.active span:before {
  transform: rotate(45deg) translate(7px, 7px);
  background: #000;
}
#overlay-button.active span:after {
  transform: rotate(-45deg) translate(7px, -7px);
  background: #000;
}

#overlay {
  height: 101vh;
  width: 80vw;
  background: #fff;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translateX(100vw);
  transition: all 0.3s ease;
}
#overlay.active {
  visibility: visible;
  transform: translateX(0);
}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 90vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
  padding: 0.4em 0.2em 45px 0.4em;
  font-size: 22px;
  line-height: 1.4;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
#overlay ul li span.menujpn {
  display: block;
  font-size: 12px;
  padding: 4px 0;
}
#overlay ul li a {
  transition: opacity 0.2s ease;
  text-decoration: none;
  color: #000;
}

.headerNav {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 0;
}
.headerNav .navLogo {
  width: 15%;
}
.headerNav .navLogo img {
  max-width: 100%;
}

.bg_nav {
  position: fixed;
  height: 101vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.22);
  z-index: 9;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.bg_nav.active {
  visibility: visible;
  opacity: 1;
}

/* ----------------------
FOOTER
------------------------- */
footer {
  margin: 0 auto;
  padding: 45px 0;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul li {
  width: 45%;
  padding: 0 2.5%;
}
footer ul li img {
  width: 100%;
}

/* ----------------------
メインビジュアル
------------------------- */
.topMainContainer {
  margin: 0 auto 60px;
  padding-top: 100px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.scene {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 1540/4350;
}
.scene > .ph, .scene > .logo, .scene > .copy, .scene > .badge {
  position: absolute;
  transform-origin: top left;
}

.topMainContainer img {
  display: block;
  width: 100%;
  height: auto;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.logo .lead {
  margin-top: 6px;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  opacity: 0.7;
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", "MS Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0;
  font-feature-settings: normal;
}

.comp-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background: center/contain no-repeat;
}

/* アニメーション */
.a {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  will-change: transform, opacity;
}
.a.is-in {
  animation: rise 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* --- 画像配置 --- */
.b01 {
  left: 1%;
  top: 2%;
  width: 29%;
  max-width: 440px;
}

.logo {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 29%;
  max-width: 430px;
}

.b02 {
  left: 17.5%;
  top: 14.2%;
  width: 22%;
}

.b03 {
  right: 2%;
  top: 3.6%;
  width: 18%;
}

.txt01 {
  right: 26%;
  top: 7%;
  width: 4.5%;
  max-width: 45px;
}

.b04 {
  right: -2%;
  top: 11.5%;
  width: 13%;
}

/* 右寄せ */
.b05 {
  right: 7.4%;
  top: 16.6%;
  width: 15.5%;
}

.badge {
  right: 13.6%;
  top: 14%;
  width: 10%;
}

.b06 {
  left: 10%;
  top: 20.5%;
  width: 17.4%;
}

.txt02 {
  left: 34.2%;
  top: 21%;
  width: 24%;
  max-width: 290px;
  z-index: 5;
}

.b07 {
  right: -1.3%;
  top: 22.5%;
  width: 50%;
}

.b08 {
  left: 19%;
  top: 31.4%;
  width: 19%;
  z-index: 5;
}

.b09 {
  left: -3.3%;
  top: 35%;
  width: 36%;
}

.txt03 {
  right: 20%;
  top: 35.6%;
  width: 26%;
  max-width: 316px;
}

.txt04 {
  position: absolute;
  top: 44.2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17%;
  max-width: 198px;
}

.b10 {
  right: 4%;
  top: 46%;
  width: 16%;
}

.b11 {
  right: 4%;
  top: 51.5%;
  width: 35%;
}

.txt05 {
  left: 20%;
  top: 53.6%;
  width: 31%;
  max-width: 374px;
}

/*.b12{right:0%; top:67%; width:54%;}*/
.b12 {
  position: absolute;
  right: 0;
  top: 67%;
  width: 54%;
  width: min(54%, 960px);
}
.b12 .video-el {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.txt06 {
  left: 20.5%;
  top: 70%;
  width: 21%;
  max-width: 256px;
}

.b13 {
  right: 2%;
  top: 78.3%;
  width: 16%;
}

.b14 {
  right: 6%;
  top: 83.6%;
  width: 23%;
}

.b15 {
  left: 2%;
  top: 80%;
  width: 28%;
}

.txt07 {
  position: absolute;
  top: 83%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.6%;
  max-width: 18px;
}

@media (prefers-reduced-data: reduce) {
  .b12 .video-el {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* ----------------------
3カラム
------------------------- */
.Wrapcontainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.center {
  width: 80%;
  padding-top: 80px;
}

.side {
  width: 9%;
  position: relative;
  overflow: hidden;
}
.side img {
  position: absolute;
  width: 70%;
  height: auto;
}

.side-left img:nth-child(1) {
  right: 8%;
  animation: scrollDown 240s linear infinite;
}
.side-left img:nth-child(2) {
  right: 8%;
  animation: scrollDown 240s linear infinite;
  animation-delay: -120s;
}

/* 右：上方向に流れる */
.side-right img:nth-child(1) {
  left: 2%;
  animation: scrollUp 240s linear infinite;
}
.side-right img:nth-child(2) {
  left: 2%;
  animation: scrollUp 240s linear infinite;
  animation-delay: -120s;
  /* ← マイナス指定で途中から開始 */
}

/* アニメーション定義 */
@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* ----------------------
ShopArea
------------------------- */
.shoparea {
  display: grid;
  grid-template-columns: repeat(3, 28%);
  gap: 15px 3%;
  justify-content: center;
  margin: 0 auto 100px;
}

.shopitem {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
}

.shopimg {
  border-radius: 12px;
  overflow: hidden;
}
.shopimg img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.shopimg:hover img {
  transform: scale(1.1);
}

.shopitem a {
  text-decoration: none;
}
.shopitem a:hover {
  color: #ff0da9;
}

.shopname {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}

.shopgenre {
  font-size: 11px;
  margin-top: 2px;
}

.shop5floor img, .shop6floor img {
  max-width: 70% !important;
  padding-top: 60px;
  height: auto;
}

.otherfloor {
  display: grid;
  grid-template-columns: 28% 28% 28%;
  /* 左=タイトル, 右=カード2つ */
  gap: 15px 3%;
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
}

.otherfloor-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.otherfloor-title img {
  display: block;
  max-width: 70% !important;
  height: auto;
}

.otherfloor-shops {
  display: grid;
  grid-template-columns: repeat(2, 100%);
  gap: 12%;
}

.floorlabel {
  display: block;
  margin: 0 0 20px 0;
  max-width: 45px !important;
  height: auto;
}

/* ----------------------
MOVIE Instagram
------------------------- */
.movieContainer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 120px;
  padding: 0 20px;
}
.movieContainer p {
  font-size: 16px;
  text-align: center;
}

#movie .movie-grid {
  display: grid;
  gap: clamp(8px, 1.6vw, 20px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1280px;
  margin: 24px auto 0;
}
#movie .insta-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 4px;
  min-width: 0 !important;
}
#movie .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  display: block !important;
}
#movie .instagram-media iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  display: block !important;
}
#movie .insta-card * {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

/* ----------------------
MAP
------------------------- */
.mapContainer {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 120px;
  padding: 0 20px;
}

/* ----------------------
社員食堂 -Canteen
------------------------- */
.canteenlogo {
  margin: 0 auto 30px;
  width: 220px;
}

.canteenContainer {
  background-image: radial-gradient(circle, #b3b3b3 2px, transparent 2px), radial-gradient(circle, #b3b3b3 2px, transparent 2px), radial-gradient(circle, #b3b3b3 2px, transparent 2px), radial-gradient(circle, #b3b3b3 2px, transparent 2px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 16px 4px, 4px 16px, 16px 4px, 4px 16px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 120px;
  padding: 50px;
}
.canteenContainer p {
  text-align: center;
  font-size: 14px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", "MS Mincho", serif;
  font-weight: 700;
  line-height: 1.8;
}

.canteenImg .title_menu {
  display: block;
  width: 157px;
  margin: 30px auto 0;
}
.canteenImg .menu_detail {
  display: block;
  margin: -20px auto 50px;
}

/* ----------------------
MODEL
------------------------- */
.modelContainer {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 90px;
  padding: 0 20px;
}

.model_area {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}

.model_img {
  width: 25%;
  max-width: 150px;
  margin-right: 4%;
}

.model_profile {
  width: 71%;
}

.model_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.model_info {
  font-size: 13px;
  line-height: 1.8;
}/*# sourceMappingURL=base_tb.css.map */