@charset "utf-8";

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

.bg-matcha_latte {
  background-color: #b4cda9;
}

.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;
  }
}

.logo_space {
  height: 100%;
  position: fixed;
  text-align: center;
  width: calc(50vw - 250px);
}

.logo_space_inner {
  margin: calc(50vh - 120px) auto 0;
  max-width: 421px;
  padding: 0 1rem;
}

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

.logo_space_inner {
  margin: calc(50vh - 120px) auto 0;
  max-width: 421px;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .lp_header_logo_large {
    display: none !important;
  }
  .lp_header_logo_small {
    display: inline-block !important;
  }
}

.logo_space_inner img {
  filter: drop-shadow(0px 0px 4px rgba(30, 65, 60, 0.4));
}

.lp_btn_small {
  color: #4b4936;
  background-color: #fff7c7;
  font-size: 0.8rem;
  font-weight: 600;
  width: 106px;
}

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

.btn-under_bar {
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding: 0.5em 0;
  text-decoration: none;
  color: #1e413e;
}

.btn-under_bar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #1e413e;
  transition: 0.3s;
}

.btn-under_bar:hover:before {
  color: #1e413e;
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.btn-under_bar a {
  color: #1e413e;
  font-size: 110%;
  letter-spacing: 0.1em;
}

.btn-under_bar:hover a {
  /*color: #1e413e;*/
  text-decoration: none;
}

.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/bg_lp_bed_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 0;
  /*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.6;
    top: -8rem;
  }
}

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

@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以上では横並び */
    align-items: center;
    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) and (max-width: 1023px) {
  .br_mv_six_shops {
    display: none;
  }
  .mv_six_shops {
    top: -10rem;
    font-size: clamp(1.5em, 4vw, 1.8em);
    line-height: 1.4;
  }
}

@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 {
  /*margin-right: 1rem;*/
  content: "＼";
}

.btn_copy:after {
  /*margin-left: 1rem;*/
  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 (min-width: 1041px) {
  .worries_pc_none {
    display: none;
  }
}

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

/*voice*/
@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;
  }
  /*.cp_box input:checked ~ div.cp_container {
    height: 453px !important;
  }*/
}

#shop {
  scroll-margin-top: -130px;
}

/* ===================== 電話・WEB予約ボタン ===================== */
.btn_adjust {
  gap: 1rem;
  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: #b8b300;
  -webkit-box-shadow: 0 5px 0 #8c8a00;
  box-shadow: 0 5px 0 #8c8a00;
}

a.action-btn-deep-aqua {
  background: #468c96;
  -webkit-box-shadow: 0 5px 0 #2f5c62;
  box-shadow: 0 5px 0 #2f5c62;
}

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: #8c8a00;
  border: 2px solid #8c8a00;
}

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

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: #8c8a00 transparent transparent transparent;
}

a.action-btn-deep-aqua span:before {
  border-color: #2f5c62 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: #c6ce62;
  -webkit-box-shadow: 0 2px 0 #8c8a00;
  box-shadow: 0 2px 0 #8c8a00;
}

a.action-btn-deep-aqua:hover {
  background: #62a7b3;
  -webkit-box-shadow: 0 2px 0 #2f5c62;
  box-shadow: 0 2px 0 #2f5c62;
}

/* action-btn 縦並び調整 */
/*@media screen and (max-width: 455px) {
  .action-btn-deep-aqua {
    margin-top: 1rem;
  }
}*/

/* action-btn 常に横並び */
.br_action-btn-icon {
  display: none;
} /*end*/

@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 1.1rem 1rem 1.1rem;
  }
  a.action-btn-mustard span,
  a.action-btn-deep-aqua span {
    font-family: system-ui;
    font-size: 0.83rem;
    left: calc(50% - 70px);
    width: 140px;
    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.2rem, 6vw, 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);
  }
} /*end*/

/* 10分サポート */
.support_10m h2 {
  all: inherit;
  color: #b85e0f;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.2em, 5vw, 2rem);
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0.4rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  z-index: 0;
}

.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 h2 br {
  display: block;
}

.support_10m p {
  font-size: 1em;
}

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

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

/* 理由調整 */
@media (min-width: 1024px) {
  .service_txt {
    min-height: 8rem;
  }
}

/* 店舗詳細アイコンの位置調整 */
.detail_icon_shell {
  position: absolute;
  top: -75px;
  right: -4%;
}

.detail_icon_box_lp {
  position: relative;
  display: inline-block;
}

.detail_icon_box_lp img {
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
  width: 140px;
  transition: all 0.38s ease-out;
}

.detail_icon_box_lp::after {
  content: "店舗詳細";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 96%;
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.38s ease-out;
}

.detail_icon_box_lp:hover img,
.detail_icon_box_lp:hover::after {
  filter: none;
  opacity: 0.6;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail_icon_shell {
    top: -32px;
  }
  .detail_icon_box_lp img {
    width: 180px;
  }
}

@media screen and (min-width: 1024px) {
  .detail_icon_shell {
    top: -35px;
  }
} /*end*/

/*アプリ案内調整*/
@media screen and (min-width: 768px) {
  .app_point h3 {
    margin-top: -7rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .app_point h3.first {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .app_point h3.first {
    margin-top: -2rem -32px;
  }
  .app_point h3 {
    margin-top: -2rem;
  }
  .app_point h3 {
    top: 12%;
    left: 24%;
  }
}

@media screen and (min-width: 1024px) {
  .app_point h3 {
    position: relative;
    top: 70px;
    left: -90px;
    z-index: 1;
  }
} /*end*/
