@charset "UTF-8";
/* topページ
----------------------------------------------------------------- */
@layer pages {
  /* メインビュー */
  .topMv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 598px;
    aspect-ratio: 1280/598;
    background: url("../img/top/top_mv.jpg") center/cover no-repeat;
  }
  @media screen and (max-width: 768px) {
    .topMv {
      height: calc(100vh - 110px);
      background: url("../img/top/top_mv_sp.jpg") center/cover no-repeat;
    }
  }
  .topMv__heading {
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .topMv__heading > span {
    display: block;
  }
  .topMv__heading > span:first-child {
    font-size: 0.462em;
    font-weight: 500;
    letter-spacing: 1.3em;
    text-indent: 34px;
  }
  @media screen and (max-width: 768px) {
    .topMv__heading > span:first-child {
      font-size: 0.31em;
      letter-spacing: 0.5em;
      text-indent: 14px;
    }
  }
  .topMv__heading > span:last-child {
    margin-top: 1rem;
  }
  @media screen and (max-width: 768px) {
    .topMv__heading > span:last-child {
      margin-top: 0.3rem;
    }
  }
  @media screen and (max-width: 768px) {
    .topMv__heading > span > span {
      display: block;
      font-size: 0.862em;
      margin-top: -0.1em;
    }
  }
  /* NEWSセクション */
  .topNews {
    position: relative;
    width: 100%;
    padding-block: 4em 3em;
  }
  @media screen and (max-width: 768px) {
    .topNews {
      padding-block: 0em 2em;
    }
  }
  .topNews__inner {
    max-width: 1012px;
    width: 85.2%;
    margin-inline: auto;
  }
  .topNews__heading {
    text-align: center;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: var(--primary-color);
  }
  @media screen and (max-width: 768px) {
    .topNews__heading {
      background: #fff;
      font-size: 12px;
      width: 82px;
      margin-inline: auto;
      margin-top: -24px;
      padding-block: 6px;
    }
  }
  .topNews__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 12px;
    margin-top: 3em;
  }
  @media screen and (max-width: 768px) {
    .topNews__cols {
      grid-template-columns: 1fr;
      gap: 0.8em 12px;
      margin-top: 2em;
    }
  }
  .topNews__cols:has(.no-item) {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .topNews__item.no-item {
    text-align: center;
    font-size: clamp(16px, 2.6041666667vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: var(--primary-color);
  }
  .topNews__link {
    display: block;
    background: var(--secoundary-bg);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    min-height: 99px;
    padding-block: 1em;
    padding-inline: 21px;
  }
  @media screen and (max-width: 768px) {
    .topNews__link {
      min-height: 73px;
      padding-block: 0.8em;
      padding-inline: 15px;
    }
  }
  .topNews__date {
    font-size: clamp(12px, 1.953125vw, 15px);
    line-height: 1.53;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: var(--primary-color);
  }
  @media screen and (max-width: 768px) {
    .topNews__date {
      line-height: 1.5;
    }
  }
  .topNews__title {
    font-size: clamp(12px, 1.953125vw, 15px);
    line-height: 1.53;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @media screen and (max-width: 768px) {
    .topNews__title {
      line-height: 1.5;
      margin-top: 0.2rem;
    }
  }
  /* コンセプトセクション */
  .topConcept {
    padding-block: 0.5em;
  }
  .topConcept__inner {
    max-width: 984px;
    width: 94%;
    margin-inline: auto;
  }
  @media screen and (max-width: 768px) {
    .topConcept__inner {
      width: 100%;
    }
  }
  .topConcept__heading {
    text-align: center;
    font-size: clamp(53px, 8.203125vw, 63px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--primary-color);
  }
  @media screen and (max-width: 768px) {
    .topConcept__heading {
      order: 98;
      padding-top: 2rem;
    }
  }
  .topConcept__heading > span {
    display: block;
  }
  .topConcept__heading > span:first-child {
    font-size: 0.413em;
    font-weight: 500;
    margin-top: -0.2rem;
  }
  .topConcept__heading > span:nth-child(3) {
    font-size: 0.841em;
    letter-spacing: 0.02em;
    margin-top: -0.3rem;
  }
  .topConcept__cols {
    margin-top: 5em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6em 4%;
  }
  @media screen and (max-width: 768px) {
    .topConcept__cols {
      gap: 5em 4%;
      margin-top: 2em;
      grid-template-columns: 1fr;
    }
  }
  .topConcept__item {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 768px) {
    .topConcept__item {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .topConcept__item:nth-child(1) .topConcept__img {
      order: 97;
    }
  }
  @media screen and (max-width: 768px) {
    .topConcept__item:nth-child(1) .topConcept__btnBox, .topConcept__item:nth-child(1) .topConcept__btnBox--mTopLarge {
      order: 99;
    }
  }
  .topConcept__item:nth-child(2) .topConcept__text, .topConcept__item:nth-child(2) .topConcept__text--mTop {
    line-height: 1.3;
  }
  .topConcept__subHeading {
    text-align: center;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: var(--primary-color);
  }
  .topConcept__img {
    margin-top: 1.5em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__img {
      margin-top: 1em;
    }
  }
  .topConcept__texts, .topConcept__texts--large, .topConcept__texts--middle {
    width: 75.3%;
    margin-inline: auto;
    margin-top: 3em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__texts, .topConcept__texts--large, .topConcept__texts--middle {
      width: 73%;
      margin-top: 0.5em;
    }
  }
  .topConcept__texts--middle {
    width: 83.3%;
  }
  @media screen and (max-width: 768px) {
    .topConcept__texts--middle {
      width: 77.2%;
    }
  }
  .topConcept__texts--middle .topConcept__text, .topConcept__texts--middle .topConcept__text--mTop {
    text-align: center;
    max-width: 282px;
    margin-inline: auto;
  }
  .topConcept__texts--large {
    width: 93.9%;
    margin-top: 2em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__texts--large {
      width: 79.1%;
    }
  }
  .topConcept__texts--large .topConcept__text, .topConcept__texts--large .topConcept__text--mTop {
    font-size: clamp(14px, 2.34375vw, 18px);
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.2em;
    color: var(--secoundary-color);
  }
  .topConcept__text, .topConcept__text--mTop {
    font-size: clamp(22px, 3.515625vw, 27px);
    line-height: 1.48;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__text, .topConcept__text--mTop {
      line-height: 1.4;
      margin-inline: auto;
    }
  }
  .topConcept__text--mTop {
    margin-top: 2em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__text--mTop {
      margin-top: 1em;
    }
  }
  .topConcept__serviceCatch {
    text-align: center;
    background: #101932;
    padding-block: 16px 20px;
    margin-top: 1em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__serviceCatch {
      padding-block: 10px 14px;
    }
  }
  .topConcept__serviceText {
    font-size: clamp(25px, 4.0364583333vw, 31px);
    line-height: 1.06451613;
    letter-spacing: 0.4em;
    font-weight: normal;
    color: #fff;
  }
  .topConcept__serviceText > span:nth-child(2) {
    display: inline-block;
    font-family: var(--en);
    font-size: 1.39em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 0.2em;
    transform: translateY(2px);
  }
  .topConcept__serviceCatchBottom {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 1rem;
  }
  .topConcept__logo {
    max-width: clamp(167px, 24.8697916667vw, 191px);
    width: 100%;
    margin-inline: auto;
  }
  .topConcept__logo::after {
    content: "etc";
    display: block;
    text-align: center;
    font-family: var(--en);
    font-size: clamp(30px, 4.296875vw, 33px);
    line-height: 1;
    color: #1A1311;
    margin-top: 0.5rem;
  }
  .topConcept__btnBox, .topConcept__btnBox--mTopLarge {
    margin-top: 3em;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .topConcept__btnBox, .topConcept__btnBox--mTopLarge {
      margin-top: 2em;
    }
  }
  .topConcept__btnBox--mTopLarge {
    margin-top: 5em;
  }
  @media screen and (max-width: 768px) {
    .topConcept__btnBox--mTopLarge {
      margin-top: 1.5em;
    }
  }
  /* GALLERYセクション */
  .topGallery {
    padding-block: 5em 7em;
  }
  @media screen and (max-width: 768px) {
    .topGallery {
      padding-block: 5em 5em;
    }
  }
  .topGallery__inner {
    max-width: 1014px;
    width: 100%;
    margin-inline: auto;
  }
  .topGallery__heading {
    text-align: center;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--primary-color);
  }
  @media screen and (max-width: 768px) {
    .topGallery__heading {
      font-size: 53px;
    }
  }
  .topGallery__slide {
    margin-top: 2em;
  }
  .topGallery__slide #main-slider .splide__slide {
    aspect-ratio: 1014/514;
    overflow: hidden;
  }
  @media screen and (max-width: 768px) {
    .topGallery__slide #main-slider .splide__slide {
      aspect-ratio: 378/261;
    }
  }
  .topGallery__slide #main-slider .splide__slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topGallery__slide #main-slider .splide__arrow {
    display: none !important;
  }
  .topGallery__slide .thumbnails > .thumbnails__list {
    display: flex;
    align-items: center;
  }
  .topGallery__slide .thumbnails > .thumbnails__list > li {
    flex: 1;
    border: none !important;
    aspect-ratio: 144/130;
    overflow: hidden;
  }
  @media screen and (max-width: 768px) {
    .topGallery__slide .thumbnails > .thumbnails__list > li {
      aspect-ratio: 75/68;
    }
  }
  .topGallery__slide .thumbnails > .thumbnails__list > li.is-active > img {
    transform: scale(1.1);
  }
  @media (min-width: 767px) {
    .topGallery__slide .thumbnails > .thumbnails__list > li:hover > img {
      transform: scale(1.1);
    }
  }
  .topGallery__slide .thumbnails > .thumbnails__list > li > img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .splide__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 5.3385416667vw, 41px);
    margin-top: 4em;
  }
  @media screen and (max-width: 768px) {
    .splide__nav {
      margin-top: 2em;
    }
  }
  .splide__nav #prevBtn, .splide__nav #nextBtn {
    max-width: clamp(20px, 4.8177083333vw, 37px);
    width: 100%;
    aspect-ratio: 1/1;
    transition: all 0.3s ease;
  }
  @media (min-width: 767px) {
    .splide__nav #prevBtn:hover, .splide__nav #nextBtn:hover {
      opacity: 0.6;
    }
  }
  .splide__nav #prevBtn {
    transform: scale(-1, 1);
  }
  .splide__logo {
    max-width: clamp(96px, 23.1770833333vw, 178px);
    width: 100%;
  }
  .topGallery__btnBox {
    margin-top: 3em;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .topGallery__btnBox {
      margin-top: 1.5em;
    }
  }
}