@charset "utf-8";
/* CSS Document 20251125-1258*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
main {
	width: 960px;
	margin:0 auto 0;
	background: #fff;
	color: #231815;
	font-family: dnp-shuei-gothic-gin-std, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	/*font-family: yu-gothic-pr6n, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, sans-serif;*/
	font-weight: 400;
	font-style: normal;
}
main p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
}
main a{
	text-decoration: none;
	transition: transform 0.45s ease, opacity 0.45s ease;
}
main a:hover{
	text-decoration: none;
	opacity: 0.5;
	transform: scale(1.05);
}
main img {
	display: block;
	margin: 0 auto;
}	
main ul{
	padding: 0;
}
.disp-sp{
	display: none;
}
.disp-pc{	
	display: block;
}
@media (min-width: 768px) {
	/*main p{		
		-webkit-text-stroke-width: .35px;
		-webkit-text-stroke-color: rgba(35, 24, 21, 1);
	}*/
}
@media (max-width: 767px) {
	main{
		width: 100%;
	}
	main p{
		font-size: 3.5vw;
		/*-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: rgba(35, 24, 21, 0.8);*/
	}
	main a {
		cursor: pointer;
	}
	main a:active {
		transform: scale(0.92);
		opacity: 0.7;
	}
	main img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.disp-sp{
		display: block;
	}
	.disp-pc{
		display: none;
	}
}

/* ----- 【area_salon】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.area_salon{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.area_salon p{
	position: relative;
	display: inline-block;
	padding: 0.45rem 1.0rem;
	white-space: nowrap;
}
.area_salon p:before,
.area_salon p:after {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  content: '';
  height: 1.25em;
  border-color: currentColor;
}
.area_salon p:before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-30deg);
}
.area_salon p:after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}
.area_salon a.btn_salon{
    display: block;
    width: fit-content;
    margin: 0.5rem auto 0;
    padding: 2rem 3rem;
    border-radius: 50px;
    background: #F7F8F8;
    color: #000000;
    font-size: 27px;
    /*font-weight: 500;*/
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.075em;

}

.btn_salon::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
    color: #000000;
}
@media (max-width: 767px) {
	.area_salon{
		width: 80%;
	}
	.area_salon p{
		margin: 0;
		padding: 0.45rem 0.5rem 0.2rem;
		font-size: 3.5vw;
		/*@@@1121 paddingのみ変更
		margin: 0;
		padding: 0.45rem 0.5rem;
		font-size: 3.5vw;*/
	}
	.area_salon a.btn_salon{
        margin-top: 0;
        padding: 0.8rem 2rem;
        font-size: 3.5vw;
        /*font-weight: bold;
		-webkit-text-stroke-width: .5px;
		@@@1121 paddingのみ変更
		margin-top: 0;
		padding: 1.45rem 2rem;
		font-size: 4.26vw;
		-webkit-text-stroke-width: .5px;*/
	}
}

/* ----- 【h2.h2_ul】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
h2.h2_ul{
	display: block;
	padding-top: 60px;
	margin: 0 auto 40px;
}
@media (max-width: 767px) {
	h2.h2_ul{
		margin: 0 auto 20px;
		padding: 30px 10px 10px;
	}
}

/* ----- 【Section 1】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s1{
  background: url(img/mv_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 300px;

}
.s1 h1{
	width: 600px;
	margin-left: 60px;
}
.s1 .s1_fukidashi{
	display: block;
	width: 298px;
	height: auto;
	margin-top: 230px;
	margin-left: 100px;
	margin-bottom: 160px;
}
.s1 .s1_obj1{
	margin: 0 auto 80px;
	width: 600px;
}	
.s1 .s1_obj2{
	margin: 0 auto 100px;
	width: 600px;
}	
.s1 .s1_obj3{
	margin: 0 auto 60px;
	width: 475px;
}	
@media (max-width: 767px) {
  main .s1 {
    background-image: url("img/mv_sp_02.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 60px;
    width: 100%;
    aspect-ratio: 808 / 1000; /* 画像の実寸に変更 */
	padding-bottom: 230px;
  }

	.s1 h1{
		width: 310px;
		margin-left: 25px;
		margin-top:0;
	}
	.s1 .s1_fukidashi{
		width: 145px;
		height: 156px;
		margin-top: 170px;
		margin-left: 25px;
		margin-bottom: 50px;
	}
	.s1 .s1_obj1{
		margin: 0 auto 40px;
		width: 85%;
	}	
	.s1 .s1_obj2{
		margin: 0 auto 30px;
		width: 85%;
	}
	.s1 .s1_obj2 img{
		width: 105%;
	}
	.s1 .s1_obj3{
		margin: 0 auto 15px;
		width: 67.5%;
	}

}

/* ----- 【Section 2】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s2{
	padding-bottom: 0;
	margin-top: -250px;
}
.s2	.s2_cont {
	/*background: #f2f2f9;*/
	padding: 10px 0 60px;
	text-align: center;
}
.s2	.s2_cont .s2_cont_txt p{
	margin-top: 30px;
}
.s2	.s2_cont .s2_cont_img{
	margin: 60px 0;
}
.s2	.s2_cont .s2_cont_img img{
	width: 100%;
	margin-top: 80px;
}
.s2	.txtimg{
	width: 30vw;
	margin: 0 55px;
}
.s2	.concept{
	width: 20vw;
	margin: 0 55px;
}
.s2	.s2_concept p{
	text-align: left;
        margin: 0 55px;
}
.s2	.s2_concept{
    margin-top: 50px;
}

/*.s2	.s2_concept p:last-child{
    margin-top: 50px;
}*/
.cstm-wave svg {display: block;}
.cstm-wave {line-height: 0;}
@media (max-width: 767px) {
	main .s2{
	margin-top: -130px;
}
	.s2	.s2_cont {
		padding: 10px 0 40px;
	}
	.s2	.s2_cont .s2_cont_img{
		margin: 40px auto;
		/*width: 80%;*/
	}
	.s2	.txtimg{
	width: 70vw;
	margin: 0 25px;
}
	.s2	.concept{
	width: 60vw;
	margin: 0 25px;
}
.s2	.s2_concept p{
	text-align: left;
        margin: 0 25px;
}
}

/* ----- 【Section 3】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* ----- 【Section 3】 ----- */
main .s3 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 25px;
  background-color: #fff;
}

/* 各ブロック共通 */
main .s3_block {
  position: relative;
  overflow: hidden;
}

/* 中身を背景より前に出す */
main .s3_block > * {
  position: relative;
  z-index: 1;
}

/* 背景画像共通 */
main .s3_block::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main .s3_block--01::before {
width: 1000px;
    height: 605px;
    right: -50px;
    top: -14px;
  background-image: url("img/s2_bg_01.svg");
  background-position: center;
}	

main .s3_block--02::before {
width: 1000px;
    height: 1000px;
    left: 0px;
    top: -68px;
  background-image: url("img/s2_bg_02.svg");
  background-position: center;
}
main .s3_block--03::before {
width: 2000px;
    height: 2000px;
    right: -156px;
    top: -600px;
  background-image: url("img/s2_bg_03.svg");
  background-position: center;
}
.h2_ul img{
	width: 80%;
}

/*.s3 h2.s3_h2{
	width: 480px;
}*/
.s3 h2.h2_ul+p{
	/*width: 600px;*/
	margin: 0 auto 60px;
	text-align: center;
}
.s3 h3.s3_h3 .icon {
	display: block;
	width: 48px;
	height: auto;
	margin: 0 auto 20px;
}
.s3 h3.s3_h3 .txtimg {
	display: block;
	width: 70%;
	height: auto;
	margin: 200px auto 40px;
}
.s3 .s3_img{
	margin: 0 auto 30px;
}
.s3 .s3_img+p{
	text-align: center;
	margin: 0 auto 100px;
}
/*.s3 .s3_img.s3_obj3{width: 70%;}*/
.s3 .s3_img+p:last-child{margin-bottom: 0px;}
.s3_img img{
	width:90%;
}
@media (max-width: 767px) {
	main .s3{
		padding-top: 30px;
		padding-bottom: 50px;
		background-position: -150px 25px;
	}
	/*.s3 h2.s3_h2{
		width: 264px;
	}*/
	.s3 h2.h2_ul+p{
		width: 85%;
		margin-bottom: 40px;
	}
	.h2_ul img {
    width: 100%;
}

	.s3 h3.s3_h3{
		margin-bottom: 20px;
	}
	.s3 h3.s3_h3 .icon {
		width: 28px;
		margin: 0 auto 15px;
	}
	.s3 h3.s3_h3 .txtimg {
		width: 88%;
		height: auto;
		margin: 100px auto 20px;
	}
	.s3_img img{
	width:90%;}
	.s3 .s3_img{margin: 0 auto 20px;}
	.s3 .s3_img+p{margin: 30px auto 20px;}
	.s3 .s3_img.s3_obj1,
	.s3 .s3_img.s3_obj3{width: 90%;}
	main .s3_block--01::before {
  width: 400px;
  height: 375px;
  right: -1px;
  top: -64px;
  background-image: url("img/s2_bg_01.svg");
  background-position: center;
}	

main .s3_block--02::before {
  width: 380px;
  height: 360px;
  left: -1px;
  top: -15px;
  background-image: url("img/s2_bg_02.svg");
  background-position: center;
}
main .s3_block--03::before {
width: 950px;
    height: 374px;
    right: -74px;
    top: -15px;
  background-image: url("img/s2_bg_03.svg");
  background-position: center;
}

}

/* ----- 【Section 4】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s4{
	background-color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 100px;
	margin-top: 120px;
}
.s4 h2.s4_h2{
	width: 480px;
	padding-top: 0;
	margin-bottom: 80px;
}
.s4 h3.s4_h3{
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s4 h3.s4_h3 .icon {
	display: block;
	width: 68px;
	height: auto;
	margin: 0;
	margin-right: 1.5rem;
	margin-left: -1rem;
	flex-shrink: 0;
}
.s4 h3.s4_h3 .txtimg{
	display: block;
	width: 520px;
	height: auto;
	margin: 0;
	flex-shrink: 0;
}
.s4 .s4_cont{
	margin: 0 auto;
	width: 600px;
}
.s4 .s4_img{
	margin: 0 auto 30px;
}
.s4 .s4_img+p{
	text-align: left;
	margin: 0 auto 120px;
}
.s4 .s4_cont._last .s4_img+p{margin-bottom: 30px;}
.s4 .s4_cont._last p:last-child{margin-bottom: 80px;text-align: left;}
@media (max-width: 767px) {
	main .s4{
		padding-bottom: 50px;
		margin-top: 40px;
	}
	.s4 h2.s4_h2{
		width: 264px;
		margin-bottom: 20px;
	}
	.s4 .s4_cont{
		margin: 0 auto;
		width: 80%;
	}
	.s4 h3.s4_h3{
		margin-bottom: 20px;
	}
	.s4 h3.s4_h3 .icon {
		margin: 0 0.75rem 0 0;
		width: 45px;
		/*@@@1121 widthのみ変更
		margin: 0 0.75rem 0 0;
		width: 40px;*/
	}
	.s4 h3.s4_h3 .txtimg{		
		width: 280px;
	}

	.s4 .s4_img+p{margin-bottom: 50px;}
	.s4 .s4_cont._last p:last-child{margin-bottom: 30px;}
}

/* ----- 【Section 5】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s5{
	background-color: #f7f8f8;
	padding-bottom: 100px;
}
.s5 .s5_head{        
	margin: 0 auto 60px;
	padding-top: 100px;
	width: 644px;
}
.s5 h3.s5_h3 span{
    display: inline-block;
    margin: 0 auto 40px;
    padding: 60px 5px 5px 20px;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.075em;
    border-bottom: 2px solid #706aad;
	
	-webkit-text-stroke-width: .3px;
	-webkit-text-stroke-color: #231815;
}
.s5 h3.s5_h3._point img{
	width: calc(68px * 2);
}
.s5 .sb_cont1 h3.s5_h3._point{
	text-align: right;
}
.s5 .sb_cont1 h3.s5_h3._point span{
	padding-left: 5px;
	padding-right: 200px;
	/*padding-right: 110px;*/
}
.s5 .sb_cont1 h3.s5_h3._product1 span{
	padding-left: 150px;
}
.s5 .sb_cont1 h3.s5_h3._product1 img{
	width: calc(73px * 1.85);
}
.s5 .sb_cont2 h3.s5_h3._point span{
	padding-left: 150px;
	padding-right: 5px;
}
.s5 .sb_cont2 h3.s5_h3._product2{
	text-align: right;
}
.s5 .sb_cont2 h3.s5_h3._product2 span{
	padding-left: 5px;
	padding-right: 180px;
}
.s5 .sb_cont2 h3.s5_h3._product2 img{
	width: calc(77px * 2);
}
.s5 .flexbox{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.s5 .flexbox ._txt{
	padding: 0 5rem;
}
.s5 .sb_cont1,.s5 .sb_cont2{
	position: relative;
	z-index: 1;
	width: 100%;
}
.s5 .sb_cont1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background: #ebeaf4;
	border-radius: 0 50px 50px 0;
	z-index: -1;
}
.s5 .sb_cont2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: 100%;
	background: #fff;
	border-radius: 50px 0 0 50px;
	z-index: -1;
}
.s5_obj2 {
	position: relative;
	/*overflow: hidden;*/
}
.s5_obj2 img {
	display: block;
	/*transform: translateX(0);*/
	height: auto;
}
.s5_obj3 {
	margin-top: -100px;
}
.s5 .s5_list{
	margin: 0 auto 40px;
	padding-left: 0;
	padding-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}
.s5 .s5_list li{
	width: 100%;
	display: flex;	
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	font-size: 18px;
    line-height: 1.5;
	padding: 0 1rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	/*border-bottom: 2px dotted #9fa0a0;*/
	
	list-style: none;
	/* 5pt(約6.67px)感覚の #9fa0a0 小丸ドット */
	background-image: url('data:image/svg+xml;utf8,\
	<svg xmlns="http://www.w3.org/2000/svg" width="6.67" height="6.67" viewBox="0 0 6.67 6.67">\
	<circle cx="3.335" cy="3.335" r="1" fill="%239fa0a0"/>\
	</svg>');

	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 6.67px;
}
.s5 .s5_list li:last-child{
	background: none;
	border-bottom: none;
}
.s5 .s5_list li .icon{	
	width: 50px;
	height: auto;
	margin: 0 1rem 0 0;
	flex-shrink: 0;
}
.s5 .sb_cont1 .s5_list li .icon{	
	width: 70px;
}
.s5 .sb_cont2 .s5_list li .icon{	
	width: 70px;
}
@media (min-width: 768px) {
	.s5 h3.s5_h3._point span{
		margin-bottom: 40px;
	}
	.s5 .s5_list{
		width: 730px;
	}
	.s5 .s5_list li{
		-webkit-text-stroke-width: .35px;
		-webkit-text-stroke-color: rgba(35, 24, 21, 1);
	}
	.s5_obj2 {
		position: relative;
		width: 380px;
		margin-top: -70px;
	}
	.s5_obj2 img {
		display: block;
		width: 380px;
		height: auto;
	}
	.s5_obj3 {
		position: relative;
		width: 230px;
		margin-top: -140px;
	}
	.s5_obj3 img {
		display: block;
		width: 230px;
		height: auto;
	}
	.s5 .sb_cont1 .flexbox ._txt {
    	padding: 0 1rem 0 8rem;
	}
	.s5 .sb_cont1 .s5_list li{
		margin-left: 1rem;
	}
	.s5 .sb_cont2 h3.s5_h3._product2 span{
		margin-bottom: 60px;
	}
	.s5 .sb_cont2 .flexbox ._txt{
		padding: 0 5rem;
	}	
	.s5 .sb_cont2 .s5_list{
		margin-left: auto;
		margin-right: 0;
	}	
	.s5 .sb_cont2 .s5_list li{
	}
}
@media (max-width: 767px) {
	main .s5{
		padding-bottom: 50px;
	}
	.s5 .s5_head{        
		margin: 0 auto 30px;
		padding-top: 40px;
		width: 80%;
	}
	.s5 h3.s5_h3 span{
		margin: 0 auto 30px;
		padding: 30px 0px 5px 10px;
		font-size: 6.67vw;
		-webkit-text-stroke-width: .5px;
	}
	.s5 h3.s5_h3._point span{
		margin-bottom: 40px;
	}
	.s5 h3.s5_h3._point img{
		width: 68px;
	}
	.s5 .sb_cont1 h3.s5_h3._product1 img{
		width: 73px;
	}
	.s5 .sb_cont1 h3.s5_h3._product1 span{
		padding-left: 45px;
	}
	.s5 .sb_cont1 h3.s5_h3._point span{
		padding-left: 5px;
		padding-right: 45px;
	}
	.s5 .sb_cont2 h3.s5_h3._product2 img{
		width: 77px;
	}
	.s5 .sb_cont2 h3.s5_h3._product2 span{
		padding-top: 60px;
		padding-left: 5px;
		padding-right: 32.5px;
	}
	.s5 .sb_cont2 h3.s5_h3._point span{
		padding-top: 40px;
		padding-left: 50px;
		padding-right: 5px;
	}
	.s5 .flexbox ._txt{
		padding: 0 1em 0 1rem;
		width: 70%
	}
	.s5_obj2 {
		width: 50%;
		overflow: hidden;
		margin-top: 0;
	}
	.s5_obj2 img {
		display: block;
		transform: translateX(0);
		height: auto;
		width: 130%;
		/*@@@1121 widthのみ変更
		width: 160%;
		transform: translateX(0%);*/
	}
	.s5 .sb_cont1 .flexbox ._txt{
		padding: 0 1.5em 0 1.5rem;
	}
	.s5 .sb_cont2 .flexbox ._txt{
		padding: 0 1.5em 0 0.5rem;
	}
	.s5_obj3 {
		margin-top: -100px;
		margin-left: -40px;
	}
	.s5_obj3 img {
		width: 80%;
	}
	.s5 .s5_list{
		width: 80%;
		padding-bottom: 20px;
	}
	.s5 .s5_list li{
		font-size: 3.5vw;
		padding-bottom: 1rem;
		padding-right: 0;
		margin-bottom: 1rem;
		gap: 0;
	
		-webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: rgba(35, 24, 21, 0.8);
	}
	/*.s5 .s5_list li.sb_cont1_s5_list_icon3{
		padding-left: 0.45rem;
	}
	.s5 .s5_list li.sb_cont1_s5_list_icon3 .icon{	
		width: 58px;
		margin-right: 0.5rem;
	}*/
	.s5 .sb_cont1 .s5_list li .icon{
		width: 48px;
	}
	.s5 .sb_cont2 .s5_list li .icon {
		width: 50px;
	}
}
/* ----- 【Section 6】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s6{	
	background-color: #fff;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 0;
}
.s6 h2.s6_h2{
	width: 672px;
	padding-top: 0;
	margin-bottom: 60px;
}
.s6_h2_undertxt{
	text-align: center;
	margin: 0 auto 30px;
	
}
/*.s6 .h2_ul+p{
	font-size: 23px;
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.s6 .h2_ul+p{		
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: rgba(35, 24, 21, 0.8);
	}
}*/
.s6 .s6_head{
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	gap: 1.5rem;
}
.s6 .s6_head a.btn_s6{
	/*font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
	padding: 1rem 2rem;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;*/
	display: block;
	width: 254px;
	height: auto;
}
.s6 .s6_white{
	background-color: #f7f8f8;
	padding-bottom: 40px;
}
.s6 .s6_white .s6_h2 img{
	padding-top: 60px;
}

/*.s6 .s6_head a.btn_s6._moisteane{
	background-color: #d8d6e9;
	color: #4c4499;
	
	-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: #4c4499;
}
.s6 .s6_head a.btn_s6._lamino{	
	background-color: #d5ebe5;
	color: #009395;
	
	-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: #009395;
}*/
.s6 #s6_moisteane{
	position: relative;
	background-color: #ebeaf4;
	padding-top: 200px;
	padding-bottom: 20px;
}
.s6 #s6_lamino{
	position: relative;
	background-color: #e4f3f1;
	padding-top: 200px;
	padding-bottom: 20px;
}
.s6 #s6_other{
	position: relative;
	background-color: #f7f8f8;
	padding-top: 200px;
	padding-bottom: 20px;
}
.s6 h3{	
	width: 600px;	
	margin: 0 auto 25px;
	display: block;
}
.s6 h3 img{
	display: block;
	margin-left: 0;
	margin-right: auto;
	width: 380px;
}
.s6 .s6_img{	
	margin-bottom: 30px;
}
.s6 .s6_img+p{
	width: 600px;
	margin: 0 auto 80px;
	text-align: left;
}
.s6 h4{
	width: 440px;	
	margin: 0 auto 30px;
	display: block;
	/*display: inline-block;
	padding: 0 0.5rem;
	font-size: 22px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 0.075em;
	background:linear-gradient(transparent 60%, #fff 60%);
	margin-bottom: 30px;
	
	-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: #231815;*/
}
.s6 #s6_moisteane h3{
	color: #4c4499;
}
.s6 #s6_lamino h3{	
	color: #009395;
}
.s6 #s6_other h3{	
	color: #f7f8f8;
}
.s6 .s6_list{
	width: 350px;
	margin: 0 auto 40px;
	margin-bottom: 40px;
}
.s6 .s6_list li{
	width: 100%;
	margin-bottom: 1.5rem;
	
	/*font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
	border-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	
	-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: #fff;*/
}
/*.s6 #s6_moisteane .s6_list li{background-color: #7973b3;}
.s6 #s6_lamino .s6_list li{background-color: #72b6af;}*/
.s6 #s6_lamino.triangle:after{	
	border-top: 100px solid #ebeaf4;
}
.s6 .s6_salon{
	background-color: #fff;
	padding-bottom: 60px;
}
.s6 .s6_salon.triangle:after{
	border-top: 100px solid #f7f8f8;	
}
.s6 #s6_other.triangle:after{
	border-top: 50px solid #e4f3f1;	
}
.s6 #s6_other{
	padding-top: 80px;
}
.triangle{
	position: relative;
	padding: 160px 0px 0;
	overflow: hidden;
}
.triangle:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 480px solid transparent;
	border-right: 480px solid transparent;
	border-top: 100px solid #f7f8f8;
}
@media (max-width: 767px) {	
	main .s6{
		padding-top: 30px;
		padding-bottom: 0;
	}
	.s6 #s6_moisteane{
		padding-top: 100px;
	}
	.s6 #s6_lamino{
		padding-top: 80px;
		/*@@@1121 marginのみ変更
		padding-top: 100px;*/
	}
	.s6 h2.s6_h2{
		width: 300px;
		margin-bottom: 20px;
	}

	.s6 .s6_head{
		width: 100%;
		gap: 0.75rem;
	}
	.s6 .s6_head a.btn_s6{
		/*font-size: 4vw;
		padding: 0.75rem 1.5rem;*/
		width: 156px;
	}
	.s6 .s6_head a.btn_s6._moisteane {
		-webkit-text-stroke-width: 0.75px;
	}
	.s6 .s6_head a.btn_s6._lamino {
		-webkit-text-stroke-width: 0.75px;
	}
	.triangle {
		padding-top: 80px;
		/*@@@1121 marginのみ変更
		padding-top: 100px;*/
	}
	.triangle:after {
		border-left: 50vw solid transparent; 
		border-right: 50vw solid transparent;
		border-top: 50px solid #f7f8f8;
	}
	.s6 h3{	
		font-size: 5.3vw;
		width: 85%;
		margin: 0 auto 20px;
	}
	.s6 h3 img{
		width: 240px;
	}
	.s6 .s6_img{
		width: 95%;
		margin: 0 auto 20px;
	}
	.s6 .s6_img+p{
		width: 85%;
		margin: 0 auto 35px;
		/*@@@1121 marginのみ変更
		width: 85%;
		margin: 0 auto 60px;*/
	}
	.s6 h4{
		width: 284px;
		font-size: 4.5vw;
		margin-bottom: 20px;
	}
	.s6 .s6_list{
		width: 62.5%;
		margin: 0 auto 20px;
		margin-bottom: 20px;
	}
	.s6 .s6_list li{
		font-size: 13px;
		width: 100%;
		height: 48px;
		margin-bottom: 0.75rem;
	}
	.s6 #s6_lamino.triangle:after{	
		border-top: 50px solid #ebeaf4;
	}	
	.s6 .s6_salon{padding-bottom: 40px;}
	.s6 .s6_salon.triangle:after{border-top: 50px solid #f7f8f8;}

}
/* ----- 【Section 7】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s7{
	background: #fff;
	overflow: hidden;
	padding-bottom: 0;
	margin-top: 30px;
}
.s7 h2.h2_ul{
	width: 480px;
	padding-top: 80px;
	margin-bottom: 60px;
}
.s7 .s7_cont{
	background-color: #f7f8f8;
	border-top-left-radius: 1000px 400px;
	border-top-right-radius: 1000px 400px;
	border-bottom-left-radius: 1000px 400px;
	border-bottom-right-radius: 1000px 400px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
}
.s7 .s7_fukidashi{
	position: relative;
	margin: 0 auto 60px;
	padding: 3rem 2rem;
	width: 75%;
	background-color: #fff;
	border-radius: 25px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	gap: 2rem;
	filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .1));
	text-align: left;
}
.s7 .s7_cont > .s7_fukidashi:nth-child(odd) {
	flex-direction: row-reverse;
}
.s7 .s7_fukidashi:after{
	border-top: 20px solid #fff;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 15%;
}
.s7 .s7_cont > .s7_fukidashi:nth-child(odd):after {left: 80%;}
.s7 .s7_fukidashi .icon{	
	display: block;
	width: 123px;
	height: auto;
}
.s7 .caution{
	padding-left:1em;
	text-indent:-1em;
	margin: 0 auto;
	width: 75%;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
@media (max-width: 767px) {	
	main .s7{padding-bottom: 20px;}
	.s7 .s7_cont {padding-bottom: 60px;}	
	.s7 h2.h2_ul {
		padding-top: 60px;
		margin-bottom: 25px;
		/*@@@1121 paddingのみ変更
		padding-top: 40px;*/
	}
	.s7 h2.s7_h2{
		width: 264px;
	}
	.s7 .s7_fukidashi {
		width: 85%;
		padding: 2rem 1.25rem;
		gap: 1rem;
		margin-bottom: 40px;
	}
	.s7 .s7_fukidashi .icon{width: 82px;}
	.s7 .s7_fukidashi:after{left: 20%;}
	.s7 .s7_cont > .s7_fukidashi:nth-child(odd):after {left: 70%;}
	.s7 .caution {
		width: 85%;
		font-size: 11px;
	}
}
/* ----- 【Section 8】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s8{
	background-color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 0;
}
.s8 h2.s8_h2{
	width: 480px;
	padding-top: 0;
	margin-bottom: 60px;
}
.s8 .s8_obj1{
	position: relative;
	overflow: visible;
    width: 646px;
	margin: 0px auto 60px;
	z-index: 1;
	
	padding: 20px 40px 68px;
}
.s8 .s8_obj1 .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;   
	background-color: #ebeef7;
	z-index: 0
	/*@@@1121 background-colorのみ変更
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;   
	background-color: #e9eff6;
	z-index: 0*/
}
.s8_obj1 > *:not(.bg) {
  position: relative;
	z-index: 2;
}
.s8_obj1 .s8_obj1_cont1{
	margin-bottom: 40px;
}
.s8_obj1 .s8_obj1_cont1{
	width: 120%;
}
.s8_obj1 .s8_obj1_cont2{
	background-color: #fff;
	padding: 40px 80px;
	margin-bottom: 60px;
}
.s8_obj1 .s8_obj1_cont2 p{
    font-size: 22px;
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: 0.075em;
	
	/*-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: #231815;*/
}
.s8_obj1 .s8_obj1_cont2 p img{	
	padding: 30px 0;
}
.s8_obj1 .s8_obj1_cont3{
	width: 60%;
	margin: 0 auto;
}
.s8_obj1_under_txt{
    width: 288px;
	margin: 0px auto 60px;	
}
/*.s8 .s8_obj1+p{
	position: relative;
	font-size: 26px;
	line-height: 1.75;
	font-weight: 300;
	letter-spacing: 0.075em;
	margin-bottom: 60px;
}
.s8 .s8_obj1+p:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	width: 90px;
	height: 15px;
	background: url("img/s8_obj1_under.svg") no-repeat center/contain;
}
.s8 .s8_txt_buy{
	margin-bottom: 60px;
}
.s8 .s8_txt_buy span{
	color: #4c4499;
	font-size: 20px;
	font-weight: 600;
}*/
.s8 .s8_obj2{
	position: relative;
	display: inline-block;
	margin: 0 auto;	
	background: url("img/s8_obj2.svg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 646px;
	height: 456px;
	margin-bottom: 40px;
	text-align: center;
}
.s8 .s8_obj2 .s8_obj2_txt1{
	position: absolute;
	display: inline-block;
	color: #4c4499;
	font-size: 26px;
	letter-spacing: 0.075em;
	padding: 0.25em 0.75em 0;
	
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	
	-webkit-text-stroke-width: .3px;
	-webkit-text-stroke-color: #4c4499;
}
.s8 .s8_obj2 .s8_obj2_txt1:before,.s8 .s8_obj2 .s8_obj2_txt1:after {
	position: absolute;
	top: 25%;
	transform: translateY(-50%);
	content: '';
	height: 1.25em;
	border-color: currentColor;
}
.s8 .s8_obj2 .s8_obj2_txt1:before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-30deg);
}
.s8 .s8_obj2 .s8_obj2_txt1:after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}
.s8 .s8_obj2 .s8_obj2_txt2{
	position: absolute;
	display: block;
	/*white-space: nowrap;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1;
	padding: 1rem 2rem;
	background-color: #706aad;
	color: #fff;*/
	
	width: 380px;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}
.s8 .s8_obj2 .s8_obj2_txt3{
	position: absolute;
	font-size: 26px;
	letter-spacing: 0.075em;
	
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
}
.s8 .s8_obj2 a.btn_s8_obj2{
	display: block;
	width: fit-content;
	padding: 2rem 4rem;
	border-radius: 50px;
	background: linear-gradient(to top, #dadbdb 0%, #ffffff 50%, #f7f8f8 100%);
	box-shadow: 0 4px 10px rgba(0,0,0,0.45);

	color: #4c4499;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.075em;
	
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	
	-webkit-text-stroke-width: .3px;
	-webkit-text-stroke-color: #4c4499;
	
	transition: transform 0.45s ease, opacity 0.45s ease;
}
.s8 .s8_obj2 a.btn_s8_obj2:hover {
    transform: translateX(-50%) scale(1.05);
    opacity: 0.5;
	text-decoration: none;
}
.s8 .s8_obj2+p{margin-bottom: 40px;}
.s8 .area_salon{padding-bottom: 60px;}
@media (max-width: 767px) {
	main .s8{
		padding-top: 40px;
	}
	.s8 h2.s8_h2{
		width: 264px;
		margin-bottom: 20px;
	}
	.s8 .s8_obj1{
		width: 85%;
		margin: 0px auto 30px;	
		padding: 10px 30px 34px;
	}
	.s8 .s8_obj1_cont1{
		margin-bottom: 20px;
	}
	.s8 .s8_obj1_cont2{
		margin-bottom: 30px;
	}
	.s8 .s8_obj1_cont2{
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	.s8_obj1 .s8_obj1_cont2 p img{	
		padding: 20px 0;
	}
	.s8 .s8_obj1_cont2 p{
		font-size: 3.73vw;
	}
	.s8 .s8_obj1_cont3{
		width: 80%;
		}
	.s8_obj1_under_txt{
		width: 190px;
		margin: 0px auto 25px;	
	}
	/*.s8 .s8_obj1+p{
		font-size: 4.8148vw;	
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: #231815;
	}
	.s8 .s8_txt_buy{
		margin-bottom: 30px;			
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: #231815;
	}
	.s8 .s8_txt_buy span{
		font-size: 4vw;
		-webkit-text-stroke-width: .65px;
		-webkit-text-stroke-color: #4c4499;
	}*/
	.s8 .s8_obj2{
		width: 323px;
		height: 228px;
		margin-bottom: 30px;
	}	
	.s8 .s8_obj2 a.btn_s8_obj2{
		width: 60%;
		padding: 1.35rem 1rem;
		font-size: 16px;
		bottom: 10%;
		-webkit-text-stroke-width: .75px;
		-webkit-text-stroke-color: rgba(76, 68, 153, 0.8);
	}
	.s8 .s8_obj2 .s8_obj2_txt1{
		font-size: 13px;
		-webkit-text-stroke-width: .75px;
		-webkit-text-stroke-color: rgba(76, 68, 153, 0.8);
	}
	.s8 .s8_obj2 .s8_obj2_txt2{
		padding: 0.5em 1.5rem;
		font-size: 20px;
		width: 240px;
		top: 21%;
	
		-webkit-text-stroke-width: .75px;
		-webkit-text-stroke-color: #fff;
	}
	.s8 .s8_obj2 .s8_obj2_txt3{
		font-size: 13px;
		top: 47.5%;
	}
	.s8 .s8_obj2+p{
		margin-bottom: 15px;
		/*@@@1121 margin-bottomのみ変更
		margin-bottom: 30px;*/
	}
	.s8 .area_salon{padding-bottom: 50px;}
}
/* ----- 【Section 9】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s9{
	background-color: #f7f8f8;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
.s9 h2.s9_h2{
	width: 480px;
	padding-top: 0;
	margin-bottom: 60px;
}
.s9 .s9_cont{
	width: 80%;
	margin: 0 auto 60px;
}
.s9 .area_qanda{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.s9 .area_qanda h3{
	display: inline-block;
	padding: 0.5rem 2rem;
	margin-bottom: 40px;
	background-color: #efeef6;
	border-radius: 50px;
	font-size: 26px;
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: 0.075em;
}
.s9 .box_qanda{
	width: 80%;
	margin: 0 auto 0.5rem;
	text-align: left;
}
.s9 .box_qanda .q-area{
	position: relative;
	padding: 1.5rem 0;
	cursor: pointer;
	/*border-bottom: 2px dotted #9fa0a0;*/	
	
	/* 5pt(約6.67px)感覚の #9fa0a0 小丸ドット */
	background-image: url('data:image/svg+xml;utf8,\
	<svg xmlns="http://www.w3.org/2000/svg" width="6.67" height="6.67" viewBox="0 0 6.67 6.67">\
	<circle cx="3.335" cy="3.335" r="1" fill="%239fa0a0"/>\
	</svg>');

	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 6.67px;
}
.s9 .box_qanda .q-area > p._txt{
	line-height: 1.5;
	padding: 0 70px;
}
.s9 .box_qanda .q-area:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-image: url("img/s9_q_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.s9 .box_qanda .q-area:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-image: url("img/s9_toggle_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%) rotate(180deg);
	transform-origin: center center;    
	transition: transform .4s;
}
.s9 .box_qanda .q-area.open:after{
	transform: translateY(-50%) rotate(0deg);
}
.s9 .box_qanda .a-area{display: none;
	position: relative;
	padding: 1.5rem 0;
}
.s9 .box_qanda .a-area > p._txt{
	line-height: 1.5;
	padding: 0 5px 0 70px;
}
.s9 .box_qanda .a-area:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-image: url("img/s9_a_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	main .s9{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.s9 h2.s9_h2{
		width: 264px;
		margin-bottom: 20px;
	}
	.s9 .s9_cont{
		width: 85%;
		margin: 0 auto 30px;
	}
	.s9 .area_qanda{
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.s9 .area_qanda h3{
		font-size: 4.8vw;
		margin-bottom: 30px;
		
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: #231815;
	}	
	.s9 .box_qanda{
		width: 85%;
	}	
	.s9 .box_qanda .q-area{
		padding: 1rem 0;
	}
	.s9 .box_qanda .q-area > p._txt{
		padding: 0 40px;
	}
	.s9 .box_qanda .q-area:before {
		width: 20px;
		height: 20px;
	}
	.s9 .box_qanda .q-area:after {
		width: 20px;
		height: 20px;
	}
	.s9 .box_qanda .a-area{
		padding: 1rem 0;
	}
	.s9 .box_qanda .a-area > p._txt{
		padding: 0 5px 0 40px;
	}
	.s9 .box_qanda .a-area:before {
		width: 20px;
		height: 20px;
	}	
}
/* ----- 【Section 10】 ----- ----- ----- ----- ----- ----- ----- ----- ----- */
main .s10{
	background-color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
.s10 .s10_txt1{
	margin-bottom: 60px;
}
.s10 .s10_obj3{
	margin: 0px auto 60px;
    width: 475px;
}
@media (max-width: 767px) {
	main .s10{
		padding-top: 50px;
		padding-bottom: 40px;
		/*@@@1121 padding変更
		padding-top: 40px;
		padding-bottom: 40px;*/
	}
	.s10 .s10_txt1{
		font-size: 4vw;
		margin-bottom: 45px;
		line-height: 30px;
		/*@@@1121 margin-bottom変更 line-height追加
		font-size: 4vw;
		margin-bottom: 30px;*/
	}
	.s10 .s10_obj3{
		margin: 0px auto 30px;
		width: 67.5%;
	}	
}
.l-footer__sub-copyright{
	text-align:left;
	margin-top: 10px;
}
.l-footer__menu img{
	filter: brightness(0) invert(1);
	text-align: left;
	width: 140px;
    margin-top: 50px;
}
.c-button--white::before {
    background: #c2c0d9;
	border: none;
}
    .c-button__text {
        color: #fff;
    }
    .l-footer__contact-button .c-button__text::after, .l-footer__contact-button .c-button__text::before {
        background: #fff;
    }
	    .l-footer__contact {
        padding-left: 280px;
		}
@media screen and (max-width: 767px) {
    .l-footer__inner {
        padding: 59px 0 40px;
    }
		    .l-footer__contact {
        padding-left: 0;
		}
		
.l-footer__contact-button {
  display: flex;
  justify-content: center;
}

}

@media screen and (min-width: 768px) {
    .l-footer__contact-text {
        line-height: 2;
    }
}