/* Base */
.fs-body-top *,
.fs-body-top *::before,
.fs-body-top *::after {
  box-sizing: border-box;
}

:root {
  --ev-font-sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --ev-font-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --ev-font-ui: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  --ev-color-dark: #111;
  --ev-color-light: #ffffff;
  --ev-color-muted: #888;
  --ev-hero-height: 80vh;
  --ev-hero-overlay: linear-gradient(115deg, rgba(8, 8, 8, 0.75) 0%, rgba(8, 8, 8, 0.4) 48%, rgba(8, 8, 8, 0));
}

:root.is-win {
  --ev-font-sans: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --ev-font-ui: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
}


.fs-body-top {
  margin: 0;
  font-family: var(--ev-font-sans);
  color: var(--ev-color-dark);
  background-color: #fff;
  line-height: 1.6;
}

.fs-body-top .fs-l-pageMain {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.fs-body-top .fs-l-footer {
  border-top: none;
}

:where(.fs-body-top img) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(.fs-body-top button) {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.fs-body-top a {
  font-family: var(--ev-font-serif);
  text-decoration: none;
  color: inherit;
}

.fs-body-top a:hover,
.fs-body-top a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.ev-cardLink {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  /*z-index: 5;*/
  pointer-events: auto;
}

.ev-cardLink:focus-visible {
  outline: 2px solid rgba(75, 59, 106, 0.8);
  outline-offset: 2px;
}

.ev-pickupBrand__swiper .swiper-slide-active {
	z-index: 10;
}

.ev-gallery__slide,
.ev-sceneSelectContentsSlide__item,
.ev-rankingCard,
.ev-pickupBrand__slide,
.ev-conceptSelections__item,
.ev-information__text {
  position: relative;
  cursor: pointer;
}

.fs-body-top h1,
.fs-body-top h2,
.fs-body-top h3,
.fs-body-top h4,
.fs-body-top h5,
.fs-body-top h6,
.ev-hero__heading,
.ev-drawer__logo,
.ev-drawer__title,
.ev-newItem__headline,
.ev-gallery__title,
.fs-body-top .ev-sceneSelect > h2,
.ev-ranking__title,
.ev-pickupBrand__title,
.ev-concept__title,
.ev-specialFeature__title,
.ev-information__title,
.ev-service__title {
  font-family: var(--ev-font-serif);
}

.fs-body-top button,
.fs-body-top input,
.fs-body-top select,
.fs-body-top textarea,
.ev-headerDrawer,
.ev-hero__cta,
.ev-newItem__update,
.ev-sceneSelectNav__item,
.ev-ranking__navItem,
.ev-gallery__tag,
.ev-drawer__action {
  font-family: var(--ev-font-ui);
}

/* Header */
.fs-body-top .fs-l-header {
  position: relative;
  padding-top: 0;
}

.ev-headerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 22px);
  z-index: 10;
}

.ev-headerText {
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.24em;
  overflow: hidden;
  width: 100%;
}

.ev-headerText__track {
  overflow: hidden;
}

.ev-headerText ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.ev-headerText.is-animating ul {
  transition: none;
}

.ev-headerText li {
  white-space: nowrap;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 10px clamp(12px, 4vw, 32px);
}

.ev-headerParts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px clamp(18px, 4vw, 32px);
  position: relative;
  color: #fff;
  transform: translateY(-20px);
}

.ev-headerParts.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.7);
  color: #181818;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  z-index: 60;
}

.ev-headerLogo {
  width: 53%;
  z-index: 1;
  display: flex;
  justify-content: right;
  align-items: center;
}

.ev-headerParts.is-fixed .ev-headerLogo {
  justify-content: flex-start;
  margin-left: 18px;
}

.ev-headerParts.is-fixed .ev-headerIcons img {
  filter: none;
}

.ev-headerLogo img {
  width: clamp(90px, 12vw, 128px);
  height: auto;
  display: block;
}


.ev-headerIcons {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 clamp(18px, 4vw, 36px);
  pointer-events: none;
}

.ev-headerIcons__group {
  display: flex;
  align-items: center;
  gap: 13px;
  pointer-events: auto;
  position: relative;
}

.ev-headerIcons__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ev-headerIcons__list li {
  padding-inline: 10px;
}

.ev-headerIcons__group--right {
  gap: 14px;
}

.ev-headerIcons img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.ev-headerIcons__group--right {
  gap: 14px;
}

.ev-headerPartsPlaceholder {
  height: 0;
  transition: height 0.3s ease;
}



.ev-headerDrawer {
  position: relative;
  display: flex;
  align-items: center;
}

/* Hero slider */
.ev-mainVisual {
  position: relative;
}

.ev-hero {
  position: relative;
  width: 100%;
  height: var(--ev-hero-height);
  overflow: hidden;
  color: var(--ev-color-light);
  background: #050505;
}

.ev-hero__slides {
  position: relative;
  height: 100%;
}

.ev-hero__slide {
 z-index: 0;
  position: relative;
  height: 100%;
  width: 100%;
 }

.ev-hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: var(--ev-hero-overlay); */
  z-index: 1;
}


.ev-hero__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ev-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev-hero__overlay {
 position: absolute;
 top: 50%;
 right: auto;
 bottom: auto;
 left: clamp(48px, 12vw, 120px);
 transform: translate(0, -50%);
 z-index: 2;
 color: var(--ev-color-light);
}


/* 初期状態：全部隠す */
.ev-hero__overlay>* {
 opacity: 0;
 transform: translateY(26px);
 transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
  opacity 0.9s ease;
}

/* アクティブスライドのときだけふんわり出す */
.swiper-slide-active .ev-hero__overlay>* {
 opacity: 1;
 transform: translateY(0);
}

.ev-hero__overlay > *:nth-child(1) {
  transition-delay: 0.1s;
}

.ev-hero__overlay > *:nth-child(2) {
  transition-delay: 0.2s;
}

.ev-hero__overlay > *:nth-child(3) {
  transition-delay: 0.35s;
}

.ev-hero__overlay > *:nth-child(4) {
  transition-delay: 0.5s;
}

.ev-hero__label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.52em;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.ev-hero__heading {
  margin: 0 0 16px;
  font-family: var(--ev-font-serif);
  font-size: 35px;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.ev-hero__copy {
  margin: 0 0 32px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--ev-hero-copy-color, rgba(255, 255, 255, 0.82));
}

.ev-hero__cta {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 14px;
  color: inherit;
  padding-left: 4em;
  /* padding: 12px 30px; */
  /* border-radius: 999px; */
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  /* background: rgba(255, 255, 255, 0.06); */
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  transition: background-color 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}

.ev-hero__slide--mv-torinoko .ev-hero__image img {
  object-position: right center;
}

/* ズームの初期状態 */
.ev-hero__image img {
 transform: scale(1.08);
 transition: transform 8s ease;
}

/* Swiperがアクティブと判断したスライドをズームさせる */
.swiper-slide-active .ev-hero__image img {
 transform: scale(1);
}

/* ★ プログレスバーのための追加CSS (見せ方) ★ */
.ev-hero__pagination {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 padding: 10px 50px 24px 0;
 width: auto;
 gap: 0;
}

.ev-hero__pagination .swiper-pagination-bullet {
 width: 30px;
 height: 2px;
 margin: 0 5px;
 background: #ffffff;
 opacity: .18;
 border-radius: 0;
 position: relative;
 overflow: hidden;
 /* cursor: pointer; */
}

/* 既に切り替わった後のバーの表示（任意） */
.ev-hero__pagination .swiper-pagination-bullet-active {
 background: #999;
 opacity: .82;
}

.ev-hero__progress-bar {
 position: absolute;
 top: 0;
 left: 0;
 width: 0%;
 /* 初期状態 */
 height: 100%;
 background-color: #FFFFFF;
 /* 進捗部分の色 */
}

/* --- アニメーションの定義 --- */
@keyframes progress-run {
 from {
  width: 0%;
 }

 to {
  width: 100%;
 }
}

.ev-hero__progress-bar.is-running {
 animation: progress-run 7s linear forwards;
}

/* 棒 */
.ev-hero__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  /* 棒の長さ */
  height: 1px;
  /* 棒の太さ */
  background: currentColor;
  transition: width 0.25s ease;
}

/* 白い塗り三角（先端） */
.ev-hero__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.25s ease;
  width: 10px;
  height: 8px;
  background-image: url("https://evolve.itembox.design/item/s/toppage/assets/img/common/ico_arrow_wh.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.ev-hero__cta:hover::after,
.ev-hero__cta:focus-visible::after {
  transform: translateY(-50%) translateX(4px);
}

.ev-hero__cta:hover::before,
.ev-hero__cta:focus-visible::before {
  width: 34px;
}

.ev-hero__pagination {
  position: absolute;
  bottom: 24px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  width: 12vw;
  z-index: 3;
}

.ev-hero__pagination {
 position: absolute;
 bottom: 24px;
 right: 50px;
 /* PCでの右からの位置 */
 display: flex;
 gap: 0;
 width: 12vw;
 z-index: 3;
}

/* .ev-hero__overlay {
 right: 20px;
 bottom: 30px;
 left: 20px;
 transform: translate(0, 0);
 width: auto;
 max-width: none;
 } */


/* ここまで */

.ev-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Drawer menu styling */
.ev-headerDrawer__toggle {
  width: 46px;
  height: 10px;
  display: grid;
  place-items: flex-start;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.ev-headerParts.is-fixed .ev-headerDrawer__toggle {
  background: transparent;
}

.ev-headerDrawer__toggle:hover,
.ev-headerDrawer__toggle:focus-visible {
  /* transform: translateY(-2px); */
  outline: none;
}

.ev-headerParts.is-fixed .ev-headerDrawer__toggle:hover,
.ev-headerParts.is-fixed .ev-headerDrawer__toggle:focus-visible {
  transform: translateY(-2px);
}

.ev-headerDrawer__bar {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  border-radius: 999px;
  margin-left: 0;
}

.ev-headerParts.is-fixed .ev-headerDrawer__bar {
  background: #111;
}

.ev-headerDrawer__bar + .ev-headerDrawer__bar {
  margin-top: 6px;
  width: 22px;
  margin-left: 0;
}

.ev-drawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 999;
}

.ev-drawer.is-active {
  pointer-events: auto;
  opacity: 1;
}

.ev-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ev-drawer.is-active .ev-drawer__overlay {
  opacity: 1;
}

.ev-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 78vw);
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: -30px 0 60px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ev-drawer__notice {
  display: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

.ev-drawer__noticeText {
  margin: 0;
}

.ev-drawer__close--mobile {
  display: none;
}

.ev-drawer.is-active .ev-drawer__panel {
  transform: translateX(0);
}

.ev-drawer__panelInner {
  display: contents;
}

.ev-drawer__head {
  padding: 35px 15px 30px 40px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  letter-spacing: 0.3em;
}

.ev-drawer__actions {
  display: flex;
  gap: 18px;
}

.ev-drawer__action {
  display: inline-flex;
  /* align-items: center; */
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #555;
  position: relative;
  text-transform: uppercase;
}

.ev-drawer__action:hover,
.ev-drawer__action:focus-visible {
  outline: none;
}

.ev-drawer__actionIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.ev-drawer__actionIcon img {
  width: 14px;
  height: 14px;
  display: block;
  filter: invert(15%) sepia(6%) saturate(450%) hue-rotate(180deg) brightness(90%);
}

.ev-drawer__close {
  width: 48px;
  height: 48px;
  background: transparent;
  display: grid;
  place-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.ev-drawer__close span {
  display: block;
  width: 20px;
  height: 1px;
  background: #111;
  position: absolute;
}

.ev-drawer__close span:first-child {
  transform: rotate(45deg);
}

.ev-drawer__close span:last-child {
  transform: rotate(-45deg);
}


.ev-drawer__body {
  padding: 0 48px 32px;
  overflow-y: auto;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.ev-drawer__section + .ev-drawer__section {
  margin-top: 36px;
}

.ev-drawer__title {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 0.4em;
  color: #222;
  cursor: pointer;
}


/* arrow indicator on the right of the drawer title */
.ev-drawer__title {
  position: relative;
  padding-right: 28px;
  /* room for arrow */
}

.ev-drawer__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  /* default: right-pointing */
  width: 16px;
  height: 12px;
  background-image: url("../img/common/ico_arrow_bk.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

/* closed state should show down-pointing arrow */
.ev-drawer__title[aria-expanded="false"]::after {
  transform: translateY(0%) rotate(90deg);
  /* down */
}

/* open state should show up-pointing arrow */
.ev-drawer__title[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(-90deg);
  /* up */
}
.ev-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 8px;
}

/* accordion helpers: collapsed by default; JS toggles .is-open
   Using max-height for a simple, reliable CSS-only transition that
   works with the current JS which toggles the `is-open` class. */
.ev-drawer__list {
  overflow: hidden;
  max-height: 0; /* collapsed */
  transition: max-height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ev-drawer__list.is-open {
  /* large enough to contain typical list content; avoids inline height
     manipulation while keeping the animation smooth. If you prefer a
     perfectly sized animation, we can switch to JS-measured heights. */
  max-height: 1000px;
  transition: all 2s ease;
}

.ev-drawer__list--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 8px;
}

.ev-drawer__list a {
  color: #555;
  transition: transform 0.3s ease;
}

.ev-drawer__list a::before {
  content: "- ";
}

.ev-drawer__list a:hover,
.ev-drawer__list a:focus-visible {
  transform: translateX(4px);
  outline: none;
}

.ev-drawer__footer {
  margin-top: auto;
  padding: 24px 48px 40px;
  display: flex;
  gap: 22px;
  letter-spacing: 0.24em;
  font-size: 12px;
  color: #444;
}

.ev-drawer__social {
  display: inline-flex;
  align-items: center;
}

.ev-drawer__social img {
  display: block;
  width: 20px;
  height: auto;
}


.ev-drawer__social:hover,
.ev-drawer__social:focus-visible {
  color: #000;
  outline: none;
}


/* Responsive */












/* New item overrides */
.ev-newItem {
  padding: clamp(60px, 10vw, 100px) clamp(16px, 3.2vw, 48px);
  background: #ffffff;
}

.ev-newItem__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: clamp(36px, 8vw, 72px);
  align-items: center;
}.ev-sceneSelect>h2

.ev-newItem__header {
  flex: 0 0 clamp(320px, 34vw, 420px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  align-items: center;
}
.ev-newItem__header{
  width: 330px;
  text-align: center;
}
.ev-newItem__headline {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #181818;
  text-transform: uppercase;
  font-weight: 500;
}

.ev-newItem__update {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  font-size: 9px;
  letter-spacing: 0.14em;
  border-radius: 999px;
  background: rgba(75, 59, 106, 0.08);
  color: #4b3b6a;
}

.ev-newItem__note {
  margin: 20px 0 0;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #555;
}

.ev-newItem__content {
  flex: 1;
  position: relative;
  display: flex;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-gutter: stable both-edges;
  scrollbar-color: rgba(24, 24, 24, 0.3) transparent;
  scrollbar-width: none;
  --ev-new-scroll-progress: 0%;
  --ev-new-scroll-size: 0%;
}
.ev-newItem__content::-webkit-scrollbar {
  display: none;
}

.ev-newItem__scrollTrack {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.ev-newItem__scrollThumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: inherit;
  background: rgba(24, 24, 24, 0.3);
  pointer-events: auto;
  cursor: grab;
  transition: width 0.2s ease, left 0.2s ease;
}

.ev-newItem__scrollThumb.is-dragging {
  cursor: grabbing;
  transition: none;
}

.ev-newItem__content.has-scroll-progress .ev-newItem__scrollTrack {
  opacity: 1;
  pointer-events: auto;
}

.ev-newItem__content.is-thumb-dragging {
  user-select: none;
}

@media (min-width: 768px) {


  br.ev-br--sp {
    display: none;
  }
  .ev-hero__slide--mv-torinoko .ev-hero__overlay{
    left: auto;
    right: 5%;
    max-width: 520px;
  }
  .ev-hero__slide--mv-midboot .ev-hero__overlay{
    left: auto;
    right: 10%;
    top: 63%;
  }


    /* ------------------------------------------------------------------ */
    /* ここからスライド個別のバリエーション設定 */
  
    .ev-hero__slide--mv-torinoko .ev-hero__image img {
     object-position: right center;
    }
    
    /* ------------------------------------------------------------- */
    /* bostonスライド (PCでのみ配色と矢印が黒に変わる)  */
    /* ------------------------------------------------------------- */
    /*.ev-hero__slide--mv-boston .ev-hero__overlay {
     color: var(--ev-color-dark);
    }
  
    .ev-hero__slide--mv-boston .ev-hero__copy {
     color: rgba(17, 17, 17, 0.82);
    }
  
    .ev-hero__slide--mv-boston .ev-hero__cta::after {
     background-image: url("https://evolve.itembox.design/item/s/toppage/assets/img/common/ico_arrow_bk.png");
    }*/
  
    /* ------------------------------------------------------------- */
    /* torinokoスライド (PCでのみ配置が変わる)  */
    /* ------------------------------------------------------------- */
    .ev-hero__slide--mv-torinoko .ev-hero__overlay {
     left: auto;
     right: 5%;
     max-width: 520px;
    }
  
    /* ------------------------------------------------------------- */
    /* midbootスライド (PCでのみ配置が変わる)  */
    /* ------------------------------------------------------------- */
    .ev-hero__slide--mv-midboot .ev-hero__overlay {
     left: auto;
     right: 10%;
     top: 63%;}

  .ev-newItem__content {
    padding-bottom: 18px;
    scrollbar-width: none;
    scrollbar-gutter: auto;
  }

  .ev-newItem__content::-webkit-scrollbar {
    display: none;
  }

  .ev-newItem__content .ev-gallery__viewport::-webkit-scrollbar {
    display: none;
  }
}

.ev-gallery {
  position: relative;
  width: 100%;
}

.ev-gallery__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 32px;
  padding: 40px 0 0;
  touch-action: auto;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ev-gallery__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.ev-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.ev-gallery__viewport:active {
  cursor: grabbing;
}

.ev-gallery__track {
  display: flex;
  gap: 20px;
}

.ev-gallery__slide {
  flex: 0 0 290px;
  width: 290px;
  scroll-snap-align: center;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  /* background: #101010; */
}

.ev-gallery__slide:not(.is-active) {
  /* safe defaults */
  opacity: 0.95;
  transform: none;
}

.ev-gallery__media {
  position: relative;
  display: block;
  /* height: 100%; */
}

.ev-gallery__media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


.ev-gallery__caption {
  position: static;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #181818;
  background: #fff;
  padding: 20px;
}

.ev-gallery__tag {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.ev-gallery__title {
  font-family: var(--ev-font-sans) !important;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.ev-gallery__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #606060;
}







/* Scene select */
.ev-sceneSelect {
  padding: clamp(48px, 9vw, 90px) clamp(16px, 3.2vw, 48px);
  background: #f8f8f8;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

.ev-sceneSelect > h2 {
  margin: 0 auto 30px;
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #181818;
}

.ev-sceneSelectNav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.8vw, 28px);
  flex-wrap: wrap;
}

.ev-sceneSelectNav__item {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 16px;
  letter-spacing: 0.15em;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.ev-sceneSelectNav__item.is-active {
  background: #4b3b6a;
  color: #ffffff;
  border-color: #4b3b6a;
}

.ev-sceneSelectNav__item:focus-visible {
  outline: 2px solid rgba(125, 116, 255, 0.8);
  outline-offset: 4px;
}

.ev-sceneSelectContents {
  margin-top: 30px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.ev-sceneSelectContent {
  display: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.ev-sceneSelectContent.is-active {
  display: block;
}

.ev-sceneSelectContent__layout {
  display: flex;
  gap: 60px;
  align-items: flex-end;
}

.ev-sceneSelectContent__visual {
  margin: 0;
  width: 48%;
}

.ev-sceneSelectContent__visual img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.ev-sceneSelectContentsSlide {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 28px);
  min-width: 0;
}

.ev-sceneSelectContentsSlide__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}

.ev-sceneSelectContentsSlide__introLabel {
  font-family: var(--ev-font-serif);
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.32em;
  /* color: rgba(17, 17, ;17, 0.55); */
}

.ev-sceneSelectContentsSlide__introTitle {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.28em;
  font-weight: 500;
  margin-bottom: 15px;
}

.ev-sceneSelectContentsSlide__introTitle span {
  font-family: var(--ev-font-serif);
  font-size: 50%;
  letter-spacing: 0.1em;
  color: #000000;
}

.ev-sceneSelectContentsSlide__introCopy {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #444;
}

.ev-sceneSelectContentsSlide__viewport {
  overflow: hidden;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  cursor: grab;
  touch-action: pan-y;
  min-width: 0;
}

.ev-sceneSelectContentsSlide__viewport.is-dragging {
  cursor: grabbing;
}

.ev-sceneSelectContentsSlide__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  width: 100%;
}

.ev-sceneSelectContentsSlide__slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  justify-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
}

.ev-sceneSelectContentsSlide__slide.is-active .ev-sceneSelectContentsSlide__item {
  transform: translateY(0);
  opacity: 1;
}

.ev-sceneSelectContentsSlide__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(0);
  opacity: 1;
}

.ev-sceneSelectContentsSlide__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ev-sceneSelectContentsSlide__image img {
  inset: 0;
  object-fit: cover;
  display: block;
}

.ev-sceneSelectContentsSlide__item figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 0 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #333;
  font-weight: 600;
}

.ev-sceneSelectContentsSlide__meta {
  display: block;
  line-height: 1.5;
}

.ev-sceneSelectContentsSlide__meta--product {
  font-size: 14px;
  text-align: center;
}

.ev-sceneSelectContentsSlide__meta--color{
  font-weight: normal;
  color: #707070;
  text-align: center;
}

.ev-sceneSelectContentsSlide__pagination {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #181818;
}

.ev-sceneSelectContentsSlide__paginationLabel {
  line-height: 1;
}

.ev-sceneSelectContentsSlide__arrow {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
}

.ev-sceneSelectContentsSlide__arrow:hover,
.ev-sceneSelectContentsSlide__arrow:focus-visible {
  transform: scale(1.05);
  outline: none;
}

.ev-sceneSelectContentsSlide__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.ev-sceneSelectContentsSlide__arrowIcon {
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/common/ico_arrow_bk.png") center/contain no-repeat;
  filter: brightness(0);
}

.ev-sceneSelectContentsSlide__arrow--next .ev-sceneSelectContentsSlide__arrowIcon {
  transform: rotate(0deg);
}

.ev-sceneSelectContentsSlide__arrow--prev .ev-sceneSelectContentsSlide__arrowIcon {
  transform: rotate(180deg);
}

.ev-sceneSelect__cta {
  margin-top: clamp(32px, 6vw, 48px);
  display: flex;
  justify-content: center;
}

.ev-sceneSelect__ctaButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  padding: 14px 36px;
  border-radius: 999px;
  border: 1px solid #000000;
  background: transparent;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.3em;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
 }

.ev-sceneSelect__ctaButton::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 8px;
  background: url("../img/common/ico_arrow_bk.png") center/contain no-repeat;
  filter: brightness(0);
  transition: transform 0.3s ease;
}
.ev-sceneSelect__ctaButtonArrow {
  width: 1.2em;
  height: 1.2em;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.fs-body-top .ev-sceneSelect__ctaButton:hover,
.fs-body-top .ev-sceneSelect__ctaButton:focus-visible,
.ev-sceneSelect__ctaButton:hover,
.ev-sceneSelect__ctaButton:focus-visible {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.9);
  outline: none;
}

.fs-body-top .ev-sceneSelect__ctaButton:hover::after,
.fs-body-top .ev-sceneSelect__ctaButton:focus-visible::after,
.ev-sceneSelect__ctaButton:hover::after,
.ev-sceneSelect__ctaButton:focus-visible::after {
  filter: brightness(0) invert(1);
}

.fs-body-top .ev-sceneSelect__ctaButton:hover .ev-sceneSelect__ctaButtonArrow,
.fs-body-top .ev-sceneSelect__ctaButton:focus-visible .ev-sceneSelect__ctaButtonArrow,
.ev-sceneSelect__ctaButton:hover .ev-sceneSelect__ctaButtonArrow,
.ev-sceneSelect__ctaButton:focus-visible .ev-sceneSelect__ctaButtonArrow {
  filter: brightness(0) invert(1);
}

/* Ranking */
.ev-ranking {
  padding: clamp(60px, 10vw, 110px) clamp(16px, 3vw, 48px);
  background: #ffffff;
  color: #111;
}

.ev-ranking__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ev-ranking__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.ev-ranking__eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.4em;
  color: rgba(17, 17, 17, 0.5);
}

.ev-ranking__title {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.24em;
  color: #111;
}

.ev-ranking__lead {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.6);
}

.ev-ranking__body {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 40px);
}

.ev-ranking__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
}

.ev-ranking__navItem {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 16px;
  letter-spacing: 0.15em;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.ev-ranking__navItem.is-active {
  background: #4b3b6a;
  color: #ffffff;
  border-color: #4b3b6a;
}

.ev-ranking__navItem:focus-visible {
  outline: 2px solid rgba(125, 116, 255, 0.8);
  outline-offset: 4px;
}


.ev-ranking__panel {
  display: none;
}

.ev-ranking__panel.is-active {
  display: block;
}

.ev-ranking__slider {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ev-ranking__viewport {
  width: 100%;
}

.ev-ranking__pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ev-ranking__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  counter-reset: ranking;
}

.ev-rankingCard {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  align-items: center;
  counter-increment: ranking;
}

.ev-rankingCard__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  width: 100%;
  text-align: center;
}

.ev-rankingCard__visual {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #f4f4f4;
  width: 100%;
}

.ev-rankingCard__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ev-rankingCard__visual::after {
  content: counter(ranking);
  font-family: var(--ev-font-serif);
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.85);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.ev-rankingCard:nth-child(1) .ev-rankingCard__visual::after {
  background: #c9ba80;
}

.ev-rankingCard:nth-child(2) .ev-rankingCard__visual::after {
  background: #8b9299;
}

.ev-rankingCard:nth-child(3) .ev-rankingCard__visual::after {
  background: #a06964;
}

.ev-rankingCard:nth-child(4) .ev-rankingCard__visual::after {
  background: #4c4c4c;
}

.ev-rankingCard__figure figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
  width: 100%;
  font-size:12px
}

.ev-rankingCard__figure figcaption .ev-sceneSelectContentsSlide__meta {
  letter-spacing: 0.18em;
}

.ev-rankingCard__figure figcaption .ev-sceneSelectContentsSlide__meta--product {
  font-size: 14px;
}

.ev-rankingCard__figure figcaption .ev-sceneSelectContentsSlide__meta--color {
  font-size: 11px;
  color: rgba(17, 17, 17, 0.48);
  text-align: center;
}





/* Pickup brand */
.ev-pickupBrand {
  padding: clamp(50px, 4vw, 140px) clamp(20px, 4vw, 60px);
  background: #ffffff;
  color: #111;
}

.ev-pickupBrand__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ev-pickupBrand__header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

.ev-pickupBrand__eyebrow {
  font-size: 12px;
  letter-spacing: 0.38em;
  color: rgba(17, 17, 17, 0.5);
}

.ev-pickupBrand__title {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.26em;
  color: #111;
}

.ev-pickupBrand__viewer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
}

.ev-pickupBrand__stage {
  position: relative;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  /* aspect-ratio: 16 / 9; */
}

.ev-pickupBrand__stage::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

@supports (aspect-ratio: 16 / 9) {
  .ev-pickupBrand__stage::before {
    content: none;
  }
}

.ev-pickupBrand__swiper {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
}

.ev-pickupBrand__swiper .swiper-wrapper {
  height: 100%;
}

.ev-pickupBrand__slide {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  opacity: 0.35;
  transition: opacity 0.4s ease;
}

.swiper-slide-active.ev-pickupBrand__slide {
  opacity: 1;
}

.ev-pickupBrand__slide figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  /* height: 100%; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev-pickupBrand__slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  /* max-height: 100%; */
}

.ev-pickupBrand__slide figcaption {
  display: none;
}

.ev-pickupBrand__control {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: #111;
  font: inherit;
  cursor: pointer;
  min-width: 72px;
  width: clamp(108px, 10vw, 140px);
}

.ev-pickupBrand__control[aria-disabled="true"],
.ev-pickupBrand__control:disabled {
  opacity: 0.35;
  cursor: default;
}

.ev-pickupBrand__controlArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.96) url("../img/common/ico_arrow_bk.png") center center / 12px 18px no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.ev-pickupBrand__control--prev .ev-pickupBrand__controlArrow {
  transform: scaleX(-1);
}


.ev-pickupBrand__logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 20px);
  justify-items: center;
  margin-bottom: 50px;
}

.ev-pickupBrand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 0;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ev-pickupBrand__logo:hover,
.ev-pickupBrand__logo:focus-visible {
  border-color: #111;
  transform: translateY(-3px);
}

.ev-pickupBrand__logo:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.4);
  outline-offset: 4px;
}

.ev-pickupBrand__logo img {
  max-width: clamp(120px, 14vw, 180px);
  width: 100%;
  height: auto;
  display: block;
}

.ev-concept {
  position: relative;
  padding: 16vh 0 10vh;
  color: #fff;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ev-concept::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/bg_concept_pc.jpg") center center / cover no-repeat;
  /* transform: scale(1.01); */
  /* filter: brightness(0.82); */
}


.ev-concept::after {
  content: "";
  position: absolute;
  inset: 0;
}

.ev-concept__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 10vw, 100px);
}

.ev-concept__copy {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 20px);
}

.ev-concept__eyebrow {
  font-size: 12px;
  letter-spacing: 0.48em;
}

.ev-concept__title {
  margin: 0;
  font-family: var(--ev-font-serif);
  font-size: 36px;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.ev-concept__subtitle{
  font-size:26px;
}
.ev-concept__subtitle br {
  display: none;
}
.ev-concept__lead,
.ev-concept__text {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1.9;
}

.ev-concept__text {
  color: rgba(255, 255, 255, 0.82);
}

.ev-concept__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ev-concept__highlights li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.82);
}

.ev-concept__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  transform: translateY(-50%);
}

.ev-conceptSelections {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 140px 0 0 0;
  background: none;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
}

.ev-conceptSelections__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}


.ev-conceptSelections__header::after {
  content: "";
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(220, 220, 220, 0));
}

.ev-conceptSelections__headerInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ev-conceptSelections__eyebrow {
  font-family: var(--ev-font-serif);
  font-size: 36px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  text-shadow: 0 12px 18px rgba(0, 0, 0, 0.35);
}

.ev-conceptSelections__subtitle {
  font-family: var(--ev-font-serif);
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
}

.ev-conceptSelections__viewport {
  position: relative;
  overflow: hidden;
}

.ev-conceptSelections__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.ev-conceptSelections__slide {
  flex: 0 0 100%;
  width: 100%;
  opacity: 0.35;
  transition: opacity 0.4s ease;
}

.ev-conceptSelections__slide.is-active {
  opacity: 1;
}

.ev-conceptSelections__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ev-conceptSelections__card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.ev-conceptSelections__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 0;
}

.ev-conceptSelections__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev-conceptSelections__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.ev-conceptSelections__brand {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.ev-conceptSelections__name {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.ev-conceptSelections__color {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.64);
}

.ev-conceptSelections__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.ev-conceptSelections__arrow {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  padding: 0;
}

.ev-conceptSelections__arrow:hover,
.ev-conceptSelections__arrow:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.ev-conceptSelections__arrow[aria-disabled="true"],
.ev-conceptSelections__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.ev-conceptSelections__arrowIcon {
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/common/ico_arrow_wh.png") center/contain no-repeat;
}

.ev-conceptSelections__arrow--prev .ev-conceptSelections__arrowIcon {
  transform: scaleX(-1);
}

.ev-conceptSelections__pagination {
  min-width: 90px;
  color: #fff;
}

.ev-specialFeature {
  padding: clamp(60px, 10vw, 110px) clamp(16px, 3vw, 48px);
  background: #fff;
  color: #111;
}

.ev-specialFeature__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 6vw, 44px);
}

.ev-specialFeature__header {
  text-align: center;
}

.ev-specialFeature__title {
  margin: 0;
  font-size: clamp(21px, 4vw, 36px);
  letter-spacing: 0.2em;
}

.ev-specialFeature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ev-specialFeature__card {
  background: none;
  border-radius: 0;
  overflow: hidden;
}

.ev-specialFeature__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.ev-specialFeature__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.ev-specialFeature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ev-specialFeature__body {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ev-specialFeature__headline {
  font-family: var(--ev-font-serif);
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.ev-specialFeature__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(17, 17, 17, 0.72);
  white-space: nowrap;
  align-self: flex-start;
}


.ev-specialFeature__card:hover .ev-specialFeature__media img,
.ev-specialFeature__card:focus-within .ev-specialFeature__media img {
  transform: scale(1.06);
}

.ev-specialFeature__link:focus-visible {
  outline: none;
}



.ev-information {
  /*padding: 0 40px 90px;*/
  padding: 90px 40px;
  background: #fff;
}

.ev-information__inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 6vw, 42px);
}

.ev-information__header {
  text-align: center;
}

.ev-information__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 36px);
  letter-spacing: 0.2em;
}

.ev-information__list {
  max-height: clamp(260px, 40vh, 360px);
  overflow-y: auto;
  padding-right: 6px;
}

.ev-information__list::-webkit-scrollbar {
  width: 6px;
}

.ev-information__list::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.2);
  border-radius: 999px;
}

.ev-information__item {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.ev-information__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ev-information__date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 16px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(17, 17, 17, 0.72);
  width: fit-content;
  min-width: fit-content;
  margin-bottom: 12px;
  white-space: nowrap;
}

.ev-information__text {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #111;
  padding-bottom: 18px;
  display: block;
}



.ev-service {
  padding: clamp(80px, 12vw, 100px) clamp(20px, 4vw, 60px);
  background: #f8f8f8;
  color: #111;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ev-service__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 6vw, 42px);
}

.ev-service__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ev-service__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 36px);
  letter-spacing: 0.2em;
}

.ev-service__subtitle {
  font-family: var(--ev-font-serif);
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.24em;
  color: #000000;
}

.ev-service__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ev-service__card {
  display: block;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.ev-service__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ev-service__image {
  position: relative;
  overflow: hidden;
}

.ev-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev-service__caption {
  padding: clamp(18px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ev-service__heading {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-align: center;
  line-height: 1.6;
}

.ev-service__description {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.68);
  /*text-align: center;*/
}





.ev-showroom {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ev-showroom__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 36px);
  letter-spacing: 0.2em;
}

.ev-showroom__parallax {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ev-showroom__background {
  position: absolute;
  inset: -10%;
  background: url("../img/top/bg_showroom_pc.jpg") center center / cover no-repeat;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out;
}

.ev-showroom__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  width: 100%;
  margin-left: 0;
  padding: 0 clamp(32px, 8vw, 64px);
}

.ev-showroom__content {
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 24px);
  text-align: center;
  align-items: flex-start;
  transform: translateX(
    calc(50% + clamp(0px, (100vw - 840px) / 2, 120px))
  );
}

.ev-showroom__eyebrow {
  font-size: 14px;
  letter-spacing: 0.5em;
}

.ev-showroom__lead {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 2;
  text-align: left;
}

.ev-showroom__button {
  width: 100%;
  align-self: center;
  justify-content: center;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.3em;
  font-size: 16px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  display: none; /* ボタン非表示 */
}

.ev-showroom__button::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/common/ico_arrow_wh.png") center center / contain no-repeat;
}

.ev-showroom__button:hover,
.ev-showroom__button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.9);
  outline: none;
}








/* Footer */
.ev-footer {
  background: #fff;
  color: #111;
  padding: clamp(48px, 8vw, 80px) clamp(20px, 4vw, 60px) clamp(32px, 5vw, 60px);
}

.ev-footer__inner {
  max-width: 1180px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 30px);
}

.ev-footer__brand {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 24px);
  max-width: clamp(320px, 38vw, 560px);
}

.ev-footer__wordmark {
  margin: 0;
  font-size: clamp(28px, 3vw, 34px);
  letter-spacing: 0.48em;
  text-transform: uppercase;
  line-height: 0;
}

.ev-footer__wordmark img {
  display: block;
  width: clamp(120px, 14vw, 180px);
  height: auto;
}

.ev-footer__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.ev-footer__business {
  margin: 0;
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
}

.ev-footer__businessRow {
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* column-gap: 32px; */
  row-gap: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.ev-footer__businessRow dt {
  font-weight: 500;
}

.ev-footer__businessRow dd {
  margin: 0;
}

.ev-footer__note {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(17, 17, 17, 0.7);
}

.ev-footer__social {
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
}

.ev-footer__socialLabel {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.ev-footer__socialList {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ev-footer__socialLink {
  font-size: 13px;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ev-footer__socialLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ev-footer__socialLink img {
  display: block;
  width: 20px;
  height: auto;
}

.ev-footer__socialLink:hover::after,
.ev-footer__socialLink:focus-visible::after {
  transform: scaleX(1);
}

.ev-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 20px);
  grid-template-areas: "information line mail";
  margin-top: 10px;
}

.ev-footer__section--information {
  grid-area: information;
}

.ev-footer__section--line {
  grid-area: line;
}

.ev-footer__section--mail {
  grid-area: mail;
}

.ev-footer__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.ev-footer__section--legalMobile {
  display: none;
}

.ev-footer__sectionTitle {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.36em;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.25);
}

.ev-footer__sectionList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ev-footer__sectionList a,
.ev-footer__sectionLink {
  font-family: var(--ev-font-sans);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.ev-footer__sectionLink::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url("../img/common/ico_arrow_bk.png") center center / contain no-repeat;
  pointer-events: none;
  margin-top: 5px;
}

.ev-footer__sectionText {
  margin: 0;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.75);
}

.ev-footer__legalLinks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 28px);
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ev-footer__legalLinks a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.ev-footer__legalLinks a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ev-footer__legalLinks a:hover::after,
.ev-footer__legalLinks a:focus-visible::after {
  transform: scaleX(1);
}

.ev-footer__bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: clamp(24px, 4vw, 32px);
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.ev-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.12em;
}



/* Header adjustments */
  .ev-headerParts {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    width: 100%;
    transform: none;
  }

  .ev-headerLogo {
    flex: 0 0 auto;
  }

  .ev-headerIcons {
    position: static;
    inset: auto;
    display: flex;
    width: auto;
    padding: 0;
    justify-content: flex-end;
    pointer-events: auto;
    gap: 12px;
    margin-right: 5px;
  }

.ev-headerIcons__list,
.ev-headerIcons__group {
  display: flex;
  align-items: center;
  pointer-events: auto;
}

.ev-headerIcons__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ev-headerSearch {
  position: absolute;
  top: 50%;
  right: calc(100% + 22px);
  transform-origin: right center;
  width: clamp(460px, 46vw, 760px);
  transform: translateY(-50%) scaleX(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.34s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s ease;
  z-index: 4;
}

.ev-headerSearch.is-active {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

.ev-headerSearch__formWrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.ev-headerSearch__form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 6px 8px 6px 18px;
}

.ev-headerSearch__input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #111;
  padding: 4px 8px;
  outline: none;
  min-width: 0;
}

.ev-headerSearch__input::placeholder {
  color: rgba(17, 17, 17, 0.35);
}

.ev-headerSearch__submit {
  border: none;
  width: 110px;
  background: #4b3b6a;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ev-headerSearch__submit:hover,
.ev-headerSearch__submit:focus-visible {
  background: #3c2f55;
  transform: translateY(-1px);
}

.ev-headerSearch__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: 28px; */
  height: 28px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.ev-headerSearch__toggle img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.ev-headerParts.is-fixed .ev-headerSearch__toggle img {
  filter: brightness(0);
}

.ev-headerSearch__toggle.is-active img {
  filter: brightness(0) invert(1);
}

[data-ev-header-search-anchor] {
  position: relative;
}

.ev-headerIcons__list--left {
  margin-right: auto;
  justify-content: flex-start;
}

.ev-headerIcons__list--left {
  margin-right: auto;
}

.ev-headerIcons img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.ev-headerIcons__group--right {
  gap: 14px;
}

.ev-headerSearch__toggle {
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .ev-hero__slide {
    padding: clamp(36px, 8vw, 80px);
  }


  .ev-hero__copy {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .ev-newItem__inner {
    flex-direction: column;
    gap: 18px;
  }

  .ev-newItem__header {
    flex: none;
  }
}

@media (max-width: 1020px) {
  .ev-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

 .ev-hero__pagination {
   /* ページネーションの位置調整 */
   padding-bottom: 8px;
   padding-right: 20px;
  }
 
  .ev-hero__copy {
   margin-bottom: 20px;
  }
 
  .ev-hero__pagination .swiper-pagination-bullet {
   width: 18px;
  }
  .ev-hero__overlay {
   top: auto;
   right: 20px;
   bottom: 30px;
   left: 20px;
   transform: translate(0, 0);
   width: auto;
   max-width: none;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 3px;
  }

  .ev-conceptSelections__pagination {
    min-width: 40px;
  }

  .ev-information {
    /*padding: 0 0 50px;*/
	padding: 50px 0;
  }

  .ev-service {
    padding: 60px 16px;
  }

  .ev-ranking {
    padding: clamp(50px, 4vw, 140px) clamp(20px, 4vw, 60px) clamp(20px, 2vw, 40px);
  }

  .ev-footer__inner {
    grid-template-columns: 1fr;
  }

  .ev-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "information line"
      "information mail";
  }

  .ev-sceneSelectContent__layout {
    flex-direction: column;
    gap: 30px;
  }

  .ev-sceneSelectContent__visual {
    flex: none;
    width: 100%;
    min-height: clamp(220px, 48vw, 300px);
    margin: 0 auto;
  }

  .ev-sceneSelectContent__visual img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .ev-specialFeature__grid {
    grid-template-columns: 1fr;
  }

  .ev-sceneSelectNav,
  .ev-ranking__nav {
    justify-content: flex-start;
  }

  .ev-pickupBrand__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: auto;
    width: auto;
    z-index: 9999;
  }
  .ev-pickupBrand__controlLabel{
    display: none;;
  }

  .ev-pickupBrand__control--prev {
    left: 12px;
  }

  .ev-pickupBrand__control--next {
    right: 12px;
  }

  .ev-pickupBrand__controlArrow {
    width: 40px;
    height: 40px;
    background: url("../img/common/ico_arrow_wh.png") center center / 10px 14px no-repeat;
    border-color: rgba(255, 255, 255, 0.85);
  }

  .ev-pickupBrand__control--prev .ev-pickupBrand__controlArrow {
    transform: scaleX(-1);
  }
  .ev-headerIcons {
    padding: 0 clamp(14px, 6vw, 20px);
  }

  /* 横スクロール対応: 再定義で競合回避 */
  .ev-sceneSelectNav {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    -webkit-overflow-scrolling: touch;
  }
  .ev-sceneSelectNav__item {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
  .ev-ranking__nav {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    -webkit-overflow-scrolling: touch;
  }
  .ev-ranking__navItem {
    flex: 0 0 auto !important;
    min-width: 120px !important;
    white-space: nowrap !important;
  }
  .ev-ranking__contents {
    display: block;
    overflow: visible;
    gap: 0;
  }
  .ev-ranking__panel {
    flex: none !important;
    max-width: none !important;
    min-width: 100% !important;
  }
  .ev-ranking__slider {
    gap: 14px;
  }
  .ev-ranking__viewport {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
  }
  .ev-ranking__viewport.is-dragging {
    cursor: grabbing;
  }
  .ev-ranking__slider.is-enabled .ev-ranking__pagination {
    display: flex;
  }
  .ev-ranking__list {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .ev-ranking__list > li {
    min-width: 0;
  }
  .ev-rankingCard {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .ev-pickupBrand__viewer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-pickupBrand__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 0;
  }

  .ev-pickupBrand__stage {
    width: 100%;
  }
  .ev-showroom {
    min-height: clamp(320px, 70vh, 520px);
  }

  .ev-showroom__inner {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding: 0 clamp(20px, 6vw, 40px);
  }

  .ev-showroom__content {
    max-width: 73%;
    text-align: center;
    align-items: center;
    transform: none;
  }
  .ev-headerIcons {
    padding: 0 0 0 20px;
  }

  .ev-hero {
    height: clamp(420px, 82vh, 630px);
  }

  .ev-hero__slide {
    padding: 60px 28px 160px;
  }

  .ev-hero__pagination {
    width: 24vw;
    left: auto;
    right: 28px;
    bottom: 20px;
  }

  .ev-gallery__viewport {
    padding: 28px;
  }

  .ev-sceneSelectContentsSlide__intro {
    gap: 4px;
    max-width: none;
  }

  .fs-body-top .ev-sceneSelectContentsSlide__introLabel {
    font-size: 3.2vw;
  }

  .ev-headerDrawer__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    height: 42px;
  }
  .ev-headerDrawer__bar + .ev-headerDrawer__bar {
    margin-top: 0;
  }

  .ev-drawer__panel {
    width: min(360px, 88vw);
  }

  .ev-drawer__notice {
    position: relative;
    display: block;
    margin: 60px clamp(16px, 6vw, 24px) clamp(8px, 4vw, 16px);
    margin-bottom: clamp(8px, 4vw, 16px);
    padding: clamp(12px, 4vw, 18px);
    border: 1px solid #111;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.14em;
    background-color: rgba(255, 255, 255, 0.96);
  }

  .ev-drawer__notice .ev-drawer__close--mobile {
    display: grid;
    position: absolute;
    top: -50px;
    right: 0;
    width: clamp(32px, 12vw, 42px);
    height: clamp(32px, 12vw, 42px);
    transform: none;
  }

  .ev-drawer__notice .ev-drawer__close--mobile span {
    width: clamp(18px, 7vw, 22px);
  }

  .ev-drawer__head .ev-drawer__close {
    display: none;
  }

  .ev-drawer__head {
    padding: 15px 16px 20px 28px;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo close"
      "actions actions";
  }

  .ev-drawer__logo {
    grid-area: logo;
  }

  .ev-drawer__actions {
    /* grid-area: actions; */
    justify-self: center;
    justify-content: center;
  }

  .ev-drawer__close {
    grid-area: close;
  }

  .ev-drawer__body {
    padding: 0 32px 24px;
  }

  .ev-drawer__footer {
    padding: 20px 32px 32px;
  }

  .ev-sceneSelectContentsSlide__slide {
    gap: 16px;
  }

  .ev-sceneSelectContentsSlide__item {
    min-width: 0;
    width: 100%;
  }

  .ev-conceptSelections__controls {
    display: flex;
  }

  .ev-conceptSelections__slide {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ev-conceptSelections__slide > ul,
  .ev-conceptSelections__slide > ol {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    min-width: 100%;
    padding: 0;
  }

  .ev-conceptSelections__item {
    flex: 0 0 calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    scroll-snap-align: start;
  }


  .ev-conceptSelections__list {
    grid-template-columns: 1fr;
  }

  .ev-conceptSelections {
    padding: 25px 0px;
  }
  .ev-conceptSelections__header{
    width: 90%;
    margin: 0 auto;
  }

  .ev-concept__copy {
    max-width: 100%;
    font-size: 15px;
  }

  .ev-concept__lead,
  .ev-concept__text {
    font-size: 15px;
  }

  .ev-concept {
    padding: clamp(64px, 18vw, 92px) clamp(16px, 4vw, 36px) clamp(28px, 10vw, 48px);
    background: #000000;
    min-height: auto;
  }

  .ev-concept__inner {
    top: auto;
    margin-top: clamp(280px, 72vw, 380px);
    gap: clamp(40px, 8vw, 60px);
    padding: 0;
  }

  .ev-concept::before {
    background: url("../img/top/bg_concept_sp.jpg") top center / contain no-repeat !important;
  }

  .ev-hero__copy {
    font-size: 3.7vw;
  }
  .ev-gallery__viewport {
    padding: 24px 0 0;
  }

  .ev-gallery__caption {
    padding: 20px;
  }

  .ev-gallery__track {
    gap: 16px;
    padding: 0;
  }

  .ev-gallery__slide {
    flex: 0 0 calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    scroll-snap-align: start;
  }


  .ev-footer__social {
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
  }

  .ev-rankingCard {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }

  .ev-headerOverlay {
    padding: 0;
    gap: 6px;
  }

  .ev-headerText ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 18px;
    font-size: 2.9vw;
    letter-spacing: 0.18em;
  }

  .ev-headerParts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 4px 5px 4px 18px;
    width: 100%;
    transform: none;
  }

  .ev-headerParts.is-fixed .ev-headerLogo {
    margin-left: 0;
  }

  .ev-headerLogo {
    flex: 0 0 auto;
    width: auto;
  }

  .ev-headerIcons {
    display: flex;
    width: auto;
    padding: 0;
    justify-content: flex-end;
    gap: 12px;
    position: static;
    inset: auto;
    pointer-events: auto;
  }

  .ev-headerIcons__list,
  .ev-headerIcons__group {
    position: inherit;
    gap: 0;
    pointer-events: auto;
  }
  .ev-headerIcons__list{
    margin: 0 10px 0 0;
  }

  .ev-sceneSelectContentsSlide__pagination {
    align-self: center;
  }

  .ev-sceneSelectContentsSlide__introTitle {
    font-size: 5.3vw;
    letter-spacing: 0.2em;
  }

  .ev-sceneSelectContentsSlide__introCopy {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .ev-pickupBrand__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: auto;
    width: auto;
    z-index: 9999;
  }

  .ev-pickupBrand__controlLabel {
    display: none;
  }

  .ev-pickupBrand__control--prev {
    left: 12px;
  }

  .ev-pickupBrand__control--next {
    right: 12px;
  }

  .ev-pickupBrand__controlArrow {
    width: 30px;
    height: 30px;
    background: url("../img/common/ico_arrow_wh.png") center center / 6px 8px no-repeat;
    border-color: rgba(255, 255, 255, 0.85);
  }

  .ev-pickupBrand__control--prev .ev-pickupBrand__controlArrow {
    transform: scaleX(-1);
  }

  .ev-concept__subtitle br {
    display: inline;
  }




  .ev-information__item:last-child::after {
    display: none;
  }

  .ev-information__date {
    padding: 3px 12px;
  }

  .ev-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ev-headerParts.is-searchopen {
    padding-bottom: 66px;
  }

  .ev-headerSearch.is-active {
    transform: none;
    transition: none;
    top: 53px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }

  .ev-headerSearch__formWrapper {
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 10px 0;
  }

  .ev-headerSearch__formWrapper input[type="text"] {
    padding: 10px;
  }

  .ev-headerSearch__submit {
    border-radius: 0;
  }

  .ev-footer {
    padding: 48px 20px 25px
  }

  .ev-footer__inner {
    margin-bottom: clamp(32px, 10vw, 40px);
    gap: clamp(24px, 10vw, 32px);
  }

  .ev-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "line mail"
      "information legal";
    gap: clamp(20px, 8vw, 28px);
  }

  .ev-footer__section--line {
    grid-area: line;
  }

  .ev-footer__section--mail {
    grid-area: mail;
  }

  .ev-footer__section--information {
    grid-area: information;
  }

  .ev-footer__section--legalMobile {
    grid-area: legal;
    display: flex;
  }

  .ev-footer__businessRow {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ev-footer__socialList {
    gap: 12px;
    justify-content: center;
  }

  .ev-footer__bottom {
    flex-direction: column;
    align-items: center;
  }

  .ev-footer__brand {
    text-align: center;
    margin: 0 auto;
    max-width: none;
  }

  .ev-footer__wordmark {
    margin: 0 auto 20px;
  }

  .ev-footer__legalLinks {
    display: none;
  }

  .fs-body-top .fs-l-footer {
    margin-top: 20px;
  }

  .ev-headerText,
  .ev-drawer__action,
  .ev-drawer__footer,
  .ev-footer__copyright,
  .ev-footer__note,
  .ev-footer__socialLabel,
  .ev-hero__cta,
  .ev-pickupBrand__eyebrow,
  .ev-rankingCard__figure figcaption,
  .ev-ranking__eyebrow,
  .ev-sceneSelectContentsSlide__item figcaption,
  .ev-sceneSelectContentsSlide__pagination,
  .ev-sceneSelect__ctaButton,
  .ev-conceptSelections__brand,
  .ev-concept__eyebrow {
    font-size: 2.2vw;
  }

  .ev-hero__label,
  .ev-headerSearch__submit,
  .ev-gallery__tag,
  .ev-conceptSelections__color,
  .ev-rankingCard__figure figcaption .ev-sceneSelectContentsSlide__meta--color {
    font-size: 2vw;
  }

  .ev-information__date,
  .ev-newItem__update,
  .ev-pickupBrand__controlLabel,
  .ev-specialFeature__date {
    font-size: 2.4vw;
  }

  .ev-conceptSelections__name,
  .ev-drawer__title,
  .ev-footer__address,
  .ev-footer__sectionTitle,
  .ev-gallery__text,
  .ev-newItem__note,
  .ev-rankingCard__figure figcaption .ev-sceneSelectContentsSlide__meta--product,
  .ev-rankingCard__visual::after,
  .ev-ranking__lead,
  .ev-sceneSelectContentsSlide__introLabel,
  .ev-sceneSelectContentsSlide__meta--product,
  .ev-service__subtitle,
  .ev-showroom__eyebrow,
  .ev-showroom__lead,
  .ev-specialFeature__headline {
    font-size: 2.6vw;
  }

  .ev-concept__highlights li,
  .ev-drawer__body,
  .ev-footer__section,
  .ev-footer__socialLink,
  .ev-headerSearch__input,
  .ev-information__text,
  .ev-service__description {
    font-size: 3vw;
  }

  .ev-concept__text,
  .ev-ranking__navItem,
  .ev-sceneSelectNav__item,
  .ev-service__heading,
  .ev-showroom__button {
    font-size: 3.3vw;
  }

  .ev-conceptSelections__subtitle,
  .ev-gallery__title {
    font-size: 2.8vw;
  }

  .ev-conceptSelections__eyebrow,
  .ev-concept__title,
  .ev-newItem__headline,
  .ev-pickupBrand__title,
  .ev-ranking__title,
  .ev-sceneSelect > h2 {
    font-size: 6vw;
	line-height: 1.4;
  }
  .ev-showroom__lead{
    font-size: 3vw;
  }
  .ev-showroom__button {
    align-self: center;
    font-size: 2.8vw;
  }
  
  .ev-showroom__button::after{
    width: 7px;
    height: 9px;
    background-size: contain;
  }
  .ev-concept__subtitle {
    font-size: 4.8vw;
    margin: 0;
  }

  .ev-concept__lead {
    font-size: 3.3vw;
    letter-spacing: 1px;
  }

  .ev-pickupBrand__controlArrow {
    font-size: 8vw;
  }

  .ev-information__list {
    padding: 0 5vw;
  }

  .ev-footer__copyright {
    text-align: center;
  }

  .ev-footer__sectionLink::after {
    margin-top: 11px;
  }

  .ev-showroom {
    min-height: clamp(320px, 100vw, 480px);
  }

  .ev-showroom__inner {
    min-height: inherit;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: clamp(24px, 8vw, 40px);
  }

  .ev-showroom__background {
    inset: 0;
    background-image: url("../img/top/bg_showroom_sp.jpg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .ev-headerText {
    display: none;
  }

  .ev-hero__slide {
    padding: 48px 20px 20px;
    align-items: flex-end;
    --ev-hero-overlay-top: auto;
    --ev-hero-overlay-bottom: 30px;
    --ev-hero-overlay-left: 20px;
    --ev-hero-overlay-right: 20px;
    --ev-hero-overlay-translate-y: 0;
  }

  /* .ev-hero__overlay {
    width: auto;
    max-width: none;
  } */
  .ev-hero__overlay {
   top: auto;
   right: 20px;
   bottom: 30px;
   left: 20px;
   transform: translate(0, 0);
   width: auto;
   max-width: none;
  }
  .ev-hero__heading {
    font-size: 6vw;
    letter-spacing: 0.2em;
  }

  .ev-hero__copy {
    font-size: 3vw;
    line-height: 1.7;
  }

  .ev-hero__cta {
    padding: 0 0 0 6em;
    letter-spacing: 0.24em;
  }

  .ev-hero__indicator {
    height: 3px;
  }

  .ev-ranking__list {
    grid-template-columns: 1fr;
  }

  .ev-conceptSelections__controls {
    gap: 12px;
  }

  .ev-conceptSelections__pagination {
    order: 0;
  }

  .ev-drawer__list--columns {
    grid-template-columns: 1fr;
  }
  
  .ev-service__heading span {
  	font-size: 2.666666666666667vw;
  }
}
