.page-lineup-detail {
  background-color: #FFF;
}

.lineup-head {
  margin-bottom: 7rem;
  padding-top: 7.5rem;
}
.lineup-head__box {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #323333;
}
.lineup-head__hline {
  margin-bottom: 0.1rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-secondary);
  line-height: 1;
  letter-spacing: 0.2em;
}
.lineup-head__ttl {
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lineup-head__ttl {
    font-size: 2rem;
  }
}
.lineup-head__ttl strong {
  color: #e83828;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .lineup-head__ttl strong {
    font-size: 3rem;
  }
}
.lineup-head__txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.lineup-media {
  padding-block: 3.5rem 4.5rem;
  background-color: #323333;
}
@media (min-width: 768px) {
  .lineup-media {
    padding-block: 6.5rem 7rem;
  }
}
.lineup-media .hline03 {
  color: #FFF;
}
.lineup-media__movie {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.lineup-media__movie iframe, .lineup-media__movie video {
  display: block;
  width: 100%;
  height: 100%;
}

.lineup-floor {
  padding-block: 3.5rem 4rem;
}
@media (min-width: 768px) {
  .lineup-floor {
    padding-block: 6rem 11rem;
  }
}
.lineup-floor__inner {
  max-width: 124rem;
}
.lineup-floor .hline03 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .lineup-floor .hline03 {
    margin-bottom: 4.5rem;
  }
}

.floor-plan {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .floor-plan {
    margin-bottom: 30px;
  }
}
.floor-plan__map {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-data {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-bottom: 2.3rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #323333;
}
@media (min-width: 768px) {
  .l-data {
    gap: 1.4rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }
}
.l-data li {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .l-data li {
    font-size: 1.6rem;
  }
}
.l-data__ttl {
  width: 7.5rem;
  padding-right: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-data__ttl {
    width: 8.5rem;
  }
}
.l-data__txt {
  width: calc(100% - 7.5rem);
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .l-data__txt {
    width: calc(100% - 8rem);
  }
}

.l-floor {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-floor li {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.l-floor__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 2.3rem;
  margin-bottom: 0.5rem;
  background-color: #323333;
  font-weight: 600;
  color: #FFF;
  font-family: var(--font-secondary);
}
@media (min-width: 768px) {
  .l-floor__num {
    margin-bottom: 0.8rem;
  }
}
.l-floor__txt {
  font-weight: 500;
  color: #323333;
}

.lineup-access {
  padding-block: 3.3rem 4rem;
  background-color: #e6e6e6;
}
@media (min-width: 768px) {
  .lineup-access {
    padding-block: 6.5rem;
  }
}
.lineup-access__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lineup-access__map {
  aspect-ratio: 666/333;
  max-width: 666px;
  width: 100%;
  margin-bottom: 1rem;
}
.lineup-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.lineup-access__address {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lineup-access__address {
    font-size: 1.6rem;
  }
}
.lineup-access__txt {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lineup-access__txt {
    font-size: 1.6rem;
  }
}
.lineup-access__txt strong {
  font-size: 2.4rem;
  color: #e83828;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.icon-spot {
  position: absolute;
  left: 10%;
  top: 10%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: rgba(195, 13, 35, 0.5);
}
@media (min-width: 768px) {
  .icon-spot {
    width: 4rem;
    height: 4rem;
  }
}
.icon-spot::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(195, 13, 35, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 1.5s linear infinite;
  content: "";
}
.icon-spot::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(195, 13, 35, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 1.5s linear infinite 1s;
  content: "";
}
.icon-spot img {
  display: block;
  width: 0.8rem;
}
@media (min-width: 768px) {
  .icon-spot img {
    width: 2rem;
  }
}

.plan-1 .pos-1-1f {
  top: 80%;
  left: 25%;
}
.plan-1 .pos-2-1f {
  top: 58.5%;
  left: 27%;
}
.plan-1 .pos-3-1f {
  top: 49.5%;
  left: 27%;
}
.plan-1 .pos-4-1f {
  top: 51%;
  left: 19.3%;
}
.plan-1 .pos-5-1f {
  top: 37%;
  left: 24%;
}
.plan-1 .pos-1-2f {
  top: 75%;
  left: 49%;
}
.plan-1 .pos-2-2f {
  top: 46.5%;
  left: 47%;
}
.plan-1 .pos-3-2f {
  top: 22.5%;
  left: 48.3%;
}
.plan-1 .pos-1-3f {
  top: 71%;
  left: 73%;
}
.plan-1 .pos-2-3f {
  top: 55%;
  left: 70%;
}
.plan-1 .pos-3-3f {
  top: 48.86%;
  left: 73%;
}
.plan-1 .pos-4-3f {
  top: 38%;
  left: 69.5%;
}
.plan-1 .pos-5-3f {
  top: 25%;
  left: 72.7%;
}

.plan-2 .pos-1-1f {
  top: 56%;
  left: 4%;
}
.plan-2 .pos-2-1f {
  top: 48.5%;
  left: 4%;
}
.plan-2 .pos-3-1f {
  top: 42%;
  left: 2.5%;
}
.plan-2 .pos-4-1f {
  top: 30%;
  left: 12%;
}
.plan-2 .pos-5-1f {
  top: 45%;
  left: 13%;
}
.plan-2 .pos-6-1f {
  top: 62%;
  left: 10.3%;
}
.plan-2 .pos-7-1f {
  top: 62%;
  left: 16.5%;
}
.plan-2 .pos-1-2f {
  top: 57%;
  left: 29%;
}
.plan-2 .pos-2-2f {
  top: 39.5%;
  left: 27.7%;
}
.plan-2 .pos-3-2f {
  top: 42%;
  left: 38%;
}
.plan-2 .pos-4-2f {
  top: 63.5%;
  left: 38.4%;
}
.plan-2 .pos-1-3f {
  top: 63%;
  left: 54%;
}
.plan-2 .pos-2-3f {
  top: 67.5%;
  left: 57%;
}
.plan-2 .pos-3-3f {
  top: 62%;
  left: 64%;
}
.plan-2 .pos-4-3f {
  top: 44%;
  left: 60%;
}
.plan-2 .pos-5-3f {
  top: 46%;
  left: 65%;
}
.plan-2 .pos-6-3f {
  top: 28%;
  left: 55.5%;
}
.plan-2 .pos-7-3f {
  top: 30%;
  left: 64%;
}
.plan-2 .pos-1-4f {
  top: 61%;
  left: 86.3%;
}
.plan-2 .pos-2-4f {
  top: 49.5%;
  left: 86%;
}
.plan-2 .pos-3-4f {
  top: 35.2%;
  left: 89%;
}