@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © SUN Y'S group

HTML CSS Selectors top 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.site-header {
  opacity: 0;
}
/*---------------------------------------------------------------------------------
MV
--------------------------------------------------------------------------------- */
.top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
} 
.mv-loaded .mv-left,
.mv-loaded .mv-right {
  transition-delay:0ms;
}
.sc .mv-left {
  transform: translate(-50px,0);
  opacity: 0;
}
.sc .mv-right {
  transform: translate(50px,0);
  opacity: 0;
}

.mv-left-img,
.mv-right-img {
  height: 100%;
}
.mv-inner {
  width: 200px;
  height: 320px;
  padding: 44px 43px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition-delay:2000ms;
}
.mv-inner__icon {
  margin-bottom: 30px;
}
.mv-inner__logo {
  margin-bottom: 34px;
}
.mv-inner__area {
  width: 96px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  font-family: var(--font-btn);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.mv-inner::after {
  width: 96px;
  height: 1px;
  position: absolute;
  top: 71px;
  content:"";
}
.mv-left .mv-inner {
  background-color: rgba(255,255,255,0.90);
  right: 0;
}
.mv-left .mv-inner__area {
  border-color: rgba(28,42,69,0.7);
}
.mv-left .mv-inner::after {
  background-color: rgba(28,42,69,0.7);
  right: 160px;
}
.mv-right .mv-inner {
  background-color:rgba(191,158,154,0.90);
  left: 0;
}
.mv-right .mv-inner__area {
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}
.mv-right .mv-inner::after {
  background-color: rgba(255,255,255,0.7);
  left: 160px;
}

/*---------------------------------------------------------------------------------
サロン
--------------------------------------------------------------------------------- */
.salon-wrap {
  margin-bottom: 170px;
}

.salon {
  width: 1000px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.salon-inner {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.salon:nth-of-type(1) .salon-inner {
  margin-left: 340px;
}
.salon:nth-of-type(2) .salon-inner {
  margin-right: 368px;
}
.salon-inner__ttl {
  padding-bottom: 30px;
}
.salon:nth-of-type(2) .salon-inner__ttl {
  text-align: right;
}
.salon-inner__ttl .en {
  display: block;
  padding-bottom: 12px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  transition-delay:1200ms;
}
.salon-inner__ttl .jp {
  display: block;
  font-size: 12px;
  line-height: 1;
  transition-delay:1500ms;
}
.salon-inner__ttl .jp em {
  font-size: 18px;
}
.salon-inner-txt {
  width: 428px;
  padding-top: 22px;
  transition-delay:1800ms;
}
.salon:nth-of-type(1) .salon-inner-txt {
  padding-left: 32px;
  border-left: 1px solid #c9c6bf;
  margin-left: 15px;
}
.salon:nth-of-type(2) .salon-inner-txt {
  padding: 0 32px 0 0;
  border-right: 1px solid #c9c6bf;
  margin-right: 12px;
  margin-left: 205px;
}
.salon-inner-txt p {
  padding-bottom: 30px;
  letter-spacing: 0;
  font-size: 12px;
}
.salon-inner-txt__link {
  width: 225px;
  position: relative;
}
.salon-inner-txt__link a {
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.salon:nth-of-type(1) .salon-inner-txt__link {
  margin-left: auto;
  right: -145px;
  text-align: right;
}
.salon:nth-of-type(1) .salon-inner-txt__link a::before {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_left.svg");
  margin-right: 7px;
  content:"";
}
.salon:nth-of-type(2) .salon-inner-txt__link {
  left: -145px;
}
.salon:nth-of-type(2) .salon-inner-txt__link a::after {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-left: 7px;
  content:"";
}
.salon__catchphrase {
  font-size: 46px;
  line-height: 1.4;
  position: absolute;
  top: 405px;
  z-index: 3;
  transition-delay:2000ms;
}
.salon:nth-of-type(1) .salon__catchphrase {
  left: 280px;
}
.salon:nth-of-type(2) .salon__catchphrase {
  right: 250px;
  text-align: right;
}

.salon-photo {
  width: calc(50vw - 277px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.salon:nth-of-type(1) .salon-photo {
  left: 50%;
  margin-left: -50vw;
}
.salon:nth-of-type(2) .salon-photo {
  right: 50%;
  margin-right: -50vw;
}
.salon-logo {
  width: 250px;
  height: 250px;
  padding: 39px 41px 0;
  background-color: rgba(255,255,255,0.70);
  position: absolute;
  top: 0;
  z-index: 2;
  transition-delay:500ms;
}
.salon:nth-of-type(1) .salon-logo {
  left: 80px;
}
.salon:nth-of-type(2) .salon-logo {
  right: 80px;
}
.salon-movie {
  width: calc(50vw + 120px);
  height: 435px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition-delay:1300ms;
}
.salon:nth-of-type(1) .salon-movie {
  right: 50%;
  margin-right: -50vw;
}
.salon:nth-of-type(2) .salon-movie {
  left: 50%;
  margin-left: -50vw;
}

.salon_bg {
  width: calc(50vw - 380px);
  height: calc(100% - 120px);
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition-delay:1000ms;
}
.salon:nth-of-type(1) .salon_bg {
  background-color: #eee;
  right: 50%;
  margin-right: -50vw;
}
.salon:nth-of-type(2) .salon_bg {
  background-color: #f2dde0;
  left: 50%;
  margin-left: -50vw;
}


/*---------------------------------------------------------------------------------
バナー
--------------------------------------------------------------------------------- */
.banner-area {
  width: 1000px;
  margin: 0 auto 180px;
  position: relative;
}
.banner-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 70px;
  position: relative;
  z-index: 2;
}
.banner-list li {
  counter-increment: banner;
}
.banner-list li:nth-of-type(3n+1) {
  width: 470px;
  height: 313px;
}
.banner-list li:nth-of-type(3n+2) {
  width: 345px;
  height: 450px;
  position: relative;
  top: 115px;
  left: 80px;
  transition-delay:500ms;
}
.banner-list li:nth-of-type(3n) {
  width: 360px;
  height: 275px;
  position: relative;
  left: 88px;
  transition-delay:800ms;
}
.banner-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-list li a::before {
  width: 1px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: -48px;
  left: 8px;
  content:"";
}
.banner-list li a::after {
  font-family: var(--font-btn);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  content: "No " counter(banner);
  position: absolute;
  top: -75px;
  left: -10px;
}
.banner-list li a::after::first-letter {
  font-size: 18px;
}
.banner-list__category {
  width: 80px;
  height: 80px;
  padding-top: 28px;
  background-color: #fff;
  border: 1px solid #000;
  font-family: var(--font-en);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.075em;
  text-align: center;
  position: absolute;
  top: -22px;
  left: -32px;
  z-index: 2;
}
.banner-list__category::first-letter {
  font-size: 24px;
  text-decoration: underline;
}
.banner-list__ttl {
  width: 340px;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  position: absolute;
  top: -37px;
  left: 52px;
  transition-delay:2000ms;
}
.banner-list__img {
  
}

.banner-area-img01 {
  width: 267px;
  height: 400px;
  position: absolute;
  top: 138px;
  right: 50%;
  margin-right: 460px;
  z-index: 1;
  transition-delay:1300ms;
}
.banner-area-img02 {
  width: 321px;
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: 392px;
  z-index: 1;
  transition-delay:1300ms;
}
/*---------------------------------------------------------------------------------
スタッフ
--------------------------------------------------------------------------------- */
.staff-wrap {
  margin-bottom: 245px;
}
.staff {
  width: 1000px;
  height: 100vh;
  padding-top: 85px;
  margin: 0 auto;
  position: relative;
}
.staff-inner {
  width: 620px;
}
.staff:nth-of-type(1) .staff-inner__ttl {
  margin-left: auto;
}
.staff-inner__ttl {
  width: 640px;
  padding-bottom: 30px;
}
.staff:nth-of-type(2) .staff-inner__ttl {
  text-align: right;
}
.staff-inner__ttl .en {
  display: block;
  padding-bottom: 12px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  transition-delay: 1200ms;
}
.staff-inner__ttl .jp {
  display: block;
  font-size: 12px;
  line-height: 1;
  transition-delay:1500ms;
}
.staff-inner__ttl .jp em {
  font-size: 18px;
}

.staff-inner {
  width: 620px;
  height: calc(100vh - 181px);
}
.staff:nth-of-type(1) .staff-inner {
  padding-left: 15px;
  border-left: 1px solid #c9c6bf;
  margin-left: auto;
}
.staff:nth-of-type(2) .staff-inner {
  padding-right: 15px;
  border-right: 1px solid #c9c6bf;
  margin-right: auto;
}
.staff-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
  margin-bottom: 45px;
  transition-delay:1800ms;
}
.staff-list li {
  width: 280px;
  margin-left: 18px;
}
.staff-list li:nth-of-type(2) {
  transition-delay:500ms;
}
.staff-list a {
  display: block;
  position: relative;
}
.staff-list a:hover {
  opacity: 1;
}
.staff-list__img {
  position: relative;
}
.staff-list img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.staff-list-name {
  padding: 8px 0 0 15px;
}
.staff-list-name .jp {
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.staff-list-name .en {
  font-family: var(--font-en);
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
}
.staff-list-name .en::first-letter {
  font-size: 48px;
  text-decoration: underline;
}
.staff-inner__link {
  width: 225px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  position: relative;
}
.staff-inner__link-num {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.staff-inner__link-num span:nth-of-type(2) {
  font-size: 30px;
}
.staff-inner__link-num span:nth-of-type(3) {
  position: relative;
  top: 7px;
}

.staff-inner__link a {
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.staff:nth-of-type(1) .staff-inner__link {
  margin-left: auto;
  margin-right: 48px;
  text-align: right;
}
.staff:nth-of-type(1) .staff-inner__link-num {
  justify-content: flex-end;
}
.staff:nth-of-type(1) .staff-inner__link a::before {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_left.svg");
  margin-right: 7px;
  content:"";
}
.staff:nth-of-type(2) .staff-inner__link {
  margin-left: 48px;
}
.staff:nth-of-type(2) .staff-inner__link a::after {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-left: 7px;
  content:"";
}

.staff-photo {
  width: calc(50vw - 277px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.staff:nth-of-type(1) .staff-photo {
  left: 50%;
  margin-left: -50vw;
}
.staff:nth-of-type(2) .staff-photo {
  right: 50%;
  margin-right: -50vw;
}
.staff-logo {
  width: 250px;
  height: 250px;
  padding: 39px 41px 0;
  background-color: rgba(255,255,255,0.70);
  position: absolute;
  top: 0;
  z-index: 2;
  transition-delay:500ms;
}
.staff:nth-of-type(1) .staff-logo {
  left: 80px;
}
.staff:nth-of-type(2) .staff-logo {
  right: 80px;
}
/*---------------------------------------------------------------------------------
ブログ
--------------------------------------------------------------------------------- */
.blog {
  height: 500px;
  margin-bottom: 257px;
  position: relative;
  opacity: 1;
  transform: translate(0,0);
}
.blog::before {
  width: calc(50vw - 174px);
  height: 260px;
  background-color: #eee;
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: 174px;
  content:"";
  opacity: 0;
  transition : all 500ms 2500ms ease-out;
}
.effect-on.blog::before {
  opacity: 1;
}
.blog__ttl {
  width: 36px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: -380px;
  z-index: 3;
  transition-delay:3000ms;
}
.blog-list {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items:flex-end;
  flex-wrap: wrap;
  width: 1750px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -250px;
  z-index: 3;
}
.blog-list li {
  width: 250px;
}
.blog-list li:nth-of-type(1) {
  order: 13;
  margin-bottom: 250px;
}
.blog-list li:nth-of-type(2) {
  order: 12;
  transition-delay:700ms;
}
.blog-list li:nth-of-type(3) {
  order: 11;
  transition-delay:1300ms;
}
.blog-list li:nth-of-type(4) {
  order: 10;
  transition-delay:500ms;
}
.blog-list li:nth-of-type(5) {
  order: 9;
  transition-delay:1100ms;
}
.blog-list li:nth-of-type(6) {
  order: 8;
  transition-delay:1500ms;
}
.blog-list li:nth-of-type(7) {
  order: 7;
  transition-delay:1900ms;
}
.blog-list li:nth-of-type(8) {
  order: 6;
  transition-delay:900ms;
}
.blog-list li:nth-of-type(9) {
  order: 5;
  transition-delay:2100ms;
}
.blog-list li:nth-of-type(10) {
  order: 4;
  transition-delay:2500ms;
}
.blog-list li:nth-of-type(11) {
  order: 3;
  transition-delay:1700ms;
}
.blog-list li:nth-of-type(12) {
  order: 2;
  transition-delay:2700ms;
}
.blog-list li:nth-of-type(13) {
  order: 1;
  transition-delay:2300ms;
}
.blog-list li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.blog-list img {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-link {
  width: 225px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 43px;
  left: 50%;
  margin-left: 132px;
  transition-delay:3200ms;
}
.blog-link a {
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.blog-link a::after {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-left: 7px;
  content:"";
}

/*---------------------------------------------------------------------------------
リクルート
--------------------------------------------------------------------------------- */
.recruit {
  margin-bottom: 155px;
}
.recruit-ttl {
  margin-bottom: 35px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  transition-delay:1200ms;
}
.recruit-img-wrap {
  width: 100%;
  height: 400px;
  background-color: #eee;
  position: relative;
  z-index: 1;
}
.recruit-img-in {
  width: 1040px;
  height: 100%;
  margin: 0 auto;
  transition-delay:800ms;
}
.recruit-inner {
  position: relative;
  top: -30px;
  z-index: 2;
}
.recruit__catchphrase {
  padding-bottom: 35px;
  font-size: 38px;
  line-height: 1.42;
  text-align: center;
  font-weight: 300;
  transition-delay:1500ms;
}
.recruit__link {
  width: 225px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition-delay:1700ms;
}
.recruit__link a {
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.recruit__link a::after {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-left: 7px;
  content:"";
}



