@charset "utf-8";


/*  l-accessIntro
--------------------------------------------------*/
.accessIntro-heading__ttl::before {
  width: 81.3rem;
  aspect-ratio: 813 / 119;
  background: url(../../imgs/common/img_goldthread1.webp) no-repeat center center/100% 100%;
}
.accessIntro-detail {
  margin-top: 10.0rem;
}
.accessIntro-detail__figure {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .accessIntro-detail {
    margin-top: 7.0rem;
  }
  .accessIntro-detail__figure {
    max-width: 560px;
  }
}




/*  l-around
--------------------------------------------------*/
.l-around {
  position: relative;
  padding-block: 16.0rem;
}
.around-inner {
  max-width: 1384px;
}
.around-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 8.0rem 3.2rem;
}
.around-list__item {
  position: relative;
}
.around-list__item__photo {
  position: relative;
  width: 100%;
}
.around-list__item__detail {
  width: 100%;
  margin-top: 3.2rem;
}
.around-list__item__detail__destance {
  width: fit-content;
  margin-inline: auto;
}
.around-list__item__detail__destance__line {
  font-size: max(10px,1.4rem);
  line-height: 1.25;
  letter-spacing: .074em;
  color: var(--white);
  margin-bottom: .5rem;
}
.around-list__item__detail__destance__access {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: .02em;
  color: var(--white);
}
.around-list__item__detail__destance__access__large {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: .15em;
}
.around-list__item__detail__destance__access__num {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: .074em;
  vertical-align: -.05em;
  color: var(--color-gold);
  padding-inline: .05em 0;
}
.around-list__item__detail__destance__access small {
  font-size: .6em;
}
@media screen and (max-width: 768px) {
  .l-around {
    padding-block: 10.0rem;
  }
  .around-inner {
    max-width: 560px;
  }
  .around-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.0rem 0;
  }
  .around-list__item__detail {
    margin-top: 3.0rem;
  }
  .around-list__item__detail__destance {
    width: 100%;
  }
  .around-list__item__detail__destance__line {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .around-list__item__detail__destance__access {
    font-size: 1.8rem;
  }
  .around-list__item__detail__destance__access__large {
    font-size: 3.0rem;
  }
  .around-list__item__detail__destance__access__num {
    font-size: 4.4rem;
  }
}




/*  l-around
--------------------------------------------------*/
.l-smooth {
  position: relative;
  padding-bottom: 16.0rem;
}
.smooth-head {
  position: relative;
  width: 100%;
  padding-block: 16.0rem 20.0rem;
}
.smooth-head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/img_smooth.webp) no-repeat center center/cover;
  z-index: 0;
}
.smooth-head__inner {
  position: relative;
  gap: 5.0rem;
  z-index: 1;
}
.smooth-head__ttl {
  font-size: 11.0rem;
  line-height: 1;
  letter-spacing: -.04em;
}
.smooth-head__ttl span {
  background: linear-gradient(98.17deg, #FFFFFF -86.46%, rgba(255, 255, 255, 0) 103.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.smooth-head__detail {
  width: min(100%,670px);
}
.smooth-head__detail__heading {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: .1em;
  color: var(--white);
}
.smooth-head__detail__desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
  color: var(--white);
  margin-top: 4.0rem;
}
.smooth-head .p-caption {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.smooth-list {
  grid-template-columns: repeat(3, 1fr);
}
.smooth-list__item {
  position: relative;
}
.smooth-list__item__photo {
  position: relative;
  width: 100%;
}
.smooth-list__item__detail {
  margin-top: 3.2rem;
  color: var(--white);
  text-align: center;
}
.smooth-list__item__detail__name {
  font-size: 3.2rem;
  line-height: 1.45;
  letter-spacing: .05em;
}
.smooth-list__item__detail__desc {
  font-size: 2.0rem;
  line-height: 1.45;
  letter-spacing: .074em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-smooth {
    padding-bottom: 9.0rem;
  }
  .smooth-head {
    padding-block: 6.5rem 8.0rem;
  }
  .smooth-head::before {
    height: 70%;
    background-position: 30% center;
  }
  .smooth-head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(15, 15, 20, 1) 0%, rgba(15, 15, 20, 1) 45%, rgba(15, 15, 20, 0) 60%, rgba(15, 15, 20, 0) 100%);
  }
  .smooth-head__ttl {
    font-size: 6.4rem;
  }
  .smooth-head__detail {
    width: 100%;
  }
  .smooth-head__detail__heading {
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .smooth-head__detail__desc {
    font-size: 1.6rem;
    margin-top: 2.0rem;
  }
  .smooth-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.0rem 0;
  }
  .smooth-list__item__detail {
    margin-top: 2.5rem;
  }
  .smooth-list__item__detail__name {
    font-size: 2.8rem;
  }
  .smooth-list__item__detail__desc {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}