@charset 'UTF-8';
/*
a {
  pointer-events: none;
} */

.main-container {
  position: relative;
}

.mv_txt_block {
  z-index: 100;
  width: 84%;
  position: absolute;
  bottom: 20%;
  left: 8%;
}

.mv_title {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1rem;
}

.mv_txt {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .mv_title {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .mv_txt_block {
    width: 84%;
    bottom: 15%;
    left: 12%;
  }

  .mv_title {
    font-size: 3.125rem;
    margin-bottom: 2rem;
  }

  .mv_txt {
    font-size: 1.5rem;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-container {
  position: relative;
  height: 100vh;
}

.blur_img_inner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /*  height: 100dvh;*/
  /* position: fixed;
  position: -webkit-fixed; */
  /* top: 0;
  left: 0;
  right: 0; */
  transition: all 0.5s 0s ease;
}

.blur_img img {
  width: auto;
  /* height: 66.25vw; */
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  /*  position: absolute;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  position: absolute;
}

/*
.zfadeIn {
  transition: 2s;
  transition: 1.5s;
}

.zanimated {
  filter: blur(12px);
  -webkit-filter: blur(12px);
  transition: 2s;
  transition: 1.5s;
}

.zanimated::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
} */

.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

/* .fv-slider::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.5s 0s ease;
  opacity: 0;
} */

.blur_img_inner_overlay .fv-slider::before {
  /* background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s 0s ease;
  opacity: 1; */
}

.fv-slider div {
  width: 100%;
  height: 100%;
}

.section_container {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .blur_img_inner {
    /* width: 93%; */
    margin: 0 auto;
    transition: all 1s;
  }

  .blur_img_inner_overlay {
    /* width: 100%; */
    transition: all 1s;
  }
}

/***************************************
コンセプト
***************************************/
.concept_block {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

.concept_up_side {
  width: 84%;
  margin: 0 auto 4rem;
  max-width: 1300px;
}

.concept_head {
  margin-bottom: 2.5rem;
}

.concept_title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.concept_txt {
  text-align: justify;
  line-height: 1.9;
}

.concept_down_side {
  position: relative;
}

.concept_down_img01 {
  width: 50%;
  padding-left: 8%;
  position: relative;
  z-index: 1;
}

.concept_down_img02 {
  width: 78%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -8rem;
  height: 225px;
}

@media screen and (min-width: 768px) {
  .concept_title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .concept_down_img02 {
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .concept_up_side {
    display: flex;
  }

  .concept_head {
    font-size: 1.5rem;
    width: 20%;
    margin-bottom: 0;
  }

  .concept_unit {
    width: 80%;
  }

  .concept_down_side {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .concept_down_img01 {
    width: 30%;
    margin: 0;
    padding-left: 0;
  }

  .concept_down_img02 {
    width: 60%;
    margin: 0;
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .concept_block {
    margin-top: 9rem;
    margin-bottom: 10rem;
  }

  .concept_head {
    font-size: 1.65rem;
    width: 40%;
  }

  .concept_unit {
    width: 60%;
  }

  .concept_title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }

  .concept_txt {
    font-size: 1rem;
    line-height: 2;
    width: 85%;
  }

  .concept_down_img01 {
    width: 26%;
  }

  .concept_down_img02 {
    width: 65%;
    padding-top: 8rem;
  }
}

/***************************************
メニュー-ヘアメニュー
***************************************/
.menu_back {
  background-color: #eeece9;
  padding: 5rem 0 7rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 1200px) {
  .menu_back {
    background-color: #eeece9;
    padding: 9rem 0 10rem;
    margin-bottom: 10rem;
  }
}

.hair_block {
  margin-bottom: 6rem;
}

.hair_block .section_title_box {
  width: 84%;
  margin: 0 auto 3rem;
  max-width: 1200px;
}

.hair_item {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2.5rem;
  background-color: #fff;
}

.hair_img {
  margin-bottom: 1.6rem;
}

.hair_txt_box {
  position: relative;
}

.hair_number {
  font-size: 6rem;
  line-height: 1;
  color: #dedbdb;
  position: absolute;
  top: -2.2rem;
  right: 0;
  opacity: 0.5;
}

.hair_title span {
  display: block;
  font-size: 1rem;
  color: #dedbdb;
}

.hair_title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.hair_txt {
  font-size: 0.857rem;
  text-align: justify;
  margin-bottom: 2rem;
}

.hair_btn {
  font-size: 0.935rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}

@media screen and (min-width: 1200px) {
  .hair_block {
    margin-bottom: 8rem;
  }

  .hair_item {

    padding: 2rem 2rem 3rem;
  }

  .hair_title {
    font-size: 1.65rem;
  }

  .hair_txt {
    font-size: 0.9375rem;
    margin-bottom: 2.4rem;
  }

  .hair_btn {
    width: 120px;
    height: 35px;
  }
}

@media screen and (min-width: 1500px) {
  .hair_block .section_title_box {
    width: 68%;
    margin-bottom: 4rem;
  }
}

/**====|slick====**/
.hair_slider {
  margin-bottom: 0;
}

.hair_slider .slick-prev, .hair_slider .slick-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 101;
  top: -7rem;
  bottom: auto;
  transform: translate(0%, 0%);
  transition: all 0.5s;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.hair_slider .slick-prev:hover, .hair_slider .slick-next:hover {
  background-color: #fff;
  transition: all 0.5s;
}

.hair_slider .slick-prev:before, .hair_slider .slick-next:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.hair_slider .slick-prev:hover::before, .hair_slider .slick-next:hover::before {
  filter: invert(100%);
  transition: all 0.5s;
}

.hair_slider .slick-prev:before {
  background-image: url(../images/arrow_white.svg);
  transform: translate(-50%, -50%) rotate(180deg);
  filter: invert(100%);
}

.hair_slider .slick-prev {
  left: auto;
  right: calc(3.9rem + 50px);
}

.hair_slider .slick-next {
  left: auto;
  right: 3.9rem;
}

.hair_slider .slick-next:before {
  background-image: url(../images/arrow_white.svg);
  filter: invert(100%);
}

@media screen and (min-width: 992px) {
  .hair_slider .slick-prev, .hair_slider .slick-next {
    width: 70px;
    height: 70px;
  }

  .hair_slider .slick-prev {
    right: calc(3.9rem + 50px);
  }

  .hair_slider .slick-next {
    right: 3.9rem;
  }
}

@media screen and (min-width: 1200px) {
  .hair_slider .slick-prev {
    right: calc(30rem + 100px);
  }

  .hair_slider .slick-next {
    right: 30rem;
  }

  .hair_slider .slick-prev:before, .hair_slider .slick-next:before {
    width: 13px;
    height: 13px;
  }
}

/***************************************
メニュー-まつ毛メニュー
***************************************/
.eye_block {
  width: 84%;
  margin: 0 auto 6rem;
  max-width: 1200px;
}

.eye_list>ul>li {
  margin-bottom: 3rem;
}

.eye_list>ul>li:last-child {
  margin-bottom: 0;
}

.eye_unit {
  background-color: #fff;
  padding: 2.2rem 1.5rem 2.3rem;
}

@media screen and (min-width: 768px) {
  .eye_item {
    display: flex;
  }

  .eye_img {
    width: 50%;
  }

  .eye_unit {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eye_unit_inner {
    width: 70%;
  }

  .eye_list>ul>li:nth-child(2n) .eye_img {
    order: 2;
  }

  .eye_list>ul>li:nth-child(2n) .eye_unit {
    order: 1;
  }
}

@media screen and (min-width: 1200px) {
  .eye_block {
    margin-bottom: 8rem;
  }

  .eye_list .hair_txt {
    margin-bottom: 2.5rem;
  }
}

/***************************************
メニュー-その他メニュー
***************************************/
.other_block {
  width: 84%;
  margin: 0 auto;
}

.other_list>ul>li {
  margin-bottom: 3rem;
}

.other_list>ul>li:last-child {
  margin-bottom: 0;
}

.other_item {
  display: block;
  position: relative;
  z-index: 0;
}

.other_img {
  position: relative;
  height: 250px;
}

.other_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.other_txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 84%;
}

.other_txt_box .hair_btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  .other_list>ul {
    display: flex;
    gap: 4%;
  }

  .other_list>ul>li {
    width: calc((100% - 4%) /2);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .other_img {
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .other_block {
    width: 76%;
  }

  .other_txt_box {
    width: 61%;
  }
}

/***************************************
news_container
***************************************/
.news_container {
  margin-bottom: 6rem;
}

.news_wrap {
  width: 84%;
  margin: 0 auto 5rem;
  max-width: 1200px;
}

.news_title_wrap .section_title {
  text-align: center;
}

.news_container .section_btn_pc {
  display: none;
}

.news_container .news_block>ul {
  margin-bottom: 3rem;
}

.news_block>ul>li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.news_block>ul>li:first-child {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.news_item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.news_img {
  width: 30%;
  aspect-ratio: 3 / 2;
}

.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_unit {
  width: 70%;
  padding-left: 5%;
}

.news_date_box {
  display: flex;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.news_date {
  font-size: 0.875rem;
  color: #dedbdb;
  margin-right: 1rem;
}

.news_name {
  font-size: 0.875rem;
  color: #dedbdb;
}

.news_title {
  font-size: 0.9375rem;
}

.news_container .section_btn_sp .section_btn {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .news_wrap {
    display: flex;
  }

  .news_title_wrap {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .news_title_wrap .section_title {
    text-align: left;
  }

  .news_container .section_btn_pc {
    display: block;
  }

  .news_container .news_block {
    width: 70%;
  }

  .news_container .news_block>ul {
    margin-bottom: 0;
  }

  .news_container .section_btn_sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .news_container {
    margin-bottom: 10rem;
  }

  .news_title_wrap {
    width: 37%;
  }

  .news_container .news_block {
    width: 63%;
  }

  .news_img {
    width: 25%;
  }

  .news_unit {
    width: 75%;
    padding-left: 7%;
  }

  .news_date_box {
    display: flex;
    line-height: 1;
    margin-bottom: 1.5rem;
  }

  .news_date {
    font-size: 0.875rem;
    margin-right: 2rem;
  }

  .news_name {
    font-size: 0.875rem;
  }

  .news_title {
    font-size: 1.25rem;
  }
}

/***************************************
access_container
***************************************/
.access_block {
  width: 84%;
  margin: 0 auto;
}

.access_unit01 {
  margin-bottom: 4rem;
}

.access_list {
  margin-bottom: 3rem;
}

.access_list>ul>li {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: 1rem;
}

.access_item {
  font-size: 0.9285rem;
  display: flex;
}

.access_type {
  width: 25%;
}

.access_txt {
  width: 75%;
  padding-left: 5%;
}

.access_unit02 {
  height: 250px;
}

@media screen and (min-width: 768px) {
  .access_block {
    display: flex;
  }

  .access_unit01 {
    width: 50%;
    order: 2;
    padding-left: 7%;
    margin-bottom: 0;
  }

  .access_unit02 {
    width: 50%;
    order: 1;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .access_block {
    width: 76%;
  }

  .access_unit01 {
    width: 45%;
    padding-left: 10%;
  }

  .access_list {
    margin-bottom: 5rem;
  }

  .access_list>ul>li {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .access_type {
    width: 20%;
  }

  .access_txt {
    width: 80%;
    padding-left: 5%;

  }

  .access_unit02 {
    width: 55%;
  }
}

/***************************************
/***************************************
***************************************/
/***************************************
/***************************************
***************************************/
/***************************************
/***************************************
***************************************/
/***************************************
/***************************************
***************************************/

/**====|====**/
/**====||====**/
/**====|||====**/
/**====||||====**/
/**====|||||====**/
/**====||||||====**/
/**====|||||||====**/
/**====||||||||====**/
/***************************************
***************************************/
/**====|====**/
/**====||====**/
/**====|||====**/
/**====||||====**/
/**====|||||====**/
/**====||||||====**/
/**====|||||||====**/
/**====||||||||====**/
/***************************************
***************************************/
/**====|====**/
/**====||====**/
/**====|||====**/
/**====||||====**/
/**====|||||====**/
/**====||||||====**/
/**====|||||||====**/
/**====||||||||====**/
/***************************************
***************************************/
/**====|====**/
/**====||====**/
/**====|||====**/
/**====||||====**/
/**====|||||====**/
/**====||||||====**/
/**====|||||||====**/
/**====||||||||====**/
/***************************************
***************************************/
/**====|====**/
/**====||====**/
/**====|||====**/
/**====||||====**/
/**====|||||====**/
/**====||||||====**/
/**====|||||||====**/
/**====||||||||====**/
/***************************************
***************************************/
/**====|====**/
/**====||====**/
/**====|||====**/
/**====||||====**/
/**====|||||====**/
/**====||||||====**/
/**====|||||||====**/
/**====||||||||====**/
