@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.Montserrat {
  font-family: "Montserrat", sans-serif;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  font-family: YuGothic, "Yu Gothic", "YuGothic_android", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
body a {
  color: inherit;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  display: block;
  z-index: 99;
}
body b {
  font-weight: normal;
}
body img {
  width: 100%;
}
body .is-sp {
  display: none;
}

/* 画面サイズが xxx <= 767px はここを読み込む */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.8285714286;
  }
  body .is-pc {
    display: none !important;
  }
  body .is-sp {
    display: block !important;
  }
}
/* 画面サイズが xxx <= 767px はここを読み込む */
@media screen and (min-width: 768px) {
  body a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    left: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    left: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes shiny2 {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    left: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    left: 60%;
    opacity: 0.2;
  }
  60% {
    left: 70%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes shiny2 {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    left: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    left: 60%;
    opacity: 0.2;
  }
  60% {
    left: 70%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes shiny3 {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    left: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    left: 84%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes shiny3 {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    left: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    left: 84%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
.shiny::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -100%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  z-index: 9;
  opacity: 0;
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.shiny2::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -100%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  z-index: 9;
  opacity: 0;
  /* アニメーション */
  -webkit-animation-name: shiny2;
          animation-name: shiny2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.shiny3::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -100%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  z-index: 9;
  opacity: 0;
  /* アニメーション */
  -webkit-animation-name: shiny3;
          animation-name: shiny3;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.l-body {
  width: 100%;
  overflow: hidden;
}

.l-header {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100vw;
}
.l-header .__inner {
  height: 53px;
  width: 390px;
  margin: 0 auto;
  padding-top: 7px;
}
.l-header .__inner .__wrapper {
  display: flex;
  justify-content: flex-start;
  height: 46px;
  gap: 6px;
  width: 373px;
  margin: 0 auto;
}
.l-header .__inner .__wrapper.long {
  align-items: center;
  justify-content: space-between;
}
.l-header .__inner .__wrapper .__logo {
  width: 130px;
}
.l-header .__inner .__wrapper .__logo.long {
  width: 102px;
}
.l-header .__inner .__wrapper .__link {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.l-header .__inner .__wrapper .__link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header .__inner .__wrapper .__link.__n1 {
  width: 147px;
  background: #E26579;
}
.l-header .__inner .__wrapper .__link.__n1.long {
  width: 219.53px;
  background: none;
}
.l-header .__inner .__wrapper .__link.__n1.long img {
  width: 100%;
}
.l-header .__inner .__wrapper .__link.__n1 img {
  width: 132px;
}
.l-header .__inner .__wrapper .__link.__n2 {
  width: 83px;
  background: #9F856C;
}
.l-header .__inner .__wrapper .__link.__n2 img {
  width: 63px;
}
.l-header .__inner .__wrapper .__link.__n3 {
  width: 217.34px;
  background: #FF3857;
  height: 39.24px;
  display: flex;
  align-items: center;
  border-radius: 27px;
  box-shadow: 2px 6px 0 #A5152D;
}
.l-header .__inner .__wrapper .__link.__n3 img {
  width: 193px;
}

@media screen and (min-width: 767px) {
  .l-header .__inner {
    height: 84.8px;
    width: 624px;
    margin: 0 auto;
    padding-top: 11.2px;
  }
  .l-header .__inner .__wrapper {
    display: flex;
    justify-content: flex-start;
    height: 73.6px;
    gap: 9.6px;
    width: 596.8px;
    margin: 0 auto;
  }
  .l-header .__inner .__wrapper .__logo {
    width: 208px;
  }
  .l-header .__inner .__wrapper .__logo.long {
    width: 163.2px;
  }
  .l-header .__inner .__wrapper .__link {
    border-radius: 6.4px;
  }
  .l-header .__inner .__wrapper .__link.__n1 {
    width: 235.2px;
    background: #E26579;
  }
  .l-header .__inner .__wrapper .__link.__n1 img {
    width: 211.2px;
  }
  .l-header .__inner .__wrapper .__link.__n2 {
    width: 132.8px;
    background: #9F856C;
  }
  .l-header .__inner .__wrapper .__link.__n2 img {
    width: 100.8px;
  }
  .l-header .__inner .__wrapper .__link.__n3 {
    width: 347.744px;
    background: #FF3857;
    height: 62.784px;
    display: flex;
    align-items: center;
    border-radius: 43.2px;
    box-shadow: 3.2px 9.6px 0 #A5152D;
  }
  .l-header .__inner .__wrapper .__link.__n3 img {
    width: 308.8px;
  }
}
.l-footer {
  background: #4D4D4D;
}
.l-footer .__inner {
  height: 30px;
  width: 390px;
  margin: 0 auto;
  padding-top: 10px;
}
.l-footer .__inner .__copyright {
  color: #fff;
  text-align: center;
  font-size: 10px;
  transform: scale(0.8);
}
.l-footer.--tik {
  background: #4D4D4D;
}
.l-footer.--tik .__inner {
  height: 60px;
  width: 390px;
  margin: 0 auto;
  padding-top: 15px;
}
.l-footer.--tik .__inner .__pLinks .__in {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.l-footer.--tik .__inner .__pLinks .__in .__link {
  font-size: 10px;
  color: #fff;
  position: relative;
}
.l-footer.--tik .__inner .__pLinks .__in .__link:nth-of-type(n+2)::before {
  display: block;
  content: "/";
  position: absolute;
  left: -12px;
}
.l-footer.--tik .__inner .__copyright {
  color: #fff;
  text-align: center;
  font-size: 10px;
  transform: scale(0.8);
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .l-footer {
    background: #4D4D4D;
  }
  .l-footer .__inner {
    height: 48px;
    width: 624px;
    margin: 0 auto;
    padding-top: 16px;
  }
  .l-footer .__inner .__copyright {
    color: #fff;
    text-align: center;
    font-size: 16px;
    transform: scale(0.8);
  }
  .l-footer.--tik {
    background: #4D4D4D;
  }
  .l-footer.--tik .__inner {
    height: 96px;
    width: 624px;
    margin: 0 auto;
    padding-top: 24px;
  }
  .l-footer.--tik .__inner .__pLinks .__in {
    display: flex;
    justify-content: center;
    gap: 28.8px;
  }
  .l-footer.--tik .__inner .__pLinks .__in .__link {
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  .l-footer.--tik .__inner .__pLinks .__in .__link:nth-of-type(n+2)::before {
    display: block;
    content: "/";
    position: absolute;
    left: -19.2px;
  }
  .l-footer.--tik .__inner .__copyright {
    color: #fff;
    text-align: center;
    font-size: 16px;
    transform: scale(0.8);
  }
}
.p-cta {
  padding-top: 20px;
}
.p-cta .__ai {
  width: 324px;
  margin: 0 auto;
}
.p-cta .__btn {
  width: 352px;
  height: 89px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.p-cta .__btn .__bg {
  width: 366px;
  height: 100px;
  position: absolute;
  left: -6px;
  top: -4px;
  z-index: 1;
}
.p-cta .__btn em {
  position: relative;
  left: -20px;
  text-decoration: none;
  font-style: normal;
}
.p-cta .__btn span {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.p-cta .__btn .__n1 {
  font-size: 27px;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}
.p-cta .__btn .__n2 {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .p-cta {
    padding-top: 32px;
  }
  .p-cta .__ai {
    width: 518.4px;
    margin: 0 auto;
  }
  .p-cta .__btn {
    width: 563.2px;
    height: 142.4px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-cta .__btn .__bg {
    width: 585.6px;
    height: 160px;
    position: absolute;
    left: -9.6px;
    top: -6.4px;
    z-index: 1;
  }
  .p-cta .__btn em {
    position: relative;
    left: -32px;
    text-decoration: none;
    font-style: normal;
  }
  .p-cta .__btn span {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  .p-cta .__btn .__n1 {
    font-size: 43.2px;
    line-height: 1.2222222222;
    letter-spacing: 0.05em;
  }
  .p-cta .__btn .__n2 {
    font-size: 28.8px;
    line-height: 1.2222222222;
    letter-spacing: 0.05em;
  }
}
#form1 .__pNotion .__tracker {
  display: flex;
  justify-content: center;
  gap: 4px;
}
#form1 .__pNotion .__tracker li {
  width: 115px;
  height: 37px;
  color: #C8CACB;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F6F7;
  border-radius: 6px;
}
#form1 .__pNotion .__texts {
  width: 352px;
  margin: 0 auto;
}
#form1 .__pNotion .__texts .__txt1 {
  line-height: 1.4285714286;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-top: 20px;
}
#form1 .__pNotion .__texts .__txt2 {
  line-height: 1.4615384615;
  font-size: 13px;
  display: flex;
  letter-spacing: -0.01em;
}
#form1 .__pNotion .__texts .__wrapper {
  border-radius: 5px;
  border: #AFAFAF solid 1px;
  padding: 5px 10px 5px 5px;
  margin-top: 20px;
}
#form1 .mw_wp_form_input .is-input {
  color: #fff !important;
  background: #E26579 !important;
}
#form1 .mw_wp_form_input #form202109 .select-wrap::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #aaaaaa;
  border-right: solid 2px #aaaaaa;
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 1;
}
#form1 .mw_wp_form_confirm .is-confirm {
  color: #fff !important;
  background: #E26579 !important;
}
#form1 .mw_wp_form_confirm #form202109 .form_content_name .name-item {
  width: auto;
}
#form1 .mw_wp_form_complete .is-complete {
  color: #fff !important;
  background: #E26579 !important;
}
#form1 .mw_wp_form_complete .__wrapper {
  max-width: 352px;
  margin: 0 auto;
}
#form1 .mw_wp_form_send_error {
  width: 352px;
  margin: 0 auto;
}
#form1 #form202109 * {
  box-sizing: border-box;
}
#form1 #form202109 .__list {
  width: 352px;
  margin: 30px auto 0;
}
#form1 #form202109 .__list > li:nth-of-type(n+2) {
  margin-top: 20px;
}
#form1 #form202109 .form_title {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  background: none;
}
#form1 #form202109 .form_title em {
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 32px;
  border-radius: 6px;
  color: #ffffff;
  margin-right: 8px;
  font-size: 13px;
  font-weight: normal;
  background: #E26579;
}
#form1 #form202109 .form_title em.ninni {
  background: #AFAFAF;
}
#form1 #form202109 input[type=text],
#form1 #form202109 input[type=url],
#form1 #form202109 input[type=email],
#form1 #form202109 input[type=tel] {
  width: 100%;
  font-size: 16px;
  line-height: 1.56;
  font-weight: normal;
  border-style: none;
  border: 1px solid #dddddd;
  min-height: 54px;
  padding-left: 0.5em;
}
#form1 #form202109 .form_content_name .name-item {
  width: 50%;
  display: inline-block;
}
#form1 #form202109 .form_content_name .name-item + .name-item {
  width: calc(50% - 8px);
  margin-left: 8px;
}
#form1 #form202109 select {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  color: #000000;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  line-height: 1.56;
  border: 1px solid #dddddd;
  min-height: 54px;
  padding-left: 0.5em;
}
#form1 #form202109 .select-wrap {
  position: relative;
  display: flex;
}
#form1 #form202109 .select-wrap.__hopeTime {
  margin-top: 5px;
}
#form1 #form202109 .select-wrap2 {
  position: relative;
  display: flex;
}
#form1 #form202109 .select-wrap2.__hopeTime {
  margin-top: 5px;
}
#form1 #form202109 .tel_title_note {
  font-size: 11px;
  padding-top: 0.5em;
  display: block;
  color: #cd0a0a;
}
#form1 #form202109 .mwform-tel-field .teltype {
  width: 107px;
  min-height: 54px;
}
#form1 #form202109 #submit-wrap {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
  gap: 4px;
}
#form1 #form202109 #submit-wrap span input,
#form1 #form202109 #submit-wrap span button {
  cursor: pointer;
  color: #ffffff;
  background: #E26579 !important;
  border: none;
  border-radius: 6px;
  width: 162px;
  height: 40px;
  font-size: 18px;
}
#form1 #form202109 #submit-wrap span input:hover,
#form1 #form202109 #submit-wrap span button:hover {
  opacity: 0.7;
}
#form1 #form202109 #submit-wrap span button {
  background: #aaaaaa !important;
}

@media screen and (min-width: 767px) {
  #form1 .__pNotion .__tracker li {
    width: 185px;
  }
  #form1 .__pNotion .__texts {
    width: 563.2px;
  }
  #form1 .__pNotion .__texts .__txt1 {
    text-align: center;
  }
  #form1 .mw_wp_form_complete .__wrapper {
    max-width: 563.2px;
    margin: 0 auto;
  }
  #form1 .mw_wp_form_send_error {
    width: 563.2px;
    margin: 0 auto;
  }
  #form1 #form202109 * {
    box-sizing: border-box;
  }
  #form1 #form202109 .__list {
    width: 563.2px;
    margin: 30px auto 0;
  }
  #form1 #form202109 .__list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #form1 #form202109 .__list > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #form1 #form202109 .mwform-tel-field .teltype {
    width: 90px;
    min-height: 54px;
  }
  #form1 #form202109 .form_title {
    width: 300px;
  }
  #form1 #form202109 .form_content {
    width: 66%;
    float: right;
    background: #fff;
    padding: 1.5%;
    min-height: 30px;
  }
}
.mwform-checkbox-field label {
  padding-left: 8px;
  width: 114px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 36px;
  border: 1px solid #707070;
  font-size: 14px;
}

.mwform-checkbox-field input {
  margin: 0 13px 0 0;
}

/**
 * Sections
 */
.p-section .__inner {
  position: relative;
  width: 100%;
  max-width: 412px;
  margin: 0px auto;
  box-sizing: border-box;
  background-image: url(../images/bg-inner.svg);
  background-size: cover;
  background-position: center center;
}

/* * * * * * */
/* top
/* * * * * * */
.p-page.__topPage {
  width: 390px;
  margin: 0 auto;
  color: #575757;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page.__topPage.margin {
  margin-top: 100px;
}
.p-page.__topPage .fv {
  margin-top: 60px;
  position: relative;
}
.p-page.__topPage .point {
  position: relative;
  z-index: 1;
  height: 3139.7px;
  margin-top: -140px;
}
.p-page.__topPage .point .btn-t {
  top: 2782.7px;
}
.p-page.__topPage .customer {
  position: relative;
  z-index: 1;
  height: 2747.14px;
  margin-top: -178px;
}
.p-page.__topPage .customer .btn-t {
  top: 2459.6px;
}
.p-page.__topPage .pop {
  position: relative;
  z-index: 1;
  height: 3425.34px;
  margin-top: -98px;
}
.p-page.__topPage .pop .btn-t {
  top: 3262.9px;
}
.p-page.__topPage .voice {
  position: relative;
  z-index: 1;
  height: 2244.95px;
  margin-top: 17.1px;
}
.p-page.__topPage .voice .btn-t {
  top: 2082.9px;
}
.p-page.__topPage .section.__fv {
  background-image: url(../images/bg-stripe.pink.webp);
  background-size: 390px 1000px;
  padding-top: 53px;
}
.p-page.__topPage .section.__fv .__mainWrap {
  width: 390px;
  position: relative;
}
.p-page.__topPage .section.__fv .__mainWrap .__mainphoto {
  width: 390px;
}
.p-page.__topPage .section.__fv .__mainWrap .__copy {
  width: 350px;
  position: absolute;
  left: calc(50% - 175px);
  top: 329px;
}
.p-page.__topPage .section.__fv .__mainWrap .__ai {
  width: 390px;
  position: absolute;
  left: 0;
  bottom: -76px;
}
.p-page.__topPage .section.__fv .__pCard {
  position: relative;
}
.p-page.__topPage .section.__fv .__pCard .__block {
  position: relative;
  width: 352px;
  margin: -155px auto 0;
  z-index: 2;
}
.p-page.__topPage .section.__fv .__pCard .__price {
  width: 254px;
  height: 70px;
  position: absolute;
  left: 90px;
  top: 202px;
  z-index: 9;
  overflow: hidden;
}
.p-page.__topPage .section.__pCta {
  background-image: url(../images/02-bg.webp);
  background-size: 390px 788px;
  position: relative;
  padding-top: 116px;
  margin-top: -55px;
  padding-bottom: 76px;
}
.p-page.__topPage .section.__pCta .__pHead {
  width: 352px;
  position: absolute;
  left: calc(50% - 176px);
  top: -75px;
}
.p-page.__topPage .section.__pCta .__pImage {
  width: 334px;
  margin: 0 auto;
}
.p-page.__topPage .section.__pQA {
  background: #EDD7C3;
  padding-bottom: 80px;
  position: relative;
}
.p-page.__topPage .section.__pQA.t {
  margin-top: 69.9px;
}
.p-page.__topPage .section.__pQA::before {
  content: "";
  display: block;
  width: 390px;
  height: 100px;
  background: #FCF9DF;
  position: absolute;
  left: 0;
  top: -100px;
}
.p-page.__topPage .section.__pQA .__inner {
  position: relative;
  padding-top: 150px;
}
.p-page.__topPage .section.__pQA .__inner .__pHead {
  width: 373px;
  position: absolute;
  left: calc(50% - 186.5px);
  top: -20px;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions {
  width: 352px;
  margin: 0 auto;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame:nth-of-type(n+2) {
  margin-top: 15px;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__q {
  line-height: 1.3125;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  border: #4A3D31 1px solid;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__q:hover {
  opacity: 0.7;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__q::before {
  content: "";
  display: block;
  background-image: url(../images/QA-qAi.webp);
  background-size: 317px 22px;
  width: 317px;
  height: 22px;
  position: absolute;
  left: 14px;
  top: 14px;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__a {
  display: none;
  line-height: 1.4375;
  font-size: 16px;
  background: #fff;
  padding-left: 45px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-radius: 0px 0px 4px 4px;
  position: relative;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__a .__img {
  width: 100%;
  margin-top: 20px;
  position: relative;
  left: -10px;
}
.p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__a::before {
  content: "";
  display: block;
  background-image: url(../images/QA-aAi.webp);
  background-size: 23px 17px;
  width: 23px;
  height: 17px;
  position: absolute;
  left: 14px;
  top: 20px;
}
.p-page.__topPage .section.__pForm {
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}
.p-page.__topPage .section.__pForm .__inner {
  position: relative;
  padding-top: 120px;
}
.p-page.__topPage .section.__pForm .__inner .__pHead {
  width: 373px;
  position: absolute;
  left: calc(50% - 186.5px);
  top: -20px;
}
.p-page.__topPage .section.__pForm.form2 {
  margin-top: 17.9px;
}
.p-page.__topPage .section.__pForm.form2 .__inner {
  position: relative;
  padding-top: 0;
}
.p-page.__topPage .section.__pForm.form2 .__inner .__pHead {
  width: 373px;
  position: initial;
}
.p-page.__topPage .section.__01 {
  background-image: url(../images/bg-stripe.pink.webp);
  background-size: 390px 1000px;
  padding-bottom: 135px;
}
.p-page.__topPage .section.__01 .__pPlan .__block1 {
  width: 374px;
  margin: 0 auto;
  padding-top: 27px;
  position: relative;
}
.p-page.__topPage .section.__01 .__pPlan .__block1 .__price {
  position: absolute;
  left: 40px;
  top: 467px;
  width: 290px;
  overflow: hidden;
}
.p-page.__topPage .section.__01 .__pPlan .__block2 {
  width: 370px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
}
.p-page.__topPage .section.__01 .__pPlan .__block2 .__price {
  position: absolute;
  left: 40px;
  top: 467px;
  width: 290px;
  overflow: hidden;
}
.p-page.__topPage .section.__01 .__pPresent {
  width: 353px;
  position: relative;
  left: 9px;
  margin-top: 20px;
}
.p-page.__topPage .section.__01 .__pPresent .__ai {
  width: 353px;
}
.p-page.__topPage .section.__01 .__pPresent .__notes {
  position: relative;
  left: 12px;
  margin-top: 10px;
}
.p-page.__topPage .section.__01 .__pPresent .__notes .__note {
  display: flex;
  font-size: 10px;
  transform: scale(0.95);
  letter-spacing: -0.05em;
  max-width: 335px;
  line-height: 1.2;
}
.p-page.__topPage .section.__01 .__pPresent .__notes .__note dt {
  margin-right: 10px;
}
.p-page.__topPage .section.__01 .__pTrial {
  width: 372px;
  margin: 40px auto 0;
  position: relative;
}
.p-page.__topPage .section.__01 .__pTrial .__ai {
  width: 372px;
}
.p-page.__topPage .section.__01 .__pTrial .__price {
  position: absolute;
  left: 34px;
  top: 243px;
  width: 305px;
  overflow: hidden;
}
.p-page.__topPage .section.__03fb {
  margin-top: -50px;
}
.p-page.__topPage .section.__03 {
  background-image: url(../images/bg-grid.webp);
  background-size: 390px 1784px;
  position: relative;
  z-index: -1;
  margin-top: -50px;
  padding-top: 65px;
  padding-bottom: 100px;
}
.p-page.__topPage .section.__03 .__pHead {
  width: 373px;
  margin: 0 auto;
}
.p-page.__topPage .section.__03 .__pTable {
  position: relative;
  padding-top: 10px;
  margin-top: 40px;
}
.p-page.__topPage .section.__03 .__pTable .__table.__n1 {
  width: 352px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.p-page.__topPage .section.__03 .__pTable .__table.__n2 {
  width: 334px;
  position: absolute;
  left: calc(50% - 167px);
  top: 0;
}
.p-page.__topPage .section.__03 .__pTable .__texts {
  display: flex;
  position: absolute;
  left: 28px;
  max-width: 333px;
  gap: 20px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n1 {
  top: 350px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n2 {
  top: 700px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n2.--tik {
  top: 685px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n2.--tik02 {
  top: 691px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n3 {
  top: 900px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n4 {
  top: 834px;
  left: 40px;
  gap: 33px;
}
.p-page.__topPage .section.__03 .__pTable .__texts.__n4.--tik02 {
  top: 1310px;
}
.p-page.__topPage .section.__03 .__pTable .__texts .__txt1 {
  line-height: 1.5;
  font-size: 12px;
  width: 158px;
  letter-spacing: -0.01em;
}
.p-page.__topPage .section.__03 .__pTable .__texts .__txt1 span.__n1 {
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: -0.05em;
}
.p-page.__topPage .section.__03 .__pTable .__texts .__txt1 span.__n2 {
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: -0.05em;
  transform: scale(0.8);
  transform-origin: left;
  display: flex;
  width: 198px;
}
.p-page.__topPage .section.__03 .__pTable .__texts .__txt1 span.__n2 * {
  font-weight: normal;
}
.p-page.__topPage .section.__03 .__pTable .__texts .__txt2 {
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: center;
  text-align: center;
}
.p-page.__topPage .section.__04 {
  margin-top: -50px;
}
.p-page.__topPage .section.__04 .__block1 {
  position: relative;
}
.p-page.__topPage .section.__04 .__block1 .__head {
  width: 372px;
  position: absolute;
  left: calc(50% - 186px);
  top: 32px;
}
.p-page.__topPage .section.__04 .__block1 .__ai {
  width: 390px;
  margin: 0 auto;
}
.p-page.__topPage .section.__04 .__block1 .__txt {
  line-height: 1.6153846154;
  font-size: 13px;
  position: absolute;
  color: #4A3D31;
  letter-spacing: -0.01em;
}
.p-page.__topPage .section.__04 .__block1 .__txt.__n1 {
  left: 10px;
  top: 240px;
  width: 213px;
}
.p-page.__topPage .section.__04 .__block1 .__txt.__n2 {
  left: 160px;
  top: 460px;
  width: 206px;
}
.p-page.__topPage .section.__04 .__block1 .__txt.__n3 {
  left: 10px;
  top: 685px;
  width: 219px;
}
.p-page.__topPage .section.__04 .__block2 {
  margin-top: -26px;
}
.p-page.__topPage .section.__04 .__block2 .__ai2 {
  width: 390px;
  margin: 0 auto;
}
.p-page.__topPage .section.__05 {
  margin-top: -51px;
  position: relative;
}
.p-page.__topPage .section.__05 .__block1 .__head {
  width: 373px;
  position: absolute;
  left: calc(50% - 186.5px);
  top: 36px;
}
.p-page.__topPage .section.__05 .__block1 .__table {
  width: 390px;
  margin: 0 auto;
}
.p-page.__topPage .section.__06 {
  background-image: url(../images/06-bg.webp);
  background-size: 390px 1000px;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: -70px;
}
.p-page.__topPage .section.__06 .__inner {
  position: relative;
  padding-top: 160px;
}
.p-page.__topPage .section.__06 .__inner .__head {
  width: 373px;
  position: absolute;
  left: calc(50% - 186.5px);
  top: 0;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason {
  position: relative;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__ai1 {
  width: 352px;
  margin: 0 auto;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1 {
  position: absolute;
  text-align: center;
  line-height: 1.5625;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #4A3D31;
  font-weight: normal;
  width: 352px;
  left: calc(50% - 176px);
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n1 {
  top: 342px;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n2 {
  top: 322px;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n3 {
  top: 302px;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n4 {
  top: 322px;
}
.p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n5 {
  top: 262px;
}
.p-page.__topPage .section.__07 {
  background-image: url(../images/07-bg.webp);
  background-size: 390px 1050px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: -85px;
}
.p-page.__topPage .section.__07 .__inner {
  position: relative;
  padding-top: 160px;
}
.p-page.__topPage .section.__07 .__inner .__pHead {
  width: 373px;
  position: absolute;
  left: calc(50% - 186.5px);
  top: 0;
}
.p-page.__topPage .section.__07 .__inner .__pFlows .__flow {
  position: relative;
}
.p-page.__topPage .section.__07 .__inner .__pFlows .__flow:nth-of-type(n+2) {
  margin-top: -6px;
}
.p-page.__topPage .section.__07 .__inner .__pFlows .__flow .__ai1 {
  width: 352px;
  margin: 0 auto;
}
.p-page.__topPage .section.__07 .__inner .__pFlows .__flow .__txt1 {
  position: absolute;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #4A3D31;
  font-weight: normal;
  left: 168px;
  top: 55px;
}
.p-page.__topPage .section.__08 {
  background-image: url(../images/bg-grid.webp);
  background-size: 390px 1784px;
  position: relative;
  padding-top: 0;
  padding-bottom: 80px;
  margin-top: 0;
}
.p-page.__topPage .section.__08.gray {
  background-color: #F4F6F7;
}
.p-page.__topPage .section.__08 .__inner {
  position: relative;
  padding-top: 150px;
}
.p-page.__topPage .section.__08 .__inner .__pHead {
  width: 373px;
  position: absolute;
  left: calc(50% - 186.5px);
  top: -20px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic {
  position: relative;
  padding-bottom: 8px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic:nth-of-type(n+2) {
  margin-top: 35px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__ai1 {
  width: 352px;
  margin: 0 auto;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData {
  position: absolute;
  left: 28px;
  top: 270px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data {
  letter-spacing: -0.01em;
  color: #4A3D31;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  gap: 9px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data:nth-of-type(n+2) {
  margin-top: 15px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dt {
  line-height: 1;
  font-size: 14px;
  color: #E26579;
  border-top: #E26579 solid 1px;
  border-bottom: #E26579 solid 1px;
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dt.__n1 {
  margin-top: 5px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dd {
  line-height: 1.3571428571;
  font-size: 14px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dd b {
  line-height: 1;
  font-size: 27px;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pMapLink {
  position: absolute;
  left: calc(50% - 110px);
  bottom: 0;
  overflow: hidden;
}
.p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pMapLink .__link {
  width: 220px;
  height: 42px;
  background: #E26579;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}

.p-page.__topPage .section.__fv.long {
  padding-top: 60px;
}

.p-page.__topPage .section.__fv.long {
  background-image: none;
}

.p-page.__topPage .section.__fv .__pCard .__block.long {
  margin-top: -40px;
}

.p-page.__topPage .section.__07.long {
  background-repeat: no-repeat;
}

.p-page.__topPage .section.__pQA.long::before {
  display: none;
}

.btn-t {
  position: absolute;
  overflow: hidden;
  width: 379px;
  height: 94.89px;
  background-image: url(../images/btn-t.webp);
  background-size: cover;
  border-radius: 21px;
  top: 1184.6px;
  left: 5.5px;
}
.btn-t.map {
  position: initial;
  margin-left: 5.5px;
  margin-top: 42.1px;
}
.btn-t a {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-bg {
  position: absolute;
  top: 413px;
  left: 19px;
  overflow: hidden;
  width: 352px;
  background: #FF3857;
  height: 109.9px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 51px;
  box-shadow: 3px 8px 0 #A5152D;
}
.btn-bg img {
  width: 289px;
}
.btn-bg.margin {
  position: relative;
  top: auto;
  left: auto;
  margin: 26px auto 0;
}

.black {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
}
.black img {
  width: 352px;
  -webkit-animation: flash 1s linear infinite;
          animation: flash 1s linear infinite;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.p-page.__topPage .section.__03.long {
  z-index: 1;
}

@media screen and (min-width: 767px) {
  .p-page.__topPage {
    width: 624px;
    margin: 0 auto;
    color: #575757;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-page.__topPage.margin {
    margin-top: 150px;
  }
  .p-page.__topPage .fv {
    margin-top: 96px;
    position: relative;
  }
  .p-page.__topPage .point {
    position: relative;
    z-index: 1;
    height: 5023.52px;
    margin-top: -224px;
  }
  .p-page.__topPage .point .btn-t {
    top: 4452.32px;
  }
  .p-page.__topPage .customer {
    position: relative;
    z-index: 1;
    height: 4395.424px;
    margin-top: -284.8px;
  }
  .p-page.__topPage .customer .btn-t {
    top: 3935.36px;
  }
  .p-page.__topPage .pop {
    position: relative;
    z-index: 1;
    height: 5480.544px;
    margin-top: -156.8px;
  }
  .p-page.__topPage .pop .btn-t {
    top: 5220.64px;
  }
  .p-page.__topPage .voice {
    position: relative;
    z-index: 1;
    height: 3591.92px;
    margin-top: 27.36px;
  }
  .p-page.__topPage .voice .btn-t {
    top: 3332.64px;
  }
  .p-page.__topPage .section.__fv {
    background-image: url(../images/bg-stripe.pink.webp);
    background-size: 624px 1600px;
    padding-top: 84.8px;
  }
  .p-page.__topPage .section.__fv .__mainWrap {
    width: 624px;
    position: relative;
  }
  .p-page.__topPage .section.__fv .__mainWrap .__mainphoto {
    width: 624px;
  }
  .p-page.__topPage .section.__fv .__mainWrap .__copy {
    width: 560px;
    position: absolute;
    left: calc(50% - 280px);
    top: 526.4px;
  }
  .p-page.__topPage .section.__fv .__mainWrap .__ai {
    width: 624px;
    position: absolute;
    left: 0;
    bottom: -121.6px;
  }
  .p-page.__topPage .section.__fv .__pCard {
    position: relative;
  }
  .p-page.__topPage .section.__fv .__pCard .__block {
    position: relative;
    width: 563.2px;
    margin: -248px auto 0;
    z-index: 2;
  }
  .p-page.__topPage .section.__fv .__pCard .__price {
    width: 406.4px;
    height: 112px;
    position: absolute;
    left: 144px;
    top: 323.2px;
    z-index: 9;
    overflow: hidden;
  }
  .p-page.__topPage .section.__pCta {
    background-image: url(../images/02-bg.webp);
    background-size: 624px 1260.8px;
    position: relative;
    padding-top: 185.6px;
    margin-top: -88px;
    padding-bottom: 121.6px;
  }
  .p-page.__topPage .section.__pCta .__pHead {
    width: 563.2px;
    position: absolute;
    left: calc(50% - 281.6px);
    top: -120px;
  }
  .p-page.__topPage .section.__pCta .__pImage {
    width: 534.4px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__pQA {
    background: #EDD7C3;
    padding-bottom: 128px;
    position: relative;
  }
  .p-page.__topPage .section.__pQA.t {
    margin-top: 111.84px;
  }
  .p-page.__topPage .section.__pQA::before {
    content: "";
    display: block;
    width: 624px;
    height: 160px;
    background: #FCF9DF;
    position: absolute;
    left: 0;
    top: -160px;
  }
  .p-page.__topPage .section.__pQA .__inner {
    position: relative;
    padding-top: 240px;
  }
  .p-page.__topPage .section.__pQA .__inner .__pHead {
    width: 596.8px;
    position: absolute;
    left: calc(50% - 298.4px);
    top: -32px;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions {
    width: 563.2px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__q {
    line-height: 1.3125;
    font-size: 25.6px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 76.8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6.4px 6.4px 0px 0px;
    border: #4A3D31 1.6px solid;
    padding-left: 72px;
    position: relative;
    cursor: pointer;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__q:hover {
    opacity: 0.7;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__q::before {
    content: "";
    display: block;
    background-image: url(../images/QA-qAi.webp);
    background-size: 507.2px 35.2px;
    width: 507.2px;
    height: 35.2px;
    position: absolute;
    left: 22.4px;
    top: 22.4px;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__a {
    display: none;
    line-height: 1.4375;
    font-size: 25.6px;
    background: #fff;
    padding-left: 72px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 32px;
    border-radius: 0px 0px 6.4px 6.4px;
    position: relative;
  }
  .p-page.__topPage .section.__pQA .__inner .__pQuestions .__frame .__a::before {
    content: "";
    display: block;
    background-image: url(../images/QA-aAi.webp);
    background-size: 36.8px 27.2px;
    width: 36.8px;
    height: 27.2px;
    position: absolute;
    left: 22.4px;
    top: 32px;
  }
  .p-page.__topPage .section.__pForm {
    position: relative;
    background: #fff;
    padding-bottom: 80px;
  }
  .p-page.__topPage .section.__pForm .__inner {
    position: relative;
    padding-top: 192px;
  }
  .p-page.__topPage .section.__pForm .__inner .__pHead {
    width: 596.8px;
    position: absolute;
    left: calc(50% - 298.4px);
    top: -32px;
  }
  .p-page.__topPage .section.__pForm.form2 {
    margin-top: 28.64px;
  }
  .p-page.__topPage .section.__pForm.form2 .__inner {
    position: relative;
    padding-top: 0;
  }
  .p-page.__topPage .section.__pForm.form2 .__inner .__pHead {
    width: 596.8px;
    position: initial;
  }
  .p-page.__topPage .section.__01 {
    background-image: url(../images/bg-stripe.pink.webp);
    background-size: 624px 1600px;
    padding-bottom: 216px;
  }
  .p-page.__topPage .section.__01 .__pPlan .__block1 {
    width: 598.4px;
    margin: 0 auto;
    padding-top: 43.2px;
    position: relative;
  }
  .p-page.__topPage .section.__01 .__pPlan .__block1 .__price {
    position: absolute;
    left: 64px;
    top: 747.2px;
    width: 464px;
    overflow: hidden;
  }
  .p-page.__topPage .section.__01 .__pPlan .__block2 {
    width: 592px;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
  }
  .p-page.__topPage .section.__01 .__pPlan .__block2 .__price {
    position: absolute;
    left: 64px;
    top: 747.2px;
    width: 464px;
    overflow: hidden;
  }
  .p-page.__topPage .section.__01 .__pPresent {
    width: 564.8px;
    position: relative;
    left: 14.4px;
    margin-top: 32px;
  }
  .p-page.__topPage .section.__01 .__pPresent .__ai {
    width: 564.8px;
  }
  .p-page.__topPage .section.__01 .__pPresent .__notes {
    position: relative;
    left: 19.2px;
    margin-top: 16px;
  }
  .p-page.__topPage .section.__01 .__pPresent .__notes .__note {
    display: flex;
    font-size: 16px;
    transform: scale(0.95);
    letter-spacing: -0.05em;
    max-width: 536px;
    line-height: 1.2;
  }
  .p-page.__topPage .section.__01 .__pPresent .__notes .__note dt {
    margin-right: 16px;
  }
  .p-page.__topPage .section.__01 .__pTrial {
    width: 595.2px;
    margin: 64px auto 0;
    position: relative;
  }
  .p-page.__topPage .section.__01 .__pTrial .__ai {
    width: 595.2px;
  }
  .p-page.__topPage .section.__01 .__pTrial .__price {
    position: absolute;
    left: 54.4px;
    top: 388.8px;
    width: 488px;
    overflow: hidden;
  }
  .p-page.__topPage .section.__03 {
    background-image: url(../images/bg-grid.webp);
    background-size: 624px 2854.4px;
    position: relative;
    z-index: -1;
    margin-top: -80px;
    padding-top: 104px;
    padding-bottom: 160px;
  }
  .p-page.__topPage .section.__03 .__pHead {
    width: 596.8px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__03 .__pTable {
    position: relative;
    padding-top: 16px;
    margin-top: 64px;
  }
  .p-page.__topPage .section.__03 .__pTable .__table.__n1 {
    width: 563.2px;
    margin: 0 auto;
    mix-blend-mode: multiply;
  }
  .p-page.__topPage .section.__03 .__pTable .__table.__n2 {
    width: 534.4px;
    position: absolute;
    left: calc(50% - 267.2px);
    top: 0;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts {
    display: flex;
    position: absolute;
    left: 44.8px;
    max-width: 532.8px;
    gap: 32px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n1 {
    top: 560px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n2 {
    top: 1120px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n2.--tik {
    top: 1096px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n2.--tik02 {
    top: 1105.6px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n3 {
    top: 1440px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n4 {
    top: 1334.4px;
    left: 64px;
    gap: 52.8px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts.__n4.--tik02 {
    top: 2096px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts .__txt1 {
    line-height: 1.5;
    font-size: 19.2px;
    width: 252.8px;
    letter-spacing: -0.01em;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts .__txt1 span.__n1 {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts .__txt1 span.__n2 {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -0.05em;
    transform: scale(0.8);
    transform-origin: left;
    display: flex;
    width: 316.8px;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts .__txt1 span.__n2 * {
    font-weight: normal;
  }
  .p-page.__topPage .section.__03 .__pTable .__texts .__txt2 {
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: center;
    text-align: center;
  }
  .p-page.__topPage .section.__04 {
    margin-top: -80px;
  }
  .p-page.__topPage .section.__04 .__block1 {
    position: relative;
  }
  .p-page.__topPage .section.__04 .__block1 .__head {
    width: 595.2px;
    position: absolute;
    left: calc(50% - 297.6px);
    top: 51.2px;
  }
  .p-page.__topPage .section.__04 .__block1 .__ai {
    width: 624px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__04 .__block1 .__txt {
    line-height: 1.6153846154;
    font-size: 20.8px;
    position: absolute;
    color: #4A3D31;
    letter-spacing: -0.01em;
  }
  .p-page.__topPage .section.__04 .__block1 .__txt.__n1 {
    left: 16px;
    top: 384px;
    width: 340.8px;
  }
  .p-page.__topPage .section.__04 .__block1 .__txt.__n2 {
    left: 256px;
    top: 736px;
    width: 329.6px;
  }
  .p-page.__topPage .section.__04 .__block1 .__txt.__n3 {
    left: 16px;
    top: 1096px;
    width: 350.4px;
  }
  .p-page.__topPage .section.__04 .__block2 {
    margin-top: -41.6px;
  }
  .p-page.__topPage .section.__04 .__block2 .__ai2 {
    width: 624px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__05 {
    margin-top: -81.6px;
    position: relative;
  }
  .p-page.__topPage .section.__05 .__block1 .__head {
    width: 596.8px;
    position: absolute;
    left: calc(50% - 298.4px);
    top: 57.6px;
  }
  .p-page.__topPage .section.__05 .__block1 .__table {
    width: 624px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__06 {
    background-image: url(../images/06-bg.webp);
    background-size: 624px 1600px;
    padding-top: 80px;
    padding-bottom: 160px;
    margin-top: -112px;
  }
  .p-page.__topPage .section.__06 .__inner {
    position: relative;
    padding-top: 256px;
  }
  .p-page.__topPage .section.__06 .__inner .__head {
    width: 596.8px;
    position: absolute;
    left: calc(50% - 298.4px);
    top: 0;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason {
    position: relative;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__ai1 {
    width: 563.2px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1 {
    position: absolute;
    text-align: center;
    line-height: 1.5625;
    font-size: 25.6px;
    letter-spacing: -0.01em;
    color: #4A3D31;
    font-weight: normal;
    width: 563.2px;
    left: calc(50% - 281.6px);
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n1 {
    top: 547.2px;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n2 {
    top: 515.2px;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n3 {
    top: 483.2px;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n4 {
    top: 515.2px;
  }
  .p-page.__topPage .section.__06 .__inner .__pReasons .__reason .__txt1.__n5 {
    top: 419.2px;
  }
  .p-page.__topPage .section.__07 {
    background-image: url(../images/07-bg.webp);
    background-size: 624px 1680px;
    padding-top: 64px;
    padding-bottom: 160px;
    margin-top: -136px;
  }
  .p-page.__topPage .section.__07 .__inner {
    position: relative;
    padding-top: 256px;
  }
  .p-page.__topPage .section.__07 .__inner .__pHead {
    width: 596.8px;
    position: absolute;
    left: calc(50% - 298.4px);
    top: 0;
  }
  .p-page.__topPage .section.__07 .__inner .__pFlows .__flow {
    position: relative;
  }
  .p-page.__topPage .section.__07 .__inner .__pFlows .__flow:nth-of-type(n+2) {
    margin-top: 0;
  }
  .p-page.__topPage .section.__07 .__inner .__pFlows .__flow .__ai1 {
    width: 563.2px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__07 .__inner .__pFlows .__flow .__txt1 {
    position: absolute;
    line-height: 1.5;
    font-size: 19.2px;
    letter-spacing: -0.01em;
    color: #4A3D31;
    font-weight: normal;
    left: 268.8px;
    top: 88px;
  }
  .p-page.__topPage .section.__08 {
    background-image: url(../images/bg-grid.webp);
    background-size: 624px 2854.4px;
    position: relative;
    padding-top: 0;
    padding-bottom: 128px;
    margin-top: 0;
  }
  .p-page.__topPage .section.__08 .__inner {
    position: relative;
    padding-top: 240px;
  }
  .p-page.__topPage .section.__08 .__inner .__pHead {
    width: 596.8px;
    position: absolute;
    left: calc(50% - 298.4px);
    top: -32px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic {
    position: relative;
    padding-bottom: 12.8px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic:nth-of-type(n+2) {
    margin-top: 56px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__ai1 {
    width: 563.2px;
    margin: 0 auto;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData {
    position: absolute;
    left: 44.8px;
    top: 432px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data {
    letter-spacing: -0.01em;
    color: #4A3D31;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    gap: 14.4px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dt {
    line-height: 1;
    font-size: 22.4px;
    color: #E26579;
    border-top: #E26579 solid 1.6px;
    border-bottom: #E26579 solid 1.6px;
    width: 96px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dt.__n1 {
    margin-top: 8px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dd {
    line-height: 1.3571428571;
    font-size: 22.4px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pData .__data dd b {
    line-height: 1;
    font-size: 43.2px;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pMapLink {
    position: absolute;
    left: calc(50% - 176px);
    bottom: 0;
  }
  .p-page.__topPage .section.__08 .__inner .__pClinics .__clinic .__pMapLink .__link {
    width: 352px;
    height: 67.2px;
    background: #E26579;
    border-radius: 6.4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 35.2px;
    filter: drop-shadow(3.2px 4.8px 3.2px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
  }
  .p-page.__topPage .section.__fv.long {
    padding-top: 96px;
  }
  .p-page.__topPage .section.__fv.long {
    background-image: none;
  }
  .p-page.__topPage .section.__fv .__pCard .__block.long {
    margin-top: -40px;
  }
  .p-page.__topPage .section.__07.long {
    background-repeat: no-repeat;
  }
  .p-page.__topPage .section.__pQA.long::before {
    display: none;
  }
  .btn-t {
    position: absolute;
    overflow: hidden;
    width: 606.4px;
    height: 151.824px;
    background-image: url(../images/btn-t.webp);
    background-size: cover;
    border-radius: 33.6px;
    top: 1895.36px;
    left: 8.8px;
  }
  .btn-t a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-t.map {
    position: initial;
    margin-left: 8.8px;
    margin-top: 67.36px;
  }
  .btn-bg {
    position: absolute;
    top: 660.8px;
    left: 30.4px;
    overflow: hidden;
    width: 563.2px;
    background: #FF3857;
    height: 175.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 81.6px;
    box-shadow: 4.8px 12.8px 0 #A5152D;
  }
  .btn-bg img {
    width: 462.4px;
  }
  .btn-bg.margin {
    position: relative;
    top: auto;
    left: auto;
    margin: 41.6px auto 0;
  }
  .black {
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65.6px;
  }
  .black img {
    width: 563.2px;
    -webkit-animation: flash 1s linear infinite;
            animation: flash 1s linear infinite;
  }
  @-webkit-keyframes flash {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .p-page.__topPage .section.__03.long {
    z-index: 1;
  }
}/*# sourceMappingURL=style.css.map */