@charset "utf-8";
/*a {
  pointer-events: none;
}*/
body {
  overflow-x: hidden;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 500px;
  z-index: 0;
  background-color: #f9f8f4;
  margin-bottom: 4rem;
}
.fv-slider_block {
  position: relative;
  width: 93.5%;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  padding-top: 20rem;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.fv-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-slider {
  width: 100%;
  height: 100%;
}
.fv-slider {
  display: none;
}
.fv-slider.slick-initialized {
  display: block;
}
@media screen and (min-width: 768px) {
  .fv-slider_block {
    width: 60%;
    padding-top: 0;
    height: 55vh;
  }
}
@media screen and (min-width: 992px) {
  .fv-slider_block {
    height: 75vh;
  }
}
@media screen and (min-width: 1200px) {
  #main_sd {
    margin-bottom: 3.4rem;
  }
  .fv-slider_block {
    width: 72.3%;
    height: 100%;
    border-radius: 0 0 0 60px;
  }
}
/***************************************
fv_txt_box
***************************************/
.fv_txt_box {
  position: absolute;
  top: 8.4rem;
  left: 6.5%;
  width: 84%;
}
.fv_txt_pc {
  display: none;
}
.fv_txt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv_txt_box {
    width: 23%;
    left: 6.5%;
    max-width: 240px;
  }
  .fv_txt_sp {
    display: none;
  }
  .fv_txt_pc {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .fv_txt_box {
    top: 10.1rem;
    left: 4.8%;
    width: 17%;
  }
}
@media screen and (min-width: 1500px) {
  .fv_txt_box {
    top: 15.1rem;
    left: 6.8%;
  }
}
/***************************************
concept_container
***************************************/
.concept_container {
  margin-bottom: 6.7rem;
}
.concept_block {
  width: 92%;
  margin: 0 auto;
}
.concept_unit01 {
  margin-bottom: 4.3rem;
}
.concept_unit02 {
  width: 88%;
  margin: 0 auto;
}
.concept_title {
  width: 92%;
  margin-bottom: 2.8rem;
  max-width: 401px;
}
.concept_title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.concept_txt {
  line-height: 1.85;
  letter-spacing: 0.03em;
  margin-bottom: 1.8rem;
}
/*.concept_txt span {
  display: none;
}*/
@media screen and (min-width: 768px) {
  .concept_container {
    margin-bottom: 7.7rem;
  }
  .concept_block {
    display: flex;
    width: 87%;
  }
  .concept_unit01 {
    width: 45%;
    margin-bottom: 0;
  }
  .concept_unit02 {
    width: 55%;
    padding-left: 5%;
  }
  /*  .concept_txt span {
    display: inline;
  }*/
}
@media screen and (min-width: 992px) {
  .concept_unit02 {
    padding-left: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .concept_container {
    margin-bottom: 8.7rem;
  }
  .concept_block {
    width: 85.5%;
  }
  .concept_unit01 {
    width: 53.2%;
  }
  .concept_unit02 {
    width: 46.8%;
    padding-left: 8.6%;
  }
  .concept_title {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .concept_block {
    align-items: center;
  }
  .concept_unit02 {
    padding-left: 11.6%;
  }
}
/***************************************
plan_container
***************************************/
.plan_container {
  background-color: #fff;
  padding: 5.5rem 0;
  border-radius: 30px;
  margin-bottom: 5.8rem;
}
.plan_block {
  width: 87%;
  margin: 0 auto 1rem;
}
.plan_block > ul > li {
  margin-bottom: 5rem;
}
.plan_block > ul > li:last-child {
  margin-bottom: 0;
}
.plan_item {
  display: block;
  color: #3a3938;
}
.plan_img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 1.9rem;
  position: relative;
  z-index: 0;
}
.plan_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(123, 188, 228, 0.45);
  /* background-color: rgba(228, 128, 138, 0.45);*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.plan_item:hover .plan_img::before {
  opacity: 1;
  transition: all 0.5s;
}
.plan_img::after {
  content: "MORE";
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}
.plan_item:hover .plan_img::after {
  opacity: 1;
  transition: all 0.5s;
}
.plan_txt_box {
  width: 95%;
  margin: 0 auto;
  ;
}
.plan_title {
  font-size: 1.28rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}
.plan_subtxt {
  font-size: 0.928rem;
  margin-left: -0.5rem;
  margin-bottom: 1.7rem;
}
.plan_txt {
  line-height: 1.428;
  letter-spacing: 0.02em;
  text-align: justify;
}
.plan_btn_sp {
  margin-top: 2rem;
}
.plan_btn_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan_container {
    padding: 6.5rem 0 7rem;
    margin-bottom: 7.8rem;
  }
  .plan_block {
    width: 92%;
    margin-bottom: 4rem;
  }
  .plan_block > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .plan_block > ul > li {
    width: 50%;
  }
  .plan_block > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .plan_item {
    width: 90%;
    margin: 0 auto;
  }
  .plan_btn_sp {
    display: none;
  }
  .plan_btn_pc {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .plan_container {
    padding:
      7.5rem 0 8rem;
    margin-bottom: 8.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .plan_container {
    padding: 11rem 0;
    border-radius: 60px;
    margin-bottom: 8.8rem;
  }
  .plan_block {
    width: 97%;
    margin-bottom: 2.2rem;
  }
  .plan_block > ul > li {
    width: 25%;
  }
  .plan_item {
    width: 86.5%;
  }
  .plan_title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .plan_subtxt {
    font-size: 0.875rem;
    margin-bottom: 1.9rem;
  }
  .plan_txt {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .plan_block {
    width: 88.5%;
  }
}
/***************************************
area_container
***************************************/
.area_container {
  margin-bottom: 5.5rem;
}
.area_pc {
  display: none;
}
.area_block {
  display: block;
  color: #fff;
}
.area_unit01 {
  display: block;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 5.4rem 0 3rem;
}
.area_unit01 .section_title_box {
  text-align: center;
  margin-bottom: 1.7rem;
}
.area_unit02 {
  background-color: #e4808a;
  border-radius: 0 0 30px 30px;
  padding: 4.4rem 0 5.5rem;
}
.area_unit02_inner {
  width: 82%;
  margin: 0 auto;
  position: relative;
}
/*.area_unit02_inner::before {
  content: "";
  display: block;
  width: 130px;
  height: 128px;
  background-image: url("../images/area_icon_pink.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -11.7rem;
  right: -2rem;
}*/
.area_list > ul > li {
  margin-bottom: 3rem;
}
.area_list > ul > li:last-child {
  margin-bottom: 0;
}
.area_title {
  font-size: 1.57rem;
  line-height: 1.54;
  letter-spacing: 0.02em;
  margin-bottom: 1.9rem;
}
.area_txt {
  line-height: 1.428;
  margin-bottom: 4.2rem;
  white-space: nowrap;
}
.area_list_title {
  font-size: 1.14rem;
  color: #3a3938;
  background-color: #fff;
  border-radius: 22px;
  padding: 9px 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.area_list_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 19px;
  margin-right: 1rem;
}
.area_list_map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.area_list_txt {
  line-height: 1.428;
  letter-spacing: 0.03em;
}
.area_price_txt {
  line-height: 1.65;
  display: flex;
  justify-content: space-between;
}
.area_price_name {
  letter-spacing: 0.03em;
}
.area_price_number span {
  margin-right: 3px;
}
.area_price_number {
  letter-spacing: 0.04em;
}
.area_sp .section_btn_sp {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .area_container {
    margin-bottom: 7.5rem;
  }
  .area_sp {
    display: none;
  }
  .area_pc {
    display: block;
  }
  .area_block {
    display: flex;
  }
  .area_block:hover {
    color: #fff;
  }
  .area_unit01 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0 0 30px;
  }
  .area_unit01_inner {
    width: 90%;
    margin: 0 auto;
  }
  .area_unit02 {
    width: 50%;
    border-radius: 0 30px 30px 0;
  }
  /*  .area_unit02_inner::before {
    width: 100px;
    height: 98px;
    background-image: url("../images/area_icon_white.png");
    top: -2.7rem;
    right: -2rem;
  }*/
}
@media screen and (min-width: 992px) {
  .area_container {
    margin-bottom: 8.5rem;
  }
  .area_unit01 .section_title_box {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .area_unit01 {
    padding: 8rem 0 7rem;
  }
  .area_unit02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area_unit02_inner {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .area_container {
    margin-bottom: 9.8rem;
  }
  .area_unit01 {
    width: 53.2%;
    border-radius: 60px 0 0 60px;
    padding: 8.3rem 0 8.8rem;
  }
  .area_unit01_inner {
    position: relative;
  }
  .area_unit01 .section_title_box {
    width: auto;
    position: absolute;
    top: -2.6rem;
    left: 1.6rem;
  }
  .area_unit02 {
    width: 46.8%;
    border-radius: 0 60px 60px 0;
    padding: 1rem 0 0;
  }
  .area_unit02_inner {
    width: 62%;
  }
  /*  .area_unit02_inner::before {
    top: -2rem;
    right: -3.3rem;
  }*/
  .area_title {
    font-size: 1.5rem;
    line-height: 1.58;
    margin-bottom: 1.6rem;
  }
  .area_txt {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 4.8rem;
  }
  .area_list > ul > li {
    margin-bottom: 2.5rem;
  }
  .area_list_title {
    font-size: 1.125rem;
    border-radius: 25px;
    padding: 10px 1.7rem;
    margin-bottom: 1.1rem;
  }
  .area_list_map {
    width: 16px;
    height: 22px;
    margin-right: 0.8rem;
  }
  .area_list_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
  .area_price_txt {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .area_price_name {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1500px) {
  .area_unit01 {
    width: 62.2%;
    padding: 8.3rem 0 8.8rem;
  }
  .area_unit01_inner {
    width: 67%;
  }
  .area_unit01 .section_title_box {
    top: 1.4rem;
    left: -3.4rem;
  }
  .area_unit02 {
    width: 37.8%;
    padding: 1rem 0 0;
  }
  /*  .area_unit02_inner::before {
    width: 122px;
    height: 120px;
    top: -7rem;
  }*/
}
/**************************************
/* review_container
***************************************/
.review_block {
  width: 87%;
  margin: 0 auto 6rem;
  max-width: 1540px;
  max-width: 1300px;
}
.review_block .section_title_box {
  margin-bottom: 3rem;
}
.review_block .ti-widget.ti-goog .ti-review-content {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #3a3938;
}
@media screen and (min-width: 768px) {
  .review_block {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .review_block {
    margin-bottom: 13.5rem;
  }
  .review_block .section_title_box {
    margin-bottom: 5rem;
  }
  .review_block .ti-widget.ti-goog .ti-review-content {
    font-size: 0.9375rem;
  }
}
/**************************************
/* 
***************************************/
/**************************************
/* マウスストーカー
***************************************/
/* MOUSE FOLLOW */
#mouse-follow {
  width: 160px;
  height: 160px;
  margin-top: -105px;
  margin-left: -90px;
  background-color: rgba(228, 128, 138, 0.6);
  background-color: rgba(123, 188, 228, 0.45);
  border-radius: 50%;
  position: absolute;
  z-index: 2000;
  pointer-events: none;
  will-change: transform;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.2s, opacity 0.4s, -webkit-transform 0.2s;
}
#mouse-follow::before {
  content: "MORE";
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#mouse-follow.is-show {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #mouse-follow {
    display: none;
  }
}