@charset "UTF-8";

.sec-mv .btn-mv li div {
	font-size: 13px;
	display: block;
}
.sec-mv .btn-mv li div strong {
	font-size: 30px;
	display: block;
}
/* .sec-mv .btn-mv li div span {
	margin: 10px auto;
	padding: 4px 10px;
	font-size: 18px;
	color: #cbb6cd;
	background: #f7eef7;
	border-radius: 200px;
	display: block;
} */
.sec-mv .btn-mv li div > span {
  margin: 10px auto;
  padding: 4px 17px;
  font-size: 15px;
  color: #cbb6cd;
  /* background: #f7eef7; */
  border-radius: 200px;
  display: block;
}

.sec-mv .btn-mv {
  justify-content: center;
  margin-top: 80px;
}
/* .sec-mv .btn-mv:last-child {
  margin-top: 60px;
}
.sec-mv .btn-mv:last-child > li {
  width: auto;
}
.ver-pink .btn-mv li:last-child a.btn-lp {
  background-image: url(/img/index/lp-btn-bg.png);
  background-size: cover;
  display: block;
  width: 720px;
  border-radius: 500px;
  box-sizing: border-box;
  padding: 25px;
} */
.sec-mv .btn-mv li .btn-lp div img {
  margin-bottom: 8px;
}
.sec-mv .btn-mv li .btn-lp div strong {
  color: #ff7bb3;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
}
.sec-mv .btn-mv li a.btn-lp div span {
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .sec-mv .btn-mv {
    justify-content: space-between;
  }
  /* .sec-mv .btn-mv:last-child {
    margin-top: 2%;
  } */
  .sec-mv .btn-mv > li {
    width: 47%;
  }
  .sec-mv .btn-mv > li > div {
    padding: 0 10px;
    text-align: center;
    display: flex;
  }
  .sec-mv .btn-mv > li > div > span {
    font-size: 12px;
    font-weight: bold;
    color: #ff7bb3;
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    position: relative;
    flex-basis: auto;
  }
  .sec-mv .btn-mv > li > div > span::before, 
  .sec-mv .btn-mv > li > div > span::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #ff7bb3;
    position: absolute;
    top: 3px;
  }
  .sec-mv .btn-mv > li > div > span::before {
    transform: rotate(-15deg);
    left: 0;
  }
  .sec-mv .btn-mv > li > div > span::after {
    transform: rotate(15deg);
    right: 0;
  }
  /* .sec-mv .btn-mv > li:last-child > div > span {
    font-size: 15px;
  } */
  .sec-mv .btn-mv > li:only-child {
    width: 100%;
  }
  .ver-pink .btn-mv .btn-comp01 {
    border-radius: 10px;
  }
  .ver-pink .btn-mv li:last-child a.btn-lp {
    width: 100%;
    padding: 12px;
  }
  .sec-mv .btn-mv li a div > span {
    border-radius: 100px;
    margin: 8px 20px;
    padding: 4px 10px;
  }
  .sec-mv .btn-mv li .btn-lp div img {
    width: 160px;
  }
  .ver-pink.sec-mv .btn-mv li .btn-lp div strong {
    font-size: 16px;
  }
}

.sec-lp {
  background: #fff0f4;
  background-image: url("/img/index/lp-sec-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}

.sec-lp .wrap .inner > img {
  margin-bottom: 40px;
}

.btn-lp {
  display: flex;
  justify-content: center;
}
.page-index .btn-lp {
  justify-content: space-between;
}
.btn-lp li {
  width: 50%;
  padding: 0 42.5px;
}
.page-index .btn-lp li {
  width: 32%;
    padding: 0;
}
@media screen and (max-width:1300px) {
    .page-index .btn-lp {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 3%;
        grid-row-gap: 10px;
    }
    .page-index .btn-lp li {
      width: 47%;
      padding: 0;
    }
}

.btn-lp li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  border: none;
  border-radius: 1000px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .05);
  font-weight: bold;
}

.btn-lp li a strong {
  font-size: 24px;
  display: block;
}

.btn-lp li a div > span {
  border-radius: 1000px;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  margin-top: 14px;
  display: inline-block;
}

.btn-lp li a.btn-lp-hair {
  background: linear-gradient(64deg, #fff, #fbebf5);
}
.btn-lp li a.btn-lp-hair strong {
  color: #ff7bb3;
}
.btn-lp li a.btn-lp-hair div > span {
  background-color: rgba(255, 123, 179, .5);
}

.btn-lp li a.btn-lp-eyelist {
  background: linear-gradient(64deg, #fff, #ece1f3);
}

.btn-lp li a.btn-lp-nailist {
  background: linear-gradient(64deg, #fff, rgba(187, 204, 255, .2));
}
.btn-lp li a.btn-lp-eyelist strong {
  color: #9990c8;
}
.btn-lp li a.btn-lp-nailist strong{
    color: #91a5e4;
}
.btn-lp li a.btn-lp-eyelist div > span {
  background-color: rgba(153, 147, 201, .5);
}

.btn-lp li a.btn-lp-nailist div > span {
  background-color: rgba(145, 165, 228, .5);
}
@media screen and (max-width: 834px) {
  .sec-lp {
    padding: 40px 0;
  }
  .sec-lp .wrap .inner > img {
    width: 240px;
    margin-bottom: 30px;
  }
  .btn-lp {
    margin: 0 auto;
    max-width: 500px;
    justify-content: space-between;
  }
  .btn-lp li {
    width: 47%;
    padding: 0;
  }
  .btn-lp li a {
    border-radius: 10px;
    height: 120px;
  }
  .btn-lp li a strong {
    font-size: 16px;
  }
  .btn-lp li a div > span {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp01 {
    font-size: 20px;
    font-size: 2rem;
    border-width: 2px;
    height: 120px;
  }
}

.newsTopics{
  background: #f6f0f6;
  margin-bottom: 140px;
  padding: 100px 0 ;
}

.newsTopics .slick-list {
    margin: 0 -60px;
    overflow: visible;
    position: relative;
}

.newsTopics .newsItem {
    padding: 0 30px;
}

.newsTopics .item__img img {
    width: 100%;
    height: auto;
}

.newsTopics .slick-list:before {
    content: '';
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    width: 9999px;
    right: 96%;
    background-color: #f6f0f6;
}

.newsTopics .slick-prev {
    right: 22px;
    background-image: url(../img/common/ico-prev.png);
}

.newsTopics .slick-next {
    right: 0;
    background-image: url(../img/common/ico-next.png);
}

.newsTopics .slick-prev,
.newsTopics .slick-next {
    top: -55px;
    width: 21px;
    height: 21px;
    background-color: #c6c6c6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 11px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
    left: auto;
}

.newsTopics .slick-prev:before,
.newsTopics .slick-next:before{
    content: ' ';
    font-family: none;
}

.newsTopics .newsSlide{
  margin: 0 -15px 65px;
}

.newsTopics .newsSlide img{
  margin-bottom: 35px;
}

.newsTopics .newsSlide .date{
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.newsTopics .newsSlide .date span{
  background: #222;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 5px 10px;
}

.newsTopics .newsSlide .detail{
  font-size: 14px;
  font-size: 1.4rem;
}

.newsTopics .btnWrap{
  text-align: center;
}

@media screen and (max-width: 834px) {

.newsTopics {
    background: #f6f0f6;
    margin-bottom: 50px;
    padding: 50px 0;
}

.newsTopics .newsSlide {
    margin: 0px 0 35px;
}

.newsTopics .slick-list {
    margin: 0 -20px;
}

.newsTopics .newsItem {
    padding: 0 10px;
}

.newsTopics .newsSlide img {
    margin-bottom: 20px;
}

.newsTopics .newsSlide .date {
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 15px;
}

.newsTopics .newsSlide .date span {
    font-size: 10px;
    font-size: 1.0rem;
    margin-left: 0px;

}
}

.page-message .sec01 {
  margin: 13em 0 10em;
}

.page-message .sec03 .img_box{
  margin-bottom: 10em;
}

@media screen and (max-width: 640px){
.page-message .sec01 {
    margin: 5em 0 4em;
}

.page-message .sec02 .content {
    margin-bottom: 5em;
}

.page-message .sec03 .img_box{
  margin-bottom: 4em;
}
}


/*--------------------------------------add_20211122-----*/


@media screen and (max-width: 640px){
.page-company .sec01 .img-middel .blur {
object-fit: cover;
height: 300px;
}

.page-company .sec01 .img-middel .mission-p {
    top: 70%;
    width: 90%;
    color: #fff;
}
.page-company .sec01 .img-bottom .blur {
    object-fit: cover;
    height: 600px;
}
.page-company .sec01 .img-bottom .title-en {
    top: 12%;
}
.page-company .sec01 .img-bottom .mission-p02 {
top: 10%;
    width: 90%;
    color: #fff;
    text-align: left;
}
.page-company .sec01 .img-bottom .mission-p02 p.text {
    text-align: left;
}
.page-company .sec01 .img-bottom .mission-p02 .catch {
   text-align: left;
   margin-bottom: 10px;
       color: #fff;
       font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.page-company .sec01 .img-bottom.last .title-en {
    top: 10%;
}
.page-company .sec01 .img-bottom.last .blur {
    object-fit: cover;
    height: 700px;
}
#promise {
width: 90%;
margin: 0;
top: 50%;
min-height: auto;
position: absolute;
}
#promise ol li .txt {
font-size: 13px;
}
#promise ol li {
margin-top: 0!important;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
}
#promise::after {
display: none;
}
.page-company .sec02 {
    padding-top: 80px;
}
.page-company .sec01 .img-top .mission-img {
    overflow: hidden;
}
.page-company .sec01 .img-top .blur {
    filter: blur(4px);
}
.page-company .sec01 .img-middel .blur {
    filter: blur(4px);
    margin: 0;
}
.page-company .sec01 .img-middel .vision-img{
overflow: hidden;
}
.page-company .sec01 .img-bottom .blur {
    filter: blur(4px);
    margin-bottom: 0;
}
.page-company .sec01 .img-bottom .sp {
overflow: hidden;
}
.page-company .sec01 .img-bottom.last .vision-img{
overflow: hidden;
}
}


/*----------------------------------------------about-追加修正20220704-----*/

.page-about .sec02 .salon_img .lt_ttl {
    width: 130px;
}

.page-about .sec02 .salon_img .img_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 130px);
    flex-wrap: wrap;
}

.page-about .sec02 .salon_img .img_block .hover {
    overflow: hidden;
    width: 30%;
}

@media screen and (max-width: 770px){

.page-about .sec02 .salon_img .lt_ttl {
    width: 70px;
}

.page-about .sec02 .salon_img .img_block {
    width: calc(100% - 70px);
}

.page-about .sec02 .salon_img .img_block .hover {
    width: calc(30% - 2px);
}
}

@media screen and (max-width: 640px){
.page-about .sec02 .salon_img .lt_ttl {
    width: 100%;
}

.page-about .sec02 .salon_img .img_block {
    width: 100%;
}
}

/*----------------------------------------------top-mv_change-ver-pink-----*/

.ver-pink.sec-mv {
background-color: #fff0f4;
}

.ver-pink.sec-mv .ttl-mv .img::after, .ver-pink.sec-mv .logo-mv .img::after {
background: linear-gradient(to right, rgba(255, 240, 244, 0.2) 30px, #fff0f4 0%);
}

.ver-pink .btn-mv a {
background: #ffb3c8;
background: -moz-linear-gradient(left, #ffd2cd 0%, #ffb3c8 100%);
background: -webkit-gradient(linear, left center, right center, from(#ffd2cd), to(#ffb3c8));
background: -webkit-linear-gradient(left, #ffd2cd 0%, #ffb3c8 100%);
background: -o-linear-gradient(left, #ffd2cd 0%, #ffb3c8 100%);
background: linear-gradient(to right, #ffd2cd 0%, #ffb3c8 100%);
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .05);
}

.ver-pink .btn-mv li:last-child a {
background: #ffc8ec;
background: -moz-linear-gradient(left, #ffb2c8 0%, #ffc8ec 100%);
background: -webkit-gradient(linear, left center, right center, from(#ffb2c8), to(#ffc8ec));
background: -webkit-linear-gradient(left, #ffb2c8 0%, #ffc8ec 100%);
background: -o-linear-gradient(left, #ffb2c8 0%, #ffc8ec 100%);
background: linear-gradient(to right, #ffb2c8 0%, #ffc8ec 100%);
}

.ver-pink .btn-comp01 {
border: none;
border-radius: 100px;
}
.ver-pink .btn-comp01:before {
display: none;
}
.ver-pink.sec-mv .btn-mv li div strong {
  letter-spacing: 0.1em;
}

.ver-pink.sec-mv .btn-mv li a div > span {
  color: #ff91b1;
  background: rgb(255,255,255,0.5);
}

.ver-pink .btn-comp01::after {
  background: url("../img/common/ico-arrow-right-pink.svg") no-repeat center/17px 12px, #ffffff;
}
.ver-pink .btn-mv a:hover {
box-shadow: none;
}
@media screen and (max-width: 834px){
.ver-pink.sec-mv .btn-mv li div {
  font-size: 10px;
}
.ver-pink.sec-mv .btn-mv li a div span {
  font-size: 10px;
}
.ver-pink.sec-mv .btn-mv li div strong {
  font-size: 20px;
  display: block;
}
.ver-pink .btn-comp01::after {
  display: none;
}
}
.box-post {
margin-bottom: 120px;
}
.sec-what {
  padding: 150px 0 0;
}
.newsTopics {
  margin-bottom: 0;
}
.box-link {
justify-content: flex-start;
}

.box-link li:last-child {
margin-left: 60px;
}

@media screen and (max-width: 640px){
.box-link li:last-child {
margin-left: 0;
}
.box-post {
  margin-bottom: 0;
}
}



/*タイマー*/
*[class^="timer_"]{
  display: none!important;
}

.youtube .box02,
.youtube .box03,
.youtube .box04,
.youtube .box05 {
  position: relative;
  display: block; 
  width: 49%;
  margin: 0 auto 30px;
}

.youtube .box03,
.youtube .box05 {
  float: left;
  clear: both;
}
.youtube .box02,
.youtube .box04 {
  float: right;
}

@media screen and (max-width: 834px) {
  .youtube .box02,
  .youtube .box03,
  .youtube .box04,
  .youtube .box05 {
    width: 100%;
  }
}

.sec-mahalo .block-list .item02 {
  background-color: #fc98b5;
}
@media screen and (min-width: 641px) {
  .sec-mahalo .block-list .item {
    width: calc(100% / 3);
  }
}

.font-jp {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.p_imgWrap {
  display: flex;
  justify-content: space-between;
}

#footer .box-btn .btn-entry {
  display: none;
}

/*----------------------------------------------about-追加修正20241226-----*/
.page-about .sec01 .service_block a {
  width: calc((100% - 42px) / 2);
}

@media screen and (max-width: 640px) {
  .page-about .sec01 .service_block a {
    width: calc((100% - 5px) / 2);
  }
}


/* 250107 Add */
.page-about .sec02 .salon_img .area:nth-child(1) .img_block .hover,
.page-about .sec02 .salon_img .area:nth-child(2) .img_block .hover {
  width: 22%;
}
.page-about .sec02 .salon_img .area:nth-child(1) .img_block .hover img,
.page-about .sec02 .salon_img .area:nth-child(2) .img_block .hover img {
  width: 100%;
}
/* .page-about .modal-open a img {
  border: 1px solid #000;
} */
@media screen and (max-width: 853px) {
  .page-about .sec02 .salon_img .area:nth-child(1) .img_block .hover,
  .page-about .sec02 .salon_img .area:nth-child(2) .img_block .hover {
    width: 21%;
  }
}
@media screen and (max-width: 770px) {
  .page-about .sec02 .salon_img .area:nth-child(1) .img_block .hover,
  .page-about .sec02 .salon_img .area:nth-child(2) .img_block .hover {
    width: calc(22% - 2px);
  }
}
@media screen and (max-width: 726px) and (min-width: 641px) {
  .page-about .sec02 .salon_img .area:nth-child(1) .img_block .hover,
  .page-about .sec02 .salon_img .area:nth-child(2) .img_block .hover {
    width: 21%;
  }
}

/* 250114 Add */
.page-about .sec02 .salon_img .img_block .hover {
  overflow: visible;
}
.page-about .modal-open a {
  aspect-ratio: 680 / 547;
  background-image: url(/img/about/sec02-img_bg.png);
  background-size: calc(100% - 10px) calc(100% - 10px);
  background-position: 5px 5px;
  background-repeat: no-repeat;
}
.page-about .modal-open a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-about .modal-open a img {
  position: relative;
  max-width: 60%;
  z-index: 1;
}
.page-about .modal-open a img.-s {
  max-width: 40%;
}
.page-about .modal-open a img.-ss {
  max-width: 23%;
}

/* 250417 */
#footer .box-btn .btn-entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #06C755;
  padding: 0;
}
#footer .box-btn .btn-entry img {
  width: 43px;
}

.btn-entry__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #06C755;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 5px;
}

.btn-entry__txt01 {
  font-size: 16px;
  font-weight: 700;
}
.btn-entry__txt02 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}

@media screen and (max-width: 834px) {
  #footer .box-btn .btn-entry {
    gap: 3px;
  }
  #footer .box-btn .btn-entry:hover {
    opacity: 1;
  }
  #footer .box-btn .btn-entry img {
      width: 24px;
  }
  .btn-entry__txt {
    padding-bottom: 2px;
  }
  .btn-entry__txt01 {
    font-size: 11px;
  }
  .btn-entry__txt02 {
    font-size: 14px;
    margin-top: 2px;
  }
}