@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&family=Noto+Sans+JP&display=swap');

div#sysMain {
    max-width: none;
}

#ultime_cate {
	text-align: center;
	font-family: source-han-sans-japanese, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	color: #2A2625;
	margin-bottom: 3.0em;
	width: 100%;
}

#ultime_cate .inner {
	width: 90%;
	margin: auto;
}

#ultime_cate .inner_1200 {
	max-width: 1200px;
}

#ultime_cate .inner_1000 {
	max-width: 1000px;
}

#ultime_cate .inner_840 {
	max-width: 840px;
}

#ultime_cate img {
	vertical-align: bottom;
}

#ultime_cate .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#ultime_cate .main img {
	width: 100%;
}

#ultime_cate .obi {
	background: #161616;
	color: #FFFFFF;
	padding: 1.0em 0;
}

#ultime_cate .obi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#ultime_cate .obi ul li {
	padding: 0.1em 1.5em;
}

#ultime_cate .obi ul li:last-child {
	border-left: 1px solid;
}

#ultime_cate .obi a {
	color: #FFFFFF;
	display: block;
}


#ultime_cate #ninsyo {
	padding: 5.0em 0;
}

#ultime_cate #ninsyo .ninsyo {
	width: 20%;
}

#ultime_cate #ninsyo .ninsyo_2 {
	text-align: left;
	width: 75%;
}

#ultime_cate #ninsyo .ninsyo_2 dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.0em;
}

#ultime_cate #ninsyo .ninsyo_2 dd {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


#ultime_cate #rank {
	padding: 2.5em 0;
	background: #E6E6E6;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#ultime_cate #rank p,#ultime_cate #rank .box_2 {
	color: #BF1D2A;
}

#ultime_cate #rank .kome {
	color: #2A2625;
	font-size: 12px;
	font-family: source-han-sans-japanese, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#ultime_cate #rank .inner p {
	text-align: left;
	margin-left: 15%;
	font-size: 18px;
}

#ultime_cate #rank .flex_box {
	margin: 1.5em auto;
	justify-content: center;
}

#ultime_cate #rank .box_1 {
	width: 50%;
	margin-right: 5%;
}

#ultime_cate #rank .box_1 img {
	mix-blend-mode: darken;
}

#ultime_cate #rank .box_2 {
	text-align: left;
	width: 40%;
	font-size: 30px;
}

#ultime_cate #rank .box_2 span {
	font-size: 22px;
}

#ultime_cate #rank .rank img {
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	margin-bottom: 1.5em;
}


#ultime_cate #maker {
	padding: 3.0em 0 5.0em;
}

#ultime_cate #maker .flex_box {
	justify-content: center;
}

#ultime_cate #maker .logo {
	width: 15%;
	margin-right: 5%;
}

#ultime_cate #maker .box {
	width: 65%;
	text-align: left;
}

#ultime_cate #maker .box dt {
	font-size: 18px;
	margin-bottom: 1.0em;
}



#ultime_cate .pc_ {
	display: block;
}

#ultime_cate .sp_ {
	display: none;
}


@media only screen and (max-width: 480px) {
	#ultime_cate .pc_ {
	display: none;
}

#ultime_cate .sp_ {
	display: block;
}
	
	#ultime_cate {
	font-size: 14px;
}
	#ultime_cate #ninsyo {
    padding: 2.0em 0 3.0em;
}
	#ultime_cate #ninsyo .flex_box {
		flex-wrap: wrap;
	}
	#ultime_cate #ninsyo .ninsyo {
	width: 30%;
	margin-right: 5%;
}

#ultime_cate #ninsyo .ninsyo_2 {
	text-align: left;
	width: 100%;
	margin-top: 1.5em;
}

#ultime_cate #ninsyo .ninsyo_sp {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	width: 60%;
}
	
	#ultime_cate #rank .inner p {
    font-size: 10px;
    margin: auto;
}
	#ultime_cate #rank .box_1 {
    width: 100%;
    margin: auto;
}
	#ultime_cate #rank .kome {
    font-size: 8px;
}
	#ultime_cate #maker .flex_box {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#ultime_cate #maker .box {
    width: 100%;
}
	#ultime_cate #maker .logo {
	width: 30%;
	margin-right: 5%;
}
	#ultime_cate #maker .flex_box p {
		font-size: 18px;
		text-align: left;
		width: 65%;
	}
	
	#ultime_cate #maker dd {
		margin-top: 1.5em;
	}
}



#ultime_cate #repair .main,#ultime_cate #smooth .main {
	margin-bottom: 4.0em;
}


#ultime_cate h3 {
	font-weight: normal;
	font-size: 23px;
}

#ultime_cate h3 span {
	font-size: 18px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	display: inline-block;
	padding: 0.5em 0;
	margin-bottom: 1.0em;
}

#ultime_cate .inner_840 .flex_box {
	margin: 2.5em auto;
}

#ultime_cate #repair .box1,#ultime_cate #smooth .box1 {
	width: 35%;
} 

#ultime_cate #repair .box2,#ultime_cate #smooth .box2 {
	width: 60%;
	text-align: left;
} 

#ultime_cate #repair .box2 dt,#ultime_cate #smooth .box2 dt {
	font-size: 20px;
	margin-bottom: 1.5em;
}

#ultime_cate #repair .box2 span,#ultime_cate #smooth .box2 span {
	font-size: 12px;
	display: inline-block;
	margin-top: 1.0em;
}

#ultime_cate .btn a {
	color: #FFFFFF;	
	display: block;
	border-radius: 30px;
	padding: 0.8em 0;
	font-family: "Figtree", source-han-sans-japanese, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
}

#ultime_cate .btn p:after {
	content: "";
    display: inline-block;
    background: url(https://www.forcise.jp/img/item/wella/ultime/link-arrow.png) no-repeat;
    background-size: 100%;
    height: auto;
    width: 5%;
	max-width: 16px;
	aspect-ratio: 1 / 1;
	margin-left: 2%;
}

#ultime_cate .inner_840 .btn {
	max-width: 470px;
	margin: auto;
}

#ultime_cate #repair .btn a {
	background: linear-gradient(to bottom, rgba(216, 50, 69, 1) 1%, rgba(191, 29, 41, 1) 100%);
}

#ultime_cate #smooth .btn a {
	background-image: linear-gradient(to top, #9e7246, #b0855c);
}


#ultime_cate h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2.0em;
}

#ultime_cate h4 span {
	font-family: "Figtree", source-han-sans-japanese, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 50px;
}

#ultime_cate h5 {
	font-size: 17px;	
}

#ultime_cate h5 span {
	font-family: "Figtree", source-han-sans-japanese, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: normal;
	display: block;
}

#ultime_cate h5 span:after {
    content: "";
    width: 50px;
    height: 2px;
    border-bottom: 2px solid ;
    display: block;
    margin: 5px auto 10px;
}


#ultime_cate .lineup {
	padding: 4.0em 0;
}

#ultime_cate .lineup p {
	font-size: 15px;
}

#ultime_cate .lineup li .btn a {
	padding: 0.4em 0;
	font-size: 16px;
}

#ultime_cate .lineup .btn {
	max-width: 160px;
	margin: 1.0em auto;
}



#ultime_cate .ext {
	text-decoration: underline;
	line-height: 2.0;
	font-size: 13px;
}

#ultime_cate .lineup ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#ultime_cate .lineup li {
	width: 15%;
}

#ultime_cate .lineup li .box {
	margin: 0.8em auto 1.0em;
}



#ultime_cate #repair h3 span,#ultime_cate #repair h4,#ultime_cate #repair h5,#ultime_cate #repair .ext,#ultime_cate #repair .ext a {
	color: #BF1D29;
}

#ultime_cate #smooth h3 span,#ultime_cate #smooth h4,#ultime_cate #smooth h5,#ultime_cate #smooth .ext,#ultime_cate #smooth .ext a {
	color: #AD7B4B;
}



@media only screen and (max-width: 480px) {
	#ultime_cate .inner_840 .flex_box {
		flex-direction: column;
	}
	#ultime_cate h3 span {
    font-size: 14px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
	#ultime_cate h3 {
    font-size: 18px;
}
	#ultime_cate #repair .box1, #ultime_cate #smooth .box1 {
    width: 100%;
}
	#ultime_cate #repair .box2, #ultime_cate #smooth .box2 {
    width: 100%;
    text-align: left;
    margin-top: 2.0em;
}
	#ultime_cate #repair .box2 dt, #ultime_cate #smooth .box2 dt {
    font-size: 18px;
    margin-bottom: 1.0em;
}
	#ultime_cate h4 {
    font-size: 14px;
}
	#ultime_cate h4 span {
    font-size: 36px;
}
	#ultime_cate .lineup ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#ultime_cate .lineup ul li {
		width: 29%;
		margin: auto 2% 3.0em;
	}
	#ultime_cate h5 span {
    font-size: 18px;
}
	#ultime_cate h5 {
    font-size: 12px;
}
	#ultime_cate .lineup p {
    font-size: 11px;
}
	#ultime_cate .ext {
    font-size: 10px;
}
	#ultime_cate .btn p:after {
    width: 10%;
    margin-left: 5%;
}
	#ultime_cate #repair .box2 span, #ultime_cate #smooth .box2 span {
    font-size: 8px;
}
	#ultime_cate .btn a {
    padding: 0.5em 0;
}
}



