@charset "utf-8";

/*----------------------------
  新規LP
-----------------------------*/

body {
  padding-top: 0 !important;
}

/*.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0.7rem;
}*/

.bg_aqua {
  background-color: #bce8de;
}

.bg_l-white {
  background-color: #666666 !important;
}

.bg_soft-yellow {
  background-color: #fff7c7;
}

.custom-container {
  --bs-gutter-x: 0 !important;
}

.lp_container {
  max-width: 466px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 375px) {
  .lp_container {
    max-width: 375px;
  }
}

@media (min-width: 640px) {
  .lp_container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .lp_container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .lp_container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .lp_container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .lp_container {
    max-width: 1536px;
  }
}

.lp_container {
  max-width: 100%;
  margin-top: -73px;
  background-color: #ffffff;
}

@media (min-width: 769px) {
  .lp_container {
    margin-top: -128px;
  }
}

@media (min-width: 1024px) {
  .lp_container {
    max-width: 466px;
  }
}

.lp_btn_small {
  color: #4b4936 !important;
  background-color: #fff7c7 !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  width: 106px;
  transition: all 0.5s ease !important;
}

.lp_btn_small:hover {
  background-color: #aeada1 !important;
  color: #ffffff !important;
}

.logo-wrapper {
  padding-left: 1rem;
}

.logo-img__ {
  width: auto;
  height: 55px;
  object-fit: contain;
  transform: scale(1.2);
  transform-origin: left center;
}

.lp_btn_s a {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 230px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.5s;
  margin: 2rem auto;
  background-image: linear-gradient(to right, #1e413c 0%, #468c96 100%);
}

.lp_btn_s a:hover {
  background-image: linear-gradient(to right, #162e2a 0%, #2f5f66 100%);
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #b2ebf5,
    0 0 80px #b2ebf5, 0 0 90px #b2ebf5;
}

/*MV*/
.jumbotron_lp {
  /*background-image: url(../img/main_v_body-2.jpg);*/
  background-image: url(../img/lp_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 320px;
}

.font_size_116p {
  font-size: 116%;
}

.mv_text_area_ {
  position: relative;
  height: 308px;
}

.mv_ribbon {
  /*background-color: #d17408;*/
  background-color: #e98006;
  color: #ffffff;
  font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
  padding-bottom: 0.2rem;
}

.mv_copy {
  position: absolute;
  top: 3rem;
  background-color: rgb(245 245 245 / 0.25);
  -webkit-backdrop-filter: blur(10px) brightness(90%);
  backdrop-filter: blur(10px) brightness(90%);
  /*clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);*/
  width: 100%;
}

.mv_copy p {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-top: 0.6rem;
  padding-left: 0;
  text-align: center;
  text-shadow: 3px 3px 4px #322e2d, -1px -1px 2px #a69c9a;
  z-index: 30;
}

.mv_copy p:nth-of-type(2) {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}

.mv_text_ {
  position: absolute;
  bottom: 0;
  margin-left: 1.2rem;
  z-index: 30;
}

.mv_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  /*margin-bottom: 0.4rem;*/
}

.mv_item img:nth-of-type(2) {
  padding-top: 0.25rem;
}

.mv_six_shops {
  position: absolute;
  top: -9rem;
  left: 0;
  /*text-align: center;*/
  font-size: 1.15em;
  line-height: 1.28;
  /*text-shadow: 3px 3px 4px #322e2d, -1px -1px 2px #a69c9a;*/
  text-shadow: 2px 2px 3px #322e2d, 0px 2px 4px #524e4e;
  color: #ffffff;
  white-space: nowrap;
}

.spacing_-04em {
  letter-spacing: -0.4em;
}

.mv_text_main {
  color: #e1c16e;
  font-size: 150%;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600;
  font-style: normal;
}

.spacing_-02em {
  letter-spacing: -0.2em;
}

.spacing_01em {
  letter-spacing: 0.1em;
}

.spacing_02em {
  letter-spacing: 0.2em;
}

.body-symptoms {
  color: #e1c16e;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 132%;
}

.text-honey-glow {
  color: #e1c16e;
}

.text-spiced-amber {
  color: #e28b3f;
}

.br_mv_six_shops {
  display: block;
}

.mv_circle {
  /*width: clamp(7rem, 20vw, 7rem);*/
  width: clamp(6rem, 20vw, 6rem);
}

.mv_notes {
  color: #ffffff;
  font-size: 0.5em;
  align-self: flex-end;
}

.mv_ribbons {
  display: flex;
}

.font_size_80p {
  font-size: 80%;
}

.font_size_130p {
  font-size: 130%;
}

.line_height_1_6 {
  line-height: 1.6;
}

@media (min-width: 380px) {
  .br_mv_six_shops__ {
    display: none;
  }
  .mv_six_shops {
    line-height: 1.4;
    top: -9rem;
  }
}

@media (min-width: 462px) {
  .mv_item {
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .mv_six_shops {
    top: -10.5rem;
  }
}

@media (min-width: 440px) {
  .mv_copy {
    width: auto;
  }
}

@media (min-width: 440px) and (max-width: 1023px) {
  .mv_copy {
    top: clamp(3rem, 10vw, 5rem);
  }

  .mv_copy p {
    padding-left: 1rem;
    text-align: start;
  }
}

@media (min-width: 576px) {
  .mv_item {
    flex-direction: row; /* 576px以上では横並び */
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 881px) {
  .jumbotron_lp {
    background-position: 48% 0;
  }
}

@media (min-width: 882px) and (max-width: 1023px) {
  .jumbotron_lp {
    background-position: 100% 0;
  }
}

@media (min-width: 576px) {
  .br_mv_six_shops {
    display: none;
  }
  .mv_six_shops {
    top: -10rem;
    font-size: clamp(1.2em, 3vw, 1.8em);
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .mv_copy {
    top: 3.5rem;
    width: 100%;
  }
  .mv_copy br {
    display: none;
  }
  .mv_text_ {
    bottom: 0;
  }
}
/*end*/

.btn_adjust {
  gap: 0.75em;
}

.btn_copy {
  font-size: 0.85rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.2rem;
  text-align: center;
}

@media (max-width: 336px) {
  .btn_copy {
    font-size: 0.72px;
  }
}

.btn_copy:before {
  content: "＼";
}

.btn_copy:after {
  content: "／";
}

/*solving*/
@media (min-width: 1024px) {
  .solving_area::before {
    left: 1.2rem;
  }
  .solving_area::after {
    position: relative;
    right: -1.2rem;
  }
  .solving_1 {
    font-size: 1.2rem;
  }
  .solving_2 {
    font-size: 1.36rem;
  }
} /*end*/

/*worries*/
@media screen and (max-width: 768px) {
  .circle-1,
  .circle-2,
  .circle-3,
  .circle-1::before,
  .circle-2::before,
  .circle-3::before,
  .circle-1::after,
  .circle-2::after,
  .circle-3::after {
    margin: 5% 5% !important;
  }
}

@media screen and (min-width: 1041px) {
  .worries_pc_none {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .worries_sp_none {
    display: none;
  }
} /*end*/

/*voice*/
.px-08rem {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

@media screen and (min-width: 576px) and (max-width: 1023px) {
  .cp_box_forsp {
    display: none;
  }
  .voice_btn_sp {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .cp_box_forpc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .cp_box_forsp {
    display: block;
  }

  .voice_btn_sp {
    display: block;
  }

  .voice_btn_sp a.v_btn_adjust {
    width: 372.8px;
  }

  .cp_box_forpc {
    display: none;
  }

  .voice_btn_pc {
    display: none;
  }

  .col-mdlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bg-voice {
    clip-path: none;
  }

  .my-mdlg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/*Q and A*/
@media screen and (max-width: 390px) {
  .accordion-faq summary {
    padding: 1em 1em !important;
  }
}

/*grand-menu*/
#shop {
  scroll-margin-top: -130px;
}

/* ===================== 電話・WEB予約ボタン ===================== */
.btn_adjust {
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.action-btn,
a.action-btn,
button.action-btn {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  -webkit-appearance: none;
}

.action-btn-wrap {
  margin-top: 2rem 0;
}

a.action-btn-mustard,
a.action-btn-deep-aqua {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  padding: 0 1rem 1.5rem 1rem;
  color: #fff;
}

a.action-btn-mustard {
  background: #ffa000;
  -webkit-box-shadow: 0 5px 0 #af7000;
  box-shadow: 0 5px 0 #af7000;
}

a.action-btn-deep-aqua {
  background: #35a29f;
  -webkit-box-shadow: 0 5px 0 #066573;
  box-shadow: 0 5px 0 #066573;
}

a.action-btn-mustard span,
a.action-btn-deep-aqua span {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 98px);
  display: block;
  width: 196px;
  padding: 0.2rem 0;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.action-btn-mustard span {
  color: #af7000;
  border: 2px solid #af7000;
}

a.action-btn-deep-aqua span {
  color: #066573;
  border: 2px solid #066573;
}

a.action-btn-mustard span:before,
a.action-btn-mustard span:after,
a.action-btn-deep-aqua span:before,
a.action-btn-deep-aqua span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.action-btn-mustard span:before,
a.action-btn-deep-aqua span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
}

a.action-btn-mustard span:before {
  border-color: #af7000 transparent transparent transparent;
}

a.action-btn-deep-aqua span:before {
  border-color: #066573 transparent transparent transparent;
}

a.action-btn-mustard span:after,
a.action-btn-deep-aqua span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.action-btn-mustard i,
a.action-btn-deep-aqua i {
  margin-right: 0.5rem;
}

a.action-btn-mustard:hover,
a.action-btn-deep-aqua:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
}

a.action-btn-mustard:hover {
  background: #efaf43;
  -webkit-box-shadow: 0 2px 0 #af7000;
  box-shadow: 0 2px 0 #af7000;
}

a.action-btn-deep-aqua:hover {
  background: #68a5a4;
  -webkit-box-shadow: 0 2px 0 #066573;
  box-shadow: 0 2px 0 #066573;
}

.br_action-btn-icon {
  display: none;
} 

@media screen and (max-width: 455px) {
  a.action-btn-mustard,
  a.action-btn-deep-aqua {
    font-size: clamp(1.2rem, 6.5vw, 2rem);
    padding: 0 0.7rem 1rem 0.7rem;
  }
  a.action-btn-mustard span,
  a.action-btn-deep-aqua span {
    font-family: system-ui;
    font-size: 0.83rem;
    left: calc(50% - 68px);
    width: 136px;
    padding: 0.3rem 0 0.5rem 0;
  }
  .btn_adjust {
    flex-wrap: initial;
  }
  .br_action-btn-icon {
    display: block;
  }
  a.action-btn-mustard i,
  a.action-btn-deep-aqua i {
    margin-right: 0;
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 456px) and (max-width: 1023px) {
  a.action-btn-mustard,
  a.action-btn-deep-aqua {
    font-size: clamp(1.6rem, 2vw, 2.5rem);
    line-height: clamp(0.8em, 3vw, 1em);
    position: relative;
    color: #fff;
    padding-left: clamp(1rem, 2.5vw, 6rem);
    padding-right: clamp(0rem, 2.5vw, 6rem);
    padding-top: 1rem;
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
}

@media screen and (max-width: 455px) {
  a.action-btn-mustard,
  a.action-btn-deep-aqua {
    font-size: clamp(1.2rem, 6.5vw, 2rem);
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  a.action-btn-mustard span,
  a.action-btn-deep-aqua span {
    font-family: system-ui;
    font-size: 0.7rem;
    left: calc(50% - 64px);
    width: 130px;
    padding: 0.3rem 0 0.5rem 0;
  }
  .btn_adjust {
    flex-wrap: initial;
  }
  .br_action-btn-icon {
    display: block;
  }
  a.action-btn-mustard i,
  a.action-btn-deep-aqua i {
    margin-right: 0;
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 456px) and (max-width: 575px) {
  a.action-btn-mustard,
  a.action-btn-deep-aqua {
    font-size: clamp(1.2rem, 6vw, 2.2rem);
    line-height: clamp(0.8em, 3vw, 1em);
    position: relative;
    color: #fff;
    padding-left: clamp(1rem, 2.5vw, 6rem);
    padding-right: clamp(0rem, 2.5vw, 6rem);
    padding-top: 1rem;
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
}

@media (min-width: 576px) and (max-width: 648px) {
  a.action-btn-mustard,
  a.action-btn-deep-aqua {
    font-size: clamp(1.2rem, 10vw, 2.4rem);
    line-height: clamp(0.8em, 3vw, 1em);
    position: relative;
    color: #fff;
    padding-left: clamp(1rem, 2.5vw, 6rem);
    padding-right: clamp(0rem, 2.5vw, 6rem);
    padding-top: 1rem;
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
}

@media (min-width: 649px) and (max-width: 991px) {
  a.action-btn-mustard,
  a.action-btn-deep-aqua {
    font-size: clamp(1.2rem, 6vw, 3rem);
    line-height: clamp(0.8em, 3vw, 1em);
    position: relative;
    color: #fff;
    padding-left: clamp(1rem, 2.5vw, 6rem);
    padding-right: clamp(0rem, 2.5vw, 6rem);
    padding-top: 1rem;
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
}

@media (min-width: 710px) and (max-width: 991px) {
  a.action-btn-mustard span, a.action-btn-deep-aqua span {
    font-size: 1.4rem;
    left: calc(50% - 140px);
    width: 280px;
  }
}

@media (min-width: 992px) {
  a.action-btn-mustard span, a.action-btn-deep-aqua span {
    font-size: 1.1rem;
    left: calc(50% - 98px);
    width: 196px;
  }
}
/*end*/

.btn_adjust {
  gap: 1.5rem;
  justify-content: center;
}

/* 新規向け */
.bg_first-timers {
  /*background-color: #fff7c7;
  background-color: #fff;*/
  background-color: #f4fefe;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23a2c4c4' fill-opacity='0.18' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/*.banner-btn {
  all: unset;
  background-color: #088395;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.8rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 70%;
  margin-top: 1rem;
  overflow: hidden;
}

.banner-btn span {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease-in-out;
}

.banner-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #fff;
  z-index: 0;
}

.banner-btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.banner-btn:hover span {
  color: #333;
}*/

.banner-btn-rc {
  all: unset;
  background-color: #088395;
  border: 1px solid #088395;
  border-radius: 100vh;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(0.4em, 5vw, 1.1em);
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: clamp(0.5rem, 2vw, 0.9rem) 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 70%;
  margin-top: clamp(0.8rem, 2vw, 1rem);
}

.banner-btn-rc:hover {
  border: 1px solid #088395;
  background-color: #fff;
  color: #088395;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
/*end*/

/* 10分サポート */
.support_10m {
  background-color: #fff;
  box-shadow: 2px 2px 5px #c0d4d6;
}

.support_10m h2 {
  all: inherit;
  color: #546597;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.2em, 5vw, 1.6rem);
  line-height: 1.3;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-right: 0;
  margin-left: 0;
  box-shadow: none !important;
}

.support_10m .highlight-circle {
  position: relative;
  font-size: 190%;
}

.support_10m .highlight-circle::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #fff891;
  border-radius: 50%;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*.support_10m_br_1 {
  display: inline;
}*/

.support_10m p {
  font-size: 1em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-top: 2px dotted #546597;
  padding-top: 1em;
}

/*.lp_relaxation_image {
  background-image: url(../img/main_v_body-2-sp5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: clamp(150px, 50vw, 260px);
}*/

/*@media screen and (min-width: 370px) {
  .support_10m_br_1 {
    display: none;
  }
}*/

@media screen and (max-width: 370px) {
  .support_10m h2 {
    font-size: 1.05em;
  }
  .support_10m p {
    font-size: 0.94em;
  }
}

@media (min-width: 1024px) {
  .support_10m h2 {
    font-size: 1.28em;
  }
  .lp_relaxation_image {
    height: 214px;
  }
} /*end*/

/*アプリ案内調整*/
@media screen and (max-width: 767px) {
  .point_img_sp {
    margin-left: -45px !important;
  }
}

/* 今すぐ予約ボタン調整 */
@media screen and (max-width: 575px) {
  .r-btn a {
    width: 16rem !important;
  }
}

/* フッター余白調整 */
.footer-copyright {
  padding-top: 0;
  padding-bottom: 0;
}
