﻿@charset "UTF-8";

/* ==============================
  Root
============================== */
#container {
  --color-blue: #2563a8;
  --color-purple: #7c6fae;
  --color-purple-text: #7c6fae;
  --color-white: #ffffff;
  --color-black: #334155;
  --content-width: 750px;
}

/* ==============================
  Common
============================== */
#container {
  width: 100%;
  overflow: hidden;
}

#container * {
  box-sizing: border-box;
}

#container img {
  display: block;
  max-width: 100%;
  height: auto;
}

#container .wrapper {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.733vw;
  line-height: 1.7;
  color: var(--color-black);
}

#container .sp-br {
  display: block;
}

#container .pc-br {
  display: none;
}

#container .worries-inner,
#container .lineup-inner,
#container .care-inner,
#container .strength-inner,
#container .point-inner {
  padding: 8vw 4.8vw 12vw;
}

#container h2,
#container h2 span,
#container h2 em {
  margin: 0;
  color: #334155;
  font-size: 6.3vw;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

#container h2 span,
#container h2 em {
  display: block;
}

#container h2 em {
  color: var(--color-blue);
  font-style: normal;
  margin-top: 1.8vw;
}

/* ==============================
  固定ナビ　Fixed Navigation
============================== */
#container .fixed-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 env(safe-area-inset-bottom);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 -1.2vw 3vw rgba(15, 23, 42, 0.22);
}

#container .fixed-nav-link {
  display: grid;
  place-items: center;
  min-height: 14vw;
  padding: 2vw 1vw;
  background-color: #2563a8;
  color: var(--color-white);
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

#container .fixed-nav-link strong {
  display: block;
  font-size: 3.8vw;
  font-weight: 700;
}

/* ==============================
  mainvisual
============================== */
#container .mainvisual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #eaf5f7 0%, #ffffff 52%, #e8f7fb 100%);
}

#container .mainvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/fv_img.png) left -2vw top / auto 80% no-repeat;
  opacity: 0.9;
  pointer-events: none;
}

#container .mainvisual-inner {
  position: relative;
  min-height: 105vw;
  padding: 7vw 5.0vw 0;
}

#container .mainvisual-copy {
  position: relative;
  z-index: 3;
}

#container .mainvisual-title,
#container .mainvisual-series,
#container .mainvisual-name,
#container .mainvisual-function-title {
  margin: 0;
  letter-spacing: 0;
}

#container .mainvisual-title {
  color: var(--color-blue);
  font-size: 7.2vw;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  text-shadow: 1px 1px 7px rgba(255, 255, 255, 0.7),
    -1px 1px 7px rgba(255, 255, 255, 0.7),
    1px -1px 7px rgba(255, 255, 255, 0.7),
    -1px -1px 7px rgba(255, 255, 255, 0.7);
}

#container .mainvisual-product {
  position: absolute;
  z-index: 3;
  top: 36vw;
  left: 41vw;
  width: 51vw;
  text-align: center;
}

#container .mainvisual-series {
  font-size: 2.75vw;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

#container .mainvisual-name {
  margin-top: 0.5vw;
  font-size: 5.0vw;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

#container .mainvisual-function {
  position: absolute;
  z-index: 4;
  top: 31vw;
  left: 0.3vw;
  width: 27.5vw;
}

#container .mainvisual-function-title {
  display: grid;
  place-items: center;
  min-height: 6.25vw;
  background-color: rgba(127, 114, 180, 0.9);
  color: var(--color-white);
  font-size: 2.95vw;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

#container .mainvisual-function-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

#container .mainvisual-function-list li {
  display: grid;
  place-items: center;
  min-height: 5.25vw;
  padding: 0.2em 0.3em;
  background-color: rgba(255, 255, 255, 0.84);
  color: var(--color-purple-text);
  font-size: 2.55vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#container .mainvisual-item {
  position: absolute;
  z-index: 2;
  right: -6.2vw;
  bottom: -15vw;
  width: 106vw;
}

#container .mainvisual-item img {
  width: 100%;
}

#container .mainvisual-message {
  position: relative;
  z-index: 5;
  padding: 5.2vw 4vw 5.6vw;
  background-color: #3b82c4;
  color: var(--color-white);
  text-align: center;
}

#container .mainvisual-message-title,
#container .mainvisual-message-text {
  margin: 0;
}

#container .mainvisual-message-title {
  font-size: 5.2vw;
  font-weight: 400;
  line-height: 1.45;
}

#container .mainvisual-message-text {
  margin-top: 1.6vw;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.65;
}

/* ==============================
  worries
============================== */
#container .worries {
  position: relative;
  overflow: hidden;
  background-color: #eaf6fd;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.85) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.85) 1px, transparent 1px);
  background-size: 3.733vw 3.733vw;
}

#container .worries-inner {
  position: relative;
  min-height: 66vw;
  padding-bottom: 8vw;
}

#container .worries-title {
  position: relative;
  z-index: 2;
}

#container .worries-list {
  position: relative;
  z-index: 2;
  width: 90vw;
  margin: 4.2vw 0 0;
  padding: 0;
  list-style: none;
}

#container .worries-list li {
  position: relative;
  min-height: 10.8vw;
  padding-left: 6.8vw;
  color: #334155;
  font-size: 4.2vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 2.0vw;
}

#container .worries-list li + li {
  margin-top: 1.3vw;
}

#container .worries-list li::before {
  content: "";
  position: absolute;
  top: 0.1vw;
  left: 0;
  width: 5vw;
  height: 5vw;
  background: url("/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/list-mark.png") center / contain no-repeat;
}

#container .worries-list em {
  color: var(--color-blue);
  font-style: normal;
  font-weight: 700;
}

#container .worries-image {
  position: absolute;
  right: 3vw;
  bottom: 0;
  z-index: 1;
  width: 41vw;
}

#container .worries-image img {
  width: 100%;
}

/* ==============================
  lineup
============================== */
#container .lineup {
  background-color: var(--color-white);
}

#container .lineup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9vw 3vw;
  margin-top: 6.5vw;
}

#container .lineup-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

#container .lineup-card-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

#container .lineup-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1vw;
}

#container .lineup-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 1px solid #e5e7eb;
  background-color: var(--color-white);
}

#container .lineup-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#container .lineup-card-name {
  min-height: 11vw;
  margin: 3.2vw 0 0;
  color: #334155;
  font-size: 3.9vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

#container .lineup-card-name span {
  display: block;
  color: var(--color-blue);
  font-weight: 500;
}

#container .lineup-card-tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1.4vw 1.2vw;
  min-height: 12.2vw;
  margin: 2.2vw 0 0;
  padding: 0;
  list-style: none;
}

#container .lineup-card-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 5.2vw;
  padding: 0.65em 0.65em;
  border-radius: 0.8vw;
  background-color: #f0eef8;
  color: var(--color-purple-text);
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

#container .lineup-card-price {
  margin: 2.5vw 0 0;
  color: #b33a3a;
  font-size: 4.6vw;
  font-weight: 500;
  line-height: 1.15;
}

#container .lineup-card-tax {
  margin: 0.8vw 0 0;
  color: #64748b;
  font-size: 2.9vw;
  font-weight: 400;
  line-height: 1.35;
}

#container .lineup-card-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 9.8vw;
  margin: 3.4vw 0 0;
  border-radius: 1.6vw;
  background-color: #2563a8;
  color: var(--color-white);
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

#container .lineup-card-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 2.2vw;
  height: 2.2vw;
  border-top: 0.35vw solid var(--color-white);
  border-right: 0.35vw solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
}

/* ==============================
  care
============================== */
#container .care,
#container .strength {
  background: #e7f5ff url("/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/section-bg.png") center top -24vw / cover no-repeat;
}

#container .care-list {
  display: grid;
  gap: 8vw;
  margin-top: 6vw;
}

#container .care-card,
#container .strength-card {
  border: 1.6vw solid transparent;
  background:
    linear-gradient(var(--color-white), var(--color-white)) padding-box,
    linear-gradient(30deg, #9a9aa6 0%, #d1d1d8 25%, #9a9aa6 50%, #d1d1d8 75%, #9a9aa6 100%) border-box;
  box-shadow: 1vw 1.4vw 3vw rgba(51, 65, 85, 0.16);
}

#container .care-card {
  overflow: hidden;
  padding: 5vw 5vw 7vw;
  border-radius: 4.8vw;
}

#container .care-card-title {
  margin: 0 0 4vw;
  color: #334155;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

#container .care-card-image {
  margin: 0;
}

#container .care-card-image img {
  width: 100%;
}

#container .care-card-functions {
  display: grid;
  gap: 2.2vw;
  margin: 3.2vw 0 3.2vw;
  padding: 0;
  list-style: none;
}

#container .care-card-functions li {
  display: grid;
  place-items: center;
  min-height: 9vw;
  border-radius: 2.4vw;
  background-color: #f0eef8;
  color: var(--color-purple-text);
  font-size: 5.1vw;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}

#container .care-card-label {
  color: #8a8f99;
  font-size: 4.6vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1vw;
}

#container .care-card-text {
  color: #334155;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.4;
}

#container .care-card-text a {
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

#container .care-card-text a:visited {
  color: var(--color-blue);
}

/* ==============================
  strength
============================== */
#container .strength-list {
  display: grid;
  gap: 18vw;
  margin-top: 16vw;
}

#container .strength-card {
  position: relative;
  padding: 29vw 5vw 6.5vw;
  border-radius: 3.2vw;
}

#container .strength-card-icon {
  position: absolute;
  top: -14vw;
  left: 50%;
  width: 42vw;
  margin: 0;
  transform: translateX(-50%);
}

#container .strength-card-icon img {
  width: 100%;
}

#container .strength-card-title {
  margin: 0;
  padding: 3.2vw 2vw;
  border-radius: 0.8vw;
  background-color: #e8f4ff;
  color: #3b8ee5;
  font-size: 5.8vw;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

#container .strength-card-title strong {
  display: block;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.25;
}

#container .strength-card-title strong::before {
  content: "\\";
  margin-right: 0.2em;
  font-weight: 400;
}

#container .strength-card-title strong::after {
  content: "/";
  margin-left: 0.2em;
  font-weight: 400;
}

#container .strength-card-text {
  margin: 4.2vw 0 0;
  padding: 0;
  list-style: none;
}

#container .strength-card-text li {
  position: relative;
  padding-left: 4.8vw;
  color: #334155;
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

#container .strength-card-text li + li {
  margin-top: 1.8vw;
}

#container .strength-card-text li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 2.8vw;
  height: 2.8vw;
  border-radius: 50%;
  background-color: #3b8ee5;
}

#container .strength-card-text strong {
  font-weight: 700;
}

/* ==============================
  point
============================== */
#container .point {
  background-color: var(--color-white);
}

#container .point-nav {
  margin-top: 5.5vw;
}

#container .point-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw 1.4vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

#container .point-nav-list li {
  width: 29vw;
}

#container .point-nav-list li:nth-child(n + 4) {
  width: 31.2vw;
}

#container .point-nav-link {
  position: relative;
  display: block;
  min-height: 12vw;
  padding: 2vw 0.4vw 4vw;
  border-radius: 1.8vw;
  background-color: #2563a8;
  box-shadow: 0 0.8vw 1.3vw rgba(15, 23, 42, 0.18);
  color: var(--color-white);
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

#container .point-nav-line {
  display: inline-block;
  white-space: nowrap;
}

#container .point-nav-link strong {
  display: inline;
  font-weight: 700;
}

#container .point-nav-link::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 2.2vw;
  width: 1.6vw;
  height: 1.6vw;
  border-right: 0.35vw solid var(--color-white);
  border-bottom: 0.35vw solid var(--color-white);
  transform: translateX(50%) rotate(45deg);
}

#container .point-list {
  display: grid;
  gap: 9vw;
  margin-top: 6vw;
}

#container .point-card {
  padding: 4.2vw 6.2vw 6.4vw;
  border-radius: 3.2vw;
  background-color: #e7f4ff;
}

#container .point-card-number {
  margin: 0;
  color: #8ec9ff;
  font-family: "Futura PT", "Noto Sans JP", sans-serif;
  font-size: 4.6vw;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

#container .point-card-title {
  margin: 2vw 0 0;
  padding: 2.6vw 0;
  border-top: 1px solid #2563a8;
  border-bottom: 1px solid #2563a8;
  color: var(--color-blue);
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#container .point-card-course {
  margin: 3.8vw 0 0;
  color: var(--color-blue);
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

#container .point-card-image {
  margin: 4vw 0 0;
}

#container .point-card-image img {
  width: 100%;
}

#container .point-card-label {
  margin: 4vw 0 0;
  color: #334155;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.4;
}

#container .point-card-menu {
  margin: 0.8vw 0 0;
  color: #2563a8;
  font-size: 5.2vw;
  font-weight: 600;
  line-height: 1.5;
}

#container .point-card-text {
  margin: 3vw 0 0;
  color: #334155;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.65;
}

#container .point-card-recommend {
  margin: 4.8vw 0 0;
  padding: 1.8vw;
  background-color: var(--color-white);
  color: var(--color-blue);
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.26;
  text-align: center;
}

#container .point-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6vw;
  margin-top: 5.2vw;
}


#container .point-product-list.is-single {
  grid-template-columns: minmax(0, 48%);
  justify-content: center;
}#container .point-product-name {
display: grid;
  place-items: center;
  min-height: 7.2vw;
  border-radius: 1.862vw;
  background-color: #7c6fae;
  color: var(--color-white);
  font-size: 4.8vw;
  font-weight: 500;
  padding: 0.6vw 0 1vw;
  text-align: center;
}

#container .point-product-image {
  margin: 3.2vw 0 0;
  background-color: var(--color-white);
}

#container .point-product-image img {
  width: 100%;
}

#container .point-menu-title {
  margin: 3vw 0 0;
  padding-bottom: 0.8vw;
  border-bottom: 1px solid #2563a8;
  color: var(--color-blue);
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.8;
}

#container .point-menu-list {
  margin: 1vw 0 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.6;
}

/* ==============================
  solution
============================== */
#container .solution {
  overflow: hidden;
  background: #dcefff url(/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/footer-bg.jpg) center top -15vw / auto 110% no-repeat;
}

#container .solution-inner {
  position: relative;
  min-height: 158vw;
  padding: 6vw 4.8vw 0;
}

#container h2.solution-title,
#container h2.solution-title span {
  font-size: 4.7vw;
  font-weight: 500;
  line-height: 1.55;
}

#container h2.solution-title strong {
  display: inline;
  font-weight: 700;
}

#container .solution-lead {
  margin: 3.0vw 0;
  color: #0f172a;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

#container .solution-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3vw;
  width: 77vw;
  margin: 5vw auto 0;
  padding: 0;
  list-style: none;
}

#container .solution-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 10.5vw;
  padding: 1.4vw 3.0vw 2.4vw 9vw;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.01vw;
}

#container .solution-list-number {
  position: absolute;
  top: 15%;
  left: -2.5vw;
  color: #80b7ef;
  font-family: "Futura PT", "Noto Sans JP", sans-serif;
  font-size: 6.8vw;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

#container .solution-list-text {
  display: block;
  color: #334155;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.45;
}

#container .solution-list-text strong {
  color: var(--color-blue);
  font-weight: 700;
}

#container .solution-item {
  position: absolute;
  z-index: 1;
  right: 13vw;
  bottom: 0vw;
  width: 75vw;
}

#container .solution-item img {
  width: 100%;
}

#container .solution-product {
  position: absolute;
  right: 0;
  bottom: 6.6vw;
  left: 0;
  z-index: 2;
  text-align: center;
}

#container .solution-product-name,
#container .solution-product-text {
  margin: 0;
  color: #0f172a;
}

#container .solution-product-name {
  font-size: 7.6vw;
  font-weight: 700;
  line-height: 1.2;
}

#container .solution-product-text {
  margin-top: 1vw;
  font-size: 3.1vw;
  font-weight: 400;
  line-height: 1.5;
}

/* ==============================
  FAQ
============================== */
#container .faq {
  background-color: #e5f3ff;
}

#container .faq-inner {
  padding: 10vw 5.2vw 12vw;
}

#container h2.faq-title,
#container h2.faq-title span {
  font-size: 5.2vw;
  text-align: center;
  letter-spacing: 0;
}

#container .faq-title-en {
  display: block;
  color: #85b7eb;
  font-family: "Futura PT", "Noto Sans JP", sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
}

#container .faq-title-ja {
  display: block;
  margin-top: 1.2vw;
  color: #334155;
  font-size: 6.3vw;
  font-weight: 500;
  line-height: 1.35;
}

#container .faq-list {
  margin-top: 6vw;
  padding: 6vw 5.6vw;
  border-radius: 4.8vw;
  background-color: var(--color-white);
}

#container .faq-item {
  border-bottom: 1px solid #7c8492;
}

#container .faq-item:last-child {
  border-bottom: none;
}

#container .faq-question {
  position: relative;
  padding: 4.4vw 8vw 4.4vw 0;
  color: #2563a8;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
  cursor: pointer;
}

#container .faq-question::-webkit-details-marker {
  display: none;
}

#container .faq-question::before,
#container .faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #b9bdc6;
  transform: translateY(-50%);
  right: 2vw;
}

#container .faq-question::before {
  width: 3vw;
  height: 1px;
}

#container .faq-question::after {
  right: 3.45vw;
  width: 1px;
  height: 3vw;
}

#container .faq-item[open] .faq-question::after {
  opacity: 0;
}

#container .faq-answer {
  padding: 0 0 4.8vw;
}

#container .faq-answer p {
  margin: 0;
  color: #5f6470;
  font-size: 4.0vw;
  font-weight: 400;
  line-height: 1.75;
}

/* ==============================
  PC
============================== */
@media screen and (min-width:768px) {
  #container .wrapper {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  #container .sp-br {
    display: none;
  }

  #container .pc-br {
    display: block;
  }

  #container h2,
  #container h2 span,
  #container h2 em {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.35;
  }

  #container h2 em {
    margin-top: 2px;
    color: var(--color-blue);
  }

/* ==============================
PC 固定ナビ　Fixed Navigation
============================== */
#container .fixed-nav {
    bottom: 24px;
    width: 710px;
    max-width: none;
    gap: 8px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px);
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  }

  #container .fixed-nav-link {
    min-height: 38px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
    font-size: 20px;
    padding: 10px 0;
  }

  #container .fixed-nav-link strong {
    font-size: 24px;
  }

    #container .fixed-nav.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

/* ==============================
  PC mainvisual
============================== */
  #container .mainvisual {
    background:
      url("/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/fv_img.png") left top / auto 724px no-repeat,
      linear-gradient(90deg, #eaf5f7 0%, #ffffff 52%, #e8f7fb 100%);
  }

  #container .mainvisual::before {
  content: none;
  }

  #container .mainvisual-inner {
    position: relative;
    width: 100%;
    min-height: 580px;
    padding: 38px 0 0;
  }

  #container .mainvisual-title {
    width: 620px;
    margin: 0 auto;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    text-shadow: none;
  }

  #container .mainvisual-product {
    top: 124px;
    left: 50%;
    width: 360px;
    transform: translateX(-50%);
  }

  #container .mainvisual-series {
    font-size: 16px;
    line-height: 1.4;
  }

  #container .mainvisual-name {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 400;
    margin-top:1px;
  }

  #container .mainvisual-function {
    top: 213px;
    left: calc(50% - 388px);
    width: 366px;
  }

  #container .mainvisual-function-title {
    min-height: 48px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 3px;
  }

  #container .mainvisual-function-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  #container .mainvisual-function-list li {
    min-height: 41px;
    padding: 4px 8px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
  }

  #container .mainvisual-function-list li:last-child {
    grid-column: 1 / -1;
  }

  #container .mainvisual-item {
    right: calc(50% - 582px);
    bottom: -150px;
    width: 882px;
  }

  #container .mainvisual-message {
    padding: 32px 20px 34px;
  }

  #container .mainvisual-message-title {
    font-size: 32px;
    line-height: 1.35;
  }

  #container .mainvisual-message-text {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.5;
  }

  /* ==============================
    PC worries
  ============================== */
  #container .worries {
    background-size: 12px 12px;
  }

  #container .worries-inner {
    position: relative;
    width: 750px;
    min-height: 365px;
    margin: 0 auto;
    padding: 50px 0 0;
  }

  #container .worries-title {
    width: 500px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
  }

  #container .worries-list {
    width: 520px;
    margin: 24px 0 0;
  }

  #container .worries-list li {
    min-height: auto;
    padding-left: 48px;
    font-size: 24px;
    margin-bottom: 18px;
  }

  #container .worries-list li + li {
    margin-top: 8px;
  }

  #container .worries-list li::before {
    top: 1px;
    width: 36px;
    height: 36px;
  }

  #container .worries-image {
    right: 0;
    bottom: 0;
    width: 245px;
  }

    /* ==============================
    PC lineup
  ============================== */
  #container .lineup-inner {
    width: 750px;
    margin: 0 auto;
    padding: 58px 0 70px;
  }

  #container .lineup-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 8px;
    margin-top: 46px;
  }

  #container .lineup-card-body {
    padding: 0 10px;
  }

  #container .lineup-card-image {
    aspect-ratio: 1 / 1;
  }

  #container .lineup-card-name {
    min-height: 50px;
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.35;
  }

  #container .lineup-card-tags {
    gap: 6px;
    min-height: 58px;
    margin-top: 8px;
  }

  #container .lineup-card-tags li {
    min-height: 23px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.2;
  }

  #container .lineup-card-price {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.15;
  }

  #container .lineup-card-tax {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.35;
  }

  #container .lineup-card-button {
    min-height: 52px;
    margin-top: 14px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
  }

  #container .lineup-card-button::after {
    right: 18px;
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
    /* ==============================
    PC care
  ============================== */
  #container .care {
    background: #e7f5ff url("/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/section-bg.png") center top -30px / cover no-repeat;
  }

  #container .care-inner {
    width: 750px;
    margin: 0 auto;
    padding: 58px 0 66px;
  }

  #container .care-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
    margin-top: 38px;
  }

  #container .care-card {
    padding: 26px 24px 30px;
    border-width: 5px;
    border-radius: 12px;
    box-shadow: 8px 10px 20px rgba(51, 65, 85, 0.16);
  }

  #container .care-card-title {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25;
  }

  #container .care-card-functions {
    gap: 8px;
    margin: 10px 0 16px;
  }

  #container .care-card-functions li {
    min-height: 45px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 1.2;
  }

  #container .care-card-label {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.45;
  }

  #container .care-card-text {
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.55;
  }

  #container .care-card-text:last-child {
    margin-bottom: 0;
  }

  /* ==============================
    PC strength
  ============================== */
  #container .strength {
    background: #e7f5ff url("/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/section-bg.png") center top -30px / cover no-repeat;
  }

  #container .strength-inner {
    width: 750px;
    margin: 0 auto;
    padding: 58px 0 70px;
  }

  #container .strength-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 40px;
    margin-top: 66px;
  }

  #container .strength-card {
    padding: 115px 24px 26px;
    border-width: 5px;
    border-radius: 12px;
    box-shadow: 8px 10px 20px rgba(51, 65, 85, 0.16);
  }

  #container .strength-card-icon {
    top: -56px;
    width: 165px;
  }

  #container .strength-card-title {
    padding: 14px 10px 16px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
  }

  #container .strength-card-title strong {
    font-size: 28px;
    line-height: 1.25;
  }

  #container .strength-card-text {
    margin-top: 14px;
  }

  #container .strength-card-text li {
    padding-left: 16px;
    font-size: 20px;
    line-height: 1.55;
  }

  #container .strength-card-text li + li {
    margin-top: 6px;
  }

  #container .strength-card-text li::before {
    top: 0.6em;
    width: 10px;
    height: 10px;
  }
  /* ==============================
    PC point
  ============================== */
  #container .point-inner {
    width: 750px;
    margin: 0 auto;
    padding: 58px 0 70px;
  }

  #container .point-nav {
    margin-top: 34px;
  }

  #container .point-nav-list {
    gap: 20px 18px;
  }

  #container .point-nav-list li,
  #container .point-nav-list li:nth-child(n + 4) {
    width: 238px;
  }

  #container .point-nav-link {
    min-height: 70px;
    padding: 19px 10px 24px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1.25;
  }

  #container .point-nav-link::after {
    bottom: 14px;
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  #container .point-list {
    gap: 50px;
    margin-top: 40px;
  }

  #container .point-card {
    position: relative;
    display: block;
    min-height: 750px;
    padding: 24px 30px 34px;
    border-radius: 10px;
  }

  #container .point-card-number {
    font-size: 20px;
    line-height: 1.4;
  }

  #container .point-card-title {
    margin-top: 8px;
    padding: 12px 0 14px;
    font-size: 34px;
    line-height: 1.2;
  }

  #container .point-card-course {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.35;
  }

  #container .point-card-image {
    width: 300px;
    margin-top: 24px;
  }

  #container .point-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  #container .point-card-label {
    width: 300px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.4;
  }

  #container .point-card-menu {
    width: 300px;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.55;
  }

  #container .point-card-text {
    width: 300px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.55;
  }

  #container .point-card-recommend {
    position: absolute;
    top: 209px;
    right: 30px;
    width: 360px;
    margin: 0;
    padding: 8px 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  #container .point-product-list {
    position: absolute;
    top: 269px;
    right: 30px;
    display: grid;
    grid-template-columns: repeat(2, 170px);
    gap: 12px 20px;
    width: 360px;
    margin: 0;
  }

  #container .point-product-list.is-single {
    grid-template-columns: 170px;
  }

  #container .point-product-name {
    min-height: 36px;
    border-radius: 18px;
    padding: 4px 8px 6px;
    font-size: 20px;
    line-height: 1.2;
  }

  #container .point-product-image {
    margin-top: 12px;
  }

  #container .point-product-image img {
    width: 170px;
    height: 170px;
    object-fit: contain;
  }

  #container .point-menu-title {
    margin-top: 14px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 1.35;
  }

  #container .point-menu-list {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.55;
  }

  /* ==============================
    PC solution
  ============================== */
  #container .solution {
    background: #dcefff url("/contents/shop/sevenbeauty/img/freepage/multi-facialdevice-pro/footer-bg.jpg") center center / cover no-repeat;
  }

  #container .solution-inner {
    position: relative;
    width: 1000px;
    min-height: 700px;
    margin: 0 auto;
    padding: 38px 0 0;
  }

  #container h2.solution-title,
  #container h2.solution-title span {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.35;
  }

  #container h2.solution-title strong {
    display: inline;
    font-weight: 700;
  }

  #container .solution-lead {
    margin-top:10px;
    font-size: 22px;
    line-height: 1.45;
  }

  #container .solution-list {
    position: absolute;
    top: 220px;
    left: 70px;
    z-index: 3;
    display: grid;
    gap: 18px;
    width: 350px;
    margin: 0;
  }

  #container .solution-list li {
    min-height: 76px;
    padding: 12px 24px 18px 58px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.86);
  }

  #container .solution-list-number {
    top: 10%;
    left: -5px;
    font-size: 48px;
    font-weight: 500;
  }

  #container .solution-list-text {
    font-size: 24px;
    line-height: 1.35;
  }

  #container .solution-item {
    right: 182px;
    bottom: 20px;
    width: 410px;
  }

  #container .solution-product {
    bottom: 32px;
  }

  #container .solution-product-name {
    font-size: 52px;
    line-height: 1.15;
  }

  #container .solution-product-text {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.45;
  }
  /* ==============================
    PC faq
  ============================== */
  #container .faq {
    background-color: #e5f3ff;
  }

  #container .faq-inner {
    width: 750px;
    margin: 0 auto;
    padding: 54px 0 70px;
  }

  #container h2.faq-title,
  #container h2.faq-title span {
    margin: 0;
    text-align: center;
    font-size:32px;
  }

  #container .faq-title-en {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  #container .faq-title-ja {
    margin-top: 8px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.35;
  }

  #container .faq-list {
    margin-top: 34px;
    padding: 44px 30px 42px;
    border-radius: 18px;
  }

  #container .faq-question {
    padding: 22px 48px 20px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }

  #container .faq-question::before,
  #container .faq-question::after {
    right: 18px;
  }

  #container .faq-question::before {
    width: 18px;
  }

  #container .faq-question::after {
    right: 26px;
    height: 18px;
  }

  #container .faq-answer {
    padding: 0 0 24px;
  }

  #container .faq-answer p {
    font-size: 19px;
    line-height: 1.65;
  }}

/* ==============================
  Scroll Animation
============================== */
#container .js-scroll-up,
#container .js-scroll-product,
#container .js-scroll-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#container .js-scroll-up {
  transform: translateY(24px);
}

#container .js-scroll-product {
  transform: scale(0.98);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

#container .js-scroll-right {
  transform: translateX(44px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

#container .js-scroll-up.is-show,
#container .js-scroll-product.is-show,
#container .js-scroll-right.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  #container .js-scroll-up,
#container .js-scroll-product,
#container .js-scroll-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


#container .point-nav-link {
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#container .point-nav-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}





