@charset "utf-8";
/* equipment page
 * ========================================================================== */
/* common style */
.equipment header .menu-trigger .line {
  background-color: #000;
}
section {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.bg {
  background: linear-gradient(101.43deg, #DEE5EC 8.73%, #FFFBF7 54.44%);
}
.js-trigger.fade {
  opacity: 0;
}
.js-trigger._on.fade {
  opacity: 1;
  transition: opacity 2s;
}
.js-trigger.blur {
  opacity: .5;
  filter: blur(4px);
}
.js-trigger._on.blur {
  opacity: 1;
  filter: blur(0);
  transition: all 1s 1s;
}
.transBottom._on {
  animation: transBottomAnim 1s ease-out forwards;
}
@keyframes transBottomAnim {
  from {
    opacity: 0.5;
    filter: blur(20px);
    background-position: center top;
  }
  to {
    opacity: 1;
    filter: blur(0);
    background-position: center bottom;
  }
}
#caption {
  background: var(--color-white);
}
#caption .sectionItem {
  padding: 60px 20px;
  margin: auto;
}
#bnr_bz,
#copyright {
  position: relative;
}
#corpotation_link {
  position: relative;
  background: var(--color-white);
}
footer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 619px) {
  #caption {
    margin: 0;
  }
}
/* mainvisual */
#mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1900 / 1080;
  background: #000;
}
#mainvisual::before {
  position: absolute;
  inset: 0;
  background: url('../img/mainvisual.webp') center / cover no-repeat;
  opacity: 0.9;
  transform: translateY(8%);
  filter: blur(8px);
  will-change: transform, filter, opacity;
  content: '';
}
#mainvisual._on::before {
  opacity: .8;
  transform: translateY(0);
  filter: blur(0);
  transition:
    transform 2.5s ease-out 0.2s,
    filter 2.2s ease-out 1s,
    opacity 2.2s ease-out 0.2s;
}
#mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: var(--color-white);
  text-align: center;
  text-shadow:
    rgba(0, 0, 0, 0.6) 1px 1px 10px,
    rgba(0, 0, 0, 0.6) -1px 1px 10px,
    rgba(0, 0, 0, 0.6) 1px -1px 10px,
    rgba(0, 0, 0, 0.6) -1px -1px 10px;
  font-size: 90px;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 1;
  opacity: 0;
}
#mainvisual._on h2 {
  opacity: 1;
  transition: opacity 4s 2s;
}
#mainvisual .mainvisualCopy .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: var(--color-white);
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  #mainvisual h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 619px) {
  #mainvisual {
    aspect-ratio: inherit;
    height: 100vh;
  }
  #mainvisual::before {
    background: url('../img/mainvisual-smp.webp') center / cover no-repeat;
  }
  #mainvisual .mainvisualCopy picture > div {
    transform: translateY(5%);
  }
  #mainvisual._on .mainvisualCopy picture > div {
    transform: translateY(-3%);
    transition: transform 4s ease-out;
  }
  #mainvisual h2 {
    top: 40%;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  #mainvisual._on h2 {
    transition: opacity 4s 1s;
  }
}
@media screen and (max-width: 320px) {
}

/* pagelink */
.pagelink {
  margin: 80px auto;
  max-width: 1195px;
  width: 90%;
}
.pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.pagelink .c-btn01 {
  width: 280px;
  max-width: calc((100% - 90px) / 4);
  height: 60px;
}
.pagelink .c-btn01 > a .c-btn__txt {
  text-align: center;
  line-height: 1.1;
}
.pagelink .c-arrow::before {
  left: 31%;
  width: 40%;
  transform: rotate(90deg);
}
.pagelink .c-arrow::after {
  top: 58%;
  width: 20%;
  transform: rotate(145deg);
  transform-origin: center bottom;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 619px) {
  .pagelink {
    margin: 50px auto;
  }
  .pagelink .c-btn01 {
    width: 100%;
    max-width: 270px;
    height: 60px;
  }
  .pagelink .c-btn01 > a .c-btn__txt {
    font-size: 15px;
  }
  .pagelink .c-arrow::before {
    left: 32%;
    width: 40%;
    transform: rotate(90deg);
  }
  .pagelink .c-arrow::after {
    top: 58%;
    width: 20%;
    transform: rotate(145deg);
    transform-origin: center bottom;
  }
}
@media screen and (max-width: 320px) {
}

/* subvisual */
.subvisual {
  position: relative;
  z-index: 2;
}
.subvisual .subvisualInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  aspect-ratio: 1900 / 750;
  overflow: hidden;
}
.subvisual .subvisualInner picture {
  position: absolute;
  height: auto;
}
.subvisual .subvisualInner picture > div {
  height: 100%;
  transform: translateY(0);
}
.subvisual._on .subvisualInner picture > div {
  transform: translateY(-3%);
  transition: transform 2s ease-out;
}
.subvisual .subvisualInner .txt-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
#structure .subvisual .subvisualInner .txt-wrap {
  padding-left: 40%;
}
#security .subvisual .subvisualInner .txt-wrap {
  padding-right: 40%;
}
#service .subvisual .subvisualInner .txt-wrap{
  padding-right: 40%;
  margin-top: -8%;
}
#equipment .subvisual .subvisualInner .txt-wrap {
  padding-left: 40%;
}
.subvisual .caption {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: var(--color-white);
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.subvisual h3 {
  padding-bottom: 30px;
  color: #9b8e51;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1;
  text-shadow:
  0 0 10px rgba(255, 255, 255, 1),
  0 0 10px rgba(255, 255, 255, 1);
}
.subvisual .txtLead {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
  0 0 10px rgba(255, 255, 255, 1),
  0 0 10px rgba(255, 255, 255, 1);
}
#security .subvisual h3,
#security .subvisual .txtLead ,
#service .subvisual h3 {
  color: var(--color-white);
  text-shadow:
  0 0 10px rgba(0, 0, 0, 1),
  0 0 10px rgba(0, 0, 0, 1);
}
#service .subvisual .txtLead,
#equipment .subvisual h3,
#equipment .subvisual .txtLead {
  text-shadow:
  0 0 1px rgba(255,255,255,1),
  0 0 2px rgba(255,255,255,1),
  0 0 3px rgba(255,255,255,1),
  0 0 4px rgba(255,255,255,1),
  0 0 5px rgba(255,255,255,1),
  0 0 6px rgba(255,255,255,1),
  0 0 7px rgba(255,255,255,1),
  0 0 8px rgba(255,255,255,1),
  0 0 9px rgba(255,255,255,1),
  0 0 10px rgba(255,255,255,1),
  0 0 11px rgba(255,255,255,1),
  0 0 16px rgba(255,255,255,0.95),
  0 0 24px rgba(255,255,255,0.9),
  0 0 40px rgba(255,255,255,0.85),
  0 0 60px rgba(255,255,255,0.75),
  0 0 80px rgba(255,255,255,0.65);
}

/* @media
 * ========================================================================== */
 @media screen and (max-width: 619px) {
  .subvisual .subvisualInner {
    justify-content: flex-start;
    aspect-ratio: 750 / 430;
  }
  .subvisual._on .subvisualInner picture > div {
    transform: translateY(-5%);
    transition: transform 2s ease-out;
  }
  #structure .subvisual .subvisualInner .txt-wrap,
  #security .subvisual .subvisualInner .txt-wrap,
  #equipment .subvisual .subvisualInner .txt-wrap {
    padding: 12% 0 0 35%;
  }
  #service .subvisual .subvisualInner .txt-wrap {
    padding: 18% 35% 0 0;
  }
  .subvisual .caption {
    right: 5px;
    bottom: 2px;
  }
  .subvisual h3 {
    padding-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow:
    0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1);
  }
   #security .subvisual h3, #security .subvisual .txtLead, #service .subvisual h3 {
    text-shadow:
    0 0 10px rgba(0, 0, 0, 1),
    0 0 10px rgba(0, 0, 0, 1),
    0 0 10px rgba(0, 0, 0, 1),
    0 0 10px rgba(0, 0, 0, 1);
   }
  .subvisual .txtLead {
    font-size: 18px;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
  }
}
@media screen and (max-width: 320px) {
}

/* facility */
.facility .facilityInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
}
.facility .facilityWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
  padding: 180px 0 100px;
}
.facility h4 {
  padding-bottom: 10px;
  color: #9b8e51;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.4;
}
.facility h5 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  width: 100%;
  color: #9b8e51;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
}
.facility h5 span {
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #9b8e51;
  color: #fff;
}
.facility .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}
.facility .txt small {
  display: block;
  font-size: 70%;
}
.facility .facilityBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.facility .facilityBox figure {
  position: relative;
}
.facility .facilityBox figcaption {
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  color: var(--color-black);
}
.facility .facilityBox.wide.ptn01 .txtArea {
  width: 47.9%;
}
.facility .facilityBox.wide.ptn01 figure {
  width: 46.7%;
}
.facility .facilityBox.wide.ptn01 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  aspect-ratio: 580 / 344;
}
.facility .facilityBox.wide.ptn01 figure img {
  max-width: 91%;
}
.facility .facilityBox.half {
  width: calc(50% - 39px);
}
.facility .facilityBox.half .txtArea {
  width: 49.6%;
}
.facility .facilityBox.half h4 {
  padding-bottom: 20px;
}
.facility .facilityBox.half figure {
  width: 42.3%;
}
.facility .facilityBox.half figure {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
}
.facility .facilityBox.half.ptn02 figure {
  aspect-ratio: 247 / 257;
}
.facility .facilityBox.half.ptn02 figure img {
  max-width: 82%;
}
.facility .facilityBox.wide.ptn03 .txtArea {
  padding-bottom: 30px;
  width: 100%;
}
.facility .facilityBox.wide.ptn03 figure {
  padding: 40px 50px 30px;
  width: 100%;
  background: var(--color-white);
  text-align: center;
}
.facility .facilityBox.wide.ptn03 figcaption {
  position: static;
  padding-top: 20px;
  text-align: left;
  line-height: 1.7;
}
.facility .facilityBox.raccess .txtArea {
  width: 45.8%;
}
.facility .facilityBox.raccess .photoWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  width: 50.1%;
  background: var(--color-white);
}
.facility .facilityBox.raccess .photoWrap .photo {
  padding: 0 10px;
  width: 50%;
  text-align: center;
}
.facility .facilityBox.raccess .photoWrap .photo p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  min-height: 70px;
  font-size: 18px;
  line-height: 1.8;
}
.facility .facilityBox.raccess .photoWrap .photo p span {
  display: block;
  color: var(--color-gold);
  font-size: 14px;
  line-height: 1.2;
}
.facility .facilityBox.door h4 {
  padding-bottom: 20px;
  width: 100%;
}
.facility .facilityBox.door .main {
  width: 27.4%;
}
.facility .facilityBox.door .detailArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  width: 68.7%;
}
.facility .facilityBox.door .detailBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 45.7%;
}
.facility .facilityBox.door .detailBox.ptn01 .txt {
  width: 49.4%;
}
.facility .facilityBox.door .detailBox.ptn01 figure {
  width: 46.1%;
}
.facility .facilityBox.door .detailBox.ptn02 .txt {
  width: 63%;
}
.facility .facilityBox.door .detailBox.ptn02 figure {
  width: 34.1%;
}
.facility .facilityBox.half.ptn02 .other {
  aspect-ratio: 247 / 214;
}
.facility .facilityBox.half.ptn02 .other.bgNone {
  display: block;
  background: transparent;
}
.facility .facilityBox.half.ptn02 .other.bgNone img {
  max-width: 100%;
}
.facility .facilityBox.wide.ptn04 .txtArea {
  width: 55%;
}
.facility .facilityBox.wide.ptn04 figure {
  width: 40.3%;
}
.facility .facilityBox.wide.ptn04 figure {
  aspect-ratio: 500 / 279;
}
.finger {
  display: none;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 619px) {
  .facility .facilityWrapper {
    gap: 40px 30px;
    padding: 60px 0 50px;
  }
  .facility h4 {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .facility h5 {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .facility h5 span {
    top: 0;
    width: 22px;
    height: 22px;
  }
  .facility .txt {
    font-size: 13px;
  }
  .facility .facilityBox figcaption {
    right: 10px;
  }
  .facility .facilityBox.wide.ptn01 .txtArea {
    width: 100%;
  }
  .facility .facilityBox.wide.ptn01 figure {
    margin-top: 20px;
    width: 100%;
  }
  .facility .facilityBox.wide.ptn01 figure {
    aspect-ratio: 17 / 12;
  }
  .facility .facilityBox.half {
    width: 100%;
  }
  .facility .facilityBox.half .txtArea {
    width: 100%;
  }
  .facility .facilityBox.half h4 {
    padding-bottom: 5px;
  }
  .facility .facilityBox.half figure {
    width: 100%;
  }
  .facility .facilityBox.half figure {
    margin-top: 20px;
  }
  .facility .facilityBox.half.ptn02 figure {
    aspect-ratio: 17 / 12;
  }
  .facility .facilityBox.wide.ptn03 {
    display: block;
    min-width: 0;
  }
  .facility .facilityBox.wide.ptn03 .txtArea {
    padding-bottom: 5px;
  }
  .facility .facilityBox.wide.ptn03 figure {
    padding: 20px;
    max-width: 100%;
    min-width: 0;
    margin-top: 20px;
    overflow: hidden;
  }
  .facility .facilityBox.wide.ptn03 .imgScroll {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .facility .facilityBox.wide.ptn03 .imgScroll img {
    display: block;
    padding-bottom: 10px;
    width: 635px;
    max-width: none;
  }
  .facility .facilityBox.wide.ptn03 figcaption {
    padding-top: 0;
  }
  .facility .facilityBox.raccess .txtArea {
    width: 100%;
  }
  .facility .facilityBox.raccess .photoWrap {
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
  }
  .facility .facilityBox.raccess .photoWrap .photo {
    padding: 0 5px;
    width: 50%;
    text-align: center;
  }
  .facility .facilityBox.raccess .photoWrap .photo p {
    min-height: 50px;
    font-size: 13px;
    line-height: 1.4;
  }
  .facility .facilityBox.raccess .photoWrap .photo p span {
    font-size: 10px;
  }
  .facility .facilityBox.raccess .photoWrap .photo img {
    max-width: 90px;
  }
  .facility .facilityBox.door {
    align-items: stretch;
    gap: 20px 0;
  }
  .facility .facilityBox.door h4 {
    padding-bottom: 0;
  }
  .facility .facilityBox.door .main {
    width: 49%;
  }
  .facility .facilityBox.door .detailArea {
    gap: 30px 0;
    width: 100%;
  }
  .facility .facilityBox.door .detailBox {
    width: 100%;
  }
  .facility .facilityBox.door .detailArea .detailBox.ptn01 {
    display: none;
  }
  .facility .facilityBox.door .detailBox.ptn01 {
    position: relative;
    width: 45%;
  }
  .facility .facilityBox.door .detailBox.ptn01 .txt {
    width: 100%;
  }
  .facility .facilityBox.door .detailBox.ptn01 figure {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
  }
  .facility .facilityBox.door .detailBox.ptn02 .txt {
    width: 75%;
  }
  .facility .facilityBox.door .detailBox.ptn02 figure {
    margin-top: -10%;
    width: 20%;
  }
  .facility .facilityBox.half.ptn02 .other {
    aspect-ratio: 680 / 500;
  }
  .facility .facilityBox.half.ptn02 .other.bgNone {
    aspect-ratio: 680 / 550;
  }
  .facility .facilityBox.wide.ptn04 .txtArea {
    width: 100%;
  }
  .facility .facilityBox.wide.ptn04 figure {
    width: 100%;
  }
  .facility .facilityBox.wide.ptn04 figure {
    aspect-ratio: 680 / 379;
  }
  .finger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10%;
    bottom: 35%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 50, 71, 0.8);
    z-index: 1;
  }
  .finger::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 47px;
    height: 20px;
    margin: auto;
    background: url(../../redevelopment/img/finger_arw.png) no-repeat center / contain;
    content: '';
  }
  .finger img {
    animation: moveFinger 1.5s infinite ease-in-out;
    display: inline-block;
    position: relative;
    width: 18px;
  }
  @keyframes moveFinger {
    0% {
      left: -2px;
    }
    30% {
      left: 2px;
    }
    60% {
      left: -2px;
    }
    100% {
      left: -2px;
    }
  }
}
@media screen and (max-width: 320px) {
}

/* partnership */
.partnership {
  margin-bottom: 180px;
  padding: 70px 60px 60px;
  background: var(--color-white);
  border-radius: 30px;
}
.partnership .font-en {
  text-align: center;
  color: var(--color-gold);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 2px;
}
.partnership .txtLead {
  padding: 10px 0 50px;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
.partnership .partnerWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.partnership .partnerBox {
  width: calc(50% - 30px);
}
.partnership .partnerBox .companyLogo {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-darkgray);
  text-align: center;
}
.partnership .partnerBox .companyLogo span {
  display: block;
  padding-bottom: 5px;
  color: var(--color-gold);
}
.partnership .partnerBox .companyName {
  font-size: 22px;
}
.partnership .partnerBox .txt {
  padding-bottom: 20px;
  font-size: 18px;
}
.partnership .partnerBox .photoWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.partnership .partnerBox .photoWrap .photo {
  width: calc((100% - 20px) / 3);
}
.partnership .partnerBox .photo figcaption {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.7;
}
/* @media
 * ========================================================================== */
 @media screen and (max-width: 1024px) {
}
@media screen and (max-width: 619px) {
  .partnership {
    margin-bottom: 60px;
    padding: 30px 20px 20px;
    border-radius: 15px;
  }
  .partnership .font-en {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .partnership .txtLead {
    padding: 10px 0 50px;
    font-size: 18px;
  }
  .partnership .partnerWrap {
    gap: 30px;
  }
  .partnership .partnerBox {
    width: 100%;
  }
  .partnership .partnerBox .companyLogo {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .partnership .partnerBox .companyLogo span {
    padding-bottom: 0;
    font-size: 14px;
  }
  .partnership .partnerBox .companyLogo img {
    max-width: 180px;
  }
  .partnership .partnerBox .companyName {
    font-size: 18px;
  }
  .partnership .partnerBox .txt {
    font-size: 14px;
  }
  .partnership .partnerBox .photoWrap {
    gap: 5px;
  }
  .partnership .partnerBox .photoWrap .photo {
    width: calc((100% - 15px) / 3);
  }
  .partnership .partnerBox .photo figcaption {
    padding-top: 10px;
    font-size: 10px;
    line-height: 1.4;
  }
}

/* service */
.serviceInner {
  margin: 150px auto;
  width: 90%;
  max-width: 1240px;
}
.serviceBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceBox .txtArea {
  width: 39.5%;
}
.serviceBox figure {
  width: 56.4%;
}
.serviceBox figcaption {
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
}
.serviceBox.reverse {
  margin: 60px 0;
}
.serviceBox.reverse .txtArea {
  order: 1;
}
/* @media
 * ========================================================================== */
 @media screen and (max-width: 1024px) {
}
@media screen and (max-width: 619px) {
  .serviceInner {
    margin: 60px auto;
  }
  .serviceBox {
    gap: 30px;
  }
  .serviceBox .txtArea {
    width: 100%;
  }
  .serviceBox figure {
    width: 100%;
  }
  .serviceBox figcaption {
    font-size: 10px;
  }
  .serviceBox.reverse {
    margin: 40px 0;
  }
  .serviceBox.reverse .txtArea {
    order: -1;
  }
}

/* equipment */
.equipmentInner {
  margin: 150px auto 0;
  width: 90%;
  max-width: 1240px;
}
.equipmentWrapper {
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
}
#equipment h4 {
  padding-bottom: 5px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid var(--color-gold);
  color: var(--color-gold);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
.eqTopWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
}
.eqTopWrap .main {
  position: relative;
  width: 65.7%;
}
.eqTopWrap .sideArea {
  width: 31.4%;
}
.eqhiddenWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%; 
}
.eqBox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.eqTopWrap .sideArea .eqBox:first-child {
  margin-bottom: 36px;
}
.eqhiddenWrap .eqBox {
  width: calc((100% - 72px) / 3);
}
.equipmentWrapper .caption {
  position: absolute;
  bottom: 5px;
  left: auto;
  right: 10px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.eqBox .overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 48, 52, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  overflow-y: auto;
  padding: 25px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.eqBox .overlay .floor {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.eqBox .overlay .floor li {
  padding: 5px 10px 2px;
  background: var(--color-white);
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}
.eqBox .overlay .name {
  padding: 10px 0;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
}
.eqBox .overlay .txt {
  color: var(--color-white);
  line-height: 1.6;
}
.eqBox .overlay .txt small {
  display: inline-block;
  margin-top: 5px;
}
@media (min-width: 620px) {
  .eqBox:hover .overlay {
    opacity: 1;
  }
}
.eqReadMore {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding-top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  background: linear-gradient(
    to bottom,
    rgba(255, 251, 247, 0) 0%,
    rgba(255, 251, 247, .5) 30%,
    rgba(255, 251, 247, 1) 100%
  );
}
.eqReadMore__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
}
.eqReadMore__circle::before,
.eqReadMore__circle::after {
  content: '';
  position: absolute;
  background: var(--color-black);
}
.eqReadMore__circle::before { width: 1px; height: 16px; }
.eqReadMore__circle::after  { width: 16px; height: 1px; }
.eqReadMore__txt {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
.eqCloseBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  margin: 70px auto 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--color-gold); 
  cursor: pointer;
}
.eqCloseBtn__line {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
}
.eqCloseBtn__txt {
  width: calc(100% - 20px);
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
}
.equipmentWrapper .otherWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.equipmentWrapper .otherWrap .main {
  position: relative;
  width: 56.4%;
}
.equipmentWrapper .otherWrap .txtArea {
  width: 39.5%;
}
.equipmentWrapper .otherWrap .ttl {
  padding-bottom: 10px;
  color: #9b8e51;
  text-align: left;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 619px) {
  .equipmentInner {
    margin: 70px auto 0;
  }
  .equipmentWrapper {
    margin-bottom: 60px;
  }
  #equipment h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .eqTopWrap {
    margin-bottom: 30px;
    gap: 30px;
  }
  .eqTopWrap .main {
    width: 100%;
  }
  .eqTopWrap .sideArea {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .eqhiddenWrap {
    gap: 30px 10px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .eqBox {
    cursor: default;
    pointer-events: none;
  }
  .eqTopWrap .sideArea .eqBox {
    width: calc((100% - 10px) / 2);
  }
  .eqTopWrap .sideArea .eqBox:first-child {
    margin-bottom: 0;
  }
  .eqhiddenWrap .eqBox {
    width: calc((100% - 10px) / 2);
  }
  .eqBox .base {
    position: relative;
  }
  .eqBox .base::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(47, 48, 52, 0.8);
    color: var(--color-white);
    font-size: 25px;
    content: "＋";
    z-index: 2;
  }
  .eqBoxTrigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
  }
  .eqBox .name.only_SMP {
    padding-top: 15px;
    color: var(--color-gold);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .eqBox .overlay {
    position: absolute;
    inset: 0;
    background: rgba(47, 48, 52, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    overflow-y: auto;
    padding: 25px 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .eqBox .overlay .floor {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .eqBox .overlay .floor li {
    padding: 5px 10px 2px;
    background: var(--color-white);
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
  }
  .eqBox .overlay .name {
    padding: 10px 0;
    color: var(--color-white);
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
  }
  .eqBox .overlay .txt {
    color: var(--color-white);
    line-height: 1.6;
  }
  .eqBox .overlay .txt small {
    display: inline-block;
    margin-top: 5px;
  }
  .eqModalContent {
    margin: auto;
    padding: 20px 15px;
    width: 90%;
    background: var(--color-white);
  }
  .eqModalContent figure {
    position: relative;
  }
  .eqModalContent figure img {
    width: 100%;
    display: block;
  }
  .eqModalContent .floor {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .eqModalContent .floor li {
    padding: 5px 10px 3px;
    background: var(--color-white);
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
  }
  .eqModalText {
    padding-top: 20px;
  }
  .eqModalText .floor {
    display: none;
  }
  .eqModalText .name {
    font-size: 20px;
    color: var(--color-gold);
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .eqModalText .txt {
    font-size: 14px;
    line-height: 1.9;
    color: #333;
  }
  .modaal-inline .modaal-close {
    position: absolute;
    top: -44px;
    right: 5%;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--color-gold) url('../../common/img/top/ico_close.svg') no-repeat center center !important;
    background-size: 40% !important;
  }
  .modaal-inline .modaal-close:hover,
  .modaal-inline .modaal-close:focus {
    background-color: var(--color-gold) !important;
    opacity: 0.8;
  }
  
  /* 閉じるボタンの起点にするため */
  .modaal-inline .modaal-container {
    position: relative;
  }
  .eqReadMore {
    position: absolute;
    inset: 0;
    z-index: 10;
    padding-top: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    background: linear-gradient(
      to bottom,
      rgba(255, 255,255, 0) 0%,
      rgba(255, 255,255, .5) 30%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .eqReadMore__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: relative;
  }
  .eqReadMore__circle::before,
  .eqReadMore__circle::after {
    content: '';
    position: absolute;
    background: var(--color-black);
  }
  .eqReadMore__circle::before { width: 1px; height: 16px; }
  .eqReadMore__circle::after  { width: 16px; height: 1px; }
  .eqReadMore__txt {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .equipmentWrapper .otherWrap .main {
    width: 100%;
    order: 1;
  }
  .equipmentWrapper .otherWrap .txtArea {
    margin-bottom: 20px;
    width: 100%;
  }
  .equipmentWrapper .otherWrap .ttl {
    font-size: 18px;
  }
}

/* bnrPremium */
.bnrPremium {
  position: relative;
  padding: 0 0 150px;
  overflow: hidden;
}
.bnrPremium .bnrPremiumCopy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../modelroom/img/bnr_premium.jpg);
  aspect-ratio: 1240 / 460;
}
.bnrPremium h2 {
  width: 100%;
  color: var(--color-white);
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 10px,
    rgba(0, 0, 0, 0.6) -1px 1px 10px,
    rgba(0, 0, 0, 0.6) 1px -1px 10px,
    rgba(0, 0, 0, 0.6) -1px -1px 10px;
}
.bnrPremium .c-btn02 {
  width: 260px;
  height: 50px;
}
.bnrPremium .c-btn02 > a {
  padding: 0 40px;
  border-radius: 78px;
}
.bnrPremium .c-btn02 > a .c-btn__txt {
  padding-top: 2px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 10px;
}
.bnrPremium .c-btn02 > a .c-arrow {
  left: 10px;
}
.bnrPremium .c-btn02 > a:hover .c-arrow {
  --arrow: 4px;
  left: 30px;
}
.bnrPremium .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: var(--color-white);
  line-height: 1;
}
/* @media
 * ========================================================================== */
 @media screen and (max-width: 1024px) {
}
@media screen and (max-width: 619px) {
  .bnrPremium {
    padding: 0 0 60px;
  }
  .bnrPremium .bnrPremiumCopy {
    gap: 10px;
    background-image: url(../../modelroom/img/bnr_premium-smp.jpg);
    aspect-ratio: 680 / 347;
  }
  .bnrPremium h2 {
    font-size: 30px;
  }
  .bnrPremium .c-btn02 {
    width: 200px;
    height: 40px;
  }
  .bnrPremium .c-btn02 > a .c-btn__txt {
    font-size: 18px;
  }
}

/* pickupArea */
#pickupArea {
  padding: 150px 0;
  background: #003247;
  color: var(--color-white);
}
.pickupInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
}
.pickupWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pickupArea h3 {
  padding-bottom: 70px;
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 5px;
}
#pickupArea h4 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  min-height: 90px;
}
#pickupArea .pickupBox:first-child {
  width: 54.8%;
}
#pickupArea .pickupBox:last-child {
  width: 38.7%;
}
#pickupArea figure {
  position: relative;
  margin-bottom: 20px;
}
#pickupArea .caption {
  position: absolute;
  right: 12px;
  bottom: 8px;
  line-height: 1;
}
#pickupArea .pickupBox:last-child .caption {
  color: var(--color-white);
}
#pickupArea .txt {
  padding-bottom: 10px;
}
/* @media
 * ========================================================================== */
 @media screen and (max-width: 1024px) {
}
@media screen and (max-width: 619px) {
  #pickupArea {
    padding: 70px 0;
  }
  #pickupArea h3 {
    padding-bottom: 40px;
    font-size: 50px;
    letter-spacing: 3px;
  }
  #pickupArea h4 {
    padding-bottom: 15px;
    min-height: auto;
  }
  #pickupArea .pickupBox:first-child {
    margin-bottom: 50px;
    width: 100%;
  }
  #pickupArea .pickupBox:last-child {
    width: 100%;
  }
}