@charset "UTF-8";
.fv {
  padding: 140px 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .fv {
    padding: 18.6666666667vw 0 18.6666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .fv {
    padding: 18.6666666667vw 0 24vw;
  }
}
.fv__inner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.fv__copy02 {
  position: absolute;
  left: -85px;
  bottom: 0;
}
.fv__copy02 img {
  width: clamp(95px, 6.5vw, 150px);
}
@media screen and (max-width: 1050px) {
  .fv__copy02 img {
    width: clamp(70px, 11vw, 115px);
  }
}
@media screen and (max-width: 1050px) {
  .fv__copy02 {
    display: none;
  }
}
.fv__copy03 {
  position: absolute;
  right: 15%;
  bottom: 0%;
}
@media screen and (max-width: 1050px) {
  .fv__copy03 {
    display: none;
  }
}
.fv__img {
  padding: 0;
  position: relative;
  display: block;
  margin-top: 40px;
}
.fv__img:hover {
  opacity: 1;
}
.fv__img::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 108%;
  transform: rotate(-6deg);
  transform-origin: left center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.6s ease;
}
@media screen and (max-width: 1050px) {
  .fv__img::after {
    left: -4%;
    width: 112%;
  }
}
@media screen and (max-width: 650px) {
  .fv__img::after {
    left: -4%;
    width: 112%;
  }
}
.fv__imgWrap {
  transform: rotate(-6deg);
  transform-origin: left center;
  overflow: hidden;
  width: 108%;
  aspect-ratio: 583/389;
  max-width: none;
  position: relative;
  left: 0;
  top: 0%;
}
@media screen and (max-width: 1050px) {
  .fv__imgWrap {
    left: -4%;
    width: 112%;
  }
}
@media screen and (max-width: 650px) {
  .fv__imgWrap {
    left: -4%;
    width: 112%;
  }
}
.fv__img img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.6s ease;
  mask-image: none;
  -webkit-mask-image: none;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.fv__img:hover::after {
  opacity: 0;
}
.fv__img:hover img {
  filter: grayscale(0);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1512" height="945" viewBox="0 0 1512 945" fill="none"><g transform="scale(1.2 1)"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1512" height="945" viewBox="0 0 1512 945" fill="none"><g transform="scale(1.2 1)"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></g></svg>');
}
.fv__img .fv__copy {
  position: absolute;
  bottom: 20%;
  right: 0;
  color: #fff;
  text-align: right;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.3em;
  /* テキストを transform できるように */
  transform-origin: center;
  /* 変形の基点（必要に応じて left / right / top などに） */
  transform: skewX(-12deg) scaleY(1.3);
  /* 水平方向に -12° 傾け、縦方向を 1.3 倍に */
  /* 見た目改善（任意） */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  z-index: 2;
}
.fv__img .fv__copy h1 {
  font-weight: 900;
}
@media screen and (max-width: 1050px) {
  .fv__img .fv__copy {
    color: #231f20;
    bottom: auto;
    top: calc(100% - 80px);
  }
}
@media screen and (max-width: 650px) {
  .fv__img .fv__copy {
    top: calc(100% - 40px);
  }
}
.fv__img .fv__copy h1 {
  font-size: 3.7333333333vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1050px) {
  .fv__img .fv__copy h1 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 650px) {
  .fv__img .fv__copy h1 {
    font-size: 7.4666666667vw;
  }
}
.fv__img .fv__copy h1 span {
  font-size: 2.6666666667vw;
}
@media screen and (max-width: 1050px) {
  .fv__img .fv__copy h1 span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 650px) {
  .fv__img .fv__copy h1 span {
    font-size: 6.4vw;
  }
}

.main {
  padding: 26px 40px 90px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .main {
    padding: 2.6666666667vw 2.6666666667vw 10.6666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .main {
    padding: 4vw 4vw 14.4vw;
  }
}
.main__inner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .main__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .main__inner {
    max-width: 100%;
  }
}
.main__copy01 {
  position: absolute;
  right: -80px;
  top: 0;
  width: 54px;
}
@media screen and (max-width: 1050px) {
  .main__copy01 {
    width: 4vw;
    right: -16px;
    top: 35%;
  }
}
@media screen and (max-width: 650px) {
  .main__copy01 {
    width: 6.4vw;
    right: -1.6vw;
    top: 47.5%;
  }
}
.main__copy02 {
  position: absolute;
  left: -50px;
  bottom: 5%;
  width: 28px;
}
@media screen and (max-width: 1050px) {
  .main__copy02 {
    width: 2.6666666667vw;
    left: -12px;
    bottom: 1%;
  }
}
@media screen and (max-width: 650px) {
  .main__copy02 {
    width: 3.7333333333vw;
    left: -2px;
    bottom: 10%;
  }
}
.main__copy03 {
  display: none;
}
@media screen and (max-width: 1050px) {
  .main__copy03 {
    display: block;
    position: absolute;
    width: 4vw;
    left: -12px;
    top: 18%;
  }
}
@media screen and (max-width: 650px) {
  .main__copy03 {
    display: block;
    position: absolute;
    width: 6.9333333333vw;
    left: -2.1333333333vw;
    top: 20.8%;
  }
}
.main__copy04 {
  display: none;
}
@media screen and (max-width: 1050px) {
  .main__copy04 {
    display: block;
    position: absolute;
    width: 16vw;
    right: 2.5%;
    top: 16.6%;
  }
}
@media screen and (max-width: 650px) {
  .main__copy04 {
    display: block;
    position: absolute;
    width: 26.6666666667vw;
    right: 8%;
    top: 46.65%;
  }
}

.article__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 1.5%;
}
@media screen and (max-width: 1050px) {
  .article__lists {
    gap: 22px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .article__lists {
    gap: 18px;
  }
}

.article__list {
  width: 32%;
}
@media screen and (max-width: 1050px) {
  .article__list {
    width: 46%;
  }
}
@media screen and (max-width: 650px) {
  .article__list {
    width: 85%;
    margin: 0 auto;
  }
}
.article__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.article__list--img {
  position: relative;
  overflow: hidden;
  transition: 0.6s ease;
  aspect-ratio: 1.3;
}
.article__list--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.6s ease;
}
.article__list--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  vertical-align: bottom;
  transition: 0.6s ease;
  mask-image: none;
  -webkit-mask-image: none;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.article__list:hover {
  opacity: 1;
}
.article__list:hover .article__list--img::after {
  opacity: 0;
}
.article__list:hover .article__list--img img {
  filter: grayscale(0);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="945" viewBox="0 0 1260 945" fill="none"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="945" viewBox="0 0 1260 945" fill="none"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></svg>');
}
.article__list--title {
  color: #fff;
  font-size: 2.3vw;
  line-height: 1.2;
  position: absolute;
  width: max-content;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1050px) {
  .article__list--title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title {
    font-size: 5.8666666667vw;
  }
}
.article__list--title span {
  font-size: 1.6vw;
  font-weight: 900;
}
@media screen and (max-width: 1050px) {
  .article__list--title span {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title span {
    font-size: 4.2666666667vw;
  }
}
.article__list--title.serif {
  font-weight: 900;
  transform-origin: center;
  /* 変形の基点（必要に応じて left / right / top などに） */
  transform: translate(-50%, -50%) skewX(-12deg) scaleY(1.3);
  /* 水平方向に -12° 傾け、縦方向を 1.13 倍に */
  /* 見た目改善（任意） */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.article__list--title.sans {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3vw !important;
  transform: scaleX(0.6) translate(-50%, -50%);
  /* stretch: x/0.6 → 横幅を 0.6 倍に縮める */
  transform-origin: left center;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1050px) {
  .article__list--title.sans {
    font-size: 4.6666666667vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title.sans {
    font-size: 8.5333333333vw !important;
  }
}
.article__list--title.sans span {
  font-size: 2.2vw !important;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .article__list--title.sans span {
    font-size: 3.4666666667vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title.sans span {
    font-size: 6.9333333333vw !important;
  }
}
.article__list:nth-child(1), .article__list:nth-child(2) {
  width: 49%;
}
@media screen and (max-width: 1050px) {
  .article__list:nth-child(1), .article__list:nth-child(2) {
    width: 48.5%;
  }
}
@media screen and (max-width: 650px) {
  .article__list:nth-child(1), .article__list:nth-child(2) {
    width: 100%;
  }
}
.article__list:nth-child(1):hover, .article__list:nth-child(2):hover {
  opacity: 1;
}
.article__list:nth-child(1):hover .article__list--img::after, .article__list:nth-child(2):hover .article__list--img::after {
  opacity: 0;
}
.article__list:nth-child(1):hover .article__list--img img, .article__list:nth-child(2):hover .article__list--img img {
  filter: grayscale(0);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="945" viewBox="0 0 1260 945" fill="none"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="945" viewBox="0 0 1260 945" fill="none"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></svg>');
}
.article__list:nth-child(1) .article__list--title, .article__list:nth-child(2) .article__list--title {
  font-size: 3vw !important;
  font-weight: 900;
  transform: skewX(-12deg) scaleY(1.3) translate(-51%, -50%);
}
.article__list:nth-child(1) .article__list--title.sans, .article__list:nth-child(2) .article__list--title.sans {
  font-size: 4vw !important;
  font-weight: 700;
  transform: scaleX(0.6) translate(-50%, -50%);
}
@media screen and (max-width: 1050px) {
  .article__list:nth-child(1) .article__list--title.sans, .article__list:nth-child(2) .article__list--title.sans {
    font-size: 4.8vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list:nth-child(1) .article__list--title.sans, .article__list:nth-child(2) .article__list--title.sans {
    font-size: 9.6vw !important;
  }
}
@media screen and (max-width: 1050px) {
  .article__list:nth-child(1) .article__list--title, .article__list:nth-child(2) .article__list--title {
    font-size: 3.4666666667vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list:nth-child(1) .article__list--title, .article__list:nth-child(2) .article__list--title {
    font-size: 7.4666666667vw !important;
  }
}
.article__list:nth-child(1) .article__list--title span, .article__list:nth-child(2) .article__list--title span {
  font-size: 1.8vw !important;
  font-weight: 900;
}
@media screen and (max-width: 1050px) {
  .article__list:nth-child(1) .article__list--title span, .article__list:nth-child(2) .article__list--title span {
    font-size: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list:nth-child(1) .article__list--title span, .article__list:nth-child(2) .article__list--title span {
    font-size: 4.8vw !important;
  }
}

.article__lists--front .article__list:nth-child(n+12) {
  display: none;
}
@media screen and (max-width: 1050px) {
  .article__lists--front .article__list:nth-child(12) {
    display: flex;
  }
}

/*# sourceMappingURL=top.css.map */
