@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

header.pc_header {
  background: #9f8f78;
}
@media (max-width: 800px) {
  header.pc_header {
    display: none;
  }
}
header.pc_header .inner {
  height: 80px;
  max-width: 1200px;
  height: 90px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
header.pc_header .inner .logo {
  height: 300px;
  position: absolute;
  top: 20px;
  left: 0;
}
header.pc_header .inner .logo img {
  height: 100%;
  width: auto;
}
header.pc_header .inner ul {
  display: flex;
  align-items: center;
  gap: 3em;
  font-size: 14px;
}
header.pc_header .inner ul li {
  line-height: 0;
}
header.pc_header .inner ul li a {
  color: #fff;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
header.pc_header .inner ul li a:hover {
  opacity: 0.7;
}
header.pc_header .inner ul li a img {
  display: block;
  width: 1.5em;
  filter: brightness(0) invert(1);
}

header.sp_header {
  display: none;
}
@media (max-width: 800px) {
  header.sp_header {
    display: flex;
  }
}
header.sp_header .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 90;
}
header.sp_header .logo img {
  width: 100px;
}
header.sp_header .drawer_btn {
  font-size: 35px;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 101;
}
header.sp_header .drawer_btn i,
header.sp_header .drawer_btn i:after,
header.sp_header .drawer_btn i:before {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  border-radius: 10em;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  transform: translateY(-7px);
}
header.sp_header .drawer_btn i {
  background: rgba(255, 255, 255, 0);
}
header.sp_header .drawer_btn i:before {
  bottom: 0.15em;
  transition: 0.3s 0.3s, transform 0.3s;
}
header.sp_header .drawer_btn i:after {
  top: 0.15em;
  transition: 0.3s 0.3s, transform 0.3s;
}
header.sp_header .drawer_btn i.active {
  background: rgba(255, 255, 255, 0);
}
header.sp_header .drawer_btn i.active:before {
  bottom: 0;
  transform: rotate(-25deg);
  transition: 0.3s, transform 0.3s 0.3s;
}
header.sp_header .drawer_btn i.active:after {
  top: 0;
  transform: rotate(25deg);
  transition: 0.3s, transform 0.3s 0.3s;
}
header.sp_header .drawer_btn span {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  color: #fff;
}

.drawer_content {
  width: 100vw;
  height: 100vh;
  background: #9f8f78;
  padding: 60px 20px;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
  text-align: center;
}
.drawer_content.active {
  opacity: 1;
  top: 0;
  right: 0;
}
.drawer_content ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0.6em;
}
.drawer_content ul li a img {
  width: 2em;
  filter: brightness(0) invert(1);
}

.page_top .mv {
  position: relative;
  padding-bottom: 200px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .page_top .mv {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.page_top .mv .mv_img img {
  width: 100%;
}
.page_top .mv .mv_img img.pc {
  display: block;
}
@media (max-width: 800px) {
  .page_top .mv .mv_img img.pc {
    display: none;
  }
}
.page_top .mv .mv_img img.sp {
  display: none;
}
@media (max-width: 800px) {
  .page_top .mv .mv_img img.sp {
    display: block;
  }
}
.page_top .mv .campaign {
  background: #f8f5ef;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  max-width: 640px;
  padding-right: 100px;
}
@media (max-width: 800px) {
  .page_top .mv .campaign {
    position: relative;
    max-width: 100%;
    padding-right: 60px;
    width: 100%;
  }
}
.page_top .mv .campaign .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media (max-width: 800px) {
  .page_top .mv .campaign .title {
    font-size: 18px;
  }
}
.page_top .mv .campaign .arrow {
  position: absolute;
  bottom: 40%;
  right: 20px;
  width: 100px;
  z-index: 1;
}
@media (max-width: 800px) {
  .page_top .mv .campaign .arrow {
    bottom: 30%;
    width: 50px;
  }
}
.page_top .mv .campaign .campaign_slider {
  position: relative;
}
.page_top .mv .campaign .campaign_slider img {
  width: 100%;
  height: auto;
  display: block;
}
.page_top .mv .campaign .campaign_slider a {
  display: block;
}
.page_top .mv .campaign .campaign_slider .slick-slide {
  outline: none;
}
.page_top .mv .campaign .campaign_slider .slick-list {
  margin: 0;
}
.page_top .mv .copy {
  font-size: 16px;
  font-weight: 700;
  color: #393939;
  padding-left: 100px;
  padding-top: 10px;
}
@media (max-width: 800px) {
  .page_top .mv .copy {
    display: none;
  }
}
.page_top #concept {
  display: flex;
  align-items: center;
  gap: 100px;
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 20px;
  position: relative;
}
@media (max-width: 800px) {
  .page_top #concept {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.page_top #concept .illust {
  position: absolute;
  top: -180px;
  left: -40px;
  width: 160px;
}
@media (max-width: 800px) {
  .page_top #concept .illust {
    width: 80px;
    top: -20px;
    left: 20px;
  }
}
.page_top #concept .illust img {
  width: 100%;
}
.page_top #concept .txt {
  flex: 1;
}
.page_top #concept .txt p {
  font-size: 14px;
  font-weight: 200;
  color: #313131;
  line-height: 2;
}
.page_top #concept .photo {
  flex: 1;
  width: 450px;
}
@media (max-width: 800px) {
  .page_top #concept .photo {
    width: 60%;
    margin-left: auto;
  }
}
.page_top #concept .photo img {
  border-radius: 30px;
}
.page_top .service {
  background: #f8f5ef;
  padding: 100px 20px;
}
.page_top .service .list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 20px;
}
@media (max-width: 800px) {
  .page_top .service .list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.page_top .service .list .item {
  text-align: center;
  width: 230px;
}
.page_top .service .list .item .thumbnail {
  border: solid 3px #fff;
  border-radius: 40px;
  padding: 8px;
  line-height: 0;
  margin-bottom: 10px;
}
.page_top .service .list .item .thumbnail img {
  border-radius: 30px;
}
.page_top .service .list .item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 10px;
}
.page_top .service .list .item p {
  font-size: 14px;
  color: #393939;
  text-align: left;
}

.section_title {
  margin-bottom: 40px;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1;
}
@media (max-width: 800px) {
  .section_title {
    margin: 0 auto 40px;
  }
}
.section_title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .section_title h2 {
    font-size: 28px;
  }
}
.section_title span {
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_title span::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background-color: #707070;
}

#info {
  padding: 140px 20px 40px;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
#info .bg_1 {
  position: absolute;
  z-index: -1;
}
@media (max-width: 800px) {
  #info .bg_1 {
    position: relative;
    padding: 20px 0;
  }
}
#info .bg_1 {
  top: 100px;
  right: -40px;
}
@media (max-width: 1200px) {
  #info .bg_1 {
    right: 10px;
  }
}
@media (max-width: 800px) {
  #info .bg_1 {
    top: auto;
    right: auto;
    text-align: right;
  }
}
#info .bg_1 img {
  width: 160px;
}
@media (max-width: 800px) {
  #info .bg_1 img {
    width: 90px;
  }
}
#info .bg_2 {
  padding-top: 20px;
}
#info .bg_2 img {
  width: 460px;
  transform: translateX(-40px);
}
@media (max-width: 800px) {
  #info .bg_2 img {
    width: 80%;
    transform: translateX(0px);
  }
}
#info .inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 800px) {
  #info .inner {
    flex-direction: column;
  }
}
#info .inner .txt {
  padding: 50px 100px;
  flex: 1;
  width: 100%;
  background: #f8f5ef;
}
@media (max-width: 800px) {
  #info .inner .txt {
    padding: 20px;
  }
}
#info .inner .txt h3 {
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
}
#info .inner .txt p {
  font-size: 14px;
  color: #393939;
  margin-bottom: 10px;
}
#info .inner .txt a {
  color: #393939;
  text-decoration: underline;
}
#info .inner .map {
  flex: 1;
  width: 100%;
  aspect-ratio: 54/35;
  margin-top: 50px;
}
@media (max-width: 800px) {
  #info .inner .map {
    margin-top: 0;
  }
}
#info .inner .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px;
}
#faq .list .item {
  border-bottom: 1px solid #636060;
}
#faq .list .item .A, #faq .list .item .Q {
  display: flex;
  align-items: flex-start;
}
#faq .list .item .A span, #faq .list .item .Q span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}
#faq .list .item .A .txt, #faq .list .item .Q .txt {
  color: #333;
  font-size: 14px;
  padding-top: 0.4em;
  font-weight: 500;
}
#faq .list .item .Q {
  padding: 20px 0;
}
#faq .list .item .Q span {
  background-color: #f8f5ef;
}
#faq .list .item .A {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
#faq .list .item .A.active {
  max-height: 200px;
  opacity: 1;
}
#faq .list .item .A span {
  background-color: #fff3cd;
}
#faq .list .item .A .txt {
  padding-bottom: 20px;
}

footer {
  background: #f8f5ee;
}
@media (max-width: 800px) {
  footer {
    display: none;
  }
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inner .logo img {
  height: 80px;
  width: auto;
}
footer .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px 60px;
  margin: 0;
  padding: 0;
}
footer .inner ul li {
  display: flex;
  align-items: center;
}
footer .inner ul li a {
  color: #393939;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
footer .inner ul li a:hover {
  color: #9f8f78;
}
footer .inner ul li a img {
  width: 20px;
  height: 20px;
}

.logo_sp {
  display: none;
  width: 100%;
}
@media (max-width: 800px) {
  .logo_sp {
    display: block;
    margin-bottom: 40px;
  }
}
.logo_sp img {
  width: 100%;
}

.copyright {
  background: #9f8f79;
  text-align: center;
  padding: 20px 0;
  color: #f8f5ef;
  font-size: 10px;
  margin: 0;
}

.page_menu .mv {
  margin-bottom: 100px;
}
.page_menu .mv img {
  width: 100%;
}
.page_menu .mv img.pc {
  display: block;
}
@media (max-width: 800px) {
  .page_menu .mv img.pc {
    display: none;
  }
}
.page_menu .mv img.sp {
  display: none;
}
@media (max-width: 800px) {
  .page_menu .mv img.sp {
    display: block;
  }
}
.page_menu .menu_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.page_menu .menu_inner .bg {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}
@media (max-width: 800px) {
  .page_menu .menu_inner .bg {
    top: 30px;
    right: 20px;
  }
}
.page_menu .menu_inner .bg img.pc {
  width: 650px;
  display: block;
}
@media (max-width: 800px) {
  .page_menu .menu_inner .bg img.pc {
    display: none;
  }
}
.page_menu .menu_inner .bg img.sp {
  width: 50vw;
  display: none;
}
@media (max-width: 800px) {
  .page_menu .menu_inner .bg img.sp {
    display: block;
  }
}
.page_menu h3 {
  font-size: 30px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 0.6em;
  text-align: center;
  position: relative;
  padding-top: 3em;
}
@media (max-width: 800px) {
  .page_menu h3 {
    font-size: 24px;
  }
}
.page_menu h3::after {
  content: "";
  display: block;
  width: 85px;
  height: 10px;
  background: #f8f5ef;
  margin: 10px auto 0;
  border-radius: 10em;
}
@media (max-width: 800px) {
  .page_menu h3::after {
    width: 60px;
  }
}
.page_menu .list {
  margin-bottom: 40px;
}
.page_menu .list .item {
  display: flex;
  align-items: center;
  padding-top: 20px;
  gap: 10px;
}
@media (max-width: 800px) {
  .page_menu .list .item {
    flex-direction: column;
    gap: 0px;
  }
}
.page_menu .list .item .name {
  font-size: 15px;
  font-weight: 700;
}
.page_menu .list .item .price {
  font-size: 15px;
  font-weight: 700;
}
.page_menu .list .item .line {
  flex: 1;
  height: 1px;
  background: #707070;
}
@media (max-width: 800px) {
  .page_menu .list .item .line {
    display: none;
  }
}
.page_menu .list .annotation {
  font-size: 13px;
  color: #707070;
}
@media (max-width: 800px) {
  .page_menu .list .annotation {
    text-align: center;
  }
}
.page_menu p {
  font-size: 13px;
  color: #393939;
}

.page .section_title {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}
.page .section_title h2 {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  color: #393939;
}
.page .section_title .subcopy {
  font-size: clamp(15px, 2vw, 27px);
  font-weight: 700;
  color: #393939;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 2em;
}
.page .section_title .subcopy:before {
  content: "";
  display: block;
  width: clamp(50px, 6vw, 80px);
  height: 1px;
  background: #393939;
}
.page .mv img {
  width: 100%;
}
.page .mv img.pc {
  display: block;
}
@media (max-width: 800px) {
  .page .mv img.pc {
    display: none;
  }
}
.page .mv img.sp {
  display: none;
}
@media (max-width: 800px) {
  .page .mv img.sp {
    display: block;
  }
}
.page .copy {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  transform: translateY(-50px);
  color: #393939;
}
.page .copy .main {
  font-size: clamp(28px, 4vw, 53px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
.page .copy .sub {
  font-size: clamp(15px, 2vw, 27px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1em;
}
.page .copy .sub:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #393939;
}
.page .cta {
  max-width: 700px;
  margin: 0 auto clamp(20px, 4vw, 100px);
  padding: 20px;
}
.page .cta a {
  font-size: clamp(12px, 2vw, 20px);
  display: block;
  text-align: center;
  background: #9f8f78;
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 10px;
  color: #fff;
}
.page .cta a.line {
  background: #48c93d;
}
.page .cta a.tel {
  display: none;
}
@media (max-width: 800px) {
  .page .cta a.tel {
    display: block;
  }
}
.page .photo img {
  width: 100%;
}
.page .photo img.pc {
  display: block;
}
@media (max-width: 800px) {
  .page .photo img.pc {
    display: none;
  }
}
.page .photo img.sp {
  display: none;
}
@media (max-width: 800px) {
  .page .photo img.sp {
    display: block;
  }
}
.page .worries .inner {
  max-width: 700px;
  margin: 0 auto clamp(60px, 8vw, 100px);
  padding: 20px;
}
.page .worries .inner img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.page .solution {
  text-align: center;
  margin-bottom: 100px;
}
.page .solution h2 img {
  max-width: 400px;
  width: 80%;
  margin-bottom: 40px;
}
.page .solution img {
  max-width: 700px;
  width: 90%;
}
.page .machine {
  background-color: #f7f7f7;
  padding: clamp(60px, 8vw, 100px) 20px;
  margin-bottom: clamp(60px, 8vw, 100px);
  text-align: center;
}
.page .machine img {
  max-width: 650px;
  width: 100%;
}
.page .step {
  padding: clamp(60px, 8vw, 100px) 0;
  background-image: url("../img/page/skincare/step/bg_img.jpg");
  margin-bottom: 100px;
}
.page .step .inner {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  max-width: 600px;
  margin: 0 auto;
}
.page .step .inner .item {
  display: flex;
  padding: 0 40px;
  margin-bottom: 40px;
  align-items: center;
}
.page .step .inner .item:nth-child(even) {
  flex-direction: row-reverse;
}
.page .step .inner .item:nth-child(even) .txt_box .title h3 {
  background: linear-gradient(transparent 60%, #ede7cc 60%);
}
.page .step .inner .item .img_box {
  width: 40%;
  margin-right: 20px;
}
.page .step .inner .item .img_box img {
  width: 100%;
}
.page .step .inner .item .txt_box {
  flex: 1;
}
.page .step .inner .item .txt_box .title {
  display: flex;
  position: relative;
  font-size: clamp(16px, 2vw, 22px);
  align-items: flex-end;
  margin-bottom: 0.8em;
}
.page .step .inner .item .txt_box .title h3 {
  position: relative;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #cceddc 60%);
  letter-spacing: 0.1em;
  font-weight: 400;
}
.page .step .inner .item .txt_box .txt {
  position: relative;
}
.page .step .inner .item .txt_box .txt p {
  font-size: clamp(14px, 1.6vw, 22px);
  line-height: 2.2;
}
.page .case {
  margin-bottom: 100px;
  padding: 20px;
}
.page .case .inner {
  max-width: 550px;
  margin: 0 auto;
}
.page .case .inner img {
  margin-bottom: 100px;
}
.page .case .inner .not {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  padding: clamp(30px, 4vw, 50px) clamp(20px, 3vw, 40px) clamp(20px, 3vw, 40px);
  border: 2px solid #f5848b;
  border-radius: 15px;
}
.page .case .inner .not h3 {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -1.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #f5848b;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 25px);
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 10px;
}
.page .case .inner .not .txt {
  font-size: clamp(14px, 1.6vw, 20px);
  text-align: center;
  line-height: 2;
  color: #3c3c3c;
}
.page .voice {
  background-image: url("../img/page/skincare/voice/bg.png");
  padding: 60px 20px 20px;
  margin-bottom: 100px;
}
.page .voice .inner {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.page .voice .inner .item {
  max-width: 600px;
  margin: auto;
  background: #fff;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding: 20px;
}
.page .voice .inner .item .title {
  display: flex;
  margin-bottom: 2%;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  .page .voice .inner .item .title {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.page .voice .inner .item .title img {
  display: block;
  width: 180px;
  margin-top: -40px;
  margin-right: 20px;
  border: solid 2px #fff;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.page .voice .inner .item .title .txt {
  flex: 1;
}
@media only screen and (max-width: 800px) {
  .page .voice .inner .item .title .txt {
    width: 100%;
    text-align: center;
  }
}
.page .voice .inner .item .title .txt h4 {
  font-size: clamp(18px, 2vw, 25px);
  margin-bottom: 0.5em;
  line-height: 1.8;
  font-weight: 400;
  text-underline-offset: 0.4em;
  border-bottom: 1px solid #80c9be;
}
.page .voice .inner .item .title .txt .data {
  font-size: 14px;
}
.page .voice .inner .item .txt_box {
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 2;
  padding: 2%;
  text-align: justify;
  text-underline-offset: 0.4em;
}/*# sourceMappingURL=style.css.map */