@charset "utf-8";

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

/* $$$$$$$$ */
div.entrybutton{
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 207px;
    height: 207px;
}
div.entrybutton a{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 110px;
    background-image: url(../images/top/btn_entry.png);
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
div.entrybutton a i{
    position: absolute;left: 92px;bottom: 38px;
    width: 24px;
    height: 24px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
div.entrybutton a i>svg{
    stroke: rgba(255,255,255,1);
}
div.entrybutton a:hover{
    opacity: 0.8;
}
div.entrybutton a:hover i{
    left: 100px
}

/* $$$$$$$$ */
section.signboard{
}
section.signboard>div.inner{
    width: 100%;
}
/* ---- */
section.signboard div.titlebox{
    padding: 60px 0 30px 0;
}
section.signboard div.titlebox h1{
    position: relative;
    width: 750px;
    height: 270px;
    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/top/pc/ttl_main_01.png);
}
section.signboard div.titlebox h1 p.n2{
    background-image: url(../images/top/pc/ttl_main_02.png);
}
section.signboard div.titlebox h1 p.n3{
    background-image: url(../images/top/pc/ttl_main_03.png);
}

/* $$$$$$$$ */
section.about{
}
section.about>div.inner{
}
/* ---- */
section.about div.areabase{
    position: relative;
    padding: 0 0 0 100px;
}
section.about div.areabase i.bg{
    position: absolute;left: -40px;top: 30px;
    width: 900px;
    height: 680px;
    background-image: url(../images/top/obj_amorph.png);
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
}
/* ---- */
section.about div.titlebox{
    position: relative;
    padding: 135px 0 35px 0;
}
section.about div.titlebox h2{
}
section.about div.titlebox h2 p{
    width: 476px;
    height: 140px;
    background-image: url(../images/top/pc/txt_analysis.png);
    margin: 0 auto 0 0;
}
/* ---- */
section.about div.notebox{
    position: relative;
    padding: 0 290px 33px 0;
}
section.about div.notebox p{
    line-height: 1.7;
    font-size: 1.18rem;
    letter-spacing: 0.20em;
}
section.about div.notebox p span{
    font-size: 1.10rem;
}
/* ---- */
section.about div.btnbox{
    position: relative;
    font-size: 0;
    padding: 0 0 80px 0;
}
section.about div.btnbox label{
    width: 294px;
    height: 60px;
    border-radius: 30px;
    margin: 0 0 0 30px;
}
section.about div.btnbox label:nth-of-type(1){
    margin: 0 0 0 0;
}
section.about div.btnbox label i{
    top: 21px;
}

/* $$$$$$$$ */
section.yourtype{
}
section.yourtype>div.inner{
}
/* ---- */
section.yourtype div.areabase{
    position: relative;
    padding: 0 0 140px 310px;
}
section.yourtype div.areabase i.bg{
    position: absolute;
    left: 200px;
    top: 10px;
    width: 780px;
    height: 680px;
    background-image: url(../images/top/pc/obj_amorph_02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
/* ---- */
section.yourtype div.titlebox{
    position: relative;
    padding: 0 0 20px 0;
}
section.yourtype div.titlebox h2{
}
section.yourtype div.titlebox h2 p{
}
section.yourtype div.titlebox h2 p.n1{
    padding: 82px 0 16px 0;
}
section.yourtype div.titlebox h2 p.n1 span{
    width: 526px;
    height: 24px;
    background-image: url(../images/top/pc/txt_yourtype_01.png);
}
section.yourtype div.titlebox h4 p.n2{
    padding: 0 0 18px 0;
}
section.yourtype div.titlebox h2 p.n2 span{
    width: 526px;
    height: 82px;
    background-image: url(../images/top/pc/txt_yourtype_02.png);
}
/* ---- */
section.yourtype div.notebox{
    position: relative;
    padding: 0 50px 22px 0;
}
section.yourtype div.notebox p{
    line-height: 1.7;
    font-size: 1.18rem;
    letter-spacing: 0.12em;
}
/* ---- */
section.yourtype div.btnbox{
    position: relative;
}
section.yourtype div.btnbox ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    width: 518px;
    font-size: 0;
}
section.yourtype div.btnbox ul>li{
    position: relative;
    width: 250px;
    height: 110px;
    font-size: 1.0rem;
    background-color: rgba(255,255,255,1);
    border-style: solid;
    border-width: 2px;
    border-color: rgba(182,104,85,1);
    border-radius: 13px;
    overflow: hidden;
    margin: 18px 0 0 0;
}
section.yourtype div.btnbox ul>li:nth-of-type(1),
section.yourtype div.btnbox ul>li:nth-of-type(2){
    margin: 0 0 0 0;
}
section.yourtype div.btnbox ul>li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
section.yourtype div.btnbox ul>li figure{
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
section.yourtype div.btnbox ul>li.n1 figure{
    left: -76px;
    top: -42px;
    background-image: url(../images/ill_facetype_cute.png);
}
section.yourtype div.btnbox ul>li.n2 figure{
    left: -46px;
    top: -32px;
    background-image: url(../images/ill_facetype_fresh.png);
}
section.yourtype div.btnbox ul>li.n3 figure{
    left: -26px;
    top: -40px;
    background-image: url(../images/ill_facetype_feminine.png);
}
section.yourtype div.btnbox ul>li.n4 figure{
    left: -50px;
    top: -34px;
    background-image: url(../images/ill_facetype_cool.png);
}
section.yourtype div.btnbox ul>li p{
    position: relative;
}
section.yourtype div.btnbox ul>li.n1 p{
    padding: 0 0 0 120px;
}
section.yourtype div.btnbox ul>li.n2 p{
    padding: 0 0 0 110px;
}
section.yourtype div.btnbox ul>li.n3 p{
    padding: 0 0 0 92px;
}
section.yourtype div.btnbox ul>li.n4 p{
    padding: 0 0 0 120px;
}
section.yourtype div.btnbox ul>li p span{
    display: block;
    white-space: nowrap;
}
section.yourtype div.btnbox ul>li p span.n1{
    padding: 24px 0 6px 0;
    font-size: 1.9rem;
    font-family: serif;
}
section.yourtype div.btnbox ul>li.n1 p span.n1{
}
section.yourtype div.btnbox ul>li.n2 p span.n1{
}
section.yourtype div.btnbox ul>li.n3 p span.n1{
    letter-spacing: -0.06em;
}
section.yourtype div.btnbox ul>li.n4 p span.n1{
}
section.yourtype div.btnbox ul>li p span.n2{
    font-size: 1.2rem;
    font-weight: bold;
    text-indent: 5px;
}
section.yourtype div.btnbox ul>li.n1 p span.n2{
}
section.yourtype div.btnbox ul>li.n2 p span.n2{
}
section.yourtype div.btnbox ul>li.n3 p span.n2{
}
section.yourtype div.btnbox ul>li.n4 p span.n2{
}
section.yourtype div.btnbox ul>li i{
    position: absolute;
    right: 16px;
    top: 80px;
    width: 20px;
    height: 20px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
section.yourtype div.btnbox ul>li i>svg{
    stroke: rgba(182,104,85,1);
    stroke-width: 2;
}
section.yourtype div.btnbox ul>li a:hover{
}
section.yourtype div.btnbox ul>li a:hover figure{
    opacity: 0.4;
}
section.yourtype div.btnbox ul>li a:hover i{
    right: 6px;
}

/* $$$$$$$$ */
section.service{
}
section.service>div.inner{
    padding: 0 0 80px 0;
}
/* ---- */
section.service div.titlebox{
    padding: 24px 0 30px 0;
}
section.service div.titlebox h2{
    position: relative;
    width: 650px;
    height: 150px;
    margin: 0 auto 0 auto;
}
section.service div.titlebox h2 p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.service div.titlebox h2 p.n1{
    background-image: url(../images/top/pc/ttl_service_01.png);
}
section.service div.titlebox h2 p.n2{
    background-image: url(../images/top/pc/ttl_service_02.png);
}
/* ---- */
section.service div.rectbase{
    padding: 0 50px 55px 50px;
    background-color: rgba(239,227,214,1);
}
/* ---- */
section.service h3{
    padding: 65px 0 35px 0;
}
section.service h3 p{
    width: 643px;
    height: 104px;
    background-image: url(../images/top/pc/txt_suggest.png);
}
/* ---- */
section.service div.introbox{
    padding: 0 0 35px 0;
}
section.service div.introbox p{
    line-height: 1.5;
    font-size: 1.15rem;
    letter-spacing: 0.30em;
}
/* ---- */
section.service div.stepbox{
    position: relative;
    padding: 0 0 30px 0;
    font-size: 0;
    white-space: nowrap;
}
section.service div.stepbox i.tri{
    position: absolute;
    top: 86px;
    width: 24px;
    height: 20px;
}
section.service div.stepbox i.tri>svg{
    fill: rgba(74,52,56,1);
}
section.service div.stepbox i.tri.n1{
    left: 294px;
}
section.service div.stepbox i.tri.n2{
    left: 600px;
}
section.service div.stepbox div.each{
    display: inline-block;
    vertical-align: top;
    width: 265px;
    height: 190px;
    margin: 0 0 0 42px;
}
section.service div.stepbox div.each.n1{
    margin: 0 0 0 0;
}
section.service div.stepbox div.each dl{
    position: relative;
    width: 100%;
    height: 100%;
}
section.service div.stepbox div.each dl>dt{
    position: absolute;left: 0;top: 0;
    width: 25px;
    height: 100%;
}
section.service div.stepbox div.each dl>dt p{
    width: 17px;
    height: 73px;
}
section.service div.stepbox div.each.n1 dl>dt p{
    background-image: url(../images/top/txt_step01.png);
}
section.service div.stepbox div.each.n2 dl>dt p{
    background-image: url(../images/top/txt_step02.png);
}
section.service div.stepbox div.each.n3 dl>dt p{
    background-image: url(../images/top/txt_step03.png);
}
section.service div.stepbox div.each dl>dd{
    position: absolute;left: 25px;top: 0;
    width: 240px;
    height: 100%;
    background-color: rgba(255,255,255,1);
}
section.service div.stepbox div.each dl>dd figure{
    position: absolute;left: 50px;top: 17px;
    width: 150px;
    height: 124px;
}
section.service div.stepbox div.each.n1 dl>dd figure{
    background-image: url(../images/top/ill_service_step01.png);
}
section.service div.stepbox div.each.n2 dl>dd figure{
    background-image: url(../images/top/ill_service_step02.png);
}
section.service div.stepbox div.each.n3 dl>dd figure{
    background-image: url(../images/top/ill_service_step03.png);
}
section.service div.stepbox div.each dl>dd p{
    position: absolute;left: 0;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 0.9rem;
}
section.service div.stepbox div.each.n1 dl>dd p{
    top: 158px;
}
section.service div.stepbox div.each.n2 dl>dd p{
    top: 145px;
}
section.service div.stepbox div.each.n3 dl>dd p{
    top: 158px;
}
/* ---- */
section.service div.btnbox{
    width: 880px;
    background-color: rgba(248,242,235,1);
    margin: 0 auto 0 auto;
}
section.service div.btnbox dl{
}
section.service div.btnbox dl>dt{
    padding: 25px 0 25px 0;
    text-align: center;
}
section.service div.btnbox dl>dt p{
    line-height: 1.5;
    font-size: 1.25rem;
    letter-spacing: 0.10em;
}
section.service div.btnbox dl>dt p span{
    font-weight: bold;
}
section.service div.btnbox dl>dd{
    padding: 0 0 25px 0;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 125px;
}
section.service div.btnbox dl>dd:last-child{
    margin: 0 0 0 30px
}
section.service div.btnbox dl>dd a{
    width: 294px;
    height: 76px;
    border-radius: 76px;
}
section.service div.btnbox dl>dd a i{
    top: 28px;
}
/* ---- */
section.service div.shopbox{
}
section.service div.shopbox div.achead{
    padding: 10px 0 0 0;
}
section.service div.shopbox div.achead dl{
}
section.service div.shopbox div.achead dl>dt{
    padding: 0 0 35px 0;
    text-align: center;
}
section.service div.shopbox div.achead dl>dt p{
    width: 474px;
    height: 57px;
    background-image: url(../images/top/pc/txt_welcome.png);
}
section.service div.shopbox div.achead dl>dd{
    padding: 0 0 40px 0;
    text-align: center;
}
section.service div.shopbox div.achead dl>dd a{
    width: 294px;
    height: 76px;
    border-radius: 76px;
}
section.service div.shopbox div.achead dl>dd a i{
    top: 28px;
}
section.service div.shopbox div.acbody{
    display: none;
    padding: 0 0 50px 0;
}
section.service div.shopbox div.acbody div.row{
    padding: 0 50px 0 50px;
}
section.service div.shopbox div.acbody div.row dl{
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
section.service div.shopbox div.acbody div.row dl>dt{
    position: absolute;left: 0;top: 0;
    width: 30px;
    height: 22px;
    background-color: rgba(255,255,255,1);
}
section.service div.shopbox div.acbody div.row dl>dt p{
    white-space: nowrap;
    text-align: center;
}
section.service div.shopbox div.acbody div.row dl>dd{
    padding: 0 0 8px 50px;
}
section.service div.shopbox div.acbody div.row dl>dd p{
}

/* $$$$$$$$ */
div.modalbox.personalcolor{
    width: 770px;
}
div.modalbox.personalcolor>div.inner{
    padding: 0 50px 50px 50px;
}
div.modalbox.personalcolor h2{
    padding: 60px 0 60px 0;
    text-align: center;
}
div.modalbox.personalcolor h2 p{
    font-size: 2rem;
    letter-spacing: 0.32em;
    font-weight: bold;
    color: rgba(182,104,85,1);
}
div.modalbox.personalcolor div.rectbase{
    padding: 0 25px 0 25px;
    background-color: rgba(255,255,255,1);
}
div.modalbox.personalcolor div.illust{
    padding: 25px 0 15px 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(74,52,56,1);
}
div.modalbox.personalcolor div.illust figure{
    width: 100px;
    height: 154px;
    margin: 0 20px 0 20px;
}
div.modalbox.personalcolor div.illust figure.n1{
    background-image: url(../images/ill_personalcolor_spring.png);
}
div.modalbox.personalcolor div.illust figure.n2{
    background-image: url(../images/ill_personalcolor_summer.png);
}
div.modalbox.personalcolor div.illust figure.n3{
    background-image: url(../images/ill_personalcolor_autumn.png);
}
div.modalbox.personalcolor div.illust figure.n4{
    background-image: url(../images/ill_personalcolor_winter.png);
}
div.modalbox.personalcolor div.note{
    font-size: 1.08rem;;
}
div.modalbox.personalcolor div.note dl{
}
div.modalbox.personalcolor div.note dl>dt{
    padding: 20px 0 10px 0;
}
div.modalbox.personalcolor div.note dl>dt p{
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px 3px 8px;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
div.modalbox.personalcolor div.note dl>dd{
    padding: 0 0 30px 0;
}
div.modalbox.personalcolor div.note dl>dd p{
    line-height: 1.5;
}

/* $$$$$$$$ */
div.modalbox.facetype{
    width: 770px;
}
div.modalbox.facetype>div.inner{
    padding: 0 50px 50px 50px;
}
div.modalbox.facetype h2{
    padding: 60px 0 60px 0;
    text-align: center;
}
div.modalbox.facetype h2 p{
    font-size: 2rem;
    letter-spacing: 0.32em;
    font-weight: bold;
    color: rgba(182,104,85,1);
}
div.modalbox.facetype div.rectbase{
    padding: 0 25px 0 25px;
    background-color: rgba(255,255,255,1);
}
div.modalbox.facetype div.illust{
    padding: 30px 0 20px 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(74,52,56,1);
}
div.modalbox.facetype div.illust figure{
    width: 124px;
    height: 290px;
}
div.modalbox.facetype div.illust figure.n1{
    background-image: url(../images/ill_facetype_cute.png);
    margin: 0 0 0 0;
}
div.modalbox.facetype div.illust figure.n2{
    background-image: url(../images/ill_facetype_fresh.png);
    margin: 0 0 0 30px;
}
div.modalbox.facetype div.illust figure.n3{
    background-image: url(../images/ill_facetype_feminine.png);
    margin: 0 0 0 10px;
}
div.modalbox.facetype div.illust figure.n4{
    background-image: url(../images/ill_facetype_cool.png);
    margin: 0 0 0 0;
}
div.modalbox.facetype div.note{
    font-size: 1.08rem;;
}
div.modalbox.facetype div.note dl{
}
div.modalbox.facetype div.note dl>dt{
    padding: 20px 0 10px 0;
}
div.modalbox.facetype div.note dl>dt p{
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px 3px 8px;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
div.modalbox.facetype div.note dl>dd{
    padding: 0 0 30px 0;
}
div.modalbox.facetype div.note dl>dd p{
    line-height: 1.5;
}

/* $$$$$$$$ */
div.modalbox.itemset{
    width: 770px;
}
div.modalbox.itemset>div.inner{
    padding: 0 50px 50px 50px;
}
div.modalbox.itemset div.eachouter{
    padding: 60px 0 0 0;
    font-size: 0;
}
div.modalbox.itemset div.each{
    display: inline-block;
    vertical-align: top;
    width: 310px;
    padding: 20px 0 20px 0;
    font-size: 1rem;
    background-color: rgba(255,255,255,1);
}
div.modalbox.itemset div.each.n1{
    height: 590px;
    margin: 0 0 0 0;
}
div.modalbox.itemset div.each.n2{
    height: 590px;
    margin: 0 0 0 50px;
}
div.modalbox.itemset div.each.n3{
    height: 550px;
    margin: 50px 0 0 0;
}
div.modalbox.itemset div.each.n4{
    height: 550px;
    margin: 50px 0 0 50px;
}
div.modalbox.itemset div.each div.combination{
    position: relative;
    width: 100%;
    height: 65px;
    text-align: center;
}
div.modalbox.itemset div.each div.combination div.color{
    position: absolute;
    left: 10px;
    top: 0;
    width: 130px;
    height: 100%;
    white-space: nowrap;
}
div.modalbox.itemset div.each div.combination div.color p.n1{
    padding: 0 0 10px 0;
    font-size: 0.80rem;
}
div.modalbox.itemset div.each div.combination div.color p.n2{
    font-size: 1.40rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: serif;
}
div.modalbox.itemset div.each div.combination div.face{
    position: absolute;
    right: 10px;
    top: 0;
    width: 130px;
    height: 100%;
    white-space: nowrap;
}
div.modalbox.itemset div.each div.combination div.face p.n1{
    padding: 0 0 10px 0;
    font-size: 0.80rem;
}
div.modalbox.itemset div.each div.combination div.face p.n2{
    font-size: 1.40rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: serif;
}
div.modalbox.itemset div.each div.combination div.face p.n2.fontcolor_face_feminine{
    letter-spacing: -0.1em;
}
div.modalbox.itemset div.each div.combination div.mark{
    position: absolute;
    left: 158px;
    top: 17px;
    width: 16px;
    height: 16px;
}
div.modalbox.itemset div.each div.combination div.mark i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
div.modalbox.itemset div.each div.combination div.mark i>svg{
    stroke: rgba(201,201,201,1);
    stroke-width: 2;
}
div.modalbox.itemset div.each div.detail{
}
div.modalbox.itemset div.each div.detail dl{
    width: 270px;
    margin: 0 auto 0 auto;
}
div.modalbox.itemset div.each div.detail dl>dt{
    padding: 0 0 20px 0;
    text-align: center;
}
div.modalbox.itemset div.each div.detail dl>dt figure{
    width: 100%;
    height: 245px;
}
div.modalbox.itemset div.each div.detail dl>dd{
    position: relative;
}
div.modalbox.itemset div.each div.detail dl>dd div.shoplogo{
    padding: 15px 0 20px 0;
    text-align: center;
}
div.modalbox.itemset div.each div.detail dl>dd div.shoplogo p{
    width: 230px;
    height: 36px;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row{
    position: relative;
    padding: 0 0 15px 0;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.kind{
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.kind p{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    padding: 6px 0 6px 0;
    text-align: center;
    font-size: 0.86rem;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.kind p span{
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.price{
    position: absolute;
    right: 0;
    top: 0;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.price p{
    width: 116px;
    height: 28px;
}
div.modalbox.itemset div.caption{
    padding: 30px 0 0 0;
    text-align: left;
}
div.modalbox.itemset div.caption p{
    line-height: 1.5;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

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

/* $$$$$$$$ */
div.entrybutton{
    display: none;
    position: fixed;
    right: 1vw;
    bottom: 6vw;
    width: 34vw;
    height: 34vw;
}
div.entrybutton a{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 10vw;
    background-image: url(../images/top/btn_entry.png);
}
div.entrybutton a i{
    position: absolute;
    left: 16vw;
    bottom: 6vw;
    width: 4vw;
    height: 4vw;
}
div.entrybutton a i>svg{
    stroke: rgba(255,255,255,1);
}

/* $$$$$$$$ */
section.signboard{
}
section.signboard>div.inner{
    width: 100%;
}
/* ---- */
section.signboard div.titlebox{
    padding: 12vw 0 4vw 0;
}
section.signboard div.titlebox h1{
    position: relative;
    width: 98vw;
    height: 38vw;
    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/top/sp/ttl_main_01.png);
}
section.signboard div.titlebox h1 p.n2{
    background-image: url(../images/top/sp/ttl_main_02.png);
}
section.signboard div.titlebox h1 p.n3{
    background-image: url(../images/top/sp/ttl_main_03.png);
}

/* $$$$$$$$ */
section.about{
}
section.about>div.inner{
}
/* ---- */
section.about div.areabase{
    position: relative;
}
section.about div.areabase i.bg{
    position: absolute;
    left: -93vw;
    top: -5vw;
    width: 184vw;
    height: 129vw;
    background-image: url(../images/top/obj_amorph.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
/* ---- */
section.about div.titlebox{
    position: relative;
    padding: 11vw 0 3vw 0;
}
section.about div.titlebox h2{
    padding: 4vw 0 0 0;
}
section.about div.titlebox h2 p{
    width: 72vw;
    height: 20vw;
    background-image: url(../images/top/sp/txt_analysis.png);
    margin: 0 auto 0 0;
}
/* ---- */
section.about div.notebox{
    position: relative;
    padding: 0 10vw 4vw 0;
}
section.about div.notebox p{
    line-height: 1.5;
    font-size: 0.95rem;
    letter-spacing: 0.20em;
}
section.about div.notebox p span{
    font-size: 0.82rem;
}
/* ---- */
section.about div.btnbox{
    position: relative;
    font-size: 0;
    padding: 0 0 20vw 0;
}
section.about div.btnbox label{
    width: 58vw;
    height: 12vw;
    border-radius: 11vw;
}
section.about div.btnbox label:nth-of-type(1){
    margin: 0 0 3vw 0;
}
section.about div.btnbox label i{
    top: 4vw;
}

/* $$$$$$$$ */
section.yourtype{
}
section.yourtype>div.inner{
}
/* ---- */
section.yourtype div.areabase{
    position: relative;
    padding: 0 0 20vw 11vw;
}
section.yourtype div.areabase i.bg{
    position: absolute;
    left: -3vw;
    top: -28vw;
    width: 98vw;
    height: 130vw;
    background-image: url(../images/top/sp/obj_amorph_02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
/* ---- */
section.yourtype div.titlebox{
    position: relative;
    padding: 0 0 2vw 0;
}
section.yourtype div.titlebox h2{
}
section.yourtype div.titlebox h2 p{
}
section.yourtype div.titlebox h2 p.n1{
    padding: 8vw 0 2vw 0;
}
section.yourtype div.titlebox h2 p.n1 span{
    width: 80vw;
    height: 4vw;
    background-image: url(../images/top/pc/txt_yourtype_01.png);
}
section.yourtype div.titlebox h4 p.n2{
    padding: 0 0 1vw 0;
}
section.yourtype div.titlebox h2 p.n2 span{
    width: 80vw;
    height: 14vw;
    background-image: url(../images/top/pc/txt_yourtype_02.png);
}
/* ---- */
section.yourtype div.notebox{
    position: relative;
    padding: 0 0 4vw 0;
}
section.yourtype div.notebox p{
    line-height: 1.5;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}
/* ---- */
section.yourtype div.btnbox{
    position: relative;
}
section.yourtype div.btnbox ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    width: 79vw;
    font-size: 0;
}
section.yourtype div.btnbox ul>li{
    position: relative;
    width: 38vw;
    height: 17vw;
    font-size: 1.0rem;
    background-color: rgba(255,255,255,1);
    border-style: solid;
    border-width: 0.3vw;
    border-color: rgba(182,104,85,1);
    border-radius: 2vw;
    overflow: hidden;
    margin: 2vw 0 0 0;
}
section.yourtype div.btnbox ul>li:nth-of-type(1),
section.yourtype div.btnbox ul>li:nth-of-type(2){
    margin: 0 0 0 0;
}
section.yourtype div.btnbox ul>li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
section.yourtype div.btnbox ul>li figure{
    position: absolute;
    width: 26vw;
    height: 26vw;
}
section.yourtype div.btnbox ul>li.n1 figure{
    left: -8vw;
    top: -5vw;
    background-image: url(../images/ill_facetype_cute.png);
}
section.yourtype div.btnbox ul>li.n2 figure{
    left: -5vw;
    top: -4vw;
    background-image: url(../images/ill_facetype_fresh.png);
}
section.yourtype div.btnbox ul>li.n3 figure{
    left: -3vw;
    top: -4vw;
    background-image: url(../images/ill_facetype_feminine.png);
}
section.yourtype div.btnbox ul>li.n4 figure{
    left: -6vw;
    top: -4vw;
    background-image: url(../images/ill_facetype_cool.png);
}
section.yourtype div.btnbox ul>li p{
    position: relative;
}
section.yourtype div.btnbox ul>li.n1 p{
    padding: 0 0 0 15vw;
}
section.yourtype div.btnbox ul>li.n2 p{
    padding: 0 0 0 16vw;
}
section.yourtype div.btnbox ul>li.n3 p{
    padding: 0 0 0 13vw;
}
section.yourtype div.btnbox ul>li.n4 p{
    padding: 0 0 0 17vw;
}
section.yourtype div.btnbox ul>li p span{
    display: block;
    white-space: nowrap;
}
section.yourtype div.btnbox ul>li p span.n1{
    padding: 3vw 0 1vw 0;
    font-size: 1.2rem;
    font-family: serif;
}
section.yourtype div.btnbox ul>li.n1 p span.n1{
}
section.yourtype div.btnbox ul>li.n2 p span.n1{
}
section.yourtype div.btnbox ul>li.n3 p span.n1{
    letter-spacing: -0.06em;
}
section.yourtype div.btnbox ul>li.n4 p span.n1{
}
section.yourtype div.btnbox ul>li p span.n2{
    font-size: 0.8rem;
    font-weight: bold;
    text-indent: 1vw;
}
section.yourtype div.btnbox ul>li.n1 p span.n2{
}
section.yourtype div.btnbox ul>li.n2 p span.n2{
}
section.yourtype div.btnbox ul>li.n3 p span.n2{
}
section.yourtype div.btnbox ul>li.n4 p span.n2{
}
section.yourtype div.btnbox ul>li i{
    position: absolute;
    right: 1.5vw;
    top: 12.5vw;
    width: 3vw;
    height: 3vw;
}
section.yourtype div.btnbox ul>li i>svg{
    stroke: rgba(182,104,85,1);
    stroke-width: 2;
}

/* $$$$$$$$ */
section.service{
}
section.service>div.inner{
    padding: 0 0 10vw 0;
}
/* ---- */
section.service div.titlebox{
    padding: 2vw 0 7vw 0;
}
section.service div.titlebox h2{
    position: relative;
    width: 58vw;
    height: 41vw;
    margin: 0 auto 0 auto;
}
section.service div.titlebox h2 p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.service div.titlebox h2 p.n1{
    background-image: url(../images/top/sp/ttl_service_01.png);
}
section.service div.titlebox h2 p.n2{
    background-image: url(../images/top/sp/ttl_service_02.png);
}
/* ---- */
section.service div.rectbase{
    padding: 0 5vw 6vw 5vw;
    background-color: rgba(239,227,214,1);
}
/* ---- */
section.service h3{
    padding: 11vw 0 7vw 0;
}
section.service h3 p{
    width: 68vw;
    height: 28vw;
    background-image: url(../images/top/sp/txt_suggest.png);
}
/* ---- */
section.service div.introbox{
    padding: 0 0 7vw 0;
}
section.service div.introbox p{
    line-height: 1.6;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
}
/* ---- */
section.service div.stepbox{
    position: relative;
    padding: 0 0 4vw 0;
    font-size: 0;
    white-space: nowrap;
}
section.service div.stepbox i.tri{
    position: absolute;
    left: 40vw;
    width: 7vw;
    height: 7vw;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
section.service div.stepbox i.tri>svg{
    fill: rgba(74,52,56,1);
}
section.service div.stepbox i.tri.n1{
    top: 60vw;
}
section.service div.stepbox i.tri.n2{
    top: 128vw;
}
section.service div.stepbox div.each{
    width: 100%;
    height: 56vw;
    margin: 12vw 0 0 0;
}
section.service div.stepbox div.each.n1{
    margin: 0 0 0 0;
}
section.service div.stepbox div.each dl{
    position: relative;
    width: 100%;
    height: 100%;
}
section.service div.stepbox div.each dl>dt{
    position: absolute;
    left: 0;
    top: 0;
    width: 8vw;
    height: 100%;
}
section.service div.stepbox div.each dl>dt p{
    width: 5vw;
    height: 24vw;
}
section.service div.stepbox div.each.n1 dl>dt p{
    background-image: url(../images/top/txt_step01.png);
}
section.service div.stepbox div.each.n2 dl>dt p{
    background-image: url(../images/top/txt_step02.png);
}
section.service div.stepbox div.each.n3 dl>dt p{
    background-image: url(../images/top/txt_step03.png);
}
section.service div.stepbox div.each dl>dd{
    position: absolute;
    left: 8vw;
    top: 0;
    width: 71vw;
    height: 100%;
    background-color: rgba(255,255,255,1);
}
section.service div.stepbox div.each dl>dd figure{
    position: absolute;
    left: 14vw;
    top: 4vw;
    width: 45vw;
    height: 41vw;
}
section.service div.stepbox div.each.n1 dl>dd figure{
    background-image: url(../images/top/ill_service_step01.png);
}
section.service div.stepbox div.each.n2 dl>dd figure{
    background-image: url(../images/top/ill_service_step02.png);
}
section.service div.stepbox div.each.n3 dl>dd figure{
    background-image: url(../images/top/ill_service_step03.png);
}
section.service div.stepbox div.each dl>dd p{
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 1.10rem;
}
section.service div.stepbox div.each.n1 dl>dd p{
    top: 46vw;
}
section.service div.stepbox div.each.n2 dl>dd p{
    top: 42vw;
}
section.service div.stepbox div.each.n3 dl>dd p{
    top: 46vw;
}
/* ---- */
section.service div.btnbox{
    background-color: rgba(248,242,235,1);
    margin: 0 1vw;
    padding: 3vw;
}
section.service div.btnbox dl{
}
section.service div.btnbox dl>dt{
    padding: 0 0 4vw 0;
}
section.service div.btnbox dl>dt p{
    line-height: 1.3;
    font-size: 0.90rem;
    letter-spacing: 0.10em;
}
section.service div.btnbox dl>dt p span{font-weight: bold;}
section.service div.btnbox dl>dd{
    padding: 2vw 0 3vw 0;
    text-align: center;
}
section.service div.btnbox dl>dd a{
    width: 59vw;
    height: 16vw;
    border-radius: 16vw;
}
section.service div.btnbox dl>dd a i{
    top: 6vw;
}
/* ---- */
section.service div.shopbox{
}
section.service div.shopbox div.achead{
    padding: 4vw 0 0 0;
}
section.service div.shopbox div.achead dl{
}
section.service div.shopbox div.achead dl>dt{
    padding: 4vw 0 3vw 0;
    text-align: center;
}
section.service div.shopbox div.achead dl>dt p{
    width: 73vw;
    height: 15vw;
    background-image: url(../images/top/sp/txt_welcome.png);
}
section.service div.shopbox div.achead dl>dd{
    padding: 0 0 8vw 0;
    text-align: center;
}
section.service div.shopbox div.achead dl>dd a{
    width: 59vw;
    height: 16vw;
    border-radius: 16vw;
}
section.service div.shopbox div.achead dl>dd a i{
    top: 6vw;
}
section.service div.shopbox div.acbody{
    display: none;
    padding: 0 0 5vw 0;
}
section.service div.shopbox div.acbody div.row{
    padding: 0 5vw 0 5vw;
    font-size: 0.82rem;
}
section.service div.shopbox div.acbody div.row dl{
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
section.service div.shopbox div.acbody div.row dl>dt{
    position: absolute;
    left: 0;
    top: 0;
    width: 7vw;
    height: 5vw;
    background-color: rgba(255,255,255,1);
}
section.service div.shopbox div.acbody div.row dl>dt p{
    white-space: nowrap;
    text-align: center;
}
section.service div.shopbox div.acbody div.row dl>dd{
    padding: 0 0 3vw 10vw;
}
section.service div.shopbox div.acbody div.row dl>dd p{
}

/* $$$$$$$$ */
div.modalbox.personalcolor{
    width: 90vw;
}
div.modalbox.personalcolor>div.inner{
    padding: 0 5vw 5vw 5vw;
}
div.modalbox.personalcolor h2{
    padding: 8vw 0 8vw 0;
    text-align: center;
}
div.modalbox.personalcolor h2 p{
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    white-space: nowrap;
    color: rgba(182,104,85,1);
}
div.modalbox.personalcolor div.rectbase{
    padding: 0 5vw 0 5vw;
    background-color: rgba(255,255,255,1);
}
div.modalbox.personalcolor div.illust{
    padding: 8vw 0 2vw 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(74,52,56,1);
}
div.modalbox.personalcolor div.illust figure{
    width: 21vw;
    height: 33vw;
    margin: 0 5vw 2vw 5vw;
}
div.modalbox.personalcolor div.illust figure.n1{
    background-image: url(../images/ill_personalcolor_spring.png);
}
div.modalbox.personalcolor div.illust figure.n2{
    background-image: url(../images/ill_personalcolor_summer.png);
}
div.modalbox.personalcolor div.illust figure.n3{
    background-image: url(../images/ill_personalcolor_autumn.png);
}
div.modalbox.personalcolor div.illust figure.n4{
    background-image: url(../images/ill_personalcolor_winter.png);
}
div.modalbox.personalcolor div.note{
    font-size: 0.86rem;
}
div.modalbox.personalcolor div.note dl{
}
div.modalbox.personalcolor div.note dl>dt{
    padding: 4vw 0 1vw 0;
}
div.modalbox.personalcolor div.note dl>dt p{
    display: inline-block;
    vertical-align: top;
    padding: 1vw 2vw 1vw 2vw;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
div.modalbox.personalcolor div.note dl>dd{
    padding: 0 0 4vw 0;
}
div.modalbox.personalcolor div.note dl>dd p{
    line-height: 1.5;
}

/* $$$$$$$$ */
div.modalbox.facetype{
    width: 90vw;
}
div.modalbox.facetype>div.inner{
    padding: 0 5vw 5vw 5vw;
}
div.modalbox.facetype h2{
    padding: 8vw 0 8vw 0;
    text-align: center;
}
div.modalbox.facetype h2 p{
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    white-space: nowrap;
    color: rgba(182,104,85,1);
}
div.modalbox.facetype div.rectbase{
    padding: 0 5vw 0 5vw;
    background-color: rgba(255,255,255,1);
}
div.modalbox.facetype div.illust{
    padding: 6vw 0 5vw 0;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(74,52,56,1);
}
div.modalbox.facetype div.illust figure{
    width: 16vw;
    height: 39vw;
}
div.modalbox.facetype div.illust figure.n1{
    background-image: url(../images/ill_facetype_cute.png);
}
div.modalbox.facetype div.illust figure.n2{
    background-image: url(../images/ill_facetype_fresh.png);
    margin: 0 0 0 2vw;
}
div.modalbox.facetype div.illust figure.n3{
    background-image: url(../images/ill_facetype_feminine.png);
}
div.modalbox.facetype div.illust figure.n4{
    background-image: url(../images/ill_facetype_cool.png);
}
div.modalbox.facetype div.note{
    font-size: 0.86rem;
}
div.modalbox.facetype div.note dl{
}
div.modalbox.facetype div.note dl>dt{
    padding: 4vw 0 1vw 0;
}
div.modalbox.facetype div.note dl>dt p{
    display: inline-block;
    vertical-align: top;
    padding: 1vw 2vw 1vw 2vw;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
div.modalbox.facetype div.note dl>dd{
    padding: 0 0 4vw 0;
}
div.modalbox.facetype div.note dl>dd p{
    line-height: 1.5;
}

/* $$$$$$$$ */
div.modalbox.itemset{
    width: 90vw;
}
div.modalbox.itemset>div.inner{
    padding: 0 5vw 5vw 5vw;
}
div.modalbox.itemset div.eachouter{
    padding: 5vw 0 0 0;
    font-size: 0;
}
div.modalbox.itemset div.each{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 2vw 0 2vw 0;
    font-size: 1rem;
    background-color: rgba(255,255,255,1);
    margin: 6vw 0 0 0;
}
div.modalbox.itemset div.each.n1{
    margin: 0 0 0 0;
}
div.modalbox.itemset div.each.n2{
}
div.modalbox.itemset div.each.n3{
}
div.modalbox.itemset div.each.n4{
}
div.modalbox.itemset div.each div.combination{
    position: relative;
    width: 100%;
    height: 17vw;
    text-align: center;
}
div.modalbox.itemset div.each div.combination div.color{
    position: absolute;
    left: 3vw;
    top: 2vw;
    width: 34vw;
    height: 100%;
    white-space: nowrap;
}
div.modalbox.itemset div.each div.combination div.color p.n1{
    padding: 0 0 1vw 0;
    font-size: 0.80rem;
}
div.modalbox.itemset div.each div.combination div.color p.n2{
    font-size: 1.50rem;
    letter-spacing: 0.10em;
    font-weight: bold;
    font-family: serif;
}
div.modalbox.itemset div.each div.combination div.face{
    position: absolute;
    right: 3vw;
    top: 2vw;
    width: 34vw;
    height: 100%;
    white-space: nowrap;
}
div.modalbox.itemset div.each div.combination div.face p.n1{
    padding: 0 0 1vw 0;
    font-size: 0.80rem;
}
div.modalbox.itemset div.each div.combination div.face p.n2{
    font-size: 1.50rem;
    letter-spacing: 0.10em;
    font-weight: bold;
    font-family: serif;
}
div.modalbox.itemset div.each div.combination div.face p.n2.fontcolor_face_feminine{
    letter-spacing: -0.1em;
}
div.modalbox.itemset div.each div.combination div.mark{
    position: absolute;
    left: 39vw;
    top: 5vw;
    width: 4vw;
    height: 4vw;
}
div.modalbox.itemset div.each div.combination div.mark i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
div.modalbox.itemset div.each div.combination div.mark i>svg{
    stroke: rgba(201,201,201,1);
    stroke-width: 2;
}
div.modalbox.itemset div.each div.detail{
}
div.modalbox.itemset div.each div.detail dl{
    width: 74vw;
    margin: 0 auto 0 auto;
}
div.modalbox.itemset div.each div.detail dl>dt{
    padding: 0 0 5vw 0;
    text-align: center;
}
div.modalbox.itemset div.each div.detail dl>dt figure{
    width: 60vw;
    height: 55vw;
}
div.modalbox.itemset div.each div.detail dl>dd{
    position: relative;
}
div.modalbox.itemset div.each div.detail dl>dd div.shoplogo{
    padding: 0 0 5vw 0;
    text-align: center;
}
div.modalbox.itemset div.each div.detail dl>dd div.shoplogo p{
    width: 43vw;
    height: 7vw;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 36vw;
    padding: 0 0 1vw 0;
    white-space: nowrap;
    margin: 0 0 2vw 1.5vw;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row:nth-of-type(2n-1){
    margin: 0 0 2vw 0;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.kind{
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.kind p{
    display: inline-block;
    vertical-align: top;
    width: 15vw;
    height: 4.3vw;
    line-height: 4.3vw;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    color: rgba(182,104,85,1);
    background-color: rgba(248,242,235,1);
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.kind p span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
}
div.modalbox.itemset div.each.n1 div.detail dl>dd div.goods div.row.n1 div.kind p span{
    text-indent: 0;
}
div.modalbox.itemset div.each.n1 div.detail dl>dd div.goods div.row.n2 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n1 div.detail dl>dd div.goods div.row.n3 div.kind p span{
    text-indent: 5vw;
}
div.modalbox.itemset div.each.n1 div.detail dl>dd div.goods div.row.n4 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n2 div.detail dl>dd div.goods div.row.n1 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n2 div.detail dl>dd div.goods div.row.n2 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n3 div.detail dl>dd div.goods div.row.n1 div.kind p span{
    text-indent: 2vw;
}
div.modalbox.itemset div.each.n3 div.detail dl>dd div.goods div.row.n2 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n3 div.detail dl>dd div.goods div.row.n3 div.kind p span{
    text-indent: 6vw;
}
div.modalbox.itemset div.each.n4 div.detail dl>dd div.goods div.row.n1 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n4 div.detail dl>dd div.goods div.row.n2 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each.n4 div.detail dl>dd div.goods div.row.n3 div.kind p span{
    text-indent: 4vw;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.price{
    position: absolute;
    right: 0;
    top: 0;
}
div.modalbox.itemset div.each div.detail dl>dd div.goods div.row div.price p{
    width: 20vw;
    height: 5vw;
}
div.modalbox.itemset div.caption{
    padding: 4vw 0 0 0;
    text-align: left;
}
div.modalbox.itemset div.caption p{
    line-height: 1.5;
    padding: 0 0 0 1em;
    font-size: 0.88rem;
    text-indent: -1em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

