@charset "utf-8";
/*---------------------
section共通
----------------------*/
section {
  position: relative;
  scroll-margin-top: 70px;
}

section h2 {
  text-align: center;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

/*---------------------
mv
----------------------*/
.mv {
  padding-block: 70px;
}

.mv hgroup p {
  margin-bottom: 36px;
  color: #666;
  text-align: center;
  font-size: 24px;
}

.mv > p {
  margin-top: 34px;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*---------------------
brand
----------------------*/
.brand {
  padding-block: 54px;
  background-color: #000;
}

.brand h2 {
  color: #b2b2b2;
}

.brand .modal-thumbnails {
  display: grid;
  grid-template-columns: repeat(2, 340px);
  justify-content: center;
  gap: 68px 22px;
  margin-top: 32px;
}

.brand .modal-thumbnails > li {
  cursor: pointer;
}

.brand .view-more {
  margin-top: 140px;
  color: #fff;
}

.brand .view-more p {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.brand .view-more a {
  display: grid;
  place-items: center;
  margin: 20px auto 0;
  min-width: 660px;
  width: fit-content;
  min-height: 85px;
  border: 1px solid currentColor;
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

/*---------------------
news
----------------------*/
.news {
  padding-block: 112px 140px;
  background-color: #e5e5e5;
}

.news::before,
.news::after {
  content: "News News News News News News News News News News";
  position: absolute;
  left: 50%;
  translate: -50%;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.075em;
  font-family: "optima", sans-serif;
  white-space: nowrap;
}

.news::before {
  top: 20px;
}

.news::after {
  bottom: 20px;
}

.news h2 {
  color: #000;
}

.news .news-list {
  margin: 46px auto 0;
  max-width: 660px;
}

.news .news-list > li + li {
  margin-top: 30px;
}

.news .news-list > li a {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  border: 1px solid currentColor;
  font-size: 30px;
}

.news .news-list > li a::after {
  content: "";
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/common/ico-add.svg) no-repeat center center / contain;
}

.news .news-list > li a img {
  width: 100%;
  height: 100%;
}

.news .news-list > li a > div {
  padding: 26px 34px;
  background-color: #fff;
  color: #000;
}

.news .news-list > li a .font-hiragino {
  font-size: 24px;
}

.news .news-list > li a time {
  color: #8c8c8c;
}

.news .news-list > li a p {
  margin-top: 6px;
  line-height: 1.3;
}

/*---------------------
instagram
----------------------*/
.instagram {
  padding-block: 100px;
}

.instagram h3 {
  margin: 20px auto 50px;
}

.instagram .view-more {
  margin-top: 140px;
}

.instagram .view-more p {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.instagram .view-more a {
  display: grid;
  place-items: center;
  margin: 20px auto 0;
  min-width: 660px;
  width: fit-content;
  min-height: 85px;
  border: 1px solid currentColor;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.instagram .feed-list {
  display: grid;
  grid-template-columns: repeat(3, 210px);
  gap: 14px;
  margin-inline: auto;
  width: fit-content;
}

.instagram .feed-list > li {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.instagram .feed-list img,
.instagram .feed-list video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

/*---------------------
information
----------------------*/
.information h2 {
  margin-bottom: 56px;
}

.information hgroup {
  margin-inline: auto;
  max-width: 456px;
}

.information hgroup h3 {
  color: #b2b2b2;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.information hgroup p {
  margin-top: 12px;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.information figure {
  margin-block: 50px 36px;
}

.information .license {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.information .license dt {
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: 160px;
  height: auto;
  aspect-ratio: 1;
  color: #4d4d4d;
  font-weight: 400;
}

.information .license dd {
  line-height: 1.5;
}

.information .contact {
  margin-top: 58px;
  text-align: center;
}

.information .contact dt {
  font-size: 24px;
  font-weight: 400;
}

.information .contact dd {
  margin-top: 10px;
}

.information .contact dd span {
  font-size: 26px;
}

.information .contact dd a {
  font-size: 30px;
}

/*---------------------
modal
----------------------*/
.modal-thumbnails li {
  cursor: pointer;
}
.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
  inset: 0;
  display: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0 0 0 /60%);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.modal-container.active {
  display: flex;
}
.modal-container .mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
}
.modal-container .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 750px;
  position: relative;
  z-index: 1;
}
.modal-container .inner .btn-close {
  width: 70px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  background: url(../img/common/menu-close.png) no-repeat center center/ contain;
}
.modal-container .modal-slider {
  width: 750px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 130px;
  background: linear-gradient(180deg, #fff 130px, #888 130px, #888 100%);
}
.modal-container .splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  width: 750px;
  height: 80svh;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  transition: opacity 0.5s 0.1sease;
}
.modal-container .splide__slide.modal-weston .wrap {
  position: relative;
}
.modal-container .splide__slide.modal-weston .wrap a {
  position: absolute;
  display: block;
  bottom: 168px;
  left: 263px;
  width: 157px;
  height: 34px;
}
.modal-container .splide__slide a {
  transition: opacity 0.3s;
}
.modal-container .splide__slide a:hover {
  opacity: 0.5;
}
.modal-container .splide__arrow {
  top: auto;
  bottom: 20px;
  background: none;
  font-size: 20px;
  color: #000;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
  outline: none;
}
.modal-container .splide__arrow:hover {
  opacity: 0.6;
}
.modal-container .splide__arrow--prev {
  left: 70px;
}
.modal-container .splide__arrow--next {
  right: 70px;
}
.modal-container .splide__arrow--prev:before,
.modal-container .splide__arrow--next:after {
  content: "";
  display: block;
  flex: 0 0 12px;
  margin-top: -2px;
  aspect-ratio: 1/1;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.modal-container .splide__arrow--prev:before {
  transform: rotate(-45deg);
}
.modal-container .splide__arrow--next:after {
  transform: rotate(135deg);
}
.modal-container .scroll {
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 3;
  transform: translateX(-50%);
  width: 60px;
  height: 50px;
  transition: opacity 0.5s ease;
}
.modal-container .scroll.hide {
  opacity: 0;
}
.modal-container .scroll span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  opacity: 0;
  color: #b2b2b2;
  font-size: 22px;
  letter-spacing: 0.05em;
  animation: txtmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.modal-container .scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  aspect-ratio: 24 / 14;
  background: url(../img/common/ico-scroll.svg) no-repeat center / contain;
  animation: pathmove01 1.4s ease-in-out infinite;
  opacity: 0;
}

.modal-container .splide__arrow--prev:before,
.modal-container .splide__arrow--next:after {
  content: none;
}

@keyframes pathmove01 {
  0% {
    top: 0;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    top: 30px;
    opacity: 0;
  }
}
@keyframes txtmove {
  0%,
  100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
