@media only screen and (max-width:750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .fll,
    .flr {
        float: none;
    }
    #wrapper {
        width: 100%;
        min-width: 100%;
    }
    img {
        height: auto;
        max-width: 100%;
    }
    .tel {
        pointer-events: inherit;
    }
    /* ----------------------------------------------------------------------------------------------------
*  2.ヘッダー<header>
* --------------------------------------------------------------------------------------------------*/
    #header {
        border-bottom: 0;
    }
    .head_sp {
        position: relative;

        display: table;
        width: 100%;
        height: 113px;

        background: #000;
    }
    .h_desp {
        display: table-cell;
        width: 76%;
        padding-left: 4%;

        vertical-align: middle;
    }
    .h_desp .h_txt {
        float: left;
        width: 24%;
        padding-top: 4%;
    }
    .h_desp .h_logo {
        float: right;
        width: 72%;
    }
    .menu {
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;

        width: 50px;
        height: 50px;
        margin-top: -26px;

        cursor: pointer;

        background: #d90000;
    }
    .menu .line {
        position: absolute;
        top: 0;
        left: 9px;

        display: block;
        width: 30px;
        height: 3px;

        -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out;

        background: #fff;
    }
    .menu .line_01 {
        top: 13px;
    }
    .menu .line_02 {
        top: 23px;
    }
    .menu .line_03 {
        top: 33px;
    }
    .menu.is-active .line_01 {
        top: 22px;

        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .menu.is-active .line_02 {
        opacity: 0;
    }
    .menu.is-active .line_03 {
        top: 22px;

        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
    }
    .nav_in {
        width: 100%;
        margin: 0 auto;
    }
    .nav {
        position: absolute;
        z-index: 1;

        display: none;
        width: 100%;
        margin: 0;

        background: #000;
    }
    .nav li {
        float: none;
        width: 100%;

        border-bottom: 1px solid #d90000;
    }
    .nav li:first-child {
        border-top: 1px solid #d90000;
    }
    .nav li a {
        padding: 12px;

        font-weight: bold;
    }
    /* ----------------------------------------------------------------------------------------------------
*  breadcrump
* --------------------------------------------------------------------------------------------------*/
    .breadcrumb {
        border-top: 0;
    }
    .bread_inr {
        width: 93%;
    }
    .bread_inr ul li,
    .bread_inr ul li a {
        font-size: 11px;
    }
    .bread_inr ul li a {
        color: #c20404;
    }

    /* ----------------------------------------------------------------------------------------------------
* banner
* --------------------------------------------------------------------------------------------------*/
    .banner {
        /* border-bottom: 20px solid  #db0000; */
        /*border-bottom: 10px solid  #db0000;*/
        margin-bottom: 0;
    }
    .bnr_inr {
        width: 100%;
        margin: 0 auto;
    }
    /* ----------------------------------------------------------------------------------------------------
* banner
* --------------------------------------------------------------------------------------------------*/
    .top .sp_bnr {
        background: url("../../img/top/sp_bnrbg.png") no-repeat top center;
        background-size: contain;
    }


    /* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
    .sec_in {
        width: 92%;
    }
    .h_ttl {
        padding: 15px 0;
        /* font-size: 53px; */

        font-size: 28px;
        line-height: 48px;

        text-align: center;

        color: #fff;
        border-bottom: 2px solid #222;
    }
    /*course*/
    .sec_course.sp {
        margin-top: -3%;
    }
    .sec_course .course_link li {
        background: url("../img/square_bg.png") repeat;
    }
    .sec_course .course_link li .c_txt03 {
        padding: 3% 0;
    }
    .sec_course .course_link li .c_icn {
        width: 22%;
        padding: 0 0 3% 0;
        margin: 0 auto;
    }
    /*Favour*/
    .sec_favour {
        width: 100%;

        background: rgba(0,0,0,.5);
    }
    .sec_favour .favour_l {
        float: left;
        width: 26.67%;
    }

    .sec_favour .favour_r {
        float: right;
        width: 70.13%;
    }
    .sec_favour .favour_r img {
        width: 96%;
        padding: 2% 0 0 0;
    }
    /* Make Course */

    .sec_make .make_in {
        width: 100%;
        margin: 0 auto;
    }
    .make_cs {
        margin: 0;
    }
    .sec_make .make_in .make_cs li.make_csli {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .sec_make .make_in .make_cs li.make_csli .make_li {
        border-top: 10px solid #8e0000;
    }

    .sec_make .make_in .make_cs li.make_csli:first-child {
        margin-left: 0;
    }
    .sp_makein {
        width: 94%;
        margin: 0 auto;
    }
    .sp_square {
        padding: 10px 0 0 0;

        background: url("../img/square_bg.png") repeat;
    }


    .spmake_ttl {
        margin: 0 auto 10px auto;
    }
    .spmake_ttl .top_numL {
        display: table-cell;
        width: 19%;

        vertical-align: middle;
    }
    .spmake_ttl .top_numR {
        display: table-cell;
        width: 81%;

        vertical-align: middle;
    }
    .spmake_ttl .top_numL p {
        width: 85%;
    }
    .sp_txt01 {
        padding: 0;
        /*font-size: 32px;*/

        font-size: 16px;
        font-weight: bold;
        line-height: 100%;

        color: #d90000;
    }
    .sp_txt02 {
        padding: 2% 0;
        /*font-size: 48px;*/

        font-size: 22px;
        font-weight: bold;
        line-height: 100%;

        color: #fff;
    }
    .sp_txt03 {
        /*font-size: 32px;*/
        font-size: 16px;
        font-weight: bold;
        line-height: 100%;

        color: #c7ae7e;
    }
    .make_li .make_txt02 {
        width: 94%;
        padding: 2% 0;
        margin: 0 auto;
        /*font-size: 32px;*/

        font-size: 16px;

        color: #ccc;
        border-top: 2px solid #777;
        border-bottom: 2px solid #777;
    }
    .make_li .sp_time {
        margin: 20px auto;
    }
    .make_li .make_txt03,
    .make_li .make_txt04 {
        float: left;
        padding: 0 0;

        font-size: 13px;
    }
    .make_li .make_txt03 img,
    .make_li .make_txt04 img {
        padding: 0 0 0 10px;
    }
    .make_li .make_txt03 {
        width: 40%;
    }
    .make_li .make_txt04 {
        width: 60%;
    }
    .make_li .make_txt03 img {
        width: 36%;
    }
    .make_li .make_txt04 img {
        width: 58%;
    }
    .sec_check {
        width: 94%;
        margin: 20px auto 0 auto;
    }
    .top_check.check_l {
        float: left;
        width: 44%;
        margin: 0;
    }
    .top_check.check_r {
        float: right;
        width: 52%;
        margin: 0;
    }
    .top_check.check_l .check_ls {
        padding: 0 0 20px 9%;
    }
    .top_check.check_r .check_ls {
        padding: 0 0 20px 0;
    }

    .checkbox {
        padding-left: 30px;

        font-size: 15px;

        vertical-align: bottom;

        color: #fff;
    }
    .checkbox:before {
        position: absolute;
        bottom: 3px;
        left: 0;

        width: 27px;
        height: 33px;

        content: "";

        background: url("../../img/top/check.png") no-repeat bottom;
    }

    input[type=checkbox]:checked + .checkbox:before {
        vertical-align: bottom;

        background: url("../../img/top/spcheck_on.png") no-repeat bottom;
    }
    .make_li .make_img .make_l {
        width: 49.8%;
    }
    .make_li .make_img .make_r {
        width: 49.8%;
    }
    .make_li .make_img img {
        width: auto !important;
        height: auto !important;
    }
    .make_li .make_img .make_l .before {
        width: 42%;
    }
    .make_li .make_img .make_r .after {
        width: 34%;
    }
    .make_li .make_img .make_arr {
        bottom: 15px;
        left: 43%;

        width: 14.8%;
        margin-left: 0;
    }
    .sec_make .hack_other {
        border-top: 0;
        background: rgba(0,0,0,.5);
    }
    .sec_make .hack_other a:before {
        /*margin-top: -8px;*/
        position: absolute;
        top: 45%;
        right: 4%;

        width: 35px;
        height: 22px;

        content: "";

        background: url("../img/arr_icn01.png") no-repeat;
        background-size: 35px 22px;
    }
    .make_li .expbtn {
        width: 79.2%;
        margin: 17px auto 35px auto;
    }
    /* FAQ */
    .sec_faq {
        border-top: 10px solid #8e0000;
    }
    .sec_faq .sec_in {
        margin-bottom: 50px;

        border-top: 0;
    }
    .sec_faq .h_ttl {
        /* font-size: 65px; */
        font-size: 33px;

        color: #fff;
    }
    .sec_faq .top_faq dl {
        width: 100%;
        padding: 15px 0;
    }
    .sec_faq .top_faq dl dt {
        float: left;
        width: 10.87%;
    }
    .sec_faq .top_faq dl dd {
        float: right;
        width: 86.23%;
    }
    .sec_faq .top_faq dl dd .faq_img {
        width: 30%;
    }
    .sec_faq .top_faq dl dd .faq_txt {
        width: 68%;
    }
    .sec_faq .top_faq dl dd .faq_txt h3 {
        /* font-size: 26px; */
        font-size: 13px;
        line-height: 1.3;

        color: #fff;
    }
    .sec_faq .top_faq dl dd .faq_txt p {
        padding: 10px 0 0 0;
    }
    .sec_faq .top_faq dl dd .faq_txt p span.top_a {
        width: 11.36%;
    }
    .sec_faq .top_faq dl dd .faq_txt p span.ans_txt {
        padding-left: 5px;
        /* font-size: 24px; */

        font-size: 12px;
        line-height: 1.2;

        color: #fff;
    }
    .sec_faq .detail {
        text-align: center;

        border-top: 2px solid #222;
        border-bottom: 2px solid #222;
    }
    .sec_faq .detail a {
        display: inline-block;
        padding: 15px 0;
        /* font-size: 32px; */

        font-size: 25px;
    }
    /* Hack */
    .sec_hack {
        border-top: 10px solid #8e0000;
    }
    .sec_hack .sec_in {
        margin-bottom: 0;

        border-top: 0;
    }
    .hack_block {
    }
    .hack_block .hack_ttl {
        /* padding-left: 2%; */
        padding-left: 0;
        margin: 15px 0 10px 0;
        /* font-size: 26px; */

        font-size: 18px;

        color: #fff;
    }
    .hack_block .hack_ttl span {
        display: inline-block;
        padding: 7px 8px;

        background: #b20000;
    }
    .hack_block .hack_ttl span.col_pc {
        color: #fff;
    }
    .hack_box {
        /* padding-left: 2%; */
        padding-left: 0;

        border-bottom: 2px solid #222;
    }
    .hack_box:last-child {
        border-bottom: 0;
    }

    .hack_box span {
        float: left;
        width: 40%;
        margin: 0 2% 1% 0;
    }
    .hack_box span img {
        vertical-align: text-top;
    }
    .hack_box .hack_txt {
        padding-bottom: 20px;
        /* font-size: 24px; */

        font-size: 16px;
        line-height: 1.2;

        color: #fff;
    }
    .hack_other {
        text-align: center;

        border-top: 2px solid #222;
        border-bottom: 4px solid #fff;
    }
    .hack_other a {
        position: relative;

        display: block;
        padding: 15px 0;
        /* font-size: 32px; */

        font-size: 25px;
    }
    .hack_other a:before {
        position: absolute;
        top: 50%;
        right: 4%;

        width: 35px;
        height: 18px;
        margin-top: -8px;

        content: "";

        background: url("../img/dw_arrsp.png") no-repeat;
        background-size: 35px 18px;
    }
    .top_sec01 p {
        padding: 60px 0;
    }
    .top_sec01,
    .top_sec02 {
        width: 100%;
    }



    /* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
    .content_in {
        width: 100%;
    }
    .wrap_in {
    }
/* ----------------------------------------------------------------------------------------------------
*  qaa
* --------------------------------------------------------------------------------------------------*/
    .qaa {
        background: #fff;
    }
    .qaa .banner_sp .title h1.h1txt {

        font-size: 110%;
    }
    .qaa .content {
        margin-bottom: 0;
    margin-top: 20px;
    }
    .qaa .banner {
        margin-bottom: 20px;
    }
    .qaa .qa_list table {
        width: 99%;
        margin-bottom: 25px;
    }
    .qaa .qa_list tr th,
    .qaa .qa_list tr td {
        padding-bottom: 10px;
        /* font-size: 24px; */

        font-size: 12px;
    }
    .qaa .qa_list tr th {
        width: 12%;
    }
    .qaa .qa_list tr td {
        width: 85%;
        padding-left: 2%;
    }
    .qaa .qa_list tr td a {
        padding-bottom: 2px;
        line-height: 1.6;
        text-decoration: underline;
        color: #333;
    }
    .qaa .qa_box {
        margin-bottom: 25px;
        /* padding-top: 10px; */
    }
    .qaa .qa_box h4 {
        padding: 20px 2% 20px 58px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .qaa .qa_box h4.ques_line2 {
        padding: 15px 2% 15px 55px;
    }
    .qaa .qa_box h4.qtxt2 {
        padding: 15px 2% 15px 65px;
    }
    .qaa .qa_boxinr h5 {
        padding-left: 12%;
        margin-bottom: 15px;
        /* font-size: 30px; */

        font-size: 13px;
    }
    .qaa .qa_boxinr h5:before {
        position: absolute;
        left: 4%;

        content: url(../../img/qaa/sp_ans_img.png);
    }
    .qaa .qa_boxinr p {
        /* font-size: 24px; */
        font-size: 12px;

        text-align: justify;
    }

        /* ----------------------------------------------------------------------------------------------------
* qaa_add
* --------------------------------------------------------------------------------------------------*/
    .qaa .qa_box h4 {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 10px 10px 10px 50px;
    }
    .qaa .qa_box h4.q1{
        background-image: url("../../img/qaa/q01sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q2{
        background-image: url("../../img/qaa/q02sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q3{
        background-image: url("../../img/qaa/q03sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q4{
        background-image: url("../../img/qaa/q04sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q5{
        background-image: url("../../img/qaa/q05sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q6{
        background-image: url("../../img/qaa/q06sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q7{
        background-image: url("../../img/qaa/q07sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q8{
        background-image: url("../../img/qaa/q08sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q9{
        background-image: url("../../img/qaa/q09sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q10{
        background-image: url("../../img/qaa/q10sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q11{
        background-image: url("../../img/qaa/q11sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q12{
        background-image: url("../../img/qaa/q12sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q13{
        background-image: url("../../img/qaa/q13sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q14{
        background-image: url("../../img/qaa/q14sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q15{
        background-image: url("../../img/qaa/q15sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q16{
        background-image: url("../../img/qaa/q16sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q17{
        background-image: url("../../img/qaa/q17sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q18{
        background-image: url("../../img/qaa/q18sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q19{
        background-image: url("../../img/qaa/q19sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q20{
        background-image: url("../../img/qaa/q20sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4.q21{
        background-image: url("../../img/qaa/q21sp.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 45px;
    }
    .qaa .qa_box h4:before {
        display: none;
    }
    .qaa .qa_box h4:after {
        display: none;
    }
     .qaa .qa_boxinr {
        width: 80%;
        margin: 0 auto;
     }
     .qaa .qa_boxinr .qa_img {
        padding-left: 0;
        width: 80%;
        margin: 20px auto;
     }
     .qaa .qa_box .ans {
        width: 85%;
        margin-top: 20px;
        padding-left:15%;
     }
     .qaa .qa_box .ans:before {
        left: 10px;
     }
     .qaa .h1txt span {
        font-size: 60%;
        vertical-align: middle;
    }


    /* ============== eye brow page =============== */

    .product_ttl img {
        padding: 0 5px;
    }
    .product_ttl p {
        padding: 15px 0;

        font-size: 24px;
    }

    .eyebrow .wrap_in ul li {
        font-size: 20px;
    }
    .eyebrow .wrap_in {
        width: 80%;
    }
    .inner_sec {
        width: 100%;
    }
    .product_ttl {
        margin-bottom: 0;
    }
    .payment_sec {
        background-color: #fff;
    }
    .eyebrow .profile02 table th {
        width: 30%;
    }
    .eyebrow .profile02 table td {
        width: 60%;
        padding-left: 3%;

        font-size: 12px;
        /* vertical-align: top; */
        line-height: 1.2;
    }
    .counseling_block5 .inner_attention ul {
        width: 94.17%;
        padding: 10px 0;
    }
    .counseling_block5 .inner_attention ul li a:before {
        left: 5px;
    }
    .top_bnr  .wrap_in .table tr td {
        font-size: 26px;
    }
    /*  .inner_txtbox p span{
color: #000;
} */
    .outer_sec ul {
        padding: 10px 0 15px;
    }
    .outer_sec ul li {
        padding: 0;
    }
    .counseling_block5 .inner_attention ul li p {
        font-size: 12px;
        line-height: 1.7;
    }
    .eyebrow .inner_txtbox img {
        padding: 23px 0 0 0;
    }
    .eyebrow .inner_txtbox h4 {
        padding: 14px 0 0 0;

        font-size: 15px;
    }
    .counseling_block1 .inner_txtbox p,
    .counseling_block3 .inner_txtbox p,
    .counseling_block4 .inner_txtbox p {
        padding: 15px 0 20px 0;

        font-size: 12px;
    }
    .eyebrow .counseling_block2 .inner_txtbox li span {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    }
    
    
        /* ============== hairset page =============== */

    .product_ttl img {
        padding: 0 5px;
    }
    .product_ttl p {
        padding: 15px 0;
        font-size: 20px;
    }

    .hairset .wrap_in ul li {
        font-size: 20px;
    }
    .hairset .wrap_in ul li p {
    font-size: 22px;
}
    .hairset .wrap_in {
        width: 80%;
    }
    .inner_sec {
        width: 100%;
    }
    .product_ttl {
        margin-bottom: 0;
    }
    .payment_sec {
        background-color: #fff;
    }
    .hairset .profile02 table th {
        width: 30%;
    }
    .hairset .profile02 table td {
        width: 60%;
        padding-left: 3%;
        font-size: 12px;
        line-height: 1.2;
    }
    .counseling_block5 .inner_attention ul {
        width: 94.17%;
        padding: 10px 0;
    }
    .counseling_block5 .inner_attention ul li a:before {
        left: 5px;
    }
    .top_bnr  .wrap_in .table tr td {
        font-size: 26px;
    }
    .outer_sec ul {
        padding: 10px 0 15px;
    }
    .outer_sec ul li {
        padding: 0;
    }
    .counseling_block5 .inner_attention ul li p {
        font-size: 12px;
        line-height: 1.7;
    }
    .hairset .inner_txtbox img {
        padding: 23px 0 0 0;
    }
    .hairset .inner_txtbox h4 {
        padding: 14px 0 0 0;
        font-size: 15px;
    }
    .counseling_block1 .inner_txtbox p,
    .counseling_block3 .inner_txtbox p,
    .counseling_block4 .inner_txtbox p {
        padding: 15px 0 20px 0;
        font-size: 12px;
    }
    .hairset .wrap_in .eyebrow_img img {
    max-width: 50%;
    }
    

    /* ================= caution page ============== */
    .caution .content {
        background: #eee;
    }
    .caution .sp_d {
        font-weight: bold;

        color: #b20000;
    }
    .warning_icn {
        padding: 6px 15px 6px 0;
    }
    .note_sec p {
        /* font-size: 37px; */
        font-size: 18px;
    }
    .inner_caution {
        width: 100%;
    }
    .cutting_ttl {
        text-align: center;

        background-color: #000;
    }
    .caution_ttl {
        width: 100%;
        margin-bottom: 30px;

        background-color: #000;
    }
    .cutting_ttl h3 {
        padding: 15px 0;
        margin-bottom: 30px;

        font-size: 16px;

        color: #fff;
    }
    .inner_textsec {
        width: 85%;
    }
    .caution_block1 .inner_textsec p,
    .inner_textsec p,
    .caution_block10 .inner_textsec p {
        margin-bottom: 30px;

        font-size: 12px;

        text-align: justify;
    }
    .caution_block1 .inner_textsec p {
        padding: 0;
        padding: 12px 0;
        /* line-height: 1.8; */
        margin-bottom: 10px;
    }
    .caution_block1 .warning_ttl h3 {
        padding: 10px 0 6px;

        font-size: 15px;
    }
    .caution_block1 .warning_ttl h3 img {
        margin-top: -3px;
    }
    .caution_ttl h3 {
        padding: 17px 0 16px 0;
        /* font-size: 33px; */
        font-size: 14px;
        line-height: 1.3;
    width: 100%;
    }
    .caution_ttl h3 span.sp {
    float: left;
    }
    .caution_ttl h3 span.sp img {
    padding-left: 20%;
    margin-top: -8px;
    margin-right: 15px;
    }
    .caution_ttl h3:before {
        top: 50%;

        transform: translateY(-50%);
    }
    .caution_block3 .caution_ttl h3:before,
    .caution_block4 .caution_ttl h3:before,
    .caution_block5 .caution_ttl h3:before {
        top: 50%;

        transform: translateY(-50%);
    }
    .inner_textsec img {
        margin-bottom: 20px;
        /*  padding-top: 20px; */
    }
    .caution_block1 .inner_textsec ol li {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    list-style-position: inside;
    color: #000;
    }
    .caution_block2 .caution_ttl h3:before {
        content: none;
    }
    .caution_block3 .caution_ttl h3:before {
        content: none;
    }
    .caution_block4 .caution_ttl h3:before {
        content: none;
    }
    .caution_block5 .caution_ttl h3:before {
        content: none;
    }
    .caution_block6 .caution_ttl h3:before {
        content: none;
    }
    .caution_block7 .caution_ttl h3:before {
        content: none;
    }
    .caution_block8 .caution_ttl h3:before {
        content: none;
    }
    .caution_block9 .caution_ttl h3:before {
        content: none;
    }
    .caution_block9 .inner_textsec p {
        margin-bottom: 45px;
    }
    .summary_ttl h3 {
        padding: 13px 0;

        font-size: 18px;
        font-weight: normal;
    }
    .caution_block10 .inner_textsec {
        padding: 20px 0 50px 0;

        border-top: 0;
    }
   .counseling_block2 .inner_txtbox ol li {
      font-size: 13px;
  }
  /* .counseling_block2 .inner_txtbox ol li:before {
      position: absolute;
      left: 0;
      width: 18px;
      height: 19px;
  }  */
    .caution_block10 .inner_textsec a {
        display: inline-block;

        text-decoration: none;
    }
    .counseling_block2 .inner_txtbox p a {
        font-size: 12px;
    }
    .summary_ttl {
        text-align: center;

        background-color: #000;
    }
    .summary_ttl h3 {
        padding: 13px 0;

        font-size: 18px;

        color: #fff;
    }
    .caution .caution_bnr {
        margin: 0 0 35px 0;
    }
    .caution .caution_bnr .caution_bnrin {
        width: 85%;
        margin: 0 auto;
    }
    /* ----------------------------------------------------------------------------------------------------
* banner
* --------------------------------------------------------------------------------------------------*/
    .about .banner {
        width: 100%;
    }

    /* 171005追加 */
    .banner_sp {
        margin: 0 auto 20px;
        background: #000;
    }

    .banner_sp .title {
        width: 100%;
        min-height: 100px;
        margin: 0 auto;
        background-image: url(../../img/about/bnr.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .banner_sp .title h1.h1txt {
        padding: 10px 0 5px 45%;
        font-size: 120%;
        font-weight: 600;
        color: #fff;
    }

    .banner_sp .title p.h1under {
        width: 52%;
        padding: 0 0 0 45%;
        font-size: 70%;
        line-height: 1.2em;
        color: #c0c0c0;
    }



    /* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
    .about #wrapper {
        background: #0a0a0a;
    }
    .content_in {
        width: 100%;
        margin: 0 auto;
    }
    .about .about_in {
        /* width: 87.76%; */
        width: 89.87%;

        color: #fff;
    }
    .about .banner {
        margin-bottom: 0;
    }
    .bnr_img {
        display: none;
    }
    .about .spabout_ttl,
    .crafter .spabout_ttl,
    .special .spabout_ttl {
        width: 100%;
    }
    .map .spabout_ttl,
    .about .direction .spabout_ttl {
        width: 90%;
        height: 40px;
        margin: 0 auto;
        /*background: #eee;*/
    }
    .about .direction .spabout_ttl h3,
    .map .spabout_ttl h3 {
        font-size: 18px;
    }
    .map .spabout_ttl h3,
    .about .direction .about_ttl h3 {
        color: #fff;
    }
    .about .spabout_ttl h3 {
        padding-left: 20px;
    }
    .about .ginza_store {
        margin-top: 0;
    }
    .about .ginza_store .store_sec {
        margin: 25px auto 20px auto;
    }
    .about .ginza_store .store_sec .txt dl dt {
        padding-top: 50px;
    }
    .about .ginza_store .store_sec .txt dl dd {
        font-size: 13px;
        line-height: 1.7;
    }
    .about .ginza_store .store_sec .txt {
        font-size: 24px;
    }
    /* direction */
    .direction .dir_flow .flow_ls {
        width: 80%;
    }
    /* .direction .dir_flow .flow_ls .flow_box{
width: 100%;
height: 200px;
} */
    /* tbl */
    /* .about .tbl th {
background: #eee;
} */
    .direction .dir_flow .flow_ls .flow_box img {
        width: 100%;
    }
    .about .tbl td {
        padding: 20px 0 35px 0;
    }
    .direction .dir_flow span.flow_cap {
        padding: 12px 0;

        font-size: 12px;
        line-height: 1.7;
    }
    .direction .dir_flow span.arw {
        margin-bottom: 10px;
    }
    .direction .dir_flow span.arw img {
        max-width: 20%!important;
    }

    /* 171004追加 aboutus */
    .about .spabout_ttl h3:before,
    .about .spabout_ttl h3:after {
        /*content: "";*/
        /*position: absolute;*/
        /*background: #B4000B;*/
        /*top: -1px;*/
        /*bottom: -1px;*/
        width: 0;
        /*border-top: 1px solid #C7B176;*/
        /*border-bottom: 1px solid #C7B176;*/
    }

    .about .spabout_ttl h3:before {
        right: 100%;
    }

    .about .spabout_ttl h3:after {
        /*left: 100%;*/
    }

    .about .spabout_ttl h3 {
        position: relative;
        padding: 10px 0 10px 20px;
        font-size: 24px;
        font-weight: 500;
        /*display: table-cell;*/
        vertical-align: middle;
        color: #fff;
        background: #b4000b;
    }
    .about .flow_box img.sp {
        border: 2px solid #000;
    }


    /* ----------------------------------------------------------------------------------------------------
*  crafter
* --------------------------------------------------------------------------------------------------*/
    .block_ttl {
        width: 100%;
    }
    .crafter .content {
        padding-bottom: 0;
    }
    .crafter .craft_in {
        width: 92%;
    }
    .crafter .first_sec {
        margin-top: 0;
    }
    .crafter .craft_sec {
        padding-bottom: 20px;
    }
    /* .crafter .craft_sec .first_ttl {
border-top: 8px solid red;
} */
    .crafter .craft_in .craft_photo > img {
        width: 93.75%;
        height: auto;
    }
    .crafter .craft_body .craft_txt {
        font-size: 28px;
    }

    /* 171005追加 */
    .crafter .spabout_ttl h3 {
        padding: 10px 0 10px 20px;

        font-size: 18px;
        font-weight: 500;

        color: #fff;
        border-top: none;
        border-bottom: none;
        /*vertical-align: middle;*/
        /*position: relative;*/
        background: #b4000b;
    }
    .crafter .craft_body h4 {
        padding-bottom: 15px;

        font-size: 26px;
        font-weight: 500;

        color: #333;
        border-bottom: 1px solid #ccc;
    }
    .crafter .craft_body h4 span {
        display: block;
        float: right;

        font-size: 14px;

        color: #b4000b;
    }
    /* ----------------------------------------------------------------------------------------------------
 * eyebrow
 * --------------------------------------------------------------------------------------------------*/
.eyebrow .wrap_in ul {
    margin-bottom: 10px;
}
.eyebrow .wrap_in ul li p{
        font-size: 22px;
        padding-top: 0px;
    }
.eyebrow .prod_sec {
  background: #fff;
  padding-top: 0;
}
.eyebrow .course_in{
  width: 100%;
}
.eyebrow .sample_ttl {
    font-size: 16px;
    padding: 15px 0;
}
.eyebrow .compare_box{
  width: 84%;
}
.eyebrow .compare_box div {
  width: 49%;
  margin-left: 0.65%;
  padding: 0.65% 0 0;
}
.eyebrow .compare_box div.comp_rbox {
  float: right;
  margin-right: 0.65%;
}
.eyebrow .compare_box div p {
  top: 2px;
  font-size: 12px;
  padding: 0;
}
.eyebrow .compare_box a {
    padding: 5px 0 0px;
    width: 80%;
}
.eyebrow .stylish{
  border: none;
  margin: 42px auto 0px auto;
}
.eyebrow .stylish p {
    font-size: 12px;
    padding: 32px 16px 20px 16px;
}
.eyebrow .stylish img{
  left: -15px;
}
.eyebrow .profile02 table th p {
    color: #fff;
    letter-spacing: 0;
    font-size: 12px;
}
.eyebrow .prod_in {
  width: 100%;
  padding-bottom: 20px;
}
.eyebrow .prod_in h3:before, .eyebrow .prod_in .flow_ttl h3:after {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border: none;
    background: #b4000b;
    box-sizing: border-box;
}
.eyebrow .counseling_block1 h3,.eyebrow .counseling_block2 h3,.eyebrow .counseling_block2 h3{
  font-size: 16px;
}
.eyebrow .counseling_block1 .inner_txtbox p,.eyebrow .counseling_block2 .inner_txtbox p,.eyebrow .counseling_block3 .inner_txtbox p{
  font-size: 12px;
  padding: 15px 0px 15px 20px;
}
.eyebrow .counseling_block1 h3,.eyebrow .counseling_block2 h3,.eyebrow .counseling_block3 h3,.eyebrow .counseling_block4 h3{
  font-size: 20px;
  padding: 15px 0px 15px 20px;
}
.eyebrow .counseling_block1 section.flow_ttl,
.eyebrow .counseling_block2 section.flow_ttl,
.eyebrow .counseling_block3 section.flow_ttl,
.eyebrow .counseling_block4 section.flow_ttl {
    background: #B4000B;
    width: 100%;
}
.flow_ttl h3 span.no{
    margin-right: 10px;
}
.eyebrow .counseling_block1 h3:before,.eyebrow .counseling_block2 h3:before,.eyebrow .counseling_block3 h3:before,.eyebrow .counseling_block4 h3:before{
    display: none;
    /* content: "";
    width: 25px;
    height: 32px;
    display: block;
    clear: both;
    position: absolute;
    top: 20%;
    left: 12px;
    background-size: 25px 32px; */
}
.eyebrow .inner_txtbox {
  width: 86%;
  margin: 0 auto 20px;
}
.eyebrow .inner_txtbox img {
  padding: 20px 0 0;
}


  /* ========= SWH ========== */
.eyebrow .heightLine_07,
.eyebrow .heightLine_14  {
    height: auto!important;
}

.eyebrow .counseling_block5 .inner_attention ul li:first-child {
    padding-bottom: 15px;
}
.eyebrow .counseling_block5 .inner_attention ul li:first-child img {
  width: 63%;
}
.eyebrow .counseling_block5 .inner_attention ul li:nth-child(2) {
    padding-bottom: 15px;
    font-size: 18px;
}
.eyebrow .counseling_block5 .inner_attention ul li:nth-child(3) {
    font-size: 14px;
    padding: 3px 0px 3px 0px;
}
.eyebrow .counseling_block5 .inner_attention ul li a {
    font-size: 14px;
}
.eyebrow .counseling_block5 .inner_attention ul li:nth-child(4) {
    padding-bottom: 25px;
    display: inline-block;
}
.eyebrow .counseling_block5 .inner_attention ul li a:before {
    left: -12px;
}
.eyebrow .wrap_in ul li p {
    font-size: 22px;
}
.eyebrow .wrap_in ul li.eyebrow_img img{
    max-width: 50%;
}
.counseling_block5 .inner_attention ul li.hairset {
    padding: 4px;
    margin: 40px 0 10px;
    font-size: 21px;
    color: #fff;
    background: none;
}


    /* ========= SWH ========== */
    /* SWH */
    .about .ginza_store > .spabout_ttl {
        border-top: 0;
    }
    .about .company {
        margin-bottom: 20px;
    }
    .about .spabout_ttl,
    .crafter .spabout_ttl {
        height: 45px;
    }
    .about .spabout_ttl h3,
    .crafter .spabout_ttl h3,
    .special .spabout_ttl h3 {
        font-size: 18px;
    }
    .about .ginza_store .store_sec .txt {
        font-size: 14px;
    }
    .about .ginza_store .store_sec .txt dl dt {
        padding: 15px 0;
    }
    .map_in {
        width: 89.87%;
        height: 300px;
        margin: 20px auto 35px auto;
        color: #fff;
    padding: 0;
    }
    .about .tbl {
        padding-bottom: 40px;

        font-size: 16px;
    }
    .about .tbl th {
        padding: 3px 0 3px 15px;
        padding-left: 10px;
color: #000;
        font-size: 12px;

    }
    .about .tbl td {
        padding: 8px 0 9px 0;

        font-size: 12px;
    }
    .about .company .tbl td {
        padding: 8px 0 9px 10px;
    }
    .direction .dir_flow {
        margin: 30px 0 40px 0;
    }

    /* direction */
    .direction .dir_flow .flow_ls {
        height: auto;
    }
    .direction .dir_flow .flow_ls .flow_txt {
        width: 12%;
    }
    .crafter .block_ttl h3,
    .special .block_ttl h3 {
        padding: 0 2px 0 53px;

        font-size: 14px;
    }
    .crafter .block_ttl h3:before,
    .special .block_ttl h3:before {
        top: 50%;
        left: 2%;

        width: 40px;
        height: 33px;

        transform: translateY(-50%);
    }
    .crafter .block_ttl h3:before,
    .special .block_ttl h3:before {
        background-size: contain;
    }
    .crafter .craft_body h3 {
        padding-bottom: 5px;

        font-size: 18px;
    }
    .crafter .craft_body h3 span {
        font-size: 12px;
    }
    .crafter .craft_in .craft_photo {
        margin: 35px 0 25px 0;
    }
    .crafter .craft_body .craft_txt {
        font-size: 13px;
        line-height: 1.7;

        text-align: justify;
    }
    /* special */

    .point .point_secttl > span {
        width: 15%;

        font-size: 14px;
    }
    .point .point_secttl h3 {
        font-size: 14px;
    }
    .counseling_block5 {
        width: 100%;
    }
    .eyebrow .counseling_block5 {
        width: 100%;
    }
    .inner_attention {
        width: 93.75%;
        padding: 25px 2% 10px;

        border: 1px solid #ddd;
    }

    /* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
    #footer_sp {
        background: #000;
    }
    .ft_addsp {
        width: 82% ;
        margin: 0 auto;
    }
    .ft_addbtn {
        padding: 45px 0 37px 0;
    }
    .ft_addbtn li {
        float: left;
        width: 45.66%;
    }
    .ft_addbtn li:last-child {
        float: right;
    }
    .contact_btnsp {
    }
    .ft_logosp {
        display: table;
        width: 100%;
        margin: 30px 0 20px 0;
    }
    .ft_logosp li {
        display: table-cell;
        width: 37.44%;

        vertical-align: middle;
    }
    .ft_logosp li:last-child {
        width: 62.56%;
    }
    .ft_logosp li p {
        font-size: 19px;

        color: #fff;
    }
    .ft_place {
        display: table;
        width: 100%;
        margin: 0 0 25px 0;
    }
    .ft_place li {
        display: table-cell;

        vertical-align: middle;
    }
    .ft_place li:last-child {
        float: right;
    }
    .ft_place .store {
        display: table;
        width: 184px;
        height: 40px;
        margin-right: 20px;

        border: 1px solid #fff;
    }
    .ft_place .store a {
        display: table-cell;

        font-size: 14px;
        line-height: 13px;

        text-align: center;
        vertical-align: middle;

        color: #fff;
    }
    .ft_place p {
        font-size: 14px;

        color: #ccc;
    }
    .ft_cut {
        width: 100%;

        border-top: 5px solid #777;
    }
    .ft_cutleft {
        float: left;
        width: 26.66%;
    }

    .ft_cutright {
        float: right;
        width: 71.33%;
        padding-top: 2%;
    }
    .ft_cutright p {
        display: table;
    }

    .ft_cutright p span.cut_r {
        display: table-cell;
        width: 18.69%;

        vertical-align: middle;
    }
    .ft_cutright p span.cut_img {
        display: table-cell;
        width: 77.38%;

        vertical-align: middle;
    }
    .ft_cutright p span.cut_img img {
        float: right;
        width: 95%;
    }
    .course_link {
        width: 100%;

        border-top: 1px solid #d80000;
        border-bottom: 1px solid #d80000;
    }
    .course_link li {
        float: left;
        width: 33%;

        text-align: center;

        border-left: 1px solid #d80000;
    }
    .course_link li:first-child {
        border-left: 0;
    }
    .course_link li p {
        line-height: 1;
    }
    .course_link li .c_txt01 {
        /* width: 23%; */
        width: 16.18%;
        margin: 4% auto;
    }
    .course_link li .c_txt01 img {
        width: 100%;
    }
    .course_link li .c_txt02 {
        padding: 1% 0;
        /* font-size: 30px; */

        font-size: 13px;
        font-weight: bold;

        color: #fff;
    }
    .course_link li .c_txt03 {
        padding: 3% 0 8% 0;
        /* font-size: 28px; */

        font-size: 14px;
        font-weight: bold;

        color: #b20000;
    }
    .ft_link {
        width: 100%;
    }
    .ft_link li {
        text-align: center;

        border-bottom: 2px solid #666;
    }
    .ft_link li a {
        position: relative;

        padding: 3% 0;
        /* font-size: 28px; */

        font-size: 14px;

        color: #fff;
    }
    .ft_link li a:before {
        position: absolute;
        top: 50%;
        right: 25px;
        /*  width: 28px;
height: 41px; */

        width: 20px;
        height: 29px;
        margin-top: -15px;

        content: "";

        background: url("../img/arr_icn.png") no-repeat;
        background-size: 20px 29px;
    }
    .ft_top a {
        /* font-size: 24px; */
        font-size: 12px;

        color: #ccc;
    }
    .ft_top {
        padding: 11px 0;

        border-top: 0;
        background: #333;
    }
    .copy_right {
        padding: 8px 0 30px 0;

        font-size: 15px;

        text-align: center;

        color: #777;
    }
    
    /* footer banner */
    .footer-banner-block{
        background-color:transparent;
        position:fixed;
        bottom:0;
        width:100%;
    }
    .footer-banner-block .footer-banner{
        display:none;
        text-align:center;
    }
    .footer-banner-block .footer-banner a{
        display:inline;
    }
    .footer-banner-block .footer-banner a img{
        display:inline;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  max-width:480px
* --------------------------------------------------------------------------------------------------*/


@media only screen and (max-width:480px) {
    .head_sp {
        height: 60px;
    }
    /* Hack */
    .h_ttl {
        padding: 15px 0;
        /* font-size: 53px; */

        font-size: 25px;
        line-height: 48px;

        text-align: center;

        color: #fff;
        border-bottom: 2px solid #222;
    }
    .hack_block .hack_ttl {
        font-size: 13px;

        letter-spacing: -1px;
    }
    .hack_block .hack_ttl span {
        padding: 4px 4px;

        font-size: 12px !important;
    }
    .hack_box .hack_txt {
        font-size: 12px;
    }
    .hack_other a {
        font-size: 15px;
    }
    .hack_other a:before {
        position: absolute;
        right: 4%;

        width: 30px;
        height: 15px;

        content: "";

        background: url("../img/dw_arrsp.png") no-repeat;
        background-size: 30px 15px;
    }
    /*Make course*/

    .sp_txt01 {
        padding: 0 0 3px 0;

        font-size: 16px;
    }
    .sp_txt02 {
        padding: 0;

        font-size: 22px;
    }
    .sp_txt03 {
        font-size: 16px;
    }

    /* =============== eye brow page ============= */
    .detail {
        padding: 2px 20px;

        font-size: 14px;
    }
    .detail2 {
        padding: 2px 7px;

        font-size: 14px;
    }
    .eyebrow .wrap_in ul li {
        font-size: 14px;
    }

    .minute {
        font-size: 15px;
    }
    .inner_txtbox {
        width: 87.63%;
    }
    /* .counseling_block1 .inner_txtbox p, .counseling_block3 .inner_txtbox p, .counseling_block4 .inner_txtbox p{
font-size: 17px;
padding: 20px 0;
} */
    .inner_txtbox img {
        padding: 23px 0 0 0;
    }

    .counseling_block2 .inner_txtbox ol li {
        padding-bottom: 0;
    }
    .custom-counter li {
        margin-bottom: 3px;
    }
    .counseling_block2 .inner_txtbox p.notice_txt {
        padding: 0 0 0 15px;
    }
    .caution_block1 .warning_ttl h3 img {
        padding-left: 10%;
    padding-right: 5px;
    }
    /* eyebrow 480 */
    .eyebrow .wrap_in ul li p,
    .hairset .wrap_in ul li p, {
        font-size: 22px;
    }
    .eyebrow .wrap_in ul li.eyebrow_img img{
        max-width: 50%;
    }
    /* footer */
    .ft_logosp li p {
        font-size: 14px;
    }
    .ft_place {
        display: block;
        width: 100%;
    }
    .ft_place li {
        display: block;
    }
    .ft_place li:last-child {
        float: none;
    }
    .ft_place .store {
        margin: 0 auto 20px auto;
    }
    .ft_place p {
        font-size: 13.5px;

        text-align: justify;
    }
}


/* Start 750px */
@media only screen and (max-width:750px) {
    /* ----------------------------------------------------------------------------------------------------
 * price
 * --------------------------------------------------------------------------------------------------*/
    .price .banner_sp {
        margin: 0 auto 0 auto;
        background: #000;
    }
    .price .banner_sp .title {
        background-image: url("../../img/price/pbnr_sp.png");
    }
    .price .price_sec {
        border-top: 5px solid #b4000b;
    }
    .price .price_sec .btn_click {
    /*bottom: 7%;*/
    left: 50%;
    width: 70%;
    margin: 0 auto;
        margin-left: auto;
    margin-left: -130px;
    top: 30px;
    }
    .price .price_sec01 .sec01_txt {
        top: 60%;
        left: 34%;
        width: 57%;
        font-size: 11px;
        line-height: 1.5;
        margin-top: 3px;
    }
    .price .price_sec01 .price_sec01btn {
        bottom: 7%;
        left: 50%;

        width: 70%;
        margin: 0 auto;
        margin-left: -106px;
    }
    .price .price_sec01 .price_sec01btn ul {
        margin: 0 auto;
    }
    .price .price_sec01 .price_sec01btn ul li {
        float: none;
        margin-right: 0;
    }
    .price .price_sec02 .sec02_txt {
        top: 60%;
        left: 10%;

        width: 57%;

        font-size: 11px;
        line-height: 1.5;
        margin-top: 3px;
    }
    .price .price_sec02 .price_sec02btn {
        bottom: 7%;
        left: 50%;

        width: 70%;
        margin: 0 auto;
        margin-left: -106px;
    }
    .price .price_sec02 .price_sec02btn ul {
        margin: 0 auto;
    }
    .price .price_sec02 .price_sec02btn ul li {
        float: none;
        margin-right: 0;
    }
    .price .sec_block:before {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 137px;
        height: 228px;

        content: "";
    }
    .price .sec_block:after {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 135px;
        height: 224px;

        content: "";
    }
    .price #sec_block01:before {
        background: url("../../img/price/sp_before1.png") no-repeat;
        background-size: 137px 228px;
    }
    .price #sec_block01:after {
        background: url("../../img/price/sp_after1.png") no-repeat;
        background-size: 135px 224px;
    }
    .price #sec_block02:before {
        background: url("../../img/price/sp_before2.png") no-repeat;
        background-size: 137px 228px;
    }
    .price #sec_block02:after {
        background: url("../../img/price/sp_after2.png") no-repeat;
        background-size: 135px 224px;
    }
    .price #sec_block03:before {
        background: url("../../img/price/sp_before3.png") no-repeat;
        background-size: 137px 228px;
    }
    .price #sec_block03:after {
        background: url("../../img/price/sp_after3.png") no-repeat;
        background-size: 135px 224px;
    }
    .price .price_sec .price_secin {
        width: 100%;
        margin: 0 auto;
    }
    .price .price_sec .price_secin01 {
        min-width: auto;
    }
    .price .sec_block .sec_blockin {
        width: 100%;
        margin: 0 auto;
    }
    .price .sec_block .sec_blockin .price_secttl {
        padding: 0 7%;
    }
    .price .sec_block .sec_blockin .price_secdesp {
        width: 70%;
        margin: 0 auto;
    }
    .price .sec_block .sec_blockin .price_sectxt01 {
        padding: 30px 0 5px 0;
        font-size: 13px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-indent: -0.5em;
    }

    .price .sec_block .sec_blockin .imeken_kinseiimg img {
        width: 70%;
    }
    .price .sec_block .sec_blockin .price_ttl01 {
        padding: 10px 0 6px 0;
        font-size: 23px;
    font-weight: bold;
    }
    .price .sec_block .sec_blockin .price_ttl01 span {
        font-size: 14px;
    }
    .price .sec_block .sec_blockin .price_okane {
        padding: 10px 0 10px 0;
        font-size: 14px;
    }
    .price .sec_block .sec_blockin .price_okane span {
        font-size: 22px;
    }
    .price .sec_block .sec_blockin .price_okane small {
        font-size: 16px;
    }
    .price .sec_block .sec_blockin .price_list li {
        width: 50%;
        padding-right: 0;
    }
    .price .sec_block .sec_blockin .price_sectxt02 {
        width: 65%;
        margin: 0 auto;
    padding: 20px 0 31px 0;
    }
    .price .sec_block .sec_blockin .price_btn {
        width: 75%;
        margin: 0 auto;
    }
    .price .sec_block .sec_blockin .price_btn li {
        float: none;
        margin: 0 auto;
        margin-right: 0;

        text-align: center;
    }
    .price .sec_block .sec_blockin .price_btn li a {
        width: 100%;

        text-align: center;
    }
    .price #price_lastsec .sec_block .sec_blockin .price_okane {
        font-size: 14px;
    }
    .price #price_lastsec .sec_block .sec_blockin .price_okane span {
        font-size: 19px;
    }
    .price #price_lastsec .sec_block .sec_blockin .price_okane small {
        font-size: 16px;
        vertical-align: bottom;
    }
    .price #price_lastsec .sec_block .sec_blockin .price_list li {
        font-size: 13px;
    }
    
    /* 171115追加 */
    .price .sec_block .sec_blockin .price_special {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.5em;
    font-size: 90%;
    line-height: 1.4em;
    }
    .price .sec_block .sec_blockin .price_special .col1 {
    background-color: #CC0000;
    padding: 0.2em 0.6em;
    text-align: center;
    color: white;
    font-weight: normal;
    }
    .price .sec_block .sec_blockin .price_special .col2 {
    font-size: 44px;
    padding: 0.2em 0 0.3em 0.1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .price .sec_block .sec_blockin .price_special .col3 {
    font-size: 14px;
    }
    
    /* ----------------------------------------------------------------------------------------------------
 * business
 * --------------------------------------------------------------------------------------------------*/

    .business .sample_ttl {
        font-size: 14px;
    }
    .business .compare_box .inner_compare {
        width: 98.6%;
        margin: 0 auto;
    }
    .business .compare_box .inner_compare img {
        width: 100%;
    }
    .business .compare_box .inner_compare .comp_lbox {
        float: left;
        width: 49.7%;
        padding-left: 0;
        /* padding-left: 4px; */
    }
    .business .compare_box .inner_compare .comp_rbox {
        float: right;
        width: 49.7%;
        padding: 0;
        /* padding: 0px 2px; */
    padding-top: 5px;
    }
    .business .compare_box .comp_lbox p,
    .business .compare_box .comp_rbox p {
        padding: 1px 0;
        font-size: 14px;
    width: 100%;
    left: 0;
    }
    .business .compare_box div p {
        padding: 3px 0;

        font-size: 13px;
    }
    .business .see_btn {
        width: 60%;
        margin: 0 auto;
    }
    .business .course_sec .outer_sec {
        width: 86.4%;
    }
    .business .outer_sec ul .buss_ttl img {
        max-width: 70%;
    }
    .business .course_in {
        width: 86.4%;
    }

    .business .profile02 table th {
        width: 30%;
    }
    .business .profile02 table td {
        width: 60%;
        padding-left: 3%;

        line-height: 1;
    }
    .business .stylish p {
        font-size: 13px;
    }
    .business .stylish .sty {
        left: 50%;

        margin-left: -103px;
    }
    .business .stylish img {
        padding: 0 10px;
    }
    .business .profile02 table th p {
        font-size: 13px;
    }
    .business .profile02 table td {
        font-size: 13px;
    }

    .business .prod_sec .product_ttl {
        margin-bottom: 18px;
    }
    .business .prod_sec .product_ttl img {
        max-width: 10%;
        padding: 4px 13px 4px 0;
    }
    .business .counsel_ttl h3 {
        width: 100%;
        padding: 8px 0 5px 0;

        font-size: 18px;
    }
    .business .counsel_ttl h3 .numb {
        padding: 0 10px 0 30px;

        font-size: 100%;
    }
    .business .counsel_ttl h3 .minute {
        font-size: 14px;
    }
    .business .counsel_txtsec,
    .business .counsel_txtsec2,
    .business .counsel_txtsec3 {
        width: 80%;
    }
    .business .counsel_txtsec p,
    .business .counsel_txtsec2 p,
    .business .counsel_txtsec3 p {
        font-size: 13px;
    }
    .business .counsel_txtsec p {
        padding: 40px 0 50px 0;
    }
    .business .counsel_txtsec2 img {
        padding: 50px 0 26px 0;
    }
    .business .counsel_txtsec2 p {
            /*padding: 0 0 60px 0;*/
        padding: 30px 0 60px 0;
    }
    .business .mlist_sec {
        width: 83.33%;
    }
    .business .mlist_ttl {
        border-top: 9px solid #bbb;
        border-bottom: 9px solid #bbb;
    }
    .business .mlist_ttl h3 {
        padding: 21px 0;

        font-size: 14px;
    }
    .business .mlist_sec .menu_ls li {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .business .mlist_sec .menu_ls li div {
        float: left;
    }
    .business .mlist_sec .menu_ls li .inner_mlist1 {
        width: 100%;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 {
        width: 100%;
    }
    .business .mlist_sec .menu_ls li .inner_mlist1 div:first-child {
        width: 65%;
        /* padding-left: 10px; */

        font-size: 12px;

        text-align: left;
    }
    .business .ttl_txt {
        padding-left: 10px;
    }
    .business .mlist_sec .menu_ls li .inner_mlist1 div:last-child {
        width: 35%;
        padding: 13px 0;

        font-size: 12px;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 {
        padding: 24px 0 50px 0;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 div {
        float: left;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 div:first-child {
        width: 36%;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 div:last-child {
        /*width: 64%;*/
    width: 100%;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 div:last-child p {
        padding: 0 0 0 10px;

        font-size: 13px;
    }

    .business .counsel_sec3 p {
        padding: 30px 0 60px 0;
    }
    .business .attent_sec {
        width: 87.1%;
        padding: 2.5% 0;
    }
    .business .inner_attent {
        width: 92.67%;
    }
    .business .attent_sec .inner_attent ul li:nth-child(3) p {
        font-size: 13px;
    }
    .business .inner_attent:after {
        left: 50%;

        margin-left: -35px;

        background-size: 70%;
    }
    .business .recomm_sec {
        width: 88%;
    }
    .business .sample_tt {
        padding: 0;

        font-size: 23px;
    }
    .business .sample_tt span {
        font-size: 14px;
    }
    /* .business .gothic p {
        font-size: 18px;
        top: -40px;
        left: 25%;
        padding: 0 20px 0 20px;
    } */
    .business .tt{
        font-size: 18px;
    }
    .business .inner_textsec, .casual .inner_textsec, .cosmicsurgery .inner_textsec {
    width: 93%;
    margin: 0 auto;
    }
    .business .inner_textsec p, .casual .inner_textsec p, .cosmicsurgery .inner_textsec p {
    margin: 30px 0 20px;
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
    }
    .business .inner_textsec ol, .casual .inner_textsec ol, .cosmicsurgery .inner_textsec ol {
    padding: 20px 0 16px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }
    .business .inner_textsec ol li, .casual .inner_textsec ol li, .cosmicsurgery .inner_textsec ol li {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    list-style-position: inside;
    color: #fff;
    }
    /* ----------------------------------------------------------------------------------------------------
 *  exp_base
 * --------------------------------------------------------------------------------------------------*/
    .exp_base .exp_bnr {
        margin-bottom: 20px;
    }
    .exp_base .exp_bnr .expbnr_in {
        width: 93.33%;
    }
    .exp_base .exp_bnr .expbnr_wrap {
        width: 94.57%;
        margin: 0 auto;
    }
    .exp_base .expbnr_in .txt {
        width: 58.3%;
        padding: 15px 0 8px 0;
    }
    .exp_base .expbnr_in .photo {
        width: 39.57%;
        margin: 15px 0 8px 0;
    }
    .exp_base .expbnr_in .photo .photo_sp {
        width: 100%;
        height: auto;

        border: 1px solid #fff;
    }
    .exp_base .expbnr_in .txt .no {
        font-size: 12px;
    }
    .exp_base .expbnr_in .txt .name {
        margin-top: 10px;

        font-size: 12px;
        line-height: 1.3;
    }
    .exp_base .expbnr_in .txt .txt_detail {
        margin-top: 3px;
        line-height: 1.2;
        border-spacing: 0 4px;
    }
    .exp_base .expbnr_in .txt_detail .detail_l {
        font-size: 9px;
        vertical-align: middle;
    font-weight: normal;
    }
    .exp_base .expbnr_in .txt_detail .detail_r {
        padding-left: 10px;
        font-size: 10px;
    }
    .exp_base .expbnr_in .txt_detail .detail_r span {
        font-size: 12px;

        text-decoration: underline;

        color: #fff;
        border-bottom: 0;
    }
    .exp_base .base_sec_in {
        width: 87.6%;
    }
    .exp_base .change_div .change_wrap {
        position: relative;
        margin-bottom: 30px;
    }
    .exp_base .change_div ul.change {
        width: 100%;
        padding: 8px;
    }
    .exp_base .change_div ul.change li {
        width: 49%;
    }
    .exp_base .change_div ul.change li img {
        width: 100%;
        height: auto;
    }
    .exp_base .change_div .change_wrap .photo_caption {
        top: 10px;
        right: -20px;

        width: 22%;
    }
    .exp_base .change_div .change_wrap .change_arr {
        bottom: 25%;
        left: 44%;

        width: 14.8%;
        margin-left: 0;
    }
    .exp_base .change_div .change_wrap .frame_arr {
        bottom: -10px;

        width: 39px;
        height: 20px;
        margin-top: 10px;
        margin-left: -21px;
    }
    .exp_base .change_div ul.change .change_caption {
        padding: 5px 0;

        font-size: 16px;
    }
    .exp_base .change_div .change_ttl {
        padding-bottom: 8px;

        font-size: 14px;
        line-height: 1.3;
    }
    .exp_base .base_sec_in .base_video .video_ttl {
        font-size: 14px;
    }
    .exp_base .base_sec_in .base_video .video_caption {
        color: #a99766;
    }

    .exp_base .base_sec_in .block_ttl {
        padding-top: 20px;

        font-size: 14px;
    }
    .exp_base .base_sec_in .block_txt {
        padding: 15px 0 20px 0;

        font-size: 13px;
    }
    .exp_base .base_sec_in .txt_box {
        border: 13px solid #c6b07c;
    }
    .exp_base .base_sec_in .txt_box .box_in {
        padding: 15px;
    }
    .exp_base .txt_box .box_in li {
        text-indent: -1em;
        padding-left: 1em;
        text-align: justify;
        line-height: 1.5em;
        padding-top: 10px;
    }
    .exp_base .base_sec_in .txt_box .box_ttl {
        font-size: 14px;
    padding: 0;
    }
    .exp_base .base_sec_in .txt_box p {
        font-size: 13px;
    }
    .exp_base .base_sec_in .base_block03 ul.block03_img li.img_ls {
        width: 32%;
        padding-bottom: 20px;
        margin-right: 2%;
    }
    .exp_base .base_sec_in .choose_time {
        margin: 24px 0 40px 0;
    }
    .exp_base .base_sec_in .choose_time .choose_ttl {
                                top: -12px;
                                margin-left: -100px;
                                padding: 0;
                                text-align: center;
                                font-size: 14px;
                                }
    .exp_base .base_sec_in .base_block01,
    .exp_base .base_sec_in .base_block02 {
        border-bottom: 0;
    }
    .exp_base .br_bottom {
        border-bottom: 1px solid #888;
    }
    .exp_base .exp_bnr .exp_ttl {
        font-size: 18px;
    }
    .exp_base .video_ttl span{
        margin-bottom: 30px;

        font-size: 13px;
        color: ##A99766;
    }
    .exp_base .break {
        display: none;
    }
    
.exp_base ul.block03_img{
    display:flex;
    flex-wrap:wrap;
}
.exp_base ul.block03_img li{
    float:none;
}
.exp_base ul.block03_img li:first-child{
    width:100%;
}
.exp_base ul.block03_img li:nth-child(n+2){
    width:47%;
}
.exp_base ul.block03_img li:last-child{
    margin-left:auto;
}

.exp_base .base_sec_in .base_block01 .flex_block {
    display:block;
}
.exp_base .base_sec_in .base_block01 .flex_block .exp_block {
    width:70%;
    margin:0 auto;
}
.exp_base .base_sec_in .base_block01 .flex_block .video_block {
    padding-top:2rem;
    margin:0 auto;
    width: 90%;
}
.exp_base .base_sec_in .base_block01 .flex_block .video_block h3.change_ttl {
    margin-top: 20px;
    padding-bottom: 0;
}
.exp_base .base_sec_in .base_block02 .block_txt02 {
    padding: 15px 0 20px 0;
    font-size: 13px;
    line-height: 1.8;
}

/* 171115追加 */
.exp_base .base_sec_in .base_block01 h3.change_ttl {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.exp_base .exp_bnr02 {
    width: 100%;
    margin-top: 70px;
}
.exp_base .exp_bnr02 h3.exp_ttl {
    padding: 9px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    background: #b4000b;
}
.exp_base .monitor .base_sec_in .base_block01 .name {
    color: #000;
    font-size: 80%;
    font-weight: 600;
}
.exp_base .base_sec_in .base_block01 .flex_block .video_block {
    padding-top: 0;
    margin: 0 auto;
    width: 90%;
}
.exp_base .base_sec_in .base_video .video_ttl {
    font-size: 9px;
}

.exp_base .monitor {
    padding-top: 20px;
    background: #000;
}
.exp_base .monitor .base_sec_in .base_video .video_caption {
    display: inline-block;
    padding: 5px 0 0 5px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: underline;
    color: #A99766;
    font-size: 80%;
}
.exp_base .monitor .base_sec_in .base_block01 .name a {
    color: #A99766;
    text-decoration: underline;
}
.exp .fix_sec .fix_sec_in h3.fix_ttl02 {
    font-size: 20px;
    line-height: 1.8em;
}
.exp .fix_sec .fix_sec_in h3.fix_ttl01 img {
    width: 147px;
}
.exp_base .monitor .base_sec_in .base_block01 .name a {
    color: #fff;
}
.exp_base .monitor .base_sec_in {
    margin: 10px auto 0;
}

/* 171116追加 */
.exp_base .flex_block .slider_bnr {
    margin-bottom: 20px;
}
.exp_base .base_sec_in .base_block01 .top_exp {
    width: 87%;
    margin: 3rem auto 0 auto;
    color: white;
}
.exp_base .base_sec_in .base_block01 .top_exp .name {
    margin-top: 2rem;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
    border-top: 2px solid #B4000B;
    border-right: 2px solid #B4000B;
    border-left: 2px solid #B4000B;
    padding: 4px;
    background-image: url(/common/img/bg_stripe_gray.png);
}
.exp_base .base_sec_in .base_block01 .top_exp .slimg {
    border-top: 2px solid #B4000B;
    border-right: 2px solid #B4000B;
    border-left: 2px solid #B4000B;
}
.exp_base .base_sec_in .base_block01 .top_exp .slimg img {
    width: 100%;
}
.before-after.twentytwenty-container {
    border: 2px solid #cc0000;
}
.exp_base .base_sec_in .base_block01 .top_exp .link.sp {
    margin-top: 0;
    font-size: 2rem;
    text-align: center;
}
.exp_base .base_sec_in .base_block01 .link a img {
    width: 100%;
}


/* ----------------------------------------------------------------------------------------------------
 *  special
 * --------------------------------------------------------------------------------------------------*/
    .special .exp_bnr {
        width: 100%;
        margin-bottom: 40px;
        border-bottom: 8px solid #420000;
        background: #420000;
    }
    .special .exp_bnr .exp_ttl {
        font-size: 18px;
    }
    .special .exp_bnr .expbnr_in {
        width: 93.33%;
    margin: 12px auto 0px auto;
    }
    .special .exp_bnr .expbnr_wrap {
        width: 94.57%;
        margin: 0 auto;
    }
    .special .expbnr_in .txt {
        width: 58.3%;
        padding: 15px 0 8px 0;
    }
    .special .expbnr_in .photo {
        width: 39.57%;
        margin: 15px 0 8px 0;
    }
    .special .expbnr_in .photo .photo_sp {
        width: 100%;
        height: auto;

        border: 1px solid #fff;
    }
    .special .expbnr_in .txt .no {
        font-size: 12px;
    }
    .special .expbnr_in .txt .name {
        margin-top: 10px;

        font-size: 12px;
        line-height: 1.3;
    }
    .special .expbnr_in .txt .txt_detail {
        margin-top: 3px;

        line-height: 1.2;
        border-spacing: 0 4px;
    }
    .special .expbnr_in .txt_detail .detail_l {
        font-size: 9px;
        vertical-align: middle;
        font-weight: normal;
    }
    .special .expbnr_in .txt_detail .detail_r {
        padding-left: 10px;
        font-size: 10px;
    }
    .special .expbnr_in .txt_detail .detail_r span {
        font-size: 12px;
        text-decoration: underline;
        border-bottom: 0;
    }
    .special .expbnr_in .txt_detail .detail_r span.gold_col a {
        font-size: 12px;
    color: #c5af77;
    text-decoration: underline;
    }
    .special .bnr_link {
        width: 94.57%;
        padding: 0 0 10px 10px;
        margin: 0 auto;
        font-size: 12px;
    }
    .special a span {
        font-size: 12px;
        text-decoration: underline;
        border-bottom: 0;
        color: #c5af77;
        margin-left: 20px;
        line-height: 2.4em;
    }
    .special .special_content .special_cnt {
        margin-bottom: 30px;
    }
    .special .special_txt,
    .special .special_video,
    .special .special_img {
        margin-top: 20px;
    }
    .special .special_content .special_cntin {
        width: 100%;
        margin: 0 auto;
    }
    .exp .fix_sec .fix_sec_in h3.fix_ttl01sp img {
        width: 70%;
    }
    .exp .fix_sec .fix_sec_in h3.fix_ttl02sp {
        font-size: 19px;
    padding-top: 4px;
    padding-bottom: 4px;
    }
    .special .change_div ul.change {
        width: 100%;
        margin: 0 auto;
    }
    .special .change_div ul.change li {
        width: 49.5%;
    }
    .special .change_div ul.change li.special_after {
        float: right;
        margin-left: 0;
    }
    .special .change_div ul.change li img {
        width: 100%;
        height: auto;
    }
    .special .change_div .change_wrap .photo_caption {
        top: 10px;
        right: -17px;

        width: 22%;
    }
    .special .change_div .change_wrap .change_arr {
        bottom: 25%;
        left: 44%;

        width: 14.8%;
        margin-left: 0;
    }
    .special .change_div .change_wrap .frame_arr {
        bottom: -18px;

        width: 39px;
        height: 20px;
        margin-left: -21px;
    }
    .special .change_div ul.change .change_caption {
        padding: 5px 0;

        font-size: 16px;
    }
    .special .change_div .change_ttl {
        padding-bottom: 8px;

        font-size: 14px;
        line-height: 1.3;
    }
    .more_sec .l_side {
        width: 70.2%;
    }
    .more_sec .r_side {
        width: 28.2%;
    }
    .more_sec .r_side a {
        width: 100%;
    }
    .l_side table tr th p {
        font-size: 9px;
        line-height: 1.3;
    padding: 1.2px 0 0;
    font-weight: normal;
    }
    .l_side table tr td {
        font-size: 11px;
        line-height: 1.3;
    }

    .special .special_content .special_cntin {
        width: 87.6%;
        margin: 0 auto;
    }
    .special .special_ttl {
        padding: 13px 0;

        font-size: 17px;
    }
    .special .special_txt .txt_ttl,
    .special .special_txt .txt_ttl02 {
        font-size: 14px;
    }
    .special .special_txt p {
        font-size: 14px;
        line-height: 1.7;
    }
    .special .special_step .step_ttl h3 {
        font-size: 14px;
    }
    .special .special_step {
        height: 45px;
        margin: 25px auto 0 auto;
    }
    .special .special_step .step_ttl > span {
        width: 40px;
        height: 45px;

        font-size: 14px;
    }
    .special .special_video .video_ttl span {
        font-size: 12px;
    }
    .special .special_cntin .choose_time {
        margin: 0 0 40px 0;
    }
   .special .special_cntin .choose_time .choose_ttl {
        top: -12px;
        margin-left: -100px;
        padding: 0;
        text-align: center;
        font-size: 14px;
    }
    .special .special_cntin .choose_time .choose_ttl span {
        font-size: 12px;
    }
    .special .special_step .step_ttl h3.special_line2 {
        line-height: 1.2em;
    }
    
    /* 171115追加 */
    .special .top_exp {
    width: 90%;
    margin: 2rem auto 0 auto;
    color: white;
    }
    
    
    /* ----------------------------------------------------------------------------------------------------
 *  result_story
 * --------------------------------------------------------------------------------------------------*/
    .result_story {
      padding-bottom: 0;
    }
    .result_story .result_ttl {
      padding: 10px 0;
    }
    .result_story .result_ttl h3 {
      font-size: 18px;
    }
    .result_bx {
      width: 100%;
    }
    .result_bx .bx_in {
      margin: 0 auto;
      background: #000;
    }
    .result_bx .bx_in .bx_ls .bx_ttl {
      display: inline-block;
      padding: 2px 3px;
      margin-bottom: 10px;

      font-size: 14px;
      font-weight: bold;

      text-align: center;

      background: #fff;
    }
    .result_bx .bx_in .bx_ls {
      border-top: 2px solid #fff;
    }
    .result_bx .bx_in .bx_ls:last-child {
      border-bottom: none;
    }
    .result_bx .bx_in .bx_ls > div {
      width: 94.4%;
      padding: 10px 0 15px 0;
      margin: 0 auto;
    }
    .result_bx .bx_in .bx_ls .bxls_cnr {
      width: 100%;
      border: 2px solid #b4000b;
      background: #000;
    }
    .result_bx .bx_in .bx_left {
        display: table-cell;
        float: none;
        width: 250px;
        vertical-align: middle;
        position: relative;
    }
    .result_bx .bx_in .bx_left .bx_before,
    .result_bx .bx_in .bx_left .bx_after {
      float: left;
      width: 49.5%;

      border-right: 1px solid #b4000b;
    }
    .result_bx .bx_in .bx_left .bx_arr {
      position: absolute;
      bottom: 18%;
      left: 40%;
      width: 23%;
      margin-left: 0;
    }
    .result_bx .bx_in .bx_right {
      float: left;
      width: 32.72%;
      box-sizing: border-box;
    }
    .result_bx .bx_in .bx_right span {
      display: block;
      width: 90%;
      margin: 0 auto;

      font-size: 10px;

      text-align: center;
      letter-spacing: 0;

      color: #ccc;
      line-height: 1.5;
    }
    .result_bx .bx_in span.make_txt {
      padding-left: 5px;

      font-size: 12px;

      color: #fff;
    }
    .result_bx .bx_in .bx_right .profess_ttl,
    .result_bx .bx_in .bx_right .direct_ttl {
      font-size: 8px;
      color: #000;
      background: #ccc;
      line-height: 1.4;
      margin-top: 4px;
      text-align: center;
    }
    .result_bx .bx_in .bx_right span.prefess, .result_bx .bx_in .bx_right span.direct {
        line-height: 1.3;
        font-size: 8px;
        padding: 3px 1px 1px 1px;
        text-align: left;
    }
    .result_bx .bx_in .bx_btn {
      width: 80px;
      height: 20px;
      margin: 0 auto 6px auto;
    }
    .result_bx .bx_in img {
      width: 100%;
      height: auto;
    }
    /* ----------------------------------------------------------------------------------------------------
 * exp
 * --------------------------------------------------------------------------------------------------*/
    .exp .banner_sp {
        margin: 0 auto 0 auto;
        background: #000;
    }
    .exp .banner_sp .title {
        background-image: url("../../img/exp/bnr_sp.png");
    }
    .exp .fix_sec {
        border-top: none;
    width: 92%;
    background-color: black;
    margin: 0 auto 35px auto;
    border: 1px solid #B4000B;
    padding: 0;
    }
    /* .exp .fix_sec_last {
        border-bottom: 5px solid #d90000;
    } */
    .exp .fix_sec .fix_sec_in {
        width: 83.33%;
        padding: 20px 0 10px 0;
        margin: 0 auto;
    border: none;
    }
    .exp .change_div ul.change {
        width: 100%;
        padding: 6px;
    }
    .exp .change_div ul.change li {
        width: 49%;
    }
    .exp .change_div ul.change li img {
        width: 100%;
        height: auto;
    }
    .exp .change_div .change_wrap .photo_caption {
        top: 10px;
        right: -20px;

        width: 22%;
    }
    .exp .change_div .change_wrap .change_arr {
        bottom: 25%;
        left: 44%;

        width: 14.8%;
        margin-left: 0;
    }
    .exp .change_div .change_wrap .frame_arr {
        bottom: -18px;

        width: 39px;
        height: 20px;
        margin-left: -21px;
    }
    .exp .change_div ul.change .change_caption {
        padding: 5px 0;

        font-size: 16px;
    }
    .exp .change_div .change_ttl {
        padding-bottom: 8px;

        font-size: 14px;
        line-height: 1.3;
    }
    .exp .more_div {
        font-size: 12px;
    }
    .exp .more_div .more_left {
        width: 60%;
    }
    .exp .more_div .more_right {
        width: 40%;
    }
    .exp .more_div .more_left .more_ttl {
        min-width: 60px;
    }
    .exp .more_div .more_left .more_txt {
    }
    .result_bx .bx_in .bxls_cnr {
        display: table;
    }
    .result_bx .bx_in .bx_left {
        display: table-cell;
        float: none;
        width: 45%;
        vertical-align: middle;
    }
    .result_bx .bx_in .bx_left .bx_arr {
        bottom: 31%;
    }
    .result_bx .bx_in .bx_right {
        width: 100%;
    }
    .result_bx .bx_in .bx_left .bx_before,
    .result_bx .bx_in .bx_left .bx_after {
        width: 49%;
    }
    .result_bx {
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
    }
    .result_bx .bx_in .bxls_cnr {
        display: table;
    }
    .result_bx .bx_in .bx_ls .bxls_cnr {
      width: 98%;
      border: 1px solid #c6b07c;
      margin: 0 auto;
      background: #000;
    }
    .result_bx .bx_in .bx_ls > div {
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    }
    .result_bx .bx_in .bx_ls {
      border-top: none;
    }
    .result_bx .bx_in .bx_left {
        display: table-cell;
        float: none;
        width: 67%;
        vertical-align: middle;
    padding: 2% 0 2% 2%;
    }
    .result_bx .bx_in .bx_left .bx_arr {
        bottom: 31%;
    }
    .result_bx .bx_in .bx_right {
        width: 100%;
    padding: 2% 2% 2% 0;
    }
    .result_bx .bx_in .bx_left .bx_before,
    .result_bx .bx_in .bx_left .bx_after {
        width: 49%;
    border-right: 1px solid #000;
    }
    .result_bx .bx_in .bx_right .profess_ttl, .exp .result_bx .bx_in .bx_right .direct_ttl {
        font-size: 8px;
        line-height: 1.4;
        margin-top: 4px;
    }
    .result_bx .bx_in .bx_right span.prefess, .exp .result_bx .bx_in .bx_right span.direct {
        line-height: 1.3;
        font-size: 8px;
        padding: 3px 1px 1px 1px;
        text-align: left;
    }
    .result_bx .bx_in .bx_btn {
        width: 80px;
        height: 20px;
        margin: 0 auto;
    }

    .exp .fix_sec .fix_sec_in .sm_ttl {
        font-size: 14px;
    }
    .exp .fix_content {
    border-bottom: none;
    background: rgb(247, 247, 247);
        background-image: none;
    background-image: none;
    background-image: url(/common/img/bg_stripe_wh.png);
    padding: 16px 0;
    }
    .exp .change_div.cFix {
    margin-bottom: 20px;
    }
    .exp .more_sec {
        display: block;
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        border: 6px solid #c6b07c;
        border-top-width: 6px;
        border-top-style: solid;
        border-top-color: rgb(198, 176, 124);
        border-top: none;
    }
    .exp .more_sec .l_side {
        width: 100%;
        float: none;
    }
    .exp .more_sec .row8 {
        margin: 15px 0 0;
        text-align: center;
        width: 100%;
    }
    .exp .top_exp {
        width: 100%;
        margin: 3rem auto 0 auto;
        color: white;
    }
    .exp .sub_exps .sub_exp {
    width: 45%;
    margin: 0 0 2rem;
    }
    .exp .sub_exps .sub_exp .name {
        text-align: center;
        margin: 0 0;
        font-size: 86%;
        border-top: 1px solid #B4000B;
        border-right: 1px solid #B4000B;
        border-left: 1px solid #B4000B;
        padding: 2px;
        background-image: url(/common/img/bg_stripe_gray.png);
    }
    .exp .top_exp .name {
        margin-top: 2rem;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 0;
        border-top: 2px solid #B4000B;
        border-right: 2px solid #B4000B;
        border-left: 2px solid #B4000B;
        padding: 4px;
        background-image: url(/common/img/bg_stripe_gray.png);
    }
    .exp .top_exp .slimg.sp {
        border-top: 2px solid #B4000B;
        border-right: 2px solid #B4000B;
        border-left: 2px solid #B4000B;
    }
    .exp .top_exp .link {
        margin-top: 0;
        font-size: 2rem;
        text-align: center;
    }
    .exp .top_exp .before-after {
        border: 2px solid #cc0000;
    }
    
/* ----------------------------------------------------------------------------------------------------
 * natural
 * --------------------------------------------------------------------------------------------------*/
    
    .natural .sample_ttl {
        font-size: 14px;
    }
    .natural .compare_box .inner_compare {
        width: 98.6%;
        margin: 0 auto;
    }
    .natural .compare_box .inner_compare img {
        width: 100%;
    }
    .natural .compare_box .inner_compare .comp_lbox {
        float: left;
        width: 49.7%;
        padding-left: 0;
        /* padding-left: 4px; */
    }
    .natural .compare_box .inner_compare .comp_rbox {
        float: right;
        width: 49.7%;
        padding: 0;
        /* padding: 0px 2px; */
    padding-top: 5px;
    }
    .natural .compare_box .comp_lbox p,
    .natural .compare_box .comp_rbox p {
        padding: 1px 0;
        font-size: 14px;
    width: 100%;
    left: 0;
    }
    .natural .compare_box div p {
        padding: 3px 0;

        font-size: 13px;
    }
    .natural .see_btn {
        width: 60%;
        margin: 0 auto;
    }
    .natural .course_sec .outer_sec {
        width: 86.4%;
    }
    .natural .outer_sec ul .buss_ttl img {
        max-width: 70%;
    }
    .natural .course_in {
        width: 86.4%;
    }

    .natural .profile02 table th {
        width: 30%;
    }
    .natural .profile02 table td {
        width: 60%;
        padding-left: 3%;

        line-height: 1;
    }
    .natural .stylish p {
        font-size: 13px;
    }
    .natural .stylish .sty {
        left: 50%;

        margin-left: -103px;
    }
    .natural .stylish img {
        padding: 0 10px;
    }
    .natural .profile02 table th p {
        font-size: 13px;
    }
    .natural .profile02 table td {
        font-size: 13px;
    }

    .natural .prod_sec .product_ttl {
        margin-bottom: 18px;
    }
    .natural .prod_sec .product_ttl img {
        max-width: 10%;
        padding: 4px 13px 4px 0;
    }
    .natural .counsel_ttl h3 {
        width: 100%;
        padding: 8px 0 5px 0;

        font-size: 18px;
    }
    .natural .counsel_ttl h3 .numb {
        padding: 0 10px 0 30px;

        font-size: 100%;
    }
    .natural .counsel_ttl h3 .minute {
        font-size: 14px;
    }
    .natural .counsel_txtsec,
    .natural .counsel_txtsec2,
    .natural .counsel_txtsec3 {
        width: 80%;
    }
    .natural .counsel_txtsec p,
    .natural .counsel_txtsec2 p,
    .natural .counsel_txtsec3 p {
        font-size: 13px;
    }
    .natural .counsel_txtsec p {
        padding: 40px 0 50px 0;
    }
    .natural .counsel_txtsec2 img {
        padding: 50px 0 26px 0;
    }
    .natural .counsel_txtsec2 p {
            /*padding: 0 0 60px 0;*/
        padding: 30px 0 60px 0;
    }
    .natural .mlist_sec {
        width: 83.33%;
    }
    .natural .mlist_ttl {
        border-top: 9px solid #bbb;
        border-bottom: 9px solid #bbb;
    }
    .natural .mlist_ttl h3 {
        padding: 21px 0;

        font-size: 14px;
    }
    .natural .mlist_sec .menu_ls li {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .natural .mlist_sec .menu_ls li div {
        float: left;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist1 {
        width: 100%;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 {
        width: 100%;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist1 div:first-child {
        width: 65%;
        /* padding-left: 10px; */

        font-size: 12px;

        text-align: left;
    }
    .natural .ttl_txt {
        padding-left: 10px;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist1 div:last-child {
        width: 35%;
        padding: 13px 0;

        font-size: 12px;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 {
        padding: 24px 0 50px 0;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 div {
        float: left;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 div:first-child {
        width: 36%;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 div:last-child {
        /*width: 64%;*/
    width: 100%;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 div:last-child p {
        padding: 0 0 0 10px;

        font-size: 13px;
    }

    .natural .counsel_sec3 p {
        padding: 30px 0 60px 0;
    }
    .natural .attent_sec {
        width: 87.1%;
        padding: 2.5% 0;
    }
    .natural .inner_attent {
        width: 92.67%;
    }
    .natural .attent_sec .inner_attent ul li:nth-child(3) p {
        font-size: 13px;
    }
    .natural .inner_attent:after {
        left: 50%;

        margin-left: -35px;

        background-size: 70%;
    }
    .natural .recomm_sec {
        width: 88%;
    }
    .natural .sample_tt {
        padding: 0;

        font-size: 23px;
    }
    .natural .sample_tt span {
        font-size: 14px;
    }
    /* .natural .gothic p {
        font-size: 18px;
        top: -40px;
        left: 25%;
        padding: 0 20px 0 20px;
    } */
    .natural .tt{
        font-size: 18px;
    }
    .natural .inner_textsec, .casual .inner_textsec, .cosmicsurgery .inner_textsec {
    width: 93%;
    margin: 0 auto;
    }
    .natural .inner_textsec p, .casual .inner_textsec p, .cosmicsurgery .inner_textsec p {
    margin: 30px 0 20px;
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
    }
    .natural .inner_textsec ol, .casual .inner_textsec ol, .cosmicsurgery .inner_textsec ol {
    padding: 20px 0 16px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }
    .natural .inner_textsec ol li, .casual .inner_textsec ol li, .cosmicsurgery .inner_textsec ol li {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    list-style-position: inside;
    color: #fff;
    }

    /* 20171115 追加分 */
    
    .natural .menu-box .row3 {
        font-size: 120%;
    }
    .natural .menu-box .row3 span {
        font-size: 180%;
    }
    .natural .menu-box .row4 {
        text-align: center;
        font-size: 120%;
        margin-bottom: 0.5em;
    }
    .natural .menu-box {
        padding: 2em 10px 0 10px;
    }
    .natural .menu-box .row1 {
        font-size:2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .natural .menu-box .row6 .col1 {
        padding: 0.4em 1.4em;
        font-size: 0.8em;
        line-height: 1.2em;
        font-weight: normal;
    }
    .natural .menu-box .row6 .col2 {
        font-size: 4.0rem;
        padding: 0.2em;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .natural .about{
        width:100%;
        width: 80%;
        margin:0 auto;
    }
    .natural .about .explain {
        margin-top: 1rem;
        font-size:13px;
        line-height: 1.8em;
        text-align: justify;
    }
    
    .natural .point_block{
        width: 80%;
        margin:1rem auto 0 auto;
    }
    .natural .point_block .explain {
        margin-top: 0;
        font-size:13px;
        line-height: 1.8em;
        text-align: justify;
    }

    .natural .teachers_block {
        box-sizing:border-box;
        width: 100%;
        margin: 20px auto 0 auto;
        background-color: black;
        padding: 5px;
        color: white;
    }
    
    .natural .teachers_block .teachers .teacher {
        width: 32%;
        margin-right: 1%;
    }
    .natural .teachers_block .teachers {
        padding: 0 0 0 2%;
        text-align: center;
    }
    .natural .teachers_block .teachers .teacher .job {
        font-size: 0.6rem;
        text-align: center;
        margin-bottom: 0;
        margin-top: 5px;
        color: #c5af7f;
    line-height: 1.3em;
    }
    .natural .teachers_block .more {
        text-align: center;
        margin: 1.5rem 0 0.5em;
    }
    .natural .exp_block .red_ttl h2 {
        width: 100%;
        padding: 1em 0;
        margin: 0 auto;
        font-size: 1.2em;
        text-align:center;
    }
    .natural .exp_block .gray_ttl h3 {
        text-align: center;
        padding: 0.5em;
        font-size: 1em;
        font-weight: normal;
    }
    .natural .exp_block .wrap {
        width: 100%;
        margin: 2rem auto;
    }
    .natural .exp_block .exps {
    }
    .natural .exp_block .exps .exp {
        box-sizing:border-box;
        width: 45%;
        margin:0 2% 2em 2%;
    }
    .natural .prod_sec .product_ttl p {
        font-size: 16px;
    }
    .natural .exp_block .exps .exp .name {
    text-align: center;
    margin: 1rem 0 0;
    font-size: 100%;
    border-top: 2px solid #B4000B;
    border-right: 2px solid #B4000B;
    border-left: 2px solid #B4000B;
    padding: 3px;
    background-image: url(/common/img/bg_stripe_gray.png);
}


/* ----------------------------------------------------------------------------------------------------
 * cosmicsurgery
 * --------------------------------------------------------------------------------------------------*/
    /*
    .cosmicsurgery .exp_block .exps {
        display: block;
    }
    */
    .cosmicsurgery .exp_block .exps .center {
        margin: 0 auto;
    }



        /* ----------------------------------------------------------------------------------------------------
 *  oogiri
 * --------------------------------------------------------------------------------------------------*/
    .oogiri .exp_bnr {
    width: 100%;
    margin-bottom: 20px;
    background: #420000;
}

.oogiri .exp_bnr .exp_ttl {
    padding: 9px 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    background: #b4000b;
}

.wrap_oogiri {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
section.base_sec_left {
    float: left;
    width: 100%;
    margin: 0 30px 0 0;
}
.oogiri .base_sec_in {
    width: 100%;
    margin: 0 auto;
    color: #fff;
}
.oogiri .base_sec_in .block_txt {
    padding: 0 5% 0 5%;
    font-size: 14px;
    line-height: 1.8;
}
.oogiri .base_sec_in .block_txt02 a {
    display: inline;
    text-decoration: underline;
    color: #c5af7f;
}
.oogiri .base_sec_in .block_txt02.sp {
    padding: 0 5% 0 5%;
    font-size: 12px;
    line-height: 1.8;
}
.oogiri .base_sec_in .base_block02 {
    padding-bottom: 20px;
    border-bottom: 1px solid #888;
}
.oogiri .base_sec_in .base_block02 .block_txt02 {
    padding: 0 5% 0 5%;
    font-size: 14px;
    line-height: 1.8;
}
.oogiri .pageNavi {
    background: #c5af7f;
    height: 30px;
    padding-bottom: 0px;
    margin-top: 0;
}
.oogiri .pageNavi li {
    width: 40%;
    float: left;
}
.oogiri .pageNavi li:first-child {
    width: 40%;
    float: left;
}
.oogiri .pageNavi li:nth-child(2n) {
    width: 20%;
    float: left;
}
.oogiri .pageNavi li:last-child a {
    float: right;
}
.oogiri .pageNavi li a {
    display: block;
    padding: 4px 12px;
    background: #c5af7f;
    color: #000;
    text-decoration: underline;
    font-size: 90%;
}
.oogiri .base_sec_in .block_ttl02 {
    padding: 30px 5% 20px;
    font-size: 16px;
    color: #b5040f;
}
.oogiri .base_sec_in .block03_img li {
    width: 100%;
    margin: 0 0 20px;
}
.oogiri .base_sec_in .block03_img li:last-child {
    float: none;
    margin-top: 20px;
}

ul.sns-buttons {
    letter-spacing: -0.4em;
    margin: 0 auto 25px auto;
    text-align: center;
    padding: 20px 0 0 0;
    width: 282px;
    overflow: hidden;
}
.sns-buttons li {
    display: inline-block;
    letter-spacing: 1;
    vertical-align: top;
    text-align: left;
}
.sns-buttons li.share a {
    display: block;
    width: 83px;
    height: 64px;
    text-indent: -9999px;
    background-image: url(/img/oogiri/parts.png);
    background-position: -74px -578px;
    background-size: 300px auto;
    -webkit-background-size: 300px auto;
    overflow: hidden;
    margin: 0 0 0 -20px;
}
.sns-buttons li.tweet a {
    display: block;
    width: 82px;
    height: 64px;
    text-indent: -9999px;
    background-image: url(/img/oogiri/parts.png);
    background-position: -162px -578px;
    background-size: 300px auto;
    -webkit-background-size: 300px auto;
    overflow: hidden;
    margin: 0 7px 0 9px;
}
.sns-buttons li.line a {
    display: block;
    width: 37px;
    height: 63px;
    text-indent: -9999px;
    background-image: url(/img/oogiri/parts.png);
    background-position: -247px -578px;
    background-size: 300px auto;
    -webkit-background-size: 300px auto;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.oogiri .base_sec_in .choose_time {
    margin: 30px 10px;
}
ul.oogiri_all {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
ul.oogiri_all li.oogirilist:first-child {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #cccccc;
    height: 98px;
}
ul.oogiri_all li.oogirilist {
    border-bottom: 1px solid #cccccc;
    height: 98px;
}
ul.oogiri_all li.oogirilist .listinner {
    padding: 15px 15px 15px 15px;
    float: left;
    width: 58%;
    position: relative;
    height: 68px;
}
ul.oogiri_all li.oogirilist h1 {
    font-size: 82%;
    color: #b5040f;
}
ul.oogiri_all li.oogirilist h1 a {
    color: #B4000B;
}
ul.oogiri_all li.oogirilist h1.indent {
    text-indent: -0.5em;
}
ul.oogiri_all li.oogirilist .stxt {
    font-size: 50%;
    line-height: 1.4em;
    position: absolute;
    bottom: 15px;
}
ul.oogiri_all li.oogirilist .thumbnail {
    float: right;
    height: 98px;
}
ul.oogiri_all li.oogirilist .thumbnail a {
    height: 98px;
    width: 98px;
}

/* 171120 eyestyling 追加 */
/* ----------------------------------------------------------------------------------------------------
 *  eyestyling
 * --------------------------------------------------------------------------------------------------*/
.eyestyling .chara-block {
    width: 100%;
    margin: 0 auto;
}
.eyestyling .chara-block .chara {
    border-top: 1px solid #B0B0B0;
    margin-top: 0em;
    padding: 2em 0;
}
.eyestyling .chara-block .title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 4.5%;
}
.eyestyling .chara-block .title .left {
    height: 1.2em;
    line-height: 11px;
}
.eyestyling .chara-block .title .left img {
    width: auto;
    height: 100%;
}
.eyestyling .chara-block .title .right {
    margin-left: 0.5em;
    color: #880000;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 0.1em;
}
.eyestyling .chara-block .body {
    margin-top: 2em;
    display: block;
}
.eyestyling .chara-block .body .left {
    width: 70%;
    margin: 0 auto;
}
.eyestyling .chara-block .body .right {
    margin: 1em auto 0 auto;
    width: 92%;
    line-height: 1.9em;
    text-align: justify;
    font-size: 14px;
}
.eyestyling .flex_block .exp_block {
    width: 100%;
    margin-right: 10px;
}
.eyestyling .flex_block .exp_block:second-child {
    width: 100%;
    margin-right: 0;
}
.eyestyling .red-border-bottom.sp .wrap {
    width: 94%;
}
.eyestyling .red-border-bottom {
    margin-top: 0;
    margin-bottom: 50px;
}
.eyestyling .attent_sec {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto 82px auto;
    background-color: #880000;
}
.eyestyling .attent_sec .inner_attent ul {
    width: 85.17%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}
.eyestyling .attent_sec .inner_attent ul li:first-child {
    padding-bottom: 20px;
}
.eyestyling .attent_sec .inner_attent ul li:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
.eyestyling .inner_attent ul li:nth-child(3) {
    text-align: left;
}
.eyestyling .inner_attent li img.inner_lgo {
    height: auto;
    max-width: 195px;
}
.eyestyling .attent_sec .inner_attent .tt {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}
.eyestyling .attent_sec .inner_attent ul li .right {
    margin-left: 15px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    overflow: auto;
}

.eyestyling .attent_sec2 {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto 0px auto;
    background-color: #fff;
}
.eyestyling .attent_sec2 .inner_attent ul {
    width: 85.17%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}
.eyestyling .attent_sec2 .inner_attent ul li:first-child {
    padding-bottom: 20px;
}
.eyestyling .attent_sec2 .inner_attent ul li:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
.eyestyling .inner_attent ul li:nth-child(3) {
    text-align: left;
}
.eyestyling .inner_attent li img.inner_lgo {
    height: auto;
    max-width: 195px;
}
.eyestyling .attent_sec2 .inner_attent .tt {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}
.eyestyling .attent_sec2 .inner_attent ul li .right {
    margin-left: 15px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    overflow: auto;
}


.eyestyling .block02_ttl {
    background: #B4000b;
    margin: 60px 0 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 120%;
}
.eyestyling .red-border-bottom .wrap p.stxt02 {
    text-align: center;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 4px 0;
}
.eyestyling .eyestyling_ttl h3 {
    position: relative;
    display: table-cell;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
    color: #fff;
    border-top: none;
    border-bottom: none;
    background: #b4000b;
}
.eyestyling .eyestyling_ttl h3:before, .eyestyling_ttl h3:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border-top: none;
    border-bottom: none;
    background: #b4000b;
}
.eyestyling section.eyestyling_ttl {
    display: table;
    height: 60px;
    width: 100%;
    text-align: center;
}
.eyestyling section.eyestyling_ttl_sp {
    display: table;
    height: 60px;
    width: 100%;
    text-align: center;
}
.eyestyling section.eyestyling_ttl_sp h3 {
    position: relative;
    display: table-cell;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
    color: #fff;
    border-top: none;
    border-bottom: none;
    background: #b4000b;
}

/* 171124追加_全ページバナー */
.eyebrow_bnr {
    width: 92%;
}
.eyebrow_bnr a.bnrtxt {
    text-decoration: underline;
    line-height: 1.4em;
    color: #B59445;
    margin-top: 5px;
}

/* 171128 privacy 追加 */
/* ----------------------------------------------------------------------------------------------------
 *  privacy
 * --------------------------------------------------------------------------------------------------*/
.privacy .banner_sp .title {
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    background-image: url(../../img/privacy/bnr.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.privacy .banner_sp .title h1.h1txt {
    padding: 40px 0 5px 45%;
    font-size: 120%;
    font-weight: 600;
    color: #fff;
}
.privacy .privacy_body {
    margin-top: 0;
}
.privacy .privacy_body > .spprivacy_ttl {
    border-top: 0;
}
.privacy .spprivacy_ttl {
    height: 45px;
    width: 100%;
}
.privacy .spprivacy_ttl h3 {
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    color: #fff;
    background: #b4000b;
}
.privacy .tbl {
    padding-bottom: 40px;
    font-size: 16px;
    padding-top: 0;
}
.privacy .privacy_in {
    width: 89.87%;
    color: #fff;
}
.privacy .tbl {
    padding-bottom: 40px;
    font-size: 16px;
}
.privacy .tbl th {
    padding: 3px 0 3px 15px;
    padding-left: 10px;
    color: #000;
    font-size: 12px;
}
.privacy .tbl td {
    padding: 8px 0 9px 0;
    font-size: 12px;
}
.privacy .privacy_in {
    width: 89.87%;
    color: #fff;
}

}
/* End 750px */


/* Start 480px */
@media only screen and (max-width:480px) {
    /* ============== business =============== */

    .business .sample_ttl {
        font-size: 15px;
    }
    .business .stylish {
        margin: 30px auto 20px auto;
    }
    .business .stylish p {
        padding: 25px 16px 15px 16px;
    }
    .business .course_in {
        padding-bottom: 20px;
    }
    .business .prod_sec .product_ttl {
        margin-bottom: 9px;
    }
    .business .counsel_txtsec p {
        padding: 20px 0 25px 0;
    }
    .business .counsel_txtsec2 img {
        padding: 25px 0 13px 0;
    }
    .business .counsel_txtsec2 p {
        padding: 20px 0 25px 0;
    }
    .business .mlist_ttl h3 {
        padding: 13px 5px;

        font-size: 13px;
    }
    .business .mlist_ttl {
        margin-bottom: 20px;
    }

    .business .mlist_sec .menu_ls li .inner_mlist1 div:first-child,
    .business .mlist_sec .menu_ls li .inner_mlist1 div:last-child {
        padding: 5px 0;
    }
    .business .mlist_sec .menu_ls li .inner_mlist2 {
        padding: 18px 0 15px 0;
    }
    .business .counsel_ttl h3 .numb {
        padding: 0 0 0 5px ;
    }
    .business .counsel_sec3 p {
        padding: 10px 0 15px 0;
    }
    .business .attent_sec .inner_attent ul {
        padding: 20px 0;
    }
    .business .attent_sec .inner_attent ul li:first-child {
        padding-bottom: 10px;
    }
    .business .attent_sec .inner_attent ul li:nth-child(2) {
        padding-bottom: 10px;
    }
    .business .attent_sec {
        margin: 0 auto 25px auto;
    }
    .business .inner_attent:after {
        background-size: 50%;
    }
    .business .inner_attent ul li .inner_lgo {
        max-width: 70%;
    }
    .business .recomm_sec {
        padding-bottom: 30px;
    }
    .exp_base .break {
        display: block;
    }
    .special .break {
        display: block;
    }
     /* qaa added */
     .qaa .qa_box {
        margin-bottom: 40px;
     }
     
     
    .natural .sample_ttl {
        font-size: 15px;
    }
    .natural .stylish {
        margin: 30px auto 20px auto;
    }
    .natural .stylish p {
        padding: 25px 16px 15px 16px;
    }
    .natural .course_in {
        padding-bottom: 20px;
    }
    .natural .prod_sec .product_ttl {
        margin-bottom: 9px;
    }
    .natural .counsel_txtsec p {
        padding: 20px 0 25px 0;
    }
    .natural .counsel_txtsec2 img {
        padding: 25px 0 13px 0;
    }
    .natural .counsel_txtsec2 p {
        padding: 20px 0 25px 0;
    }
    .natural .mlist_ttl h3 {
        padding: 13px 5px;

        font-size: 13px;
    }
    .natural .mlist_ttl {
        margin-bottom: 20px;
    }

    .natural .mlist_sec .menu_ls li .inner_mlist1 div:first-child,
    .natural .mlist_sec .menu_ls li .inner_mlist1 div:last-child {
        padding: 5px 0;
    }
    .natural .mlist_sec .menu_ls li .inner_mlist2 {
        padding: 18px 0 15px 0;
    }
    .natural .counsel_ttl h3 .numb {
        padding: 0 0 0 5px ;
    }
    .natural .counsel_sec3 p {
        padding: 10px 0 15px 0;
    }
    .natural .attent_sec .inner_attent ul {
        padding: 20px 0;
    }
    .natural .attent_sec .inner_attent ul li:first-child {
        padding-bottom: 10px;
    }
    .natural .attent_sec .inner_attent ul li:nth-child(2) {
        padding-bottom: 10px;
    }
    .natural .attent_sec {
        margin: 0 auto 25px auto;
    }
    .natural .inner_attent:after {
        background-size: 50%;
    }
    .natural .inner_attent ul li .inner_lgo {
        max-width: 70%;
    }
    .natural .recomm_sec {
        padding-bottom: 30px;
    }
     
     /* ----------------------------------------------------------------------------------------------------
 *  result_story
 * --------------------------------------------------------------------------------------------------*/
    .result_bx .bx_in .bx_left {
        display: table-cell;
        float: none;
        width: 165px;
        vertical-align: middle;
    }
    .result_bx .bx_in .bx_left .bx_arr {
        bottom: 28%;
    }
    .result_bx .bx_in .bx_right .profess_ttl, .result_bx .bx_in .bx_right .name {
            font-size: 9px;
            line-height: 1;
            margin-top: 2px;
            padding: 1.2px 0;
            text-align:center;
    }
    .result_bx .bx_in .bx_right .profess_ttl, .result_bx .bx_in .bx_right .direct_ttl {
            font-size: 9px;
            line-height: 1;
            margin-top: 2px;
            padding: 1.2px 0;
    }
    .result_bx .bx_in .bx_right span.prefess, .result_bx .bx_in .bx_right span.direct {
        line-height: 1.1;
        font-size: 9px;
        padding: 2px 0 1px 0;
    }
    .result_bx .bx_in .bx_btn {
        width: 65px;
        height: 18px;
        margin: 0 auto;
    }
    
    /* 171116追加 */
    .result_story_sp {
    border-top: none;
    width: 92%;
    background-color: black;
    margin: 0 auto 35px auto;
    border: 1px solid #B4000B;
    padding: 0;
}
    .result_story_sp .result_boxes {
    width: 83.33%;
    padding: 20px 0 10px 0;
    margin: 0 auto;
    border: none;
}
    .result_story_sp .result_boxes .top_exp {
        width: 100%;
        margin: 3rem auto 0 auto;
        color: white;
    }
    .result_story_sp .result_boxes .top_exp .name {
        margin-top: 2rem;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 0;
        border-top: 2px solid #B4000B;
        border-right: 2px solid #B4000B;
        border-left: 2px solid #B4000B;
        padding: 4px;
        background-image: url(/common/img/bg_stripe_gray.png);
    }
    .result_story_sp .result_boxes .top_exp .slimg {
        border-top: 2px solid #B4000B;
        border-right: 2px solid #B4000B;
        border-left: 2px solid #B4000B;
    }
    .result_story_sp .result_boxes .top_exp .before-after {
        border: 2px solid #cc0000;
    }
    .result_story_sp .result_boxes .top_exp .link {
        margin-top: 0;
        font-size: 2rem;
        text-align: center;
    }
    .result_story .result_boxes .top_exp .link a {
        color: white;
    }
    .result_story_sp .result_boxes .sub_exps {
        display: flex;
        flex-wrap: wrap;
        color: white;
        margin-top: 2rem;
    }
    .result_story_sp .result_boxes .sub_exps .sub_exp {
        width: 45%;
        margin: 0 0 2rem;
    }
    .result_story_sp .result_boxes .sub_exps .sub_exp:nth-child(2n) {
        margin-left: auto;
    }
    .result_story_sp .result_boxes .sub_exps .sub_exp .name {
        text-align: center;
        margin: 0 0;
        font-size: 86%;
        border-top: 1px solid #B4000B;
        border-right: 1px solid #B4000B;
        border-left: 1px solid #B4000B;
        padding: 2px;
        background-image: url(/common/img/bg_stripe_gray.png);
    }
    .result_story_sp .result_boxes .sub_exps .sub_exp .before-after {
        border: 1px solid #B4000B;
    }
    .result_story_sp .result_ttl {
        width: 100%;
        padding: 10px 0;
    background: #b4000b;
    }
    .result_story_sp .result_ttl h3 {
        font-size: 18px;
    text-align: center;
        color: #fff;
    }
    
    
     /*  exp result */
    .exp .result_bx .bx_in .bx_left {
        display: table-cell;
        float: none;
        width: 165px;
        vertical-align: middle;
    }
    .exp .result_bx .bx_in .bx_left .bx_arr {
        bottom: 28%;
    }
    .exp .result_bx .bx_in .bx_left {
        display: table-cell;
        float: none;
        width: 185px;
        vertical-align: middle;
    }
    .exp .result_bx .bx_in .bx_left .bx_arr {
        bottom: 28%;
    }
    .exp .result_bx .bx_in .bx_right .profess_ttl, .exp .result_bx .bx_in .bx_right .direct_ttl {
        font-size: 8px;
        line-height: 1;
        margin-top: 3px;
        padding: 1.2px 0;
    }
    .exp .result_bx .bx_in .bx_right span.prefess, .exp .result_bx .bx_in .bx_right span.direct {
        line-height: 1.1;
        font-size: 8px;
        padding: 2px 0 1px;
    }
    .exp .result_bx .bx_in .bx_btn {
        width: 65px;
        height: 18px;
        margin: -1px auto 2px;
    }
    .exp .result_bx .bx_in .bx_ls .bx_ttl {
    display: inline-block;
    padding: 1px 6px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    }

}
/* End 480px */



/* Start 320px */
@media only screen and (max-width:320px) {
    .price .banner_sp .title,.exp .banner_sp .title {
        background-size: cover;
    }
    /* price */
    .price .price_sec01 .price_sec01btn ul li a {
        width: 75%;
        margin: 0 auto;
    }
    .price .price_sec02 .price_sec02btn ul li a {
        width: 75%;
        margin: 0 auto;
    }
    .exp_base .expbnr_in .photo .photo_sp {
        margin: 25% 0;
    }
    .exp_base .base_sec_in .choose_time .choose_ttl {
        padding: 0 12%;
    }
    .special .special_cntin .choose_time .choose_ttl {
        padding: 0;
    }
}
/* End of 320px */


/* mensmake lesson page */
@media only screen and (max-width:750px) {
    .lesson header {
        padding: 0 2%;
        border-bottom:0px;
    }
    .lesson .lesson_head {
        width: 100%;
        height: 90px;
        display: table-cell;
        vertical-align: middle;
    }
    .lesson .m_logo {
        width: 28.45%;
        float: left;
    }
    .lesson .m_logo a {
        margin:8% 0;
    }
    .lesson .h_utility {
        width: 68%;
        float: right;
    }

    .lesson .h_utility ul li {
        display: inline-block;
        margin-left: 0;
    }
    .lesson .h_utility ul li:first-child {
        width: 53%;
    }
    .lesson .h_utility ul li:last-child {
        width: 45%;
        float: right;
    }

    .lesson .m_bnrin {
        width: 100%;
    }
    .lesson .m_bnrin ul {
        width: 23.47%;
        position: absolute;
        bottom: 3.5%;
        left: 70%;
    }
    .lesson .m_bnrin ul li {
        margin-bottom: 7%;
    }
    .lesson .m_taiken {
        padding: 0;
    }
    .lesson .m_taikenin {
        width: 100%;
        margin-bottom: 2px;
    }
    .lesson .m_taiken01 .m_taikenin {
        margin-bottom: 0px;
    }
    .lesson .m_taikenin .yoyaku_btn {
        width: 30%;
        position: absolute;
        bottom: 8%;
        right: 10%;
    }
    .lesson .m_taikenin .yoyaku_btn img {
        float: right;
    }
    .lesson .kobetu_in {
        width: 85.33%;
    }
    .lesson .kobetu_ls {
        margin-left: 0;
        padding-bottom: 60px;
    }
    .lesson .kobetu_ls li {
        font-size: 12px;
        text-align: justify;
        line-height: 1.9em;
    }
    .lesson .office_ttl {
        width: 47%;
        margin: 0 auto;
        padding: 25px 0 15px 0;
    }
    .lesson .office_blockin {
        width: 100%;
    }

    .lesson .wrap_in {
        width: 92%;
    }
    /*chosen*/
    .lesson .choose_sec .wrap_in {
        width: 100%;
    }
    .lesson .chosen_top{
        margin: 0px 0px 5px 0px;
    }
    .lesson .chosen_inner{
        width: 100%;
    }
    .lesson .chosen_outer{
        padding-bottom: 0px;
    }
    .lesson .chosen_inner .chara{
        margin-top: 0em;
        padding: 1.2em 0;
    }
    .lesson .chosen_inner .title {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        margin-left: 1.5%;
    }
    .lesson .chosen_inner .title .left {
        width: 7%;
        float: left;
        height: 1.9em;
        line-height: 11px;
    }
    .lesson .chosen_inner .title .left img {
        width: auto;
        height: 100%;
    }
    .lesson .chosen_inner .title .right {
        width: 89%;
        float: right;
        margin-left: 0.2em;
        color: #010101;
        font-size: 1.2em;
        font-weight: bold;
        padding-top: 0.1em;
    }
    .lesson .chosen_inner .body {
        margin-top: 2em;
        display: block;
    }
    .lesson .chosen_inner .body .left {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .lesson .chosen_inner .body .right {
        margin: 1em auto 0 auto;
        width: 92%;
        line-height: 1.9em;
        text-align: justify;
        font-size: 14px;
    }
    .lesson .recommend_sec {
        margin-top: 20px;
    }
    .lesson .recommend_sec .men_recommend {
        margin: 0 auto 20px 0;
    }
    .lesson .recommend_sec .recommend_ttl {
        width: 100%;
        margin: 0 auto 15px 0;
    }
    .lesson .recommend_sec .men_recom .recom_in {
        width: 90%;
        padding: 5%;
    }
    .lesson .recommend_sec .recom_in .recom_ttl {
        font-size: 18px;
        line-height: 1.5;
        padding-bottom: 10px;
    }
    .lesson .recommend_sec .recom_in .recomttl_sm {
        font-size: 14px;
    }
    .lesson .recommend_sec .recom_in .recom_body {
        padding: 20px 5% 0 5%;
    }
    .lesson .recommend_sec .recom_in .recom_body .recom_ttl02 {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 600;
    }
    .lesson .recommend_sec .recom_in .recom_body .age {
        padding: 10px 0;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_l {
        width: 100%;
        padding-bottom: 15px;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_r {
        width: 100%;
        padding-left: 0;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_r .body_rin {
        margin-bottom: 15px;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_r .que_ttl .qa_img {
       width: 12%;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_r .que_ttl .qa_txt {
        width: 88%;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        font-size: 1.2em;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_r .que_ans .qa_img {
       width: 12%;
    }
    .lesson .recommend_sec .recom_in .recom_body .body_r .que_ans .qa_txt {
        width: 88%;
        padding: 5px 0 0 10px;
        box-sizing: border-box;
        line-height: 1.9em;
        font-size: 14px;
    }
    .lesson .flow_sec {
        margin-bottom: 0;
    }
    .lesson .flow_sec .flow_ttl {
        width: 100%;
    }
    .lesson .flow_sec .flow_list {
        width: 100%;
    }
    .lesson .flow_sec .flow_list .flow_ls {
        width: 100%;
    }
    .lesson .flow_sec .flow_list .flow_ls .flow_txt {
        margin: 0 5% 0 36%;
        padding: 18% 0 5% 0;
        line-height: 1.8em;
        font-size: 12px;
        font-weight: 400;
    }
    /* footer */
    .lesson .store_address {
        width: 80%;
    }
    .lesson footer .store_br {
        display: none;
    }
    .lesson .address_h {
        font-size: 16px;
        padding: 0 3% 2px 3%;
        margin: 25px 0 6px 0;
    }
    .lesson .map_in {
        height: 300px;
        margin: 20px auto 35px auto;
    }
    .lesson .ft_cvin {
        width: 100%;
        background: none;
        height: auto;
    }
    .lesson .ft_cvbtn {
        position: absolute;
        width: 70%;
        bottom: 4%;
        left: 20.5%;
        margin-left: 0;
    }
    .lesson .ft_cvbtn li:first-child {
        margin-bottom: 2%;
    }
    .lesson .ft_cvbtn li a {
        width: 100%;
    }
    .lesson .ft_sec_in{
        width: 100%;
    }
    .lesson .ft_sec_in .top_ft{
        padding: 15px 0px;
    }
    .lesson .ft_sec_lgo a {
        width: 165px;
    }
    .lesson .ft_sec_in .top_ft li a{
        padding: 0px 10px;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
    }

    /* slider section */
    .index_slider .slider_bnrin {
        width: 100%;
    }
    /* Custom navigation dots */
    .index_slider .nav-dots {
        position: absolute;
        width: 88.5%;
        bottom: 13%;
        right: 50%;
        margin-right: -44%;
        z-index: 10;
    }

    .index_slider .nav-dots ul li {
        width: 22.7%;
        float: left;
        margin-right: 3%;
    }
    .index_slider .nav-dots ul li:last-child {
        margin-right: 0;
    }

    .index_slider .nav-dots ul li img {
        width:100%;
        border:3px solid #fff;
    }

    .index_slider .nav-dots ul li.nav-dot-current img{
        border:3px solid #f00;
        margin-top:-10px;
    }

    .index_slider .nav-dots ul li.nav-dot-current,
    .index_slider .nav-dots ul li:hover {
    }

    .index_slider .nav-dots ul li.nav-dot-current:after {
    }
    .index_slider .sposusume_in {
        width: 100%;
        margin: -15% 0 0 0;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    .index_slider .sposusume_ls  {
        width: 23.47%;
        position: absolute;
        bottom: 13%;
        right: 7%;
    }
    .index_slider .sposusume_ls li {
        margin-bottom: 7%;
    }
    .index_slider .sposusume_ls li:last-child {
        margin-bottom: 0px;
    }
    /* slider section */
}
@media only screen and (max-width:479px) {
    .lesson .lesson_head {
        height: 60px;
    }
    .lesson .m_bnrin ul li {
        margin-bottom: 6.5%;
    }
    .lesson footer .store_br {
        display: block;
    }
    .lesson .address_txt {
        font-size: 11px;
    }
    .lesson .flow_sec .flow_list .flow_ls .flow_txt {
        padding: 16% 0 2% 0;
   }
    .lesson .ft_sec_in .top_ft{
        padding: 10px 0px;
    }
    .lesson .ft_sec_in .top_ft li a{
        padding: 0px 5px;
    }
    .lesson .ft_copy p{
        font-size: 10px;
    }

    /* slider section */
    .index_slider .sposusume_ls li {
        margin-bottom: 6.5%;
    }
}
@media only screen and (max-width:414px) {
    .lesson .flow_sec .flow_list .flow_ls .flow_txt {
        line-height: 1.4em;
        font-size: 12px;
    }
}
@media only screen and (max-width:374px) {
    .lesson .flow_sec .flow_list .flow_ls .flow_txt {
        font-size: 11px;
    }
}

@media only screen and (max-width:350px) {
    .lesson .m_bnrin ul li {
        margin-bottom: 5%;
    }
    .lesson .chosen_inner .title .left {
        width: 24px;
    }
    /* slider section */
    .index_slider .sposusume_ls li {
        margin-bottom: 5%;
    }
}
@media only screen and (max-width:335px) {
    .lesson .flow_sec .flow_list .flow_ls .flow_txt {
        line-height: 1.3em;
    }
}