body{
    color: var(--color);
}

.sec-service-mv{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 200px;
}

.service-page .sec-page-mv {
    height: 300px;
}

.service-page .page__title-bl {
    padding-bottom: 50px;
}

.service__main-title {
  position: relative;
  display: inline-block;
  font-size: 90px;
  background: linear-gradient(#ffffff 25%, var(--color-green) 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  white-space: nowrap;
  font-family: var(--mont);
}

.service__main-title-bl{
    position: absolute;
    bottom: -135px;
    left: 70px;
}

.service__main-cont {
    display: flex;
    font-family: var(--yugo);
    line-height: 1.7;
    margin-bottom: 100px;
}

.service__main-cont-title{
    width: 35%;
    font-size: 24px;
    font-weight: bold;
}

.service__mian-cont-detail{
    width: 65%;
    font-size: 15px;
}

.service__main-link-bl{
    display: flex;
    justify-content: center;
}

.service__main-link-bl li{
    margin-right: 40px;
}

.service__main-link-bl li a {
    font-size: 18px;
    width: 295px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-bottom: 16px;
}

.sec-service-links{
    padding-bottom: 120px;
}

.sec-hair-design {
    padding: 120px 0 70px;
    display: flex;
    background-color: #fbf8e9;
    flex-direction: column;
    align-items: center;
}

.hair-design__title{
    color: #e3b594;
    font-weight: 200;
    font-size: 80px;
    font-family: var(--mont);
}

.hair-design__flex-img {
    width: 236px;
    margin-left: 50px;
    position: relative;
    top: -45px;
}

.hair-design__flex {
    display: flex;
    margin-bottom: 60px;
}

.hair-design__flex-txt{
    width: 50%;
    font-family: var(--yugo);
    padding-top: 40px;
    line-height: 1.7;
}

.hair-design__flex-txt h3{
    font-size: 18px;
    margin-bottom: 20px;
}

.hair-design__flex-txt p{
    font-size: 15px;
}

.hair-design__flip-bl{
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}

.sec-hair-design .inner::after {
    content: "";
    width: 613px;
    height: 470px;
    background-image: url(/img/service/flip-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25%;
    left: 0px;
    display: inline-block;
    z-index: 0;
}

.card{
    width: 48%;
    height: 300px;
    position : relative;
    -webkit-perspective : 1000px;
    perspective : 1000px;
    margin-bottom: 40px;
}

.front,.back {
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    cursor : pointer;
    transition : transform 1s;
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
}

.front{
    width: 100%;
    height: 100%;
    /* position: relative; */
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.back{
    background-color: #9ab3a0;
    padding: 30px;
    color: #fff;
    transform : rotateY(-180deg);
}

.back .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.back .flex .img{
    width: 40%;
}
.back .flex h4{
    width: 55%;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--yugo);
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.7;
}

.back .txt{
    font-size: 15px;
    line-height: 1.7;
}

.card:first-of-type .front{
    background-image: url(/img/service/flip01.jpg);
}
.card:nth-of-type(2) .front{
    background-image: url(/img/service/flip02.jpg);
}
.card:nth-of-type(3) .front{
    background-image: url(/img/service/flip03.jpg);
}
.card:nth-of-type(4) .front{
    background-image: url(/img/service/flip04.jpg);
}

.front h3 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 2.1px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--mont);
}

.front p{
    color: #fff;
    font-size: 15px;
    font-family: var(--yugo);
    line-height: 1.7;
}

.flip-btn{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/service/btn.png);
    position: absolute;
    bottom: 30px;
    right: 25px;
    z-index: 2;
}

.flipped .front{
transform : rotateY(180deg);
}
.flipped .back{
transform : rotateY(0);
}

.sec-eye-zone-design{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.eye-zone-design__title{
    color: #e3b594;
    font-size: 80px;
    font-weight: 200;
    position: absolute;
    top: -52px;
    left: 24%;
    white-space: nowrap;
    z-index: 1;
    font-family: var(--mont);
}

.eye-zone-design__flex{
    display: flex;
}

.eye-zone-design__img{
    width: 40%;
    position: relative;
    z-index: 0;
    margin-right: 16%;
}

.float-img{
    position: absolute;
    z-index: 1;
    right: -150px;
    top: 77px;
    width: 180px;
}

.eye-zone-design__cont {
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 85px;
}
.eye-zone-design__cont .img{
    width: 165px;
    margin-bottom: 20px;
}

.eye-zone-design__title-middle{
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.eye-zone-design__cont p{
    line-height: 1.7;
    font-size: 15px;
}

.sec-kitsuke{
    padding: 100px 0 120px;
}

.kitsuke__flex{
    display: flex;
    justify-content: space-between;
}

.kitsuke__cont{
    width: 35%;
}

.kitsuke__cont h2{
    font-family: var(--mont);
    font-size: 80px;
    font-weight: 200;
    margin-bottom: 60px;
}

.kitsuke__cont h3{
    font-family: var(--yugo);
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.kitsuke__cont p{
    font-family: var(--yugo);
    font-size: 15px;
    line-height: 1.7;
}

.kitsuke__img{
    width: 60%;
}

/* footer-slider */
.service-loop{
    margin-top: 80px;
}

.service-loop-inner{
    padding: 0 1.7%;
}
.service-loop-inner img {
    transform: scale(.9) translateY(5.5%);
    transition-duration:0.5s;
}
.slick-current .service-loop-inner img{
    transform:scale(1);
    transition-duration:0.5s;
}
/* footer-slider */

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1200px){
    .service__main-link-bl li a {
        width: 270px;
    }
    .service__main-title-bl {
        left: 35px;
    }
}

@media screen and (max-width: 1024px){
    .service__main-title-bl {
        bottom: -105px;
    }
    .service__main-title {
        font-size: 70px;
    }
    .service__main-link-bl li a {
        font-size: 16px;
        width: 220px;
    }
    .hair-design__title {
        font-size: 70px;
    }
    .eye-zone-design__title {
        font-size: 70px;
        top: -42px;
        left: 15%;
    }
    .kitsuke__cont h2 {
        font-size: 65px;
    }
    .kitsuke__cont {
        width: 40%;
    }
    .kitsuke__img {
        width: 55%;
    }
    .flip-btn {
        width: 45px;
        height: 45px;
        bottom: 23px;
    }
}

@media screen and (max-width: 834px){
    .service-page .sec-page-mv {
        height: 200px;
    }
    .service__main-title-bl {
        bottom: -75px;
        left: 15px;
    }
    .service__main-title {
        font-size: 50px;
    }
    .sec-service-mv {
        margin-bottom: 130px;
    }
    .service__main-cont {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .service__main-cont-title {
        width: 100%;
        font-size: 19px;
        margin-bottom: 20px;
    }
    .service__mian-cont-detail {
        width: 100%;
    }
    .service__main-link-bl li a {
        padding-top: 16px;
        margin-top: 10px;
        font-size: 14px;
    }
    .service__main-link-bl li {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .service__main-link-bl {
        flex-direction: column;
    }
    .service__main-link-bl {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hair-design__flex-img {
        width: 150px;
        margin-left: 0;
        position: absolute;
        top: 72%;
        right: 6%;
        opacity: 0.7;
    }
    .hair-design__title {
        font-size: 47px;
    }
    .hair-design__flex-txt {
        width: 100%;
    }
    .hair-design__flex {
        margin-bottom: 180px;
    }    
    .hair-design__flip-bl {
        width: 620px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .card {
        width: 100%;
    }
    .float-img {
        right: -34%;
        top: -61px;
        width: 45%;
    }
    .eye-zone-design__img {
        width: 60%;
        margin-right: 0;
        left: 5%;
    }
    .eye-zone-design__title {
        font-size: 47px;
        top: 0;
        left: 0;
        position: relative;
        margin-bottom: 30px;
    }
    .sec-hair-design .inner::after {
        width: 55%;
        height: 410px;
        bottom: 31%;
        left: 0px;
    }
    .eye-zone-design__cont {
        margin-left: auto;
        margin-right: auto;
    }
    .kitsuke__img {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec-kitsuke {
        padding: 70px 0 90px;
    }
    .kitsuke__cont {
        width: 100%;
    }
    .kitsuke__flex {
        flex-direction: column-reverse;
    }
    .kitsuke__cont h2 {
        font-size: 47px;
        margin-bottom: 30px;
    }
    .eye-zone-design__flex {
        flex-direction: column-reverse;
    }
    .sec-service-links {
        padding-bottom: 70px;
    }
    .sec-hair-design {
        padding: 70px 0;
    }
    .service-loop {
        margin-top: 50px;
    }
    .eye-zone-design__img {
        left: 3%;
    }
    .hair-design__flip-bl {
        padding-bottom: 40px;
    }
    .eye-zone-design__cont {
        padding-top: 10px;
        padding-bottom: 85px;
    }
}

@media screen and (max-width: 600px){
    .eye-zone-design__title {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px;
    }
    .card {
        height: 260px;
        margin-bottom: 30px;
    }
    .front {
        justify-content: flex-start;
    }
    .flip-btn {
        right: 16px;
        bottom: 14px;
    }
    .hair-design__flip-bl {
        padding-bottom: 43px;
    }
    .eye-zone-design__title {
        font-size: 35px;
    }
    .hair-design__title {
        font-size: 35px;
    }
    .eye-zone-design__cont {
        max-width: 100%;
    }
    .back .flex h4 {
        font-size: 15px;
    }
    .back .txt {
        font-size: 14px;
    }
    .eye-zone-design__img {
        width: 71%;
    }
    .sec-hair-design .inner::after {
        bottom: 27%;
    }
    .kitsuke__cont h2 {
        font-size: 35px;
    }
    .sec-hair-design {
        padding: 60px 0;
    }
    .sec-kitsuke {
        padding: 45px 0 90px;
    }
    .hair-design__flex {
        margin-bottom: 130px;
    }
    .hair-design__flex-img {
        width: 120px;
        top: 75%;
        opacity: 0.7;
    }
}
@media screen and (max-width: 400px){
    .sec-hair-design .inner::after {
        height: 232px;
        bottom: 29%;
    }
}