@charset "UTF-8";

/*メインビジュアル SP
---------------------------------------------*/
#mv_potenza_hair {
	position: relative;
	background-image: url(../img/potenza_hair/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_potenza_hair:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_potenza_hair .lined_sub{
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1;
	color: #e88a95;
	border: solid 1px #e88a95;
	padding: 0.3em;
	position: absolute;
	top: 15%;
	left: 5vw;
}
#mv_potenza_hair .sub {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1.4;
	color: #e88a95;
	position: absolute;
	top: 27%;
	left: 5vw;
}
#mv_potenza_hair .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 45%;
	left: 5vw;
	text-align: left;
	line-height: 1.1em;
}
#mv_potenza_hair .title span {
	display: block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 13px;
	vertical-align: top;
	line-height: 1.2em;
	letter-spacing: 0;
}
#mv_potenza_hair .title .tx_small{
	font-size: 60%;
	display: inline;
	vertical-align: baseline;
}

/*メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_potenza_hair {
	background-image: url(../img/potenza_hair/main.webp);
}
#mv_potenza_hair:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_potenza_hair .lined_sub {
	font-size: 24px;
	position: absolute;
	top: 26%;
	left: 19vw;
	letter-spacing: 0;
}
#mv_potenza_hair .sub {
	font-size: 24px;
	position: absolute;
	top: 37%;
	left: 19vw;
	letter-spacing: 0;
	line-height: 1.5em;
}
#mv_potenza_hair .title {
	font-size: 62px;
	position: absolute;
	top: 46%;
	left: 19vw;
	line-height: 1.1em;
}
#mv_potenza_hair .title span {
	font-size: 20px;
	vertical-align: middle;
	display: in;
	margin-top: 20px;
	letter-spacing: 0.1em;
}	
}


/*通常価格 SP
---------------------------------------------*/
.regular_price {
	width: 96%;
	height: auto;
	margin: 30px 2%;
	text-align: center;
}
.regular_price .treatment_area{
}
.regular_price .treatment_area p{
    display: inline-block;
    width: auto;
    padding: 0.4em;
    line-height: 1;
    border: solid 1px #aaa;
    font-size: 20px;
}
.regular_price .treatment_area .sup {
    vertical-align: super;
    font-size: 50%;
}
.regular_price dl {
	display: inline-block;
	margin: 15px 0 0;
}
.regular_price dt {
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 0.5em;
}
.regular_price dd {
	font-size: 12vw;
	font-weight: nomal;
	line-height: 1em;
	color: #d25965;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.regular_price dd .mini {
	font-size: 5vw;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-right: 0.5em;
}
.regular_price dd .tax_in {
	font-size: 3.2vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.regular_price dd .tx_exp {
	font-size: 3.4vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1.2em;
    color: #575757;
    margin-top: -0.3em;
    margin-bottom: 1em;
}
.regular_price p {
	font-size: 14px;
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align:center;
}
/*価格右に注釈を並べる*/
.regular_price .flex_box{

}
.regular_price dd .tx_exp2 {
	font-size: 3.4vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1.2em;
    color: #575757;
	text-align: left;
	margin-left: 2vw;
	margin-bottom: 3vw;
}


/*通常価格 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.regular_price dl {
	margin: 10px 40px;
}
.regular_price dt {
	text-align: left;
	margin-left: 1em;
	font-size: 20px;
}
.regular_price dd {
	font-size: 52px;
}
.regular_price dd .mini {
	font-size: 22px;
}
.regular_price dd .tax_in {
	font-size: 13px;
}
.regular_price dd .tx_exp {
	font-size: 13px;
}
.regular_price p {
	font-size: 15px;
	text-align: center;
}
/*価格右に注釈を並べる*/
.regular_price .flex_box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.regular_price dd .tx_exp2 {
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 0;
}
}


/*ホテンツァヘアとは？ SP
---------------------------------------------*/
.what_potenza_hair {
	width: 100%;
	height: auto;
    background-color: #fef3f3;
    margin-bottom: 50px;
}
.what_potenza_hair .inner{
    width: 94%;
    margin: auto;
	padding: 40px 0;
}
.what_potenza_hair .intro_potenza_hair{
    width: 100%;
    margin: 30px auto 50px;
}
.what_potenza_hair .intro_potenza_hair .inner{
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.what_potenza_hair .intro_potenza_hair img{
    width: 38%;
    height: auto;
}
.what_potenza_hair .intro_potenza_hair .exp_potenza_hair{
    width: 42%;
    text-align: left;
    margin-left: 5%;
}
.what_potenza_hair .intro_potenza_hair .exp_potenza_hair img{
    width: 100%;
} 



/* Point01 SP */
.what_potenza_hair .tx01{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 2.8em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;

}
.what_potenza_hair .tx01 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx01 img{
	width: 100%;
	height: auto;
	margin: 15px auto;
}

/* Point02 SP */
.what_potenza_hair .tx02{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 1.2em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_potenza_hair .tx02 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx02 img{
	width: 100%;
	height: auto;
	margin: 15px auto;
}

/* Point03 SP */
.what_potenza_hair .tx03{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 1.2em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_potenza_hair .tx03 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx03 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

/* Point04 SP */
.what_potenza_hair .tx04{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx04 .head04{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 2.8em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point04.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_potenza_hair .tx04 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx04 img{
	width: 100%;
	height: auto;
	margin: 15px auto;
}

/* Point05 SP */
.what_potenza_hair .tx05{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx05 .head05{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 2.8em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point05.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_potenza_hair .tx05 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx05 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

/* Point06 SP */
.what_potenza_hair .tx06{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx06 .head06{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 2.8em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point06.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_potenza_hair .tx06 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx06 img{
	width: 100%;
	height: auto;
	margin: 15px auto;
}

/* Point07 SP */
.what_potenza_hair .tx07{
	margin: 20px 0;
	text-align: center;
}
.what_potenza_hair .tx07 .head07{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 2.8em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/potenza_hair/fig_point07.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_potenza_hair .tx07 p{
	margin: 10px 0 0;
}
.what_potenza_hair .tx07 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}



/*ポテンツァヘアとは？ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.what_potenza_hair {
}
.what_potenza_hair .inner{
	width: 1000px;
	height: auto;
	margin: 40px auto 0;
	padding:  50px 0;
}
.what_potenza_hair .intro_potenza_hair{
    width: 800px;
    margin: 40px auto 0;
}
.what_potenza_hair .intro_potenza_hair .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.what_potenza_hair .intro_potenza_hair img{
    width: 200px;
    height: auto;
}
.what_potenza_hair .intro_potenza_hair .exp_potenza_hair{
    width: 440px;
    text-align: center;
    margin-left: 0;
}
.what_potenza_hair .intro_potenza_hair .exp_potenza_hair img{
    width: 289px;
    height: auto;
}
 .what_potenza_hair .intro_potenza_hair .exp_potenza_hair p{
    margin-top: 30px;
} 
	
/* Point01 PC */
.what_potenza_hair .tx01{
	margin: 60px 0;
}
.what_potenza_hair .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx01 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx01 img{
	width: 628px;
	height: auto;
	margin: 30px auto 0;
}
	
/* Point02 PC */
.what_potenza_hair .tx02{
	margin: 60px 0;
}
.what_potenza_hair .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx02 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx02 img{
	width: 600px;
	height: auto;
	margin-top: 30px;
}

/* Point03 PC */
.what_potenza_hair .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.what_potenza_hair .tx03 .head03{
	width: 640px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx03 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx03 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}

/* Point04 PC */
.what_potenza_hair .tx04{
	margin: 60px 0;
    display: block;
}
.what_potenza_hair .tx04 .head04{
	width: 610px;
	height: auto;
	font-size: 21px;
	line-height: 60px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx04 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx04 img{
	width: 628px;
	height: auto;
	margin: 30px auto 0;
}
	
/* Point05 PC */
.what_potenza_hair .tx05{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.what_potenza_hair .tx05 .head05{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx05 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx05 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}
	
/* Point06 PC */
.what_potenza_hair .tx06{
	margin: 60px 0;
    display: block;
}
.what_potenza_hair .tx06 .head06{
	width: 610px;
	height: auto;
	font-size: 21px;
	line-height: 60px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx06 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx06 img{
	width: 628px;
	height: auto;
	margin: 30px auto 0;
}
	
/* Point07 PC */
.what_potenza_hair .tx07{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.what_potenza_hair .tx07 .head07{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_potenza_hair .tx07 p{
    margin: 15px 0 0;
}
.what_potenza_hair .tx07 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}
}


/*ポテンツァヘアの症例写真
---------------------------------------------*/
.case_photo_block{
    width: 100%;
	height: auto;
    padding: 40px 0;
}
@media screen and (min-width: 769px){
.case_photo_block {
    padding:  60px 0 50px;
}
}


/*slickスライダー ポテンツァヘアの症例写真
---------------------------------------------*/
.slider .slick-slide {
  width: 896px;
  height: auto;
  margin: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide li{
    padding-left: 60px;
    padding-right: 60px;
	border-left: solid 1px #999;
}

.slider .slick-slide .slide_box{
	height: 380px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
.slider .slick-slide .slide_box{
	height: auto;
}
}


/* 1つのスライド時に左ライン消す */
.slider .slick-slide .left_line_none{
  border-left: none;
}
/* sp時に消す */
@media screen and (max-width: 768px){
.slider .slick-slide .left_line_none{
  border-left: none;
}
}

.slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider h2{
    font-size: 20px;
    color: #e58792;
    margin-top: 1em;
}


/* 画像下キャプションPC 2列*/
.slider .slick-slide .cap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider .slick-slide .cap p{
    width: 310px;
    text-align: center;
    margin-top: 0.2em;
}
@media screen and (max-width: 768px){
/* 画像下キャプションSP 2列 */
.slider .slick-slide .cap p{
    width: 39%;
}
}

/* 画像下キャプションPC 3列*/
.slider .slick-slide .cap_3rows{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider .slick-slide .cap_3rows p{
    width: 220px;
    text-align: center;
    margin-top: 0.2em;
}
@media screen and (max-width: 768px){
/* 画像下キャプションSP 3列 */
.slider .slick-slide .cap_3rows p{
    width: 30%;
}
}


@media screen and (max-width: 768px){
.slider .slick-slide {
    width: 92vw;
    height: auto;
    margin: 30px 15px 20px;
}
.slider .slick-slide li{
    border-left: none;
    padding-left: 0;
    padding-right: 0;

}
.slider h2{
    font-size: 4.2vw;
}
}

/* 左右の矢印 */
.slick-arrow {
    align-items: center;
    bottom: -5.3vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 6vw;
    position: absolute;
    transform: translate(-50%, 0);
    width: 6vw;
    z-index: 1;
}
@media (min-width: 769px) {
.slick-arrow {
    bottom: -30px;
    height: 40px;
    width: 40px;
}
}
.slick-arrow::before {
    border-right: 1px solid #434343;
    border-top: 1px solid #434343;
    content: '';
    display: block;
    height: 3vw;
    width: 3vw;
}
@media (min-width: 769px) {
.slick-arrow::before {
    height: 16px;
    width: 16px;
}
}

.slick-arrow.prev {
    left: calc(22% + 1vw);
}
@media (min-width: 769px) {
.slick-arrow.prev {
    left: calc(50% - 100px);
}
}
.slick-arrow.prev::before {
    transform: rotate(-135deg);
}


.slick-arrow.next {
    right: calc(21% - 1vw);
}
@media (min-width: 769px) {
.slick-arrow.next {
    right: calc(50% - 130px);
}
}
.slick-arrow.next::before {
    transform: rotate(45deg);
}

/* コントロール● */
.slick-dots {
    bottom: 0;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

@media (min-width: 769px) {
.slick-dots {
}
}

.slick-dots button {
    align-items: center;
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 20px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    outline: none;
    width: 20px;
}
.slick-dots button::before {
    background-color: #d5dadf;
    content: '';
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 2vw;
    text-align: center;
    width: 2vw;
}
@media (min-width: 769px) {
.slick-dots button::before {
    height: 10px;
    width: 10px;
}
}
.slick-dots .slick-active button::before {
    background-color: #e88a95;
}

/* ドットの黒丸を消す */
.slick-dots li button:before{
    content: ''!important;
}
/* ドットの丸大きさ */
.slick-dots li button:before{
    width: 10px!important;
    height: 10px!important;
}

/* ちらつき修正 */
.slick-slide {
  -webkit-transform-style: preserve-3d;
}
/*slickスライダー ここまで
---------------------------------------------*/
