/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
.p-catch {
  padding: 2.6667vw 0 10.6667vw;
  text-align: center;
  line-height: 1.5;
  font-size: 6.4vw;
}

@media (min-width: 769px) {
  .p-catch {
    padding: 4.9459vw 0 9.2736vw;
    line-height: 1.38;
    font-size: 3.2457vw;
  }
}
@media (min-width: 1295px) {
  .p-catch {
    padding: 64px 0 120px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.p-hero {
  overflow: hidden;
  opacity: 0;
  position: relative;
  padding-bottom: 12vw;
  transition: opacity 1.2s ease;
  --peek: 6.25vw;
}
.p-hero.is-loaded {
  opacity: 1;
}
.p-hero__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-hero__list {
  display: flex;
  cursor: grab;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-hero__list:active {
  cursor: grabbing;
}
.p-hero__item {
  flex: 0 0 calc(100% - var(--peek));
  width: calc(100% - var(--peek));
  min-width: 0;
}
.p-hero__image picture {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.5021367521;
}
.p-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  pointer-events: none;
}
.p-hero__pagination {
  position: relative;
  margin-top: 10.6667vw;
  text-align: center;
}
.p-hero__bullet {
  display: inline-block;
  margin: 0 2.2667vw;
  padding: 0;
  width: 1.6vw;
  height: 1.6vw;
  border: none;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.2s;
}
.p-hero__bullet.is-active {
  background: #141414;
}

@media (min-width: 769px) {
  .p-hero {
    padding-bottom: 6.9552vw;
    --peek: 15.456vw;
  }
  .p-hero__image picture {
    aspect-ratio: 2;
  }
  .p-hero__pagination {
    margin-top: 6.1824vw;
  }
  .p-hero__bullet {
    margin: 0 1.4683vw;
    width: 0.4637vw;
    height: 0.4637vw;
  }
}
@media (min-width: 1295px) {
  .p-hero {
    padding-bottom: 90px;
    --peek: 200px;
  }
  .p-hero__pagination {
    margin-top: 80px;
  }
  .p-hero__bullet {
    margin: 0 19px;
    width: 6px;
    height: 6px;
  }
}
.p-about__top {
  padding: 12vw 0;
}
.p-about__item {
  background-color: #f0f0f0;
}
.p-about__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6025641026;
}
.p-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__content-inner {
  margin: 0 auto;
  padding: 8.6667vw 0 10.6667vw;
  width: 87.5vw;
}
.p-about__title {
  margin-bottom: 3.7333vw;
  text-align: center;
  line-height: 1.5;
  font-size: 6.4vw;
}
.p-about__text {
  text-align: justify;
}
.p-about__catch {
  margin-bottom: 12vw;
  text-align: center;
  line-height: 1.5;
  font-size: 6.4vw;
}
.p-about__link {
  margin: 0 auto;
  width: 87.5vw;
}
.p-about__link-item {
  text-align: center;
}
.p-about__link-item:not(:last-of-type) {
  margin-bottom: 12vw;
}
.p-about__link-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__link-image {
  display: block;
  margin-bottom: 5.3333vw;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-about__link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__link-text-en {
  display: block;
  line-height: 1.5;
  font-size: 5.6vw;
}
.p-about__link-text-ja {
  display: block;
  line-height: 1.5;
  font-size: 3.3333vw;
}

@media (min-width: 769px) {
  .p-about__top {
    padding: 15.456vw 0 10.8192vw;
  }
  .p-about__item {
    display: flex;
    align-items: center;
  }
  .p-about__item:nth-of-type(odd) .p-about__content-inner {
    margin: 0 0 0 4.3277vw;
  }
  .p-about__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .p-about__item:nth-of-type(even) .p-about__content-inner {
    margin: 0 4.3277vw 0 auto;
  }
  .p-about__image {
    width: 50%;
    aspect-ratio: 1.6666666667;
  }
  .p-about__content {
    width: 50%;
  }
  .p-about__content-inner {
    padding: 0;
    width: 37.4034vw;
  }
  .p-about__title {
    margin-bottom: 2.3184vw;
    text-align: left;
    font-size: 2.473vw;
  }
  .p-about__catch {
    margin-bottom: 10.8192vw;
    font-size: 3.2457vw;
  }
  .p-about__link {
    display: flex;
    margin: 0;
    width: 100%;
  }
  .p-about__link-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .p-about__link-image {
    overflow: hidden;
    margin-bottom: 5.4096vw;
    aspect-ratio: 2;
  }
  .p-about__link-text-en {
    font-size: 2.0866vw;
  }
  .p-about__link-text-ja {
    font-size: 1.2365vw;
  }
}
@media (min-width: 1295px) {
  .p-about {
    margin: 0 auto;
    max-width: 1620px;
  }
  .p-about__top {
    padding: 200px 0 140px;
  }
  .p-about__item:nth-of-type(odd) .p-about__content-inner {
    margin: 0 0 0 56px;
  }
  .p-about__item:nth-of-type(even) .p-about__content-inner {
    margin: 0 56px 0 auto;
  }
  .p-about__image {
    aspect-ratio: 1.8181818182;
  }
  .p-about__content-inner {
    margin: 0 56px;
    padding: 0;
    width: 484px;
  }
  .p-about__title {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-about__catch {
    margin-bottom: 140px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .p-about__link-image {
    margin-bottom: 70px;
  }
  .p-about__link-text-en {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .p-about__link-text-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1621px) {
  .p-about__image {
    aspect-ratio: 2;
  }
}/*# sourceMappingURL=home.css.map */