@charset "UTF-8";
#customer-voice{
    font-family: 'Noto Sans JP', sans-serif;
}

#customer-voice .inner{
    width: 90%;
    margin: 0 auto;
}
#customer-voice .pnkz-pc{
    display: none;
}
#customer-voice .pnkz-sp{
    width: 90%;
    margin: 0 auto;
}

#customer-voice .title-wrap{
    background:no-repeat url(main_sp.png);
    background-position: center;
    text-align: center;
    background-size: contain;
    color: #6B460B;
    font-family: "Noto Serif JP";
    font-size: 4vw;
    padding-top: 33vw;
    padding-bottom: 32vw;
}

#customer-voice .title-wrap  h1{
    font-size: 6.5vw;
    margin-bottom: 3.5vw;
}
#customer-voice .title-wrap  h1 .sub{
    font-size: 90%;
}
#customer-voice .title-wrap  h1 .text-deco-l{
    width: 2.5vw;
    margin-right: 2.5vw;
}
#customer-voice .title-wrap  h1 .text-deco-r{
    width: 2.5vw;
    margin-left: 2.5vw;
}
#customer-voice .title-wrap .sub-text{
    line-height: 160%;
    font-size: 3.5vw;
}

#customer-voice .page-top{
    margin-bottom: 25vw;
}

#customer-voice .page-top .top-text{
    padding: 20px 0px;
    margin-bottom: 30px;
}
#customer-voice .page-top .page-link img{
    margin-bottom: 2.5vw;
}

#customer-voice #girls{
    background-image: url(bg_check.png);
    background-color: #FCDCB7;
    background-size: 8vw;
    padding-bottom: 30vw;
}

#customer-voice #boys{
    background-image: url(bg_check.png);
    background-color: #EBF5E7;
    background-size: 8vw;
    padding-bottom: 30vw;
}

#customer-voice .category-title{
    font-family: "Noto Serif JP";
    color: #6B460B;
    text-align: center;
    margin-bottom: 8vw;
}

#customer-voice .category-title .category-deco{
    width: 25%;
    margin: 0 auto;
}
#customer-voice .category-title .category-deco img{
    margin-top: -50%;
}

#customer-voice .category-title .category-text h2{
    margin-top: -0.5em;
    font-size: 6vw;
}
#customer-voice .category-title .category-subtext{
    font-size: 2.5vw;

}

#customer-voice #girls .category-title .category-text h2 .text-deco-l{
    width: 25%;
    margin-bottom: -1.5em;
    margin-right: 0.5em;
}

#customer-voice #girls .category-title .category-text h2 .text-deco-r{
    width: 25%;
    margin-bottom: -1.5em;
    margin-left: 0.6em;
}

#customer-voice #boys .category-title .category-text h2 .text-deco-l{
    width: 25%;
    margin-left: 1%;
    margin-right: 2%;
    margin-bottom: -1.7em;
}

#customer-voice #boys .category-title .category-text h2 .text-deco-r{
    width: 25%;
    margin-bottom: -1.5em;
    margin-left: 3%;
}

#customer-voice .article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#customer-voice .article-item{
    width: 48%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 1vw 1vw 1.5vw ;
    margin-bottom: 4vw;
}
#customer-voice .article-item .article-thumbnail{
    width: 100%;
    margin-bottom: 2vw;
}
#customer-voice .article-item hr{
    width: 90%;
}
#customer-voice .article-item .article-date{
    font-size: 3.5vw;
}
#customer-voice .article-item .article-title{
    font-size: 3vw;
    text-align: left;
    width: 90%;
    margin: 0 auto 2vw;
}
#customer-voice .article-item .prod-name{
    width: 90%;
    margin: 0 auto 3vw;
}
#customer-voice .article-item .prod-name li{
    font-size: 3vw;
    line-height: 1.5em;
    padding-left: 1.5em;
    text-align: left;
    margin: 0.3em 0;
}
#customer-voice #girls .article-item .prod-name li{
    background-image: url(list_girls.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#customer-voice #boys .article-item .prod-name li{
    background-image: url(list_boys.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#customer-voice .link-btn a{
    display: block;
    border-radius: 20px;
    font-family: "Noto Serif JP";
    text-align: center;
    font-size: 3vw;
    color: #fff;
    text-decoration: none;
    margin: 0.4em auto;
}

#customer-voice .article-item .link-btn{
    min-height: 25vw;
    margin-top: auto;
}
#customer-voice .article-item .link-btn a{
    width: 90%;
}
#customer-voice #girls .link-btn a{
    background-color: #EE7436;
    border: solid 2px #EE7436;
}

#customer-voice #girls .link-btn a:hover{
    background-color: #fff;
    color: #EE7436;
}

#customer-voice #boys .link-btn a{
    background-color: #76C5AB;
    border: solid 2px #76C5AB;
    font-family: "Noto Serif JP";
}

#customer-voice #boys .link-btn a:hover{
    background-color: #fff;
    color: #76C5AB;
}
#customer-voice .link-btn .more{
    width: 80%;
    font-size: 4vw;
    margin: 3vw auto 0;
    padding: 2.5vw 0;
    border-radius: 40px;
}
@media screen and (min-width:641px){
    #customer-voice .br-sp{
        display: none;
    }
    #customer-voice .inner{
        width: 1000px;
        margin: 0 auto;
    }
    #customer-voice .pnkz-pc{
        display: block;
        width: 1000px;
        line-height: 50px;
        margin: 0 auto;
    }
    #customer-voice .pnkz-sp{
        display: none;
    }
    #customer-voice .title-wrap{
        background: no-repeat url(main_pc.png);
        background-position: center;
        width: 1000px;
        height: 282px;
        padding: 70px 0px 0px;
        margin: 0px auto 50px;
    }
    #customer-voice .title-wrap  h1{
        font-size: 36px;
        margin-bottom: 8px;
    }
    #customer-voice .title-wrap  h1 .sub{
        font-size: 90%;
    }
    #customer-voice .title-wrap  h1 .text-deco-l{
        width: 15px;
        margin-right: 20px;
    }
    #customer-voice .title-wrap  h1 .text-deco-r{
        width: 15px;
        margin-left: 20px;
    }
    #customer-voice .title-wrap .sub-text{
        font-size: 14px;
        line-height: 190%;
    }
    #customer-voice .page-top{
        margin-bottom: 150px;
    }
    #customer-voice .page-top .top-text{
        width: 485px;
        padding: 0;
        margin: 0 auto 30px;
    }
    #customer-voice .page-top .page-link {
        text-align: center;
        margin-left: -10px;
    }
    #customer-voice .page-top .page-link img{
        width: 480px;
        margin: 10px;
    }

    #customer-voice #girls{
        padding-bottom: 225px;
        background-size: 80px;
    }
    #customer-voice #boys{
        padding-bottom: 200px;
        background-size: 80px;
    }

    #customer-voice .category-title{
        margin-bottom: 60px;
    }
    #customer-voice .category-title .category-text h2{
        font-size: 32px;
        margin-top: 0px;
    }

    #customer-voice .category-title .category-subtext{
        font-size: 14px;
    }

    #customer-voice #girls .category-title .category-text h2 .text-deco-l{
        width: 130px;
        margin-right: 25px;
        margin-left: 20px;
        margin-bottom: -35px;
    }

    #customer-voice #girls .category-title .category-text h2 .text-deco-r{
        width: 154px;
        margin-left: 15px;
        margin-bottom: -35px;
    }

    #customer-voice #boys .category-title .category-text h2 .text-deco-l{
        width: 138px;
        margin-right: 20px;
        margin-left: 10px;
    }

    #customer-voice #boys .category-title .category-text h2 .text-deco-r{
        width: 145px;
        margin-bottom: -35px;
        margin-left: 20px;
    }

    #customer-voice .article-list{
        justify-content: left;
        margin-left: -10px;
        margin-bottom: 35px;
    }

    #customer-voice .article-item{
        display: flex;
        flex-direction: column;
        width: 320px;
        padding: 10px 10px 20px;
        margin: 0 8px 25px;
    }
    #customer-voice .article-item .article-thumbnail{
        margin-bottom: 25px;
    }
    #customer-voice .article-item .article-title{
        font-size: 14px;
        margin-bottom: 10px;
    }
    #customer-voice .article-item .article-date{
        font-size: 14px;
    }
    #customer-voice .article-item .prod-name{
        width: 165px;
        margin: 0 auto 20px;
    }
    #customer-voice .article-item .prod-name li{
        font-size: 14px;
        margin: 0.3em 0;
    }
    #customer-voice .article-item .link-btn{
        min-height: 141px;
    }
    #customer-voice .article-item .link-btn a{
        width: 260px;
        font-size: 14px;
        margin: 0 auto 10px;
        padding: 4px 0;
    }
    #customer-voice .link-btn .more{
        width: 420px;
        font-size: 20px;
        border-radius: 30px;
        padding: 10px 0;
    }
}
/* 追記 */
     #girls .category-text h2:before {
       content: "";background: url(https://test.tougyoku.com/wp-content/themes/tougyoku_theme/cutomer-voice-src/tit_deco_girls_l.png) no-repeat;display: block;width: 130px;height: 98px;top: -15px;right: 100%;position: absolute;background-size:contain;}
 #girls .category-text h2:after {
    content: "";
    background: url(https://test.tougyoku.com/wp-content/themes/tougyoku_theme/cutomer-voice-src/tit_deco_girls_r.png) no-repeat;
    display: block;
    width: 154px;
    height: 67px;
    position: absolute;
    top: 14px;
    left: 100%;
    background-size:contain;
 }
 #girls .category-text h2,
 #boys .category-text h2 {
     position:relative;
     display:inline-block;
 }
 #boys .category-text h2:before {
    content: "";
    background: url(https://test.tougyoku.com/wp-content/themes/tougyoku_theme/cutomer-voice-src/tit_deco_boys_l.png) no-repeat;
    display: block;
    width: 138px;
    height: 106px;
    top: -15px;
    right: 110%;
    position: absolute;
    background-size:contain;
}
#boys .category-text h2:after {
    content: "";
    background: url(https://test.tougyoku.com/wp-content/themes/tougyoku_theme/cutomer-voice-src/tit_deco_boys_r.png) no-repeat;
    display: block;
    width: 145px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 110%;
    background-size:contain;
}
@media only screen and (max-width: 669px){
  #girls .category-text h2:before {
       width: 25vw;
       height: 18.84vw;
       top: 0.781vw;
       right: 100%;
      }
      #girls .category-text h2:after {
    width: 25vw;
    height: 10.87vw;
    top: 7.687vw;
    left: 100%;
 }
 #boys .category-text h2:before {
    width: 25vw;
    height: 19.2vw;
    top: 0;
    right: 110%;
    
}
#boys .category-text h2:after {
    width: 25vw;
    height: 13.75vw;
    top: 1.875vw;
    left: 110%;
}
}
/* 追記 まで*/