@charset "UTF-8";

/* sp - 599px */
/* tablet 560px - 959px */
/* PC 960px - */

.services-sec {
  background-color: var(--navy);
	padding-bottom: 80px;
}
.services-sec-left {
	position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-sec-img {
	position: relative;
	width: 84%;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.services-sec-left.scroll-in .services-sec-img {
	transform: translateY(0);
	opacity: 1;
}
.services-sec-left.scroll-in .services-sec-salon {
	transform: translateY(0);
	opacity: 1;
  transition-delay: .2s;
}
.services-sec-left::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: var(--navy);
}
.services-sec-salon {
  background-color: var(--dark-gray);
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  padding: 30px;
  width: 80%;
}
.services-sec-salon-ttl {
  font-size: 2.6rem;
  font-family: var(--font-eng1);
}
.services-sec-salon-lead {
  border-top: 1px dashed var(--beige);
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.services-sec-salon-btn {
  margin-top: 0px;
	padding: 0;
  
	text-align: center;
  width: 100%;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.services-sec-salon-btn a.sec-btn.beige {
  display: block;
  border-radius: 0;
}
.services-sec-salon-btn.scroll-in {
	transform: translateY(0);
	opacity: 1;
}
.services-sec-right {
	padding: 0 8% 98px;
}
.services-sec-ttl {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
  font-family: var(--font-jpn2);
	font-size: 2.6rem;
	z-index: 2;
	opacity: 0;
	transition: all 1.0s;
}
.services-sec-right.scroll-in .services-sec-ttl {
	margin-top: 0;
	opacity: 1;
}
.services-sec-ttl::before {
	content: "";
	position: absolute;
	left: -5%;
	top: -50px;
	width: 78%;
	height: 100px;
	background: url(../../images/index/services-typo.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .03s;
}
.services-sec-right.scroll-in .services-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.services-sec-tagline {
	margin-bottom: 23px;
	font-size: 1.8rem;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.services-sec-right.scroll-in .services-sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.services-sec-lead {
	font-size: 1.3rem;
	line-height: 2.4;
}
.services-sec-lead p {
	margin-bottom: 25px;
  font-family: var(--font-jpn2);
	font-size: 1.3rem;
	line-height: 2.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.services-sec-lead p:nth-child(1) {
	transition-delay: .5s;
}
.services-sec-lead p:nth-child(2) {
	transition-delay: .7s;
}
.services-sec-lead p:nth-child(3) {
	transition-delay: .9s;
}
.services-sec-lead p:nth-child(4) {
	transition-delay: 1.1s;
}
.services-sec-right.scroll-in .services-sec-lead p {
	transform: translateY(0);
	opacity: 1;
}
.services-sec-lead p:last-child {
	margin-bottom: 0;
}
.services-sec-btn {
	margin-top: 55px;
	padding: 0 8%;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.services-sec-btn.scroll-in {
	transform: translateY(0);
	opacity: 1;
}










@media only screen and (min-width: 560px) {
  .services-sec-img {
    width: 74%;
  }
  .services-sec-right {
    padding: 0 8% 120px;
  }
  .services-sec-ttl::before {
    left: -3%;
    top: -58px;
    width: 280px;
    height: 108px;
    background-size: 280px 108px;
  }
}










@media only screen and (min-width: 960px) {
  .services-sec {
    /* padding-bottom: 120px; */
    padding-bottom: 0px;
  }
  .services-sec {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 130px;
  }
  .services-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background-color: var(--navy);
  }
  .services-sec-lead {
    margin-bottom: 60px;
  }
  .services-sec-left {
    width: 50%;
  }
  .services-sec-img {
    width: 100%;
  }
  .services-sec-left::before {
    display: none;
  }
  .services-sec-right {
    position: relative;
    width: 50%;
    padding: 11% 10.5% 0;
    z-index: 1;
  }
  h2.services-sec-ttl {
    position: relative;
    margin-bottom: 38px;
    font-size: 2.6rem;
  }
  .services-sec-ttl::before {
    left: -200px;
    top: -80px;
    width: 440px;
    height: 110px;
    background: url(../../images/index/services-typo.svg) 0 0 no-repeat;
    background-size: 440px 110px;
    transition-delay: .4s;
  }
  .services-sec-ttl::after {
    content: "";
    position: absolute;
    right: 10px;
    top: -10px;
    width: 10vw;
    height: 1px;
    background-color: var(--navy-blue);
  }
  .services-sec-tagline {
    font-size: 2.3rem;
  }
  .services-sec-lead p {
    font-size: 1.4rem;
    line-height: 2.6;
  }
  .services-sec-btn {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
