/* CSS Document */
#shopWrp ul li:not(:last-child){
    display: none;
}
main h2{
    font-size: 36px;
    position: relative;
}
main h2::after{
    content: "XXX";
    font-family: Futura,sans-serif;
    color: #E6E6E6;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: -1;
    padding-bottom: 20px;
    font-size: 150%;
    width: 100%;
}
/********************
        keyV
********************/
.keyV h2 img{
    max-width:280px; 
    width: 40%;
    margin-right: .5em;
}
.step .flexbox.clm3{
    margin-top: 60px;
}
.keyV .concept{
    padding: 30px;
    background-image: url("../../img/contents/sharmplus/bg.jpg");
    background-size: cover;
    background-position: center center;
}
.keyV .concept div{
    text-align: left;
    display: inline-block;
    margin: 40px 0;
}
.keyV .concept p{
    margin-bottom: 1em;
}
.keyV .concept p:last-of-type{
    margin-bottom: 0;
}
.keyV .concept div div{
    margin-bottom: 0;
}
.keyV .snap li{
    width: 25%;
}
.keyV .snap li img{
    max-width: 100%;
}
.keyV .select.flexbox{
    margin-top: 30px;
}
.keyV .select.flexbox li{
    text-align: center;
    margin-bottom: 0;
}
/********************
        step
********************/
.step{
    counter-reset: number;
}
.step h2::after{
    content: "STEP";
}
.step .flexbox.clm3 li{
    width: 30%;
}
.step h3{
    font-size: 30px;
    margin-left: .5em;
}
.step .num_box{
    font-style: oblique;
}
.step .num_box::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
    font-style: normal;
}
.step .title.flexbox{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items:flex-end;
    margin-bottom: 15px;
}
.step p{
    text-align: left;
}
/********************
        cellite
********************/
.cellite h2::after{
    content: "CelliteZERO"
}
.cellite h2 + div{
    display: inline-block;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 60px;
}
.cellite h3{
    font-size: 24px;
    text-align: left;
}
.cellite .kouka img{
    max-width: 620px;
    width: 100%;
}
/********************
        ba
********************/
.cellite .ba .flexbox.clm2 li{
    width: 50%;
}
.cellite .ba{
    margin-top: 50px;
}
.cellite .ba h4{
    text-align: left;
}
.cellite .ba h4 span{
    margin-left: .5em;
}
.cellite .ba .txt18{
    margin-top: 1em;
}

/********************
        menu
********************/
.menu h2::after{
    content: "MENU"
}
.menu .flexbox > div{
    width: 45%;
    margin: 10px 0;
}
.menu dl{
    margin-top: 50px;
    margin-bottom: 20px;
}
.menu .text_box{
    text-align: left;
    display: inline-block;
    padding: 15px;
    background-color: #f2f1f1;
}
/********************
    eyeesthe
********************/
.eyeesthe{
    margin-top: 30px;
}
.eyeesthe h2::after{
    content: "EYE ESTHE"
}
.eyeesthe em{
    color: #6997c2;
    font-weight: bold;
    margin: 0 .2em;
}
.eyeesthe .caption{
    max-width: 700px;
    margin: 40px auto;
}
.eyeesthe .flexbox .caption_box{
    border: 2px solid #6997c2;
    color: #6997c2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-bottom: 0;
}
.eyeesthe .caption_box .cap_head{
    border-bottom: 2px solid #6997c2;
    padding:5px 10px;
    font-weight: bold;
}
.eyeesthe .caption_box .cap_txt{
    padding: 1em;
}
.eyeesthe .nayami_list{
    margin: auto;
    margin-top: 20px;
    max-width: 700px;
}
.eyeesthe .nayami_list .nayami_box{
    width: 27%;
    padding-top: 27%;
    position: relative;
    background-color: #FFD9D9;
    border-radius: 50%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
}
.eyeesthe .nayami_list .nayami_box::after{
    content: "";
    position:absolute;
    top:calc(50% + 10px);
    left:calc(50% + 10px);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background-color: #EFEFEF;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}
.eyeesthe .nayami_list .nayami_box p{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width: 100%;
    z-index: 2;
}
.eyeesthe .ba{
    margin-top: 50px;
}
/********************
        shop
********************/
#shopWrp h2::after{
    content: "SHOP"
}
#shopWrp .flexbox.clm3::after{
    content: none;
}
#shopWrp h2{
    margin-bottom: 50px;
}
#shopWrp .flexbox{
    margin-top: 50px;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (max-width:768px){
    main.inner1150{
        width: 100%;
    }
    .keyV h2{
        font-size: 30px;
        line-height: 1.4
    }
    .keyV{
        width: 100%;
    }
    section{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .step h3{
        font-size: 20px;
    }
    .step .num_box::after{
        font-size: 25px;
    }
    .menu .inner1000{
        width: 100%;
    }
}
@media screen and (max-width:480px){
    main h2{
        font-size: 25px;
    }
    .keyV .inner1000{
        width: 100%;
    }
    .keyV h2{
        font-size: 18px;
        line-height: 1.4;
    }
    .keyV .concept > div{
        margin: 0;
    }
    .keyV .concept div{
        margin: 30px 0;
    }
    .keyV .select.flexbox li{
        width: 90%;
        margin:5px auto;
    }
    .keyV .select.flexbox li .btn_d{
        width: 100%;
    }
    .step .title.flexbox{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .step .flexbox.clm3 li{
        width: 80%;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .step .flexbox.clm3 li:last-child{
        margin-bottom: 0;
    }
    .cellite .ba h4{
        text-align: center;
        margin-bottom: 1em;
    }
    .cellite .ba .txt18{
        margin-top: 0;
        margin-bottom: 0;
    }
    .cellite .ba .flexbox.clm2 li{
        width: 100%;
    }
    .eyeesthe .flexbox .caption_box{
        width: 100%;
        margin: 10px 0;
    }
    .eyeesthe .nayami_list .nayami_box{
        width: 43%;
        padding-top: 43%;
        margin: auto;
    }
    .eyeesthe .nayami_list.flexbox{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .eyeesthe .nayami_list.flexbox.clm3::after{
        content: none;
    }
    .eyeesthe .ba.flexbox.clm2 > li{
        width: 100%;
        margin-bottom:0;
    }
    .menu .flexbox > div{
        width: 100%;
    }
}
