@charset "utf-8";

/* indexのみ上書き
------------------ */
@media print, screen and (min-width: 1441px){
#main{
	margin: 0;
	margin: 0 auto;
	padding: 0 10%;
}
}


/* ----------------

　- 全般の設定

---------------- */


/*-　
 --背景スクロール　
-*/

.bg_sticky_wrap{
	background: #000;
}

.bg_sticky_wrap .bg-show{
	position: relative;
	z-index: 1;
}


.bg_sticky_wrap .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg_sticky_wrap .parallax-bg .bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}

.bg{
	background: #000000;
}

.bg_sticky_wrap .parallax-bg .bg01 {
  background-image: url("../../img_index/catch_bg.jpg");
}


.bg_sticky_wrap .parallax-bg .bg02 {
  background-image: url("../../img_index/treatment_bg.jpg");
}


.scalpink_counseling_bg_area{
	padding-top: 40vh;
}



/* -------------

　- メイン画像

------------- */


#mv_wrap{
	background: url("../../img_index/mv_bg.jpg") no-repeat center / cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


#mv{
	max-width: 1440px;
	justify-content: center;
	padding:1rem 0 3rem;
	margin: 0 auto;
}

#mv_wrap .mv_parson {
    margin: 0 -1.5rem 0 auto;
    width: 70%;
    text-align: right;
}

#mv .mv_text{
	width: 65%;
	position: absolute;
	top: 28%;
	right: 35%;
	z-index: 1;
	text-align: left;
}



#mv .mv_text::before,
#mv .mv_text::after{
	content: "";
	display: block;
	width: 2rem; height: 4rem;
	position: absolute;
}

#mv .mv_text::before{
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../../img_index/mv_ornament.png") no-repeat center / cover;
}

#mv .mv_text::after{
	top: 50%;
	transform: translateY(-50%);
	background: url("../../img_index/mv_ornament_02.png") no-repeat center / cover;

}

.t_caption{
	width: 100%;
	padding:0.5rem 1rem;
	font-size: 1rem;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	background: rgb(0,0,0,0.5);
}

.t_caption p{
	margin-bottom: 0;
}



@media print, screen and (min-width: 960px){
	

	#mv_wrap .mv_parson {
    	width: 50%;
		margin: 0 0 0 auto;
	}
	
	#mv .mv_text{
		width: 50%;
		position: absolute;
		top: 20%;
		right: 36%;
		z-index: 1;
	}
	
	.t_caption{
		padding:0.5rem 1rem;
		font-size: 2rem;
		letter-spacing: 8px;
		background: rgb(0,0,0,0.5);
	}

}

@media print, screen and (min-width: 1440px){
		
	#mv .mv_text{
		top: 10%;
		right: 33%;
	}
	
	
}




/* -------------

　- 韓国直輸入

------------- */


.scalpink_import{
	text-align: center;
	position: relative;
	z-index: 0;
}

.scalpink_import::before{
	content: "";
	display: block;
	width: 100%; height: 100%;
	background: url("../../img_index/bg_import.jpg") no-repeat center / cover;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
}

.scalpink_import::after{
	content: "";
	display: block;
	width: 100%; height: 100%;
	background: url("../../img_index/bg_ornament_import.jpg") no-repeat center / cover;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
	opacity: 0.5;
}

.scalpink_import .h01{
	font-size: 1.25rem;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

/*.scalpink_import .h01::after{
	content: "";
	display: block;
	width: 100%;
	height: 1rem;
	background: url("../../img_index/t_line.png") no-repeat center / contain;
}*/

.scalpink_import{
	padding: 2rem 0;
}

.scalpink_t{
	font-size: 1.5rem;
	justify-content: center;
}

/*.scalpink_t::before{
	content: "";
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background: url("../../img_index/page_logo.png") no-repeat center / contain;

	
}*/

.scalpink_counseling{
	position: relative;
}


.scalpink_counseling .t_caption{
	font-size: 1rem;
}

.scalpink_counseling .t_caption.p_top{
	top: 0;
	bottom: inherit;
}

.scalpink_counseling_bg{display: block;position: sticky;top: 100%;z-index: -1;height: 100vh;overflow: visible;transform: translateY(-100%);overflow: hidden;}

.scalpink_counseling_bg::before{
	background: url("../../img_index/catch_bg.jpg") no-repeat center / cover;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
}

.iso_9001{
	width: 33%;
	margin: 0 auto;
}

@media print, screen and (min-width: 960px){	
	
	.scalpink_import{
		padding: 10rem 0;
	}
	
	.scalpink_import .h01{
		font-size: 3.5rem;
		letter-spacing: 8px;
	}
	
	.scalpink_t{
		font-size: 3rem;
	}

	.scalpink_t::before{
		width: 5rem;
		height: 5rem;
	}
	
	.scalpink_counseling .t_caption{
		font-size: 1.5rem;
	}
	
}


/* ----------------------
 
 - 痛みが少なく自然な仕上がり

---------------------- */


.feature_area_bg{
	padding-top: 1rem;
	background: #000000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.feature_area_bg::before{
	content: "";
	display: block;
	width: 110%;
	height: 30vh;
	background: url("../../img_index/feature_bg.jpg") no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -5%;
	z-index: -1;
	transform: translateY(-50%) rotate(15deg);
}



.feature_area{
	flex-flow: column-reverse;
}

.feature_area .ph_wrap{
	width: 80%;
}

.feature_area .text_wrap {
	width: 80%;
}




.feature_area .feature_list li{
	margin-bottom: 2rem;
	animation-delay: 0.5s;
}




@media print, screen and (min-width: 960px){
	
	.feature_area_bg{
		padding-top: 6rem;
	}

	.feature_area{
		flex-flow: row;
	}
	
	.feature_area .ph_wrap{
		width: 60%;
	}
	
	.feature_area .text_wrap {
		flex: 1;
		margin-left: 2rem;
	}

	
	.feature_area .feature_list li{
		margin-bottom: 0
	}

	.feature_area .feature_list li:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	

}


/* ----------------

　- コンタクトエリア

---------------- */



.contact_area{
	text-align: center;
	color: #000000;
}


.contact_area .h_img .h_sub{
	width: 70%;
	margin-bottom: 0.25rem;
}

.contact_area .h_img .flex > picture:nth-of-type(1){ width: 80%; line-height: 1;}

.contact_area .h_img .flex > picture:nth-of-type(2){width: 33%; line-height: 1;}
.contact_area .h_img .flex > picture:nth-of-type(3){width: 47%; line-height: 1;}


.contact_area .h_img > .flex{
	justify-content: center;
	align-items: center;
	gap:0.5rem 0.75rem;
}

.contact_flow{
	color: #333;
	text-align: center;
	max-width: 1260px;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	background: rgb(236,196,64);
	background: linear-gradient(180deg, rgba(236,196,64,1) 0%, rgba(255,250,138,1) 26%, rgba(221,172,23,1) 60%, rgba(255,216,78,1) 100%);
	margin-left: 1rem;
	margin-right: 1rem;
}

.js-anime__item.contact_flow{
	animation-duration: 1.5s;
	animation-delay: .5s;
}

.contact_flow .h_img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	animation-delay: 0.5s;
}


.contact_list{
	gap: 1rem;
	justify-content: center;
}

.contact_list li:first-of-type{
	width: 100%;
}

.contact_list li{
	width: calc(100% / 2 - 2rem);
}

.contact_flow > .section_half{
	padding-left: 0;
	padding-right: 0;
}



.contact_area .h_img{
	animation-delay: 1s;
	justify-content: center;
}

.contact_area .usually_text{	
	animation-delay:0.5s;
}

.contact_flow .h_img{
	animation-delay:1s;
}


/*
 -- モニターキャンペーン 
*/

.tester_ba{
    border: 1px solid #e7bb4b;
    padding: 1rem;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	
	background: linear-gradient(45deg, black, #212121);
}

.tester_ba .h_img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.tester_ba .section_half{
	padding: 1rem 2rem;
}


@media print, screen and (min-width: 640px){
	
	.contact_flow{
		margin-left: 4rem;
		margin-right: 4rem;
	}
	
}


@media print, screen and (min-width: 960px){
	.contact_flow{
		margin-left: auto;
		margin-right: auto;		
		padding-top: 2rem;
		padding-bottom: 2rem;
		box-sizing: border-box;
	}

	.contact_flow .h_img{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contact_area .h_img .h_sub{
		width: 50%;
		margin-bottom: 2rem;
	}
	
	.contact_area .h_img .flex > picture:nth-of-type(1),
	.contact_area .h_img .flex > picture:nth-of-type(2),
	.contact_area .h_img .flex > picture:nth-of-type(3){ width: auto;}

	.contact_area .h_img .flex > picture{
		flex: 2;
	}
	
	.contact_area .h_img > .flex{
		gap:0 0.75rem;
		align-items: flex-end;
	}
	
	.contact_area .h_img > .flex .strong{
		flex: 1;
	}

	
	.contact_list{
		gap: 0 1.5rem;
	}


	.contact_list li{
		flex: 1;
	}

	.contact_list li:first-of-type{
		width: 60%;
		flex: none;
	}
	
	
	.tester_ba{
    	padding: 2rem 2rem 4rem;
	}
	
	
	.tester_ba .section_half{
		padding: 0;
	}
}



/* ---------

　- 安全?

--------- */


.safety_wrap{
	justify-content: space-around;
}


.safety_box{
	width: calc(50% - 0.5rem);
	text-align: center;
}

.safety_box .text_h{
	font-size: 1rem;
}

.safety_box .t{
	font-size: 0.875rem;
	text-align: left;
}


@media print, screen and (min-width: 960px){
	
	.safety_box{
		width: calc(50% - 8rem);
		text-align: center;
		align-items: flex-start;
	}

	.safety_box .text_h{
		display: block;
		width: 100%;
		font-size: 2rem;
	}
	.safety_box .t{
		font-size: 1.25rem;
	}
}




/* ----------------

　- どのような施術 ?

---------------- */


.treatment_list{
	justify-content: center;
	gap: 1rem;
}


.treatment_list figure:nth-of-type(1){
	animation-delay: 0.25s;
}

.treatment_list figure:nth-of-type(2){
	animation-delay: 0.3s;
}

.treatment_list figure:nth-of-type(3){
	animation-delay: 0.325s;
}

.treatment_bg{
	position: relative;
	z-index: 0;
}

.treatment_list figure{
	width: calc(100% / 2 - 0.5rem);
	
}


.treatment_catch{
	/* padding: 0 2rem; */
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.treatment_catch::before{
	content: "";
	display: block;
	width: 110%;
	height: 100%;
	background: url("../../img_index/treatment_line.png") no-repeat top center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.treatment_catch .flex{
	justify-content: center;
	column-gap: 6rem;
}

.treatment_catch .ph{
	width: 100%;
	margin-bottom: 1rem;
}

.treatment_catch .text_wrap{
	font-size: 0.875rem;
}

.treatment_catch .text_wrap .larger{
	font-size: 1.5em;
}


@media print, screen and (min-width: 960px){
	

	.treatment_list{
		justify-content: center;
		gap: 0 2rem;
	}

	.treatment_list figure{
		width: calc(100% / 3 - 4rem);
		
	}

	.treatment_catch{
		/* padding: 0; */
	}
	
	.treatment_catch .flex{
		justify-content: center;
		gap:0 6rem;
	}


	.treatment_catch .ph{
		width: calc(30% - 6rem);
		margin-bottom: 0;
	}

	.treatment_catch .text_wrap{
		width: calc(70% - 4rem);
		font-size: 1.25rem;
	}



}



/* -------------------

　- このような方にお勧め

-------------------	 */


.recommen_example_bg{
	background: url("../../img_index/recommen_example_bg.jpg") no-repeat center / cover;
	position: relative;
	z-index: 0;
}

.recommen_example_bg::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background:#000;
	opacity: 0.8;
	z-index: -1;
	position: absolute;
	top: 0; left: 0;
}

.recommen_list{
	gap:1rem;
	padding: 0 0.5rem;
}

.recommen_list li{
	width: 100%;
}



@media print, screen and (min-width: 960px){

	.recommen_list{
		padding: 0 1.5rem;
		gap:2rem;
	}

	.recommen_list li{
		width: calc(100% / 2 - 2rem);
	}
}



/* -----------

　- 施術写真

----------- */


.example_area .h_img{
	margin-bottom: 2rem;
}

.example_area .t{
	font-size: 1rem;
}

.example_list{
	justify-content: space-around;
	gap:2rem 0;
}

.example_list li{
	width: calc(100% - 2rem);
}


@media print, screen and (min-width: 960px){

	.example_area .h_img{
		margin-bottom: 2rem;
	}
	
	.example_area .t{
		font-size: 1.5rem;
	}
	
	.example_list{
		justify-content: space-around;
		gap:4rem 2rem;
	}
	
	.example_list li{
		width: calc(100% / 2 - 4rem);
	}
	


}





/* ----------

　- Q & A

---------- */



.faq_bg{
	color: #333;
	position: relative;
	background: #fff;
	z-index: 0;
}

.faq_bg::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../img_index/faq_bg.jpg") repeat;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
	opacity: 0.2;
}


.faq_list {
	margin-bottom: 2rem;
}

.faq_list dt{
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 2rem;
	background-color: #333;
	border-bottom: 3px solid #888;
	box-sizing: content-box;
	position: relative;
	padding-right: 1.25rem;
	
	cursor: pointer;
}

.faq_list dt::before{
	content: "";
	display: inline-block;
	width: 2.25rem; height: 2.25rem;
	margin-right: 0.5rem;
	background: url("../../img_index/faq_question.png") no-repeat center / cover;
	
}

.faq_list dt::after{
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	color: #e7bb4b;
}

.faq_list dt.show::after{
	font-size: 3rem;
	content: "-";
	top: 40%;
	font-weight: 500;
}

.faq_list dd{
	font-size: 1.125rem;
	line-height: 1.75;
	text-indent: 0rem;
	position: relative;
	
	display: none;
}

.faq_list dd::before{
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url("../../img_index/faq_answer.jpg") no-repeat center / cover;
	float: left;
	margin-right: 0.5rem;

	position: relative;
	top: 0.25rem;
	left: 0;
}


.faq_list dd .hide{
	display: inline;
}

.faq_price{
	justify-content: flex-start;
	gap: 0.5rem;
}

.faq_price li{
	width: calc(100% / 2 - 0.25rem);
	border: 1px solid #333;
}


@media print, screen and (min-width: 960px){

	.faq_list dt{
		font-size: 1.25rem;
	}
	.faq_list dd{
		line-height: 2.25;
		padding-left: 4.5rem;
	}
	
	
	.faq_list dt::after{
		right: 1rem;
	}
	
	.faq_list dt::before,
	.faq_list dd::before{
		width: 3rem;
		height: 3rem;
	}

	.faq_list dd::before{
		float: none;
		margin-right: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.faq_price li{
		width: calc(100% / 3 - 1rem);
	}

}



.caution_area{
	text-align: center;
	padding: 2rem 1.5rem;
	border: 6px solid #C60000;
	background: #fff;
}



.caution_area .h{
	font-size: 1.5rem;
	font-weight: bold;
	color: #C60000;
	/*padding-bottom: 1rem;*/
}

.caution_area .h::after{
	content: "";
	display: block;
	width: 20%;
	height: 0.5rem;
	background: #C60000;
	margin: 0.5rem auto 0;

}

.caution_area .ph{
	width: 70%;
}

.caution_area .text_wrap{
	flex: 1;
	text-align: left;
	margin-bottom: 2rem;
	line-height: 1.75;
	font-size: 1rem;
}

.caution_area .flex{
	flex-flow: column-reverse;
}



@media print, screen and (min-width: 960px){
	
	.caution_area{
		padding: 2rem 4.5rem;
	}

	.caution_area .ph{
		width: 20%;
	}
	
	.caution_area .text_wrap{
		flex: 1;
		margin-left: 2rem;
		margin-bottom: 0;
		font-size: 1.25rem;
	}

	.contact_area .usually_text{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	
	.caution_area .h{
		font-size: 2.5rem;
	}

	
	.caution_area .flex{
		flex-flow: row;
		align-items: flex-start;
	}
}



/* --------------------------------

　- スカルプインクインからのメッセージ

-------------------------------- */


.msg_area{
	background: #1C1C1C;
	position: relative;
	z-index: 0;
}

.msg_area::before{
	content: "";
	display: block;
	width: 100%; height: 100%;
	background: url("../../img_index/msg_bg.png") no-repeat center / cover;
	position: absolute;
	top: 0; left: 0;
	opacity: 0.5;
	z-index: -1;
}


.msg_main{
	padding: 0;
	margin: 0 1rem;
	justify-content: flex-end;
	background: #fff;
	position: relative;
}


.msg_main::after{
	content: "";
	display: block;
	width: 16vw; height: 7vw;
	background: url("../img/logo_02.jpg") no-repeat center / cover;
	
	position: absolute;
	top: 0; left: 0;
}


.msg_main .ph{
	width: 58%;
}

.msg_main .h_img{
	width: 55%;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-55%);
	z-index: 1;
}


@media print, screen and (min-width: 640px){
	
	.msg_main::after{
		content: "";
		display: block;
		width: 8vw; height: 8vw;
	}
	
}


@media print, screen and (min-width: 960px){
	.msg_area{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.msg_main{
		margin: auto
	}
	
	
	.msg_main::after{
		content: "";
		display: block;
		width: 13rem; height: 6rem;
		background: url("../img/logo_02.jpg") no-repeat center / cover;
	
		position: absolute;
		bottom: 0; right: 0;
		top: 0; left: 0;
	}

	.msg_main .ph{
		width: 45%;
	}

	.msg_main .h_img{
		width: 50%;
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translateY(-55%);
		z-index: 1;
	}
}




/* ----------------

　- アニメーション設定

---------------- */


.no-js .js-anime__item{
	opacity: 1;
}


.js-anime__item {
  opacity: 0;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.js-anime__item.is-anime {
  	animation-name: fadeIn;
}


.js-anime__item.is-anime.anime-fadeInUp {
  	animation-name: fadeInUp;
}

.js-anime__item.is-anime.anime-flash {
  		-webkit-animation-name: flash;
  	animation-name: flash;
}

.js-anime__item.is-anime.anime-slideInUp {
  	-webkit-animation-name: slideInUp;
 	 animation-name: slideInUp;
}

@keyframes customZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  30% {
    transform: scale3d(1.4, 1.4, 1.4);
  }

  100% {
	transform: scale3d(1, 1, 1);
    opacity: 1;
  }	
	
}

.js-anime__item.is-anime.anime-zoomIn {
  	  -webkit-animation-name: customZoomIn;
  	animation-name: customZoomIn;
}



.is-anime.anime-bgText {
  	animation-name:bgextendAnimeBase;
  	animation-duration:1s;
	
	animation-fill-mode:forwards;
  	position: relative;
  	overflow: hidden;/*　はみ出た色要素を隠す　*/
  	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}


.is-anime.anime-bgText .bgappearTrigger{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}


@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}


.is-anime.anime-bgText::before{
  animation-name:bgTextAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5f5f5f;/*伸びる背景色の設定*/
}


@keyframes bgTextAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}




.msg_area .anime_lazy_wrap p:nth-of-type(1){
	animation-delay: 0.5s;
	animation-duration: 2.5s;
}

.msg_area .anime_lazy_wrap p:nth-of-type(2){
	animation-delay: 1s;
	animation-duration: 2.5s;
}


/*eof*/