@charset "utf-8";

img {
    display: block;
}

#depilationwax {
    width: 100%;
    font-size: 20px;
    color: #333;
}

/*--font-size一括指定------------------*/
#depilationwax .font48 {
    font-size: 48px;
}
#depilationwax .font30 {
    font-size: 30px;
}

/*--font-family指定------------------------*/
#depilationwax .mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*--margin-bottom指定--------------------------------------*/
#depilationwax .margin_b30 {
    margin-bottom: 30px;
}
#depilationwax .margin_b60 {
    margin-bottom: 60px;
}
#depilationwax .margin_b50 {
    margin-bottom: 50px;
}

/*--padding指定--------------------------------------*/
#depilationwax .padding30 {
    padding: 30px;
}
#depilationwax .padding_b30 {
    padding-bottom: 30px;
}
#depilationwax .padding60 {
    padding: 60px;
}

/*--a指定---------------------------------*/
#depilationwax a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*--img--------------------------------*/
#depilationwax img {
    max-width: 100%;
}

/*--p------------------------------*/
#depilationwax p {
    margin: 0;
}

/*--その他-------------------------------*/
#depilationwax .min768 {
    display: none;
}
#depilationwax .sup {
    vertical-align: super;
    font-size: 60%;
}

#depilationwax h2, #depilationwax h3 {
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    font-weight: normal;
    text-align: center;
    /*font-size: 48px;*/
}
#depilationwax h2 .sub_lead, #depilationwax h3 .sub_lead {
    /*font-size: 30px;*/
    display: block;
    margin-bottom: 20px;
}

#depilationwax > section {
    padding: 60px 15px;
}
#depilationwax section h3 {
    /*margin: 0 0 60px;*/
}
#depilationwax section h4 {
    width: 100%;
    /*font-size: 30px;*/
    margin-top: 72px;
    position: relative;
    text-align: center;
}
#depilationwax section h4:after {
    content: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/deco_line.png);
    position: absolute;
    left: -100%;
    right: -100%;
    top: -72px;
    display: block;
    line-height: 0;
    /*transform: translateX(-50%);*/
}



/*header--------------------------------*/
#depilationwax header {
    width: 100%;
    height: auto;
    margin-bottom: -9em;
}
#depilationwax header .header_img {
    width: 100%;
    height: auto;
    /*min-height: 450px;*/
    position: relative;
    z-index: 0;
}
#depilationwax header .header_img:after {
    content: "";
    display: block;
    padding-top: 32%;
}
#depilationwax header .header_img > img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
#depilationwax header h2 {
    /*width: 640px;*/
    margin: 0 auto 0;
    padding: 82px 0 75px;
    background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/title_bg.png) no-repeat center;
    background-size: contain;
    color: #fff;
    line-height: 1.458;
    position: relative;
    z-index: 1;
    transform: translateY(-50%);
}
/*#depilationwax header h2 .sub_lead {
    display: block;
    margin-bottom: 20px;
}*/


/*section01-----------------------------*/
#depilationwax #sec_01 {
    padding-bottom: 30px;
}
#depilationwax #sec_01 .merit_box {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
}
#depilationwax #sec_01 .merit_box dl {
    width: calc(50% - 15px);
    background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/voice_bg.jpg) repeat center;
    /*padding: 30px;
    margin-bottom: 30px;*/
}
#depilationwax #sec_01 .merit_box dl dd:first-child {
    /*margin-bottom: 1.5em;*/
}
#depilationwax #sec_01 .merit_box dl dt {
    /*font-size: 30px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    font-weight: bold;
    text-shadow: 0px 1px 0px #ecd7d5;
    text-align: center;
    /*margin-bottom: 30px;*/
}

/*section02-----------------------------*/
#depilationwax #sec_02 {
    /*padding-bottom: 30px;*/
    background: #efefef;
}
#depilationwax #sec_02 h4 {
    color: #c04d44;
}
#depilationwax #sec_02 .mov01 {
    max-width: 1170px;
    margin: -10px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
}
#depilationwax #sec_02 .mov01 dl {
    width: calc((100% / 3) - 20px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
#depilationwax #sec_02 .mov01 dl:nth-of-type(3n+1) {
    margin-left: 0;
}
#depilationwax #sec_02 .mov01 dl:nth-of-type(3n) {
    margin-right: 0;
}
#depilationwax #sec_02 .mov02 {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
#depilationwax #sec_02 .mov02 dl {
    width: calc((100% / 2) - 15px);
    /*margin: 0 0 30px;*/
    text-align: center;
}
#depilationwax #sec_02 dl dt {
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 30px;*/
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    
    display: inline-block;
    padding: 0 30px;
    background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/lilly_left.png) no-repeat center left, url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/lilly_right.png) no-repeat center right;
}
/*#depilationwax #sec_02 dl dt:before {
    content: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/lilly_left.png);
    margin-right: 10px;
}
#depilationwax #sec_02 dl dt:after {
    content: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/lilly_right.png);
    margin-left: 10px;
}*/
#depilationwax #sec_02 dl dt + dd {
    width: 100%;
    height: auto;
    position: relative;
}
#depilationwax #sec_02 dl dt + dd:after {
    content: "";
    padding-top: 56%;
    display: block;
}
#depilationwax #sec_02 dl dt + dd > iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

/*section03-----------------------------*/
#depilationwax #sec_03 {
    padding-bottom: 60px;
}
#depilationwax #sec_03 .voice {
    max-width: 1170px;
    margin: 0 auto;
}
#depilationwax #sec_03 .voice dl {
    width: calc(100% - 30px);
    margin-left: 30px;
    background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/relief_rt.png) no-repeat right top, url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/relief_lb.png) no-repeat left bottom, url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/voice_bg.jpg) repeat center;
    position: relative;
    padding: 40px 40px 40px 200px;
}
#depilationwax #sec_03 .voice dl .face {
    position: absolute;
    top: -30px;
    left: -30px;
}
#depilationwax #sec_03 .voice dl dt {
    /*font-size: 30px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin-bottom: 30px;*/
    text-shadow: 0 1px 0 #ecd7d5;
}
#depilationwax #sec_03 .voice dl dt + dd p .name {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    text-align: right;
}
#depilationwax #sec_03 .voice dl:nth-child(2n) {
    padding: 40px 200px 40px 40px;
    margin-right: 30px;
    margin-left: 0;
    background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/relief_rb.png) no-repeat right bottom, url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/relief_lt.png) no-repeat left top, url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/voice_bg.jpg) repeat center;
}
#depilationwax #sec_03 .voice dl:nth-child(2n) .face {
    left: auto;
    right: -30px;
}
#depilationwax #sec_03 .voice dl:last-child {
    margin-bottom: 0;
}

/*section04-----------------------------*/
#depilationwax #sec_04 {
    /*padding: 0 0 60px;*/
    background: #f6f1dc;
}
#depilationwax #sec_04 h3 {
    background: #000;
    color: #fff;
    padding: 30px 15px;
    margin: -60px -15px 60px;
    text-align: center;
}
#depilationwax #sec_04 h3 > img {
    margin: 0 auto 30px;
}
#depilationwax #sec_04 h3 .sub_lead {
    margin-bottom: 0;
}
#depilationwax #sec_04 .rica_movie {
    max-width: 1170px;
    padding: 0 15px;
    height: auto;
    /*margin: 0 auto 60px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
#depilationwax #sec_04 .rica_movie iframe {
    margin: 0;
}
#depilationwax #sec_04 .rica_quality {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
#depilationwax #sec_04 .rica_quality dl {
    width: calc((100% / 3) - 20px);
    /*margin-bottom: 40px;*/
}
#depilationwax #sec_04 .rica_quality dl dd {
    /*margin-bottom: 30px;*/
}
#depilationwax #sec_04 .rica_quality dl dt {
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 30px;*/
    text-align: center;
    letter-spacing: -0.05em;
}
#depilationwax #sec_04 .rica_quality .des .small {
    font-size: 16px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
#depilationwax #sec_04 .link_area {
    max-width: 1170px;
    margin: 122px auto 0;
    padding: 0 15px;
    position: relative;
}
#depilationwax #sec_04 .link_area:after {
    content: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/deco_line.png);
    position: absolute;
    left: 50%;
    /*right: -100%;*/
    top: -72px;
    display: block;
    line-height: 0;
    transform: translateX(-50%);
}
#depilationwax #sec_04 .link_area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
}
#depilationwax #sec_04 .link_area ul li {
    width: calc(50% - 15px);
    text-align: center;
}
#depilationwax #sec_04 .link_area ul li a {
    display: block;
    background: #000;
    color: #fff;
    padding: 30px;
    /*font-size: 30px;*/
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#depilationwax #sec_04 .link_area ul li a:after {
    content: "\f054";
    font-family: FontAwesome;
}
#depilationwax #sec_04 .link_area ul li:first-child a:before {
    content: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/wax_icon.png);
    line-height: 0;
}
#depilationwax #sec_04 .link_area ul li:last-child a:before {
    content: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/seminar_icon.png);
    line-height: 0;
}
#depilationwax #sec_04 .link_area ul li a .target_b > img {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
}



/*--1024px以下----------------------------------------------------*/
@media screen and (max-width:1024px) {
    #depilationwax {
        font-size: 16px;
    }
    #depilationwax .font48 {
        font-size: 44px;
    }
    #depilationwax .font30 {
        font-size: 26px;
    }
    
    #depilationwax .margin_b30 {
        margin-bottom: 20px;
    }
    #depilationwax .margin_b50 {
        margin-bottom: 30px;
    }
    #depilationwax .margin_b60 {
        margin-bottom: 30px;
    }
    
    #depilationwax > section {
        padding: 40px 15px;
    }
    #depilationwax h2 .sub_lead, #depilationwax h3 .sub_lead {
        margin-bottom: 10px;
    }
    #depilationwax section h4 {
        margin-top: 52px;
    }
    #depilationwax section h4::after {
        top: -52px;
    }
    
    /*--header---------------------------------*/
    #depilationwax header {
        margin-bottom: -12em;
    }
    
    /*--sec01-----------------------------------*/
    #depilationwax #sec_01 {
        padding-bottom: 10px;
    }
    #depilationwax #sec_01 .merit_box dl {
        width: calc(50% - 10px);
    }
    
    /*--sec03-------------------------------------*/
    #depilationwax #sec_03 .voice dl {
        width: calc(100% - 20px);
        margin-bottom: 40px;
        margin-left: 20px;
        padding-left: 210px;
    }
    #depilationwax #sec_03 .voice dl:nth-child(2n) {
        margin-left: 0;
        margin-right: 20px;
        padding-right: 210px;
    }
    #depilationwax #sec_03 .voice dl .face {
        top: -20px;
        left: -20px;
    }
    #depilationwax #sec_03 .voice dl:nth-child(2n) .face {
        left: auto;
        right: -20px;
    }
    #depilationwax #sec_03 .voice dl dt + dd p .name {
        font-size: 14px;
        margin-top: 20px;
    }
    
    /*--sec04-------------------------------------*/
    #depilationwax #sec_04 h3 {
        padding: 20px 15px;
        margin-bottom: 40px;
    }
    #depilationwax #sec_04 h3 > img {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #depilationwax #sec_04 .rica_quality dl dt {
        white-space: nowrap;
    }
    #depilationwax #sec_04 .rica_quality .des .small {
        font-size: 14px;
    }
}

/*--768px以下----------------------------------------------------*/
@media screen and (max-width:768px) {
    #depilationwax .font30 {
        font-size: 24px;
    }
    #depilationwax .font48 {
        font-size: 40px;
    }
    
    #depilationwax section h3 {
        line-height: 1.2;
    }
    
    #depilationwax .min768 {
        display: block;
    }
    
    /*--header------------------------------*/
    #depilationwax header {
        margin-bottom: -9em;
    }
    #depilationwax header h2 {
        padding: 68px 0 62px;
        line-height: 1.2;
    }
    
    /*--sec01----------------------------------*/
    #depilationwax #sec_01 .merit_box dl {
        padding: 20px;
        width: calc((100% / 2) - 7px);
    }
    
    /*--sec02---------------------------------*/
    #depilationwax #sec_02 .mov01 dl {
        width: calc((100% / 3) - 10px);
        margin-left: 7px;
        margin-right: 7px;
    }
    #depilationwax #sec_02 .mov02 dl {
        width: calc((100% / 2) - 7px);
    }
    
    /*--sec03---------------------------------*/
    #depilationwax #sec_03 h3 {
        margin-bottom: 50px;
    }
    
    /*--sec04-----------------------------*/
    #depilationwax #sec_04 h3 {
        margin-bottom: 30px;
    }
    #depilationwax #sec_04 .rica_movie {
        padding: 0;
        position: relative;
    }
    #depilationwax #sec_04 .rica_movie:after {
        content: "";
        display: block;
        padding-top: 56%;
    }
    #depilationwax #sec_04 .rica_movie > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        margin: auto;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
    }
    #depilationwax #sec_04 .rica_quality {
        padding: 0;
    }
    #depilationwax #sec_04 .rica_quality dl {
        width: calc((100% / 3) - 10px);
    }
    #depilationwax #sec_04 .rica_quality dl dt {
        white-space: normal;
        letter-spacing: normal;
    }
    #depilationwax #sec_04 .rica_quality dl dt > br {
        display: none;
    }
    #depilationwax #sec_04 .link_area {
        margin-top: 102px;
        padding: 0;
    }
    #depilationwax #sec_04 .link_area:after {
        top: -62px;
    }
    #depilationwax #sec_04 .link_area ul li {
        width: calc(50% - 7px);
    }
    #depilationwax #sec_04 .link_area ul li a {
        padding: 20px;
    }
}

/*--767px以下----------------------------------------------------*/
@media screen and (max-width:767px) {
    #depilationwax .font30 {
        font-size: 20px;
    }
    #depilationwax .font48 {
        font-size: 26px;
    }
    
    #depilationwax .margin_b60, #depilationwax .margin_b30, #depilationwax .margin_b50 {
        margin-bottom: 15px;
    }
    
    #depilationwax > section {
        padding: 30px 15px;
    }
    #depilationwax h2 .sub_lead, #depilationwax h3 .sub_lead {
        font-size: 16px;
    }
    
    #depilationwax section h4 {
        margin-top: 42px;
    }
    #depilationwax section h4:after {
        content: "";
        height: 12px;
        width: 100%;
        background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/deco_line.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        top: -30px;
        display: block;
    }
    
    /*--header-------------------------*/
    #depilationwax header {
        margin-bottom: -80px;
    }
    #depilationwax header .header_img {
        min-height: 200px;
        background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/header_img.jpg) no-repeat center;
        background-size: cover;
    }
    #depilationwax header .header_img > img {
        display: none;
    }
    #depilationwax header h2 {
        padding: 34px 0 0;
        width: 300px;
        height: 155px;
        margin: 0 auto;
    }
    #depilationwax header h2 .sub_lead {
        font-size: 16px;
    }
    
    /*--sec01-----------------------*/
    #depilationwax #sec_01 .merit_box {
        display: block;
    }
    #depilationwax #sec_01 .merit_box dl {
        width: 100%;
        padding: 15px;
    }
    
    /*--sec02-------------------------*/
    #depilationwax #sec_02 {
        padding-bottom: 15px;
    }
    #depilationwax #sec_02 .mov01, #depilationwax #sec_02 .mov02 {
        display: block;
    }
    #depilationwax #sec_02 .mov01 dl, #depilationwax #sec_02 .mov02 dl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #depilationwax #sec_02 .mov02 h4 {
        margin-top: 52px;
    }
    
    /*--sec03-----------------------*/
    #depilationwax #sec_03 h3 {
        margin-bottom: 40px;
    }
    #depilationwax #sec_03 .voice dl {
        width: calc(100% - 15px);
        margin-left: 15px;
        background-size: 45px;
        padding: 25px 25px 25px 105px;
    }
    #depilationwax #sec_03 .voice dl:nth-child(2n) {
        margin-left: 0;
        margin-right: 15px;
        background-size: 45px;
        padding: 30px 105px 30px 30px;
    }
    #depilationwax #sec_03 .voice dl .face {
        width: 100px;
        height: 100%;
        top: -15px;
        left: -15px;
    }
    #depilationwax #sec_03 .voice dl:nth-child(2n) .face {
        left: auto;
        right: -15px;
    }
    
    /*--sec04-------------------------*/
    #depilationwax #sec_04 h3 > img {
        width: 120px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    #depilationwax #sec_04 .rica_quality {
        display: block;
    }
    #depilationwax #sec_04 .rica_quality dl {
        width: 100%;
    }
    #depilationwax #sec_04 .link_area {
        margin-top: 62px;
    }
    #depilationwax #sec_04 .link_area:after {
        content: "";
        height: 12px;
        width: 100%;
        background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/deco_line.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: -30px;
        display: block;
    }
    #depilationwax #sec_04 .link_area ul {
        display: block;
    }
    #depilationwax #sec_04 .link_area ul li {
        width: 100%;
    }
    #depilationwax #sec_04 .link_area ul li + li {
        margin-top: 15px;
    }
    #depilationwax #sec_04 .link_area ul li a {
        padding: 15px;
    }
    #depilationwax #sec_04 .link_area ul li:first-child a:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/wax_icon.png) no-repeat center;
        background-size: contain;
    }
    #depilationwax #sec_04 .link_area ul li:last-child a:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(/_ui/responsive/common/ui_assets/online/eg/pickup/depilationwax/img/seminar_icon.png) no-repeat center;
        background-size: contain;
    }
    #depilationwax #sec_04 .link_area ul li a .target_b > img {
        width: 15px;
    }
}
        













/**/