/* CSS Document */

@import url("https://use.typekit.net/opv7eim.css");

div#sysMain {
  width: 100% !important;
  max-width: none !important;
  margin: 0px auto !important;
}


#onedk_cate{
    text-align: center;
    font-size: 18px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#seiki_comm{
    font-size: 22px;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}


#onedk_cate a{
    text-decoration: none;
}

#onedk_cate li{
    list-style: none;
}

#onedk_cate img{
    max-width: 100%;
}

#onedk_cate .comm_w90{
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;
}

#onedk_cate .comm_w80{
    width: 90%;
    max-width: 800px;
	margin: auto;
}

#onedk_cate .comm_flex{
    display: flex;
    flex-wrap: wrap;
}

/*#onedk_cate .comm_mt{
    margin-top: 90px;
}*/

#onedk_cate .comm_ttl{
    font-size: clamp(22px, 1px + 4.29vw, 45px);
    letter-spacing: 0.08em;
    margin-bottom: 2em;
	font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: normal;
}

#onedk_cate .comm_ttl span{
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 40%;
    display: block;
    font-weight: 500;
}

#onedk_cate .sp_only {
	display: none;
}

#onedk_cate .pad_box {
	padding: 3.0em 0;
}

@media only screen and (max-width: 640px) {
	#onedk_cate .sp_only {
		display: block;
	}
	
	#onedk_cate .pc_only {
	display: none;
}
	#onedk_cate .pad_box {
	padding: 1.5em 0;
}
}



#onedk_cate #navi{
    background: #2E2E2E;
    padding: 25px 0 5px;
}

#onedk_cate #navi ol{
    max-width: 900px;
    margin: auto;
    background: #2E2E2E;
    justify-content: center;
    font-size: 17px;
    letter-spacing: 1px;
}

#onedk_cate #navi ol.comm_flex li{
    margin: 0 1% 20px;
    border-right: 1px solid #fff;
    padding-right: 2%;
}
#onedk_cate #navi ol.comm_flex li:last-of-type{
    border: none;
}

#onedk_cate #navi ol.comm_flex a{
    color: #fff;
}


#onedk_cate #lineup ul{
    display: flex;
    flex-wrap: wrap;
}
#onedk_cate #lineup ul li{
    width: 48%;
    margin: 0 1% 4.5em;
}

#onedk_cate #lineup ul li p {
	line-height: 1.8;
	margin-top: 1.5em;
}

#onedk_cate #lineup ul li span {
	font-size: 115%;
	font-weight: bold;
}

#onedk_cate ul.item-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 3em  auto;
}

#onedk_cate ul.item-list li{
    width: 28%;
    margin: 0 2% 30px;
}

#onedk_cate .ninsyo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5.0em auto;
}

#onedk_cate .ninsyo .img_box {
	width: 50%;
	text-align: center;
}

#onedk_cate .ninsyo .img_box img {
	max-width: 250px;
}

#onedk_cate .ninsyo .p_box {
	width: 50%;
	text-align: left;
	line-height: 1.8;
}

#onedk_cate #about_cate {
	background: url(https://www.forcise.jp/img/item/1dk/category/cate_bk_1.jpg) no-repeat;
	background-size: cover;
}

#onedk_cate #about_cate p {
	text-align: left;
	line-height: 2.0;
	margin-bottom: 2.0em;
}


#onedk_cate #fragrance_cate img {
	margin-bottom: 2.0em;
}

#onedk_cate #fragrance_cate p {
	line-height: 2.0;
	margin-bottom: 2.0em;
}

#onedk_cate #fragrance_cate p span {
	font-size: 60%;
}


#onedk_cate #common ul {
	display: flex;
	justify-content: space-between;
}

#onedk_cate #common ul li {
	width: 32%;
}

#onedk_cate #common ul li dl {
	margin-top: 1.5em;
	line-height: 1.8;
}

#onedk_cate #common ul li dt {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 1.0em;
}

#onedk_cate #common ul li dt span {
	font-size: 80%;
}

#onedk_cate #common ul li dd {
	text-align: left;	
}


#onedk_cate #promise_cate ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#onedk_cate #promise_cate li {
	width: 48%;
	background: #ECECEC;
	padding: 1.0em 3%;
	box-sizing: border-box;
	margin-bottom: 1.0em;
	line-height: 1.8;
}

#onedk_cate #promise_cate li span {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#onedk_cate #promise_cate dl {
	margin-top: 2.0em;
}

#onedk_cate #promise_cate dt {
	font-size: 135%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}

#onedk_cate #promise_cate dd {
	line-height: 2.0;
}



#onedk_cate #sdgs_cate p {
	margin: 2.0em auto;
	line-height: 2.0;		
}

#onedk_cate #sdgs_cate ul {
	display: flex;
	justify-content: space-between;
	margin: 5.0em auto 3.0em;
}

#onedk_cate #sdgs_cate li {
	width: 22%;
}

#onedk_cate #sdgs_cate li dl {
	line-height: 2.0;
	margin-top: 1.5em;
}

#onedk_cate #sdgs_cate li dt {
	font-size: 115%;
	font-weight: bold;
}

#onedk_cate #sdgs_cate span {
	font-size: 60%;
}

#onedk_cate #sdgs_cate li span {
	vertical-align: text-top;
}


#onedk_cate .product {
	margin-bottom: 8.0em;
}

#onedk_cate .product dl {
	max-width: 600px;
	margin: 3.0em auto;
}

#onedk_cate .product dt {
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	letter-spacing: 0.1em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

#onedk_cate .product dd {
	text-align: left;
	line-height: 2.0;
}

#onedk_cate .product ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#onedk_cate .product li {
	width: 30%;
	margin-bottom: 3.5em;
}

#onedk_cate .product li img {
	margin-bottom: 0.5em;
}

#onedk_cate .product li .product_name {
	font-weight: bold;
	text-align: left;
	line-height: 2.0;
	margin-bottom: 0.8em;
}

#onedk_cate .product li .product_name span {
	font-size: 90%;
	font-weight: normal;
}

#onedk_cate .product li .price {
	display: flex;
	justify-content: space-between;
}

#onedk_cate .sty_box li:last-child {
	margin-right: 35%;
}

#onedk_cate .sty_box .comm_mt {
	margin-top: 1.5em;
}

#onedk_cate .hand_serum ul {
	justify-content: center;
}


@media only screen and (max-width: 640px) {
	#onedk_cate{
    font-size: 12px;
}
	#onedk_cate #navi ol {
    font-size: 12px;
}
	#onedk_cate .ninsyo {
    margin: 2.0em auto;
    flex-direction: column;
}
	#onedk_cate .ninsyo .img_box,#onedk_cate .ninsyo .p_box {
		width: 100%;
	}
	#onedk_cate .ninsyo .img_box img {
    width: 30%;
}
	#onedk_cate .ninsyo .p_box {
		margin-top: 1.5em;
	}
	#onedk_cate #lineup ul li p {
    text-align: left;
	margin-top: 0.5em;
}
	#onedk_cate #lineup ul li {
    margin: 0 1% 2.5em;
}
	
	#onedk_cate #about_cate img {
		margin-bottom: 1.5em;
	}
	
	#onedk_cate #common ul {
    flex-direction: column;
}
	#onedk_cate #common ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
        align-items: center;
}
	#onedk_cate #common ul li img {
		width: 40%;
	}
	#onedk_cate #common ul li dl {
    display: contents;
}
	#onedk_cate #common ul li dt {
    width: 55%;
	text-align: left;
}
	#onedk_cate #common ul li dt span {
    font-size: 70%;
}
	#onedk_cate #common ul li dd {
    margin: 1.0em auto 2.0em;
}
	
	#onedk_cate #promise_cate li {
    font-size: 75%;
}
	#onedk_cate #sdgs_cate ul {
    flex-direction: column;
}
	#onedk_cate #sdgs_cate li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 1.5em;
}
	#onedk_cate #sdgs_cate li img {
		width: 17%;
	}
	#onedk_cate #sdgs_cate li dl {
    width: 78%;
    text-align: left;
	margin: auto;
}
	#onedk_cate .product li {
    width: 48%;
}
	#onedk_cate .sty_box li:last-child {
		margin-right: 0;
	}
	/*#onedk_cate .comm_mt {
    margin-top: 1.0em;
}*/
	#onedk_cate .comm_ttl {
    margin-bottom: 1.2em;
}
	#onedk_cate #common ul li dt {
    font-size: 110%;
}
}


#onedk_cate .comm_w80 dd span {
	font-size: 60%;
	vertical-align: text-top;
}

#onedk_cate .comm_w80 .kome {
	font-size: 60%;
	margin-top: 1.0em;
}

