@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body .main .mv {
  z-index: -1;
}
html body .main .content {
  position: relative;
  padding-top: 10.6%;
}
html body .main .popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000000000;
}
html body .main .popup.is-active {
  opacity: 1;
  visibility: visible;
}
html body .main .popup__area-name {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  html body .main .popup__area-name {
    top: 70px;
    font-size: 14px;
  }
}
html body .main .popup__overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
html body .main .popup__inner {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  height: fit-content;
  max-width: 1100px;
  width: 90%;
}
html body .main .popup__content {
  z-index: -1;
  height: 80vh;
  width: 100%;
  overflow-y: scroll;
  overscroll-behavior: contain;
  overflow-x: hidden;
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html body .main .popup__content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .main .popup__content {
    padding: 15px;
  }
}
html body .main .popup__content::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -200px;
  left: -100px;
  width: 550px;
  height: auto;
  aspect-ratio: 828/491;
  background: url(/2025/floormap/index/img/popup-bg.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  html body .main .popup__content::after {
    width: 300px;
    left: -30px;
    top: -105px;
  }
}
html body .main .popup__title {
  color: #fff;
  margin-bottom: 100px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .popup__title {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
html body .main .popup__wrapper {
  gap: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  html body .main .popup__wrapper {
    margin: 0 0;
  }
}
html body .main .popup__wrap {
  width: 100%;
}
html body .main .popup-flex {
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .popup-flex {
    flex-direction: column;
  }
}
html body .main .popup-img {
  margin: 0 auto;
  max-width: 400px;
}
html body .main .popup-img-title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--rubik);
  font-weight: bold;
  color: #fff;
  background: #333;
  width: fit-content;
  padding: 8px 15px;
  margin-bottom: 10px;
}
html body .main .popup__list {
  height: fit-content;
  width: 100%;
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 25px;
}
@media screen and (max-width: 1100px) {
  html body .main .popup__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }
}
html body .main .popup .scale-up-map {
  max-width: 400px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .popup .scale-up-map {
    margin: 0 auto;
  }
}
html body .main .popup .scale-up-map.inf-img1, html body .main .popup .scale-up-map.inf-img3 {
  max-width: 300px;
}
html body .main .popup .scale-up-map.ci-img1 {
  max-width: 220px;
}
html body .main .popup .scale-up-map img {
  position: sticky;
  top: 0;
  width: 100%;
  max-height: 490px;
  height: 100%;
  object-fit: contain;
  object-position: center 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .popup .scale-up-map img {
    position: static;
  }
}
html body .main .popup__item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 920px) {
  html body .main .popup__item {
    font-size: 14px;
  }
}
html body .main .popup__item a {
  transition: opacity 0.3s;
  gap: 10px;
  display: flex;
  text-decoration: underline;
  color: #363636;
}
@media (hover) {
  html body .main .popup__item a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
html body .main .popup__item p {
  gap: 10px;
  display: flex;
}
html body .main .popup__item span {
  white-space: nowrap;
  margin-top: 3px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  html body .main .popup__item span {
    margin-top: 0;
  }
}
html body .main .popup__container {
  max-height: 720px;
  overflow-y: auto;
  width: 100%;
}
html body .main .popup__close-btn::after, html body .main .popup__close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  content: "";
  background: #fff;
  translate: -50% -50%;
}

html body .main .popup__close-btn {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 5px;
  translate: 50% -50%;
  height: auto;
  width: 32px;
  aspect-ratio: 1/1;
}
html body .main .popup__close-btn::before {
  rotate: 45deg;
}
html body .main .popup__close-btn::after {
  rotate: -45deg;
}
html body .main .map-img {
  overflow-x: auto;
  width: 100%;
}
html body .main .map-img .map-wrap {
  position: relative;
  min-width: 1100px;
}
html body .main .map-img .map-wrap .map {
  display: block;
}
html body .main .map-img .map-click-box {
  position: absolute;
  left: 50%;
  top: 115px;
  width: 1045px;
  height: 420px;
  translate: -50% 0;
}
html body .main .map-img .map-click-box .map-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover) {
  html body .main .map-img .map-click-box .map-click:hover {
    opacity: 0.7;
  }
}
html body .main .map-img .map-click-box .map-click--1 {
  top: 330px;
  left: 70px;
}
html body .main .map-img .map-click-box .map-click--2 {
  top: 285px;
  left: 103px;
}
html body .main .map-img .map-click-box .map-click--3 {
  top: 245px;
  left: 170px;
}
html body .main .map-img .map-click-box .map-click--4 {
  top: 80px;
  left: 175px;
}
html body .main .map-img .map-click-box .map-click--5 {
  top: 140px;
  left: 187px;
}
html body .main .map-img .map-click-box .map-click--6 {
  top: 198px;
  left: 240px;
}
html body .main .map-img .map-click-box .map-click--7 {
  top: 153px;
  left: 265px;
}
html body .main .map-img .map-click-box .map-click--8 {
  top: 253px;
  left: 328px;
}
html body .main .map-img .map-click-box .map-click--9 {
  top: 206px;
  left: 395px;
}
html body .main .map-img .map-click-box .map-click--10 {
  top: 78px;
  left: 470px;
}
html body .main .map-img .map-click-box .map-click--11 {
  top: 78px;
  left: 518px;
}
html body .main .map-img .map-click-box .map-click--12 {
  top: 78px;
  left: 566px;
}
html body .main .map-img .map-click-box .map-click--13 {
  top: 205px;
  left: 485px;
}
html body .main .map-img .map-click-box .map-click--14 {
  top: 255px;
  left: 475px;
}
html body .main .map-img .map-click-box .map-click--15 {
  top: 215px;
  left: 560px;
}
html body .main .map-img .map-click-box .map-click--16 {
  top: 155px;
  left: 680px;
}
html body .main .map-img .map-click-box .map-click--17 {
  top: 75px;
  left: 940px;
}
html body .main .map-img .map-click-box .map-click--18 {
  top: 145px;
  left: 930px;
}
html body .main .map-img .map-click-box .map-click--19 {
  top: 145px;
  left: 740px;
}
html body .main .map-img .map-click-box .map-click--20 {
  top: 220px;
  left: 790px;
}
html body .main .map-img .map-click-box .map-click--21 {
  top: 281px;
  left: 820px;
}
html body .main .map-img .map-click-box .map-click--22 {
  top: 220px;
  left: 872px;
}
html body .main .map-img .map-click-box .map-click--23 {
  top: 183px;
  left: 1000px;
}
html body .main .map-img .map-img-buttons {
  position: absolute;
  bottom: 37px;
  right: 140px;
  display: grid;
  grid-template-columns: 200px 260px;
  gap: 10px;
}
html body .main .map-img .map-img-buttons .map-img-button {
  opacity: 0;
  width: 100%;
  height: 20px;
}
html body .main .map-text {
  margin-top: 40px;
  text-align: center;
  font-family: var(--rubik);
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  html body .main .map-text {
    margin-top: 20px;
    font-size: 24px;
  }
}
html body .main .map-buttons {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 32px;
}
@media screen and (max-width: 768px) {
  html body .main .map-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 60px;
  }
}
html body .main .map-buttons .map-button {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  border-radius: 8px;
  font-family: var(--rubik);
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2727272727;
  letter-spacing: 0em;
  transition: opacity 0.3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .map-buttons .map-button {
    font-size: 16px;
    padding: 10px;
  }
}
@media (hover) {
  html body .main .map-buttons .map-button:hover {
    opacity: 0.7;
  }
}
html body .main .map-buttons .map-button.corporate {
  color: #000;
  background: #f8e351;
}
html body .main .map-buttons .map-button.city {
  background: #3a8c4c;
}
html body .main .map-buttons .map-button.startup {
  color: #000;
  background: #96c8eb;
}
html body .main .map-buttons .map-button.demo {
  color: #000;
  background: #93bd3b;
}
html body .main .map-buttons .map-button.vip {
  background: #616aad;
}
html body .main .map-buttons .map-button.connected {
  color: #000;
  background: #b4b4b5;
}
html body .main .map-buttons .map-button.itamae {
  background: #d22887;
}
html body .main .map-buttons .map-button.ai {
  color: #000;
  background: linear-gradient(105deg, #a5aad4 0%, #ead8e7 30%, #daeae1 70%, #83c1d7 100%);
}
html body .main .map-buttons .map-button.food {
  background: #d16c15;
}
html body .main .map-buttons .map-button.quantum {
  background: #2134af;
}
html body .main .map-buttons .map-button.meeting {
  color: #000;
  background: #dc8ca5;
}
html body .main .map-buttons .map-button.future {
  color: #000;
  background: #3cbed2;
}
html body .main .map-buttons .map-button.all {
  background: #dc3a3f;
}

/*# sourceMappingURL=style.css.map */
