/* CSS Document */

:root{
    --bg-color: #F9F4F8;
    --point-red: #ca4f87;
    --btn-red: #D02E77;
    --ttl-color: #DDBBD7;
}

#denkibrush_wrap .ugc{
    display: none;
}

#denkibrush_wrap{
    width: 100%;
    max-width: 800px;
    font-size: clamp(1.6rem, 0.352rem + 2.56vw, 2.4rem);
    margin: 30px auto; 
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    line-height: 1.8;
}

#denkibrush_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#denkibrush_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

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

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

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

#denkibrush_wrap .comm_ttl{
    font-size: clamp(2.05rem, 1.15rem + 1.9125vw, 3.5rem);
    margin-bottom: 40px;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

#denkibrush_wrap .comm_ttl dt br{
    display: none;
}

#denkibrush_wrap .comm_ttl dt span{
    font-size: 65%;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 0.22em;
}

#denkibrush_wrap .comm_ttl dd h2{
    font-size: clamp(2.2rem, 0.61rem + 4.3vw, 4.2rem);
    font-weight: 500;
}


#denkibrush_wrap #kv{
    background: url("kv_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0 5px;
}
#denkibrush_wrap #kv .w90{
    width: 94%;
    margin: auto;
}
#denkibrush_wrap #kv .w90 h2{
    font-size: 20px;
}
#denkibrush_wrap #kv .w90 h3{
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 40px;
}
#denkibrush_wrap #kv .inner{
    position: relative;
}

#denkibrush_wrap #kv .inner .text{
    position: absolute;
    width: 90%;
    max-width: 520px;
    margin: auto;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

#denkibrush_wrap #kv .inner ol{
    display: flex;
    justify-content: center;
    margin: 30px auto 20px;
    
}
#denkibrush_wrap #kv .inner ol li{
    background: #ddbbd7;
    border-radius: 20px;
    color: #fff;
    font-size: 25px;
    padding: 10px 3%;
    margin: 0 1%;
    text-box: trim-both cap alphabetic;
    display: inline-block;
}
#denkibrush_wrap #kv .inner p{
    font-size: 23px;
}


#denkibrush_wrap #wcare{
    background: linear-gradient( 90deg, #F7EEF4 0%, #EBF2F7 99%);
    padding: 50px 0 60px;
}

#denkibrush_wrap #wcare p{
    margin-top: 30px;
    text-align: left;
}

#denkibrush_wrap #wcare p span{
    color: var(--point-red);
}



#denkibrush_wrap #function table{
    counter-reset: number;
}

#denkibrush_wrap #function table{
    margin-bottom: 80px;
}

#denkibrush_wrap #function table th{
    background: var(--ttl-color);
    color: #fff;
    font-weight: 400;
    padding: 4% 1%;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    font-size: 18px;
}


#denkibrush_wrap #function table td{
    width: 28%;
    background: var(--bg-color);
    text-align: center;
    padding: 4% 1%;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: middle;
    font-size: 18px;
}

#denkibrush_wrap #function table th:first-child,
#denkibrush_wrap #function table td:first-child{
    width: 15%;
    padding: 5% 1%;
}
#denkibrush_wrap #function table td span{
    font-size: 60%;
    display: block;
}



#denkibrush_wrap #function .block{
    margin-bottom: 70px;
    text-align: left;
}

#denkibrush_wrap #function .block .midashi{
    position: relative;
    text-align: right;
	counter-increment: number;
}

#denkibrush_wrap #function .block .midashi::before{
	content: "FUNCTION." counter(number , decimal-leading-zero);
    background: var(--ttl-color);
    color: #fff;
    position: absolute;
    top: -15px;
    left: 0;
    width: 35%;
    max-width: 200px;
    display: block;
    text-align: center;
    font-size: 18px;
}

#denkibrush_wrap #function .block .midashi h2{
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     text-align: left;
     font-size: 3rem;
}

#denkibrush_wrap #function .block p{
    width: 90%;
    margin: 30px auto;
}

#denkibrush_wrap #function .block .btn{
    width: 90%;
    margin: 30px auto;
    text-align: center;
    background: var(--btn-red);
    border-radius: 50px;
    position: relative;
}

#denkibrush_wrap #function .block .btn a{
    color: #fff;
    display: block;
    padding: 5px 0 10px;
}

#denkibrush_wrap #function .block .btn::after{
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    transform: rotate(45deg);
    right: 5%;
}

#denkibrush_wrap #function .block:nth-of-type(even) .midashi{
    text-align: left;
}

#denkibrush_wrap #function .block:nth-of-type(even) .midashi::before{
    left: auto;
    right: 0;
}

#denkibrush_wrap #function .block:nth-of-type(even) .midashi h2{
    left: auto;
    right: 5%;
    text-shadow: -3px 0px 14px #fff;
}






#denkibrush_wrap #pioneer{
    background: linear-gradient( 90deg, #F7EEF4 0%, #EBF2F7 99%);
    position: relative;
    padding: 50px 0;
}

#denkibrush_wrap #pioneer .midashi{
    position: absolute;
    background: var(--ttl-color);
    color: #fff;
    width: 90%;
    max-width: 520px;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
    text-box: trim-both cap alphabetic;
    display: inline-block;
    padding: 10px 5px;
    letter-spacing: 0.03em;
}

#denkibrush_wrap #pioneer .midashi:after{
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 12px solid transparent;
    border-top: 10px solid var(--ttl-color);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
}


#denkibrush_wrap #pioneer .comm_ttl h2 span{
    font-size: 75%;
}
#denkibrush_wrap #pioneer p{
    text-align: left;
    margin-top: 20px;
}

#denkibrush_wrap #pioneer p span{
    color: var(--point-red);
}


#denkibrush_wrap #trouble{
    background: url("nayami_bg.jpg") no-repeat;
    padding: 40px 5%;
    box-sizing: border-box;
}

#denkibrush_wrap #trouble .comm_flex{
    align-items: center;
}

#denkibrush_wrap #trouble .comm_flex:nth-child(3){
    flex-direction: row-reverse;
}

#denkibrush_wrap #trouble .comm_flex ol{
    width: 45%;
}

#denkibrush_wrap #trouble .comm_flex ol li{
    text-align: left;
    background: url("icon.png") no-repeat left;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
}

#denkibrush_wrap #trouble .comm_flex ol li:first-child{
    background: none;
    font-size: 28px;
    padding-left: 0;
    margin-bottom: 15px;
}

#denkibrush_wrap #trouble .comm_flex p{
    width: 50%;
}

#denkibrush_wrap #trouble .w90{
    background: #fff;
    margin-top: 50px;
    padding: 5%;
    box-sizing: border-box;
    text-align: left;
}

#denkibrush_wrap #trouble .w90 .midashi{
    text-align: center;
    font-size: clamp(3rem, 1.16rem + 6.1vw, 5rem);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

#denkibrush_wrap #trouble .w90 .midashi::after{
    content: "";
    border-bottom: 3px solid #ccc;
    position: absolute;
    bottom: -15px;
    display: block;
    width: 40px;
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}

#denkibrush_wrap #trouble .w90 .midashi p{
    font-size: clamp(2rem, 1.08rem + 3.2vw, 3rem);
}

#denkibrush_wrap #trouble .w90 .midashi span{
    font-size: 80%;
}

#denkibrush_wrap #trouble .w90 .comm_flex p{
    margin-top: 5%;
}

#denkibrush_wrap #trouble .w90 .comm_flex img{
    width: 48%;
    max-width: 279px;
}

#denkibrush_wrap #trouble .w90 p span{
    color: var(--point-red);
}

#denkibrush_wrap #advice{
    background: url("advice_bg.jpg") no-repeat right;
    background-size: cover;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
}

#denkibrush_wrap #advice .ttl{
    background: var(--ttl-color);
    color: #fff;
    position: absolute;
    top: -22px;
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 20px;
    text-box: trim-both cap alphabetic;
    display: inline-block;
    padding: 10px 15px;
}

#denkibrush_wrap #advice dt{
    border-bottom: 1px dotted;
    padding: 10px;
    margin-bottom: 25px;
    font-size: clamp(1.85rem, 1.112rem + 2.8vw, 3.8rem);
}

#denkibrush_wrap #advice dd{
    text-align: left;
}


#denkibrush_wrap #for{
    background: url("item-bg.jpg") no-repeat;
    padding: 40px 5% 60px;
    box-sizing: border-box;
}

#denkibrush_wrap #for .comm_ttl{
    margin-bottom: 20px;
}

#denkibrush_wrap #for .comm_ttl dt{
    position: relative;
    display: inline-block;
}

#denkibrush_wrap #for .comm_ttl dt::before,
#denkibrush_wrap #for .comm_ttl dt::after{
    content: "";
    display: block;
    width: 19px;
    height: 29px;
    background: url("frame.png") no-repeat;
    position: absolute;
    top: 18px;
    left: -24px;
}

#denkibrush_wrap #for .comm_ttl dt::after{
    right: -24px;
    left: auto;
    transform: scale(-1, 1);
}

#denkibrush_wrap #for .comm_ttl h2{
    font-size: clamp(2.6rem, 0.61rem + 4.43vw, 5rem);
}

#denkibrush_wrap #for ul{
    display: flex;
    justify-content: center;
    margin: 30px auto 20px;
}

#denkibrush_wrap #for ul li{
    background: var(--ttl-color);
    border-radius: 20px;
    color: #fff;
    font-size: 25px;
    padding: 10px 3%;
    margin: 0 1%;
    text-box: trim-both cap alphabetic;
    display: inline-block;
}

#denkibrush_wrap #for img{
    margin: 20px auto 30px;
}

#denkibrush_wrap #for ol{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#denkibrush_wrap #for ol li{
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1%;
    width: 30%;
    aspect-ratio:1/1;
    font-size: clamp(1.6rem, 1.2rem + 1.1vw, 2.2rem);
}

#denkibrush_wrap #howto p{
    text-align: left;
    margin-top: 30px;
}

#denkibrush_wrap #howto .comm_flex{
    margin-top: 50px;
}

#denkibrush_wrap #howto .comm_flex dl{
    width: 47%;
    max-width: 330px;
}

#denkibrush_wrap #howto .comm_flex dl dt{
    background: var(--ttl-color);
    color: #fff;
    font-size: clamp(1.65rem, 0.2486rem + 3.7vw, 2.5rem);
}

#denkibrush_wrap #howto .comm_flex dl dd{
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: clamp(1.5rem, -0.444rem + 4.851vw, 2.4rem);
}


#denkibrush_wrap #faq{
    background: var(--bg-color);
    padding: 40px 5%;
    box-sizing: border-box;
}

#denkibrush_wrap #faq .text{
    text-align: left;
}

#denkibrush_wrap #faq .text dt{
    font-weight: 500;
    font-size: clamp(1.8rem, -0.556rem + 4.9vw, 2.8rem);
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#denkibrush_wrap #faq .text dd{
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    font-size: inherit;
}

#denkibrush_wrap #faq .text dt::before,
#denkibrush_wrap #faq .text dd::before{
    content: "Q";
    font-size: clamp(3rem, 0.976rem + 7.04vw, 5rem);
    color: var(--point-red);
    opacity: 0.5;
    margin-right: 25px;
    line-height: 1;
}

#denkibrush_wrap #faq .text dd::before{
    content: "A";
    color: #2e2e2e;
    margin-right: 30px;
}


#denkibrush_wrap #recommend{
	counter-reset: number;
}

#denkibrush_wrap #recommend .block{
    width: 90%;
    margin: 0 auto 50px;
    padding-bottom: 5%;
    box-sizing: border-box;
    background: var(--bg-color);
	counter-increment: number;
}

#denkibrush_wrap #recommend .block::before{
	content: "No." counter(number);
    background: var(--ttl-color);
    color: #fff;
    display: block;
    margin-bottom: 40px;
    letter-spacing: 0.18em;
    font-size: 80%;
    padding: 10px 0;
}

#denkibrush_wrap #recommend .block h2{
    font-size: clamp(1.6rem, 0.864rem + 2.06vw, 2.4rem);
    margin-bottom: 15px;
}

#denkibrush_wrap #recommend .block h3{
    font-size: clamp(2rem, 0.864rem + 2.56vw, 3.4rem);
    margin-bottom: 30px;
}

#denkibrush_wrap #recommend .block .comm_flex{
    align-items: start;
}

#denkibrush_wrap #recommend .block .comm_flex .pic{
    width: 44%;
    max-width: 500px;
}

#denkibrush_wrap #recommend .block .comm_flex .price{
    width: 52%;
    text-align: left;
}

#denkibrush_wrap #recommend .block .comm_flex .price p{
    font-size: clamp(1.6rem, 0.48rem + 1.92vw, 2rem);
    text-align: right;
    margin-bottom: 25px;
}

#denkibrush_wrap #recommend .block .comm_flex .price ol li a{
    background: var(--btn-red);
    border-radius: 50px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
    text-indent: 20px;
    font-size: clamp(1.5rem, 0.648rem + 1.92vw, 1.8rem);
    padding: 8px 0;
    position: relative;
}

#denkibrush_wrap #recommend .block .comm_flex .price ol li a::after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 5%;
}
#denkibrush_wrap #recommend .point{
    margin-top: 40px;
}

#denkibrush_wrap #recommend .point dt{
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: clamp(1.7rem, 1.064rem + 2.06vw, 2.8rem);
    font-weight: 500;
}

#denkibrush_wrap #recommend .point dd{
    text-align: left;
}

#denkibrush_wrap #recommend .ugc{
    background: #fff;
    padding: 50px;
    margin-top: 30px;
}

#denkibrush_wrap #recommend .spec{
    margin-top: 50px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: clamp(1.1rem, 0.464rem + 2.06vw, 2rem);
}

#denkibrush_wrap #recommend .spec dt{
    width: 22%;
}

#denkibrush_wrap #recommend .spec dd{
    width: 73%;
    padding-bottom: 15px;
    border-left: 1px solid;
    padding-left: 5%;
    word-break: break-all;
}







@media only screen and (max-width: 640px) {  
    #denkibrush_wrap .comm_ttl{
        margin-bottom: 25px;
    }
    
    #denkibrush_wrap .comm_ttl dt br{
        display:block;
    }

    #denkibrush_wrap #kv .w90 h3 {
        font-size: 40px;
    }

    #denkibrush_wrap #kv .inner .text {
        top: -33px;
    }

    #denkibrush_wrap #kv .inner ol {
        margin: 15px auto;
    }
    #denkibrush_wrap #kv .inner ol li {
        font-size: 16px;
    }

    #denkibrush_wrap #kv .inner p {
        font-size: 17px;
    }
    /*#denkibrush_wrap #pioneer .comm_ttl h2 span{
        display: block;
    }*/

    #denkibrush_wrap #function table th,
    #denkibrush_wrap #function table td{
        font-size: 13px;
    }
    #denkibrush_wrap #function .block .midashi h2{
        font-size: 2rem;
    }

    #denkibrush_wrap #function .block .midashi::before{
        font-size: 15px;
    }
    #denkibrush_wrap #trouble .comm_flex:not(:last-of-type){
        margin-bottom: 30px;
    }
    #denkibrush_wrap #trouble .comm_flex ol li:first-child {
        font-size: 24px;
    }
    #denkibrush_wrap #trouble .comm_flex ol li {
        font-size: 1.42rem;
    }
    #denkibrush_wrap #advice .ttl{
        font-size: 15px;
        top: -15px;
    }
    #denkibrush_wrap #for .comm_ttl dt::before,
    #denkibrush_wrap #for .comm_ttl dt::after{
        top: 6px;
    }
    #denkibrush_wrap #for ul {
        margin: 15px auto;
    }
    #denkibrush_wrap #for ul li {
        font-size: 16px;
    }
#denkibrush_wrap #recommend .block .comm_flex .pic {
    width: 100%;
    margin: auto;
}
#denkibrush_wrap #recommend .block .comm_flex .price {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;

}








}
















@media only screen and (max-width: 460px) {  
    #denkibrush_wrap #kv .w90 h2 {
        font-size: 16px;
    }
    #denkibrush_wrap #kv .w90 h3 {
        font-size: 34px;
    }
    #denkibrush_wrap #kv .inner .text {
        top: -24px;
    }
    #denkibrush_wrap #kv .inner ol {
        margin: 10px auto;
    }

    #denkibrush_wrap #kv .inner ol li {
        font-size: 14px;
    }
    #denkibrush_wrap #kv .inner p {
        font-size: 14px;
    }
    /*#denkibrush_wrap .comm_ttl {
        font-size: 1.85rem;
    }*/

    #denkibrush_wrap #for ol li{
        font-size: 1.35rem;
    }
    #denkibrush_wrap #function table th, 
    #denkibrush_wrap #function table td {
        font-size: 1.05rem;
        border-left: 1px solid #fff;
        padding: 5% 0.5%;
    }
    #denkibrush_wrap #function table th:first-child, 
    #denkibrush_wrap #function table td:first-child {
        width: 16%;
        padding: 5% 0.5%;
    }
    #denkibrush_wrap #function .block .midashi::before {
        font-size: 13px;
    }
    #denkibrush_wrap #function .block .midashi h2 {
        font-size: 1.8rem;
    }
    #denkibrush_wrap #function .block .btn{
        font-size: 14px;
    }
    #denkibrush_wrap #function .block .btn::after {
        width: 6px;
        height: 6px;
        margin-top: -6px;
    }
    #denkibrush_wrap #trouble .comm_flex ol li:first-child {
        font-size: 19px;
    }
    #denkibrush_wrap #faq .text dt::before,
    #denkibrush_wrap #faq .text dd::before{
        margin-right: 12px;
    }

    #denkibrush_wrap #trouble .comm_flex ol {
        width: 52%;
    }
    #denkibrush_wrap #trouble .comm_flex ol li {
        font-size: 1.3rem;
        padding-left: 25px;
    }
    #denkibrush_wrap #trouble .comm_flex p {
        width: 46%;
    }
    #denkibrush_wrap #trouble .w90 .midashi{
        font-size: 2.6rem;
    }
    #denkibrush_wrap #trouble .w90 .midashi p{
        font-size: 1.85rem;
        margin-bottom: 5px;
    }
    #denkibrush_wrap #recommend .block .comm_flex .price ol li a {
    margin-bottom: 15px;
}
#denkibrush_wrap #recommend .block::before{
    margin-bottom: 25px;
}
#denkibrush_wrap #recommend .block h2 {
    margin-bottom: 8px;
}
#denkibrush_wrap #recommend .point dd{
    line-height: 1.6;
}

}







