@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #e7e0d7;
  --sub-color1: #5e5047;
  --sub-color2: #c47441;
  --sub-color3: #f4f4f4;
}

#hp001_wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-family: "source-han-sans-japanese", sans-serif;
	color: #2e2e2e;
	font-size: clamp(14px, calc(14px + 9 * (100vw / 800)), 25px);
}

#hp001_wrap img {
	max-width: 100%;
}


#hp001_wrap #ninsyo {
	background: #f3f3f3;
	padding: 1.5em 5%;
}

#hp001_wrap #ninsyo .box {
	background: #FFFFFF;
	padding: 1.5em 5%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

#hp001_wrap #ninsyo img {
	width: 30%;
	margin-bottom: 1.0em;
}

#hp001_wrap #ninsyo dt {
	font-size: 28px;
	margin-bottom: 1.0em;
}

#hp001_wrap #ninsyo dd {
	font-size: clamp(14px, calc(14px + 6 * (100vw / 800)), 20px);
	text-align: left;
	line-height: 1.8;
}


@media only screen and (max-width: 480px) {
	#hp001_wrap #ninsyo dt {
    font-size: 18px;
}
	#hp001_wrap #ninsyo dd {
    font-size: 14px;
}

}


#hp001_wrap .mincho {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
}

#hp001_wrap h3 {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
	color: var(--sub-color1);
	font-size: clamp(24px, calc(24px + 26 * (100vw / 800)), 50px);
	line-height: normal;
}

#hp001_wrap h3 .span1 {	
	font-size: clamp(10px, calc(10px + 4 * (100vw / 800)), 20px);
	letter-spacing: 0.5em;
	display: inline-block;
	/*margin-bottom: 2.0em;*/
}

#hp001_wrap h3 .span2 {
	font-size: clamp(16px, calc(16px + 12 * (100vw / 800)), 30px);
}



#hp001_wrap #about {
	background: var(--main-color);
	padding: 2.0em 0;
}

#hp001_wrap #about h3 {
	margin-bottom: 0.8em;
}

#hp001_wrap #about p {
	text-align: left;
	line-height: 1.8;
}

#hp001_wrap #about p span {
	color: var(--sub-color2);
}

#hp001_wrap #about .about_box p {
	font-family: "source-han-serif-jp-subset", sans-serif;
	color: var(--sub-color1);
	font-size: clamp(20px, calc(20px + 15 * (100vw / 800)), 35px);
	text-shadow: 2px 2px 10px #e7e0d7 ,
    -2px 2px 10px #e7e0d7 ,
    2px -2px 10px #e7e0d7 ,
    -2px -2px 10px #e7e0d7;
}

#hp001_wrap #about .about_box p span {
	color: #FFFFFF;
	font-size: 70%;
	display: block;
	letter-spacing: 0.1em;
}

#hp001_wrap #about .about_box .box {
	text-align: right;
	position: relative;
	margin-top: 2.5em;
}

#hp001_wrap #about .about_box .box:nth-child(2) {
	text-align: left;
}

#hp001_wrap #about .about_box .box:nth-child(1) p {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

#hp001_wrap #about .about_box .box:nth-child(2) p {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

#hp001_wrap #about .about_box .box img {
	width: 70%;
}



#hp001_wrap #salon_review {
	padding: 3.0em 0;
}

#hp001_wrap #salon_review h3 .span2 {
	font-size: clamp(15px, calc(15px + 15 * (100vw / 800)), 35px);
}

#hp001_wrap #salon_review h3 .span3 {
  position: relative;
  display: inline-block;
  /*padding: 20px 0;*/
	margin: 0.5em auto;
}

#hp001_wrap #salon_review h3 .span3::before,
#hp001_wrap #salon_review h3 .span3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;      /* 画面いっぱい */
  max-width: 800px; /* 必要なら最大幅 */
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #5e5047 15%,
    #5e5047 85%,
    transparent
  );
}

#hp001_wrap #salon_review h3 .span3::before {
  top: 0;
}

#hp001_wrap #salon_review h3 .span3::after {
  bottom: 0;
}

#hp001_wrap #salon_review .box {
	margin-top: 2.5em;
}

#hp001_wrap #salon_review .ttl {
	text-align: left;
	position: relative;
}

#hp001_wrap #salon_review .ttl img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
}

#hp001_wrap #salon_review .ttl .obi {
	padding: 1.0em 5%;
	background-image: linear-gradient(to left, #ffffff 15%, #ae9d91 60%, #564b43 95%);	
	color: #FFFFFF;
	font-size: clamp(20px, calc(20px + 20 * (100vw / 800)), 40px);
	font-family: "source-han-serif-jp-subset", sans-serif;
}

#hp001_wrap #salon_review .ttl p {
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-size: clamp(20px, calc(20px + 15 * (100vw / 800)), 35px);
	padding-left: 5%;
	margin-top: 1.0em;
	color: var(--sub-color1);
}

#hp001_wrap #salon_review .ttl p span {
	font-size: 80%;
	display: inline-block;
	margin-left: 1.0em;
}

#hp001_wrap #salon_review .comm_w90 {
	text-align: left;
}

#hp001_wrap #salon_review .comm_w90 p {
	line-height: 1.8;
	margin: 2.0em auto 1.0em;
}

#hp001_wrap #salon_review .comm_w90 p span {
	color: var(--sub-color2);
}

#hp001_wrap #salon_review .comm_w90 .kome {
	font-size: 60%;
}


#hp001_wrap #trouble {
	background: url(https://www.forcise.jp/img/item/kinujo/hp001/bk_1.jpg) no-repeat;
	background-size: cover;
	padding: 2.0em 0;
	color: #FFFFFF;
}

#hp001_wrap #trouble h3 {
	color: #FFFFFF;
}

#hp001_wrap #trouble .comm_flex {
	flex-wrap: wrap;
}

#hp001_wrap #trouble li {
	width: 48%;
	margin-top: 1.5em;
}

#hp001_wrap #trouble li p {
	margin: 0.5em auto;
}

#hp001_wrap #trouble_2 {
	padding: 3.0em 0;
}

#hp001_wrap #trouble_2 h3 {
	font-size: clamp(16px, calc(16px + 8 * (100vw / 800)), 30px);
	color: var(--sub-color1);
}

#hp001_wrap #trouble_2 h3 span {
	display: block;
	background: var(--sub-color1);
	color: #FFFFFF;
	margin-top: 1.0em;
}

#hp001_wrap #trouble_2 .trouble_img {
	margin: 1.0em auto 1.5em;
}

#hp001_wrap #trouble_2 .trouble_img span {
	font-size: clamp(24px, calc(24px + 26 * (100vw / 800)), 50px);
	display: inline-block;
	/*margin-bottom: -0.5em;*/
	position: relative;
	z-index: 2;
	color: var(--sub-color1);
	text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff ,
    -2px -2px 10px #fff;
}

#hp001_wrap #trouble_2 .trouble_img img {
	margin-top: -1.2em;
}

#hp001_wrap #trouble_2 p {
	line-height: 1.8;
}



#hp001_wrap #point {
	background: url(https://www.forcise.jp/img/item/kinujo/hp001/bk_2.jpg) no-repeat;
	background-position: top right;
	background-size: cover;
	padding: 2.0em 0;
}

#hp001_wrap #point .span2 {
	font-size: clamp(20px, calc(20px + 15 * (100vw / 800)), 35px);
	display: block;
}

#hp001_wrap #point .span2 {
	font-size: clamp(20px, calc(20px + 15 * (100vw / 800)), 35px);
}

#hp001_wrap #point .span3 {
	font-size: clamp(45px, calc(45px + 40 * (100vw / 800)), 85px);
	line-height: 1.0;
	letter-spacing: 0.1em;
}

#hp001_wrap #point .span4 {
	font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: italic;
	font-size: clamp(80px, calc(80px + 70 * (100vw / 800)), 150px);
}

#hp001_wrap #point .span5 {
	font-size: clamp(50px, calc(50px + 50 * (100vw / 800)), 100px);
}

#hp001_wrap #point .box {
	background: #FFFFFF;
	border-radius: 5px;	
	margin-top: 2.0em;
}

#hp001_wrap #point .box:first-of-type {
	padding-bottom: 2.0em;
}

#hp001_wrap #point .box .obi {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: linear-gradient(to left, #b1a195, #544940);
	color: #FFFFFF;
	padding: 0.5em 5%;
	font-size: clamp(14px, calc(14px + 6 * (100vw / 800)), 20px);
}

#hp001_wrap #point .box .obi .p_box {
	font-family: "source-han-serif-jp-subset", sans-serif;	
	letter-spacing: 0.4em;
}

#hp001_wrap #point .box .obi .w_box {
	background: #FFFFFF;
	color: #2e2e2e;
	width: 35%;
	border-radius: 5px;
	position: relative;
	padding: 0.2em 0;
}


#hp001_wrap #point .box .obi .w_box:before{
	content: "";
    display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5em;
	background: url(https://www.forcise.jp/img/item/kinujo/hp001/34.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 11%;
       aspect-ratio: 29 / 24;
}

#hp001_wrap #point .box:nth-of-type(2) .obi .w_box:before{
     background: url(https://www.forcise.jp/img/item/kinujo/hp001/35.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 11%;
       aspect-ratio: 1 / 1;   
}

#hp001_wrap #point .box:nth-of-type(3) .obi .w_box:before{
     background: url(https://www.forcise.jp/img/item/kinujo/hp001/36.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 11%;
       aspect-ratio: 1 / 1;   
}

#hp001_wrap #point h4 {
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-weight: 400;
	color: var(--sub-color1);
	font-size: clamp(16px, calc(1.25rem + 1.5vw), 40px);
	margin: 0.5em auto ;
}

#hp001_wrap #point .comm_w90 .box p {
	text-align: left;
	line-height: 1.8;
	margin: 1.0em auto;
}

#hp001_wrap #point .comm_w90 .box p span {
	color: var(--sub-color2);
}

#hp001_wrap #point .comm_w90 .box .kome {
	text-align: left;
	font-size: 60%;
	display: inherit;
}

#hp001_wrap #point .box .obi .w_box p {
	text-align: center;
	line-height: normal;
	margin: auto;
}

#hp001_wrap #point .box .o_box {
	background: #f7e8da;
	padding: 2.0em 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 1.5em;
}

#hp001_wrap #point .box .o_box .silk_ttl {
	background: var(--sub-color1);
	color: #FFFFFF;
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-size: clamp(14px, calc(14px + 6 * (100vw / 800)), 20px);
	letter-spacing: 0.4em;
	padding: 0.3em 0;
	width: 65%;
	margin: auto;
}

#hp001_wrap #point .box .o_box .o_box_2 {
	margin-top: 2.0em;
}

#hp001_wrap #point .box .o_box h5 {
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-weight: 400;
	color: var(--sub-color1);
	font-size: clamp(20px, calc(20px + 20 * (100vw / 800)), 40px);
	margin: 0.8em auto;
}

#hp001_wrap #point .box .o_box2 {
	padding-bottom: 1.0em;
}

#hp001_wrap #point .box .o_box2 h5 {
	margin: 0 auto 0.8em;
}

#hp001_wrap #point .box .o_box3 .comm_flex {
	align-items: flex-start;
	margin-bottom: 1.5em;
}

#hp001_wrap #point .box .o_box3 .comm_flex:nth-of-type(2n) {
	flex-direction: row-reverse;
}

#hp001_wrap #point .box .o_box3 .img_box {
	width: 45%;
}

#hp001_wrap #point .box .o_box3 dl {
	width: 55%;
	text-align: left;
	padding-top: 0.5em;
}

#hp001_wrap #point .box .o_box3 dl dt {
	background: var(--sub-color1);
	color: #FFFFFF;
	padding: 0.1em 5% 0.3em;
	margin-bottom: 0.5em;
}

#hp001_wrap #point .box .o_box3 dl dd {
	padding-left: 5%;
}


#hp001_wrap #function {
	padding: 3.0em 0;
}

#hp001_wrap #function .comm_flex {
	flex-wrap: wrap;
	align-items: flex-start;
}

#hp001_wrap #function .comm_flex .box {
	width: 48%;
	margin: 1.0em 0 1.5em;
}

#hp001_wrap #function dt {
	color: var(--sub-color2);
	font-size: clamp(16px, calc(1.125rem + 0.75vw), 30px);
	padding: 0.5em 0;
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 0.5em;
}

#hp001_wrap #function dt span {
	font-size: 60%;
	vertical-align: text-top;
}

#hp001_wrap #function dd {
	text-align: left;
}

#hp001_wrap #function .kome {
	font-size: 60%;
	text-align: left;
}


#hp001_wrap #faq {
	background: var(--main-color);
	padding-top: 2.0em;
}

#hp001_wrap #faq h3 {
	margin-bottom: 1.0em;
}

#hp001_wrap #faq dl {
	text-align: left;
}

#hp001_wrap #faq dt {
	background: var(--sub-color1);
	color: #FFFFFF;
	padding: 0.5em 1% 0.5em 13%;
	position: relative;
	margin-bottom: 0.8em;
}

#hp001_wrap #faq dd {
	line-height: 1.8;
	padding: 0.5em 1% 2.5em 13%;
	color: #3e3e3e;
	position: relative;
}

#hp001_wrap #faq dt:before{
	content: "Q |";
    display: inline-block;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	left: 3%;
	font-size: clamp(20px, calc(20px + 20 * (100vw / 800)), 40px);
	font-family: "source-han-serif-jp-subset", sans-serif;
	line-height: 1.0;
}

#hp001_wrap #faq dd:before{
	content: "A |";
    display: inline-block;
	position: absolute;
	top: 0.3em;
	left: 3%;
	font-size: clamp(20px, calc(20px + 20 * (100vw / 800)), 40px);
	font-family: "source-han-serif-jp-subset", sans-serif;
	line-height: 1.0;
}


#hp001_wrap #hp001_last {
	position: relative;
	background: #e2ddd3;
}

#hp001_wrap #hp001_last p {
	font-size: clamp(24px, calc(24px + 26 * (100vw / 800)), 50px);
	text-align: left;
	color: #806942;
	font-family: "source-han-serif-jp-subset", sans-serif;
	position: absolute;
	left: 5%;
	top: 1.0em;
}

#hp001_wrap #hp001_last .ttl {
	font-size: clamp(14px, calc(14px + 6 * (100vw / 800)), 20px);
	padding-bottom: 1.0em;
}

#hp001_wrap #hp001_last .ttl span {
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-size: clamp(24px, calc(24px + 26 * (100vw / 800)), 50px);
	color: #806942;
	display: block;
}



#hp001_wrap #hp001_gift {
	background: #fbf9f3;
	padding: 2.0em 0;
}

#hp001_wrap #hp001_gift h3 {
	color: #2E2E2E;
}

#hp001_wrap #hp001_gift img {
	margin: 1.5em auto;
	width: 100%;
}

#hp001_wrap #hp001_gift dt {
	color: var(--sub-color2);
	font-size: 120%;
	margin-bottom: 1.0em;
}

#hp001_wrap #hp001_gift dd {
	text-align: left;
	line-height: 1.8;
}


#hp001_wrap #hp001_spec {
	padding: 2.0em 0;
}

#hp001_wrap #hp001_spec h3 {
	font-family: "source-han-sans-japanese", sans-serif;
	color: #2e2e2e;
	font-size: clamp(20px, calc(20px + 15 * (100vw / 800)), 35px);
}

#hp001_wrap #hp001_spec h3 span {
	display: block;
	font-size: clamp(16px, calc(16px + 9 * (100vw / 800)), 25px);
	margin-top: 1.0em;
}

#hp001_wrap #hp001_spec img {
	margin: 1.0em auto;
}

#hp001_wrap #hp001_spec dl {	
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#hp001_wrap #hp001_spec dt {
	text-align: left;
	width: 30%;
	padding-right: 3%;
	padding-top: 0.5em;
	line-height: 2.0;
	box-sizing: border-box;
}

#hp001_wrap #hp001_spec dd {
	text-align: left;
	width: 70%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 2px solid;
}

#hp001_wrap .sp_only {
	display: none;
}



@media only screen and (max-width: 480px) {
	#hp001_wrap {
		font-size: 14px;
	}
	#hp001_wrap h3 .span1 {
		letter-spacing: 0.2em;
	}
	
	#hp001_wrap #about h3 {
    font-size: 22px;
}
	#hp001_wrap h3 .span2 {
		font-size: 20px;
	}
	
	#hp001_wrap #trouble li p {
    font-size: 84%;
}
	#hp001_wrap .sp_only {
	display: block;
}
	#hp001_wrap #point .box .o_box .silk_ttl {
    width: 100%;
		font-size: 14px;
}
	#hp001_wrap #point .box .o_box3 .img_box {
	width: 40%;
}
	#hp001_wrap #point .box .o_box3 dl {
		width: 60%;
	}
	#hp001_wrap #point .box .obi .w_box {
		width: 45%;
		font-size: 12px;
	}
	
	#hp001_wrap #faq dd:before {
    top: 0.5em;
}
	
	#hp001_wrap #hp001_spec dl {
		font-size: 85%;
	}
	
	#hp001_wrap #hp001_spec dd {
    width: 60%;
    border-left: 1px solid;
}
	#hp001_wrap #hp001_spec dt {
    width: 40%;
}
	#hp001_wrap #about .about_box p {
		font-size: 22px;
	}
	
	#hp001_wrap #salon_review h3 .span3 {
    font-size: 30px;
}
	#hp001_wrap #salon_review .ttl .obi {
		font-size: 18px;
	}
	
	#hp001_wrap #salon_review .ttl p {
    font-size: 18px;
}
	#hp001_wrap #trouble h3 {
    font-size: 22px;
}
	#hp001_wrap #trouble_2 .trouble_img span {
		font-size: 22px;
	}
	
	#hp001_wrap #point .span2 {
		font-size: 18px;
	}
	
	#hp001_wrap #point .span3 {
		font-size: 40px;
	}
	
	#hp001_wrap #point .span4 { 
		font-size: 60px;
	}
	
	#hp001_wrap #point .span5 {
		font-size: 50px;
	}
	
	#hp001_wrap #point .box .obi .p_box {
    letter-spacing: 0.2em;
    font-size: 12px;
}
	
	#hp001_wrap #point .box .o_box h5 {
		font-size: 20px;
	}
	
	#hp001_wrap #function h3,#hp001_wrap #faq h3,#hp001_wrap #hp001_gift h3 {
		font-size: 25px;
	}
	#hp001_wrap #faq dt:before,#hp001_wrap #faq dd:before {
    font-size: 16px;
}
	#hp001_wrap #hp001_last p {
    font-size: 22px;
}
	hp001_wrap #hp001_last .ttl span {
    font-size: 25px;
}
	#hp001_wrap #hp001_last .ttl {
    font-size: 100%;
}
	#hp001_wrap #hp001_spec h3 {
    font-size: 22px;
}
	#hp001_wrap #hp001_spec h3 span {
    font-size: 73%;
}
	#hp001_wrap #function dt {
		font-size: 14px;
	}
	

}
