*{
  font-family: "Noto Sans JP", sans-serif;
  color: #564633;
}

body {
  background-color: #f3f3f3;
}

.wrapper {
  width: 100%;
  max-width: 400px;
  background-color: #f3eeeb;
  margin: 0 auto;
}

/*header設定*/
#header{
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh;/*高さを全画面にあわせる*/
} 
.image {
  text-align: center;
}

.image img {
  width: 90%;
  max-width: 400px;
}

.main_image img {
  width: 100%;
  max-width: 400px;
}

.main {
  position: relative;
}

.header {
  /* height: 70px; */
  background : -moz-linear-gradient(37.03% -69.68% -64.83deg,rgba(255, 248, 246, 1) 0%,rgba(247, 230, 215, 1) 100%);
  background : -webkit-linear-gradient(-64.83deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  background : -webkit-gradient(linear,37.03% -69.68% ,62.15% 162.16% ,color-stop(0,rgba(255, 248, 246, 1) ),color-stop(1,rgba(247, 230, 215, 1) ));
  background : -o-linear-gradient(-64.83deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  background : -ms-linear-gradient(-64.83deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F6', endColorstr='#F7E6D7' ,GradientType=0)";
  background : linear-gradient(154.83deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F6',endColorstr='#F7E6D7' , GradientType=1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.header_left {
  width: 50%;
}

.header_right {
  width: 45%;
}



/* ----ここからaward---- */

#award {
  background-image: url(../img/award_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 40px 30px;
}

#award .award_title {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 165%;
}

#award .award_title .whila {
  font-family: "Noto Serif JP", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

#award .award_title .simicare {
  color: #ff778d;
  border-bottom: #ff778d solid 5px;
  padding-bottom: 3px;
}

#award .award_imgs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
#award .award_imgs img {
  position: relative;
}

.reflection-img{
  /* background-color: #000; */
  /* padding: 15px; */
}
.reflection-inner{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../img/award_1.svg'); mask-image: url('../img/award_1.svg');
  -webkit-mask-size: 100% auto; mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: left top; mask-position: left top;
}

.mask_2 {
  mask-image: url('../img/award_2.svg');
}

.mask_3 {
  mask-image: url('../img/award_3.svg');
}

.mask-hikari{
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  padding: 100% 0 0;
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  transform: skewX(30deg);
  animation-name: mask_kirari;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes mask_kirari{
  100%{
    left: 100%;
  }
}



/* ----awardここまで---- */



/* ----ここからbefore after---- */

#befoaf,#befoaf3 {
  padding: 20px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 237, 238, 1) 0%,rgba(244, 232, 205, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 237, 238, 1) 0%, rgba(244, 232, 205, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 237, 238, 1) ),color-stop(1,rgba(244, 232, 205, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 237, 238, 1) 0%, rgba(244, 232, 205, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 237, 238, 1) 0%, rgba(244, 232, 205, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDEE', endColorstr='#F4E8CD' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 237, 238, 1) 0%, rgba(244, 232, 205, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDEE',endColorstr='#F4E8CD' , GradientType=1);
}

#befoaf2{
  padding: 20px;
}

#befoaf3{
  padding: 20px;
}

.befoaf_contents .swiper {
  width: 100%;
  height: auto!important;
  position: relative;
  border-radius: 0 0 15px 15px;
}

.befoaf_contents_header {
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #564633;  
  padding: 20px 10px 20px 10px;
}

.befoaf_contents_header_title {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.befoaf_contents_imgs.swiper-wrapper {
  background-color: white;
  display: flex; /* ← 追加 */
  height: auto!important;
  border-radius: 0 0 15px 15px;
}

.befoaf_contents_imgs_item {
  background-color: white;
  width: 100%;
  padding: 20px 20px 40px 20px;
  /* border-radius: 0 0 15px 15px; */
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #564633 !important;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
  position: relative!important;
  top:0!important;
  width: 20px!important;
  padding: 10px!important;
  height: 20px!important;
  margin-top: 0!important;
  color: #564633!important;
  background-color: white!important;
  border-radius: 100px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 10px!important;
}

.swiper-pagination {
  position: relative!important;
  top:0;
  bottom: 0;
  margin-top: 30px;
}
/* ----before afterここまで---- */


/* ----ここからよくあるお悩み---- */
#onayami {
  position: relative;
}

.onayami_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  /* height: 100vh; */
}

.onayami_header {
  position: relative;
  padding: 30px 30px 0px 30px;
  margin-bottom: -5px;
  z-index: 100;
}

.onayami_contents img {
  padding: 0px 10px 10px 10px;
}

.onayami_contents img.solution {
  width: 250px;
  margin-top: 20px;
}

.fadein {
  opacity: 0.7;
  transform: translateY(200px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.scrollin {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
/* ----よくあるお悩みここまで---- */


/* ----ここから選ばれる理由---- */
#reason {
  padding: 100px 0px 0px 0px;
  background-color: #fff5eb;
  margin-top: -30px;
}

#reason img {
  padding: 20px 20px 20px 20px;
  width: 100%;
}

#reason img:nth-child(odd) {
  background-color: #fff5eb;
}

#reason img:nth-child(even) {
  background-color: #F1E3D3;
}

/* ----選ばれる理由ここまで---- */



/* ----ここから比較表---- */

#conpe {
  padding: 30px 20px 30px 20px;
  background-color: #fff6f3;
}

.conpe_contents {
  margin-top: 20px;
}
/* ----比較表ここまで---- */


/* ----ここからCTA---- */
#cta {
  margin-top: 0px;
}

.cta_line {
  padding: 20px 20px 20px 20px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 248, 246, 1) 0%,rgba(247, 230, 215, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 248, 246, 1) ),color-stop(1,rgba(247, 230, 215, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F6', endColorstr='#F7E6D7' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 248, 246, 1) 0%, rgba(247, 230, 215, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F6',endColorstr='#F7E6D7' , GradientType=1);
}

.cta_line_btn {
  margin-top: 20px;
}
/* ----CTAここまで---- */


/* ----ここからシミについて---- */
#simi {
  padding: 30px 20px 30px 20px;
  background-color: #f4efea;
}
/* ----シミについてここまで---- */


/* ----ここからポイント---- */
#point {
  padding: 30px 20px 30px 20px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 240, 229, 1) 0%,rgba(240, 226, 210, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 240, 229, 1) 0%, rgba(240, 226, 210, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 240, 229, 1) ),color-stop(1,rgba(240, 226, 210, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 240, 229, 1) 0%, rgba(240, 226, 210, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 240, 229, 1) 0%, rgba(240, 226, 210, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0E5', endColorstr='#F0E2D2' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 240, 229, 1) 0%, rgba(240, 226, 210, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0E5',endColorstr='#F0E2D2' , GradientType=1);
}

.point_header img {
  padding: 20px 60px 0px 60px;
}

.point_item {
  margin-top: 60px;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}


.point_item_tag img {
  width: 150px;
  margin-top: -30px;
}

.point_item_title img {
  padding: 20px 30px 20px 30px;
}

.point_item_flex {
  display: flex;
  justify-content: space-between;
  /* gap: 5px; */
  
}

.point_item_flex_left {
  border-right: dotted 1px #564633;
  padding-right: 4px;
   width: 50%;
}

.point_item_flex_left_content_title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  background-color: #f2e9e1;
  padding: 5px;
  border-radius: 5px;
}

.point_item_flex_left_content_desc {
  font-weight: 600;
}

.pink_txt {
  color: #ff778d;
}

.pink_bg {
  background-color: #ff778d;
  color: white;
}

.point_item_flex_right {
  /* padding-left: 10px; */
  /* width: 47%; */
  padding-left: 5px;
  width: 50%;
}

.flex_header {
  height: 120px;
  /* margin-bottom: 10%; */
}

.point_item_flex_fullimg {
  margin: 10px 0 15px 0;
}

.point_item_flex_fulltxt {
  font-weight: 600;
  font-size: 13px;
  text-align: left;
}
/* ----ポイントここまで---- */


/* ----ここからstep---- */
#step {
  background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 243, 239, 1) 0%,rgba(240, 211, 197, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 243, 239, 1) 0%, rgba(240, 211, 197, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 74.51% ,color-stop(0,rgba(255, 243, 239, 1) ),color-stop(1,rgba(240, 211, 197, 1) ));
  background : -o-linear-gradient(-90deg, rgba(255, 243, 239, 1) 0%, rgba(240, 211, 197, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 243, 239, 1) 0%, rgba(240, 211, 197, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3EF', endColorstr='#F0D3C5' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 243, 239, 1) 0%, rgba(240, 211, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3EF',endColorstr='#F0D3C5' , GradientType=0);

  padding: 20px 0 50px 0;
}

.step_header img {
  padding: 30px;
}

.step_header{
  margin-bottom: 10px;
}

.step_item {
  margin-bottom: 20px;
  position: relative;
  /* padding: 0 10%; */
}

.step_item_img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

img.step_tag {
  position: absolute;
  top:0;
  left: 0;
  width: 30%;
  height: 30%;
}

.step_item_txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.asta {
  font-size: 10px;
  vertical-align: top;
}

.step_item_txt_bg {
  font-size: 35px;
  color:#ff778d;
  font-weight: 700;
  letter-spacing: -2;
}

.step_item_txt_mid {
  color:#ff778d;
  font-size: 25px;
  font-weight: 700;
}

.step_item_txt_small {
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

img.step_main_img {
  /* width: 70%; */
}

.step_allow img {
  width: 7%;
}

.step_allow {
  margin-bottom: 20px;
}
/* ----stepここまで---- */


/* ----ここからお客様の声---- */
#voice {
  padding: 20px;
}

.voice_header img {
  padding: 10%;
}

.voice_item {
  margin-bottom: 50px;
}
/* ----お客様の声ここまで---- */


/* ----ここからFAQ---- */
#faq {
  padding: 20px 20px 50px 20px;
}

.faq_header {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq_item {
  margin-top: 30px;
}

.faq_item_header {
  font-size: 14px;
  font-weight: 600;
  background-color: #564633;
  color: white;
  padding: 10px;
  text-align: left;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
}

.faq_item_header span {
  display: block;
  background-color: white;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  /* padding: 5px; */
  border-radius: 100%;
  margin-right: 10px;
  text-align: center;
}

.faq_item_content {
  background-color: white;
  text-align: left;
  padding: 15px;
  font-size: 13px;
  line-height: 170%;
  border-radius: 0 0 8px 8px;
}

.toggle {
  background-color: #564633;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: -10px;
}

.toggle_img {
  width: 15px;
}

.toggle_txt {
  color: white;
  font-size: 13px;
  margin-right: 10px;
}

.readmore {
  position: relative;
  margin: 0px auto;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  letter-spacing: 0.1em;
  background: #564633;
  padding: 10px;
  border-radius: 100px;
}
.readmore:before {
  content: "";
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  /* margin: 0 auto .5em; */
  background: url(../img/toggle_open.png) no-repeat center / 20px #fff;
  transition: .3s;
  vertical-align: middle;
  margin-right: 10px;
}
.readmore.on-click:before {
transform: rotate(180deg);
}
.readmore .open {
  display: inline-block;
  color: white;
  vertical-align: middle;
  font-size: 13px;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: inline-block;
  color: white;
  vertical-align: middle;
  font-size: 13px;
}

.view_text {
  position: relative;
}

.view_text::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.view_text.on-click::before {
  display: none;
}
/* ----FAQここまで---- */


.price_header {
  font-size: 25px;
  font-weight: 600;
  padding: 20px;
  background-color: white;
}

.salon_header {
  font-size: 25px;
  font-weight: 600;
  padding: 20px;
  background-color: white;
}

.salon_contents {
  padding: 20px;
  display: flex;
  gap: 20px 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.salon_item {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  width: 48%;
}
.salon_img {
}

.salon_img img {
  border-radius: 8px;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.salon_info {
  padding-top: 10px;
  text-align: left;
}

.salon_name {
  font-size: 16px;
  font-weight: 600;
}

.salon_address {
  margin-top: 5px;
  font-weight: 600;
}

.salon_map {
  margin-top: 5px;
  font-weight: 600;
}

.salon_map a {
  color: #ff778d;
}

.salon_access {
  margin-top: 5px;
  font-weight: 600;
}

.salon_cta {
  margin-top: 5px;
}

#footer {
  padding: 50px 15% 150px 15%;
}


.cta._shiny {
  display: block;
  position: relative;
  padding: 10px ;
  background : -moz-linear-gradient(50% -0.45% -90deg,rgba(161, 234, 116, 1) 0%,rgba(65, 188, 32, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(161, 234, 116, 1) 0%, rgba(65, 188, 32, 1) 100%);
  background : -webkit-gradient(linear,50% -0.45% ,50% 101.96% ,color-stop(0,rgba(161, 234, 116, 1) ),color-stop(1,rgba(65, 188, 32, 1) ));
  background : -o-linear-gradient(-90deg, rgba(161, 234, 116, 1) 0%, rgba(65, 188, 32, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(161, 234, 116, 1) 0%, rgba(65, 188, 32, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1EA74', endColorstr='#41BC20' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(161, 234, 116, 1) 0%, rgba(65, 188, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1EA74',endColorstr='#41BC20' , GradientType=0);
  /* background-color: #1981f7; */
  /* box-shadow: 0 3px 0 0 #0867d4; */
  border-radius: 100px;
  /* margin:30px auto; */
  font-weight: bold;
  font-size: 16px;
  max-width:500px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
transition: 300ms;
}
.cta._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.cta._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


#fix_footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100vw;;
  background-color: rgba(86, 70, 51, 0.5);
  /* opacity: 0.8; */
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 1000;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateY(100%); /* 初期状態で下に隠す */
  opacity: 0; /* 初期状態で非表示 */
}

/* appearクラスが付与されたときにフェードイン */
#fix_footer.appear {
  transform: translateY(0); /* 下からスライド */
  opacity: 1;
}

#fix_footer a {
  margin: 0 auto;
}


.main_image {
  position: relative;
}







.bottom {
  width: 100%;
  max-width: 400px;
  position: fixed;
  bottom:0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

  .bottom img {
  width: 20%;
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
}

html {
  scroll-behavior: smooth;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute!important;
}





/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


#page-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #554632;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 7px 7px 7px 7px;
  line-height: 20px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.8;
  transition: all .3s ease;
}

.toptxt {

}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}