@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 769px){
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* $$$$$$$$ */
.pc{
    display: block;
}
.sp{
    display: none;
}

/* $$$$$$$$ */
section.signboard{
}
section.signboard>div.inner{
    width: 100%;
}
/* ---- */
section.signboard div.titlebox{
    padding: 90px 0 40px 0;
}
section.signboard div.titlebox h1{
    position: relative;
    width: 692px;
    height: 254px;
    margin: 0 auto 0 auto;
}
section.signboard div.titlebox h1 p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.signboard div.titlebox h1 p.n1{
    background-image: url(../images/analysis/pc/ttl_analysis_01.png);
}
section.signboard div.titlebox h1 p.n2{
    background-image: url(../images/analysis/pc/ttl_analysis_02.png);
}

/* $$$$$$$$ */
section.question{
    padding: 0 0 90px 0;
}
section.question>div.inner{
    background-color: rgba(239,227,214,1);
}
/* ---- */
section.question div.queouter{
    position: relative;
    width: 770px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
section.question div.queouter div.queeach{
    display: none;
    position: absolute;left: 0;top: 0;
    width: 100%;
}
section.question div.queouter div.queeach.appear{
    display: block;
    position: relative;
}
section.question div.queouter div.queeach div.skin{
    position: relative;
    opacity: 0;
    -webkit-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
}
section.question div.queouter div.queeach div.skin.appear{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* ---- */
section.question div.queeach div.labelbox{
    padding: 30px 0 60px 0;
}
section.question div.queeach div.labelbox dl{
    position: relative;
    height: 50px;
    text-align: center;
}
section.question div.queeach div.labelbox dl>dt{
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 100%;
    background-color: rgba(255,255,255,1);
}
section.question div.queeach div.labelbox dl>dt p{
    padding: 17px 0 0 0;
    font-size: 1.3rem;
    letter-spacing: 0.24em;
}
section.question div.queeach div.labelbox dl>dd{
    position: absolute;
    right: 0;
    top: 0;
    width: 387px;
    height: 100%;
    padding: 8px 0 0 0;
    background-color: rgba(255,255,255,1);
}
section.question div.queeach div.labelbox dl>dd p{
    width: 202px;
    height: 34px;
}
section.question div.queeach.color.n1 div.labelbox dl>dd p,
section.question div.queeach.face.n1 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_01.png);
}
section.question div.queeach.color.n2 div.labelbox dl>dd p,
section.question div.queeach.face.n2 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_02.png);
}
section.question div.queeach.color.n3 div.labelbox dl>dd p,
section.question div.queeach.face.n3 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_03.png);
}
section.question div.queeach.color.n4 div.labelbox dl>dd p,
section.question div.queeach.face.n4 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_04.png);
}
section.question div.queeach.color.n5 div.labelbox dl>dd p,
section.question div.queeach.face.n5 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_05.png);
}
section.question div.queeach.color.n6 div.labelbox dl>dd p,
section.question div.queeach.face.n6 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_06.png);
}
/* ---- */
section.question div.queeach div.notebox{
    text-align: center;
    padding: 0 0 60px 0;
}
section.question div.queeach div.notebox p{
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.15em;
}
/* ---- */
section.question div.queeach div.illbox{
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 0;
}
section.question div.queeach div.illbox div.opt{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 270px;
    height: 350px;
    margin: 0 0 0 70px;
}
section.question div.queeach div.illbox div.opt:nth-of-type(1){
    margin: 0 0 0 0;
}
section.question div.queeach div.illbox div.opt span{
    position: absolute;left: 15px;top: 15px;
    font-size: 1.9rem;
}
section.question div.queeach div.illbox div.opt figure{
    width: 100%;
    height: 100%;
}
section.question div.queeach.face.n1 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_01a.png);
}
section.question div.queeach.face.n1 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_01b.png);
}
section.question div.queeach.face.n2 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_02a.png);
}
section.question div.queeach.face.n2 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_02b.png);
}
section.question div.queeach.face.n3 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_03a.png);
}
section.question div.queeach.face.n3 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_03b.png);
}
section.question div.queeach.face.n4 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_04c.png);
}
section.question div.queeach.face.n4 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_04d.png);
}
section.question div.queeach.face.n5 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_05c.png);
}
section.question div.queeach.face.n5 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_05d.png);
}
section.question div.queeach.face.n6 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_06c.png);
}
section.question div.queeach.face.n6 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_06d.png);
}
/* ---- */
section.question div.queeach div.btnbox{
    padding: 0 0 60px 0;
    text-align: center;
}
section.question div.queeach div.btnbox label{
    width: 294px;
    height: 80px;
    text-indent: -20px;
    border-radius: 80px;
    margin: 0 0 0 50px;
}
section.question div.queeach div.btnbox label:nth-of-type(1){
    margin: 0 0 0 0;
}
section.question div.queeach div.btnbox label i{
    top: 32px;
}

/* $$$$$$$$ */
section.goal{
    padding: 0 0 90px 0;
}
section.goal>div.inner{
}
/* ---- */
section.goal div.rectbase{
    padding: 50px 50px 50px 50px;
    background-color: rgba(239,227,214,1);
    margin: 60px 0 0 0;
}
section.goal div.rectbase:nth-of-type(1){
    margin: 0 0 0 0;
}
/* ---- */
section.goal div.infoarea{
}
section.goal div.infoarea div.titlebox{
    padding: 25px 0 75px 0;
}
section.goal div.infoarea div.titlebox h2{
    text-align: center;
}
section.goal div.infoarea div.titlebox h2 p{
    width: 393px;
    height: 34px;
    background-image: url(../images/analysis/pc/ttl_youare.png);
}
section.goal div.infoarea div.savebox{
    padding: 0 0 50px 0;
}
section.goal div.infoarea div.savebox div.imgouter{
    width: 880px;
    height: 770px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
section.goal div.infoarea div.savebox div.imgouter img{
    width: 100%;
    margin: -40px 0 0 0;
}
section.goal div.infoarea h3{
    padding: 35px 0 35px 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(239,227,214,1);
}
section.goal div.infoarea h3 p{
    font-size: 1.00rem;
    letter-spacing: 0.30em;
    font-weight: bold;
}
section.goal div.infoarea h3 p span{
    display: block;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
    font-family: serif;
}
section.goal div.infoarea div.detail{
    font-size: 0;
}
section.goal div.infoarea div.detail div.each{
    display: inline-block;
    vertical-align: top;
    font-size: 1.00rem;
}
section.goal div.infoarea div.detail div.each dl{
}
section.goal div.infoarea div.detail div.each dl>dt{
    padding: 0 0 15px 0;
}
section.goal div.infoarea div.detail div.each dl>dt p{
    display: inline-block;
    vertical-align: top;
    font-size: 1.10rem;
    letter-spacing: 0.10em;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
section.goal div.infoarea div.detail div.each dl>dd{
}
section.goal div.infoarea div.detail div.each dl>dd p{
    line-height: 1.6;
}
section.goal div.infoarea div.detail div.achead{
    display: none;
}
section.goal div.infoarea div.colortypebox{
    padding: 0 50px 0 50px;
    background-color: rgba(255,255,255,1);
    margin: 0 0 50px 0;
}
section.goal div.infoarea div.colortypebox div.illust{
    padding: 25px 0 25px 0;
    text-align: center;
}
section.goal div.infoarea div.colortypebox div.illust figure{
    width: 274px;
    height: 406px;
}
section.goal div.infoarea div.colortypebox div.colorlist{
    padding: 0 0 35px 0;
    text-align: center;
}
section.goal div.infoarea div.colortypebox div.colorlist i{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    margin: 0 7px 0 7px;
}
section.goal div.infoarea div.colortypebox div.detail{
    text-align: left;
    padding: 0 0 40px 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.keyword{
    width: 30%;
}
section.goal div.infoarea div.colortypebox div.detail div.each.tone{
    width: 30%;
    margin: 0 0 0 4%;
}
section.goal div.infoarea div.colortypebox div.detail div.each.feature{
    width: 100%;
    padding: 25px 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make{
    width: 100%;
    padding: 25px 0 0 0;
    font-size: 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1.00rem;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n1{
    width: 34%;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n2{
    width: 21%;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n3{
    width: 21%;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n4{
    width: 21%;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n5{
    width: 100%;
    margin: 15px 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.kind{
    position: absolute;left: 0;top: 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n1 div.kind{
    width: 110px;
    padding: 5px 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n2 div.kind{
    width: 60px;
    padding: 5px 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n3 div.kind{
    width: 60px;
    padding: 5px 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n4 div.kind{
    width: 60px;
    padding: 5px 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n5 div.kind{
    width: 110px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.kind p{
    font-size: 0.90rem;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n1 div.cont{
    padding: 0 0 0 110px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n2 div.cont{
    padding: 0 0 0 60px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n3 div.cont{
    padding: 0 0 0 60px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n4 div.cont{
    padding: 0 0 0 60px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n5 div.cont{
    padding: 0 0 0 110px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.color{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.color i{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    margin: 0 3px 0 3px;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.txt{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.txt p{
}
section.goal div.infoarea div.colortypebox div.detail div.each.accessory{
    width: 100%;
    padding: 25px 0 0 0;
}
section.goal div.infoarea div.facetypebox{
    padding: 0 50px 0 50px;
    background-color: rgba(255,255,255,1);
}
section.goal div.infoarea div.facetypebox div.illust{
    padding: 25px 0 25px 0;
    text-align: center;
}
section.goal div.infoarea div.facetypebox div.illust figure{
    width: 182px;
    height: 422px;
}
section.goal div.infoarea div.facetypebox div.detail{
    padding: 0 0 40px 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.feature{
    width: 30%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.impression{
    width: 30%;
    margin: 0 0 0 4%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.taste{
    width: 30%;
    margin: 0 0 0 4%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion{
    width: 100%;
    padding: 25px 0 0 0;
    font-size: 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1.00rem;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n1{
    width: 100%;
    padding: 0 0 25px 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n2{
    width: 30%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n3{
    width: 30%;
    margin: 0 0 0 4%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n4{
    width: 30%;
    margin: 0 0 0 4%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.kind{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.kind p{
    color: rgba(182,104,85,1);
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.txt{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n1 div.cont.txt{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n2 div.cont.txt{
    padding: 0 20px 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n3 div.cont.txt{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n4 div.cont.txt{
    padding: 0 20px 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.txt p{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.fig{
    padding: 8px 0 0 0;
    font-size: 0;
    white-space: nowrap;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.fig p{
    width: 68px;
    height: 92px;
    margin: 0 0 0 5px;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.fig p:nth-of-type(1){
    margin: 0 0 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.hair{
    width: 30%;
    padding: 25px 0 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.hair dl>dd{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips{
    width: 30%;
    padding: 25px 0 0 0;
    margin: 0 0 0 4%;
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd p{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd p a{
    color: rgba(0,132,216,1);
    text-decoration: underline;
    opacity: 1;
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd p a:hover{
    opacity: 0.5;
}
/* ---- */
section.goal div.recommarea{
    position: relative;
}
/* ---- */
section.goal div.recommarea .titlebox{
    padding: 0 0 0 450px;
}
section.goal div.recommarea .titlebox .myblock{
    position: relative;
}
section.goal div.recommarea .titlebox .myblock .rect{
    position: relative;
    width: 320px;
    height: 80px;
    padding: 8px 8px 8px 8px;
    background-color: rgba(255,255,255,1);
}
section.goal div.recommarea.feminine .titlebox .myblock .rect{
    width: 330px;
    margin-left: -10px;
}
section.goal div.recommarea .titlebox .myblock .rect figure{
    position: absolute;
    width: 150px;
    height: 120px;
    top: -40px;
}
section.goal div.recommarea.cute .titlebox .myblock .rect figure{
    left: 186px;
    background-image: url(../images/ill_facetype_cute.png);
}
section.goal div.recommarea.fresh .titlebox .myblock .rect figure{
    left: 202px;
    background-image: url(../images/ill_facetype_fresh.png);
}
section.goal div.recommarea.feminine .titlebox .myblock .rect figure{
    left: 237px;
    background-image: url(../images/ill_facetype_feminine.png);
}
section.goal div.recommarea.cool .titlebox .myblock .rect figure{
    left: 196px;
    background-image: url(../images/ill_facetype_cool.png);
}
section.goal div.recommarea .titlebox .myblock .rect .skin{
    position: relative;
}
section.goal div.recommarea .titlebox .myblock .rect h2{
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 66px;
    padding: 22px 0 0 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(248,242,235,1);
}
section.goal div.recommarea .titlebox .myblock .rect h2 span{
    font-size: 1.3rem;
    font-weight: bold;
    color: rgba(182,104,85,1);
}
section.goal div.recommarea .titlebox .myblock .rect h3{
    position: absolute;
    left: 110px;
    top: 0;
    width: 194px;
    height: 0;
}
section.goal div.recommarea .titlebox .myblock .rect h3 span{
    display: block;
}
section.goal div.recommarea .titlebox .myblock .rect h3 span.n1{
    padding: 8px 0 4px 0;
    font-size: 1.8rem;
    font-family: serif;
    font-weight: bold;
}
section.goal div.recommarea.cute .titlebox .myblock .rect h3 span.n1{
    text-indent: 24px;
}
section.goal div.recommarea.fresh .titlebox .myblock .rect h3 span.n1{
    text-indent: 16px;
}
section.goal div.recommarea.feminine .titlebox .myblock .rect h3 span.n1{
    text-indent: 4px;
    letter-spacing: -0.01em;
    font-size: 1.6rem;
}
section.goal div.recommarea.cool .titlebox .myblock .rect h3 span.n1{
    text-indent: 20px;
}
section.goal div.recommarea .titlebox .myblock .rect h3 span.n2{
    font-size: 0.9rem;
    font-weight: bold;
}
section.goal div.recommarea.cute .titlebox .myblock .rect h3 span.n2{
    text-indent: 38px;
}
section.goal div.recommarea.fresh .titlebox .myblock .rect h3 span.n2{
    text-indent: 30px;
}
section.goal div.recommarea.feminine .titlebox .myblock .rect h3 span.n2{
    text-indent: 30px;
}
section.goal div.recommarea.cool .titlebox .myblock .rect h3 span.n2{
    text-indent: 40px;
}
section.goal div.recommarea .titlebox .myblock .beside{
    position: absolute;
    left: 320px;
    top: 30px;
    width: 0;
    height: 0;
}
section.goal div.recommarea .titlebox .myblock .beside p{
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: bold;
}
section.goal div.recommarea .titlebox .myblock .beside p span{
    padding: 0 6px 0 10px;
    font-size: 1.0rem;
}
section.goal div.recommarea .titlebox .calling{
    padding: 15px 0 30px 0;
    text-align: center;
}
section.goal div.recommarea .titlebox .calling p{
    font-size: 1.3rem;
}
/* ---- */
section.goal div.recommarea .photobox{
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 0;
    font-size: 0;
    white-space: nowrap;
}
section.goal div.recommarea .photobox figure{
    width: 205px;
    height: 205px;
}
section.goal.cute div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_cute.png);
}
section.goal.cute div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_cute.png);
}
section.goal.fresh div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_fresh.png);
}
section.goal.fresh div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_fresh.png);
}
section.goal.feminine div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_feminine.png);
}
section.goal.feminine div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_feminine.png);
}
section.goal.cool div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_cool.png);
}
section.goal.cool div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_cool.png);
}
/* ---- */
section.goal div.recommarea .btnbox{
    padding: 0 72px 0 450px;
    text-align: right;
}
section.goal div.recommarea .btnbox a{
    width: 294px;
    height: 60px;
    border-radius: 30px;
}
section.goal div.recommarea .btnbox a i{
    top: 21px;
}
/* ---- */
section.goal div.usearea{
    height: 450px;
}
section.goal div.usearea div.hashtagbox{
    padding: 0 0 30px 0;
}
section.goal div.usearea div.hashtagbox p{
}
section.goal div.usearea div.hashtagbox p.n1{
    padding: 0 0 20px 0;
    font-size: 1.30rem;
    letter-spacing: 0.10em;
}
section.goal div.usearea div.hashtagbox p.n1 b{
    display: none;
}
section.goal div.usearea div.hashtagbox p.n2{
    display: inline-block;
    vertical-align: top;
}
section.goal div.usearea div.hashtagbox p.n2 input[type="text"]{
    width: 414px;
    height: 50px;
    font-size: 1.6rem;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(74,52,56,1);
}
section.goal div.usearea div.hashtagbox p.n3{
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0 10px;
    font-size: 1.30rem;
    letter-spacing: 0.10em;
}
section.goal div.usearea div.btnbox{
    padding: 0 0 50px 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(255,255,255,1);
}
section.goal div.usearea div.btnbox a{
    width: 294px;
    height: 60px;
    border-radius: 30px;
    margin: 0 0 0 30px;
}
section.goal div.usearea div.btnbox a:nth-of-type(1){
    margin: 0 0 0 0;
}
section.goal div.usearea div.btnbox a i{
    top: 21px;
}
section.goal div.usearea div.qrbox{
    position: relative;
}
section.goal div.usearea div.qrbox div.call{
    position: absolute;
    left: 0;
    top: 55px;
    width: 364px;
    height: 148px;
}
section.goal div.usearea div.qrbox div.call p{
    width: 100%;
    height: 100%;
    background-image: url(../images/analysis/pc/txt_styling.png);
}
section.goal div.usearea div.qrbox div.code{
    padding: 50px 0 0 415px;
}
section.goal div.usearea div.qrbox div.code dl{
    position: relative;
    width: 100%;
    height: 165px;
    background-color: rgba(255,255,255,1);
}
section.goal div.usearea div.qrbox div.code dl>dt{
    position: absolute;
    left: 8px;
    top: 8px;
    width: 150px;
    height: 150px;
}
section.goal div.usearea div.qrbox div.code dl>dt figure{
    width: 100%;
    height: 100%;
}
section.goal div.usearea div.qrbox div.code dl>dd{
    padding: 0 30px 0 180px;
}
section.goal div.usearea div.qrbox div.code dl>dd div.capt{
    padding: 25px 0 25px 0;
}
section.goal div.usearea div.qrbox div.code dl>dd div.capt p{
    line-height: 1.6;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump{
    text-align: right;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump a{
    width: 184px;
    height: 35px;
    font-size: 0.90rem;
    border-radius: 35px;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump a i{
    right: 12px;
    top: 12px;
    width: 12px;
    height: 12px;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump a i>svg{
    stroke-width: 2;
}
/* ---- */
section.goal div.stylingarea{
}
section.goal div.stylingarea div.titlebox{
}
section.goal div.stylingarea div.titlebox h2{
    padding: 0 0 5px 0;
}
section.goal div.stylingarea div.titlebox h2 p{
    font-size: 1.20rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
}
section.goal div.stylingarea div.photobox{
    width: 364px;
    padding: 43px 0 51px 76px;
    font-size: 0;
    background: #fff;
    float: left;
    margin: 0 55px 0 0;
}
section.goal div.stylingarea div.photobox figure{
    width: 197px;
    height: 70px;
}
section.goal div.stylingarea div.photobox figure.n1{
    background-image: url(../images/analysis/pc/ilumine_logo.png);
}
section.goal div.stylingarea div.btnbox{
    text-align: right;
}
section.goal div.stylingarea div.btnbox a{
    width: 294px;
    height: 76px;
    border-radius: 76px;
}
section.goal div.stylingarea div.btnbox a i{
    top: 28px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} @media (max-width: 768px){
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* $$$$$$$$ */
.pc{
    display: none;
}
.sp{
    display: block;
}

/* $$$$$$$$ */
section.signboard{
}
section.signboard>div.inner{
    width: 100%;
}
/* ---- */
section.signboard div.titlebox{
    padding: 8vw 0 9vw 0;
}
section.signboard div.titlebox h1{
    position: relative;
    width: 86vw;
    height: 32vw;
    margin: 0 auto 0 auto;
}
section.signboard div.titlebox h1 p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.signboard div.titlebox h1 p.n1{
    background-image: url(../images/analysis/sp/ttl_analysis_01.png);
}
section.signboard div.titlebox h1 p.n2{
    background-image: url(../images/analysis/sp/ttl_analysis_02.png);
}

/* $$$$$$$$ */
section.question{
    padding: 0 0 10vw 0;
}
section.question>div.inner{
    background-color: rgba(239,227,214,1);
}
/* ---- */
section.question div.queouter{
    position: relative;
    width: 79vw;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
section.question div.queouter div.queeach{
    display: none;
    position: absolute;left: 0;top: 0;
    width: 100%;
}
section.question div.queouter div.queeach.appear{
    display: block;
    position: relative;
}
section.question div.queouter div.queeach div.skin{
    position: relative;
    opacity: 0;
    -webkit-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(8vw);
    transform: translateX(8vw);
}
section.question div.queouter div.queeach div.skin.appear{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* ---- */
section.question div.queeach div.labelbox{
    padding: 6vw 0 9vw 0;
}
section.question div.queeach div.labelbox dl{
    position: relative;
    height: 7vw;
    text-align: center;
}
section.question div.queeach div.labelbox dl>dt{
    position: absolute;
    left: 0;
    top: 0;
    width: 42vw;
    height: 100%;
    background-color: rgba(255,255,255,1);
}
section.question div.queeach div.labelbox dl>dt p{
    padding: 2vw 0 0 0;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}
section.question div.queeach div.labelbox dl>dd{
    position: absolute;
    right: 0;
    top: 0;
    width: 36vw;
    height: 100%;
    padding: 1.4vw 0 0 0;
    background-color: rgba(255,255,255,1);
}
section.question div.queeach div.labelbox dl>dd p{
    width: 25vw;
    height: 5vw;
}
section.question div.queeach.n1 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_01.png);
}
section.question div.queeach.n2 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_02.png);
}
section.question div.queeach.n3 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_03.png);
}
section.question div.queeach.n4 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_04.png);
}
section.question div.queeach.n5 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_05.png);
}
section.question div.queeach.n6 div.labelbox dl>dd p{
    background-image: url(../images/analysis/txt_qnum_06.png);
}
/* ---- */
section.question div.queeach div.notebox{
    text-align: center;
    padding: 0 0 9vw 0;
}
section.question div.queeach div.notebox p{
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.12em;
}
/* ---- */
section.question div.queeach div.illbox{
    padding: 0 0 9vw 0;
    text-align: center;
    font-size: 0;
}
section.question div.queeach div.illbox div.opt{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 36vw;
    height: 47vw;
    margin: 0 0 0 7vw;
}
section.question div.queeach div.illbox div.opt:nth-of-type(1){
    margin: 0 0 0 0;
}
section.question div.queeach div.illbox div.opt span{
    position: absolute;left: 2vw;top: 2vw;
    font-size: 1.3rem;
}
section.question div.queeach div.illbox div.opt figure{
    width: 100%;
    height: 100%;
}
section.question div.queeach.face.n1 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_01a.png);
}
section.question div.queeach.face.n1 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_01b.png);
}
section.question div.queeach.face.n2 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_02a.png);
}
section.question div.queeach.face.n2 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_02b.png);
}
section.question div.queeach.face.n3 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_03a.png);
}
section.question div.queeach.face.n3 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_03b.png);
}
section.question div.queeach.face.n4 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_04c.png);
}
section.question div.queeach.face.n4 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_04d.png);
}
section.question div.queeach.face.n5 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_05c.png);
}
section.question div.queeach.face.n5 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_05d.png);
}
section.question div.queeach.face.n6 div.illbox div.opt.n1 figure{
    background-image: url(../images/analysis/ill_facetype_option_06c.png);
}
section.question div.queeach.face.n6 div.illbox div.opt.n2 figure{
    background-image: url(../images/analysis/ill_facetype_option_06d.png);
}
/* ---- */
section.question div.queeach div.btnbox{
    padding: 0 0 11vw 0;
    text-align: center;
}
section.question div.queeach div.btnbox label{
    width: 72vw;
    height: 12vw;
    text-indent: -2vw;
    border-radius: 11vw;
}
section.question div.queeach div.btnbox label:nth-of-type(1){
    margin: 0 0 7vw 0;
}
section.question div.queeach div.btnbox label i{
    top: 4vw;
}
section.question div.queeach.face.n1 div.btnbox label:nth-of-type(2){
    width: 68vw;
    height: 16vw;
    border-radius: 16vw;
}
section.question div.queeach.face.n1 div.btnbox label:nth-of-type(2) i{
    top: 6vw;
}

/* $$$$$$$$ */
section.goal{
    padding: 0 0 10vw 0;
}
section.goal>div.inner{
}
/* ---- */
section.goal div.rectbase{
    padding: 5vw 5vw 5vw 5vw;
    background-color: rgba(239,227,214,1);
    margin: 5vw 0 0 0;
}
section.goal div.rectbase:nth-of-type(1){
    margin: 0 0 0 0;
}
/* ---- */
section.goal div.infoarea{
}
section.goal div.infoarea div.titlebox{
    padding: 3vw 0 9vw 0;
}
section.goal div.infoarea div.titlebox h2{
    text-align: center;
}
section.goal div.infoarea div.titlebox h2 p{
    width: 68vw;
    height: 7vw;
    background-image: url(../images/analysis/sp/ttl_youare.png);
}
section.goal div.infoarea div.savebox{
    padding: 0 0 5vw 0;
}
section.goal div.infoarea div.savebox div.imgouter{
    width: 80vw;
    height: 80vw;
    margin: 0 auto 0 auto;
}
section.goal div.infoarea div.savebox div.imgouter img{
    width: 100%;
}
section.goal div.infoarea h3{
    padding: 8vw 0 8vw 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(239,227,214,1);
}
section.goal div.infoarea h3 p{
    font-size: 0.80rem;
    letter-spacing: 0.30em;
    font-weight: bold;
}
section.goal div.infoarea h3 p span{
    display: block;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    font-family: serif;
}
section.goal div.infoarea div.detail{
}
section.goal div.infoarea div.detail div.each{
    padding: 0 0 5vw 0;
}
section.goal div.infoarea div.detail div.each dl{
}
section.goal div.infoarea div.detail div.each dl>dt{
    padding: 0 0 2vw 0;
}
section.goal div.infoarea div.detail div.each dl>dt p{
    display: inline-block;
    vertical-align: top;
    font-size: 1.10rem;
    letter-spacing: 0.10em;
    font-weight: bold;
    padding: 1vw 1vw 1vw 1vw;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
section.goal div.infoarea div.detail div.each dl>dd{
}
section.goal div.infoarea div.detail div.each dl>dd p{
    line-height: 1.6;
}
section.goal div.infoarea div.detail div.achead{
    padding: 2vw 0 8vw 0;
    text-align: center;
}
section.goal div.infoarea div.detail div.achead label{
    width: 59vw;
    height: 12vw;
    border-radius: 12vw;
}
section.goal div.infoarea div.detail div.achead label i{
    top: 4vw;
}
section.goal div.infoarea div.detail div.acbody{
    display: none;
}
section.goal div.infoarea div.colortypebox{
    padding: 0 5vw 0 5vw;
    background-color: rgba(255,255,255,1);
    margin: 0 0 5vw 0;
}
section.goal div.infoarea div.colortypebox div.illust{
    padding: 5vw 0 4vw 0;
    text-align: center;
}
section.goal div.infoarea div.colortypebox div.illust figure{
    width: 38vw;
    height: 57vw;
}
section.goal div.infoarea div.colortypebox div.colorlist{
    padding: 0 0 3vw 0;
    text-align: center;
}
section.goal div.infoarea div.colortypebox div.colorlist i{
    display: inline-block;
    vertical-align: top;
    width: 12vw;
    height: 12vw;
    border-radius: 12vw;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    margin: 0 0.4vw 2vw 0.4vw;
}
section.goal div.infoarea div.colortypebox div.detail{
    text-align: left;
    padding: 0 0 4vw 0;
    font-size: 0.90rem;
}
section.goal div.infoarea div.colortypebox div.detail div.each.keyword{
}
section.goal div.infoarea div.colortypebox div.detail div.each.tone{
}
section.goal div.infoarea div.colortypebox div.detail div.each.feature{
    /* padding: 2vw 0 0 0; */
}
section.goal div.infoarea div.colortypebox div.detail div.each.make{
    /* padding: 2vw 0 0 0; */
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane{
    position: relative;
    padding: 0 0 3vw 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n1{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n2{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n3{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n4{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n5{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.kind{
    position: absolute;
    left: 0;
    top: 0;
    width: 24vw;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n1 div.kind{
    padding: 2vw 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n2 div.kind{
    padding: 2vw 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n3 div.kind{
    padding: 2vw 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n4 div.kind{
    padding: 2vw 0 0 0;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n5 div.kind{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.kind p{
    font-size: 0.90rem;
    white-space: nowrap;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont{
    padding: 0 0 0 24vw;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n1 div.cont{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n2 div.cont{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n3 div.cont{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n4 div.cont{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane.n5 div.cont{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.color{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.color i{
    display: inline-block;
    vertical-align: top;
    width: 9vw;
    height: 9vw;
    border-radius: 9vw;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    margin: 0 0.4vw 0 0.4vw;
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.txt{
}
section.goal div.infoarea div.colortypebox div.detail div.each.make div.pane div.cont.txt p{
}
section.goal div.infoarea div.colortypebox div.detail div.each.accessory{
}
section.goal div.infoarea div.facetypebox{
    padding: 0 5vw 0 5vw;
    background-color: rgba(255,255,255,1);
}
section.goal div.infoarea div.facetypebox div.illust{
    padding: 5vw 0 5vw 0;
    text-align: center;
}
section.goal div.infoarea div.facetypebox div.illust figure{
    width: 31vw;
    height: 73vw;
}
section.goal div.infoarea div.facetypebox div.detail{
    padding: 0 0 4vw 0;
    font-size: 0.90rem;
}
section.goal div.infoarea div.facetypebox div.detail div.each.feature{
}
section.goal div.infoarea div.facetypebox div.detail div.each.impression{
}
section.goal div.infoarea div.facetypebox div.detail div.each.taste{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane{
    padding: 0 0 4vw 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n1{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n2{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n3{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n4{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.kind{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.kind p{
    color: rgba(182,104,85,1);
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.txt{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n1 div.cont.txt{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n2 div.cont.txt{
    padding: 0 2vw 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n3 div.cont.txt{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane.n4 div.cont.txt{
    padding: 0 2vw 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.txt p{
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.fig{
    padding: 1vw 0 0 0;
    font-size: 0;
    white-space: nowrap;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.fig p{
    width: 15vw;
    height: 21vw;
    margin: 0 0 0 2vw;
}
section.goal div.infoarea div.facetypebox div.detail div.each.fashion div.pane div.cont.fig p:nth-of-type(1){
    margin: 0 0 0 0;
}
section.goal div.infoarea div.facetypebox div.detail div.each.hair{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd p{
}
section.goal div.infoarea div.facetypebox div.detail div.each.tips dl>dd p a{
    color: rgba(0,132,216,1);
    text-decoration: underline;
}
/* ---- */
section.goal div.recommarea{
    position: relative;
}
/* ---- */
section.goal div.recommarea .titlebox{
}
section.goal div.recommarea .titlebox .myblock{
    position: relative;
}
section.goal div.recommarea .titlebox .myblock .rect{
    position: relative;
    width: 58vw;
    height: 14vw;
    padding: 2vw 2vw 2vw 2vw;
    background-color: rgba(255,255,255,1);
}
section.goal div.recommarea .titlebox .myblock .rect figure{
    position: absolute;
    width: 26vw;
    height: 21vw;
    top: -7vw;
}
section.goal div.recommarea.cute .titlebox .myblock .rect figure{
    left: 35vw;
    background-image: url(../images/ill_facetype_cute.png);
}
section.goal div.recommarea.fresh .titlebox .myblock .rect figure{
    left: 37vw;
    background-image: url(../images/ill_facetype_fresh.png);
}
section.goal div.recommarea.feminine .titlebox .myblock .rect figure{
    left: 43.5vw;
    background-image: url(../images/ill_facetype_feminine.png);
}
section.goal div.recommarea.cool .titlebox .myblock .rect figure{
    left: 36vw;
    background-image: url(../images/ill_facetype_cool.png);
}
section.goal div.recommarea .titlebox .myblock .rect .skin{
    position: relative;
}
section.goal div.recommarea .titlebox .myblock .rect h2{
    position: absolute;
    left: 0;
    top: 0;
    width: 20vw;
    height: 10vw;
    padding: 3vw 0 0 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(248,242,235,1);
}
section.goal div.recommarea .titlebox .myblock .rect h2 span{
    font-size: 1.0rem;
    font-weight: bold;
    color: rgba(182,104,85,1);
}
section.goal div.recommarea .titlebox .myblock .rect h3{
    position: absolute;
    left: 20vw;
    top: 0;
    width: 34vw;
    height: 0;
}
section.goal div.recommarea .titlebox .myblock .rect h3 span{
    display: block;
}
section.goal div.recommarea .titlebox .myblock .rect h3 span.n1{
    padding: 1vw 0 0 0;
    font-size: 1.4rem;
    font-family: serif;
    font-weight: bold;
}
section.goal div.recommarea.cute .titlebox .myblock .rect h3 span.n1{
    text-indent: 3vw;
}
section.goal div.recommarea.fresh .titlebox .myblock .rect h3 span.n1{
    text-indent: 2vw;
}
section.goal div.recommarea.feminine .titlebox .myblock .rect h3 span.n1{
    text-indent: 0.4vw;
    letter-spacing: -0.01em;
    font-size: 1.15rem;
}
section.goal div.recommarea.cool .titlebox .myblock .rect h3 span.n1{
    text-indent: 4vw;
}
section.goal div.recommarea .titlebox .myblock .rect h3 span.n2{
    font-size: 0.8rem;
    font-weight: bold;
}
section.goal div.recommarea.cute .titlebox .myblock .rect h3 span.n2{
    text-indent: 5vw;
}
section.goal div.recommarea.fresh .titlebox .myblock .rect h3 span.n2{
    text-indent: 4vw;
}
section.goal div.recommarea.feminine .titlebox .myblock .rect h3 span.n2{
    text-indent: 4vw;
}
section.goal div.recommarea.cool .titlebox .myblock .rect h3 span.n2{
    text-indent: 8vw;
}
section.goal div.recommarea .titlebox .myblock .beside{
    position: absolute;
    left: 59vw;
    top: 6vw;
    width: 0;
    height: 0;
}
section.goal div.recommarea .titlebox .myblock .beside p{
    white-space: nowrap;
    font-size: 1.0rem;
    font-weight: bold;
}
section.goal div.recommarea .titlebox .myblock .beside p span{
    padding: 0 1vw 0 1vw;
    font-size: 1.0rem;
}
section.goal div.recommarea .titlebox .calling{
    padding: 4vw 0 7vw 0;
    text-align: center;
}
section.goal div.recommarea .titlebox .calling p{
    font-size: 1.0rem;
}
/* ---- */
section.goal div.recommarea .photobox{
    padding: 0 0 4vw 0;
    font-size: 0;
    white-space: nowrap;
}
section.goal div.recommarea .photobox figure{
    width: 40vw;
    height: 40vw;
}
section.goal.cute div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_cute.png);
}
section.goal.cute div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_cute.png);
}
section.goal.fresh div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_fresh.png);
}
section.goal.fresh div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_fresh.png);
}
section.goal.feminine div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_feminine.png);
}
section.goal.feminine div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_feminine.png);
}
section.goal.cool div.recommarea .photobox figure.n1{
    background-image: url(../images/analysis/photo_recomm_01_cool.png);
}
section.goal.cool div.recommarea .photobox figure.n2{
    background-image: url(../images/analysis/photo_recomm_02_cool.png);
}
/* ---- */
section.goal div.recommarea .btnbox{
    text-align: center;
}
section.goal div.recommarea .btnbox a{
    width: 59vw;
    height: 12vw;
    border-radius: 12vw;
}
section.goal div.recommarea .btnbox a i{
    right: 2.5vw;
    top: 4vw;
    width: 4vw;
    height: 4vw;
}
/* ---- */
section.goal div.usearea{
}
section.goal div.usearea div.hashtagbox{
    padding: 2vw 0 4vw 0;
}
section.goal div.usearea div.hashtagbox p{
}
section.goal div.usearea div.hashtagbox p.n1{
    padding: 0 0 2vw 0;
    font-size: 0.90rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
section.goal div.usearea div.hashtagbox p.n2{
}
section.goal div.usearea div.hashtagbox p.n2 input[type="text"]{
    width: 100%;
    height: 11vw;
    font-size: 1.3rem;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(74,52,56,1);
}
section.goal div.usearea div.hashtagbox p.n3{
    padding: 2vw 0 0 0;
    font-size: 0.90rem;
    letter-spacing: 0.20em;
    white-space: nowrap;
}
section.goal div.usearea div.btnbox{
    padding: 0 0 5vw 0;
    text-align: center;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(255,255,255,1);
}
section.goal div.usearea div.btnbox a{
    width: 38vw;
    height: 8vw;
    font-size: 0.80rem;
    letter-spacing: 0;
    text-indent: -2vw;
    border-radius: 38vw;
    margin: 0 0 0 3vw;
}
section.goal div.usearea div.btnbox a:nth-of-type(1){
    margin: 0 0 0 0;
}
section.goal div.usearea div.btnbox a i{
    right: 1.8vw;
    top: 2.7vw;
    width: 2.5vw;
    height: 2.5vw;
}
section.goal div.usearea div.btnbox a i>svg{
    stroke-width: 2;
}
section.goal div.usearea div.qrbox{
}
section.goal div.usearea div.qrbox div.call{
    padding: 6vw 0 6vw 0;
}
section.goal div.usearea div.qrbox div.call p{
    width: 67vw;
    height: 27vw;
    background-image: url(../images/analysis/sp/txt_styling.png);
}
section.goal div.usearea div.qrbox div.code{
}
section.goal div.usearea div.qrbox div.code dl{
    position: relative;
    width: 100%;
    height: 43vw;
    background-color: rgba(255,255,255,1);
}
section.goal div.usearea div.qrbox div.code dl>dt{
    position: absolute;
    left: 4vw;
    top: 4vw;
    width: 34vw;
    height: 34vw;
}
section.goal div.usearea div.qrbox div.code dl>dt figure{
    width: 100%;
    height: 100%;
}
section.goal div.usearea div.qrbox div.code dl>dd{
    padding: 0 3vw 0 39vw;
}
section.goal div.usearea div.qrbox div.code dl>dd div.capt{
    padding: 6vw 0 3vw 0;
}
section.goal div.usearea div.qrbox div.code dl>dd div.capt p{
    line-height: 1.5;
    font-size: 3.4vw;
    letter-spacing: 0.1em;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump{
    text-align: center;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump a{
    width: 38vw;
    height: 8vw;
    text-indent: -2vw;
    font-size: 0.80rem;
    border-radius: 8vw;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump a i{
    right: 1.8vw;
    top: 2.7vw;
    width: 2.5vw;
    height: 2.5vw;
}
section.goal div.usearea div.qrbox div.code dl>dd div.jump a i>svg{
    stroke-width: 2;
}
/* ---- */
section.goal div.stylingarea{
}
section.goal div.stylingarea div.titlebox{
}
section.goal div.stylingarea div.titlebox h2{
    padding: 0 0 4vw 0;
}
section.goal div.stylingarea div.titlebox h2 p{
    line-height: 1.6;
    font-size: 0.90rem;
    letter-spacing: 0.08em;
}
section.goal div.stylingarea div.photobox{
    white-space: nowrap;    
    width: 100%;
    padding: 0 0 4vw 0;
    font-size: 0;
    background: #fff;
    margin: 0 0 5vw 0;
}
section.goal div.stylingarea div.photobox figure{
    width: 43vw;
    height: 20vw;
    margin: 9vw 0 0 17vw;
}
section.goal div.stylingarea div.photobox figure.n1{
    background-image: url(../images/analysis/pc/ilumine_logo.png);
}

section.goal div.stylingarea div.btnbox{
    position: relative;
    text-align: center;
}
section.goal div.stylingarea div.btnbox a{
    width: 59vw;
    height: 16vw;
    font-size: 0.90rem;
    text-indent: -2vw;
    border-radius: 16vw;
}
section.goal div.stylingarea div.btnbox a i{
    position: absolute;
    right: 3vw;
    width: 4vw;
    height: 4vw;
    top: 6vw;
}
section.goal div.stylingarea div.btnbox a i>svg{
    stroke-width: 1;
}
/* ---- */
section.goal div.stylingarea02{
}
section.goal div.stylingarea02 div.titlebox{
}
section.goal div.stylingarea02 div.titlebox h2{
    padding: 0 0 6vw 0;
}
section.goal div.stylingarea02 div.titlebox h2 p{
    line-height: 1.6;
    font-size: 0.90rem;
    letter-spacing: 0.08em;
}
section.goal div.stylingarea02 div.photobox{
    padding: 0 0 4vw 0;
    font-size: 0;
    white-space: nowrap;
}
section.goal div.stylingarea02 div.photobox figure{
    width: 20vw;
    height: 30vw;
}
section.goal div.stylingarea02 div.photobox figure.n1{
    background-image: url(../images/analysis/pic_styling_01.png);
}
section.goal div.stylingarea02 div.photobox figure.n2{
    background-image: url(../images/analysis/pic_styling_02.png);
}
section.goal div.stylingarea02 div.photobox figure.n3{
    background-image: url(../images/analysis/pic_styling_03.png);
}
section.goal div.stylingarea02 div.photobox figure.n4{
    background-image: url(../images/analysis/pic_styling_04.png);
}
section.goal div.stylingarea02 div.btnbox{
    position: relative;
    text-align: center;
}
section.goal div.stylingarea02 div.btnbox a{
    width: 49vw;
    height: 8vw;
    font-size: 0.90rem;
    text-indent: -2vw;
    border-radius: 38vw;
}
section.goal div.stylingarea02 div.btnbox a i{
    right: 1.8vw;
    top: 2.7vw;
    width: 2.5vw;
    height: 2.5vw;
}
section.goal div.stylingarea02 div.btnbox a i>svg{
    stroke-width: 2;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

