@charset "utf-8";
/* CSS Document */

 @import url("https://use.typekit.net/kgg0ldh.css");

:root {
  --color1: #ece5df;
  --color2: #9b8c81;
  --color3: #cdbbad;

	--fontsize_50: clamp(22px, 6.7vw, 50px);
	--fontsize_45: clamp(20px, 6.5vw, 45px);
	--fontsize_40: clamp(18px, 5.5vw, 40px);
	--fontsize_35: clamp(16px, 5.0vw, 35px);
	--fontsize_30: clamp(16px, 4.5vw, 30px);
	--fontsize_28: clamp(15px, 4.0vw, 28px);
	--fontsize_25_1: clamp(14px, 3.8vw, 25px);
	--fontsize_25_2: clamp(12px, 3.2vw, 25px);
	--fontsize_20: clamp(12px, 3.0vw, 20px);
}

#brush_wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: var(--fontsize_25_1);
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #2e2e2e;
	overflow: hidden;
}

#brush_wrap h1 {
	color: #FFFFFF;
	font-size: var(--fontsize_50);
	font-weight: 500;
	margin-bottom: 0.5em;
}

#brush_wrap h2 {
	font-size: var(--fontsize_45);
	font-weight: 500;
	margin-bottom: 1.0em;
}

#brush_wrap h1 span,#brush_wrap h2 span {
	display: block;
}

#brush_wrap h1 .span1,#brush_wrap h2 .span1 {
	font-family: "josefin-sans", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: var(--fontsize_20);
	letter-spacing: 0.4em;
	margin-bottom: 1.0em;
}

#brush_wrap h1 .span2 {
	font-size: var(--fontsize_35);
}

#brush_wrap .brush_btn a,#brush_wrap .brush_btn_2 a {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #2e2e2e;
	border-radius: 40px;
	padding: 0.7em;
	box-sizing: border-box;
	margin: 0.3em auto;
	position: relative;
}

#brush_wrap .brush_btn a:after,#brush_wrap .brush_btn_2 a:after{
	content: "";
    width: 0.5em;
    height: 0.5em;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    transform: rotate(45deg);
    right: 5%;
}




#brush_wrap #brush_fv .sec_1 {
	background: url(https://www.forcise.jp/img/item/brush/bk_1.jpg?01) no-repeat top #897b6e;
	background-size: cover;
	position: relative;
	padding-top: 2.5em;
	padding-bottom: 10em;
}

#brush_wrap #brush_fv .sec_2 {
	background: url(https://www.forcise.jp/img/item/brush/bk_2.jpg) no-repeat bottom;
	background-size: cover;	
	/*padding-top: 10em;*/
	padding-bottom: 2.5em;
	
}

#brush_wrap #brush_fv .sec_2 .deco_02 {
	text-align: left;
}

#brush_wrap #brush_fv .deco_01 {
	position: absolute;
	left: -5px;
	top: 0;
	/*width: clamp(80px, 18vw, 150px);*/
	width: 22%;
}

#brush_wrap #brush_fv .deco_02 {
	position: relative;
	/*right: 0;
	top: 0;*/
	z-index: 3;
	margin-top: -10em;
	
}

#brush_wrap #brush_fv .deco_ {
	position: relative;
}

#brush_wrap #brush_fv .deco_03 {
	position: absolute;
	left: -6%;
	bottom: -2.5em;
	z-index: -1;
	width: 25%;
}

#brush_wrap #brush_fv .deco_04 {
	position: absolute;
	right: -6%;
	top: -5.0em;
	z-index: -1;
	width: 20%;
}

#brush_wrap #brush_fv .deco_04 img {
	width: 100%;
}



#brush_wrap #brush_fv .sec_2 .comm_w90 {
	position: relative;
	z-index: 2;
}

#brush_wrap #brush_fv .sec_2 dt {
	margin: 1.5em auto;
}

#brush_wrap #brush_fv .sec_2 ul {
	flex-wrap: wrap;
}

#brush_wrap #brush_fv .sec_2 ul li {
	width: 48%;
}




#brush_wrap #about {
	padding: 2.0em 0;
}

#brush_wrap #about h2 .span1 {
	color: var(--color2);
}

#brush_wrap #about .sec_1 p {
	text-align: left;
	line-height: 1.8;
	position: relative;
	padding-bottom: 5.0em;
}

#brush_wrap #about .sec_1 p:after {
	content: "";
	width: 1px;
	height: 2.5em;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(-50%);
}

#brush_wrap #about .sec_2 h3 {
	font-weight: 500;
	line-height: normal;
	font-size: var(--fontsize_30);
	margin-bottom: 1.5em;
}

#brush_wrap #about .sec_2 h3 .span1 {
	display: block;
	font-size: var(--fontsize_40);
	margin: 0.7em auto;
}

#brush_wrap #about .sec_2 h3 .span1 span {
	color: #FFFFFF;
	background: var(--color3);
	letter-spacing: 0.1em;
	padding: 0.1em 1.0em;
	margin: auto 0.2em;
}

#brush_wrap #about .sec_2 h3 .span2 {
	font-size: var(--fontsize_35);
}

#brush_wrap #about .sec_3 {
	background: linear-gradient(to top, #ece5df 50%, #fff 50%);
}

#brush_wrap #about .sec_4 {
	background: var(--color1);
	padding: 1.0em 0 2.0em;
	text-align: left;
	line-height: 1.8;
}

#brush_wrap #kensho .comm_flex {
	margin: 1.0em 0;
	max-width: none;
}

#brush_wrap #kensho p.kensho_b {
	text-align: left;
	line-height: 1.8;
	/*font-size: var(--fontsize_20);*/
}

#brush_wrap #kensho .bg h4 {
	font-size: var(--fontsize_25_1);
	font-weight: normal;
}

#brush_wrap #kensho .bg h4 span {
	display: block;
}


#brush_wrap #trouble .sec_1 {
	background: url(https://www.forcise.jp/img/item/brush/bk_3.jpg)no-repeat top;
	background-size: cover;
	padding: 2.0em 0 4.0em;
}

#brush_wrap #trouble .sec_1 h2 {
	color: #FFFFFF;
}

#brush_wrap #trouble .sec_1 .brush_btn {
	max-width: 600px;
	margin: auto;
}

#brush_wrap #trouble .sec_1 .brush_btn li {
	margin: 1.0em auto;
}

#brush_wrap #trouble .sec_2 {
	padding: 3.0em 0 2.0em;
	position: relative;
}

#brush_wrap #trouble .sec_2 .jitsuha {
	position: absolute;
	top: -1.0em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	background: #FFFFFF;
	border: 1px solid;
	padding: 0.1em 1.0em;
	font-size: var(--fontsize_35);
}

#brush_wrap #trouble .sec_2 h3 {
	font-size: var(--fontsize_45);
    font-weight: 500;
    margin-bottom: 1.0em;
}

#brush_wrap #trouble .sec_2 p {
	line-height: 1.8;
	margin: 1.5em auto;
	text-align: left;
}

#brush_wrap #trouble .sec_3 {
	background: var(--color1);
	padding: 3.0em 0 2.0em;
}

#brush_wrap #trouble .sec_3 .box {
	margin-bottom: 3.0em;
}

#brush_wrap #trouble .sec_3 .box_1 {
	/*background: #FFFFFF;*/
	background: #FFFFFF;
	width: 95%;
	margin-right: 5%;
	/*margin-bottom: 3.0em;*/
	position: relative;
	padding: 1.5em 0;
}

#brush_wrap #trouble .sec_3 .box:last-child {
	margin-bottom: 0;
}

#brush_wrap #trouble .sec_3 .box .comm_flex {
	justify-content: flex-end;
}

#brush_wrap #trouble .sec_3 .box:nth-of-type(odd) .comm_flex {
	justify-content: flex-start;
}

#brush_wrap #trouble .sec_3 .box .comm_flex p {
	width: 62%;
	font-size: var(--fontsize_35);
}

#brush_wrap #trouble .sec_3 .box .comm_flex p span {
	display: inline-block;
	background: var(--color3);
	font-family: josefin-sans, sans-serif;
font-weight: 400;
font-style: normal;
	color: #FFFFFF;
	font-size: var(--fontsize_20);
	padding: 0.1em 1.0em;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}

#brush_wrap #trouble .sec_3 .box .box_1 img {
	position: absolute;
	top: -1.5em;	
	width: 30%;
	left: 5%;
}

#brush_wrap #trouble .sec_3 .box:nth-of-type(odd) .box_1 img {
	left: 65%;
}

#brush_wrap #trouble .sec_3 .box p {
	text-align: left;
}

#brush_wrap #trouble .sec_3 .box_p {
	margin: 1.5em auto 0;
}

#brush_wrap #trouble .sec_3 .box_2 {
	background: linear-gradient(to top, #ece5df 20%, #fff 20%);	
}


#brush_wrap #trouble .sec_3 .box_2 .box_inner {
	background: var(--color2);
	color: #FFFFFF;
	margin-left: 5%;
	/*margin-right: -5.2%;*/
	padding: 1.5em 0;
	width: 95%;
}


#brush_wrap #trouble .sec_3 .box_2 .box_inner p {
	text-align: center;
	font-size: var(--fontsize_30);
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .brush_btn_2 {
	max-width: 600px;
	margin: 1.0em auto auto;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .brush_btn_2 a:before {
	content: "";
        display: inline-block;
	height: auto;
        width: 8%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5em;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-1 a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon01.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-2 a:before{
        background: url(https://www.forcise.jp/img/item/brush/icon02.png) no-repeat left;
        background-size: 100%;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-3 a:before{
        background: url(https://www.forcise.jp/img/item/brush/icon03.png) no-repeat left;
        background-size: 100%;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-4 a:before{
        background: url(https://www.forcise.jp/img/item/brush/icon04.png) no-repeat left;
        background-size: 100%;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-5 a:before{
        background: url(https://www.forcise.jp/img/item/brush/icon05.png) no-repeat left;
        background-size: 100%;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-6 a:before{
        background: url(https://www.forcise.jp/img/item/brush/icon06.png) no-repeat left;
        background-size: 100%;
}

#brush_wrap #trouble .sec_3 .box_2 .box_inner .box-7 a:before{
        background: url(https://www.forcise.jp/img/item/brush/icon07.png) no-repeat left;
        background-size: 100%;
}

#brush_wrap #recommend .sec_1 {
	padding: 2.0em 0;
}

#brush_wrap #recommend .sec_1 h2 span {
	color: var(--color2);
	letter-spacing: 0.3em;
}

#brush_wrap #recommend .sec_1 .comm_flex {
	flex-wrap: wrap;
}

#brush_wrap #recommend .sec_1 .brush_btn li {
	width: 48%;
} 

#brush_wrap #recommend .sec_1 img {
	width: 100%;
	margin-bottom: 1.0em;
}

#brush_wrap #recommend .sec_1 .brush_btn li a:before {
	content: "";
        display: inline-block;
	height: auto;
        width: 15%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.3em;
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(1) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon07.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(5) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon01.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(3) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon02.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(2) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon03.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(6) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon04.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(4) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon05.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_1 .brush_btn li:nth-child(7) a:before{	
        background: url(https://www.forcise.jp/img/item/brush/icon06.png) no-repeat left;
        background-size: 100%;        
}

#brush_wrap #recommend .sec_2 {
	background: var(--color1);
	padding: 2.5em 0 2.0em;
}

#brush_wrap #recommend .sec_2 .box {
	background: #fff;
	padding: 2.0em 5% 1.5em;
	position: relative;
	margin-bottom: 2.0em;
}

#brush_wrap #recommend .sec_2 .box .brush_sec {
	font-family: "josefin-sans", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: var(--fontsize_20);
	letter-spacing: 0.3em;
	margin-bottom: 1.0em;
	color: var(--color2);
	position: absolute;
	left: 50%;
	top: -1.0em;
	transform: translateX(-50%);
}

#brush_wrap #recommend .sec_2 .box dt {
	font-size: var(--fontsize_35);
	font-weight: 500;
	margin-bottom: 1.0em;
}

#brush_wrap #recommend .sec_2 .box dt .span1 {
	display: inline-block;
	background: var(--color3);
	color: #FFFFFF;
	padding: 0 1.5em;
	font-size: var(--fontsize_25_1);
	font-weight: normal;
	margin-bottom: 0.5em;
}

#brush_wrap #recommend .sec_2 .box dd {
	text-align: left;
	line-height: 1.8;
}

#brush_wrap #recommend .sec_2 .box_1 {
	background: var(--color2);
	color: #FFFFFF;
	text-align: left;
	margin-left: -11.7%;
    margin-right: 0;
    padding: 1.0em 7%;
	margin-top: 2.0em;
}

#brush_wrap #recommend .sec_2 .box_2 {
	background: #f9f4f0;
	color: var(--color2);
	text-align: left;
	margin-left: 0;
	margin-right: -11.8%;    
    padding: 1.0em 7%;
	margin-top: 1.5em;
}

#brush_wrap #recommend .sec_2 .box_1 .span2,
#brush_wrap #recommend .sec_2 .box_2 .span1 {
	font-family: "josefin-sans", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: var(--fontsize_20);
	letter-spacing: 0.3em;
	margin-bottom: 1.0em;
}

#brush_wrap #recommend .sec_2 .box_1 dt,#brush_wrap #recommend .sec_2 .box_2 dt {
	font-size: var(--fontsize_30);
	font-weight: normal;
	margin: 0.5em 0;
}

#brush_wrap #recommend .sec_2 .box_1 li {
	position: relative;
	padding-left: 1.8em;
	margin: 0.3em 0;
}

#brush_wrap #recommend .sec_2 .box_1 li:before {
	content: "□";
        display: inline-block;
	font-size: var(--fontsize_28);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#brush_wrap #recommend .sec_2 .box_2 dd {
	color: #2e2e2e;
	line-height: 1.8;
}

#brush_wrap #recommend .sec_2 .box_2 dd span {
	display: inline-block;
	color: #FFFFFF;
	background: var(--color3);
	padding: 0 1.0em;
	margin: 0.5em 0;
}

#brush_wrap #recommend .sec_2 .box_2 .comm_flex {
	align-items: flex-start;
}

#brush_wrap #recommend .sec_2 .box_2 .box_01 {
	width: 80%;
}

#brush_wrap #recommend .sec_2 .box_2 .box_02 {
	width: 15%;
	color: #2e2e2e;
	font-size: clamp(12px, 2.6vw, 18px);
	text-align: center;
	padding-top: 0.5em;
}

#brush_wrap #recommend .sec_2 .box_2 .box_02 span {
	font-size: 60%;
	border: 1px solid;
	margin: 0.5em auto;
	display: block;
}


#brush_wrap #brush_bana {
	padding: 1.5em 0 0;
}

#brush_wrap #brush_bana .img_box {
	width: 30%;
}

#brush_wrap #brush_bana .text_box {
	width: 65%;
}

#brush_wrap #brush_bana .box {
	padding: 1.5em 5%;
	margin-bottom: 1.5em;
	color: #FFFFFF;
}

#brush_wrap #brush_bana a .box_1 {
	background: #ceb79c;
}

#brush_wrap #brush_bana a .box_2 {
	background: #a3c1d7;
}

#brush_wrap #brush_bana a .box_3 {
	background: #d2b8cd;
}

#brush_wrap #brush_bana .box .text_01 {
	border-bottom: 2px solid;
	padding-bottom: 0.5em;
	text-align: left;
}

#brush_wrap #brush_bana .box .text_01 span {
	font-family: "josefin-sans", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: var(--fontsize_20);
	letter-spacing: 0.3em;
	position: relative;
	padding-left: 20%;
}

#brush_wrap #brush_bana .box .text_01 span:before {
	content: "";
    display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#brush_wrap #brush_bana .box_1 .text_01 span:before {
	background: url(https://www.forcise.jp/img/item/brush/brush21.png) no-repeat left;
    background-size: 100%;
	height: auto;
    width: 14%;
    aspect-ratio: 1 / 1;
}

#brush_wrap #brush_bana .box_2 .text_01 span:before {
	background: url(https://www.forcise.jp/img/item/brush/brush23.png) no-repeat left;
    background-size: 100%;
	height: auto;
    width: 14%;
    aspect-ratio: 48 / 43;
}

#brush_wrap #brush_bana .box_3 .text_01 span:before {
	background: url(https://www.forcise.jp/img/item/brush/brush25.png) no-repeat left;
    background-size: 100%;
	height: auto;
    width: 17%;
    aspect-ratio: 6 / 4;
}

#brush_wrap #brush_bana .box .text_box p {
	margin: 0.5em auto;
}

#brush_wrap #brush_bana .box .text_box p span {
	color: #fffc9e;
	font-size: var(--fontsize_35);
}

#brush_wrap #brush_bana .box .brush_btn_3 a {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border-radius: 35px;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	margin: 0.3em auto;
	position: relative;
}

#brush_wrap #brush_bana .box .brush_btn_3 a:after {
	content: "";
    display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3%;
	background: url(https://www.forcise.jp/img/comm/arrow3.jpg) no-repeat left;
    background-size: 100%;
	height: auto;
    width: 2%;
    aspect-ratio: 12 / 16;
}


#brush_wrap #howtouse .sec_1 {
	padding: 2.0em 0;
}

#brush_wrap #howtouse h2 .span1 {
	color: var(--color2);
}

#brush_wrap #howtouse .sec_1 img {
	margin-bottom: 1.0em;
}

#brush_wrap #howtouse p {
	text-align: left;
	line-height: 1.8;
}

#brush_wrap #howtouse .box {
	padding: 2.0em 0;
}

#brush_wrap #howtouse .box:first-child {
	background: #f9f4f0;
}

#brush_wrap #howtouse .box:last-child {
	background: var(--color1);
}

#brush_wrap #howtouse .box h3 {
	font-size: var(--fontsize_35);
	font-weight: 500;
	margin-bottom: 1.5em;
}

#brush_wrap #howtouse .box li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5em;
}

#brush_wrap #howtouse .box li:last-child {
	margin-bottom: 0;
}

#brush_wrap #howtouse .box li .img_box {
	width: 45%;
}

#brush_wrap #howtouse .box li .text_box {
	width: 50%;
	text-align: left;
}

#brush_wrap #howtouse .box li .text_box span {
	font-family: "josefin-sans", sans-serif;
font-weight: 700;
font-style: normal;
	color: var(--color2);
	font-size: var(--fontsize_20);
	letter-spacing: 0.3em;
	display: inline-block;
	margin: 0.8em 0;
}


#brush_wrap #brush_care {
	padding: 2.0em 0;
}

#brush_wrap #brush_care h2 .span1 {
	color: var(--color2);
}

#brush_wrap #brush_care .sec_1 {
	background: linear-gradient(to top, #ece5df 50%, #fff 50%);
}

#brush_wrap #brush_care .sec_2 {
	background: var(--color1);
	text-align: left;
	line-height: 1.8;
	padding: 1.0em 0 2.0em;
}

#brush_wrap #brush_care .sec_3 {
	background: linear-gradient(to top, #fff 70%, #ece5df 70%);
}

#brush_wrap #brush_care .sec_3 .box {
	background: #f9f4f0;
	color: var(--color2);
	text-align: left;
	width: 90%;
	margin: 0 auto;
	padding: 1.5em 5%;
	box-sizing: border-box;
}

#brush_wrap #brush_care .sec_3 .box .span1 {
	font-family: "josefin-sans", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: var(--fontsize_20);
	letter-spacing: 0.3em;
	margin-bottom: 1.0em;
}

#brush_wrap #brush_care .sec_3 .box dt {
	font-size: var(--fontsize_30);
	font-weight: normal;
	margin: 0.5em 0;
}

#brush_wrap #brush_care .sec_3 .box dd {
	color: #2e2e2e;
	line-height: 1.8;
}

#brush_wrap #brush_care .sec_3 .box .box_02 dd span {
	display: inline-block;
	color: #FFFFFF;
	background: var(--color3);
	padding: 0 1.0em;
	margin: 0.5em 0;
}

#brush_wrap #brush_care .sec_3 .box .comm_flex {
	align-items: flex-start;
}

#brush_wrap #brush_care .sec_3 .box .box_01 {
	width: 80%;
}

#brush_wrap #brush_care .sec_3 .box .box_02 {
	width: 15%;
	color: #2e2e2e;
	font-size: clamp(12px, 2.6vw, 18px);
	text-align: center;
	padding-top: 0.5em;
}

#brush_wrap #brush_care .sec_3 .box .box_02 span {
	font-size: 60%;
	border: 1px solid;
	margin: 0.5em auto;
	display: block;
}

#brush_wrap #brush_care .sec_3 .box .box_01 {
	width: 80%;
}

#brush_wrap #brush_care .sec_3 .box .box_02 {
	width: 15%;
	color: #2e2e2e;
	font-size: clamp(12px, 2.6vw, 18px);
	text-align: center;
	padding-top: 0.5em;
}

#brush_wrap #brush_care .sec_3 .box .box_02 span {
	font-size: 60%;
	border: 1px solid;
	margin: 0.5em auto;
	display: block;
}

#brush_wrap #reco_item {
	background: var(--color1);
	padding-bottom: 2.5em;
}

#brush_wrap #reco_item .sec_1 {
	padding: 2.0em 0 0;
}

#brush_wrap #reco_item h2 .span1 {
	color: var(--color2);
}


#brush_wrap #reco_item .box {
	background: #FFFFFF;
	padding: 3.5em 5% 2.0em;
	margin-top: 2.0em;
	position: relative;
	counter-increment: rank;
}

#brush_wrap #reco_item .box:before {
	content: "No." counter(rank);
    background: var(--color2);
	color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    font-weight: 500;
    letter-spacing: 0.3em;
    padding: 0.3em 0;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#brush_wrap #reco_item .box .block_1 {
	font-weight: 500;
}

#brush_wrap #reco_item .box .block_1 .brand {
	font-size: var(--fontsize_30);
}

#brush_wrap #reco_item .box .block_1 .item_name {
	font-size: var(--fontsize_35);
	margin: 0.1em auto 0.4em;
}

#brush_wrap #reco_item .box .block_1 .item_cate {
	font-size: var(--fontsize_20);
	border: 1px solid;
	display: inline-block;
	padding: 0.1em 1.5em;
}

#brush_wrap #reco_item .box .block_2 {
	align-items: stretch;
	margin: 1.0em auto;
}

#brush_wrap #reco_item .box .block_2 .img_box {
	width: 40%;
}

#brush_wrap #reco_item .box .block_2 .btn_box {
	width: 55%;
}

#brush_wrap #reco_item .box .block_2 .btn_box .price {
	text-align: right;
	font-size: var(--fontsize_20);
}

#brush_wrap #reco_item .box .block_2 .btn_box ul {
	margin-top: 1.0em;
}

#brush_wrap #reco_item .box .block_2 .btn_box li a {
	display: block;
	width: 100%;
	background: #2e2e2e;
	color: #FFFFFF;
	border-radius: 35px;
	padding: 0.5em 1.5em;
	box-sizing: border-box;
	margin: 0.5em auto;
	position: relative;
	font-size: var(--fontsize_20);
	text-align: left;
}

#brush_wrap #reco_item .box .block_2 .btn_box li a:after {
	content: "";
    width: 0.5em;
    height: 0.5em;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    transform: rotate(45deg);
    right: 5%;
}

#brush_wrap #reco_item .box .block_3 {
	text-align: left;
	line-height: 1.8;
}

#brush_wrap .sp_only {
	display: none;
}


@media only screen and (max-width: 480px) {
	#brush_wrap #brush_fv .sec_2 {
		padding-top: 7em;
	}
	
	
	
	#brush_wrap .brush_btn a:after, #brush_wrap .brush_btn_2 a:after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
	#brush_wrap #trouble .sec_3 .box .box_1 img {
    width: 35%;
}
	#brush_wrap #recommend .sec_1 .brush_btn li {
    font-size: 75%;
}
	#brush_wrap #recommend .sec_2 .box_1 li {
    font-size: 85%;
}
	#brush_wrap .sp_only {
	display: block;
}
	#brush_wrap #brush_bana .box .text_01 span {
		font-size: 10px;
	}
	
	#brush_wrap #brush_bana .box .text_box p {
    font-size: 82%;
}
	#brush_wrap #brush_bana .box .text_box p span {
		font-size: 130%;	
	}
	#brush_wrap #brush_bana .box .brush_btn_3 a {
		font-size: 82%;
	}
	
	#brush_wrap #brush_fv .sec_1 {
    padding-bottom: 3em;
}
	#brush_wrap #brush_fv .sec_2 dt {
		text-shadow: 2px 2px 10px #e3dad1 ,
    -2px 2px 10px #e3dad1 ,
    2px -2px 10px #e3dad1 ,
    -2px -2px 10px #e3dad1;
	}
}

#brush_wrap #reco_item .kome {
	font-size: 50%;
}