/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Top
------------------------------------------------------------ */
.top {
  /* ----- mainvisual ----- */
  overflow: hidden;
  /* ----- content ----- */
}
.top .main-visualInner {
  overflow: hidden;
  position: relative;
}
.top .visual-pic {
  height: calc(100vh - var(--header-pc_h));
  width: 100vw;
  overflow: hidden;
  min-height: 800px;
}
.top .visual-pic .swiper-wrapper {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.top .swiper-slide-active .swiper-img,
.top .swiper-slide-duplicate-active .swiper-img,
.top .swiper-slide-prev .swiper-img {
  -webkit-animation: zoom-in 10s linear 0s normal both;
  animation: zoom-in 10s linear 0s normal both;
}
.top .visual-pic .swiper-img {
  position: relative;
}
.top .visual-pic .swiper-img .catch-jp {
  position: absolute;
  font-size: clamp(2.25rem, 6vw, 4.4375rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.1em;
}
.top .visual-pic .swiper-img .catch-jp._1 {
  top: 12.3%;
  right: 29%;
}
.top .visual-pic .swiper-img .catch-jp._2 {
  top: 10.3%;
  left: 25.4%;
}
.top .visual-pic .swiper-img .catch-en {
  position: absolute;
  font-size: 12vw;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.22);
  line-height: 1;
}
.top .visual-pic .swiper-img .catch-en._1 {
  right: 0;
  bottom: 0;
}
.top .visual-pic .swiper-img .catch-en._2 {
  left: 0;
  bottom: -0.1em;
}
.top .visual-pic .swiper-slide img {
  height: auto;
  width: 100%;
}
.top .visual-pic .swiper-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100vh - var(--header-pc_h));
  width: 100vw;
  min-height: 800px;
}
.top .p-top-content {
  background: var(--color-background);
}
.top .p-top-content-box {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-left: 16px;
  padding-right: 16px;
}
.top .p-top-content-box._1::before {
  content: "";
  background: url(../../../img/top/ls_bg@2x.webp) no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 78.64583%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top .p-top-content-box._2::before {
  content: "";
  background: url(../../../img/top/qgc_bg@2x.webp) no-repeat;
  background-position: right bottom;
  background-size: cover;
  width: 78.64583%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.top .p-top-content-menu {
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: left;
}
.top .p-top-content-menu._r {
  padding: 3rem 0 3rem 3rem;
}
.top .p-top-content-menu._r::before {
  content: "";
  background: #000;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top .p-top-content-menu._l {
  padding: 3rem 3rem 3rem 0;
}
.top .p-top-content-menu._l::before {
  content: "";
  background: #000;
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.top .p-top-content-menu h2 {
  font-size: clamp(1.125rem, 2.6666666667vw, 2rem);
}
.top .p-top-content-menu p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.top .p-works {
  background: var(--color-background);
  padding: 3rem 0;
}
.top .workswiper li figcaption {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 0.8rem;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}
.top .workswiper li figcaption h3 {
  font-weight: normal;
}
@media (max-width: 600px) {
  .top .visual-pic {
    min-height: auto;
    height: calc(100vh - 60px);
  }
  .top .visual-pic .swiper-img img {
    min-height: auto;
    height: calc(100vh - 60px);
  }
  .top .p-top-content-menu._r {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .top .p-top-content-menu._l {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  .top .p-works {
    padding: 3rem 16px;
  }
}
@media (max-width: 1024px) {
  .top .p-top-content-box._1::before {
    width: 86%;
    height: 70%;
  }
}
/*# sourceMappingURL=../../map/object/project/top.css.map */