@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors top

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
MV
--------------------------------------------------------------------------------- */
.contents-mv {
  height: 100vh;
  margin-bottom: 215px;
  position: relative;
}
.mv-inner {
  width: 365px;
  position: absolute;
  right: 0;
  bottom: 31.8%;
  left: 0;
  margin: auto;
  transition-delay:1800ms;
  z-index: 2;
}

/*---------------------------------------------------------------------------------
Read
--------------------------------------------------------------------------------- */
.read-sec {
  padding-bottom: 213px;
}
.read-sec-inner {
  height: 1170px;
  position: relative;
}
.read-txt-box {
  width: 430px;
  position: absolute;
  top: 278px;
  left: 50%;
  margin-left: -480px;
  z-index: 3;
}
.read-txt-box__ttl {
  padding-bottom: 34px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.read-txt-logo {
  width: 360px;
  height: 510px;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -598px;
  z-index: 2;
}
.read-txt-logo svg {
  width: 360px;
  height: 510px;
}
.st1{
    fill:none;
    stroke:#fff;
    stroke-width:23;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}

.read-photo {
  position: absolute;
  left: 50%;
  z-index: 2;
}
.read-photo::before {
  width: 100%;
  height: 100%;
  background-color: #edf5f4;
  position: absolute;
  z-index: 1;
  transition : all 500ms 1600ms ease-out;
  content:"";
}
.read-photo .img-box {
  z-index: 2;
}
.read-box01 {
  width: 600px;
  top: 0;
}
.read-box01::before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
}
.effect-on.read-box01::before {
  bottom: -12px;
  left: 34px;
  transform: rotate(4.9deg);
}

.read-box02 {
  width: 330px;
  top: 530px;
  margin-left: -445px;
}
.read-box02::before {
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
}
.effect-on.read-box02::before {
  transform: rotate(-6deg);
}
.read-box03 {
  width: 330px;
  top: 732px;
  margin-left: 52px;
}
.read-box03::before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
}
.effect-on.read-box03::before {
  transform: rotate(6deg);
}
.read-txt01 {
  width: 227px;
  height: 140px;
  background-image: url("../img/top/read_txt01.svg");
  position: absolute;
  top: 380px;
  left: 50%;
  margin-left: 306px;
  z-index: 3;
  transition : all 500ms 1400ms ease-out;
}
.read-txt02 {
  width: 132px;
  height: 118px;
  background-image: url("../img/top/read_txt02.svg");
  position: absolute;
  top: 876px;
  left: 50%;
  margin-left: -112px;
  z-index: 3;
  transition : all 500ms 2200ms ease-out;
}

.read-staff {
  width: 260px;
  height: 260px;
  position: absolute;
  left: 50%;
  z-index: 1;
  transition : all 300ms 2200ms ease-out;
}
.read-staff01 {
  top: 90px;
  margin-left: -697px;
  transform: translate(50px,-50px) scale(0.8);
}
.read-staff02 {
  top: -113px;
  margin-left: -300px;
  transform: translate(0,-50px) scale(0.8);
}
.read-staff03 {
  top: 443px;
  margin-left: -127px;
  transform: translate(-50px,50px) scale(0.8);
}
.read-staff04 {
  top: 625px;
  margin-left: 412px;
  transform: translate(50px,0) scale(0.8);
}
.read-staff05 {
  top: 811px;
  margin-left: -674px;
  transform: translate(50px,50px) scale(0.8);
}

.read-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 914px;
  margin: 0 auto;
}
.read-nav a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 420px;
  height: 68px;
  border: 1px solid #1f1f1f;
  font-size: 16px;
  line-height: 1;font-weight: 500;
}
.read-nav a::after {
  width: 18px;
  height: 16px;
  background-image: url("../img/top/read-arrow.svg");
  margin-left: 50px;
  content:"";
}


/*---------------------------------------------------------------------------------
Gallery
--------------------------------------------------------------------------------- */
.gallery {
   margin-bottom: 160px; 
}
.gallery-ttl {
  padding-bottom: 95px;
  font-family: 'Mukta', sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  width: 1248px;
  margin: 0 auto 50px;
}
.gallery-list li {
  width: 368px;
  margin: 0 24px 65px;
}
.gallery-list a {
  display: block;
  font-family: 'Mukta', sans-serif;
  line-height: 1;
}
.gallery-list a .img-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.gallery-list a .img-box-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-list__category {
  padding: 25px 0 13px;
  font-size: 18px;
}
.gallery-list__name {
  font-size: 14px;
}
.gallery-list li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.gallery-list li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.gallery-more {
  width: 528px;
  height: 68px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/*---------------------------------------------------------------------------------
Feature
--------------------------------------------------------------------------------- */
.feature {
  min-height: 1500px;
  position: relative;
  z-index: 1;
  opacity: 1.0;
  transform: translate(0,0px);
}
.feature::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 69vw 0 69vw 128.28vw;
  border-color: transparent transparent transparent #edf5f4;
  position: absolute;
  top: -65px;
  left: -138vw;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.feature::before {
  left: 0;
}
.feature-list {
  width: 1200px;
  margin: 0 auto;
}
.feature-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 110px;
  position: relative;
  counter-increment: feature;
}
.feature-list li:nth-of-type(even) {
  flex-direction: row;
}
.feature-list-in {
  width: 445px;
}
.feature-list li:nth-of-type(odd) .feature-list-in {
  padding-right: 100px;
}
.feature-list li:nth-of-type(even) .feature-list-in {
  padding-left: 100px;
}

.feature-list-in__ttl {
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.feature-list-in__ttl span {
  display: block;
  font-family: 'Courier Prime', monospace;
  line-height: 1;
  font-weight: 500;
  color: #75cdbe;
}
.feature-list-in__ttl .name {
  padding-bottom: 8px;
  font-size: 14px;
}
.feature-list-in__ttl .num {
  font-size: 30px;
}
.feature-list-in__ttl .num::after {
  content: counter(feature);
}
.feature-list-in__txt {
  padding-bottom: 23px;
}
.feature-list-in__more {
  text-align: right;
}
.feature-list-in__more a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #1f1f1f;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.feature-list-in__more a::after {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("../img/top/icon_more_arrow.svg");
  margin-left: 12px;
  position: relative;
  top: 3px;
  content:"";
}

.feature-list-img {
  width: 600px;
}
.feature-list-words {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 82px;
  height: 272px;
  background-color: rgba(0,0,0,0.85);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: -55px;
}
.feature-list li:nth-of-type(odd) .feature-list-words {
  left: -52px;
}
.feature-list li:nth-of-type(even) .feature-list-words {
  right: -52px;
}

/*---------------------------------------------------------------------------------
Campaign
--------------------------------------------------------------------------------- */
.campaign {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1100px;
  padding: 75px 80px 45px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
  margin: 0 auto 195px;
  position: relative;
  z-index: 2;
}
.campaign__ttl {
  width: 100%;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #75cdbe;
}
.campaign__ttl span {
  display: block;
  font-family: 'Courier Prime', monospace;
  color: #75cdbe;
  font-weight: 500;
  text-align: center;
}
.campaign__ttl .name {
  padding-bottom: 17px;
  font-size: 14px;
}
.campaign__ttl .en {
  font-size: 50px;
}
.campaign-photo {
  width: 440px;
  position: relative;
  opacity: 1.0;
  transform: translate(0,0px)  rotate(-6.29deg);
}
.campaign-photo::before {
  width: 100%;
  height: 100%;
  background-color: #edf5f4;
  position: absolute;
  top: 0;
  right: 0;
  content:"";
  z-index: 1;
  transition : all 500ms 1400ms ease-out;
}
.campaign-photo .img-box {
  z-index: 2;
}
.effect-on.campaign-photo {
  transform: rotate(0);
  transition : all 500ms 1400ms ease-out;
}
.effect-on.campaign-photo::before {
  right: 15px;
  transform: rotate(-6.29deg);
}
.campaign-inner {
  width: 450px;
}
.campaign-inner-price {
  padding-bottom: 15px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

.campaign-btn {
  width: 530px;
  height: 70px;
  padding-top: 52px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------
バナー
--------------------------------------------------------------------------------- */
.banner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto 160px;
}
.banner li {
  height: 320px;
  margin: 0 10px 20px;
  background-color: #007549;
  opacity: 1;
}
.banner li.nomal {
  width: 320px;
}
.banner li.wide {
  width: 660px;
}
.banner li .img-box,
.banner li .img-box-in {
  height: 100%;
}
.banner a {
  display: block;
  height: 100%;
  position: relative;
}
.banner a:hover {
  opacity: 1;
}
.banner a:hover .img-box-in {
  opacity: 0.6;
}
.banner li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.banner li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.banner-in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.banner a:hover .banner-in {
  opacity: 1;
}

.banner-in__en {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 22px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  position: relative;
}
.banner-in__en::after {
  width: 58px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.banner-in__jp {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

/*---------------------------------------------------------------------------------
PRODUCTS
--------------------------------------------------------------------------------- */
.products {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}
.products-ttl {
  padding-bottom: 65px;
  font-family: 'Mukta', sans-serif;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.products-icon {
  width: 230px;
  height: 186px;
  background-image: url("../img/top/icon_products.jpg");
  position: absolute;
  top: -14px;
  right: 50%;
  margin-right: -550px;
}
.products-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.products-list-in {
  width: 560px;
  padding: 70px 0 40px;
  margin-top: 115px;
  position: relative;
  transform: translate(0,0);
  opacity: 1;
  z-index: 2;
}
.products-list-in::before {
  display: block;
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  transition : all 500ms 1000ms ease-out;
  z-index: -1;
  content:"";
}
.effect-on.products-list-in::before {
  width: calc(50vw + 250px);
}
.products-list-in__ttl {
  box-sizing: border-box;
  display: inline-block;
  height: 50px;
  padding: 12px 15px 0;
  background-color: #fff;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.products-list-in__catchphrase {
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
.products-list-in__more {
  padding-top: 24px;
  text-align: right;
}
.products-list-in__more a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #1f1f1f;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.products-list-in__more a::after {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("../img/top/icon_more_arrow.svg");
  margin-left: 12px;
  position: relative;
  top: 3px;
  content:"";
}

.products-list__img {
  width: 400px;
  position: relative;
  z-index: 3;
}
.products-list li:nth-of-type(odd) .products-list-in::before {
  right: calc(-1 * calc(50vw - 500px));
}
.products-list li:nth-of-type(odd) .products-list__img {
  left: -48px;
}
.products-list li:nth-of-type(even) {
  flex-direction: row;
}
.products-list li:nth-of-type(even) .products-list-in::before {
  left: calc(-1 * calc(50vw - 500px));
}
.products-list li:nth-of-type(even) .products-list__img {
  right: -48px;
}

/*---------------------------------------------------------------------------------
SALON INFO
--------------------------------------------------------------------------------- */
.salon {
  padding: 95px 0 55px;
  background-color: #f4f4f4;
  margin-bottom: 170px;
}
.salon-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.salon-ttl {
  width: 100%;
  padding: 0 0 40px 60px;
  font-family: 'Mukta', sans-serif;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.salon-data {
  width: 440px;
  padding-left: 60px;
  position: relative;
}
.salon-data-name {
  padding-bottom: 42px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
.salon-data-name .en {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Mukta', sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.salon-data-list dt {
  padding-bottom: 12px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.salon-data-list dd {
  width: 436px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 1;
}
.salon-data-list dd .tel {
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.salon-data-list dd .map {
  display: block;
  padding-left: 26px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.salon-data-list dd .map::before {
  width: 18px;
  height: 24px;
  background-image: url("../img/salon/icon_map.svg");
  position: absolute;
  top: -7px;
  left: 0;
  content:"";
}
.salon-data-img {
  width: 242px;
  height: 384px;
  background-image: url("../img/top/img-salon-data.png");
  position: absolute;
  top: 127px;
  right: 0;
}
.salon-photo {
  width: 640px;
}
.salon-photo__img {
  width: 100%;
  height: 400px;
}
.salon-photo .slick-dots {
  bottom: -38px;
}
.salon-more {
  width: 530px;
  height: 70px;
  padding-top: 70px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------
BLOG
--------------------------------------------------------------------------------- */
.blog {
  padding-bottom: 95px;
  position: relative;
  transform: translate(0,0);
  opacity: 1;
}
.blog::before {
  width: 100%;
  height: 0;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition : all 500ms 300ms ease-out;
  content:"";
}
.effect-on.blog::before {
  height: 395px;
}
.blog-ttl {
  padding-bottom: 95px;
  font-family: 'Mukta', sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.blog-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}
.blog-list li {
  width: 295px;
  padding: 0 30px;
}
.blog-list .img-box {
  width: 100%;
  height: 300px;
}

.blog-list li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.blog-list li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.blog-list__date,
.blog-list__category,
.blog-list__ttl {
  display: none;
}
.blog-more {
  width: 528px;
  height: 68px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blog-icon {
  width: 316px;
  height: 295px;
  background-image: url("../img/top/img_blog.png");
  position: absolute;
  right: 50%;
  margin-right: -635px;
  bottom: -104px;
}

/*---------------------------------------------------------------------------------
RECRUIT
--------------------------------------------------------------------------------- */
.recruit {
  min-height: 390px;
  padding-bottom: 140px;
  margin-top: 35.7vw;
  position: relative;
}
.recruit__bg {
  width: 100%;
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: 1;
}
.recruit-inner {
  box-sizing: border-box;
  width: 1076px;
  padding-right: 646px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.recruit-ttl {
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.recruit-ttl .en {
  display: block;
  padding-bottom: 40px;
  font-family: 'Mukta', sans-serif;
  font-size: 54px;
  font-weight: 600;
}
.recruit-txt {
  padding-bottom: 20px;
}
.recruit-more {
  width: 100%;
  height: 70px;
}

.recruit-staff {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  transform: translate(50px,50px);
  z-index: 5;
}

.recruit-staff.staff01 {
  top: -223px;
  margin-left: -189px;
  transition-delay: 800ms;
}
.recruit-staff.staff02 {
  top: -295px;
  margin-left: 40px;
  transition-delay: 1000ms;
}
.recruit-staff.staff03 {
  top: -255px;
  margin-left: 302px;
  transition-delay: 1200ms;
}
.recruit-staff.staff04 {
  top: -35px;
  margin-left: 30px;
  transition-delay: 800ms;
}
.recruit-staff.staff05 {
  top: -57px;
  margin-left: 243px;
  transition-delay: 1000ms;
}
.recruit-staff.staff06 {
  top: 165px;
  margin-left: 283px;
  transition-delay: 1200ms;
}
.recruit-staff-icon {
  width: 505px;
  height: 813px;
  background-image: url("../img/top/recruit-staff_icon.png");
  position: absolute;
  top: -358px;
  left: 50%;
  margin-left: 103px;
  transition-delay: 1500ms;
  z-index: 6;
}