@charset "UTF-8";
/* ======================================
TOP
====================================== */
.main_hl {
  position: absolute;
  left: 40px;
  width: calc(50% - 350px);
  max-width: 400px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .main_hl {
    display: none;
  }
}
.main_nav {
  position: absolute;
  width: calc(50% - 250px);
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .main_nav {
    display: none;
  }
}

.top_contents {
  position: relative;
  z-index: 2;
  width: 500px;
  background: #fff;
  background: #ede1f8;
  margin: 30px auto;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .top_contents {
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top_contents {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .top_contents.active {
    opacity: 0;
  }
}
.top_mv {
  background: url(../img/top/mv_img.jpg) center;
  background-size: cover !important;
  height: 700px;
  padding: 40px 20px;
}
@media screen and (max-width: 750px) {
  .top_mv {
    background: url(../img/top/mv_img.jpg) center bottom;
    padding: 80px 20px 0;
    height: 650px;
  }
}
.top_mv_hl {
  width: 270px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 750px) {
  .top_mv_hl {
    width: 80%;
    max-width: 270px;
  }
}
.top_mv_logo {
  width: 320px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .top_mv_logo {
    width: 90%;
    max-width: 320px;
  }
}
.top_mv_woman {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .top_mv_woman {
    width: 300px;
  }
}
.top_ccp {
  background: url(../img/top/concept_bg.jpg) center;
  background-size: cover;
}
.top_ccp:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.top_ccp:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(1deg, rgb(237, 225, 248) 0%, rgba(237, 225, 248, 0) 100%);
}
.top_ccp_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .top_ccp_list {
    gap: 30px 4%;
    margin-bottom: 30px;
  }
}
.top_ccp_list_item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 45%;
  text-align: center;
  padding: 20px;
  color: #9640bc;
}
@media screen and (max-width: 750px) {
  .top_ccp_list_item {
    width: 48%;
    padding: 20px 10px;
  }
}
.top_ccp_list_item:before, .top_ccp_list_item:after {
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 50rem;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top_ccp_list_item:before, .top_ccp_list_item:after {
    width: 10px;
    right: -7%;
  }
}
.top_ccp_list_item:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top_ccp_img {
  width: 100%;
  height: 250px;
  background: url(../img/top/concept_img.jpg) center;
  background-size: cover;
  margin: 50px 0;
}
.top_ccp_img:before {
  width: 100%;
  height: 100%;
  background: #db57cc;
  opacity: 0.2;
}
.top_items_list_li {
  position: relative;
}
.top_items_list_li + .top_items_list_li {
  margin-top: 60px;
}
.top_items_ttl {
  position: relative;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 0 10px #9640bc, 0 0 10px #9640bc;
  z-index: 2;
  padding-bottom: 290px;
}
@media screen and (max-width: 750px) {
  .top_items_ttl {
    font-size: 22px;
    padding-bottom: 150px;
  }
}
.top_items_ttl--02 {
  text-align: right;
}
.top_items_img {
  position: absolute;
  top: 75px;
  width: 400px;
  height: 350px;
}
@media screen and (max-width: 750px) {
  .top_items_img {
    width: calc(100% - 40px);
    height: 200px;
    top: 55px;
  }
}
.top_items_img--01 {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  right: -40px;
}
@media screen and (max-width: 750px) {
  .top_items_img--01 {
    border-radius: 10px 0 0 10px;
    right: -20px;
  }
}
.top_items_img--02 {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  left: -40px;
}
@media screen and (max-width: 750px) {
  .top_items_img--02 {
    border-radius: 0 10px 10px 0;
    right: -20px;
  }
}
.top_items_name {
  color: #9640bc;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_items_name_l {
  font-size: 40px;
}
.top_items_name_s {
  font-size: 28px;
}
.top_items_price {
  color: #9640bc;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.top_items_btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_items_btn_li {
  width: 100%;
}
.top_items_btn_li a {
  background: #9640bc;
  color: #fff;
  width: 100%;
  padding: 8px 20px;
  display: block;
  text-align: center;
  border-radius: 50rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}
@media screen and (min-width: 751px) {
  .top_items_btn_li a:hover {
    background: #c68be0;
  }
}
.top_how {
  background: url(../img/top/bath_bg.jpg) center;
  background-size: cover;
}
.top_how:before, .top_how:after {
  width: 100%;
  height: 120px;
}
.top_how:before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(237, 225, 248)), to(rgba(237, 225, 248, 0)));
  background: linear-gradient(180deg, rgb(237, 225, 248) 0%, rgba(237, 225, 248, 0) 100%);
}
.top_how:after {
  bottom: 0;
  left: 0;
  background: linear-gradient(1deg, rgb(237, 225, 248) 0%, rgba(237, 225, 248, 0) 100%);
}
.top_how_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 25px 10px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .top_how_box {
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
.top_how_box_tr {
  text-align: center;
  color: #9640bc;
  line-height: 1;
  letter-spacing: 0;
}
.top_how_box_tr:first-child {
  margin-right: 30px;
  padding-right: 30px;
  border-right: solid 1px #e5d6e7;
}
@media screen and (max-width: 750px) {
  .top_how_box_tr:first-child {
    margin-right: 15px;
    padding-right: 15px;
  }
}
.top_how_box_tr dt {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top_how_box_tr dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.top_how_box_tr .yumin {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .top_how_box_tr .yumin {
    font-size: 24px;
  }
}
.top_how_slide {
  padding-top: 80px;
}
.top_how_slide_li {
  width: 100vw;
}
.top_how_slide_num {
  width: 80px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .top_how_slide_num {
    width: 60px;
  }
}
.top_how_slide_img {
  margin: 30px 0 30px 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top_how_slide_img {
    margin: 20px 0 20px 20px;
  }
}
.top_comm_tx {
  text-align: center;
  margin-bottom: 40px;
}
.top_comm_list_li {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top_comm_list_li {
    padding: 30px 20px;
  }
}
.top_comm_list_li + li {
  border-top: dotted 2px #af92bc;
  padding-top: 40px;
  margin-top: 40px;
}
.top_comm_img {
  width: 190px;
  margin: 0 auto -20px;
  border-radius: 50rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top_comm_img {
    max-width: 190px;
    width: 80%;
  }
}
.top_comm_name {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 40px;
  font-size: 22px;
  padding: 2px 20px 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50rem;
}
@media screen and (max-width: 750px) {
  .top_comm_name {
    font-size: 20px;
  }
}
.top_comm_dis {
  font-size: 18px;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .top_comm_dis {
    font-size: 16px;
  }
}
.top_comm_hl {
  font-size: 24px;
  color: #9640bc;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .top_comm_hl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.top_comm_bg {
  width: 100%;
  height: 250px;
  background: url(../img/top/comm_img.jpg) center;
  background-size: cover;
  margin: 80px 0 30px;
}

.slide_dots {
  position: absolute;
  top: 0;
  width: 100%;
  counter-reset: slide 0;
  text-align: center;
}
.slide_dots li {
  position: relative;
  width: 50px;
  display: inline-block;
  height: 50px;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .slide_dots li {
    width: 40px;
    height: 40px;
    margin: 0 7px;
  }
}
.slide_dots li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background: url(../img/top/slide_dots.svg) no-repeat;
  background-size: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
@media screen and (max-width: 750px) {
  .slide_dots li + li:before {
    width: 8px;
    background-size: 8px;
    left: -11px;
  }
}
.slide_dots li:after {
  cursor: pointer;
  display: block;
  color: #9640bc;
  width: 50px;
  text-align: center;
  line-height: 50px;
  counter-increment: slide 1;
  content: counter(slide) " ";
  font-family: "Tinos", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 750px) {
  .slide_dots li:after {
    width: 40px;
    line-height: 40px;
  }
}
.slide_dots li:after:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide_dots li:hover, .slide_dots li.slick-active {
  background: #9640bc;
}
.slide_dots li:hover:after, .slide_dots li.slick-active:after {
  color: #fff;
}
.slide_dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}