@charset "UTF-8";
/* fontサイズ・バリエーション */
/* -------------------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------------------- */
.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: block;
}

/* ----------------------
パララックス
------------------------- */
.pc_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%);
}

.s_oj1 {
  top: 159vw;
  left: 0;
  transform: translateX(0);
  width: 28vw;
  z-index: 1 !important;
}

.s_oj2 {
  top: 510vw;
  left: auto;
  right: 0;
  width: 28.57vw;
  z-index: 1 !important;
  transform: translateX(8px);
}

.s_oj3 {
  top: 600vw;
  left: 0;
  transform: translateX(0);
  width: 25.5vw;
  z-index: 1 !important;
}

.s_oj4 {
  top: 986vw;
  left: auto;
  right: 0;
  transform: translateX(0);
  width: 25.5vw;
  z-index: 1 !important;
}

.s_oj5 {
  top: 1840vw;
  left: 0;
  transform: translateX(0);
  width: 25.5vw;
  z-index: 1 !important;
}

.s_t1-tri1 {
  top: 3vw;
  width: 88.57vw;
  left: 3vw;
}

.s_t1-tri2 {
  top: 20vw;
  width: 78vw;
  left: 12vw;
}

.s_t2-tri1 {
  top: 165vw;
  width: 82.85vw;
}

.s_t3-tri1 {
  top: 380vw;
  width: 80vw;
}

.s_t3-tri2 {
  top: 480vw;
  width: 78vw;
}

.s_t4-tri1 {
  top: 740vw;
  width: 74.28vw;
  left: 3vw;
  transform: translateX(0);
}

.s_t4-tri2 {
  top: 760vw;
  width: 70.85vw;
}

.s_t5-tri1 {
  top: 910vw;
  width: 88.57vw;
  left: 0;
}

.s_t5-tri2 {
  top: 1090vw;
  width: 78vw;
  left: 0;
}

.s_t6-tri1 {
  top: 1260vw;
  width: 82.85vw;
}

.s_t7-tri1 {
  top: 1450vw;
  width: 80vw;
}

.s_t7-tri2 {
  top: 1700vw;
  width: 78vw;
}

.s_t8-tri1 {
  top: 1950vw;
  width: 74.28vw;
  left: 0;
  transform: translateX(0);
}

.s_t8-tri2 {
  top: 2185vw;
  width: 70.85vw;
}

.s_t9-tri1 {
  top: 2110vw;
  width: 88.57vw;
  left: 0;
}

.s_t9-tri2 {
  top: 2400vw;
  width: 78vw;
  left: 0;
}

.s_t10-tri1 {
  top: 2600vw;
  width: 82.85vw;
}

.s_t11-tri1 {
  top: 2700vw;
  width: 80vw;
}

.s_t11-tri2 {
  top: 2980vw;
  width: 78vw;
}

/* ----------------------
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: 120vh;
  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: 120vh;
  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 li {
  margin: 0 auto 20px;
  max-width: 320px;
}
footer ul li img {
  width: 100%;
}

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

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.scene02 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 350/2800;
}

.scene02 > .ph, .scene02 > .logo, .scene02 > .copy, .scene02 > .badge {
  position: absolute;
  transform-origin: top left;
}

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

.logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.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;
}

.firstview {
  width: 100%;
  height: 88dvh;
  position: relative;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.logo {
  top: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  max-width: 220px;
  position: absolute;
}

.spb01 {
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 14%;
  max-width: 50px;
  position: absolute;
}

.badge {
  position: absolute;
  bottom: 8%;
  right: 5%;
  width: 15%;
  z-index: 9;
}

.spb03 {
  top: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background: #bfe2dd;
  padding: 6%;
}

.spb04 {
  top: 10.4%;
  right: 0;
  width: 86%;
}

.spb05 {
  top: 18%;
  right: 6%;
  width: 72%;
  background: #f7c9dd;
  padding: 6%;
}

.spb06 {
  top: 27.6%;
  left: 0;
  width: 44%;
}

.spb07 {
  top: 29.7%;
  right: 3%;
  width: 49%;
}

.spb08 {
  top: 33.4%;
  left: 10%;
  width: 44%;
  background: #bae3f9;
  padding: 6%;
  z-index: 5;
}

.spb09 {
  top: 42.8%;
  left: 0%;
  width: 84%;
}

.spb10 {
  top: 49.2%;
  right: 6%;
  width: 44%;
  background: #ffeeae;
  padding: 6%;
  z-index: 5;
}

.spb11 {
  top: 51.1%;
  left: 0%;
  width: 45%;
}

.spb12 {
  top: 57%;
  left: 4%;
  width: 58%;
  z-index: 5;
}

.spb13 {
  top: 64.5%;
  right: 22%;
  width: 43%;
  background: #e3d8eb;
  padding: 6%;
  z-index: 5;
}

.spb14 {
  top: 72.2%;
  right: 0%;
  width: 78%;
}

.spb15 {
  top: 79.4%;
  left: 3%;
  width: 65%;
  background: #fad4c1;
  padding: 6%;
  z-index: 5;
}

.spb16 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3.2%;
  width: 90%;
  width: min(90%, 700px);
}

.spb16 .video-el {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ----------------------
3カラムレイアウト
------------------------- */
.Wrapcontainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.center {
  width: 100%;
}

.side {
  display: none;
}

/* ----------------------
ShopArea
------------------------- */
.shoparea {
  display: grid;
  grid-template-columns: repeat(2, 42%);
  gap: 15px 20px;
  justify-content: center;
  margin: 0 auto 60px;
}

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

.shopimg {
  border-radius: 10px;
  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: 13px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
}

.shopgenre {
  font-size: 10px;
  margin-top: -1px;
}

.shop5floor, .shop6floor {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  height: 100%;
}

.shop5floor img, .shop6floor img {
  max-width: 80% !important;
  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;
}

.otherfloor {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 60px;
  justify-items: center;
  margin-bottom: 160px;
}

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

.otherfloor-shops {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 42%);
  gap: 15px 20px;
  justify-content: center;
  margin: 0 auto 60px;
}

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

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

#movie .movie-grid {
  display: grid;
  gap: clamp(14px, 2.2vw, 24px);
  grid-template-columns: 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;
}
#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 {
  min-width: 0 !important;
}
#movie .insta-card * {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

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

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

.canteenContainer {
  width: 90%;
  margin: 0 auto 60px;
  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;
  padding: 40px 20px;
}
.canteenContainer p {
  text-align: center;
  font-size: 13px;
  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: 120px;
  margin: 30px auto 0;
}
.canteenImg .menu_detail {
  display: block;
  margin: -10px auto 30px;
}

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

.model_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
}

.model_img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 20px;
}
.model_img img {
  display: block;
  margin: 0 auto;
}

.model_profile {
  width: 100%;
}

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

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