* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #000;
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------ */
/* Base Layout */
/* ------------------------------------------------------------ */

.lp-alpha-page {
  display: grid;
  gap: 120px;
}

.lp-alpha-container {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.lp-alpha-section-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0;
}

@media (max-width: 768px) {

  .lp-alpha-container {
    padding: 0 24px;
  }

  .lp-alpha-section-title {
    font-size: 24px;
  }
}

/* ------------------------------------------------------------ */
/* Base Layout ここまで */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Hero Section */
/* ------------------------------------------------------------ */

.lp-alpha-hero-section {
  background: #ffffff;
}

.lp-alpha-hero-container {
  padding: 32px 0;
}

.lp-alpha-hero-grid {
  display: grid;
  grid-template-columns: auto 620px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.lp-alpha-hero-slider-col {
  position: relative;
  margin-left: 40px;
  margin-top: 0;
}

.lp-alpha-hero-label {
  padding: 8px 16px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.lp-alpha-hero-column {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  margin: 360px 0 0;
}

.lp-alpha-hero-column--sp {
  display: none;
}

.lp-alpha-hero-sp-logo {
  display: none;
}

.lp-alpha-hero-column--pc {
  display: block;
}

.lp-alpha-hero-logo-row {
  display: flex;
  align-items: center;
  margin: 24px 0;
  position: relative;
  overflow: visible;
}

.lp-alpha-hero-logo {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 468px;
}

.lp-alpha-hero-logo--sp {
  display: none;
}

.lp-alpha-hero-logo--pc {
  display: block;
  margin-top: 20px;
}

.lp-alpha-hero-divider {
  display: block;
  width: 38px;
  height: 1px;
  background: #000000;
  margin: 40px 0;
}

.lp-alpha-hero-description {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 2.0;
  max-width: 360px;
}

.lp-alpha-hero-rule {
  display: block;
  width: 38px;
  height: 1px;
  background: #000000;
  margin: 24px 0 0 0;
}

.lp-alpha-hero-slider {
  position: relative;
  max-width: 580px;
  margin: 0 0 0 auto;
}

.lp-alpha-hero-sp-note {
  display: none;
}

.lp-alpha-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.lp-alpha-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.lp-alpha-slider-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s ease;
}

.lp-alpha-slider-slide:hover {
  opacity: 0.65;
}

.lp-alpha-slider-image {
  width: 100%;
  height: auto;
  position: relative;
}

.lp-alpha-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-alpha-slider-overlay {
  position: absolute;
  right: 2.5px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .lp-alpha-hero-container {
    padding: 0;
  }

  .lp-alpha-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-alpha-hero-slider {
    padding-top: 40px;
  }

  .lp-alpha-hero-slider-col {
    margin-left: 0;
    margin-top: 150px;
  }

  .lp-alpha-hero-label {
    font-size: 12px;
    padding: 6px 16px;
  }

  .lp-alpha-hero-column--sp {
    display: block;
    margin-top: 92px;
  }

  .lp-alpha-hero-sp-logo {
    display: block;
    width: 200px;
  }

  .lp-alpha-hero-column--pc {
    display: none;
  }

  .lp-alpha-hero-logo-row {
    margin: 0 24px;
  }

  .lp-alpha-hero-logo--sp {
    display: block;
    width: 300px;
  }

  .lp-alpha-hero-logo--pc {
    display: none;
  }

  .lp-alpha-hero-divider {
    display: none;
  }

  .lp-alpha-hero-description {
    margin: 0 40px;
  }

  .lp-alpha-hero-rule {
    margin-left: 24px;
  }

  .lp-alpha-hero-sp-note {
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
  }

  .lp-alpha-slider-image {
    width: 85%;
    max-width: 700px;
    height: 450px;
    margin: 0 0 0 auto;
  }

  .lp-alpha-slider-overlay {
    margin-bottom: 19.16px;
    bottom: 48px;
  }
}

.lp-alpha-slider-overlay-heading {
  display: flex;
  align-items: flex-end;
  gap: 1.76px;
  padding: 0 16.5px 0 0;
}

.lp-alpha-slider-overlay-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.lp-alpha-slider-number {
  font-size: 74px;
  line-height: 0.8;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

.lp-alpha-slider-overlay-line {
  width: 157px;
  height: 1px;
  background: #ffffff;
}

.lp-alpha-slider-username {
  font-size: 12px;
}

.lp-alpha-slider-username span {
  font-size: 24px;
}

.lp-alpha-slider-dots {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 16px 16px 0;
  align-self: flex-end;
}

.lp-alpha-slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d4d4d4;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.lp-alpha-slider-dot.is-active {
  background: #FF0000;
}

.lp-alpha-slider-dot:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.lp-alpha-roomclip {
  padding: 84px 24px 0;
}

.lp-alpha-roomclip-card {
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  background: #ffffff;
  max-width: 980px;
  margin: 0 auto;
  padding: 36.12px 40.21px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 50px;
}

.lp-alpha-roomclip-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.lp-alpha-roomclip-logo {
  width: 142px;
  height: 32px;
}

.lp-alpha-roomclip-question {
  font-size: 14px;
}

.lp-alpha-roomclip-description {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

@media (max-width: 768px) {
  .lp-alpha-roomclip {
    padding: 80px 24px 0;
  }

  .lp-alpha-roomclip-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 32px;
  }

  .lp-alpha-roomclip-question {
    font-size: 14px;
  }

  .lp-alpha-roomclip-description {
    font-size: 14px;
  }

  .lp-alpha-slider-dots-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 16px 0 24px;
  }

  .lp-alpha-slider-dots {
    margin: auto 0;
  }
}

/* ------------------------------------------------------------ */
/* Hero Section ここまで */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Product Section */
/* ------------------------------------------------------------ */

.lp-alpha-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 60px;
}

.lp-alpha-product-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  border: 8px solid #F3F3F3;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  transition: border-color 0.5s ease;
}

.lp-alpha-product-card:hover {
  border: 8px solid #B49965;
  cursor: pointer;

  .lp-alpha-product-link {
    background: #B49965;
    color: #FFFFFF;
  }

  .lp-alpha-product-link-arrow-default {
    opacity: 0;
  }

  .lp-alpha-product-link-arrow-hover {
    opacity: 1;
  }
}

.lp-alpha-product-image {
  width: 164px;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.lp-alpha-product-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.lp-alpha-product-copy-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: end;
  grid-template-rows: 1fr auto;
}

.lp-alpha-product-copy-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 16px 24px;
}

.lp-alpha-product-copy {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 8px;
}

.lp-alpha-product-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 auto 0;
  line-height: 1.0;
}

.lp-alpha-product-link {
  background: #F3F3F3;
  padding: 10px 20px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  position: relative;
  transition: background-color 0.5s ease;
  line-height: 1.0;
  margin: 0 24px 16px;
  height: 40px;
}

.lp-alpha-product-link:hover {
  background: #F3F3F3;
}

.lp-alpha-product-link img {
  width: 8px;
  height: 8px;
  margin-left: 8px;
}

.lp-alpha-product-link-arrow-default {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.lp-alpha-product-link-arrow-hover {
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
  .lp-alpha-product-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 24px;
  }

  .lp-alpha-product-card {
    padding: 12px 0;
  }

  .lp-alpha-product-image {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }

  .lp-alpha-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .lp-alpha-product-copy {
    font-size: 12px;
  }

  .lp-alpha-product-copy-content {
    padding: 4px 0 0 12px;
  }

  .lp-alpha-product-link {
    padding: 10px 16px;
    margin: 16px 8px 4px 12px;
  }
}

/* ------------------------------------------------------------ */
/* Product Section ここまで */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* User's Voice Section */
/* ------------------------------------------------------------ */

.lp-alpha-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.lp-alpha-voice-card {
  display: grid;
  gap: 16px;
  text-decoration: none;
  color: #000000;
  transition: opacity 0.5s ease;
}

.lp-alpha-voice-card:hover {
  opacity: 0.65;
}

.lp-alpha-voice-main {
  width: 100%;
}

.lp-alpha-voice-meta {
  display: grid;
  grid-template-columns: auto 1fr;
}

.lp-alpha-voice-product {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  grid-template-rows: auto 1fr;
  align-items: center;
  border-right: 0.5px solid #000000;
  padding-right: 10px;
}

.lp-alpha-voice-product-meta {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  justify-content: end;
  gap: auto;
  margin-top: auto;
}

.lp-alpha-voice-product-logo {
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-alpha-voice-product-logo img {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.lp-alpha-voice-label {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  font-weight: 700;
  margin: 0 14px 0 auto;
}

.lp-alpha-voice-number {
  font-size: 50px;
  text-align: center;
  line-height: 1;
  font-family: 'Noto Sans', sans-serif;
}

.lp-alpha-voice-details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  justify-content: space-between;
  margin-left: 24px;
}

.lp-alpha-voice-heading {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}

.lp-alpha-voice-user-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 16px;
  align-items: end;
}

.lp-alpha-voice-user-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lp-alpha-voice-user-photo img {
  width: 140px;
  height: 120px;
  object-fit: cover;
}

.lp-alpha-voice-user-info {
  font-size: 14px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  gap: 0;
}

.lp-alpha-voice-user-name {
  font-size: 12px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}

.lp-alpha-voice-user-room-number,
.lp-alpha-voice-user-family-number,
.lp-alpha-voice-user-product {
  font-size: 14px;
  line-height: 1.8;
}

.lp-alpha-voice-user-family-number--sp,
.lp-alpha-voice-user-product--sp {
  display: none;
}

.lp-alpha-voice-user-family-number--pc,
.lp-alpha-voice-user-product--pc {
  display: block;
}

.lp-alpha-voice-user-room-number span,
.lp-alpha-voice-user-family-number span,
.lp-alpha-voice-user-product span {
  font-size: 10px;
  line-height: 1.8;
}

.lp-alpha-voice-user-name span {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .lp-alpha-voice-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 64px;
  }

  .lp-alpha-voice-details {
    gap: 12px;
  }

  .lp-alpha-voice-user-row {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    margin-top: 0;
  }

  .lp-alpha-voice-user-photo img {
    width: 100%;
    height: 100%;
  }

  .lp-alpha-voice-user-info {
    font-size: 12px;
    line-height: 1.8;
  }

  .lp-alpha-voice-user-room-number,
  .lp-alpha-voice-user-family-number,
  .lp-alpha-voice-user-product {
    font-size: 12px;
  }

  .lp-alpha-voice-user-family-number--sp,
  .lp-alpha-voice-user-product--sp {
    display: block;
  }

  .lp-alpha-voice-user-family-number--pc,
  .lp-alpha-voice-user-product--pc {
    display: none;
  }
}

/* ------------------------------------------------------------ */
/* User's Voice Section ここまで */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Video Section */
/* ------------------------------------------------------------ */


.lp-alpha-fv-video-container {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  width: 750px;
  height: auto;
}

.lp-alpha-fv-video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media (max-width: 768px) {
  .lp-alpha-video-section {
    padding: 0;
  }

  .lp-alpha-fv-video-container {
    margin-top: 40px;
    width: 100%;
  }

  .lp-alpha-fv-video-container iframe {
    width: 100%;
  }
}

/* ------------------------------------------------------------ */
/* Video Section ここまで */
/* ------------------------------------------------------------ */

/* ============================================ */
/* Footer Section */
/* ============================================ */

.lp-alpha-footer {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 120px 0 64px;
}

.lp-alpha-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
}

.lp-alpha-footer-branding {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.lp-alpha-footer-logo {
  display: block;
  transition: opacity 0.5s ease;
}

.lp-alpha-footer-logo-image {
  width: 100%;
  max-width: 380px;
  height: auto;
}

.lp-alpha-footer-logo:hover {
  opacity: 0.7;
}

.lp-alpha-footer-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.lp-alpha-footer-info-item {
  display: flex;
  flex-direction: column;
}

.lp-alpha-footer-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 11px;
  margin-top: 6px;
}

.lp-alpha-footer-text {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

.lp-alpha-footer-copy {
  font-size: 12px;
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .lp-alpha-footer {
    padding: 80px 24px 80px;
  }

  .lp-alpha-footer-inner {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .lp-alpha-footer-heading {
    font-weight: 400;
    margin-top: 0;
  }

  .lp-alpha-footer-copy {
    margin-top: 120px;
    text-align: left;
  }

  .lp-alpha-footer-branding {
    gap: 24px;
  }

  .lp-alpha-footer-info {
    gap: 28px;
    padding: 0 8px;
  }

  .lp-alpha-footer-logo-image {
    width: 100%;
    height: auto;
  }
}

/* ============================================ */
/* Footer Section ここまで */
/* ============================================ */
