/* CSS Document */
#shopWrp ul li:last-child{
    display: none;
}
.font_kozuka_min{ /*ADOBEフォント 小塚明朝*/
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 400;
	font-style: normal;
}
.font_kozuka_gothic { /*ADOBEフォント 小塚ゴシック*/
	font-family: kozuka-gothic-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_kozuka_gothic_bold {/*ADOBEフォント 小塚ゴシックBold*/
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 900;
	font-style: normal;
}
main{
    font-family: kozuka-mincho-pr6n,serif;
    font-size: 17px;
    color: #000000;
}
section{
	padding: 0;
	margin-bottom: 6%;
}
.sp_only{
		display: none;
	}
.mainV {
    position: relative;
    margin-top: 60px;
}
.mainV_title {
    color: #fff;
    line-height: normal;
    position: absolute;
    left: 10%;
    top: 42%;
    text-align: left;
}
.mainV_title .eng  {
    font-family: Notera PersonalUseOnly, serif;
    font-size: 120px;
	opacity: 0.6;
	letter-spacing: 0;
	margin-bottom: 2%
}
.mainV_title .sub {
	letter-spacing: 3px;
	margin-bottom: 2%;
	text-shadow: 1px 2px 3px #808080;
}
.mainV_title .tit {
    font-family: hannari, serif;
	line-height: 40px;
	color: #636e49;
    font-size: 40px;
	background-color:rgba(255,255,255,0.9);
}
.subV {
}
.subV_inner {
	background-image: url(../../img/contents/straight-perm/subV01.jpg), url(../../img/contents/straight-perm/subV02.jpg);
	background-position: left top, right top 8%;
	background-size: 45% auto, 20% auto;
	background-repeat: no-repeat, no-repeat;
	padding-top: 2%;
}
.subV_catch {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.subV_catch_title {
    margin-bottom: 6%;
}
.subV_catch_title em {
    display: block;
}
.subV_catch_txt {
    line-height: 60px;
}
.subV_piclist {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
}
.subV_piclist_item{
	padding: 1%;
}
.subV_piclist_item:nth-child(2){
	padding-top: 4%;
}
.subV_piclist_item:nth-child(3){
	padding-top: 6%;
}
.subV_piclist_item img {
	width: 100%;
	height: auto;
}
.damage {
    text-align: center;
}
.damage_cont1 {
    background-color: #F7F0F2;
    padding: 4% 0;
    position: relative;
}
.damage_cont1:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f7f0f2 transparent transparent transparent;
	border-width: 30px 50px 0 50px;
}
.damage_cont1_tit {
    text-align: center;
    margin-bottom: 4%;
}
.damage_cont1 .list {
}
.damage_cont1 .list_item {
    background-color: #FFFFFF;
    border-radius: 50%;
	width: 22%;
    height: 0px;
    padding-top: 22%;
    position: relative;
}
.damage_cont1 .list_item_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
  	transform : translate(-50%,-50%);
}
.damage_cont1 .list_item .pic img {
	width: 50%;
}
.damage_cont1 .list_item .txt {
    font-size: 1vw;
	line-height: normal;
	font-family: kozuka-gothic-pro,sans-serif;
}
.damage_cont2 {
    background-color: #F1DBE0;
    padding-top: 6%;
    padding-bottom: 5%;
}
.damage_cont2 p {
    text-align: center;
}
.damage_cont2_tit {
    font-size: 51px;
    line-height: 80px;
    font-style: italic;
}
.damage_cont2_tit .stripe {
	color: #fff4f6;
	font-weight: bold;
	text-shadow:1px 1px 0 #040000, -1px -1px 0 #040000,
	-1px 1px 0 #040000, 1px -1px 0 #040000,
	0px 1px 0 #040000, 0-1px 0 #040000,
	-1px 0 0 #040000, 1px 0 0 #040000;
	position: relative;
	z-index: 0;
}
.damage_cont2_tit .stripe:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 12px;
	background: -webkit-repeating-linear-gradient(-45deg, #f1dbe0, #f1dbe0 6px,#fff 6px, #fff 8px);
  	background: repeating-linear-gradient(-45deg, #f1dbe0, #f1dbe0 6px,#fff 6px, #fff 8px);
	position: absolute;
	bottom: 3px;
	left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
	z-index: -1;
}
.recom {
}
.recom_title {
    font-weight: bold;
	margin-bottom: 1.5em;
	letter-spacing: 4px;
}
.recom_list {
	margin: 0 auto;
	width: 90%;
    max-width: 600px;
}
.recom_list_item {
    text-align: left;
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 30px;
}
.recom_list_item:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../../img/contents/straight-perm/icon_check.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 6px;
}
.flow {
}
.flow_titlebox   {
    background-color: #CAD5C7;
    color: #FFFFFF;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 5%;
}
.flow_title {
    font-size: 72px;
	color: #CAD5C7;
    line-height: 90px;
    font-weight: bold;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
	-1px 1px 0 #fff, 1px -1px 0 #fff,
	0px 1px 0 #fff, 0-1px 0 #fff,
	-1px 0 0 #fff, 1px 0 0 #fff;
}
.flow_list {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}
.flow_list_item {
    margin-bottom: 2.5em;
}
.flow_list_item .cont {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flow_list_item .cont_number {
	font-family: kozuka-gothic-pro,sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	color: #cad5c7;
	letter-spacing: 3px;
	border: 2px solid #cad5c7;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	display:-webkit-box;  /*円の中央に*/
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 0;
	padding-left: 3px;
}
.flow_list_item .cont_numbe p{
	position: relative;
	z-index: 0;
}
.flow_list_item .cont_number p:before {
	content: "";
	display: inline-block;
	width: 110%;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	z-index: -1;
}
.flow_list_item .cont_number em {
    display: block;
	font-size: 27px;
}
.flow_list_item .cont_txt {
    padding-left: 1em;
    font-size: 24px;
	text-align: left;
}
.flow_list_item .picbox {
    margin-top: 3%;
}
.flow_list_item .picbox_pic {
	width: 48%; 
}
.ba {
    background-color: #F7F0F2;
    padding-top: 5%;
    padding-bottom: 8%;
}
.ba_inner {
}
.ba_titlebox {
    text-align: left;
    margin-bottom: 6%;
}
.ba_title   {
	font-size: 46px;
	line-height: 50px;
	color: #444444;	
	text-align: left;
}
.ba_title span {
	color: #f7f0f2;
	text-shadow:1px 1px 0 #444, -1px -1px 0 #444,
	-1px 1px 0 #444, 1px -1px 0 #444,
	0px 1px 0 #444, 0-1px 0 #444,
	-1px 0 0 #444, 1px 0 0 #444;
}
.ba_titlebox .text {
    color: #444444;
	line-height: normal;
}
.ba_list {
}
.ba_list_item {
    width: 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ba_list_item .after {
	width: 60%;
	position: relative;
	z-index: 2;
}
.ba_list_item .before {
    width: 40%;
    position: relative;
    z-index: 0;
}
.ba_list_item .before:before {
	content: "";
	width: 150%;
	height: 0px;
	padding-top: 150%;
	background-color: #fff;
	position: absolute;
	top:50%;
	-webkit-transform : translateY(-50%);
  	transform : translateY(-50%);
	left: -30%;
	border-radius: 50%;
	z-index: -1;
}
.ba_list_item .before_inner {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}
.ba_list_item .before_num {
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 400;
	font-size: 12px;
	line-height: normal;
	border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 1em;
}
.ba_list_item .before_pic {
	position: relative;
	z-index: 1;
	
}
.qa {
}
.qa_logo  {
    margin: 0 auto;
    width: 80px;
}
.qa_title {
    font-size: 38px;
    margin-top: 1em;
    margin-bottom: 2em;
}
.qa_inner {
}
.qa_cont {
    text-align: left;
	margin-bottom: 2em;
}
.qa_cont .question,
.qa_cont .answer {
	padding: 30px 10px 30px 100px;
	border-radius: 14px;
	position: relative;
}
.qa_cont .question {
    background-color: #CAD5C7;
    color: #FFFFFF;
	margin-bottom: 2%;
	cursor:pointer;
	display:block;
}
.qa_cont .answer {
    background-color: #EFF2EE;
    color: #444444;
	display:none;
}
.qa_cont .question:before,
.qa_cont .answer:before {
	border-radius: 50%;
	width: 60px;
    height: 60px;;
	font-size: 38px;
	font-family: kozuka-gothic-pro,sans-serif;
	font-weight: 600;
	display:-webkit-box;  
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 15px;
	left: 3%;
}
.qa_cont .question:before{
	content: "Q";
	background-color: #fff;
	color: #cad5c7;
}
.qa_cont .answer:before{
	color: #fff;
	content: "A";
	background-color: #cad5c7;
	
}
.qa_cont .question:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#b8b8b8 3px, #b8b8b8 4px);
  	background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#b8b8b8 3px, #b8b8b8 4px);
	border-radius: 14px;
	position: absolute;
	top: 8%;
	left: 1%;
	z-index: -1;
}


@media screen and (max-width:768px){
	main {
    	font-size: 14px;
	}
	.mainV_title .eng {
    	font-size: 60px;
	}
	.mainV_title .sub {
		font-size: 14px;
	}
	.mainV_title .tit {
    	font-size: 24px;
	}
	.subV_catch {
		padding-top: 15%;
		padding-left: 5%;
	}
	.subV_inner {
		background-position: left 5%, right 0%;
		background-size: 70% auto, 35% auto;
		padding-top: 12%;
	}
	.subV_piclist {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	.subV_piclist_item:nth-child(1){
		width: 45%;
		position: relative;
    	right: -3%;
	}
	.subV_piclist_item:nth-child(2){
		width: 55%;
		position: relative;
    	left: -3%;
	}
	.subV_piclist_item:nth-child(3){
		width: 100%;
	}
	.damage_cont1 .list_item {
		width: 45%;
		padding-top: 45%;
		margin-bottom: 5%;
	}
	.damage_cont1 .list_item .txt {
		font-size: 11px;
	}
	.damage_cont2_tit {
    	font-size: 30px;
	}
	.damage_cont2_tit .stripe:after {
		height: 9px;
		bottom: -4px;
	}
	.flow_title {
		font-size: 61px;
	}
	.flow_list_item .cont_number{
		width: 60px;
		height: 60px;
		font-size: 9px;
	}
	.flow_list_item .cont_txt {
		font-size: 18px;
	}
	.flow_list_item .cont_number em {
		font-size: 16px;
	}
	.ba {
		padding-top: 10%;
		padding-bottom: 13%;
	}
	.ba_titlebox .text {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.qa_logo {
		width: 50px;
	}
	.qa_title {
    	font-size: 24px;
	}
	.qa_cont .question, 
	.qa_cont .answer {
    	padding: 20px 10px 20px 70px;
	}
	.qa_cont .question:before, .qa_cont .answer:before {
		width: 40px;
		height: 40px;
		font-size: 29px;
	}
	.qa_cont .question {
		margin-bottom: 1em;
	}
}

@media screen and (max-width:480px){
	.sp_only{
		display: block;
	}
	.mainV {
		height: 60vh;
	}
	.mainV_pic img {
    	height: 60vh;
		object-fit: cover;
		font-family: 'object-fit: cover;' /*IE対策*/
	}
	.mainV_title .tit {
		font-size: 16px;
	}
	.subV_catch_txt {
		line-height: 40px;
		font-size: 12px;
	}
	.damage_cont1 {
		padding: 10% 0;
	}
	.damage_cont2 {
		padding-top: 15%;
		padding-bottom: 10%;
	}
	.damage_cont2_tit {
		font-size: 26px;
	}
	.recom {
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.recom_list_item:before {
		width: 16px;
		height: 16px;
	}
	.flow_title {
		font-size: 46px;
		line-height: normal;
	}
	.flow_list_item .cont_txt {
		font-size: 16px;
		width: calc(100% - 65px);
	}
	.ba {
    	padding-top: 15%;
	}
	.ba_list{
		position: relative;
		left: -3%;
	}
	.ba_list_item {
		width: 100%;
		margin-bottom: 8%;
	}
	.qa {
		width: 90%;
	}
	.qa_cont .question,
	.qa_cont .answer {
		padding: 15px 10px 15px 50px;
	}
	.qa_cont .question:before,
	.qa_cont .answer:before {
		width: 30px;
		height: 30px;
		font-size: 18px;
		top: 11px;
	}
}
