/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
    --bg-clr: #ececec;
    --btn-clr: #2e2e2e;
    --Pg-En-sans: "Josefin Sans", sans-serif;
}

/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Josefin Sans", sans-serif;
*/

#onedk_wrap{
	max-width: 800px;
	margin: auto;	
    text-align: center;
    font-size: clamp(1.6rem, 0.6rem + 1.85vw, 2.2rem);
    margin-bottom: 80px;
    font-family: "Noto Sans JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}


#onedk_wrap sup{
    font-size: 11px;
}

#onedk_wrap .comm_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#onedk_wrap .comm_w90{
    width: 90%;
    margin: auto;
}

#onedk_wrap .comm_mt{
    margin-top: 90px;
}

#onedk_wrap .comm_ttl{
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    font-family: var(--Pg-En-sans);
	font-weight: 500;
    font-size: clamp(2.25rem, 1.5rem + 2.07vw, 4rem);
}

#onedk_wrap .comm_ttl h2{
    font-family: var(--Pg-En-sans);
    font-size: 80%;
    font-weight: 500;
    margin-bottom: 30px;
}

#onedk_wrap .comm_btn{
	background: var(--btn-clr);
    font-size: 90%;
    max-width: 600px;
    letter-spacing: 0.08em;
    font-family: var(--Pg-En-sans);
    margin: 5em auto 2em
}

#onedk_wrap .comm_btn a{
	display: block;
	padding: 0.7em 0;
	color: #fff;
}



#onedk_wrap .of p{
    margin-top: 30px;
    text-align: left;
}

#onedk_wrap .of img{
    width: 35%;
    max-width: 300px;
}


#onedk_wrap #about{
    background: linear-gradient(1deg,rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 75%);
    padding-top: 3em;
}

#onedk_wrap #about p{
    width: 90%;
    text-align: left;
    margin: 0 auto 2em;
}


#onedk_wrap .lineup ul.comm_flex{
    justify-content: center;
    align-items: flex-end;
}

#onedk_wrap .lineup ul li{
    width: 31%;
    margin: 0 1% 4em;
}

#onedk_wrap .lineup ul li img{
    width: 80%;
}


#onedk_wrap .lineup ul li p{
    margin: 15px auto;
    font-size: 90%;
}

#onedk_wrap .lineup ul li span{
    display: block;
    background: var(--bg-clr);
    font-size: 57%;
    border-radius: 50px;
    letter-spacing: -0.15rem;
}

#onedk_wrap #fragrance p{
    text-align: left;
    margin: 2em auto 0;
}


#onedk_wrap #component .block{
    margin-bottom: 3em;
    text-align: left;
}

#onedk_wrap #component .block img{
    width: 50%;
}

#onedk_wrap #component .block .comm_flex{
    align-items: center;
}

#onedk_wrap #component .block .box{
    width: 45%;
    font-size: clamp(2rem, 2.12vw, 3rem);
}

#onedk_wrap #component .block .box span{
    display: block;
    font-size: 72%;
}

#onedk_wrap #component .block p{
    margin-top: 30px;
}



#onedk_wrap #recommend{
    position: relative;
}

#onedk_wrap #recommend .comm_w90{
    max-width: 600px;
    background: rgba(252,252,252,0.9);
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
    padding: 2em 5% 1em;
    box-sizing: border-box;
}

#onedk_wrap #recommend .comm_w90 dl{
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
}

#onedk_wrap #recommend .comm_w90 li{
    margin-bottom: 1em;
    font-size: 92%;
}


#onedk_wrap #product_wrap .block{
    margin-bottom: 5em;
}

#onedk_wrap #product_wrap .block .midashi{
    max-width: 600px;
    margin: 0 auto 30px;
    border-top: 1px solid;
    padding-top: 30px;
}

#onedk_wrap #product_wrap .block .midashi h2{
    font-family: var(--Pg-En-sans);
	font-weight: 500;
    font-size: clamp(3.2rem, 1.5rem + 3.027vw, 5rem);
    letter-spacing: 0.05em;
}

#onedk_wrap #product_wrap .block .midashi span{
    display: block;
    font-size: 50%;
    margin: 5px auto 25px;
}

#onedk_wrap #product_wrap .block .midashi .capa{
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: 35px;
    padding: 1px 15px;
    font-size: 80%;
}



#onedk_wrap #product_wrap .block .box{
    text-align: left;
    margin-bottom: 2em;
}

#onedk_wrap #product_wrap .block .box:has(.image){
    display: flex;
    flex-wrap: wrap;
}
#onedk_wrap #product_wrap .block .box:has(.image) dl{
    margin-right: 5%;
    width: calc(100% - 35%);
}
#onedk_wrap #product_wrap .block .box .image{
    width: 30%;
}

#onedk_wrap #product_wrap .block dl dt h3{
    font-size: clamp(2.3rem, 1.2rem + 2.47vw, 3rem);
    font-family: var(--Pg-En-sans);
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    font-weight: 500;
}
#onedk_wrap #product_wrap .block dl dd p{
    font-size: clamp(2rem, 1.2rem + 2.027vw, 3rem);
    margin-bottom: 5px;
}

#onedk_wrap #product_wrap .block dl dd ol{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#onedk_wrap #product_wrap .block dl dd ol > li{
    width: 48%;
    max-width: 330px;
}
#onedk_wrap #product_wrap .block dl dd .state{
    background: #f2f2f2;
    border-radius: 50px;
    font-size: 85%;
    padding: 0 20px;
    margin-bottom: 15px;
    display: inline-block;
}


#onedk_wrap #product_wrap .block dl dd ul{
    margin-bottom: 20px;
}

#onedk_wrap #product_wrap .block dl dd ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.2rem;
}

#onedk_wrap #product_wrap .block dl dd ul li p{
    font-size: inherit;
}

#onedk_wrap #product_wrap .block dl dd li img{
    margin-bottom: 20px;
}

#onedk_wrap #product_wrap .block dl dd .comm_flex .style{
    width: 50%;
}

#onedk_wrap #product_wrap .block dl dd .comm_flex .text{
    width: 48%;
}

#onedk_wrap #product_wrap .block dl dd .howto h4{
    font-size: clamp(1.75rem, 1.02rem + 1.027vw, 2.4rem);
    letter-spacing: normal;
    margin-bottom: 10px;
}

#onedk_wrap #product_wrap .block dl dd .howto h4:before{
    content: "DESIGN";
    font-family: var(--Pg-En-sans);
    display: block;
    font-size: 80%;
    font-weight: 500;
}



#onedk_wrap #promise .comm_flex{
    max-width: 550px;
    margin: auto;
    justify-content: space-around;
}

#onedk_wrap #promise .comm_flex .box{
    background: #ececec;
    width: 43%;
    max-width: 230px;
    aspect-ratio:1/1;
    margin-bottom: 60px;
    position: relative;
}

#onedk_wrap #promise .comm_flex dl{
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;

}

#onedk_wrap #promise .comm_flex dl dt{
    font-family: var(--Pg-En-sans);
    font-size: clamp(2rem, 1.5rem + 2.147vw, 3rem);
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

#onedk_wrap #promise .comm_flex .box:before,
#onedk_wrap #promise .comm_flex .box:after{
    content: "";
    border-left: 1px solid;
    display: block;
    height: 20%;
    width: 1px;
    transform:rotate(-45deg);
    position: absolute;
    top: -10%;
    left: 0;
}

#onedk_wrap #promise .comm_flex .box:after{
    transform:rotate(-45deg);
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: -8%;
    right: 0;
}

#onedk_wrap #promise dl.text{
    margin-top: 2.5em;
}

#onedk_wrap #promise dl.text dt{
    font-size: clamp(2.2rem, 1.5rem + 2.027vw, 3rem);
    margin-bottom: 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#onedk_wrap #promise dl.text dd{
    text-align: left;
    line-height: 1.8;
}




#onedk_wrap #sdgs{
    max-width: 700px;
}

#onedk_wrap #sdgs .box{
    text-align: left;
    margin: 2em auto;
}

#onedk_wrap #sdgs .box p{
    margin-bottom: 1em;
}


#onedk_wrap #sdgs .comm_flex{
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5em;
}

#onedk_wrap #sdgs .comm_flex img{
    width: 23%;
    margin-right: 5%;
    max-width: 100px;
}

#onedk_wrap #sdgs .comm_flex .text{
    width: 72%;
}

#onedk_wrap #sdgs .comm_flex .text p{
    font-weight: 600;
    font-size: 115%;
    margin-bottom: 10px;
}

#onedk_wrap #sdgs .att{
    font-size: 80%;
    text-align: left;
}




#onedk_wrap #concept{
    background: url("styling/concept-bg.jpg") no-repeat #f8f8f8;
    padding: 3em 0;
}

#onedk_wrap #concept .text p{
    margin-bottom: 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#onedk_wrap #concept dl{
    background: rgba(252,252,252,0.9);
    text-align: left;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

#onedk_wrap #concept dt{
    font-family: var(--Pg-En-sans);
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#onedk_wrap #concept dd{
    font-size: 80%;
}
















#onedk_wrap .series{
    max-width: 700px;
}

/*#onedk_wrap .series .comm_flex{
    margin-bottom: 50px;
}*/

#onedk_wrap .series .comm_flex .box{
    text-align: left;
    width: 49%;
    display: contents;
}

#onedk_wrap .series .comm_flex .box dl{
    margin: 10px 0 2.5em 5px;
    max-width: 310px;
}

#onedk_wrap .series .comm_flex .box dt{
    font-family: var(--Pg-En-sans);
    letter-spacing: 0.045em;
    font-weight: 500;
    font-size: 105%;
}

#onedk_wrap .series .comm_flex .box dd{
    font-size: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#onedk_wrap .series .comm_flex .box dd img{
    width: 20%;
}




@media only screen and (max-width: 700px) {  
    #onedk_wrap .series .comm_flex .box{
        text-align: left;
        width: 48.5%;
        display: block;
    }
}






@media only screen and (max-width: 480px) {  
    #onedk_wrap .comm_ttl h2{
        margin-bottom: 20px;
    }

    #onedk_wrap #recommend .comm_ttl{
        margin-bottom: 20px;
    }
    #onedk_wrap #recommend .comm_w90 li {
        margin-bottom: 0.5em;
    }

    #onedk_wrap #product_wrap .block dl dd ul li p{
        font-size: 90%;
        letter-spacing: 0.05em;
    }


    #onedk_wrap #sdgs .comm_flex .text p{
        margin-bottom: 5px;
    }

    #onedk_wrap #concept .text p {
        margin-bottom: 20px;
    }




}




#onedk_repair #about{
    background: #ffffff;
    padding-top: 3em;
}


#onedk_repair #about .comm_ttl {
	position: relative;
}

#onedk_repair #about .bk_1 {
	margin-top: -7.0em;
}

#onedk_repair #about span {
	font-size: 12px;
	vertical-align: text-top;
}

#onedk_repair .lineup ul li {
    width: 45%;
    margin: 0 2% 4em;
}


#onedk_repair #fragrance img,#onedk_hand #fragrance img {
	margin-bottom: 1.5em;
}

#onedk_repair #pickup_f {
	padding: 3.0em 0;
	background-image: url(https://www.forcise.jp/img/item/1dk/repair/bk_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	background-color: #ececec;
	margin-top: 3.0em;
}

#onedk_repair #pickup_f .box,#onedk_hand #pickup_f .box {
	margin: 4.0em auto;
	background: #FFFFFF;
	padding: 2.0em 5%;
	position: relative;
}

#onedk_repair #pickup_f .box:last-child,#onedk_hand #pickup_f .box:last-child {
	margin-bottom: 0;
}

#onedk_repair #pickup_f .box .p_f_ttl,#onedk_hand #pickup_f .box .p_f_ttl {
	font-family: var(--Pg-En-sans);
	font-weight: 500;
	font-size: 85%;
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 20px;
	padding: 0.3em 2.0em 0.1em;
	position: absolute;
	left: 50%;
	top: -1.0em;
	transform: translateX(-50%);
}

#onedk_repair #pickup_f h3,#onedk_hand #pickup_f h3 {
	font-size: clamp(2.25rem, 1.5rem + 2.07vw, 4rem);
	font-weight: 500;
	margin: 0.5em auto 0.8em;
}

#onedk_repair #pickup_f h3 .span1,#onedk_hand #pickup_f h3 .span1 {
	font-size: 90%;
}

#onedk_repair #pickup_f h3 .span2,#onedk_hand #pickup_f h3 .span2 {
	font-size: 70%;
	vertical-align: text-top;
}

#onedk_repair #pickup_f .box dl,#onedk_hand #pickup_f .box dl {
	margin-top: 1.5em;
	line-height: 1.8;
}

#onedk_repair #pickup_f .box dd,#onedk_hand #pickup_f .box dd {
	text-align: left;
}

#onedk_repair #pickup_f .box dt,#onedk_hand #pickup_f .box dt {
	font-size: clamp(2rem, 2.12vw, 3rem);
	margin-bottom: 0.8em;
}

#onedk_repair #pickup_f .box ul {
	display: flex;
	justify-content: space-between;
	font-size: 80%;
}

#onedk_repair #pickup_f .box ul li {
	width: 28%;
	position: relative;
}

#onedk_repair #pickup_f .box ul li:after{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/1dk/repair/triangle.jpg) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 1 / 2;
	position: absolute;
	top: 25%;
	right: -1.0em;
}

#onedk_repair #pickup_f .box ul li:last-child:after {
	content: none;
}

#onedk_repair #pickup_f .box p span {
	font-size: 80%;
	margin-top: 0.5em;
	display: inline-block;
	margin-top: 0.8em;
}

#onedk_repair #ingredients .comm_ttl dd {
	font-family: "Noto Sans JP", "Noto Sans JP", sans-serif;
}


#onedk_repair #ingredients {
	padding: 3.0em 0;
	background: #f6f1eb;
	line-height: 1.8;
}

#onedk_repair #ingredients .comm_flex {
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 1.0em;
}

#onedk_repair #ingredients .block img {
    width: 50%;
}

#onedk_repair #ingredients .block {
	text-align: left;
	margin-bottom: 2.5em;
}

#onedk_repair #ingredients .block:last-child {
	margin-bottom: 0;
}

#onedk_repair #ingredients .block .box {
    width: 45%;
    font-size: clamp(2rem, 2.12vw, 3rem);
}

#onedk_repair #ingredients .block .box .span1 {
    font-size: 80%;
}

#onedk_repair #ingredients .block .box .span2 {
    font-size: 60%;
	vertical-align: text-top;
}

#onedk_repair #ingredients .block p span {
	font-size: 80%;
	display: block;
	margin-top: 0.8em;
}


#onedk_repair #concept {
    background: url(https://www.forcise.jp/img/item/1dk/repair/bk_4.jpg) no-repeat #f8f8f8;
	background-position: top;
    padding: 3em 0;
}


#onedk_wrap .sp_only {
	display: none;
}


@media only screen and (max-width: 480px) {
	#onedk_wrap .sp_only {
	display: block;
}

	#onedk_repair #fragrance .comm_ttl dd {
		font-size: 92%;
	}
	#onedk_repair #about .bk_1 {
    margin-top: -5.0em;
}
	
	#onedk_repair #pickup_f .box ul li:after {
    top: 15%;
}
	#onedk_repair #ingredients .block .box {
    width: 50%;
}
	#onedk_repair #ingredients .block img {
    width: 45%;
}
}


#onedk_hand #about {
	background: #FFFFFF;
}

#onedk_hand #about .comm_ttl {
    margin-bottom: -1.0em;
    position: relative;
}

#onedk_hand #about .box {
	margin-top: -1.5em;
}

#onedk_hand .lineup ul li {
    width: 50%;
}

#onedk_hand #pickup_f {
	padding: 3.0em 0;
	background-image: url(https://www.forcise.jp/img/item/1dk/hand/bk_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	background-color: #ececec;
	margin-top: 3.0em;
}

#onedk_hand #pickup_f .box ol {
	text-align: left;
	margin-top: 2.0em;
}

#onedk_hand #pickup_f .box ol li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.0em;
}

#onedk_hand #pickup_f .box ol li .img_box {
	width: 15%;
}

#onedk_hand #pickup_f .box ol li dl {
	width: 80%;
	margin: auto;
}

#onedk_hand #pickup_f .box ol li dl dt {
	font-size: 80%;
	margin-bottom: 0.3em;
	font-weight: bold;
}

#onedk_hand #pickup_f .box ol li dl dd {
	font-size: 80%;
}

#onedk_hand #pickup_f .box ol span,#onedk_hand #pickup_f .box dd p span {
	font-size: 50%;
}

#onedk_hand #pickup_f .box ol li span {
	vertical-align: text-top;
}

#onedk_hand #concept {
    background: url(https://www.forcise.jp/img/item/1dk/hand/bk_3.jpg) no-repeat #f8f8f8;
	background-position: top;
    padding: 3em 0;
}

#onedk_hand #recommend {
	background: url(https://www.forcise.jp/img/item/1dk/hand/bk_2.jpg) no-repeat top right;
	background-color: #ececec;
	background-size: contain;
	padding: 2.0em 0;
}

#onedk_hand #recommend .comm_w90 {
	position: relative;
}

#onedk_hand #recommend .comm_w90 li {
    font-size: 85%;
}



@media only screen and (max-width: 480px) {
	#onedk_hand .lineup ul li {
    width: 80%;
}
	#onedk_hand #pickup_f .box ol li {
	align-items: flex-start;
}
}