@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root {
  --accent-color: #0A7D8A;
}
.pc {
  display: none;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.content-inner {
  width: 84%;
  margin-inline: auto;
}
img {
  pointer-events: none;
  user-select: none;
}

.js-animate[data-animate="fade-up"] {
  opacity: 0;
  translate: 0 40px;
  transition: 1.5s cubic-bezier(.1,.68,.25,1) translate,1.5s ease opacity;
  &.sec-ttl {
    translate: 0 8px;
  }
  &.js-animate--active {
    opacity: 1;
    translate: 0;
    &.sec-ttl {
      translate: 0 -32px;
    }
  }
}
.js-animate[data-animate="blur"] {
  filter: blur(12px);
  transition: 1.5s ease filter;
  &.js-animate--active {
    filter: none;
  }
}

.mv {
  display: grid;
  grid-template-columns: repeat(2,50%);
  position: relative;
}
.mv__img {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease;
}
.mv__img--01 {
  transition-delay: .2s;
}
.mv__img--02 {
  transition-delay: 1.2s;
}
.mv__img--03 {
  transition-delay: 1.7s;
}
.mv__img--04 {
  transition-delay: .7s;
}
.loaded .mv__img {
  opacity: 1;
}
.mv__ribbon {
  position: absolute;
  left: 0;
}
.mv__ribbon--top {
  top: 14px;
  clip-path: inset(0 0 0 100%);
}
.mv__ribbon--bottom {
  bottom: 32px;
  clip-path: inset(0 100% 0 0);
}
.loaded .mv__ribbon {
  clip-path: inset(0);
  &.mv__ribbon--top {
    transition: 1.5s ease 2s;
  }
  &.mv__ribbon--bottom {
    transition: 1.5s ease 2.3s;
  }
}

.mv__ttl {
  width: 73.06667%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: 1.5s ease 2.7s;
}
.loaded .mv__ttl {
  opacity: 1;
}
.sec--lead {
  padding-block: 64px;
}
.sec--lead__txt {
  font-size: .875rem;
  line-height: 2;
  letter-spacing: .06em;
  +& {
    margin-top: 32px;
  }
}

.sec-ttl {
  padding: 16px 0 0 14px;
  background: linear-gradient(to bottom,var(--accent-color) 0%,var(--accent-color) 6.4rem,transparent 6.4rem,transparent 100%) no-repeat left top/.1rem 100%;
  font-size: 2rem;
  font-weight: 400;
  font-family: Raleway, sans-serif;
  line-height: 1.1;
  letter-spacing: .16em;
  margin-bottom: -8px;
  translate: 0 -32px;
}

.sec--review {
  padding-bottom: 80px;
}
.sec--review__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}
.sec--reviw__link {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: .3s color;
  &::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 12px;
    transition: .3s background-color;
  }
  &::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
    rotate: 45deg;
    position: absolute;
    bottom: 14px;
    right: 22px;
    transition: .3s border-color
  }
  &:active {
    color: var(--accent-color);
    &::before {
      background: var(--accent-color);
    }
    &::after {
      border-color: #fff;
    }
    .sec--review__img {
      box-shadow: 0 0 24px rgb(102 102 102/.7);
    }
  }
}
.sec--review__img{
  display: block;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 0 24px rgb(102 102 102/.25);
  transition: .3s box-shadow;
}
.sec--review__txt {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.8;
  margin-left: 12px;
}
.sec--review__txt__num {
  font-size: .875rem;
  letter-spacing: .16em;
}
.sec--review__txt__ttl {
  font-size: 1.25rem;
  letter-spacing: .16em;
}

.sec--special {
  padding-bottom: 80px;
}
.sec--special__txt {
  font-size: .875rem;
  line-height: 2;
  letter-spacing: .06em;
  margin-bottom: 24px;
}
.sec--special__list {
  display: grid;
  gap: 16px;
}
.sec--special_acc[open] .sec--special__acc__btn::after {
  rotate: 0deg;
}
.sec--special__acc__btn {
  display: block;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  cursor: pointer;
  transition: .3s;
  &:active {
    opacity: .7;
  }
  &::before,&::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  &::after {
    rotate: 90deg;
    transition: .3s rotate;
  }
}
.sec--special__list__items--01 .sec--special__acc__btn {
  background: linear-gradient(to right,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 50%,rgb(10 125 138/.7) 50%,rgb(10 125 138/.7) 100%) no-repeat top left/200% 100%,
              url(../img/bg_special02.avif) no-repeat center center/cover;
}
.sec--special__list__items--01 .sec--special_acc[open] .sec--special__acc__btn {
  background: linear-gradient(to right,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 50%,rgb(10 125 138/.7) 50%,rgb(10 125 138/.7) 100%) no-repeat top left 100%/200% 100%,
              url(../img/bg_special02.avif) no-repeat center center/cover;
}
.sec--special__list__items--02 .sec--special__acc__btn {
  background: linear-gradient(to left,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 100%) ,
              url(../img/bg_special03.avif) no-repeat center center/cover;
}
.sec--special__list__items--02 .sec--special_acc[open] .sec--special__acc__btn {
  background: linear-gradient(to right,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 50%,rgb(10 125 138/.7) 50%,rgb(10 125 138/.7) 100%) no-repeat top left 100%/200% 100%,
              url(../img/bg_special03.avif) no-repeat center center/cover;
}
.sec--special__list__items--03 .sec--special__acc__btn {
  background: linear-gradient(to left,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 100%) ,
              url(../img/bg_special04.avif) no-repeat center center/cover;
}
.sec--special__list__items--03 .sec--special_acc[open] .sec--special__acc__btn {
  background: linear-gradient(to right,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 50%,rgb(10 125 138/.7) 50%,rgb(10 125 138/.7) 100%) no-repeat top left 100%/200% 100%,
              url(../img/bg_special04.avif) no-repeat center center/cover;
}
.sec--special__list__items--04 .sec--special__acc__btn {
  background: linear-gradient(to left,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 100%) ,
              url(../img/bg_special05.avif) no-repeat center center/cover;
}
.sec--special__list__items--04 .sec--special_acc[open] .sec--special__acc__btn {
  background: linear-gradient(to right,rgb(10 125 138/.4) 0%,rgb(10 125 138/.4) 50%,rgb(10 125 138/.7) 50%,rgb(10 125 138/.7) 100%) no-repeat top left 100%/200% 100%,
              url(../img/bg_special05.avif) no-repeat center center/cover;
}
.sec--special__acc__ttl {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .06em;
}
.sec--special__acc__content {
  padding-top: 20px;
}
.sec--special__acc__content__sec + .sec--special__acc__content__sec {
  margin-top: 32px;
}
.sec--special__acc__content__ttl {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
  padding-block: 18px 3px;
  position: relative;
  margin-bottom: 12px;
  &::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -24px;
    clip-path: polygon(0 0,100% 0,100% 18px,50% 100%,0 100%);
  }
}
.sec--special__acc__content__txt {
  font-size: .875rem;
  line-height: 2;
  letter-spacing: .06em;
}
.sec--special__acc__content__note {
  display: block;
  font-size: .75rem;
  line-height: 1.5;
}
.sec--special__acc__content__img {
  margin-bottom: 14px;
}

.sec--gallery {
  padding-bottom: 80px;
}
.sec--gallery__ttl {
  padding-bottom: 13px;
}
.sec--gallery__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3px;
}
.sec--gallery__list li:nth-child(3n-1) .js-animate[data-animate="fade-up"] {
  transition-delay: .3s;
}
.sec--gallery__list li:nth-child(3n) .js-animate[data-animate="fade-up"] {
  transition-delay: .6s;
}
.sec--comingsoon {
  padding-bottom: 80px;
}
.sec--comingsoon__ttl {
  padding-bottom: 13px;
}
.sec--comingsoon__txt {
  font-size: .875rem;
  line-height: 2;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 16px;
}
.sec--commingsoon__btn {
  display: block;
  background: var(--accent-color);
  padding-block: 15px;
  border-radius: 10vh;
  border: 1px solid var(--accent-color);
  color: #fff;
  font-size: .875rem;
  line-height: 1.5;
  letter-spacing: .16em;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin-top: 24px;
  transition: .3s color,.3s background-color;
  &::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 22px;
    translate: 0 -50%;
    rotate: 45deg;
    transition: .3s border-color;
  }
  &:active {
    color: var(--accent-color);
    background: #fff;
    &::after {
      border-color: var(--accent-color);
    }
  }
}

.footer {
  padding-block: 32px 24px;
  background: url(../img/bg_footer.avif) no-repeat center/cover;
}
.footer__copyright {
  color: #fff;
  font-size: .625rem;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
}

@media screen and (width>767px) {
  .pc {
    display: block;
  }
  body {
    display: grid;
    grid-template-columns: 1fr 400px;
  }
  .fixed-content {
    display: grid;
    place-content: center;
    position: sticky;
    height: 100dvh;
    top: 0;
    left: 0;
  }
  .fixed-content__ttl {
    max-width: 339px;
    position: relative;
    z-index: 10;
  }
  .fixed-content__slider__img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    animation-name: sliderAnimate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 5;
  }
  .fixed-content__slider__img--01 {
    animation-delay: 0s;
  }
  .fixed-content__slider__img--02 {
    animation-delay: 5s;
  }
  .fixed-content__slider__img--03 {
    animation-delay: 10s;
  }
  .fixed-content__slider__img--04 {
    animation-delay: 15s;
  }
  .fixed-content__slider__img--04 {
    animation-delay: 20s;
  }
  .fixed-content__slider__img--05 {
    animation-delay: 25s;
  }
  @keyframes sliderAnimate {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
  .sec--reviw__link:hover {
    color: var(--accent-color);
    &::before {
      background: var(--accent-color);
    }
    &::after {
      border-color: #fff;
    }
    .sec--review__img {
      box-shadow: 0 0 24px rgb(102 102 102/.7);
    }
  }
  .sec--special__acc__btn:hover {
    opacity: .7;
  }
  .sec--commingsoon__btn:hover {
    color: var(--accent-color);
    background: #fff;
    transition: .3s color,.3s background-color;
    &::after {
      border-color: var(--accent-color);
    }
  }
}