@charset "utf-8";
/* CSS Document */

#csk_k01 {
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 25px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 1.8;
	color: #2e2e2e;
}

#csk_k01 .inner {
	width: 90%;
	margin: auto;
}

#csk_k01 .ttl {
	font-size: 30px;
	letter-spacing: 0.3em;
	color: #7f92cc;
	font-weight: normal;
	margin-bottom: 1.0em;
}

#csk_k01 .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#csk_k01 .pc_ {
	display: block;
}

#csk_k01 .sp_ {
	display: none;
}


@media only screen and (max-width: 480px) {
	#csk_k01 {
	font-size: 16px;
}
	
	#csk_k01 .ttl {
    font-size: 20px;
}
	#csk_k01 .pc_ {
	display: none;
}
	#csk_k01 .sp_ {
	display: block;
}
}



#csk_k01 #about .box {
	padding: 2.0em 0;
}

#csk_k01 #about h3 {
	font-weight: normal;
	font-size: 40px;
}

#csk_k01 #about img {
	margin: 0.8em auto;
}

#csk_k01 #about p {
	font-size: 30px;
}

#csk_k01 #about .flex_box {
	margin-top: 2.0em;
}

#csk_k01 #about .img_box {
	width: 45%;
}

#csk_k01 #about .img_box img {
	margin: auto;
}

#csk_k01 #about .text_box {
	width: 50%;
	text-align: left;
}

#csk_k01 #about .box_2 {
	position: relative;
}

#csk_k01 #about .box_2 h3 {
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 1.5em;
	transform: translateX(-50%);
	width: 100%;
}

#csk_k01 #about .box_2 h3 span {
	font-size: 45px;
	color: #7f92cc;
}


@media only screen and (max-width: 480px) {
	#csk_k01 #about h3 {
	font-size: 22px;
}
	#csk_k01 #about p {
    font-size: 18px;
}
	#csk_k01 #about .flex_box {
    align-items: flex-start;
}
	#csk_k01 #about .box_2 h3 {
    font-size: 16px;
}
	#csk_k01 #about .box_2 h3 span {
    font-size: 20px;
}
}



#csk_k01 #voice {
	padding: 2.0em 0;
}

#csk_k01 #voice .box {
	padding: 1.0em 0 2.0em;
}

#csk_k01 #voice .img_box {
	width: 35%;
}

#csk_k01 #voice .text_box {
	width: 60%;
	text-align: left;
}

#csk_k01 #voice .img_box img {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

#csk_k01 #voice .text_box dt {
	border-bottom: 2px solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 35px;
	line-height: 1.5;
}

#csk_k01 #voice .text_box dt span {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
}

#csk_k01 #voice .text_box dd {
	font-size: 20px;
}

#csk_k01 #voice p {
	text-align: left;
	margin: 1.5em auto;
}

#csk_k01 #voice p span {
	color: #7f92cc;
}



@media only screen and (max-width: 480px) {
	#csk_k01 #voice .text_box dt span {
    font-size: 13px;
}
	#csk_k01 #voice .text_box dt {
		font-size: 17px;
	}
	#csk_k01 #voice .text_box dd {
    font-size: 10px;
}

}


#csk_k01 #trouble .box {
	background: url(https://www.forcise.jp/img/item/elemea/comb-straighner/bk_02.jpg) no-repeat;
	background-size: cover;
	padding: 2.0em 0 3.0em;
}

#csk_k01 #trouble .box h3 {
	font-weight: normal;
	font-size: 45px;
}

#csk_k01 #trouble .box h3 span {
	font-size: 30px;
}

#csk_k01 #trouble .list_box {
	background: rgba(255,255,255,0.65);
	border-radius: 30px;
	width: 90%;
	margin: 2.0em auto auto;
	padding: 2.0em 0;
	
}

#csk_k01 #trouble .list_box ul {
	display: inline-block;
	text-align: left;
}

#csk_k01 #trouble .list_box li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 1.0em;
}

#csk_k01 #trouble .list_box li:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/elemea/comb-straighner/check.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 5%;
	aspect-ratio: 1 / 1;
	max-width: 24px;
	position: absolute;
	top: 0.5em;
	/*transform: translateY(-50%);*/
	left: 0;
}

#csk_k01 #trouble .list_box li:last-child {
	margin-bottom: auto;
}



#csk_k01 #trouble .box2 {
	background: url(https://www.forcise.jp/img/item/elemea/comb-straighner/bk_4.jpg) no-repeat;
	background-size: cover;
	padding: 3.0em 0 2.0em;
	position: relative;
}

#csk_k01 #trouble .box2 .dot_img {
	position: absolute;
	left: 50%;
	top: -1.0em;
	transform: translateX(-50%);
}

#csk_k01 #trouble .box2 h3 {
	font-weight: normal;
	font-size: 45px;
	color: #7f92cc;
	margin-bottom: 1.0em;
}

#csk_k01 #trouble .box2 h3 .span1 {
	font-size: 30px;
	background: #d0d7eb;
	color: #2e2e2e;
	display: block;
	line-height: 2.0;
	margin-bottom: 1.0em;
}

#csk_k01 #trouble .box2 h3 .span2 {
	font-size: 35px;
}

#csk_k01 #trouble .box2 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#csk_k01 #trouble .box2 ul li {
	width: 29%;
	background: #d0d7eb;
	border-radius: 20px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}

#csk_k01 #trouble .box2 ul li dl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}

#csk_k01 #trouble .box2 dt {
	border-bottom: 2px solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 20px;
}

#csk_k01 #trouble .box2 dd span {
	font-size: 20px;
}

#csk_k01 #trouble .box2 img {
	mix-blend-mode: darken;
}

#csk_k01 #trouble .ttl_2 {
	margin-top: 2.5em;
}

#csk_k01 #trouble .ttl_2 p {
	font-size: 20px;
}

#csk_k01 #trouble .ttl_2 .span1 {
	font-size: 35px;
	letter-spacing: 0.2em;
	display: inline-block;
	margin: 0.2em auto 0.5em; 
}

#csk_k01 #trouble .ttl_2 .span2 {
	border: 1px solid;
	padding: 0 0.5em;
	margin: auto 0.5em;
}



@media only screen and (max-width: 480px) {
	#csk_k01 #trouble .box h3 span {
    font-size: 18px;
}
	#csk_k01 #trouble .box h3 {
    font-size: 24px;
}
	#csk_k01 #trouble .list_box {
    padding: 1.0em;
    box-sizing: border-box;
}
	#csk_k01 #trouble .box2 img {
    width: 60%;
}
	#csk_k01 #trouble .box2 h3 .span1 {
    font-size: 16px;
}
	#csk_k01 #trouble .box2 h3 .span2 {
    font-size: 18px;
}
	#csk_k01 #trouble .box2 h3 {
    font-size: 22px;
}
	#csk_k01 #trouble .box2 dt {
    font-size: 12px;
	border-bottom: 1px solid;
}
	#csk_k01 #trouble .box2 dd {
		font-size: 13px;
	}
	
	#csk_k01 #trouble .box2 dd span {
    font-size: 11px;
		line-height: 1.3;
		display: inline-block;
}
	#csk_k01 #trouble .ttl_2 .span1 {
    font-size: 17px;
}
	#csk_k01 #trouble .ttl_2 p {
    font-size: 12px;
}
	#csk_k01 #trouble .ttl_2 img {
		width: 30%;
	}
	#csk_k01 #trouble .box2 ul li {
    width: 31%;
}
	#csk_k01 #trouble .tro_img img {
		width: 100%;
	}
}


#csk_k01 #feature {
	background-color: #c6cde4;
	background-image: url(https://www.forcise.jp/img/item/elemea/comb-straighner/bk_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 2.0em 0;
}

#csk_k01 #feature h2 {
	margin-bottom: 1.8em;
}

#csk_k01 #feature h2 .span4 {
	letter-spacing: normal;
	font-size: 30px;
	line-height: 1.1;
	margin-top: 1.2em;
	display: inline-block;
}

#csk_k01 #feature h2 .span1 {
	font-size: 120px;
}

#csk_k01 #feature h2 .span2 {
	font-size: 60px;
}

#csk_k01 #feature h2 .span3 {
	font-size: 90px;
}

#csk_k01 #feature h2 .span1,#csk_k01 #feature h2 .span2,#csk_k01 #feature h2 .span3 {
	letter-spacing: 0.1em;
	font-weight: 300;
}

#csk_k01 #feature h3 {
	font-weight: normal;
	color: #7f92cc;
	font-size: 40px;
	margin-bottom: 1.0em;
}

#csk_k01 #feature h3 span {
	letter-spacing: 0.2em;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 1.0em;
}

#csk_k01 #feature .box {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 2.0em 0;
	margin-bottom: 2.0em;
}

#csk_k01 #feature .box p {
	text-align: left;
}

#csk_k01 #feature .box p span {
	color: #7f92cc;
}

#csk_k01 #feature .box img {
	margin-bottom: 0.5em;
}

#csk_k01 #feature .box .flex_box {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 1.5em;
}

#csk_k01 #feature .box .flex_box .flex1 {
	width: 45%;
	font-size: 20px;
}



#csk_k01 #feature .box .flex_box .kome {
	font-size: 14px;
	margin: 0.5em auto;
}

#csk_k01 #feature .box .flex_box .sankaku {
	position: relative;
	top: 5em;
}

#csk_k01 #feature .box2 {
	padding-bottom: 0;
}

#csk_k01 #feature .box2 .ion {
	background: #eaeaea;
	padding-bottom: 2.0em;
	margin-top: 2.0em;
	border-radius: 5px;
}

#csk_k01 #feature .box2 .ion h4 {
	font-weight: normal;
	color: #FFFFFF;
	background: #606060;
	border-radius: 5px;
	line-height: 2.5;
}

#csk_k01 #feature .box2 .ion dl {
	width: 90%;
	margin: auto;
}

#csk_k01 #feature .box2 .ion dt {
	margin: 0.5em auto 1.0em;
	font-size: 35px;
}

#csk_k01 #feature .box3 {
	margin-bottom: auto;
}



@media only screen and (max-width: 480px) {
	#csk_k01 #feature h2 .span4 {
    font-size: 17px;
}
	#csk_k01 #feature h2 .span2 {
    font-size: 30px;
}
	#csk_k01 #feature h2 .span3 {
    font-size: 45px;
}
	#csk_k01 #feature h2 .span1 {
    font-size: 55px;
}
	#csk_k01 #feature h3 span {
    font-size: 13px;
}
	#csk_k01 #feature h3 {
    font-size: 18px;
}
	#csk_k01 #feature .box .flex_box .flex1 {
    font-size: 10px;
}
	#csk_k01 #feature .box .flex_box .kome {
    font-size: 8px;
}
	#csk_k01 #feature .box2 .ion dt {
    font-size: 18px;
}
}


#csk_k01 #style {
	padding: 2.0em 0;
}

#csk_k01 #style h3 {
	font-weight: normal;
	font-size: 45px;
	margin-bottom: 0.8em;
}

#csk_k01 #style h3 .span1 {
	border: 1px solid;
	display: block;
	font-size: 25px;
	line-height: 2.0;
}

#csk_k01 #style h3 .span2 {
	font-size: 30px;
}

#csk_k01 #style h3 .span5 {
	margin: 0.5em auto 1.0em;
}

#csk_k01 #style .p_left {
	text-align: left;
	margin-top: 1.0em;
}

#csk_k01 #style .p_left span {
	color: #7f92cc;
}


@media only screen and (max-width: 480px) {
	#csk_k01 #style h3 .span1 {
    font-size: 14px;
}
	#csk_k01 #style h3 .span2 {
    font-size: 18px;
}
	#csk_k01 #style h3 {
    font-size: 24px;
}
}



#csk_k01 #howtouse {
	padding: 2.0em 0;
	background: #e8e8e8;
}

#csk_k01 #howtouse h2 span,#csk_k01 #spec h2 span {
	letter-spacing: normal;
	font-size: 38px;
	margin-top: 0.8em;
	display: inline-block;
}

#csk_k01 #howtouse .box {
	background: #FFFFFF;
	border-radius: 40px;
	padding: 1.0em 5%;
	text-align: left;
	margin-bottom: 1.5em;
}

#csk_k01 #howtouse .box dt {
	border-bottom: dotted 1px;
	color: #7f92cc;
	line-height: 2.5;
	margin-bottom: 0.5em;
}

#csk_k01 #howtouse .box dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#csk_k01 #howtouse .box dd p {
	width: 68%;
	font-size: 20px;
}

#csk_k01 #howtouse .box dd p span {
	font-size: 14px;
	display: inline-block;
	margin-top: 0.5em;
}

#csk_k01 #howtouse .box dd .img_box {
	width: 30%;
}

#csk_k01 #howtouse .box ul {
	margin: 1.5em auto;
}

#csk_k01 #howtouse .box li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5em;
}

#csk_k01 #howtouse .box li:last-child {
	margin-bottom: auto;
}

#csk_k01 #howtouse .box li p {
	width: 65%;
	font-size: 20px;
}

#csk_k01 #howtouse .box li .img_box {
	width: 30%;
}

#csk_k01 #howtouse .box li p span {
	background: #7f92cc;
	color: #FFFFFF;
	display: block;
	max-width: 340px;
	line-height: 2.0;
	border-radius: 10px;
	padding: 0 1.0em;
	margin-bottom: 0.5em;
}

#csk_k01 #howtouse .box .kome {
	font-size: 14px;
}

#csk_k01 #howtouse .box .g_box {
	background: #dcdcdd;
	border-radius: 50px;
	padding: 1.5em 5% 1.0em;
	margin: 2.0em auto 0.5em;
}

#csk_k01 #howtouse .box .g_box dt {
	border-bottom: 1px solid;
	position: relative;
	margin-bottom: 1.0em;
}

#csk_k01 #howtouse .box .g_box dt p {
	position: absolute;
	left: 0;
	bottom: -0.5em;
	background: #dcdcdd;
	padding-right: 1.0em;
	line-height: 1.0;
}

#csk_k01 #howtouse .box_last {
	margin-bottom: auto;
}



@media only screen and (max-width: 480px) {
	#csk_k01 #howtouse h2 span, #csk_k01 #spec h2 span {
    font-size: 24px;
    margin-top: 0.5em;
}
	#csk_k01 #howtouse .box dd p {
    font-size: 14px;
	width: 100%;
}
	#csk_k01 #howtouse .box dd p span {
    font-size: 12px;
}
	#csk_k01 #howtouse .box dd {
    flex-direction: column-reverse;
}
	#csk_k01 #howtouse .box dd .img_box {
    width: 55%;
    margin: auto auto 0.5em;
}
	#csk_k01 #howtouse .box li p {
    font-size: 11px;
}
	#csk_k01 #howtouse .box .kome {
    font-size: 10px;
}
	#csk_k01 #howtouse .box .g_box {
    border-radius: 20px;
}
	#csk_k01 #howtouse .box .g_box dd {
    flex-direction: row;
}
	#csk_k01 #howtouse .box .g_box dd p {
    font-size: 12px;
	width: 65%;
}
	#csk_k01 #howtouse .box .g_box dd .img_box {
    width: 30%;
    margin: 0;
}
	#csk_k01 #howtouse .box {
    border-radius: 25px;
}
	#csk_k01 #howtouse .box li p span {
    border-radius: 5px;
}
}


#csk_k01 #spec {
	padding: 2.0em 0;
}

#csk_k01 #spec dl {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 1.5em;
}

#csk_k01 #spec dt {
	text-align: left;
	width: 25%;
	padding-right: 3%;	
	line-height: 2.0;
	box-sizing: border-box;
}

#csk_k01 #spec dd {
	text-align: left;
	width: 75%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 1px solid;
	font-size: 23px;
}


@media only screen and (max-width: 480px) {
	#csk_k01 #spec dd {
    font-size: 14px;
	width: 70%;
}
	#csk_k01 #spec dt {
	font-size: 14px;
	width: 30%;
}
}