@charset "UTF-8";
/* CSS Document */ :root {
  --color-bg: #eef1f5;
  --color-heading: #1a2942;
  --color-accent: #0097c6;
  --color-label: #9a9490;
  --color-body: #333333;
  --color-body-alt: #696969;
  --color-muted: #4a4640;
  --color-white: #ffffff;
  --color-card-bg: #e5e9ee;
  --color-card-bg-alt: #faf8f4;
  --color-image-bg: #e2e6ec;
  --font-serif: "Crimson Pro", serif;
  --neo-sans: 'neo-sans', sans-serif"neo-sans", 'Neo Sans Pro', "Helvetica Neue", Arial, sans-serif;
  --font-jp: "neo-sans", 'Neo Sans Pro', "Noto Sans JP", sans-serif;
  --font-label: "Helvetica Neue", Arial, sans-serif;
}
@import url('https://fonts.cdnfonts.com/css/neo-sans-pro');
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
p {
  margin: 0;
  padding: 0
}
body {
  margin: 0;
  font-family: 'source-han-sans-cjk-ja', 'Neo Sans Pro', sans-serif;
  color: var(--color-body);
  background: var(--color-white);
}
img, video {
  max-width: 100%;
  display: block;
}
.wrap {
  margin: 0 auto;
  padding: 0 64px;
}
.eyebrow {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-accent);
  font-family: var(--neo-sans);
}
.btn-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-jp);
    font-size: 15px;
    width: 100%;
    color: var(--color-accent);
    text-decoration: none;
    border: 1px solid #03A9F4;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
    padding: 14px 0 10px;
    line-height: 1;
    transition: .2s;
}
.link-none {
  background: #747474;
  color: #fff;
  border: none;
  pointer-events: none;
}
.btn-link:hover, .btn-solid:hover, .trust__cta:hover, .cta__buttons a:hover {
  transform: translateY(-5px);
}
.btn-link img {
  width: 18px;
  height: 18px;
}
.btn-solid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  background: var(--color-accent);
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  transition: .2s;
}
.btn-solid img {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
/* =========================================================
     1. HERO
  ========================================================= */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 1010/730;
  justify-content: center;
  overflow: hidden;
}
.hero__bg, .hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 130px;
}
.hero__label {
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 3px;
  font-family: var(--neo-sans);
  text-transform: uppercase;
  color: #fff;
}
.hero__heading {
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__heading span {
  display: inline-block;
  color: var(--color-body);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 63px;
  line-height: 1;
  padding: 7px 8px;
  background: linear-gradient(transparent 0, #ffffff 0%);
}
.hero__heading .mid {
  white-space: nowrap;
  font-size: 46px;
}
.hero__body {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.section_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
/* =========================================================
     2. INTRO
  ========================================================= */
.intro {
  background: #ffffff;
  padding: 140px 0;
}
.intro__label {
  max-width: 900px;
  margin: 0 auto;
}
.intro__heading {
  margin: 14px 0 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  color: var(--color-heading);
}
.intro__body {
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-muted);
  max-width: 900px;
}
.intro__body p {
  margin: 0 0 20px;
}
.intro__body p:last-child {
  margin-bottom: 0;
}
.intro__image {
  margin: 20px 0;
  width: 100%;
}
.intro__body_text {
  font-family: var(--font-serif);
  font-size: 28px;
  text-align: center;
  margin-top: 20px !important;
}
.intro__image img {
  width: 100%;
}
/* =========================================================
     3. SCENES
  ========================================================= */
.scenes {
  background: var(--color-bg);
  padding: 140px 0;
}
.scenes__label {}
.scenes__heading {
  margin: 14px 0 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  color: var(--color-heading);
}
.scenes__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 56px;
}
.scene {
  display: flex;
  align-items: center;
  gap: 40px;
}
.scene__media {
  flex-shrink: 0;
  width: 470px;
  height: 320px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-image-bg);
}
.scene__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene--01 .scene__media {
  align-items: flex-end;
  background: transparent;
}
.scene--02 .scene__media img {
  height: 351px;
  width: 470px;
  object-fit: cover;
}
.mask-frame {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  position: relative;
  flex-shrink: 0;
}
.mask-shape {
  position: relative;
  flex-shrink: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("images/page-scenes-mask.svg");
  mask-image: url("images/page-scenes-mask.svg");
}
.mask-shape img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene--03 .mask-shape {
  width: 602px;
  height: 449px;
  margin-left: -132px;
  margin-top: -84px;
  -webkit-mask-position: 132px 84px;
  mask-position: 132px 84px;
  -webkit-mask-size: 470px 320px;
  mask-size: 470px 320px;
}
.scene--04 .mask-shape {
  width: 470px;
  height: 351px;
  margin-left: 0;
  margin-top: -28px;
  -webkit-mask-position: 0 28px;
  mask-position: 0 28px;
  -webkit-mask-size: 470px 320px;
  mask-size: 470px 320px;
}
.scene--05 .mask-shape {
  width: 550px;
  height: 411px;
  margin-left: -40px;
  margin-top: -68px;
  -webkit-mask-position: 40px 68px;
  mask-position: 40px 68px;
  -webkit-mask-size: 470px 320px;
  mask-size: 470px 320px;
}
.scene--06 .mask-shape {
  width: 470px;
  height: 351px;
  margin-left: 0;
  margin-top: -25px;
  -webkit-mask-position: 0 25px;
  mask-position: 0 25px;
  -webkit-mask-size: 470px 320px;
  mask-size: 470px 320px;
}
.scene__text {
  flex: 1 0 0;
  min-width: 0;
}
.scene__title-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 5px;
}
.scene__number {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: var(--color-accent);
  /* font-family: var(--font-serif); */
}
.scene__heading {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading);
}
.scene__body {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--color-body);
}
.scene__body p {
  margin: 0 0 12px;
}
.scene__body p:last-child {
  margin-bottom: 0;
}
/* =========================================================
     4. COMPARE (選べる2つのトラベルシステム)
  ========================================================= */
.compare {
  margin: 0 auto;
  padding: 100px 0 50px;
}
.compare__heading {
  margin: 14px 0 0;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4;
  color: var(--color-heading);
}
.compare__intro {
  margin: 30px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-body);
  max-width: 850px;
}
.compare__grid {
  display: flex;
  gap: 29px;
  margin-top: 40px;
  padding: 0;
  align-items: stretch;
}
.compare__card {
  flex: 1 1 0;
  background: var(--color-card-bg);
  border-radius: 10px;
  padding: 26px;
  display: flex;
  justify-content: space-between;
}
.compare__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  width: 59%;
  justify-content: center;
}
.compare__badge {
  background: #fff;
  color: #555a7e;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 35px;
  display: inline-flex;
  align-self: flex-start;     line-height: 1;
}
.compare__title {
  margin: 0;
  font-weight: 500;
  font-size: 38px;
  font-family: var(--neo-sans);
  line-height: 1;
  color: var(--color-heading);
}
.compare__photo {
  width: 35%;
  height: auto;
  aspect-ratio: 380/420;
  border-radius: 4px;
  overflow: hidden;
}
.compare__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-body-alt);
}
.compare__cta {
  margin-top: 8px;
  width: 100%;
}
/* =========================================================
     5. PRODUCT LINEUP
  ========================================================= */
.lineup {
  padding: 0 0 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.lineup__panel {
  background: var(--color-card-bg);
  border-radius: 10px;
  padding: 80px 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.lineup__title-block {
  text-align: center;
}
.lineup__title-block .name {
  margin: 0;
  font-weight: 500;
  font-size: 52px;
  line-height: 1;
  color: var(--color-heading);
  font-family: var(--neo-sans);
}
.lineup__title-block .kana {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-heading);
}
.lineup__diagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.lineup__diagram-photo {
  width: 40%;
}
.lineup__diagram-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.lineup__diagram-photo.tall img {
  aspect-ratio: 580/645;
}
.lineup__diagram-photo.wide img {
  aspect-ratio: 737/940;
}
.lineup__equation {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  width: 55%;
  border-radius: 8px;
}
.lineup__equation-parts {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.lineup__equation-parts img.part {}
.lineup__equation-parts img.sign {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.lineup__equation-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-body-alt);
}
.lineup__equation-note.dark {
  color: var(--color-body);
}
.lineup__equation-note_02 {
  font-size: 80%;
  padding: 0;
  margin: 20px 0 0;
  color: #8a8a8a;
}
.lineup__products {
  width: 100%;
  margin-top: 0;
  padding: 0 80px;
}
.lineup__products-label {
  margin: 0 0 24px;
}
.lineup__products-label .heading {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  margin-top: 10px;
  color: var(--color-heading);
  font-family: var(--neo-sans);
}
.lineup__products-label .heading small {
  font-size: 32px;
}
.lineup__products-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
	margin-top: 15px;
}
.lineup__product {
  background: var(--color-card-bg-alt);
  border: 0.9px solid rgba(0, 0, 0, 0);
  flex: 1 1 200px;
  min-width: 200px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.lineup__product-tag {
  display: none !important;
  display: inline-block;
  align-self: flex-start;
  background: var(--color-accent);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 3px 12px;
  margin-bottom: 3px;
}
.lineup__product-image {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lineup__product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lineup__product-image img:hover {
  background: url('images/page-lineup-fame-product-coralslide_02.webp');
}
.lineup__product-name {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
  color: var(--color-heading);
  margin-top: 20px;
  font-family: var(--neo-sans);
}
.lineup__product-name_wrap {
  width: 44%;
}
.lineup__product-name small {
  font-size: 12px;
  font-family: var(--font-jp);
  font-weight: 400;
}
.lineup__product-desc {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-body-alt);
}
.lineup__product-attention {
  color: #8a8a8a;
  margin-top: 10px;
  font-size: 12px;
}
.lineup__product-cta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.lineup__product_coral {
  display: flex;
  padding: 50px;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.lineup__product_coral .lineup__product-image {
  overflow: visible;
}
.zero_g_products {
  background: var(--color-card-bg-alt);
  padding: 40px;
  margin-top: -20px;
}
/* =========================================================
     4.5 MEMORY BUTTON
  ========================================================= */
.memory-btn {
  background: linear-gradient(180deg, #224fb2 0%, #55a7ff 100%);
  padding: 100px 0 120px;
  margin-top: 100px;
}
.memory-btn__intro {
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}
.memory-btn__intro-media {
  flex-shrink: 0;
  width: 320px;
  aspect-ratio: 1080/1430;
  border-radius: 8px;
  overflow: hidden;
}
.memory-btn__intro-media img, .memory-reclining-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memory-reclining-media {
  flex-shrink: 0;
  max-width: 410px;
  overflow: hidden;
}
.memory-btn__intro-text {
  color: #fff;
}
.memory-btn__eyebrow {
  color: rgb(38 89 187);
  display: inline-block;
  font-size: 18px;
  background: #ffffff;
  padding: 8px 10px 4px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: bold;
}
.memory-btn__heading {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4;
}
.memory-btn__body {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.6;
}
.memory-btn__atteintion {
  font-size: 80%;
  margin-top: 10px;
}
.kome {
  font-size: 50%;
}
.memory-btn__steps {
  margin-top: 70px;
  margin-bottom: 110px;
}
.memory-btn__steps-label {
  text-align: center;
}
.memory-btn__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff4d;
  padding: 8px 22px 4px;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #ffffff26;
}
.memory-btn__steps-heading {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 34px;
  color: #fff;
}
.memory-btn__steps-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-top: 20px;
}
.memory-btn__step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -39px;
  margin: auto;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffffff69;
}
.memory-btn__step {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 0.9px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  text-align: center;
}
.memory-btn__step:last-child::before {
  content: none;
}
.memory-btn__step-num {
  margin: 0;
  font-family: neo sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #2563eb;
}
.memory-btn__step-num span {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14px;
}
.memory-btn__step-media {
  height: 230px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.memory-btn__step-media img:first-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.memory-btn__step-media--03 {
  max-width: 240px;
  aspect-ratio: 249 / 253;
}
.memory-btn__step-circle {
  position: absolute;
  width: 22%;
  height: auto;
  pointer-events: none;
}
.memory-btn__step-circle--01 {
  left: 17%;
  top: 36%;
  transform: rotate(157deg);
}
.memory-btn__step-circle--02 {
  left: 79%;
  top: 46%;
  transform: rotate(157deg);
}
.memory-btn__step-zoom {
  position: absolute;
  left: 66%;
  top: 60%;
  width: 46%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.memory-btn__step-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memory-btn__step-title {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  color: var(--color-heading);
  gap: 6px;
  align-items: center;
}
.memory-btn__step-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-body-alt);
}
.memory-btn__compare {
  margin-top: 56px;
  display: none !important;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(59, 130, 246, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.memory-btn__compare-col {
  padding: 28px 40px;
}
.memory-btn__compare-col--old {
  background: #eee;
  border-right: 1px solid #fff;
}
.memory-btn__compare-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.memory-btn__compare-col--old .memory-btn__compare-title {
  color: #ef4444;
}
.memory-btn__compare-col--new .memory-btn__compare-title {
  color: #2563eb;
}
.memory-btn__compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.memory-btn__compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 2px 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-body-alt);
}
.memory-btn__compare-col--new .memory-btn__compare-list li {
  color: #333;
  font-weight: 500;
}
.memory-btn__compare-icon {
  flex-shrink: 0;
  width: 14px;
  font-weight: 700;
  color: #ef4444;
}
.memory-btn__compare-col--new .memory-btn__compare-icon {
  color: #2563eb;
}
/* =========================================================
     6. TRUST
  ========================================================= */
.trust {
  background: #000000;
}
.trust__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.trust__hero img {
  width: 100%;
  height: auto;
  display: block;
}
.trust__hero-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 24px 24px 60px;
}
.trust__badge {
  background: #fff;
  color: var(--color-body);
  font-size: 20px;
  font-weight: 500;
  padding: 7px 18px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.trust__heading {
    margin: 0 0 16px;
    color: #fff;
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
}
.trust__desc {
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}
.trust__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 70px;
  border-radius: 50px;  transition: .2s
}
.trust__cards {
  display: flex;
  gap: 20px;
  padding: 0px 0 70px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.trust__card {
  background: var(--color-card-bg-alt);
  border: 0.9px solid rgba(0, 0, 0, 0);
  flex: 1 1 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
}
.trust__card-image {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.trust__card-image img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.trust__card h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  margin-top: 10px;
  font-size: 19px;
  color: var(--color-heading);
}
.trust__card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-body-alt);
}
/* =========================================================
     7. REVIEWS + FAQ
  ========================================================= */
.voices {
  background: #fff;
  padding: 144px 0;
  margin: 0 auto;
}
.voices__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.voices__heading {
  margin: 14px 0 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: var(--color-heading);
}
.voices__viewport {
  margin-top: 56px;
  overflow: hidden;
  width: 100%;
}
.voices__grid {
  --voices-per-view: 3;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: grab;
}
.voices__grid.is-dragging {
  transition: none;
  cursor: grabbing;
}
.voices__card {
  background: #f2f2f2;
  flex: 0 0 calc((100% - (var(--voices-per-view) - 1) * 20px) / var(--voices-per-view));
  padding: 28px;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.voices__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}
.voices__stars img {
  width: 11px;
  height: 11px;
  -webkit-user-drag: none;
}
.voices__quote {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-muted);
  flex: 1;
}
.voices__name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-heading);
}
.voices__meta {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--color-label);
}
.voices__pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
}
.voices__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.voices__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--color-image-bg);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.voices__dot.active {
  width: 24px;
  background: var(--color-accent);
}
.voices__pager-text {
  font-size: 12px;
  color: var(--color-label);
  margin-left: 8px;
}
@media (max-width: 900px) {
  .trust__hero {
    aspect-ratio: 100/150;
  }
  .trust__hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voices__grid {
    --voices-per-view: 2;
  }
  .intro__body_text {
    font-size: 20px;
    text-align: left;
  }
  .lineup__product_coral {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .zero_g_products {
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 600px) {
  .voices__grid {
    --voices-per-view: 1;
  }
}
.faq {
  margin-top: 100px;
}
.faq__heading {
  margin: 8px 0 0;
  font-size: 34px;
  font-weight: 400;
  color: var(--color-heading);
}
.faq__list {
  margin-top: 24px;
  border-top: 0.9px solid rgba(28, 28, 26, 0.1);
}
.faq__item {
  border-bottom: 0.9px solid rgba(28, 28, 26, 0.1);
}
.faq__item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary img {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}
.faq__item[open] summary img {
  transform: rotate(180deg);
}
.faq__answer {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  background: #f5f5f5;
  color: var(--color-body-alt);
}
/* =========================================================
     8. STORES
  ========================================================= */
.stores {
  padding: 120px 0;
  margin: 0 auto;
  background: #ececec;
}
.stores__heading {
  margin: 14px 0 0;
  font-size: 34px;
  line-height: 1.4;
  color: var(--color-heading);
  font-weight: 400;
}
.stores__intro {
  margin: 56px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-body);
}
.stores__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
.stores__card {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.stores__card-photo {
  height: 220px;
  background: #c8d4dc;
  overflow: hidden;
}
.stores__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stores__card-body {
  padding: 20px;
  font-family: lato;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stores__card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-heading);
}
.stores__card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stores__card-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: var(--color-body-alt);
}
.stores__card-row img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}
.stores__notice {
  margin-top: 90px;
  background: #fff;
  border: 2px solid var(--color-accent);
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.stores__notice-photo {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.stores__notice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stores__notice h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-heading);
}
.stores__notice p {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-body);
}
/* =========================================================
     9. CTA
  ========================================================= */
.cta {
  background: var(--color-accent);
  padding: 112px 24px;
  text-align: center;
}
.cta__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cta__heading {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 35.318px;
  line-height: 47.68px;
}
.cta__desc {
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.7;
}
.cta__buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta__buttons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;  transition: .2s
}
.cta__buttons a img {
  width: 18px;
  height: 18px;
}
.cta__buttons .filled {
  background: var(--color-heading);
}
.cta__buttons .outline {
  border: 0.9px solid rgba(255, 255, 255, 0.45);
}
/* =========================================================
     10. FOOTER
  ========================================================= */
.site-footer {
  background: #969696;
  padding: 40px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.64px;
  color: rgba(250, 248, 244, 0.55);
}
.zero_g {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.zero_g .fwv {
  position: relative;
  width: 100%;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #5b7fe0 0%, #7b5fe0 35%, #8b3fd6 65%, #6a1fbf 100%);
}
.zero_g .fwv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
/* 動画の上に軽くグラデーションを重ねて写真のような紫トーンに寄せる */
.zero_g .fwv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(90, 60, 200, 0.25) 0%, rgba(120, 40, 190, 0.15) 45%, rgba(150, 30, 180, 0.35) 100%);
  z-index: 2;
  pointer-events: none;
}
.zero_g .fwv__overlay {
  position: relative;
  z-index: 3;
  max-width: 380px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.zero_g .fwv__overlay.visible {
  opacity: 1;
  transform: translateY(0);
}
.zero_g .fwv__overlay--right {
  margin-left: auto;
  margin-right: 8%;
  text-align: left;
}
.zero_g .fwv__overlay h2 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 16px;
  color: #ffffff;
}
.zero_g .fwv__overlay p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
}
.zero_g .btn {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.zero_g .btn--white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn--white:hover {
  background-color: #ffffff;
  color: #6a1fbf;
}
.mute-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease;
}
.mute-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 768px) {
  .zero_g .fwv {
    min-height: 560px;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .zero_g .fwv__overlay--right {
    margin: 0 24px;
    max-width: 100%;
  }
  .zero_g .fwv__overlay h2 {
    font-size: 22px;
  }
  .zero_g .fwv__overlay p {
    font-size: 0.875rem;
  }
  .zero_g .fwv__overlay--right {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}
/* =========================================================
     RESPONSIVE
  ========================================================= */
@media (max-width: 1024px) {
  .wrap, .compare, .lineup, .stores, .voices {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lineup {
    padding-left: 32px;
    padding-right: 32px;
  }
  .stores__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .section_inner {
    width: 100%;
    padding: 0 5%;
  }
  .compare .section_inner, .lineup_item .section_inner {
    padding: 0;
  }
  .section_inner_sp {
    padding: 0 5%;
  }
  .hero {
    padding: 60px 0;
    aspect-ratio: 375 / 500;
  }
  .hero__label {
    font-size: 16px;
    margin: 0;
  }
  .hero__heading {
    display: block;
    margin: 0 0 10px;
  }
  .hero__body {
    font-size: 15px;
    line-height: 1.7;
  }
  .hero__content {
    margin-top: 0vw;
    max-width: 100%;
  }
  .intro, .scenes {
    padding: 40px 0;
  }
  .wrap {
    padding: 0;
  }
  .intro__heading, .scenes__heading {
    font-size: 25px;
    line-height: 1.4;
  }
  .intro__body {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .lineup__product-attention {
    margin-top: 6px;
    font-size: 11px;
  }
  .intro__image {
    padding: 0;
    margin: 0;
  }
  .scenes__list {
    gap: 30px;
    padding-top: 20px;
  }
  .scene {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .scene__media, .mask-frame, .mask-shape {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 470 / 290;
    max-width: 470px;
    margin: 0 !important;
    overflow: hidden;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    border-radius: 6px;
  }
  .memory-reclining-media {
    padding: 0 8vw 10px;
  }
  .mask-shape img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
  }
  .scene__number {
    font-size: 28px;
  }
  .scene__heading {
    font-size: 22px;
    line-height: 1.4;
  }
  .scene__body {
    font-size: 14px;
    margin: 0;
  }
  .compare, .stores, .voices {
    padding: 40px 0;
  }
  .lineup {
    padding: 0;
    gap: 20px;
  }
  .compare__heading {
    font-size: 22px;
  }
  .compare__grid {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .compare__card {
    padding: 20px;
    gap: 8px;
  }
  .compare__title {
    font-size: 25px;
    margin-bottom: 4px;
    line-height: 1.2;
  }
  .compare__photo {
    height: auto;
    width: 37%;
  }
  .compare__intro {
    font-size: 14px;
    margin: 6px 0 0;
  }
  .compare__desc {
    font-size: 14px;
  }
  .lineup__product-name_wrap {
    width: 100%;
  }
  .lineup__panel {
    padding: 40px 20px 20px;
    gap: 10px;
    border-radius: 0;
  }
  .lineup__title-block .name {
    font-size: 34px;
  }
  .lineup__diagram {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    gap: 30px;
  }
  .lineup__equation {
    padding: 20px;
    width: 100%;
  }
  .lineup__products-label {
    margin: 20px 0;
  }
  .lineup__title-block .kana {
    font-size: 14px;
    margin: 0;
  }
  .lineup__products-label .heading {
    font-size: 28px;
    margin: 0;
    line-height: 1.4;
  }
  .lineup__products-grid {
    flex-direction: column;
    gap: 0;
  }
  .lineup__equation-note {
    font-size: 14px;
    line-height: 1.6;
  }
  .lineup__product {
    padding: 16px;
    border-radius: 6px;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 0;
  }
  .lineup__product-image {
    flex-direction: row;
    padding: 0;
    height: 39vw;
  }
  .lineup__product-name {
    font-size: 20px;
    margin-top: 20px;
  }
  .lineup__product-desc {
    font-size: 14px;
    margin: 0;
  }
  .lineup__equation-parts {
    flex-wrap: nowrap;
    gap: 8px;
    display: flex;
  }
  .lineup__equation-parts img.part {
    flex-shrink: 0;
    width: 100%;
  }
  .lineup__equation-parts img.sign {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .lineup__diagram-photo {
    width: 100%;
    margin-top: 0;
    padding: 0 40px;
  }
  .hero__heading .mid {
    -webit-box-decoration-break: clone;
    font-size: 100%;
    -webit-box-decoration-break: clone;
  }
  .trust__hero-gradient {
    padding: 24px 24px 0;
  }
  .trust__cards {
    padding: 40px 0;
    flex-direction: column;
  }
  .trust__heading {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px;
  }
  .trust__desc {
    text-align: left;
    margin: 0 0 10px;
    font-size: 14px;
  }
  .trust__card p {
    font-size: 14px;
  }
  .trust__card-image {
    height: auto;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 470 / 310;
    max-width: 470px;
    margin: 0 !important;
    overflow: hidden;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    border-radius: 6px;
  }
  .trust__card-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .trust__badge {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 7px 10px;
    line-height: 1;
  }
  .trust__card {
    gap: 3px;
    border-radius: 6px;
    padding: 20px;
  }
  .voices__heading {
    font-size: 24px;
    margin: 10px 0 0;
    line-height: 1.6;
  }
  .voices__card {
    padding: 20px;
  }
  .voices__quote {
    font-size: 14px;
  }
  .voices__viewport {
    margin-top: 10px;
  }
  .faq {
    margin-top: 60px;
  }
  .faq__heading {
    font-size: 24px;
  }
  .faq__item summary {
    font-size: 15px;
    padding: 12px 0;
  }
  .faq__answer {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
  }
  .stores__heading {
    font-size: 24px;
    line-height: 1.2;
  }
  .stores__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .stores__card-body {
    padding: 16px;
    gap: 6px;
  }
  .stores__notice {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    margin-top: 20px;
    gap: 10px;
  }
  .stores__intro {
    font-size: 14px;
    margin: 30px 0 0;
  }
  .stores__notice p {
    font-size: 14px;
    text-align: left;
  }
  .stores__card-photo {
    height: 110px;
  }
  .stores__card-row {
    font-size: 13px;
  }
  .stores__card h3 {
    font-size: 18px;
  }
  .stores__card-info {
    gap: 6px;
  }
  .cta {
    padding: 40px 10px;
  }
  .cta__heading {
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
  }
  .cta__desc {
    font-size: 14px;
    text-align: left;
    margin: 10px auto 0;
  }
  .btn-link {
    padding: 12px;
    font-size: 13px;
  }
  .lineup__product-cta {
    margin-top: 10px;
  }
  .lineup__product-tag {
    font-size: 12px;
    margin-top: -17px;
  }
  .lineup__products-label .heading small {
    font-size: 20px;
    display: block;
  }
  .lineup__products {
    margin-top: 20px;
    padding: 0;
  }
  .btn-solid {
    padding: 6px 20px 7px;
    font-size: 13px;
  }
  .eyebrow {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .memory-btn {
    padding: 40px 0;
    margin-top: 0;
  }
  .memory-btn__intro-media {
    width: 100%;
    padding: 0 40px;
    aspect-ratio: inherit;
    border-radius: 10px;
  }
  .memory-btn__steps {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .memory-btn__intro {
    flex-direction: column;
    gap: 20px;
  }
  .memory-btn__heading {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .memory-btn__eyebrow {
    font-size: 14px;
    display: inline;
    margin: 0 auto;
    padding: 4px 10px 4px;
  }
  .memory-btn__body {
    font-size: 15px;
    line-height: 1.6;
    margin: 6px 0 0;
    text-align: left;
  }
  .memory-btn__step-media {
    height: 180px;
  }
  .memory-btn__compare-list li {
    font-size: 14px;
    padding: 0;
  }
  .memory-btn__compare-col--old .memory-btn__compare-title, .memory-btn__compare-col--new .memory-btn__compare-title {
    font-size: 16px;
    margin: 0 0 4px;
  }
  .memory-btn__badge {
    font-size: 14px;
    padding: 8px 12px 4px;
    text-align: left;
    display: flex;
  }
  .memory-btn__steps-heading {
    font-size: 22px;
    margin: 20px 0 0;
    text-align: center;
  }
  .memory-btn__steps-grid {
    flex-direction: column;
    margin-top: 10px;
    gap: 24px;
  }
  .memory-btn__step {
    gap: 0;
    border-radius: 6px;
    padding: 12px 20px;
  }
  .memory-btn__step::before {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -112%;
    transform: rotate(90deg);
  }
  .memory-btn__step-title {
    font-size: 16px;
    text-align: left;
    width: 100%;
  }
  .memory-btn__step-desc {
    text-align: left;
    line-height: 1.5;
  }
  .memory-btn__compare {
    flex-direction: column;
    display: flex;
    margin-top: 20px;
  }
  .memory-btn__compare-col {
    padding: 16px;
  }
	
	.memory-btn__intro-text {text-align: center;}	
	
  .site-footer {
    padding: 24px;
  }
  .hero__heading span {
    font-size: 24px;
    webit-box-decoration-break: clone;
    padding: 2px 4px;
    line-height: 1.4;
    display: inline;
    -webit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .compare__badge, .lineup__title-block .name {
    font-size: 10px;
    padding: 2px 8px;
  }
  .zero_g {
    margin-top: 0;
    border-radius: 0;
  }
  .lineup__title-block .name {
    font-size: 44px;
  }
  .lineup__equation {
    padding: 20px;
    gap: 10px;
  }
  .lineup__equation-parts {
    gap: 0;
  }
  .lineup__equation-parts img.part {
    width: 100%;
  }
  .lineup__equation-parts img.sign {
    width: 14px;
    height: 14px;
  }
  .cta__buttons {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    gap: 12px;
  }
  .cta__buttons a {
    width: 100%;
    justify-content: center;
    padding: 12px 32px;
    font-size: 14px;
  }
  .stores__notice h3 {
    font-size: 18px;
    text-align: left;
  }
	.lineup__equation-note_02 {
    margin: 0;
}	
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media (max-width: 900px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}