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

HTML CSS Selectors salon

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.site-header {
  opacity: 0;
}
.header-nav {
  transition-delay:1000ms;
}

/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.salon-fv {
  width: 1000px;
  height: 100vh;
  margin: 0 auto 60px;
  position: relative;
}
.salon-fv-inner {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.salon-fv:nth-of-type(1) .salon-fv-inner {
  margin-left: 340px;
}
.salon-fv:nth-of-type(2) .salon-fv-inner {
  margin-right: 368px;
}
.salon-fv-inner__ttl {
  padding-bottom: 30px;
}
.salon-fv:nth-of-type(2) .salon-fv-inner__ttl {
  text-align: right;
}
.salon-fv-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-fv-inner__ttl .jp {
  display: block;
  font-size: 12px;
  line-height: 1;
  transition-delay:1500ms;
}
.salon-fv-inner__ttl .jp em {
  font-size: 18px;
}
.salon-fv-inner-txt {
  width: 428px;
  padding-top: 22px;
  transition-delay:1800ms;
}
.salon-fv:nth-of-type(1) .salon-fv-inner-txt {
  padding-left: 32px;
  border-left: 1px solid #c9c6bf;
  margin-left: 15px;
}
.salon-fv:nth-of-type(2) .salon-fv-inner-txt {
  padding: 0 32px 0 0;
  border-right: 1px solid #c9c6bf;
  margin-right: 12px;
  margin-left: 205px;
}
.salon-fv-inner-txt p {
  padding-bottom: 30px;
  letter-spacing: 0;
  font-size: 12px;
}
.salon-fv-inner-txt__link {
  width: 225px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  position: relative;
}
.salon-fv-inner-txt__link a {
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.salon-fv:nth-of-type(1) .salon-fv-inner-txt__link {
  margin-left: auto;
  right: -145px;
  text-align: right;
}
.salon-fv:nth-of-type(1) .salon-fv-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-fv:nth-of-type(2) .salon-fv-inner-txt__link {
  left: -145px;
}
.salon-fv:nth-of-type(2) .salon-fv-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-fv__catchphrase {
  font-size: 46px;
  line-height: 1.4;
  position: absolute;
  top: 405px;
  z-index: 3;
  transition-delay:2000ms;
}
.salon-fv:nth-of-type(1) .salon-fv__catchphrase {
  left: 280px;
}
.salon-fv:nth-of-type(2) .salon-fv__catchphrase {
  right: 250px;
  text-align: right;
}

.salon-fv-photo {
  width: calc(50vw - 277px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.salon-fv:nth-of-type(1) .salon-fv-photo {
  left: 50%;
  margin-left: -50vw;
}
.salon-fv:nth-of-type(2) .salon-fv-photo {
  right: 50%;
  margin-right: -50vw;
}
.salon-fv-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-fv:nth-of-type(1) .salon-fv-logo {
  left: 80px;
}
.salon-fv:nth-of-type(2) .salon-fv-logo {
  right: 80px;
}
.salon-fv-movie {
  width: calc(50vw + 120px);
  height: 435px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition-delay:1300ms;
}
.salon-fv:nth-of-type(1) .salon-fv-movie {
  right: 50%;
  margin-right: -50vw;
}
.salon-fv:nth-of-type(2) .salon-fv-movie {
  left: 50%;
  margin-left: -50vw;
}

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

.page-nav {
  margin-bottom: 130px;
}
.page-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.page-nav li {
  margin: 0 67px;
}
.page-nav li:nth-of-type(2) {
  transition-delay:400ms;
}
.page-nav li:nth-of-type(3) {
  transition-delay:500ms;
}
.page-nav li:nth-of-type(4) {
  transition-delay:600ms;
}
.page-nav li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.page-nav li a::before,
.page-nav li a::after {
  display: block;
  position: absolute;
  background-size: 100% auto;
  content:"";
}
.page-nav li a::before {
  width: 21px;
  height: 29px;
  background-image: url("../img/salon/icon_nav01.png");
  top: -5px;
  left: -30px;
}
.page-nav li a::after {
  width: 12px;
  height: 10px;
  background-image: url("../img/salon/icon_nav02.png");
  right: 0;
  bottom: -26px;
  left: 0;
  margin: auto;
}


/*---------------------------------------------------------------------------------
Salon Photo
--------------------------------------------------------------------------------- */
.salon-photo {
  width: 600px;
  margin: 0 auto 228px;
}
.salon-photo-ttl {
  padding-bottom: 23px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.salon-photo-slider {
  
}
.salon-photo-slider .item {}
.salon-photo-slider__img {
  margin-bottom: 18px;
}
.salon-photo-slider__ttl {
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.salon-photo-slider__txt {
  width: 470px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}
.slick-prev, .slick-next {
  width: 40px;
  height: 80px;
  background-color: transparent !important;
  position: absolute;
  top: 172px;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  z-index: 20;
}
.slick-prev {
  left: -88px;
  background-image: url("../img/salon/btn_prev.svg");
}
.slick-next {
  right: -88px;
  background-image: url("../img/salon/btn_next.svg");
}

/*---------------------------------------------------------------------------------
バナー
--------------------------------------------------------------------------------- */
.banner-area {
  width: 1000px;
  margin: 0 auto 255px;
  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(1) {
  width: 470px;
  height: 313px;
}
.banner-list li:nth-of-type(2) {
  width: 345px;
  height: 450px;
  position: relative;
  top: 115px;
  left: 80px;
  transition-delay:500ms;
}
.banner-list li:nth-of-type(3) {
  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;
}

/*---------------------------------------------------------------------------------
Salon Info
--------------------------------------------------------------------------------- */
.information {
  margin-bottom: 230px;
  position: relative;
}
.information-ttl {
  width: 790px;
  margin: 0 auto 27px;
  padding-bottom: 27px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.information-data {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 40px 0 0 75px;
  border-left: 1px solid #c8c4be;
  margin: 0 auto 45px;
  position: relative;
  z-index: 3;
}
.information-data dt {
  width: 108px;
  margin-bottom: 30px;
  font-family: 'Montserrat','Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.information-data dd {
  width: calc(100% - 108px);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
}
.accessibility-icon {
  width: 44px;
}
.salon-tel {
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: underline;
  color: #b92f7c;
}
.salon-sns {
  display: flex;
  flex-wrap: wrap;
}
.salon-sns a {
  width: 25px;
  margin-right: 22px;
}

.salon-map {
  width: 100%;
  height: 500px;
  position: relative;
}
.salon-map::before {
  width: 500px;
  height: 0;
  background-color: #ededed;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition : all 500ms 1000ms ease-out;
  content:"";
}
.effect-on.salon-map::before {
  height: 800px;
}
.salon-map iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/*---------------------------------------------------------------------------------
Staff
--------------------------------------------------------------------------------- */
.staff {
  width: 1000px;
  margin: 0 auto 150px;
}
.staff-ttl {
  padding: 0 0 30px 100px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.staff-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 40px 5px;
  border-left: 1px solid #c8c4be;
  margin-left: 117px;
}
.staff-list li {
  width: 250px;
  margin: 0 0 50px 40px;
}
.staff-list li:nth-of-type(2) {
  transition-delay:500ms;
}
.staff-list li:nth-of-type(3) {
  transition-delay:700ms;
}

.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 7px;
}
.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: 29px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  white-space: nowrap;
}
.staff-list-name .en::first-letter {
  font-size: 46px;
  text-decoration: underline;
}

.banner-salon {
  width: 620px;
  margin: 0 auto 143px;
}

/*---------------------------------------------------------------------------------
MENU
--------------------------------------------------------------------------------- */
.menu {
  width: 730px;
  margin: 0 auto 72px;
}
.menu-ttl {
  padding-bottom: 45px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  left: -32px;
}
.menu-tab {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 53px;
}
.menu-tab li {
  padding-right: 40px;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #b5b4b0;
  cursor: pointer;
}
.menu-tab li.select {
  font-size: 36px;
  text-decoration:line-through;
  color: #000;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
}
.menu-list dt {
  width: 395px;
  padding-bottom: 15px;
  font-size: 15px;
}
.menu-list dd.note {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 15px;
  font-size: 11px;
}
.menu-list dd.price {
  width: 125px;
  padding-bottom: 15px;
  font-size: 15px;
  text-align: right;
}

.menu-note {
  width: 520px;
  padding: 20px 25px 25px;
  border: 1px solid #c8c4be;
  margin: 55px auto 0;
  font-size: 11px;
  line-height: 1.4545;
}

.other-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0 50px;
  background-color: #ededed;
  margin-bottom: 185px;
}
.other-info-in {
  width: 350px;
  background-color: #fff;
  position: relative;
  padding: 45px 30px 23px;
  margin: 0 35px;
  transition-delay: 800ms;
}
.other-info-in__ttl {
  width: 100%;
  font-family: var(--font-en);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 0;
}
.other-info-in__img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 140px;
  margin: 0 auto 27px;
}
.other-info-in__img.member {
  width: 240px;
  border-radius: 5px;
  overflow:hidden;
  box-shadow: 0px 5px 3.88px 0.12px rgba(51, 54, 62, 0.19);
}
.other-info-in__txt {
  font-size: 11px;
  line-height: 1.45;
}

/*---------------------------------------------------------------------------------
COUPON
--------------------------------------------------------------------------------- */
.coupon {
  width: 750px;
  margin: 0 auto 318px;
}
.coupon-ttl {
  padding-bottom: 120px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.coupon-list li {
  padding: 15px 90px 45px 0;
  border: 1px solid #000;
  margin-bottom: 160px;
  position: relative;
  letter-spacing: 0;
  counter-increment: coupon;
}
.coupon-list li::before {
  width: 1px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: -62px;
  left: 8px;
  content:"";
}
.coupon-list li::after {
  font-family: var(--font-btn);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  content: "No " counter(coupon);
  position: absolute;
  top: -86px;
  left: -10px;
}
.coupon-list li::after::first-letter {
  font-size: 18px;
}
.coupon-list-type {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: absolute;
  top: -38px;
  left: -32px;
  z-index: 2;
}
.coupon-list-ttl {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 0 20px 48px;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0;
}
.coupon-list-ttl__img {
  display: block;
  width: 114px;
  margin-right: 20px;
}
.coupon-list-disc {
  padding: 0 0 30px 240px;
  font-size: 12px;
  line-height: 1.66;
}
.coupon-list-conditions {
  padding: 40px 0 5px 22px;
  margin-left: 290px;
  position: relative;
  font-size: 11px;
  line-height: 1.63;
}
.coupon-list-conditions::before {
  width: 1px;
  height: 100%;
  background-color: #ccc8c3;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  transform: rotate(13deg);
}

.coupon-list-photo {
  width: 203px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.coupon-list-reserve {
  width: calc(50vw - 300px);
  height: 150px;
  background-color: #000;
  position: absolute;
  right: 50%;
  margin-right: -50vw;
  bottom: -75px;
  z-index: 10;
}
.coupon-list-reserve a {
  display: block;
  width: 100%;
  height: 100%;
}
.coupon-list-reserve a img {
  width: auto;
  height: 100%;
}

/*---------------------------------------------------------------------------------
ブログ
--------------------------------------------------------------------------------- */
.blog {
  height: 750px;
  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: 334px;
  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: 100px;
  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;
  z-index: 4;
}
.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:"";
}