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

HTML CSS Selectors bell

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

.btn-return {
  position: fixed;
  top: 35px;
  left: 50%;
  margin-left: -500px;
  z-index: 30;
  transition-delay:1000ms;
}
.btn-return a {
  display: block;
  padding-top: 35px;
  background: url("../img/bell/icon_return.png") no-repeat center top;
  background-size: 42px auto;
  border-bottom: 1px solid #000;
  font-size: 11px;
  line-height: 1;
}

.btn-line {
  width: calc(50vw - 373px);
  min-width: 150px;
  height:  calc(50vw - 373px);
  min-height: 150px;
  position: fixed;
  right: 0;
  bottom: 0;
  transition-delay:5000ms;
  z-index: 50;
  overflow:hidden;
}
.btn-line::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2000px 2000px;
  border-color: transparent transparent #29c55d transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  content:"";
  z-index: 1;
}
.btn-line a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.salon-fv {
  width: 1000px;
  height: 100vh;
  margin: 0 auto 60px;
  position: relative;
}
.salon-fv-inner {
  padding-top: 120px;
  position: relative;
  margin-right: 368px;
  z-index: 2;
}
.salon-fv-inner__ttl {
  padding-bottom: 30px;
  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: 18px;
  line-height: 1;
  transition-delay:1500ms;
}
.salon-fv__catchphrase {
  padding-bottom: 25px;
  font-size: 38px;
  line-height: 1.4;
  transition-delay:1800ms;
  text-align: right;
}

.salon-fv-inner-txt {
  width: 445px;
  height: calc(100vh - 348px);
  padding: 34px 32px 0 0;
  border-right: 1px solid #c9c6bf;
  margin-right: 12px;
  margin-left: 205px;
  position: relative;
  transition-delay:2000ms;
}
.salon-fv-inner-txt > p {
  height: 178px;
  letter-spacing: 0;
  font-size: 12px;
}
.salon-fv-inner-bridal {
  width: 342px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.salon-fv-inner-bridal__ttl {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  text-align: right;
}
.salon-fv-inner-bridal__txt {
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 1.83;
}
.salon-fv-inner-bridal__img {}


.salon-fv-inner-txt__link {
  width: 225px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 70px;
  left: -170px;
}
.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-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-photo {
  width: calc(50vw - 280px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  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: 110px;
  right: 80px;*/
  top: 0;
  left: -125px;
  z-index: 2;
  transition-delay:500ms;
}

.salon-fv_bg {
  width: calc(50vw - 380px);
  height: 55.68%;
  background-color: #f2dde0;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  z-index: 1;
  transition-delay:1000ms;
}


.page-nav {
  margin-bottom: 85px;
}
.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: 18px;
  height: 31px;
  background-image: url("../img/bell/icon_nav01.png");
  background-size: 100% auto;
  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;
}

.bell-reserve {
  width: 400px;
  margin: 0 auto 72px;
}
.bell-reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #000;
  border-radius: 40px;
  z-index: 20;
  line-height: 1;
  color: #fff;
}
.bell-reserve a::before {
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("../img/bell/icon_reserve.png");
  margin-right: 20px;
  content:"";
}

/*---------------------------------------------------------------------------------
シェービングの効果
--------------------------------------------------------------------------------- */
.shaving {
  width: 800px;
  margin: 0 auto 135px;
}
.shaving-ttl {
  width: 380px;
  margin: 0 auto 40px;
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.shaving-ttl span {
  display: block;
  padding-bottom: 25px;
  padding-left: 20px;
  font-family: var(--font-en);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.shaving-list li {
  position: relative;
  margin-bottom: 65px;
}
.shaving-list-inner {
  width: 530px;
  padding: 30px 35px 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition-delay:500ms;
}
.shaving-list-inner__ttl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}
.shaving-list-inner__ttl::before {
  width: 26px;
  height: 44px;
  background-image: url("../img/bell/icon_nav01.png");
  margin-right: 10px;
  content:"";
}
.shaving-list-inner__txt {
  font-size: 12px;
  line-height: 1.83;
}

.shaving-list__img {
  width: 340px;
  position: relative;
  z-index: 1;
}
.shaving-list li:nth-of-type(odd) .shaving-list-inner {
  right: -35px;
}
.shaving-list li:nth-of-type(even) .shaving-list-inner {
  left: -35px;
}
.shaving-list li:nth-of-type(even) .shaving-list-inner__ttl {
  justify-content: flex-end;
}
.shaving-list li:nth-of-type(even) .shaving-list__img {
  margin-left: auto;
}
.shaving-ba {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding-top: 55px;
}
.shaving-ba__ttl {
  width: 100%;
  margin-bottom: 40px;
}
.shaving-ba__ttl h4 {
  display: flex;
  flex-wrap: wrap;
  width: 345px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  margin-left: 160px;
  font-size: 24px;
  line-height: 1.5;
}
.shaving-ba__ttl h4::before {
  width: 26px;
  height: 44px;
  background-image: url("../img/bell/icon_nav01.png");
  margin-right: 10px;
  content:"";
}
.shaving-ba-inner {
  width: 350px;
  font-size: 12px;
  line-height: 1.8;
  position: relative;
}
.shaving-ba-inner__img {
  padding-bottom: 12px;
}
.shaving-ba-inner.before::after {
  width: 35px;
  height: 10px;
  background: url("../img/bell/ba_arrow.svg") no-repeat;
  position: absolute;
  right: -70px;
  bottom: 158px;
  content:"";
}


/*---------------------------------------------------------------------------------
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 {
  width: 800px;
  margin: 0 auto 255px;
}
.menu-ttl {
  padding-bottom: 45px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.menu-tab {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.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 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}
.menu-list__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow:hidden;
}
.menu-list-inner {
  width: 560px;
}
.menu-list-inner__name {
  width: 70%;
  padding-bottom: 13px;
  font-size: 18px;
  line-height: 1;
}
.menu-list-inner__sub {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-list-inner__txt {
  padding-bottom: 22px;
  font-size: 12px;
  line-height: 1.8;
}
.menu-list-inner__price {
  font-size: 18px;
  line-height: 1;
  text-align: right;
}

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

/*---------------------------------------------------------------------------------
Q&amp;A
--------------------------------------------------------------------------------- */
.faq {
  width: 800px;
  margin: 0 auto 225px;
}
.faq-ttl {
  padding-bottom: 90px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.faq-list {}
.faq-list div {
  padding-left: 40px;
  border-left: 1px solid #c8c4be;
  margin: 0 0 140px 40px;
  position: relative;
  z-index: 2;
}
.faq-list div::before {
  display: block;
  width: 0;
  height: calc(100% + 15px);
  background-color: #faefee;
  position: absolute;
  bottom: -50px;
  z-index: -1;
  transition : all 500ms 800ms ease-out;
  content:"";
}
.faq-list div:nth-of-type(odd)::before {
  left: 50%;
  margin-left: -50vw;
}
.faq-list div:nth-of-type(even)::before {
  right: 50%;
  margin-right: -50vw;
}
.faq-list div.effect-on::before {
  width: calc(50vw - 230px);
}
.faq-list dt {
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.33;
  position: relative;
}
.faq-list dt::first-letter {
  font-size: 28px;
  line-height: 1;
}
.faq-list dt span {
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: -42px;
  left: -80px;
}
.faq-list dt span::first-letter {
  font-size: 30px;
}
.faq-list dt span::before {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  content:"";
}
.faq-list dd {
  padding-left: 75px;
  font-size: 13px;
  line-height: 1.46;
  position: relative;
}
.faq-list dd .ttl {
  display: block;
  padding: 0 110px 10px 0;
  font-size: 18px;
  line-height: 1.33;
}
.faq-list dd .ttl::first-letter {
  font-size: 28px;
  line-height: 1;
}
.faq-list dd::before {
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10px;
  left: 40px;
  content:"Answer";
}

/*---------------------------------------------------------------------------------
お手入れ方法
--------------------------------------------------------------------------------- */
.care {
  width: 1000px;
  margin: 0 auto 150px;
}
.care-ttl {
  width: 680px;
  margin: 0 auto 20px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.care-read {
  width: 680px;
  margin: 0 auto 30px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.care-list li {
  height: 380px;
  margin-bottom: 50px;
  position: relative;
}
.care-list-inner {
  box-sizing: content-box;
  width: 550px;
  padding-top: 30px;
}
.care-list-inner__ttl {
  padding: 0 0 25px 35px;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
}
.care-list-inner__ttl::before {
  width: 26px;
  height: 44px;
  background-image: url("../img/bell/icon_nav01.png");
  position: absolute;
  top: -3px;
  left: 0;
  content:"";
}
.care-list-inner__txt {
  font-size: 12px;
  line-height: 1.83;
}
.care-list-inner__img {
  width: 50vw;
  height: 380px;
  background-color: #ece8e1;
  position: absolute;
  top: 0;
  transition-delay:800ms;
}
.care-list-inner__img img {
  width: auto;
  height: 100%;
}

.care-list li:nth-of-type(odd) .care-list-inner {
  padding-left: 360px;
}
.care-list li:nth-of-type(even) .care-list-inner {
  padding-left: 60px;
}
.care-list li:nth-of-type(odd) .care-list-inner__img {
  right: 50%;
  margin-right: 180px;
  text-align: right;
  transform: translate(-50px,0);
}
.care-list li:nth-of-type(even) .care-list-inner__img {
  left: 50%;
  margin-left: 140px;
  transform: translate(50px,0);
}
