@charset "UTF-8";
html {
  font-size: 100%;
}
@media (min-width: 768px) and (max-width: calc(1290px - 0.02px)) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1290px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #414141;
  background-color: #f3f4f6;
}

a,
button {
  transition: 0.3s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.7;
}

@media (hover: none) {
  a,
  button {
    transition: none;
    cursor: auto;
  }
  a:hover,
  button:hover {
    opacity: 1;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1290px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media (max-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-fixed-cta {
  position: fixed;
  top: 2.3125rem;
  left: 50%;
  transform: translateX(calc(50% + 3.3125rem));
  z-index: 1000;
  width: 23.75rem;
}
@media screen and (max-width: 1024px) {
  .p-fixed-cta {
    display: none;
  }
}

.p-fixed-cta img {
  aspect-ratio: 380/617;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fixed-cta__btn {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-fixed-cta__btn a {
  width: 21.25rem;
}

.p-nav {
  position: fixed;
  top: 7.5rem;
  left: 50%;
  transform: translateX(calc(-100% - 15.0625rem));
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.6875rem 1.5625rem 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-nav {
    display: none;
  }
}

.p-nav__icon {
  width: 4.4375rem;
  margin-inline: auto;
}

.p-nav__icon img {
  aspect-ratio: 71/63;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-nav__menu {
  margin-top: 0.5rem;
}

.p-nav__item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-nav__item {
  width: 19.8125rem;
}

.p-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 2;
  color: #414141;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #ffc4bd;
}

.p-nav__item a::before {
  content: attr(data-en);
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  color: #85aedb;
  color: var(--main);
  margin-bottom: -0.5rem;
}

/* Noto Sans JP: loaded via <link> in HTML head */
:root {
  --main: #85aedb;
  --point: #df86aa;
  --font: #5c6477;
  --base: #f2f9ff;
}

.lp-wrap {
  max-width: 450px;
  margin-inline: auto;
  background: #fff;
  position: relative;
}

/* ==================== HEADER ==================== */
.site-header {
  height: 49.5px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 16px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header .logo {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2496px;
  color: #1e2939;
  text-decoration: none;
}

/* ==================== 追従CTAボタン ==================== */
.btn-cta-fixed {
  position: fixed;
  right: 4px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  z-index: 200;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.btn-cta-fixed img {
  display: block;
  width: 80px;
  height: 80px;
}

/* ==================== FV ==================== */
#fv {
  display: block;
  line-height: 0;
}

#fv img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================== 共通セクションスタイル ==================== */
.section-en {
  text-align: center;
  font-size: 16px;
  color: #85aedb;
  color: var(--main);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #5c6477;
  color: var(--font);
  line-height: 1.4;
}

.section-bar {
  width: 35px;
  height: 3px;
  background: #85aedb;
  background: var(--main);
  margin: 8px auto 0;
}

/* ==================== INTRO ==================== */
#intro {
  position: relative;
  z-index: 2;
  height: 1275px;
  overflow: hidden;
  background: #fff;
  margin-top: -15px;
}

#intro::before {
  content: "";
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f9ff;
  background: var(--base);
}

.intro-wave {
  position: absolute;
  top: 0;
  left: -12px;
  width: 406px;
  height: 237px;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.intro-label {
  position: absolute;
  top: 0;
  left: 66px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: #85aedb;
  color: var(--main);
  z-index: 2;
}

.intro-doctor {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 125px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.intro-sub {
  position: absolute;
  top: 255px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 900;
  color: #85aedb;
  color: var(--main);
  line-height: 1.4;
  z-index: 1;
}

.intro-deco-l,
.intro-deco-r {
  width: 16px;
  height: 17px;
  flex-shrink: 0;
}

.intro-deco-r {
  transform: scaleY(-1) rotate(180deg);
}

.intro-title {
  position: absolute;
  top: 294px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  gap: 10px;
  z-index: 1;
}

.intro-plain {
  font-size: 20px;
  font-weight: 900;
  color: #5c6477;
  color: var(--font);
  line-height: 1.4;
  white-space: nowrap;
}

.intro-accent {
  font-size: 26px;
  font-weight: 900;
  color: #df86aa;
  color: var(--point);
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}

.intro-ql {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

.intro-qr {
  width: 18px;
  height: 18px;
  margin-top: 20px;
  transform: rotate(180deg);
  flex-shrink: 0;
}

.intro-circles {
  position: absolute;
  top: 346px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 313px;
  display: block;
  z-index: 1;
}

.intro-note {
  position: absolute;
  top: 678px;
  left: 213px;
  width: 154px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #5c6477;
  color: var(--font);
  line-height: 1.4;
  z-index: 1;
}

.intro-desc {
  position: absolute;
  top: 709px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  font-size: 16px;
  font-weight: 500;
  color: #5c6477;
  color: var(--font);
  line-height: 1.8;
  z-index: 1;
}

.intro-desc p {
  margin: 0;
}

.intro-desc p + p {
  margin-top: 29px;
}

.intro-desc strong {
  font-weight: 900;
}

.intro-install {
  position: absolute;
  top: 1008px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: auto;
  display: block;
  z-index: 1;
}

/* ==================== COMPARE ==================== */
#compare {
  padding: 70px 0;
  background: #fff;
}

#compare .section-en {
  font-family: "Century Gothic", sans-serif;
}

.compare-scroll-wrap {
  margin-top: 24px;
  padding-left: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table-img {
  display: block;
  min-width: 482px;
  height: auto;
}

.compare-table-wrap {
  min-width: 482px;
  padding-left: 20px;
}

.compare-head-row {
  display: flex;
}

.compare-head-label {
  flex: 0 0 81px;
}

.compare-head-col {
  flex: 1;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
}

.compare-head-molara {
  background: #df86aa;
  background: var(--point);
  font-family: "Century Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  flex: 0 0 101px;
}

.compare-head-other {
  background: rgba(92, 100, 119, 0.5);
  margin-left: 1px;
  border: 1.5px solid #fff;
  border-bottom: none;
}

.compare-row {
  display: flex;
}

.compare-cell {
  flex: 1;
  min-height: 72px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1.5px solid #cae3f7;
  border-bottom: 1.5px solid #cae3f7;
  font-weight: 700;
  font-size: 13px;
  color: #5c6477;
  color: var(--font);
  line-height: 1.2;
}

.compare-cell-label {
  flex: 0 0 81px;
  background: #f2f9ff;
  background: var(--base);
  font-size: 13px;
  line-height: 1.2;
  border-left: 1.5px solid #cae3f7;
}

.compare-cell-molara {
  background: rgba(223, 134, 170, 0.1);
  flex: 0 0 101px;
}

.compare-cell-other {
  background: #fff;
}

/* 最初の行の上ボーダー */
.compare-head-row + .compare-row .compare-cell {
  border-top: 1.5px solid #cae3f7;
}

.compare-val-num {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #df86aa;
  color: var(--point);
  line-height: 1.1;
}

.compare-val-unit {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #5c6477;
  color: var(--font);
  line-height: 1.1;
}

.compare-val-main {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #5c6477;
  color: var(--font);
  line-height: 1.3;
}

.compare-val-highlight {
  font-size: 16px;
  font-weight: 900;
  color: #df86aa;
  color: var(--point);
}

.compare-circle {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.compare-cross {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.compare-cell small {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.6;
  display: block;
}

/* ==================== REVIEW ==================== */
#review {
  padding: 70px 0;
  background: #f2f9ff;
  background: var(--base);
  position: relative;
  z-index: 1;
}

.review-wave {
  position: absolute;
  top: -70px;
  left: 0;
  width: 375px;
  height: auto;
  z-index: 2;
}

#review .section-en {
  padding-top: 20px;
}

.review-slider-area {
  position: relative;
  margin-top: 20px;
}

.review-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #85aedb;
  border: 1.5px solid var(--main);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
}

.review-nav-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #85aedb;
  border-right: 1.5px solid var(--main);
  border-bottom: 1.5px solid #85aedb;
  border-bottom: 1.5px solid var(--main);
}

.review-nav-prev {
  left: 10px;
}

.review-nav-prev::before {
  transform: rotate(135deg);
  margin-left: 2px;
}

.review-nav-next {
  right: 10px;
}

.review-nav-next::before {
  transform: rotate(-45deg);
  margin-right: 2px;
}

.review-slider-wrap {
  overflow: hidden;
}

.review-slider {
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease;
  will-change: transform;
}

.review-card {
  width: 305px;
  flex-shrink: 0;
  margin: 0 37px;
  display: block;
  height: auto;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cae3f7;
  cursor: pointer;
  transition: background 0.2s;
}

.review-dot.active {
  background: #85aedb;
  background: var(--main);
}

.review-deco-wave {
  position: absolute;
  bottom: -19px;
  right: 20px;
  width: 174px;
  height: auto;
}

#first-cta {
  min-height: 567px;
  padding: 70px 0;
  background-color: #fff;
  background-image: linear-gradient(rgba(133, 174, 219, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(133, 174, 219, 0.18) 1px, transparent 1px);
  background-size: 20px 20px;
}

.cta-badges {
  display: flex;
  justify-content: center;
  padding-left: 8px;
}

.cta-badge {
  width: 44px;
  height: 44px;
  margin-left: -8px;
  border-radius: 50%;
  background: #85aedb;
  background: var(--main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.cta-badge:first-child {
  margin-left: 0;
}

.cta-badge-yellow {
  color: #ffff59;
}

.cta-heading {
  margin-top: 14px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  color: #85aedb;
  color: var(--main);
}

.cta-arrow-down {
  display: flex;
  justify-content: center;
  margin: 7px auto 0;
  position: relative;
  z-index: 1;
}

.cta-card {
  position: relative;
  width: 335px;
  height: 335px;
  margin: -13px auto 0;
  overflow: hidden;
  background: #fcf3f6;
  border: 2px solid #df86aa;
  border: 2px solid var(--point);
  border-radius: 0 15px 0 15px;
}

.cta-recommend-badge {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  height: 31px;
  padding: 4px 14px 0;
  border: 1px solid #df86aa;
  border: 1px solid var(--point);
  border-radius: 15px;
  background: #fff;
  color: #df86aa;
  color: var(--point);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.cta-product-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 178px;
  height: 178px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(92, 100, 119, 0.2));
}

.cta-product-name {
  position: absolute;
  top: 58px;
  left: 24px;
  display: flex;
  flex-direction: column;
  color: #5c6477;
  color: var(--font);
  font-weight: 900;
  line-height: 1.35;
}

.cta-product-name span {
  font-size: 24px;
}

.cta-product-name small {
  font-size: 20px;
  font-weight: 900;
}

.cta-tags {
  position: absolute;
  top: 174px;
  left: 20px;
  display: flex;
  gap: 4px;
}

.cta-tags span {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #85aedb;
  background: var(--main);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.cta-tags span:first-child {
  width: 70px;
}

.cta-tags span:last-child {
  width: 93px;
}

.cta-price-row {
  position: absolute;
  top: 204px;
  left: 20px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.cta-price-label {
  color: #df86aa;
  color: var(--point);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.cta-price {
  display: flex;
  display: flex;
  align-items: baseline;
  color: #5c6477;
  color: var(--font);
  font-weight: 900;
  letter-spacing: 0;
}

.cta-price-yen {
  font-size: 25px;
}

.cta-price-num {
  font-size: 39px;
  line-height: 1;
}

.cta-price-tax {
  font-size: 12px;
  font-weight: 900;
}

.cta-btn {
  position: absolute;
  bottom: 20px;
  left: 32px;
  width: 270px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #df86aa;
  background: var(--point);
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.cta-btn span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-54%);
  font-size: 31px;
  font-weight: 400;
}

#worries {
  padding: 70px 0 0;
  background: #f2f9ff;
  background: var(--base);
}

.worries-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #85aedb;
  color: var(--main);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.worries-deco-l,
.worries-deco-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: auto;
}

.worries-deco-l {
  left: 55px;
}

.worries-deco-r {
  right: 55px;
}

.worries-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 30px 20px 0;
  list-style: none;
}

.worries-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  background: #fff;
  color: #5c6477;
  color: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.worries-list li img {
  flex-shrink: 0;
}

.worries-list b {
  color: #85aedb;
  color: var(--main);
  font-weight: 900;
}

/* deco-wave */
.deco-wave {
  display: block;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -19px;
}

/* compare deco-v */
#compare {
  position: relative;
}

.compare-deco-v {
  position: absolute;
  top: -24px;
  left: 20px;
  z-index: 3;
  width: 38px;
  height: auto;
}

/* bridge section */
#bridge {
  background: #f2f9ff;
  background: var(--base);
  text-align: center;
}

#bridge img {
  display: block;
  margin: 0 auto;
}

.bridge-arrow {
  margin-top: 30px;
}

/* molara-solution */
#molara-solution {
  margin-top: -30px;
  padding: 70px 16px;
  background: #ffffea;
  text-align: center;
}

.solution-title {
  color: #85aedb;
  color: var(--main);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 17px 19px;
  gap: 17px 19px;
  justify-content: center;
  margin-top: 20px;
}

.solution-card {
  display: block;
  width: 100%;
  height: auto;
}

#reason {
  padding: 70px 0;
  background: #fff;
}

#reason .section-en {
  font-family: "Century Gothic", sans-serif;
}

#reason .section-title {
  font-size: 21px;
}

.reason-list {
  margin-top: 46px;
}

.reason-card {
  margin-top: 36px;
}

.reason-card:first-child {
  margin-top: 0;
}

.reason-head-img {
  display: block;
  width: 343px;
  height: 130px;
  margin-left: 10px;
}

.reason-body {
  margin: -55px 20px 0 35px;
  padding: 68px 20px 20px;
  background: #f2f9ff;
  background: var(--base);
  color: #5c6477;
  color: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.reason-body p + p {
  margin-top: 8px;
}

.reason-body strong {
  font-weight: 900;
  background: linear-gradient(transparent 75%, #ffff59 75%);
}

.reason-note {
  font-size: 12px;
}

.auto-dump-btn {
  width: 290px;
  height: 50px;
  margin: 19px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #85aedb;
  border: 2px solid var(--main);
  border-radius: 25px;
  background: #fff;
  color: #85aedb;
  color: var(--main);
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.auto-dump-btn span {
  margin-left: 14px;
  font-size: 24px;
  line-height: 1;
}

.auto-dump-img {
  display: none;
}

.auto-dump-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.auto-dump-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.auto-dump-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.auto-dump-modal__content {
  position: relative;
  z-index: 1;
  width: min(90vw, 335px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* PC */
@media screen and (min-width: 768px) {
  .auto-dump-modal__content {
    width: min(90vw, 560px);
  }
}
.auto-dump-modal__content img {
  width: 100%;
  height: auto;
  display: block;
}

.auto-dump-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.doctor-inner {
  padding: 0 20px;
}

.doctor-title {
  position: relative;
  color: #85aedb;
  color: var(--main);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 48px;
  margin-inline: auto;
  background: #fff;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}

/* border用 */
.doctor-title::before {
  content: "";
  position: absolute;
  inset: -2px; /* border太さ */
  background: #85aedb;
  background: var(--main);
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}

.doctor-title::after {
  content: "";
  position: absolute;
  inset: 2px; /* border幅 */
  background: #fff;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}

.doctor__box {
  background-color: #ffffea;
  padding: 45px 20px 30px;
  margin-top: -24px;
}

.doctor-photo {
  display: block;
  width: 151px;
  height: 151px;
  margin: 0 auto;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctor-name {
  margin-top: 8px;
  color: #5c6477;
  color: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.doctor-comment {
  margin-top: 25px;
  color: #5c6477;
  color: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* ==================== HOWTO ==================== */
#howto {
  padding: 32px 16px 0;
  background: #fff;
}

.howto-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4395px;
}

.howto-video {
  margin-top: 24px;
  background: #e5e7eb;
  border: 2px solid #d1d5dc;
  border-radius: 10px;
  overflow: hidden;
}

.howto-video video {
  display: block;
  width: 100%;
  height: auto;
  background: #e5e7eb;
}

.howto-video-caption {
  padding: 8px 0 12px;
  text-align: center;
  font-size: 11px;
  color: #99a1af;
}

.howto-step-title {
  margin-top: 24px;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  width: 335px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #85aedb;
  background-color: var(--main);
  border-radius: 20px;
  position: relative;
}

.howto-step-title.brown {
  background-color: #d2a371;
}

.howto-step-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 75%);
  width: 28px;
  height: 28px;
  background-color: #85aedb;
  background-color: var(--main);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.howto-step-title.brown::after {
  background-color: #d2a371;
}

.howto-steps {
  list-style: none;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.howto-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.howto-steps li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.howto-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.howto-step-body {
  flex: 1;
  min-width: 0;
}

.howto-step-h {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.0762px;
}

.howto-step-p {
  margin-top: 4px;
  font-size: 11px;
  color: #6a7282;
  line-height: 1.625;
}

.howto-step-img {
  display: block;
  width: 216px;
  height: auto;
  margin-top: 6px;
  border-radius: 6px;
}

/* ==================== REASSURE ==================== */
#reassure {
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.reassure__box {
  padding: 24px;
  background-color: #eaecf1;
  border-radius: 15px;
}

.reassure-title {
  font-size: 22px;
  font-weight: 800;
  color: #5c6477;
  color: var(--font);
  line-height: 1.4;
}

.reassure-title__bar {
  margin-top: 9px;
  width: 290px;
  height: 18px;
  background: url(../images/ressure-title-bar.svg) no-repeat center/contain;
}

.reassure-desc {
  margin-top: 9px;
  font-size: 16px;
  color: #5c6477;
  color: var(--font);
  line-height: 1.6;
}

.reassure-desc span {
  font-size: 12px;
}

.reassure-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 288px;
  margin: 9px auto 0;
  border-radius: 15px;
}

/* ==================== PRACTICE ==================== */
#practice {
  margin-top: -113px;
}

.practice-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.deco-wave.practice {
  margin-left: 20px;
}

/* ==================== CTA2 (快適な生理を、はじめよう) ==================== */
#cta2 {
  margin-top: 50px;
  padding: 0 20px;
}

.cta2-heading img {
  margin-inline: auto;
}

.cta2-card {
  width: 338px;
  margin-top: 8px;
  position: relative;
  margin-inline: auto;
}

.cta2-badge {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.1172px;
}

.cta2-product-name {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.2344px;
}

.cta2-product-img {
  display: block;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px auto;
}

.cta2-tags {
  display: flex;
  gap: 8px;
}

.cta2-tags span {
  background: #f3f4f6;
  color: #364153;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.1172px;
}

.cta2-price {
  margin-top: 12px;
  color: #000;
}

.cta2-price-num {
  font-size: 20px;
  font-weight: 700;
}

.cta2-price-tax {
  font-size: 12px;
  color: #6a7282;
}

/* ==================== SAFETY ==================== */
#safety {
  padding: 224px 20px 0;
  background: #f2f9ff;
  background: var(--base);
  margin-top: -174px;
  text-align: center;
}

.safety-title-icon {
  width: 335px;
  height: 36px;
  background: url(../images/safety-title-icon.webp) no-repeat center/contain;
  margin-inline: auto;
}

.safety-title {
  margin-top: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.safety-title span {
  background-color: #fff;
  padding: 0 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8;
  color: #85aedb;
  color: var(--main);
}

.safety-grid {
  margin-top: 22px;
  display: grid;
  grid-gap: 19px;
  gap: 19px;
  grid-template-columns: repeat(2, 1fr);
}

.safety-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.safety-label {
  margin-left: 17px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.1504px;
  line-height: 1.5;
  text-align: left;
}

.safety-img {
  margin-top: 8px;
  width: 100%;
  height: 103px;
  background: #e5e7eb;
  border-radius: 6px;
}

/* ==================== CERT ==================== */
#cert {
  padding: 49px 20px 70px;
  background: #f2f9ff;
  background: var(--base);
  text-align: center;
}

.cert-img {
  margin-top: 12px;
}

.cert-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==================== メディア掲載実績 ==================== */
.media {
  padding: 72px 0 76px;
  background: url(../images/media_bg.webp) no-repeat center/cover;
  position: relative;
}

.media::after {
  content: "";
  width: 100%;
  height: 150px;
  background: url(../images/media_wave.svg) no-repeat center/cover;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.media__logos {
  width: 335px;
  margin: 30px auto 0;
}

.media__bousai {
  margin-top: 14px;
  width: 335px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

/* ==================== TIPS ==================== */
#tips {
  padding: 70px 20px 80px;
}

.tips-desc {
  margin-top: 29px;
  text-align: center;
  font-size: 14px;
  color: #5c6477;
  color: var(--font);
  line-height: 1.6;
}

.tips-list {
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tips-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #f2f9ff;
  background: var(--base);
  border-radius: 15px;
  padding: 10px;
}

.tips-num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #85aedb;
  background: var(--main);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  padding-top: 4px;
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
}

.tips-body {
  flex: 1;
  min-width: 0;
}

.tips-h {
  font-size: 18px;
  font-weight: 700;
  color: #85aedb;
  color: var(--main);
  line-height: 1.6;
  letter-spacing: -0.06px;
}

.tips-p {
  margin-top: 4px;
  font-size: 11px;
  color: #6a7282;
  line-height: 1.625;
}

/* ==================== FAQ ==================== */
#faq {
  padding: 70px 20px;
  background: #f2f9ff;
  background: var(--base);
  margin-top: -19px;
}

.faq-groups {
  margin-top: 33px;
}

.faq-group:nth-child(n+2) {
  margin-top: 50px;
}

.faq-cat {
  font-size: 20px;
  font-weight: 800;
  color: #85aedb;
  color: var(--main);
  padding-bottom: 7px;
  border-bottom: 2px dashed #85aedb;
  border-bottom: 2px dashed var(--main);
  line-height: 1.6;
}

.faq-list {
  list-style: none;
  margin-top: 20px;
}

.faq-list li {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 35px 13px 10px;
  position: relative;
}

.faq-list li:nth-child(n+2) {
  margin-top: 10px;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #85aedb;
  color: var(--main);
  cursor: pointer;
  text-align: left;
}

.faq-q span {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #85aedb;
  background-color: var(--main);
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
}

.faq-q::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #99a1af;
  border-bottom: 1.5px solid #99a1af;
  transform: rotate(45deg);
  margin-top: 6px;
  transition: 0.3s ease;
  position: absolute;
  right: 10px;
}

.faq-q.close::after {
  transform: rotate(-135deg);
}

.faq-a {
  margin-top: 4px;
  display: none;
}

.faq-a-text {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #5c6477;
  color: var(--font);
}

.faq-a-text span {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5c6477;
  background-color: var(--font);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

/* ==================== FINAL CTA ==================== */
#final-cta {
  padding: 24px 20px 70px;
  background: #85aedb;
  background: var(--main);
}

.final-cta-title {
  width: 329px;
  margin-inline: auto;
}

.final-cta-title img {
  aspect-ratio: 328.54/121.57;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.final-cta-trust {
  margin-top: 9px;
  width: 268px;
  margin-inline: auto;
}

.final-cta-trust img {
  aspect-ratio: 268/84;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.final-cta-card {
  width: 335px;
  margin-inline: auto;
  position: relative;
}

.final-cta-product-name {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.2344px;
}

.final-cta-product-img {
  display: block;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px auto;
}

.final-cta-tags {
  display: flex;
  gap: 8px;
}

.final-cta-tags span {
  background: #f3f4f6;
  color: #364153;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.1172px;
}

.final-cta-price {
  margin-top: 12px;
  color: #000;
}

.final-cta-price-num {
  font-size: 20px;
  font-weight: 700;
}

.final-cta-price-tax {
  font-size: 12px;
  color: #6a7282;
}

/* ==================== MESSAGE ==================== */
#message {
  padding: 70px 20px 0;
}

.message-img {
  margin-top: 30px;
}

.message-img img {
  aspect-ratio: 335/530;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-table {
  margin-top: 30px;
}

.message-table img {
  aspect-ratio: 335/530;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==================== PRODUCT INFO ==================== */
#product-info {
  padding: 70px 20px 66px;
  position: relative;
}

.product-info-img {
  display: block;
  width: 174px;
  height: 174px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 9px auto;
}

.product-info-table {
  display: block;
  margin-top: 10px;
}

.product-info-table > div {
  border-bottom: 1px solid #cae3f7;
  padding-bottom: 15px;
}

.product-info-table > div:nth-child(n+2) {
  margin-top: 15px;
}

.product-info-table dt {
  width: 100px;
  color: #85aedb;
  color: var(--main);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125;
}

.product-info-table dd {
  margin-top: 10px;
  color: #5c6477;
  color: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
}

.product-info-note {
  margin-top: 16px;
  font-size: 10px;
  color: #99a1af;
  line-height: 1.625;
  letter-spacing: 0.1172px;
  text-align: left;
}

/* ==================== FOOTER ==================== */
#site-footer {
  padding: 60px 20px 20px;
  background: #5c6477;
  background: var(--font);
  text-align: center;
}

.footer-logo {
  width: 250px;
  margin-inline: auto;
}

.footer-logo img {
  aspect-ratio: 250/33;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-links {
  list-style: none;
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 19px;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-copy {
  margin-top: 70px;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */