<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}
@font-face {
  font-family: "nsjp_regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/nsjp_regular.woff") format("woff");
}

html,body{
	font-size: 13px;
}
@media screen and ( max-width: 360px ){
  html,body{
  	font-size: 12.5px;
  }
}
@media screen and ( min-width: 768px ){
  html,body{
  	font-size: 18px;
  }
}
@media screen and ( min-width: 1000px ){
  /* html,body{
  	font-size: 24px;
  } */
}

body{
	font-family:'nsjp_regular',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.ff-mincho{
	font-family: "Yu Mincho", "YuMincho" ,"游明朝体","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif CJK JP", serif;;
}
.ff-number{
  /* font-family: 'Noto Sans JP'"San Francisco" ,"Euphemia UCAS", "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  /* font-weight: 500; */
}
img{
	max-width: 100%;
}
p{
	margin: 10px 0 20px;
  line-height: 180%;
}

.c-lbrown{
	color: #df8a51 !important;
}
.c-brown{
	color: #8d7753 !important;
}
.c-brown .sec-title::after,
.c-brown.sec-title::after{
	background: #8d7753;
}
.c-navy{
   color: #0c374a ;
}

.c-yellow{
	color: #ccba00 !important;
}
.c-beige{
	color: #eae3d1;
}
.c-beige .sec-title::after,
.c-beige.sec-title::after{
	background: #eae3d1;
}
.c-white{
	color: #ffffff;
}
.c-white .sec-title::after,
.c-white.sec-title::after{
	background: #ffffff;
}

.bg-beige{
	background-color: #eae3d1;
}
.bg-black{
	background-color: #1f1b18;
}
.bg-navy{
	background-color: #0c374a ;
}
.bg-lgray{
	background-color: #eeeeed ;
}
.bg-slgray{
	background-color: #f5f5f5 ;
}
.bg-white{
	background-color: #ffffff ;
}

.underline{
	border-bottom:2px solid ;
}
.ul-white{
	border-bottom: 2px solid  #ffffff;
}
.ul-black{
	border-bottom: 2px solid  #000000;
}
.ul-blue{
	border-bottom: 4px solid  #64838a;
}
.ul-yellow{
	border-bottom: 4px solid  #dac62b;
}
.ul-brown{
	border-bottom: 1px solid #8d7753;
}
.ul-stripe::after{
  display: block;
  content: '';
  height: 3px;
  background-image: url(../img/lp_202505_reve/bg-line-pattern.png);
  background-size: 10px;
}

.txt-bg-blue{
	background: linear-gradient(transparent 60%, #89a6a5 60%);
  padding: 2px;
}
.txt-bg-yellow{
	background: linear-gradient(transparent 60%, #dac62b 60%);
  padding: 2px;
}
.txt-bg-lyellow{
	background: linear-gradient(transparent 60%, #eae300 60%);
  padding: 2px;
}
.txt-bg-lgray{
	background: linear-gradient(transparent 60%, #dedede 60%);
  padding: 2px;
}

.tac{
	text-align: center;
}


.sec{
	padding: 75px 0 50px;
  width: 100%;
}
@media screen and (min-width: 768px){
  .sec{
  	padding: 100px 0;
  }
}
@media screen and (min-width: 1000px){
  .sec{
  	padding: 150px 0;
  }
}

.sec-image{
	padding: 0;
}
.sec-image img{
	width: 100%;
}
@media screen and (min-width: 1025px){
  .sec-image{
  	/* height: 500px; */
    /* position: relative; */
    overflow: hidden;
  }
  .sec-image img{
  	display: block;
    /* position: absolute; */
    width: 100%;
    height: auto;
    /* top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
  }
}
.sec-inner {
    width: 94%;
    margin: 0 auto;
}
@media screen and (max-width: 360px){
  .sec-inner {
    width: 96%;
  }
}
@media screen and (min-width: 768px){
  .sec-inner {
    width: 768px;
  }
}
@media screen and (min-width: 1000px){
  .sec-inner {
    width: 1000px;
  }
}

.sec-title {
  text-align: center;
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px){
  .sec-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px){
  .sec-title {
    margin-bottom: 70px;
  }
}
.sec-title__en{
	display: block;
	margin: 0 auto 20px;
  width: auto;
  /*height: 36px;*/
}

@media screen and (min-width: 768px){
  .sec-title__en{
    margin-bottom: 30px;
    /*height: 60px;*/
  }
}
@media screen and (min-width: 1025px){
  .sec-title__en{
    margin-bottom: 40px;
    /*height: 69px;*/
  }
}

.sec-title__ja{
  display: block;
  margin: 0 auto 10px;
  font-size: 1.15em;
  line-height: 175%;
}
@media screen and (max-width: 320px){
  .sec-title__ja{
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px){
  .sec-title__ja{
    margin-bottom: 20px;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1025px){
  .sec-title__ja{
    margin-bottom: 40px;
    font-size: 1.6666em;
  }
}
.sec-title::after{
	content: "";
	width: 140px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
@media screen and (min-width: 1025px){
  .sec-title::after{
    width: 240px;
  	height: 3px;
  }
}

.sec-subtitle{
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 320px){
  .sec-subtitle{
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px){
  .sec-subtitle{
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1025px){
  .sec-subtitle{
    font-size: 2.3rem;
  }
}

.title-box{
	padding: 5px 10px;
	border: 2px solid  #ffffff;
}
.arrow-img {
  display: block;
  margin: 50px auto;
  width: 40px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px){
  .arrow-img {
    width: 75px;
  }
}

.small-line{
  display: block;
  width: 140px;
  height: 1px;
  background: white;
  margin: 0 auto;
}
.small-line.black{
  background: #242424;
}

.large-line{
  display: block;
  width: 90%;
  height: 3px;
  background: white;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .large-line{
    width: 645px;
  }
}
.large-line.black{
  background: #242424;
}

.full-width{
  width: 99.9vw;
  position: relative;
  left: -3%;
}
@media screen and (min-width: 1000px){
  .full-width{
    width: 100%;
    left: 0;
  }
}
@media screen and ( min-width: 1025px ){
  .max900{
    width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}



/*------------------------------------------------------------
	.firstview
------------------------------------------------------------*/

header {
  position:relative;
}
.header-logo {
  position:absolute;
  left:50%;
  bottom:-100px;
  transform: translate(-25%,0);
  z-index: 2;
  width: 736px;
}

@media screen and (max-width: 1000px){
  .header-logo{
    left:auto;
    right:-37px;
    transform: translate(0,0);
  }
}

@media screen and (max-width: 768px){
  .header-logo{
    left:50%;
    right:auto;
    bottom:-10vh;
    transform: translate(-50%,0);
    width:100%;
  }
}


.firstview {
  position: relative;
  /* display: none; */
  overflow: hidden;
  min-height: 720px;
  background-image:url(../img/lp_202505_reve/bg-main-fv.jpg);
  background-position:center center;
  background-repeat:no-repeat;
}
@media screen and (min-width: 769px){
  .firstview{
    background-size:1400px auto;
  }
}
@media screen and (min-width: 1401px){
  .firstview{
    background-size:cover;
  }
}
@media screen and (max-width: 768px){
  .firstview{
    width: 100%;
    /*min-height:80vh;*/
    height: 135vw;
    background-image:url(../img/lp_202505_reve/bg-main-fv_sp.jpg);
    background-position:center bottom;
    background-size:cover;
  }
}


@media screen and (min-width: 769px){
  .firstview .sec-inner{
    width: 95%;
  }
}
@media screen and (min-width: 1001px){
  .firstview .sec-inner{
    width: 1000px;
  }
}
@media screen and (max-width: 768px){
  .firstview .sec-inner{
    width: 90%;
  }
}


.firstview .nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.firstview .logo{
  width: 123px;
}
@media screen and (max-width: 768px){
  .firstview .logo{
    width: 25vw;
  }
}
.firstview .tel-link{
  width: 245px;
}
.firstview .tel-link a:hover{
  opacity:80%;
}
@media screen and (max-width: 768px){
  .firstview .nav {
      padding-top:10px;
  }
  .firstview .tel-link{
    width: 45vw;
  }
  .firstview .tel-link a:hover{
    opacity:100%;
  }
}

.firstview .topText {
  display:inline-block;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-14%,-90%);
  font-family: Noto Serif JP;
  font-size:47.07px;
  color:#FFF;
  white-space: nowrap;
  text-align:center;
}
.firstview .subcopy {
  font-size:32.57px;
}
.firstview .hosokucopy {
  font-size:18.75px;
  font-family: 'nsjp_regular', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.firstview .hosokucopy:last-child {
  display:block;
  text-align:right;
}

@media screen and (max-width: 1000px){
  .firstview .topText{
    left:auto;
    right:36px;
    transform: translate(0,-90%);
  }
}

@media screen and (max-width: 768px){
  .firstview .topText{
    left:50%;
    right:auto;
    top:10.5%;
    transform: translate(-50%,0);
    width:92%;
    font-family: Noto Serif JP;
    font-size:6.944vw;
  }
  .firstview .topText p{
    text-align:center;
  }
  .firstview .subcopy {
    font-size:5vw;
  }
  .firstview .hosokucopy {
    font-size: 2.5vw;
  }
  .firstview .hosokucopy:last-child{
    padding-right: 6.5vw;
  }
}



/*------------------------------------------------------------
	.bfArea
------------------------------------------------------------*/
.bfArea{
  padding:100px 0;
  text-align:center;
  background-image:url("../img/lp_202505_reve/bg-bfArea.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.bfArea h2{
  padding:0 0 35px;
  font-family: Noto Serif JP;
  font-size:25px;
  color:#c3ab81;
  font-weight:normal;
}
.bfArea h3{
  padding:120px 0 35px;
}
.bfArea div{
  margin:0 auto;
  width:672px;
  font-family: Noto Serif JP;
  font-size:20.83px;
  color:#FFF;
  text-align:left;
}
.bfArea div p{
  line-height:2;
  letter-spacing: 0.14em;
}
.bfArea div span{
  display:inline;
  padding-bottom:4px;
  border-bottom: 1px solid #e4b8a4;
}

@media screen and ( max-width: 768px ){
  .bfArea{
    padding:17vw 0 20vw;
    background-image:url("../img/lp_202505_reve/bg-bfArea_sp.jpg");
    background-size:cover;
  }
  .bfArea h2{
    padding:0 0 2vw;
    font-size:4vw;
  }
  .bfArea img{
    width:90%;
  }
  .bfArea h3{
    padding:15vw 0 5vw;
  }
  .bfArea h3 img{
    max-width:40%;
  }
  .bfArea div{
    width:90%;
    font-size:4vw;
  }
  .bfArea div p{
    line-height:2.5;
  }
  .bfArea div span{
    padding-bottom:2vw;
  }
}



/*------------------------------------------------------------
	.naturalArea
------------------------------------------------------------*/
.naturalArea{
  padding:30px 0 50px;
  text-align:center;
  background-image:url("../img/lp_202505_reve/bg-naturalArea.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.naturalArea h2{
  padding:60px 0 80px;
  font-family: Noto Serif JP;
  font-size:45.83px;
  color:#c3ab81;
  font-weight:normal;
  text-align:center;
}
.naturalArea h2 span{
  font-size:29.17px;
}

.naturalArea .movie iframe{
  width: 100%;
  max-width: 670px;
  aspect-ratio: 16 / 9;
}
@media screen and ( max-width: 768px ){
  .naturalArea{
    padding:0 0 50px;
    background-image:url("../img/lp_202505_reve/bg-naturalArea_sp.jpg");
    background-size:cover;
  }
  .naturalArea h2{
    padding:6vw 0 10vw;
    font-size:7vw;
  }
  .naturalArea h2 span{
    font-size:5vw;
  }
  .naturalArea .movie{
    margin:0 auto;
  }
  .naturalArea .img{
    margin:0 auto;
    width:90%;
  }
}



/*------------------------------------------------------------
	.pointArea
------------------------------------------------------------*/
.pointArea{
  padding:30px 0 50px;
  text-align:center;
  background-image:url("../img/lp_202505_reve/bg-pointArea.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.pointArea h2{
  padding:60px 0 80px;
}
.pointArea ul{
  margin:0 auto;
  width:920px;
}
.pointArea li{
  padding:120px;
  background:#DBDBDB;
}
.pointArea li:not(:last-child){
  margin-bottom:20px;
}
.pointArea .pointArea_ttl{
  display:flex;
  justify-content:space-around;
  align-items: center;
  margin-bottom:30px;
  width:100%;
}
.pointArea .pointArea_ttl p{
  display:flex;
  align-items: center;
  justify-content: center;
  margin:0 15px 0 0;
  width:100px;
  height:120px;
  border:2px solid #1b1a1a;
}
.pointArea .pointArea_ttl h3{
  width:540px;
  font-family: Noto Serif JP;
  font-size:41.92px;
  color:#1b1a1a;
  letter-spacing: -2px;
  font-weight:normal;
  text-align:left;
}
.pointArea .pointArea_ttl h3 .pointArea_ttl_span1{
  display:inline-block;
  padding:5px 10px;
  font-size:30.33px;
  color:#FFF;
  text-align:left;
  background:#3d393a;
}
.pointArea .pointArea_ttl h3 .pointArea_ttl_span2{
  display:inline-block;
  text-indent:-30px;
}
.pointArea .pointArea_detail p{
  margin:40px auto 0;
  width:100%;
  font-size:20.83px;
  text-align:left;
  letter-spacing: 0.15em;
}

@media screen and ( max-width: 919px ){
  .pointArea{
    padding:0 0 50px;
    background-image:url("../img/lp_202505_reve/bg-pointArea_sp.jpg");
    background-size:cover;
  }
  .pointArea h2{
    margin:0 auto;
    padding:6vw 0 10vw;
    width:80%;
  }
  .pointArea ul{
    width:90%;
  }
  .pointArea li{
    padding:10vw 5vw;
  }
  .pointArea li:not(:last-child){
    margin-bottom:5vw;
  }
  .pointArea .pointArea_ttl{
    margin-bottom:5vw;
  }
  .pointArea .pointArea_ttl p{
    margin-right:2vw;
    width:15%;
    height:26vw;
    border:1px solid #1b1a1a;
  }
  .pointArea .pointArea_ttl p img{
    width:70%;
  }
  .pointArea .pointArea_ttl h3{
    width:85%;
    font-size:6.5vw;
    letter-spacing: -0.2vw;
    line-height: 1.3;
  }
  .pointArea .pointArea_ttl h3 .pointArea_ttl_span1{
    padding:0.5vw 1vw;
    font-size:4.55vw;
  }
  .pointArea .pointArea_ttl h3 .pointArea_ttl_span2{
    text-indent:-3vw;
  }
  .pointArea .pointArea_detail p{
    margin:5vw auto 0;
    width:95%;
    font-size:4.3vw;
  }
}



/*------------------------------------------------------------
	.reveArea
------------------------------------------------------------*/
.reveArea{
  padding:30px 0 50px;
  background:#FFF;
}
.reveArea h2{
  text-align:center;
}
.reveArea dl{
  text-align:center;
}

@media screen and ( max-width: 768px ){
  .reveArea{
    padding:0 0 0;
  }
}



/*------------------------------------------------------------
	.how-haircontact
------------------------------------------------------------*/
.how-haircontact{

}
.how-haircontact .sec-title__en{
  height: 86px;
  margin-bottom: 10px;
}
@media screen and ( min-width: 768px ){
  .how-haircontact .sec-title__en{
    height: 150px;
  }
}
@media screen and ( min-width: 1025px ){
  .how-haircontact .sec-title__en{
    height: 200px;
  }
}
@media screen and ( min-width: 1000px ){
  .how-haircontact .sec-title__en{
    /* width: 848px; */
  }
}
.how-haircontact .sec-title__ja{
  /* width: 360px; */
}
.how-haircontact h3{
	margin: 20px 0  ;
}
.campaign812 .how-haircontact .bigger{
	font-size: 1.2rem;
	font-weight: 700;
}
@media screen and ( min-width: 1000px ){
  .campaign812 .how-haircontact .bigger{
    font-size: 1.5rem;
  }
}
@media screen and ( min-width: 1025px ){
  .campaign812 .how-haircontact .bigger{
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and ( min-width: 768px ){
  .how-haircontact .how-haircontact-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .how-haircontact .how-haircontact-box .sec-subtitle{
    width: 100%;
    font-weight: 400;
  }
  .how-haircontact .how-haircontact-box .txt{
    width: 49%;
  }
  .how-haircontact .how-haircontact-box .tac{
    width: 51%;
  }
}

@media screen and ( min-width: 1025px ){
  .how-haircontact .how-haircontact-box {
    /* width: 900px; */
    /* margin: 100px auto; */
  }
  .how-haircontact .how-haircontact-box .sec-subtitle{
    padding-bottom: 10px;
  }
  .how-haircontact-box2{
    margin: 100px auto;
  }
  .how-haircontact .how-haircontact-box .txt{
    width: 40%;
    margin-right: 5%;
  }
  .how-haircontact .how-haircontact-box .tac{
    width: 55%;
  }
}



/*------------------------------------------------------------
	.reason
------------------------------------------------------------*/

.reason .reason-point{
margin-bottom: 70px;
}
@media screen and ( min-width: 1025px ){
  .reason .reason-point{
    margin-bottom: 100px;
  }
}

.reason .reason-point img{
  width: 100%;
}
.reason-point .title{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	/* border-bottom: 4px solid; */
	padding-bottom: 8px;
  position: relative;
}
@media screen and ( min-width: 768px ){
  .reason-point .title{
    font-size: 1.3rem;
  }
}
@media screen and ( min-width: 1025px ){
  .reason-point .title{
    font-size: 1.6666rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.reason-point .title::after{
  position: absolute;
  display: block;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../img/lp_202505_reve/bg-line-pattern.png);
  background-size: 12px;
}
.reason .sec-title__en{
  /* width: 180px; */
}
@media screen and ( min-width: 768px ){
  .reason .sec-title__en{
    /* width: 260px; */
  }
}
@media screen and ( min-width: 1025px ){
  .reason .sec-title__en{
    height: 60px;
    margin-bottom: 55px;
  }
}
@media screen and ( min-width: 1025px ){
  .reason-point .title::after{
    height: 4px;
  }
}


@media screen and (min-width: 768px ){
  .reason-point {
      margin-bottom: 100px;
  }
}


.reason-point .title .img{
  width: 30px;
  margin: 0 5px;
  border-right: 1px solid;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 360px ){
  .reason-point .title .img{
  	width: 38px;
  }
}
@media screen and (min-width: 768px ){
  .reason-point .title .img{
    width: 70px;
    margin: 0 25px;
    padding: 0 30px 0 0px;
  }
}
@media screen and (min-width: 1025px ){
  .reason-point .title .img{
    width: 95px;
    margin: 0px 35px 0px 50px;
    padding: 0 40px 0 0px;
  }
}
.reason-point .title .txt{
  font-weight: 400;
  line-height: 150%;
  font-size: 0.765rem;
  margin-left: 10px;
}
@media screen and (min-width: 768px ){
  .reason-point .title .txt{
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1025px ){
  .reason-point .title .txt{
    font-size: 1em;
  }
}

.reason-point .title .txt .bigger {
  display: block;
  font-weight: 700;
  font-size: 2.3em;
  line-height: 100%;
}
@media screen and (min-width: 768px ){
  .reason-point .title .txt .bigger {
    font-size: 2.4em;
    line-height: 110%;
    font-weight: 900;
    letter-spacing: 1.3px;
  }
}
@media screen and (min-width: 1025px ){
  .reason-point .title .txt .bigger {
    font-size: 2em;
  }
}
/*
.reason-point.first .title .txt{
	font-size: 1.1rem;
}
@media screen and (min-width: 1000px ){
  .reason-point.first .title .txt {
      font-size: 1.25rem;
  }
} */




/*------------------------------------------------------------
	.technology
------------------------------------------------------------*/
.technology{
}
@media screen and ( min-width: 1000px ){
  .technology .sec-title {
      margin-bottom: 150px;
  }
}

.technology .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and ( min-width: 768px ){
  .technology .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}

.technology .technology-points {
  padding: 0px 0 100px;
}

@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 100px;
    justify-content: space-between;
  }
}
.technology .technology-points .technology-point .sentence{
	margin:50px 0 0;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .sentence {
      width: 57%;
      margin: 0;
  }
}

.technology .technology-points .technology-point .sentence .title{
	padding-bottom: 5px;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .sentence .title{
    margin-top: 20px;
    font-size: 1.1111rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.technology .technology-points .technology-point .sentence .title .bigger {
	font-size: 1.5em;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .sentence .title .bigger {
      font-size: 1.75em;
  }
}

@media screen and ( min-width: 1000px ){
  .technology .technology-points .technology-point p {
      /* font-size: 0.8rem; */
  }
}


@media screen and ( min-width: 1000px ){
  .technology .technology-points .technology-point:nth-child(2n + 0) .sentence {
      order: 2;
  }
  .technology .technology-points .technology-point:nth-child(2n + 0) .thumbnail {
      order: 1;
  }
}



.technology .technology-points .technology-point .thumbnail{
	text-align: center;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .thumbnail {
      width: 40%;
  }
}










/*------------------------------------------------------------
	.compare
------------------------------------------------------------*/
.compare{
  display: none;
	background-image: url('../img/lp_202505_reve/bg-compare.jpg');
	background-repeat: repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
  text-shadow: 0 0 10px #4e3c14;
}
@media screen and ( min-width: 1025px ){
  .compare{
  	-webkit-background-size: cover;
  	background-size: cover;
  }
}
.compare .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and ( min-width: 768px ){
  .compare .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}

.compare .sec-subtitle{
  font-size: 1.2em;
}





/*------------------------------------------------------------
	.campaign
------------------------------------------------------------*/
.sec.campaign {
  padding-bottom: 0;
}
.campaign .sec-title__en {
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and (min-width: 768px){
  .campaign .sec-title__en {
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}
.campaign .sec-subtitle {
    font-weight: 900;
}
.campaign .dailycare-caution {
    text-align: center;
    font-size: 0.8rem;
}
.campaign .description {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 1025px){
  .campaign .description {
    margin: 100px 0 100px;
  }
}
@media screen and (min-width: 1025px){
  .campaign .campaign-regular-txt{
    font-size: 1.6666rem;
    line-height: 150%;
    margin: 50px 0;
  }
}


.campaign .description .thumbnail{
  order: 2;
  width: 130px;
}
@media screen and (min-width: 768px){
  .campaign .description .thumbnail{
    width: 55%;
  }
}

.campaign .description .sentence{
  order: 1;
  width: -webkit-calc( 100% - 130px );
  width: calc( 100% - 130px );
}
@media screen and (min-width: 768px){
  .campaign .description .sentence{
    width: 45%;
  }
}

.campaign .description .sentence .title {
  font-size: 1.4em;
  white-space: nowrap;
  line-height: 130%;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px){
  .campaign .description .sentence .title {
    font-size: 1.944rem;
  }
}

.campaign .description .sentence p {
    margin: 0;
    line-height: 150%;
    font-size: 0.9rem;
}
@media screen and (min-width: 1025px){
  .campaign .description .sentence p {
    font-size: 1.222rem;
    margin-bottom: 20px;
  }
}
.campaign .caution {
  border: 1px solid;
  padding: 10px 15px;
  font-size: 10px;
  margin-bottom: 80px;
}
@media screen and ( min-width: 768px ){
  .campaign .caution {
    font-size: 1rem;
  }
}
.campaign .caution .bigger{
  display: block;
}
.campaign .caution p {
    line-height: 150%;
    margin: 0;
}
.campaign .ticket p{
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
@media screen and (min-width: 1025px){
  .campaign .ticket p{
    margin: 25px 0;
  }
}


.campaign .small-line {
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px){
  .campaign .small-line {
    margin: 60px auto;
  }
}
.campaign .arrow-img{
  margin: 25px auto;
}



/*------------------------------------------------------------
	.voice
------------------------------------------------------------*/
.voice{
  background-image: url("../img/lp_202505_reve/bg-voice.jpg");
  background-repeat: repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.voice .sec-title__en{
  /* width: 160px; */
}
@media screen and ( min-width: 1025px ){
  .voice{
    background-image: url("../img/lp_202505_reve/bg-voice-xl.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and ( min-width: 768px ){
  .voice .sec-title__en{
    /* width: 220px; */
  }
}

.voice-items{}


.voice-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px 10px;
	margin-bottom: 70px;
  position: relative;
}
@media screen and ( min-width: 768px){
  .voice-item {
    padding: 20px 40px;
  }
}
.voice-item::after {
    display: block;
    content: '';
    top: 99%;
    top: -webkit-calc( 100% - 10px );
    top: calc( 100% - 10px );
    right: 0;
    width: 100px;
    height: 50px;
    position: absolute;
    -webkit-clip-path: polygon( 0px 0px , 70px 0px ,90px 50px );
    clip-path: polygon( 0px 0px , 70px 0px ,90px 50px );
    background: white;
}
.voice-item:nth-child(2n+0)::after {
    left: 0;
    -webkit-clip-path: polygon( 10px 50px , 30px 0px ,100px 0px );
    clip-path: polygon( 10px 50px , 30px 0px ,100px 0px );
}
.voice-item .rating {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  color: #0c374a;
}
@media screen and ( min-width: 1025px){
  .voice-item .rating {
    font-size: 3rem;
  }
}

.voice-item .title {
    font-size: 1.5em;
    margin: 10px 0 0;
}
@media screen and ( min-width: 768px){
  .voice-item .title{
    font-size: 1.2em;
  }
}

.voice-item .user {
    font-size: .875rem;
    text-align: center;
}


/*------------------------------------------------------------
	.achievement
------------------------------------------------------------*/
.achievement .sec-title__en{
  /* width: 274px; */
}
@media screen and ( min-width: 768px ){
  .achievement .sec-title__en{
    /* width: 430px; */
  }
}



/*------------------------------------------------------------
	.step3
------------------------------------------------------------*/
.step3{}
.step3 .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and ( min-width: 768px ){
  .step3 .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}
@media screen and ( min-width: 768px ){
  .step3 .sec-subtitle {
    font-size: 1rem;
    font-weight: 400;
    padding: 20px 0 40px;
  }
}

.step3 .list-head {
    font-size: 1.25rem;
}
@media screen and ( min-width: 768px ){
  .step3 .list-head {
    font-size: 1.4rem;
  }
}
.step3 .list-head .label{
  display: inline-block;
  padding: 2px 10px 0;
  margin-right: 15px;
  letter-spacing: 1px;
  color: #eeeeed;
  background-color: #8d7753;
  font-size: 0.75em;
  line-height: 200%;
  position: relative;
}
@media screen and ( min-width: 768px ){
  .step3 .list-head .label{
    padding: 2px 30px 0;
    margin-right: 35px;
  }
}


.step3 .list-head .label::after {
  display: block;
  content: '';
  position: absolute;
  left: 99%;
  top: 0;
  width: 10px;
  height: 100%;
  background: #8c7753;
  clip-path: polygon(0px 0px, 10px 0px, 0px 100%);
}

.step3 .list-head .title{
	display: inline-block;
  font-weight: 500;
}
@media screen and ( min-width: 1025px ){
  .step3 .list-head .title {
      font-size: 1.666rem;
  }
}
@media screen and ( min-width: 768px ){
  .step3-list {
      margin-bottom: 50px;
  }
}
.step3 .step3-list p{
	font-size: 0.9rem;
}




/*------------------------------------------------------------
	.faq
------------------------------------------------------------*/
.faq{}
.faq .sec-title__en{
  /* width: 120px; */
}
@media screen and ( min-width: 768px ){
  .faq .sec-title__en{
    /* width: 140px; */
  }
}
@media screen and ( min-width: 768px ){
  .faq .faq-lists .faq-list {
      margin-bottom: 40px;
  }
}
.faq .faq-lists .faq-list p{
	font-size: 0.9rem;
}
.faq .faq-lists .faq-list .txtsb{
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 35px;
  padding: 0 0 4px 30px;
  margin-bottom: 10px;
  background: url(../img/lp_202505_reve/parts-faq-Q.png?1) no-repeat;
  -webkit-background-size: 26px;
  background-size: 26px;
  line-height: 120%;
  font-size: 1em;
}
@media screen and ( min-width: 768px ){
  .faq .faq-lists .faq-list .txtsb{
    min-height: 70px;
    padding: 0 0 4px 70px;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
}
@media screen and ( min-width: 1025px ){
  .faq .faq-lists .faq-list .txtsb{
    font-size: 1.333rem;
  }
}


/*------------------------------------------------------------
	お問い合わせフォーム
------------------------------------------------------------*/

.entryform{
	/* background-color: #f5f5f5; */
}
.entryform .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and (min-width: 768px){
  .entryform .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}

.entryform .sec-subtitle{
	font-size: 1.0em;
}


.mailForm {
	margin-bottom: 20px;
	padding: 24px 58px 41px 54px;
	box-shadow: 0 0 8px #DDD;
	background-color: #FFF;
	position: relative;
	behavior: url(js/pie.htc);
}

.mailForm .comTable {
	margin-bottom: 18px;
	width: 100%;
	border-collapse: collapse;
}

.mailForm .th,
.mailForm .td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.mailForm .th {
	padding: 27px 0 0 0;
	width: 23%;
	position: relative;
}

.mailForm .td {
	padding: 28px 0 0 27px;
}

.mailForm .th .text {
	padding: 0 50px 6px 0;
	display: block;
	color: #6c6c6c;
	font-size: 17px;
	border-bottom: 1px solid #DDD;
}

.mailForm .th .must {
	padding: 1px 3px 0;
	width: 38px;
	position: absolute;
	right: 1px;
	top: 28px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	background-color: #6C6C6C;
}

.mailForm .td .name,
.mailForm .td .kana,
.mailForm .td .tel,
.mailForm .td .email,
.mailForm .td .time_date,
.mailForm .td .other {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background-color: #d2ffd6;
}

.mailForm .td .time_date {
	margin-right: 17px;
	width: 234px;
}

.mailForm .td .radio {
	margin-right: 10px;
	color: #242424;
	font-size: 14px;
}

.mailForm .td select {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background-color: #d2ffd6;
}

.mailForm .td .hope {
	width: 320px;
}

.mailForm .td .note {
	margin: 7px 0 0 3px;
	display: block;
	color: #6c6c6c;
	font-size: 13px;
}

.mailForm .td .other {
	padding: 10px;
	height: 140px;
	line-height: 1.5;
}

.mailForm .text02 {
	margin-bottom: 15px;
	color: #6c6c6c;
	font-size: 13px;
}

.mailForm .pBox {
	margin-bottom: 18px;
	padding: 16px 10px 0 20px;
	height: 165px;
	overflow-y: scroll;
	border: 1px solid #DDD;
  font-size: 0.8rem;
}

.mailForm .pBox .text {
	margin-bottom: 21px;
	color: #000;
	font-size: 13px;
}

.mailForm .text03 {
	margin-bottom: 13px;
	color: #6c6c6c;
	font-size: 13px;
	text-align: center;
}

.mailForm .agree {
	margin-bottom: 28px;
	color: #242424;
	font-size: 14px;
	text-align: center;
}

.mailForm .agree .checkBox {
	margin-top: -2px;
	vertical-align: middle;
}

.mailForm .submit {
	text-align: center;
}

.mailForm .submit li {
	display: inline;
}

.confirm .submit .retry {
	margin-right: 23px;
}

.mailForm .submit a,
.mailForm .submit .button {
	padding: 27px 0px 26px;
	min-width: 416px;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 29px;
	text-align: center;
	border: none;
	border-radius: 8px;
	background: #0083C9 url(../img/common/icon/icon07.gif) no-repeat 26px center;
	position: relative;
	behavior: url(js/pie.htc);
	box-sizing: border-box;
	-webkit-appearance: none;
}

.mailForm .submit a:hover,
.mailForm .submit .button:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.contactBox .listUl .text {
	padding-bottom: 3px;
	color: #3d3d3d;
	font-size: 14px;
}

/*------------------------------------------------------------
	confirm
------------------------------------------------------------*/
.confirm .comTable {
	margin-bottom: 40px;
}

.confirm .td {
	padding: 22px 0 5px 22px;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
}

.mailForm .tdStyle01 {
	padding-top: 2px;
}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks .mailForm {
	margin-bottom: 36px;
	padding: 70px 50px 80px;
}

.thanks .mailForm .title {
	margin-bottom: 35px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid #A59778;
}

.thanks .thanksP {
	margin-bottom: 30px;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.thanks .submit {
	padding-top: 15px;
}

.thanks .submit a {
	width: 416px;
	min-width: inherit;
}

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

  .contactBox {
		/* padding: 21px 5px 15px; */
	}

	.contactBox .content {
		padding: 0;
		width: auto;
	}

	.contactBox .photoBox {
		display: none;
	}

	.contactBox .textBox {
		margin-top: 0;
		width: auto;
	}

	.contactBox .textBox .headLine {
		margin-bottom: 13px;
		padding-bottom: 14px;
		background: url(../img/lp_202505_reve/contact_h2_bg.gif) repeat-x left bottom;
		background-size: 1px auto;
	}

	.contactBox .headLine img {
		margin: 0 auto;
		width: 272px;
	}

	.contactBox .textBox .text {
		margin: 0 6px 11px;
		font-size: 14px;
		line-height: 1.4;
	}

	.contactBox .step {
		margin-bottom: 8px;
		background-color: #A59778;
	}

	.contactBox .step img {
		margin: 0 auto;
		width: 310px;
	}

	.mailForm {
		margin-bottom: 16px;
		padding: 6px 10px 27px;
		box-shadow: 0 0 4px #ddd;
	}

	.mailForm .comTable {
		margin-bottom: 10px;
	}

	.mailForm .th {
		padding: 16px 5px 0 0;
		width: 22%;
	}

	.mailForm .td {
		padding: 20px 0 0;
		line-height: 1.2;
		vertical-align: top;
	}

	.mailForm .th .text {
		padding: 0 0 3px;
		float: none;
		display: block;
		font-size: 14px;
		line-height: 1.1;
		border-bottom: none;
	}

	.mailForm .th .must {
		padding: 0;
		width: 38px;
		position: inherit;
		right: inherit;
		top: inherit;
		display: block;
		font-size: 11px;
	}

	.mailForm .td .name,
	.mailForm .td .kana,
	.mailForm .td .tel,
	.mailForm .td .email,
	.mailForm .td .time_date,
	.mailForm .td select {
		height: 32px;
		line-height: 32px;
	}

	.mailForm .td .radio {
		font-size: 16px;
	}

	.mailForm .tdStyle02 {
		padding-top: 12px;
	}

	.mailForm .tdStyle02 .radio {
		margin-bottom: 4px;
		display: inline-block;
	}

	.mailForm .td .hope {
		width: 100%;
	}

	.mailForm .td .time_date {
		margin-right: 2%;
		width: 51%;
		display: block;
		float: left;
	}

	.mailForm .td .time_hour {
		margin: 0;
		width: 47%;
	}

	.mailForm .td .note {
		margin: 4px 0 0 0;
		clear: both;
		font-size: 12px;
		line-height: 1.2;
	}

	.mailForm .td .other {
		width: 100%;
		height: 110px;
	}

	.mailForm .text02 {
		line-height: 1.2;
	}

	.mailForm .pBox {
		margin-bottom: 16px;
		padding: 10px 10px 0;
		height: 137px;
	}

	.mailForm .pBox .text {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.2;
	}

	.mailForm .text03 {
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
	}

	.mailForm .agree {
		margin-bottom: 18px;
		font-size: 16px;
	}

	.mailForm .submit li {
		display: block;
    margin-bottom: 10px;
	}

	.confirm .submit .retry {
		margin: 0 0 20px;
	}

	.mailForm .submit a,
	.mailForm .submit .button {
		padding: 17px 10px 15px;
		min-width: 100%;
		font-size: 20px;
		box-sizing: border-box;
		border-radius: 3px;
		background-size: 14px auto;
		background-position: 18px center;
	}

	.confirm .retry .button {
		background: #0083C9 url(../img/common/icon/icon08.gif) no-repeat 18px center;
		background-size: 14px auto;
	}

	.contactBox .listUl .text {
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 1.2;
		word-break: break-all;
	}

	.mailForm .submit a:hover,
	.mailForm .submit .button:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/*------------------------------------------------------------
		confirm
	------------------------------------------------------------*/
	.confirm .comTable {
		margin-bottom: 36px;
	}

	.confirm .td {
		color: #242424;
	}

	.confirm .tdStyle01 {
		padding-top: 12px;
	}

	/*------------------------------------------------------------
		thanks
	------------------------------------------------------------*/
	.thanks .mailForm {
		margin-bottom: 16px;
		padding: 43px 15px 20px;
	}

	.thanks .mailForm .title {
		margin-bottom: 17px;
		padding-bottom: 30px;
	}

	.thanks .title img {
		width: 178px;
	}

	.thanks .thanksP {
		margin-bottom: 26px;
		line-height: 1.6;
		color: #242424;
	}

	.thanks .submit {
		margin: 0 -5px;
	}

	.thanks .submit a {
		width: auto;
	}

}


/*------------------------------------------------------------
		salon
------------------------------------------------------------*/
.salon {
	/* padding: 20px 0 11px; */
}

.salon .headLine01 .sml {
	margin-top: 10px;
	padding-top: 9px;
	display: block;
	border-top: 3px solid #72848D;
}

.salon .areaList {
	margin-right: 0;
}
@media screen and (min-width: 768px){
  .salon .areaList {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
}

.salon .area {
	margin: 0 0 5px;
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
@media screen and (min-width: 768px){
  .salon .area {
      width: 30%;
      margin:  0 1.6% 30px;
      background: white;
      box-sizing: border-box;
      padding: 10px;
  }
}
@media screen and (min-width: 1025px){
  .salon .area {
    width: 23%;
    margin: 0 1% 30px;
  }
}

.salon .sub_area,.salon .link {
    /*display: none;*/
}
@media screen and (min-width: 768px){
  .salon .sub_area,.salon .link {
      display: block;
  }
}
.salon .link .click_btn{
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 3px solid #60C45E;
  text-decoration: none;
  background: url(../img/lp_202505_reve/sec10_link_bg.gif) #21B61D repeat-x left bottom;
}
.salon .link .click_btn .ico {
  /* padding: 12px 10px 12px 41px; */
  padding: 12px 10px 12px 30px;
  font-size: 12px;
  display: block;
  background: url(../img/common/icon/icon05.png) no-repeat 10px center;
}

@media screen and (min-width: 768px){
  .salon .sub_area .area_ttl {
      border-left: 5px solid #ea4335;
      padding-left: 10px;
      font-size: 1rem;
  }
}



.salon .sp_link {
	/*display: block;*/
	display: none;
}
@media screen and (min-width: 768px){
  .salon .sp_link {
      display: none;
  }
}

.salon .sp_link .click_btn {
	padding: 5px 10px 6px 23px;
	position: relative;
	color: #FFF;
	font-size: 12px;
	display: block;
	border: 2px solid #60C45E;
	border-radius: 5px;
	background: -moz-linear-gradient(
	top,
	#21B71D 0%,
	#1B9818);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#21B71D),
	to(#1B9818));
}

.salon .sub_area .area_map iframe {
}
@media screen and (min-width: 768px){
  .salon .sub_area .area_map iframe {
      width: 100%;
  }
}
.salon .click_btn:before {
	width: 10px;
	height: 14px;
	margin-top: -7px;
	background: url(../img/common/icon/icon06.png) no-repeat;
	background-size: 10px 14px;
	position: absolute;
	top: 50%;
	left: 6px;
	content: "";
}

.salon .sp_link .ttl {
	margin-bottom: 1px;
	display: block;
	color: #ffff66;
	font-size: 18px;
}

.salon .link .click_btn:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.salon .readtxt {
  margin-bottom: 30px;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.gFooter {
    text-align: center;
    background: white;
    padding: 0 0 0;
}
@media screen and (max-width: 767px ){
  .gFooter {
      padding: 30px 0 34vw;
  }
}
.gFooter .fLogo{
  padding: 30px 0 0;
}
  .pageTop{
  width: 100px;
  float: right;
}

.gHeader01 {
    padding: 30px 0;
}
.gHeader01 .logo {
    text-align: center;
}


.gFooter .fInner {
  padding: 21px 0 20px;
  background: black;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}
.gFooter .fInner .logo {
  float: left;
  width: 173px;
  margin-right: 29px;
  margin-top: 5px;
}

.gFooter .fInner .fLink {
  width: 1000px;
  margin: 0 auto;
}

.gFooter .fInner .tel {
  float: left;
  width: 362px;
  margin-right: 30px;
  margin-top: 13px;
}

.gFooter .fInner .coution {
    color: white;
    font-size: 10px;
    max-width: 1000px;
    margin: 5px auto -5px;
}
@media screen and ( min-width: 1000px ){
  .gFooter .fInner .coution {
    font-size: 12px;
    margin: 0 auto;
    text-align: right;
  }
}
.gFooter .fInner .linkList {
  float: left;
}

.gFooter .fInner .cvbtn {
  width: 280px;
  float: left;
}
@media screen and (max-width: 768px){
  .gFooter .fInner .logo {
    width: auto;
    margin: 0 4px 0 10px;
    float: none;
  }

  .gFooter .fInner .tel {
    width: auto;
    margin: 0 5px;
    float: none;
  }

  .gFooter .fInner .cvbtn {
    width: auto;
    float: none;
    margin: 0 10px 0 0;
  }

  .gFooter .fInner .fLink {
    width: 100%;
    display: flex;
  }

  .gFooter .fInner .logo img {
    width: 90%;
  }

  .gFooter .fInner {
    padding: 14px 0;
    box-shadow: 0 -3px 0 rgba(100,100,100,.1);
  }
}




.r812-sttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (min-width: 1025px){
	.r812-sttl {
    font-size: 1.55rem;
	}
}
.r812-sttl .inner{
	border-bottom: 1px solid;
}
.r812-borderline::after {
    display: block;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url('https://propia.co.jp/haircontact/gran/img/index/bg-line-pattern.png');
    background-size: 12px;
}
@media screen and (min-width: 1025px){
	.r812-borderline::after {
		height: 4px;
	}
}
.r812-r1-box1 {
	margin-top: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px){
	.r812-r1-box1 .img {
		width: 49%;
		order: 2;
	}
	.r812-r1-box1 .txt {
		order: 1;
		width: 49%;
	}
}
@media screen and (min-width: 1025px){
	.r812-r1-box1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.r812-r1-box2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  align-items: flex-end;
	justify-content: space-between;
}
@media screen and (min-width: 768px){
	.r812-r1-box2 .img {
		width: 49%;
		order: 1;
	}
	.r812-r1-box2 .txt {
		order: 2;
		width: 49%;
	}
	.r812-r1-box2 .txt p {
    margin: 10px 20px;
	}
}
.r812-r2-box1::after,
.r812-r2-box2::after{
	display: block;
	content: '';
	clear: both;
}
.r812-r2-box1 .img {
    width: 45%;
    float: left;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box1 .img {
	    width: 50%;
	}
}
.r812-r2-box1 .img img {
    width: 150%;
    display: block;
    max-width: none;
}
@media screen and ( min-width: 768px ){
	.r812-r2-box1 .img img {
    width: 120%;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box1 .img img {
    width: 102%;
	}
}
.r812-r2-box1 .r812-sttl {
    font-size: 1.1rem;
    position: relative;
    top: 80px;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box1 .r812-sttl {
	    top: 100px;
	}
}
@media screen and ( min-width: 414px ){
	.r812-r2-box1 .r812-sttl {
	    top: 120px;
	}
}
@media screen and ( min-width: 768px ){
	.r812-r2-box1 .r812-sttl {
    top: 50px;
	}
	.r812-r2-box1 .r812-sttl .inner {
    position: relative;
    left: 40px;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box1 .r812-sttl {
		font-size: 1.4rem;
    top: 50px;
	}
	.r812-r2-box1 .r812-sttl .inner {
    left: -10px;
	}
}




@media screen and ( min-width: 768px ){
	.r812-r2-box2 {
    margin-top: -70px;
    position: relative;
    z-index: 10;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box2 {
    margin-top: -150px;
	}
}

.r812-r2-box2 .img {
    width: 45%;
    float: right;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box2 .img {
		width: 50%;
	}
}

.r812-r2-box2 .img img {
    width: 150%;
    display: block;
    max-width: none;
    margin-left: -50%;
}
@media screen and ( min-width: 768px ){
	.r812-r2-box2 .img img {
    width: 120%;
		margin-left: -20%;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box2 .img img {
    width: 102%;
		margin-left: -2%;
	}
}

.r812-r2-box2 .r812-sttl {
    font-size: 1.1rem;
    position: relative;
    top: 50px;
    text-align: right;
    right: 50px;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box2 .r812-sttl {
    top: 80px;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box2 .r812-sttl {
    font-size: 1.4rem;
		top: 30px;
	}
	.r812-r2-box2 .r812-sttl .inner {
		position: relative;
		left: 60px;
	}
}
.r812-r3-box2 {
	position: relative;
}
.r812-r3-box2 .txt{
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
}
@media screen and ( min-width: 768px ){
	.r812-r3-box2 .txt{
		bottom:auto;
		top: 80%;
		font-size: 1rem;
	}
}
.r812-r3-box2 .txt p{
	margin: 0;
}

@media screen and ( min-width: 768px ){
	.r812-r3-box1{
		position: relative;
	}
	.r812-r3-box1 .txt {
	    position: relative;
	    z-index: 2;
	    width: 60%;
			width: 60%;
	    padding: 30px 0 30px;
	}
	.r812-r3-box1 .img{
		position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
		width: 49%;
	}
	.r812-r3-box1-desc{
		margin-right: 100px;
	}

	.r812-r3-box2 {
    width: 50%;
	}

	.r812-r3-box3{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-top: 70px;
	}
	.r812-r3-box3 .img{
		width: 50%;
		order: 1;
	}
	.r812-r3-box3 .txt{
		width: 50%;
		order: 2;
	}


	.r812-r3-box3 .txt p {
	    width: 110%;
	    margin-left: -10%;
	}
}
@media screen and ( min-width: 1025px){
	.r812-r4 .txt {
    width: 65%;
    margin-bottom: -50px;
	}
}

@media screen and (min-width: 768px){
	.ba-case {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
		-ms-align-items: center;
		align-items: center;
	}
}
.beforeafter .hukidashi {
    background-image: url("https://propia.co.jp/haircontact/gran/img/index/bg-ba-hukidashi.png");
    background-size: 100% 100%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
    min-height: 150px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 10px 10px 25px;
}
@media screen and (min-width: 768px){
	.beforeafter .hukidashi {
		padding: 10px 30px 25px;
		width: 75%;
	}
	.beforeafter .hito {
		width: 25%;
	}
}
@media screen and (min-width: 1025px){
	.beforeafter .hukidashi {
    padding: 50px 30px 50px;
	}
}
.beforeafter .caseicon {
    display: block;
    width: 75px;
    margin-top: -20px;
}
@media screen and (min-width: 1025px){
	.beforeafter .caseicon {
		width: 120px;
    margin-top: -60px;
	}
}
.beforeafter .sec-subtitle{
	font-size: 1.2rem;
}
@media screen and (min-width: 1025px){
	.beforeafter .sec-subtitle {
    font-size: 1.5rem;
	}
}
.r812-ba-box {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
	.r812-ba-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-top: 15px;
	}
	.r812-ba-box .img{
		width: 50%;
	}
	.r812-ba-box .txt{
		width: 50%;
	}
}
@media screen and (min-width: 1025px){
	.r812-ba-box .img{
		width: 55%;
	}
	.r812-ba-box .txt{
		width: 45%;
		padding: 0 20px;
    box-sizing: border-box;
	}
}

.sec.campaign.campaign812{
	padding-bottom: 50px;
}
.campaign812 .sec-subtitle .small {
    font-size: 1rem;
}
.campaign812 .bigger{
	font-size: 1.2rem;
	font-weight: 700;
}
@media screen and ( min-width: 1000px ){
	.campaign812 .bigger {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 50px 0 70px;
	}
}
.r812-cp-box {
    margin-bottom: 50px;
}
@media screen and ( min-width: 768px ) and ( max-width: 999px ){
	.r812-cp-box {
    width: 90%;
    margin: 0 auto 50px;
	}
}

.r812-cp-label {
    background: #907952;
    padding: 10px 20px;
    width: 220px;
    margin: 0 auto 15px;
}
@media screen and ( min-width: 768px ){
	.r812-cp-label {
    width: 400px;
    text-align: center;
	}
}
@media screen and ( min-width: 1000px ){
	.r812-cp-label {
    width: 500px;
    box-sizing: border-box;
	}
	.r812-cp-box2 .r812-cp-label ,
	.r812-cp-box3 .r812-cp-label {
    width: 100%;
	}
}
.r812-cp-box1 .box1-voice {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
		-ms-align-items: center;
		align-items: center;
}
@media screen and ( min-width: 1000px ){
	.r812-cp-box1 .box1-voice {
    width: 900px;
		margin: 0 auto;
	}
}

.r812-cp-box1 .txt1 {
    font-weight: 700;
}
@media screen and ( min-width: 1000px ){
	.r812-cp-box1 .txt1 {
    font-size: 1.2rem;
	}
}

.box1-voice .hito{
	width: 25%;
}
.box1-voice .hukidashi{
	width: 75%;
	background-image: url("https://propia.co.jp/haircontact/gran/img/index/bg-cp-hukidashi.png");
	background-size: 100% 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 10px 0 25px;
	justify-content: center;
}
@media screen and ( min-width: 768px ){
	.box1-voice .hukidashi{
		height: 130px;
		-ms-align-items: center;
		align-items: center;
    font-size: 1.2rem;
	}
}
@media screen and ( min-width: 1000px ){
	.box1-voice .hukidashi{
		height: 160px;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
	}
}

.r812-cp-box .coution{
	font-size: 0.8rem;
}
.r812-cp-box .midashi {
    font-size: 1rem;
    line-height: 2rem;
}

@media screen and ( min-width: 1000px ){
	.r812-cp-box.r812-cp-box2 {
	  float: left;
	  width: 49%;
	}
	.r812-cp-box.r812-cp-box2 .sec-subtitle {
	 font-weight: 700;
	 font-size: 1.3rem;
	}
	.r812-cp-box.r812-cp-box3 {
	  float: right;
	  width: 49%;
	}
	.r812-cp-box.r812-cp-box3 .sec-subtitle {
	 font-weight: 700;
	 font-size: 1.3rem;
	}
	.campaign812 .sec-inner::after {
	  display: block;
	  content: '';
	  clear: both;
	}
}

/* 20190408追加*/
.gFooter .fInner .cvbtn{
	margin-top: 8px;
}
.gFooter .fInner .cvbtn a{
	background: rgb(144,200,0);
	background: -moz-linear-gradient(top, rgb(144,200,0) 1%, rgb(93,171,0) 52%, rgb(24,127,0) 100%);
	background: -webkit-linear-gradient(top, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	background: linear-gradient(to bottom, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c800', endColorstr='#187f00',GradientType=0 );
	border-radius: 15px;
    border: 2px solid #13a840;
	display: block;
	color: #fff;
	position: relative;
}
.gFooter .fInner .cvbtn a:hover{
	text-decoration: none;
}
.gFooter .fInner .cvbtn a:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}	

.gFooter .fInner .cvbtn p{
	line-height: 1.4;
	font-size: 0.85rem;
	text-shadow: 0 0 15px #000;
	margin: 10px 0 15px;
}
.gFooter .fInner .cvbtn p span{
	font-size: 1.25rem;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.gFooter .fInner .fLink.sp{
		width: 94%;
	}
	.gFooter .fInner .cvbtn.tel img{
		width: 3.5rem;
		margin-left: -15px;
	}
	.gFooter .fInner .cvbtn.tel a{
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(255,181,0);
		background: -moz-linear-gradient(top, rgb(255,181,0) 1%, rgb(255,149,0) 52%, rgb(255,115,0) 100%);
		background: -webkit-linear-gradient(top, rgb(255,181,0) 1%,rgb(255,149,0) 52%,rgb(255,115,0) 100%);
		background: linear-gradient(to bottom, rgb(255,181,0) 1%,rgb(255,149,0) 52%,rgb(255,115,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb500', endColorstr='#ff7300',GradientType=0 );
		border: 2px solid #f39800;
		height: 60px;
	}
	.gFooter .fInner .cvbtn.tel{
		width: 20%;
		min-width: 70px;
		margin: 0 3% 0 0;
	}
	.gFooter .fInner .cvbtn{
		width: 77%;
		margin: 0;
	}
}


/* 20190422追加（バナー設置）*/
.bannerArea{
	text-align: center;
}
.bannerArea img{
	width: 100%;
}


/*20190510追加（フォーム改修）*/
#form .backstretch{
	display: none;
}
.salon .link .click_btn {
    display: none;
}
.mailForm .td{
	position: relative;
}
a.salonLink{
	background: rgb(144,200,0);
	background: -moz-linear-gradient(top, rgb(144,200,0) 1%, rgb(93,171,0) 52%, rgb(24,127,0) 100%);
	background: -webkit-linear-gradient(top, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	background: linear-gradient(to bottom, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c800', endColorstr='#187f00',GradientType=0 );
	border-radius: 1rem;
    border: 2px solid #13a840;
	display: block;
	color: #fff;
	text-align: center;
    width: 8rem;
    font-size: 0.75rem;
    padding: 4px 0;
    position: absolute;
    margin: 30px auto 0;
    top: -2px;
    right: 0;
}
.formBack a {
	background: rgb(144,200,0);
	background: -moz-linear-gradient(top, rgb(144,200,0) 1%, rgb(93,171,0) 52%, rgb(24,127,0) 100%);
	background: -webkit-linear-gradient(top, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	background: linear-gradient(to bottom, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c800', endColorstr='#187f00',GradientType=0 );
	border-radius: 1rem;
    border: 2px solid #13a840;
	display: block;
	color: #fff;
	text-align: center;
    width: 14rem;
    font-size: 0.85rem;
	padding: 5px 0;
	position: relative;
	margin: 30px auto 0;
}
.formBack a:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
	transform: rotate(315deg);
}
@media screen and (max-width: 768px){
  a.salonLink{
  	  position: unset;
      margin: 10px 0 0;
  }	
  .formBack a{
	  width: 80%;
	  font-size: 1.2rem;
  }
  .salon .area {
      width: 100%;
	  margin-bottom: 30px;
      background: white;
      box-sizing: border-box;
      padding: 10px;
  }
  .salon .sub_area .area_ttl {
      border-left: 5px solid #ea4335;
      padding-left: 10px;
      font-size: 1rem;
  }
  .salon .sub_area .area_map {
      width: 100%;
  }
  .salon .sub_area .area_map iframe{
      width: 100% !important;
  }
  .salon .sub_area .area_map img{
      width: 100% !important;
  }	
}

/*20190612追加*/

@media screen and (max-width: 768px){
	.questionnaire h2 img.sec-title__en{width: 277px;}
	.future h2 img.sec-title__en{width: 180px;}
	.merit h2 img.sec-title__en{width: 270px;}
	.update h2 img.sec-title__en{width: 134px;}
	.reason h2 img.sec-title__en{width: 190px;}
	.beforeafter h2 img.sec-title__en{width: 280px;}
	.voice h2 img.sec-title__en{width: 126px;}
	.achievement h2 img.sec-title__en{width: 310px;}
	.faq h2 img.sec-title__en{width: 92px;}
	.salon h2 img.sec-title__en{width: 136px;}
}
</pre></body></html>