@charset "UTF-8";
.vns {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

.vnsSection__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .vnsSection__inner {
    padding: 0 24px;
  }
}

.vnsTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .vnsTitle {
    font-size: 24px;
  }
}
.vnsTitle span {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.32em;
  color: #c9a96e;
  margin-bottom: 18px;
}
.vnsTitle span::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #c9a96e;
  flex-shrink: 0;
}

.vnsKeyvisual {
  position: relative;
  height: calc(100vh - var(--vns-kv-offset, 0px));
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.vnsKeyvisual__parallax {
  position: absolute;
  inset: -40% 0;
  will-change: transform;
  z-index: 0;
}
.vnsKeyvisual__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.vnsKeyvisual__slide:nth-child(1) {
  background-image: url("/images/rwd/venus/wd28URq89bi053GtNylXrkIj4zPm2Bb5L.jpg");
  opacity: 1;
}
.vnsKeyvisual__slide:nth-child(2) {
  background-image: url("/images/rwd/venus/BM2CzSi34AlNom3lT9WSx97znyanzU6EL.jpg");
}
.vnsKeyvisual__slide:nth-child(3) {
  background-image: url("/images/rwd/venus/Oq9cHfDMQw4vLp4RumbtOXfqOFN5QVYKL.jpg");
}
.vnsKeyvisual__ruler {
  display: block;
  width: 52px;
  height: 1px;
  background: #c9a96e;
  margin-top: 28px;
  margin-bottom: 28px;
  transform-origin: left center;
}
.vnsKeyvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.vnsKeyvisual .vnsSection__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.vnsKeyvisual__content {
  color: #ffffff;
  max-width: 540px;
  padding: 40px 48px 40px 36px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.vnsKeyvisual__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.vnsKeyvisual__eyebrow::before, .vnsKeyvisual__eyebrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.vnsKeyvisual__content h1 {
  font-family: "Jost", sans-serif;
  font-size: clamp(64px, 9vw, 100px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0;
}
.vnsKeyvisual__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 24px;
}
.vnsKeyvisual__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .vnsKeyvisual {
    min-height: 560px;
  }
  .vnsKeyvisual__content h1 {
    font-size: 56px;
  }
  .vnsKeyvisual__content {
    padding-left: 20px;
  }
}

.vnsStory {
  background: #f7f4ef;
  padding: 80px 0 96px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .vnsStory {
    padding: 56px 0 64px;
  }
}
@media (max-height: 700px) and (min-width: 769px) {
  .vnsStory {
    padding: 44px 0 52px;
  }
}
.vnsStory .vnsSection__inner {
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  .vnsStory .vnsSection__inner {
    padding-bottom: 36px;
  }
}
@media (max-height: 700px) and (min-width: 769px) {
  .vnsStory .vnsSection__inner {
    padding-bottom: 28px;
  }
}
.vnsStory__carouselWrap {
  position: relative;
  width: 100%;
}
.vnsStory__list {
  counter-reset: story-counter;
}
.vnsStory__list .slick-list {
  overflow: visible !important;
  padding-left: max(48px, (100vw - 1100px) / 2) !important;
}
@media (max-width: 768px) {
  .vnsStory__list .slick-list {
    padding-left: 24px !important;
  }
}
.vnsStory__list .slick-slide {
  width: min(640px, 75vw - 170px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  .vnsStory__list .slick-slide {
    width: 75vw;
    margin-right: 20px;
  }
}
.vnsStory__list .slick-slide > div {
  height: 100%;
}
.vnsStory__carousel__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 20px auto 0;
  padding: 0 48px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .vnsStory__carousel__nav {
    padding: 0;
    width: calc(100vw - 30px);
  }
}
.vnsStory__carousel__indicator {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(28, 28, 28, 0.45);
  line-height: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .vnsStory__carousel__indicator {
    line-height: 42px;
  }
}
.vnsStory__carousel__prev, .vnsStory__carousel__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: transparent;
  color: #1c1c1c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .vnsStory__carousel__prev, .vnsStory__carousel__next {
    width: 42px;
    height: 42px;
  }
}
.vnsStory__carousel__prev svg, .vnsStory__carousel__next svg {
  width: 14px;
  height: 14px;
}
.vnsStory__carousel__prev:hover, .vnsStory__carousel__next:hover {
  border-color: #c9a96e;
  color: #c9a96e;
}
.vnsStory__carousel__prev.is-disabled, .vnsStory__carousel__next.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vnsStory__item {
  counter-increment: story-counter;
  position: relative;
}
.vnsStory__item__media {
  position: relative;
  overflow: hidden;
}
.vnsStory__item__media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #c9a96e;
  transition: width 0.5s ease;
  z-index: 2;
}
.vnsStory__item__media img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
@media (max-width: 768px) {
  .vnsStory__item__media img {
    aspect-ratio: 4/5;
  }
}
@media (max-height: 700px) and (min-width: 769px) {
  .vnsStory__item__media img {
    aspect-ratio: 16/9;
  }
}
.vnsStory__item__media:hover::after {
  width: 100%;
}
.vnsStory__item__media:hover img {
  transform: scale(1.06);
}
.vnsStory__item__text {
  padding: 18px 20px 0;
  position: relative;
  z-index: 2;
}
.vnsStory__item__text::before {
  content: "0" counter(story-counter);
  position: absolute;
  top: 18px;
  right: 0;
  font-family: "Jost", sans-serif;
  font-size: clamp(120px, 16vw, 200px);
  font-weight: 300;
  line-height: 1;
  color: rgba(201, 169, 110, 0.1);
  z-index: -1;
  pointer-events: none;
  letter-spacing: -0.04em;
}
.vnsStory__item__text h2 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #1c1c1c;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  .vnsStory__item__text h2 {
    font-size: 24px;
  }
}
.vnsStory__item__text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: #c9a96e;
}
.vnsStory__item__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: #666;
}

.vnsAbout {
  background: #ffffff;
  padding: 100px 0 110px;
}
@media (max-width: 768px) {
  .vnsAbout {
    padding: 64px 0 72px;
  }
}
.vnsAbout .vnsTitle {
  margin-bottom: 44px;
}
.vnsAbout__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 118px;
}
@media (max-width: 768px) {
  .vnsAbout__intro {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 48px;
  }
}
.vnsAbout__intro__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #666;
  margin-bottom: 16px;
}
.vnsAbout__intro__text p:last-child {
  margin-bottom: 0;
}
.vnsAbout__intro__figure {
  margin: 0;
}
.vnsAbout__intro__figure img {
  width: 100%;
  display: block;
  filter: sepia(15%);
}
.vnsAbout__intro__figure figcaption {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #aaa;
  margin-top: 10px;
  text-align: right;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .vnsAbout__intro__figure {
    position: relative;
  }
  .vnsAbout__intro__figure figcaption {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
.vnsAbout__matrix {
  display: flex;
  align-items: stretch;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .vnsAbout__matrix {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.vnsAbout__matrix > div {
  flex: 1;
  border: 1px solid #e0dbd4;
  padding: 36px 24px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
.vnsAbout__matrix > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c9a96e;
}
.vnsAbout__matrix > div strong {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 400;
  color: #c9a96e;
  letter-spacing: 0.06em;
  margin-top: 8px;
  line-height: 1.3;
}
.vnsAbout__matrix > div:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .vnsAbout__matrix > div {
    padding: 24px 20px;
    min-height: 0;
  }
  .vnsAbout__matrix > div:last-child {
    font-size: 16px;
  }
}
.vnsAbout__matrix > span {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #c9a96e;
  padding: 0 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .vnsAbout__matrix > span {
    justify-content: center;
    padding: 8px 0;
    font-size: 24px;
  }
}
.vnsAbout__style {
  margin-top: 64px;
  background: #f7f4ef;
  border-left: 3px solid #c9a96e;
  padding: 36px 44px 40px;
}
@media (max-width: 768px) {
  .vnsAbout__style {
    margin-top: 48px;
    padding: 28px 24px 32px;
  }
}
.vnsAbout__style__label {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9a96e;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
}
.vnsAbout__style__label::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #c9a96e;
  flex-shrink: 0;
}
.vnsAbout__style ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 768px) {
  .vnsAbout__style ul {
    grid-template-columns: 1fr;
  }
}
.vnsAbout__style ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #1c1c1c;
  padding: 16px 0;
  border-bottom: 1px solid #e0dbd4;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vnsAbout__style ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #c9a96e;
  flex-shrink: 0;
}
.vnsAbout__style ul li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 768px) {
  .vnsAbout__style ul li {
    font-size: 16px;
  }
  .vnsAbout__style ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #e0dbd4;
  }
  .vnsAbout__style ul li:last-child {
    border-bottom: none;
  }
}

.vnsProperty {
  background: #2a2a2a;
  padding: 100px 0 110px;
  color: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .vnsProperty {
    padding: 64px 0 72px;
  }
}
.vnsProperty .vnsTitle {
  color: #ffffff;
}
.vnsProperty .vnsTitle span {
  color: #c9a96e;
}
.vnsProperty__header {
  margin-bottom: 56px;
}
.vnsProperty__header p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
  margin-top: 16px;
}
.vnsProperty__carouselWrap {
  position: relative;
  width: 100%;
}
.vnsProperty__carousel {
  margin-bottom: 0;
}
.vnsProperty__carousel .slick-slide > div {
  height: 100%;
}
@media (max-width: 1292px) {
  .vnsProperty__carousel .slick-list {
    padding: 0 !important;
  }
}
.vnsProperty__carousel__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
  width: 100%;
  max-width: 1196px;
  margin: -8px auto 0;
  padding: 0 48px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .vnsProperty__carousel__nav {
    padding: 0 24px;
  }
}
.vnsProperty__carousel__indicator {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  line-height: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .vnsProperty__carousel__indicator {
    line-height: 42px;
  }
}
.vnsProperty__carousel__prev, .vnsProperty__carousel__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .vnsProperty__carousel__prev, .vnsProperty__carousel__next {
    width: 42px;
    height: 42px;
  }
}
.vnsProperty__carousel__prev svg, .vnsProperty__carousel__next svg {
  width: 14px;
  height: 14px;
}
.vnsProperty__carousel__prev:hover, .vnsProperty__carousel__next:hover {
  border-color: #c9a96e;
  color: #c9a96e;
}
.vnsProperty__carousel__prev.is-disabled, .vnsProperty__carousel__next.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vnsProperty__caset {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: stretch;
  position: relative;
  height: 100%;
  max-width: 1100px;
  margin: 0 48px;
  padding-bottom: 28px;
}
.slick-initialized .vnsProperty__caset.slick-slide {
  display: grid;
}
@media (max-width: 768px) {
  .vnsProperty__caset {
    grid-template-columns: 1fr;
    margin: 0 24px;
  }
}
.vnsProperty__caset__slider {
  position: relative;
  overflow: hidden;
}
.vnsProperty__caset__slider.slick-slider {
  margin-bottom: 0;
}
.vnsProperty__caset__slider:not(:first-child) {
  display: none;
}
.vnsProperty__caset__slider img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .vnsProperty__caset__slider img {
    min-height: 220px;
  }
}
.vnsProperty__caset__slider .slick-list,
.vnsProperty__caset__slider .slick-track,
.vnsProperty__caset__slider .slick-slide,
.vnsProperty__caset__slider .slick-slide > div {
  height: 100%;
}
.vnsProperty__caset__slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
}
.vnsProperty__caset > .slick-dots {
  position: absolute;
  bottom: 8px;
  text-align: left;
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.vnsProperty__caset > .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 3px;
  padding: 0;
}
.vnsProperty__caset > .slick-dots li button {
  display: block;
  width: 10px;
  height: 1px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.vnsProperty__caset > .slick-dots li button::before {
  display: none;
}
.vnsProperty__caset > .slick-dots li.slick-active button {
  background: #c9a96e;
  transform: scaleX(1.3);
}
.vnsProperty__caset__body {
  background: #ffffff;
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1c1c1c;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .vnsProperty__caset__body {
    padding: 24px 20px;
  }
}
.vnsProperty__caset__body h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0dbd4;
}
@media (max-width: 768px) {
  .vnsProperty__caset__body h2 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }
}
.vnsProperty__caset__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
@media (max-width: 768px) {
  .vnsProperty__caset__body ul {
    margin-bottom: 20px;
  }
}
.vnsProperty__caset__body ul li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #e0dbd4;
}
@media (max-width: 768px) {
  .vnsProperty__caset__body ul li {
    padding: 8px 0;
  }
}
.vnsProperty__caset__body ul li strong {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #888888;
  text-transform: uppercase;
  min-width: 44px;
  flex-shrink: 0;
}
.vnsProperty__caset__body ul li span {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1c1c1c;
}
.vnsProperty__caset__body ul li:first-child span {
  font-size: 22px;
}
.vnsProperty__caset__body a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
  padding: 14px 36px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .vnsProperty__caset__body a {
    padding: 10px 24px;
  }
}
.vnsProperty__caset__body a::after {
  content: "→";
  font-size: 14px;
  letter-spacing: 0;
  transition: transform 0.3s ease;
}
.vnsProperty__caset__body a:hover {
  background: #1c1c1c;
  color: #ffffff;
}
.vnsProperty__caset__body a:hover::after {
  transform: translateX(4px);
}
.vnsProperty__caset__priceWrap small {
  display: inline-block;
  gap: 8px;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #666;
}
.vnsProperty__caset__priceWrap small strong {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888888;
  flex-shrink: 0;
}

.vnsEvent {
  background: #ffffff;
  padding: 100px 0 110px;
}
@media (max-width: 768px) {
  .vnsEvent {
    padding: 64px 0 72px;
  }
}
.vnsEvent .vnsTitle {
  margin-bottom: 16px;
}
.vnsEvent > .vnsSection__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: #777;
  margin-bottom: 64px;
}
.vnsEvent__caset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: flex-start;
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #e0dbd4;
}
.vnsEvent__caset:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vnsEvent__caset:nth-child(even) .vnsEvent__caset__body {
  order: 1;
}
.vnsEvent__caset:nth-child(even) .vnsEvent__caset__slider {
  order: 2;
}
.vnsEvent__caset:nth-child(n+2) {
  border-bottom: none;
}
@media (max-width: 768px) {
  .vnsEvent__caset {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 0;
  }
  .vnsEvent__caset:nth-child(even) .vnsEvent__caset__body {
    order: unset;
  }
  .vnsEvent__caset:nth-child(even) .vnsEvent__caset__slider {
    order: unset;
  }
}
.vnsEvent__caset__body {
  order: 2;
}
@media (max-width: 768px) {
  .vnsEvent__caset__body {
    order: unset;
    margin-top: 0;
  }
}
.vnsEvent__caset__body h2 {
  margin-bottom: 28px;
}
.vnsEvent__caset__body h2 span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #c9a96e;
  margin-bottom: 10px;
}
.vnsEvent__caset__body h2 {
  font-family: "Jost", sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #1c1c1c;
}
.vnsEvent__caset__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.vnsEvent__caset__body ul li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e0dbd4;
  font-size: 14px;
}
.vnsEvent__caset__body ul li:first-child {
  border-top: 1px solid #e0dbd4;
}
.vnsEvent__caset__body ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  min-width: 72px;
  flex-shrink: 0;
}
.vnsEvent__caset__body ul li span {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
}
.vnsEvent__caset__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #666;
  letter-spacing: 0.04em;
}
.vnsEvent__caset__slider {
  position: relative;
  overflow: hidden;
  order: 1;
}
.vnsEvent__caset__slider > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.vnsEvent__caset__slider > img:not(:first-child) {
  display: none;
}
.vnsEvent__caset__slider .slick-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}
.vnsEvent__caset__slider .slick-dots {
  position: relative;
  bottom: auto;
  text-align: left;
  line-height: 1;
}
.vnsEvent__caset__slider .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 3px;
  padding: 0;
}
.vnsEvent__caset__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 1px;
  padding: 0;
  background: #e0dbd4;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.vnsEvent__caset__slider .slick-dots li button::before {
  display: none;
}
.vnsEvent__caset__slider .slick-dots li.slick-active button {
  background: #c9a96e;
  transform: scaleX(1.3);
}

.vnsClub {
  background: #1c1c1c;
  padding: 100px 0 110px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vnsClub {
    padding: 64px 0 72px;
  }
}
.vnsClub::after {
  content: "VENUS";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.035);
  top: 50%;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  letter-spacing: 0.04em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .vnsClub::after {
    top: 0;
    bottom: auto;
    left: auto;
    right: -2%;
    transform: none;
  }
}
.vnsClub .vnsTitle {
  color: #ffffff;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}
.vnsClub .vnsTitle span {
  color: #c9a96e;
}
.vnsClub__body {
  max-width: 680px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.vnsClub__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #c9a96e;
  margin-bottom: 40px;
  line-height: 1.5;
}
.vnsClub__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.4;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.06em;
}

.vnsStory,
.vnsProperty,
.vnsEvent {
  position: relative;
}