.fv {
  padding: 0;
  margin: 0;
  max-width: 375px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.container_04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 160px;
  z-index: 100;
  pointer-events: none;
}

.scrollbar-text_04 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px 110px;
  color: #535972;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}

.scrollbar_04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  height: 100px;
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #535972;
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #535972;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* キャッチフレーズ */
.worries {
  text-align: center;
  padding: 60px 0;
}

.worries p:last-of-type {
  margin-bottom: 0;
}

.worries-last {
  margin-top: 40px;
}

/* こんな方におすすめ */
.recommend {
  text-align: center;
  max-width: 335px;
  margin: 0 auto 40px;
  padding: 60px 20px;
  box-sizing: border-box;
}

.recommend h2 {
  margin-bottom: 40px;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 400;
  border-bottom: 1px solid #535972;
  display: inline-block;
  padding-bottom: 8px;
  width: 240px;
}

.recommend ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 240px;
  text-align: left;
}

.recommend li {
  position: relative;
  padding-left: 28px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.recommend li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23535972" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center;
  background-size: 14px;
  background-color: rgba(207, 227, 225, 0.3);
  flex-shrink: 0;
}

/* 肌のしくみ */
.structure {
  text-align: center;
  max-width: 335px;
  margin: 0 auto 40px;
  padding: 0px 0px 60px 0px;
  background-color: rgba(207, 227, 225, 0.3);
  box-sizing: border-box;
}

.structure h2 {
  margin-bottom: 24px;
}

.structure h3 {
  margin-bottom: 20px;
  border: none !important;
}

.structure-image {
  margin-bottom: 20px;
}

.structure-image img {
  max-width: 100%;
  height: auto;
}


/* 製品 */
.product {
  max-width: 335px;
  margin: 0 auto 40px;
  padding: 60px 0;
  background-image: url("../images/seihin.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

/* 相談 */
.consult {
  max-width: 335px;
  margin: 0 auto 40px;
  padding: 60px 0;
  background-image: url("../images/soudan.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

/* お知らせ */
.news {
  max-width: 335px;
  height: auto;
  margin: 0 auto 40px;
  padding: 20px 28px 30px 28px;
  text-align: center;
  border: 1px solid #535972;
  box-sizing: border-box;
}

.news h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #535972;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 0.75rem;
  width: 240px;
}

.news dl {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0.75rem;
}

.news dt {
  float: left;
  clear: left;
  width: 100px;
  font-weight: normal;
  margin-bottom: 12px;
  font-size: 0.75rem;
}

.news dd {
  margin-left: 100px;
  margin-bottom: 12px;
  font-size: 0.75rem;
}

.news dd:last-child {
  margin-bottom: 0;
  font-size: 0.75rem;
}