@charset "UTF-8";
/* ==========================================================================
   Variables - プロジェクト全体で使う変数を管理
   ========================================================================== */
/* 基本のカラーパレット（色ベース） */
/* グラデーション */
/* 透過バージョン（rgba を使う） */
/* 基本フォント */
/* フォントウェイト */
/* フォントサイズ */
/* 行間 */
/* スペーシング */
/* コンテナの最大幅 */
/* ボーダー */
/* transition */
/* ゼロを統一するためのユーティリティ */
/* =====================================================================
   mixins.scss – 共通ユーティリティ（PC / SP を 1 回で出力）
   ===================================================================== */
/* ---------------------------------------------------------------------
    ユーティリティ – 単位変換ヘルパ
   ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
    基本関数 – px → vw 変換
   ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
    汎用レスポンシブ mixin
   ------------------------------------------------------------------ */
/* =====================================================================
   ショートカット mixin
   ===================================================================== */
/* 幅・高さ ----------------------------------------------------------- */
/* マージン ----------------------------------------------------------- */
/* パディング --------------------------------------------------------- */
/* フォントサイズ & 角丸 --------------------------------------------- */
/* 位置調整 ----------------------------------------------------------- */
/* translate --------------------------------------------------------- */
/* ボックスシャドウ --------------------------------------------------- */
/* =====================================================================
   メディアクエリ
   ===================================================================== */
/* ==========================================================================
   Perfect Reset CSS - Combination of Eric Meyer Reset, Normalize.css, 
   and additional modern best practices.
   ========================================================================== */
/* 基本リセット (Eric Meyer Reset) */
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: sans-serif;
  line-height: 1.8;
  color: #3E3E3E;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Poppins", "NotoSansJP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Box-sizing を標準化 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* HTML5 の要素を display: block に設定 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* リンクの標準化 */
a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (min-width: 769px) {
  a:hover,
  a:focus {
    outline: none;
    opacity: 0.7;
  }
}

/* 画像のリセット */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

/* フォーム要素の標準化 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  appearance: none;
}

/* ボタンのデフォルトスタイル */
button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

/* リストの標準化 */
ul,
ol {
  list-style: none;
}

/* テキストのリセット */
strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

/* テーブルの標準化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  outline: none;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}

/* フォーカス時のスタイルを強調（アクセシビリティ） */
:focus {
  outline: none;
}

/*
  ¥hidden 属性を適切に処理 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Fonts - Web フォントの定義 (NotoSansJP)
   ========================================================================== */
@font-face {
  font-family: "NotoSansJP";
  src: url("/assets/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("/assets/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("/assets/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.woff2") format("woff2"), url("/assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.header,
.main,
.footer {
  max-width: 375px;
  margin: auto;
}

body {
  background: url(../../assets/images/pc-bg.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}

.inner-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.header .inner-block {
  display: flex;
  justify-content: space-between;
}

.mv {
  background: url(../../assets/images/mv-bg.png) no-repeat center/cover;
}
.mv .inner-block {
  padding-top: 80px;
  padding-bottom: 30px;
}
.mv__phone-and-title {
  display: flex;
}
.mv__phone {
  width: 40%;
  z-index: 1;
  position: relative;
  margin-left: -10px;
}
.mv__title {
  width: calc(60% + 10px);
  margin-top: 25px;
}
.mv__title img {
  filter: drop-shadow(0 0 6px white) drop-shadow(0 0 12px white);
  width: 100%;
}
.mv__price {
  margin-left: -20px;
  margin-top: -35px;
}
.mv__list {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mv__item {
  width: calc(50% - 4px);
}
.mv__item img {
  width: 100%;
}
.mv__item.--lg {
  width: 100%;
}
.mv__item:nth-child(n+3) {
  margin-top: 10px;
}
.mv__item:nth-child(2n) {
  margin-left: 4px;
}
.mv__note {
  margin-top: 20px;
}
.mv__note li {
  font-size: 10px;
}

.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0 3px 0 #B64D63;
  color: #EF6683;
  background-color: #fff;
  border: 1px solid #EF6683;
}
.c-button.--md a {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 42px;
  padding-top: 5px;
}
.c-button.--sm a {
  font-size: 14px;
  font-weight: bold;
  width: 160px;
  height: 40px;
  padding-top: 3px;
}
.c-button.--xsm a {
  font-size: 11px;
  font-weight: bold;
  width: 106px;
  height: 35px;
  padding-top: 3px;
  letter-spacing: -0.05em;
}
.c-button.--lg a {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 60px;
  padding-top: 3px;
}
.c-button.--pink a {
  color: #fff;
  background-color: #EF6683;
  box-shadow: 0 3px 0 #B64D63;
}

.primary-button {
  background-color: #EF6683;
  position: relative;
}
.primary-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1px;
}
.primary-button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1px;
}
.primary-button .inner-block {
  padding-top: 20px;
  padding-bottom: 30px;
}
.primary-button__title {
  margin-bottom: 10px;
}
.primary-button__title img {
  width: 100%;
}

.drugs {
  background: url(../../assets/images/bg01.png);
}
.drugs .inner-block {
  padding-top: 30px;
  padding-bottom: 50px;
}
.drugs__title {
  margin-bottom: 15px;
}
.drugs__title img {
  width: 100%;
}
.drugs__des {
  font-size: 14px;
  margin-bottom: 20px;
}
.drugs__border {
  position: relative;
  z-index: 1;
}
.drugs__border::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 8px;
  bottom: -6px;
  top: 6px;
  right: -6px;
  width: 100%;
  border: 1px solid #EF6683;
  pointer-events: none;
}
.drugs__table {
  border-radius: 8px;
  border: 1px solid #EF6683;
  overflow: hidden;
  background-color: #EF6683;
  margin-bottom: 30px;
}
.drugs__table thead th {
  background-color: #EF6683;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}
.drugs__table thead th:nth-child(1) {
  width: 150px;
}
.drugs__table thead th + th {
  border-left: 1px solid #fff;
}
.drugs__table tbody td {
  padding: 10px 5px 10px;
  vertical-align: middle;
  min-height: 85px;
  border-bottom: 1px solid #EF6683;
}
.drugs__table tbody td + td {
  border-left: 1px solid #EF6683;
}
.drugs__table .efficacy {
  padding: 15px 15px 30px;
}
.drugs__table .pink {
  background-color: #FFE5EA;
}
.drugs__table .yellow {
  background-color: #FFFBE2;
}
.drugs__table .white {
  background-color: #fff;
}
.drugs__table-img {
  text-align: center;
}
.drugs__table-img img {
  width: 40px;
}
.drugs__table-txt {
  line-height: 1;
  text-align: center;
}
.drugs__table-txt .txt01 {
  font-size: 12px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.drugs__table-txt .txt02 {
  font-size: 10px;
  letter-spacing: -0.05em;
}
.drugs__table-txt .price {
  margin-top: 5px;
  display: inline-block;
  letter-spacing: -0.03em;
}
.drugs__table-txt .price__txt01 {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
  margin: 0 -3px;
}
.drugs__table-txt .price__txt02 {
  font-size: 10px;
  margin-right: 1px;
}
.drugs__table-txt .price__txt03 {
  font-size: 16px;
  display: inline-block;
  margin: 0 -3px;
  font-weight: 700;
}
.drugs__table-txt .price__txt04 {
  font-size: 10px;
  letter-spacing: 0em;
}
.drugs__table-list {
  font-size: 0;
  margin-bottom: 20px;
}
.drugs__table-list li {
  background-color: #EF6683;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
}
.drugs__table-list .txt01 {
  font-size: 14px;
  font-weight: bold;
}
.drugs__table-list .txt02 {
  font-size: 10px;
}
.drugs__table-list .txt03 {
  font-size: 14px;
}

.reason {
  background: url(../../assets/images/bg02.png) no-repeat center/cover;
}
.reason .inner-block {
  padding-top: 45px;
  padding-bottom: 45px;
}
.reason__title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.reason__list {
  display: flex;
  flex-wrap: wrap;
}
.reason__list li {
  width: calc(50% - 5px);
}
.reason__list li:nth-child(2n) {
  margin-left: 10px;
}
.reason__list li:nth-child(n+3) {
  margin-top: 5px;
}

.steps {
  background: url(../../assets/images/bg01.png) no-repeat center/cover;
}
.steps .inner-block {
  padding-top: 25px;
  padding-bottom: 45px;
}
.steps__title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.steps__list {
  margin-bottom: 30px;
}
.steps__list li {
  position: relative;
}
.steps__list li::after {
  content: "";
  display: block;
  background: url(../../assets/images/triangle.svg) no-repeat center/cover;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -26px;
  left: 33px;
}
.steps__list li:last-child::after {
  display: none;
}
.steps__list li + li {
  margin-top: 40px;
}
.steps__item {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #EF6683;
  position: relative;
  z-index: 1;
}
.steps__item.--pb {
  padding-bottom: 20px;
}
.steps__border {
  position: absolute;
  display: block;
  border-radius: 8px;
  bottom: -6px;
  top: 6px;
  right: -6px;
  width: 100%;
  border: 1px solid #EF6683;
  pointer-events: none;
}
.steps__num {
  position: absolute;
  top: -18px;
  left: 15px;
}
.steps__top {
  display: flex;
  padding-top: 30px;
}
.steps__img {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.steps__img img {
  width: 37px;
}
.steps__top-txts {
  width: calc(100% - 80px);
  padding-right: 20px;
}
.steps__top-title {
  font-size: 15px;
  font-weight: bold;
  color: #EF6683;
  border-bottom: 1px solid #EF6683;
  margin-bottom: 8px;
}
.steps__top-des {
  font-size: 12px;
}
.steps__top-des a {
  text-decoration: underline;
  color: #EF6683;
}
.steps__top-des span {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.steps__bottom {
  border-top: 1px solid #EF6683;
  margin-top: 20px;
  background-color: #FFFBE2;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  border-radius: 0 0 8px 8px;
}
.steps__bottom-left {
  font-size: 11px;
  font-weight: bold;
  color: #EF6683;
  width: 95px;
  position: relative;
  padding-left: 10px;
}
.steps__bottom-left::before {
  content: "";
  display: block;
  background-color: #EF6683;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
}
.steps__bottom-right {
  width: calc(100% - 95px);
  padding: 0 18px 0 10px;
}
.steps__bottom-txt01 {
  font-size: 11px;
  font-weight: bold;
  color: #EF6683;
  position: relative;
  padding-left: 10px;
}
.steps__bottom-txt01::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  background-color: #EF6683;
  height: 1px;
  width: 5px;
  left: 0;
}
.steps__bottom-txt02 {
  font-size: 11px;
  color: #EF6683;
}

.initial {
  background: url(../../assets/images/bg02.png) no-repeat center/cover;
}
.initial .inner-block {
  padding-top: 45px;
  padding-bottom: 45px;
}
.initial__title {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.initial__image img {
  width: 100%;
}

.footer {
  background-color: #FFE5EA;
}
.footer .inner-block {
  padding-top: 25px;
  padding-bottom: 10px;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer__des {
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}
.footer__list {
  display: flex;
  margin-bottom: 5px;
}
.footer__list li {
  width: 50%;
  display: flex;
  justify-content: center;
}
.footer__list li:last-child {
  margin-right: 23px;
}
.footer__list li a {
  font-size: 13px;
  position: relative;
}
.footer__list li a::after {
  content: "";
  position: absolute;
  background: url(../../assets/images/arrow.svg) no-repeat center/cover;
  width: 14px;
  height: 14px;
  right: -18px;
  top: 5px;
}
.footer__copy {
  font-size: 10px;
  text-align: center;
}

.efficacy {
  background: url(../../assets/images/bg03.png) no-repeat center/cover;
}
.efficacy .inner-block {
  padding-top: 80px;
  padding-bottom: 45px;
}
.efficacy__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.efficacy__title span {
  font-size: 34px;
  color: #EF6683;
}
.efficacy__btn-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.c-title01 {
  font-size: 18px;
  font-weight: bold;
  color: #EF6683;
  position: relative;
  margin-bottom: 12px;
}
.c-title01::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  background-color: #EF6683;
  width: 100%;
  left: 0;
  right: 0;
}
.c-title01::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  background-color: #F69FB2;
  width: 50px;
  left: 0;
}

.c-title02 {
  font-size: 16px;
  font-weight: bold;
  color: #EF6683;
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.c-title02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #EF6683;
  height: 2px;
  border-radius: 10px;
  width: 11px;
}

.c-text01 {
  margin-bottom: 30px;
  font-size: 14px;
}
.c-text01 a {
  color: #EF6683;
  text-decoration: underline;
}

.mb0 {
  margin-bottom: 0;
}

.privacy {
  background: url(../../assets/images/bg03.png) no-repeat center/cover;
}
.privacy .inner-block {
  padding-top: 80px;
  padding-bottom: 45px;
}
.privacy__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #EF6683;
  margin-bottom: 15px;
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-sp-only-ib {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only-ib {
    display: inline-block;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 769px) {
  .u-pc-only {
    display: block;
  }
}

.u-pc-only-ib {
  display: none;
}
@media (min-width: 769px) {
  .u-pc-only-ib {
    display: inline-block;
  }
}

.u-center-margin {
  margin-left: auto;
  margin-right: auto;
}

.u-center-flex {
  display: flex;
  justify-content: center;
}

.u-fadeIn {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
.u-fadeIn.is-show {
  opacity: 1;
}

.u-fadeOut {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
.u-fadeOut.is-hide {
  opacity: 0;
}

.u-fadeGroup > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.u-fadeGroup.is-show > * {
  opacity: 1;
  transform: translateY(0);
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(1) {
  transition-delay: 0s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(2) {
  transition-delay: 0.2s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(3) {
  transition-delay: 0.4s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(4) {
  transition-delay: 0.6s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(5) {
  transition-delay: 0.8s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(6) {
  transition-delay: 1s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(7) {
  transition-delay: 1.2s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(8) {
  transition-delay: 1.4s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(9) {
  transition-delay: 1.6s;
}

.zaoral-landing .u-fadeGroup.is-show > *:nth-child(10) {
  transition-delay: 1.8s;
}