@charset "UTF-8";
  .caution{
    color: #e63050;
  }
  .title-big-pnk {
    color: #e63050;
    font-weight:bold;
    font-size:16px;
  }
  .lastTxt{
    margin-bottom:50px;
  }
.movieCont .movie-box iframe {
    width: 100%;
}
.content-box.border-t {
    border-top: 1px solid #a69b95!important;
}

@media screen and (min-width: 768px) {

.sub-inner{
    width: 75%;
    margin: 0 auto 100px;
    min-width: 750px;
  }

  /* 404 */
  .not-found-Wrap{
      margin: 0 auto;
      width: 37%;
      text-align: center;
      padding: 15% 0;
  }

  /* 404 */
  .not-found-Wrap{
      margin: 0 auto;
      width: 37%;
      text-align: center;
      padding: 15% 0;
  }

  .not-found-Wrap h2{
      font-size: 40px;
      margin-bottom: 20px;
      color: #aaa;
  }
  /* guide */


  .col2Float {
    width: 100%;
    overflow: hidden;
  }
  .col2Float ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
  }
  .col2Float ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .col2Float ul:before {
    content: "";
    display: table;
  }
  .col2Float ul li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
  font-size: 16px;
  }
  .col2Float ul li:nth-child(odd) {
    margin-right: 1%;
  }
  .col2Float ul li:nth-child(even) {
    margin-left: 1%;
  }
  .guidIndex{
    margin-bottom: 150px!important;
  }

  .guidIndex li {
    height: 70px;
    line-height: 70px;
    text-align: center;
  font-size: 14px;
    font-size: 0.875rem;
  }
  .guidIndex .pk {
    background: #f5eaed;
  }
  .guidIndex .gy {
    background: #eae8e8;
  }
  .guidIndex li a {
    width: 100%;
    height: auto;
    display: block;
    color: #3a3a3a;
  text-align: left;
    background: url(/common/img/ico-arrow-r-middle.png) no-repeat 100% center;
  }
  .guidIndex .pk a:hover {
    text-decoration: none;
    background: #dab6c0 url(/common/img/ico-arrow-r-middle.png) no-repeat 95% center;
  }
  .guidIndex .gy a:hover {
    text-decoration: none;
    background: #aaa url(/common/img/ico-arrow-r-middle.png) no-repeat 95% center;
  }
  .guidIndex--img {
    line-height: 0;
  }

  .guidIndex li img {
    height: auto;
    line-height: 0;
    font-size: 0;
    float: left;
    padding:22px 22px 0 35px;
  }



  /* order */

  .hSubWrap {
    margin: 0px 0 80px;
    text-align: center;
  }

  .hSub {
    font-size: 30px;
    font-weight: normal;
    color: #3a3a3a;
  }
  .hSub .jp {
    font-size: 16px;
    font-size: 1rem;
    color: #3a3a3a;
  }

  .headline2nd {
    margin-bottom: 30px;
    position: relative;
  }
  .headline2nd h3 {
    letter-spacing: 0.09em;
    font-size: 16px;
    margin: 0 0 0.3em 0;
    padding: 13px 10px;
    color: #3a3a3a;
    background: #f5eaed;
  }
  .headline2nd h3::before {
    content: '';
    height: 100%;
    padding-right: 10px;
  }
  .headline2nd h3 span {
    font-size: 16px;
    font-size: 1rem;
    padding-left: .6em;
  }
  .headline2nd h4 {
    letter-spacing: 0.09em;
    font-size: 14px;
    margin: 0 0 0.3em 0;
    padding: 0 0 0 10px;
    border-left: 2px solid #ea5184;
    color: #ea5184;
  }
  .headline2nd .title-pnk {
    color: #585858;
  }

  .headline2nd .sub {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .border2 {
    padding: 20px 30px;
    border: 1px solid #ea5184;
    margin-bottom: 30px;
  }
  .cf{
    overflow:hidden;
  margin-bottom:40px;
  }

  .imgL{
    float: left;
    margin: 0 30px 0 0;
  }




  /* delivery */

  table.basicTbl th {
    background: none repeat scroll 0 0 #eae4e6;
    border: 1px solid #eae4e6;
    border-left: 1px solid #eae4e6;
    font-weight: normal;
    padding: 5px;
  }
  table.basicTbl td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eae4e6;
    border-left: 1px solid #eae4e6;
    padding: 15px;
  }



  /* return */

  .return-box{
    border: 1px solid #999;
    padding: 4% 5% 6%;
    text-align: center;
  }

  /* flow */
    .btn-flow a{
      border: 2px solid #ed5093;
      color: #ed5093;
      padding: 10px 0;
      width: 200px;
      float: left;
      display: block;
      text-align: center;
      margin: 10px 0;
  }
    .btn-flow a:hover {
      color: #fff;
      background: #ed5093;
  }
  /* qanda */

  .guideFaq dl {
    margin-bottom: 36px;
  }
  .guideFaq dl dt {
    border-left: 3px solid #aaa;
    padding: 10px 20px;
    margin: 12px 0;
    cursor: pointer;
    background: url(/common/img/ico-arrow-r-white.png) no-repeat 5px center;
  }
  .guideFaq dl dt:hover {
    color: #ea5184;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    background: #f3f3f3;
  }
  .guideFaq dl dt.show {
    color: #ed5093;
    font-weight: bold;
  }
  .guideFaq dl dt.show:hover {
    background: #fff;
  }
  .guideFaq dl dd {
    padding: 10px 20px;
    position: relative;
    background: #f3f3f3;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .guideFaq dl dd:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px;
  }
  .guideFaq dl dd:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 14px;
    margin-left: -14px;
  }


  /*PC news*/
  .news-wrap {
    width: 60%;
    margin:0 auto;
    padding: 0;
    list-style-type: none;
  }
  .news--list {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe1e6;
  }
  .news--list img {
    height: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  .news--list--box {
    width: 90%;
    padding: 13px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
  }
  .news--list--box p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
  }
  .news--list--box p.date {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #999;
    margin: 0 0 4px 0;
  }
  .news--list a {
    width: 100%;
    height: auto;
    display: block;
    color: #404040;
    display: table;
  }
  .news--list a:hover {
    text-decoration: none;
  }
  .news--list a:hover .moreLink {
    background: #c39dbb url(/common/img/ico-arrow-r-white.png) no-repeat center center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .news--list .moreLink {
    width: 26px;
    height: 100%;
    text-align: center;
    background: #dfe1e6 url(/common/img/ico-arrow-r-white.png) no-repeat center center;
    display: block;
    color: #404040;
    display: table-cell;
    vertical-align: top;
  }


  /*lesson*/
  .pink-box .cts-title{
  background-color: #f5eaed;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 30px 0;
}


 .lesson-navi{
  overflow: hidden;
  margin-bottom: 65px;
}
 .box-left{
  float: left;
  width: 30%;
  margin: 1% 1.5%;
}
 .box-right{
  float: right;
  width: 46%;
}

 .pink-box{
  border: 3px solid #f5eaed;
}

 .gray-box{
  border: 3px solid #eae8e8;
}
.online-box{
  border: 3px solid #F0E9F5;
}

.blue-box{
   border: 3px solid #d3d9e2;
}
 .hSub span{
  font-family: serif;
}
 .cts-title{
  background-color: #f5eaed;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 30px 0;
}

.navi-comment{
  padding: 40px 20px 0;
  margin-bottom: 70px;
  line-height: 2;
}

.link-detail{
  text-align: right;
  padding-right: 50px;
  margin-bottom: 15px;
  position: relative;
}

.link-detail:after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid ;
  border-right: 1px solid ;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  bottom: 7px;
}

.gray_bg{
  background-color: #EAE8E8;
}
.blue_bg{
   background-color: #d3d9e2;
 }
 .cts-title-online{
  background-color:#F0E9F5;
 }
  .online-in-bg{
  background-color:#F8F8FF;
  padding: 20px;
  text-align: left;
  }
  .online-in-bg .text-left{
    margin: 0 auto;
    width:450px;
  }
  .zoom-wrap{
  text-align: left;
  }
  .zoom-wrap .text-left{
    margin: 0 auto;
    width:600px;
  }

.banner{
  text-align: center;
  margin-bottom: 160px;
}

.alink{
  color: #f59999;
  text-decoration: underline;
}

.alink:hover{
  color: #f59999;
  text-decoration: none;
}

.lesson-guide{
  max-width:1100px;
  margin: 0 auto;
}
.lesson-guide-wrap{
  width:100%;
  position: relative;
  display: inline;
}
.lesson-guide-wrap .fl{
  
}
.lesson-guide .img01{
    width: 76%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
  }
  .lesson-guide .img01 img{
    width:100%;
  }
  .lesson-guide .img02{
    width: 20%;
    display: inline-block;
    text-align: left;
  }
.l-history{
  margin:0;
  margin-top: 20px;
}
.s-arrow{
position: relative;
display: inline-block;
padding: 0 0 0 12px;
color: #000;
vertical-align: middle;
text-decoration: none;

}
.s-arrow::before,
.s-arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}


.l-his::before{
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #ef387f;
}


.lesson-tit{
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 30px;
  padding-top: 40px;
}

.lesson-txt01{
  position: relative;
  margin: 0;
  right: -59%;
  top: -90px;
  width: 35%;
  display: inline-block;
  font-size:14px;
}

.lesson-img{
  margin:12px 0;
  margin-left: -12px;
}
.lessonbox02{
  margin: 0 0 50px 0;
  display: inline-block;
  width: 45%;
  margin-right: 9%;
  position: relative;
  top: -30px;
}
.lessonbox02 img{
    width: 100%;
  }
.lessonbox03{
  margin: 0;
  display: inline-block;
  width: 45%;
  position: relative;
  top: 30px;
}
.lessonbox03 img{
    width: 100%;
  }
.lesson-bnr{
  text-align: center;
  margin: 60px auto 80px;
  width:80%;
}
.lesson-bnr img{
  width: 100%;
}

.lesson-table{
  display: table;
  width: 100%;
  border-bottom: #c4c4c4;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}

.txt-detail, .txt-schedule{
  display: table-cell;
}

.ctn-box{
  padding: 65px 60px 90px;
  line-height: 1.9;
}

.txt-detail dt, .txt-schedule dt, .detail-date{
  font-weight: bold;
  font-size: 16px;
}

.txt-detail {
  width: 50%;
  border-right: #c4c4c4;
  border-right-style: dotted;
  padding-bottom: 20px;
}
.txt-detail{
  padding-right: 50px;
  padding-bottom: 30px;  
}
.txt-schedule{
  padding-left: 50px;
  padding-bottom: 30px;
}

.ctn-box span.bigger{
  font-size: 18px;
}
.present{
  letter-spacing: 0.1em;
}
.entry{
  text-align: center;
}

.btn-entry {
  width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #ED729A;
  color: #ED729A;
  margin-bottom: 20px;
  text-align: center;
}

.btn-entry:hover{
  opacity: .7;
  transition: all 200ms ease;
}
.btn-entry a{
  color: #ED729A;
  display: block;
  line-height: 3.5;
}

#first-contents{
  margin-bottom: 110px;
}

#second-contents{
  margin-bottom: 110px;
}

.region{
  margin-bottom: 10px;
}

.list-region{
  width: 100%;
}

.ttl-region{
  border-left: 5px solid #d3d9e2;
  padding-left: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
  letter-spacing: 0.08em;
}

.list-region-inner{
  padding: 10px 0;
  line-height: 4;
  border-bottom: 1px dotted #ccc;
}

.salon, .salon-detail{
  display: inline-block;
  vertical-align: middle;
}

.salon{
  width: 33.3%;
  line-height: 1.5;
}

.salon-detail {
    line-height: 1.5;
    width: 32.333%;
    word-wrap: break-word;
}

.img-box-salon img{
  max-width: 49%;
  height: auto;
}

.ttl-pref {
    display: block;
    border-bottom: 2px solid #ED729A;
    font-size: 17px;
    color: #ED729A;
}

 /*futureコラム*/

.future-list-ttl{
  font-size: 23px;
  color: #0820aa;
  border-left: 3px solid;
  padding-left: 10px;
  margin-bottom: 10px;
}

.future-list-txt{
margin-bottom: 50px;
}

.futureContents {
  padding:0 10%;
}

.futureContents + .thought-list {
  padding: 60px 10%;
}

.futureContents .imgBox{
  text-align:center;
  margin-bottom:30px;
}
.futureContents .imgBox img{
  border:1px solid #cecece;
}
.title-box{
  margin-bottom:50px;
}

.title-box h3{
    border: 1.5px #48649F solid;
    padding: 40px 30px;
    margin-bottom: 25px;
    overflow: hidden;
    color: #3366CC;
    font-size: 28px;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    line-height: 34px;
}

.title-box .title {
    color: #333333;
    font-size: 24px;
}

 /*管理画面内html*/

  .explain img{
    width:100%;
  }
  .mechanism-wrap{
    overflow:hidden;
  }
  .explain h2{
    font-size: 20px;
    color:#ed5093;
    margin-bottom:10px;
    margin-top: 60px;
  }
  .explain h3{
    font-size: 16px;
    color:#717171;
    margin-bottom:10px;
  }
  .use-wrap{
    overflow: hidden;
    border-bottom: 1px solid #bdbbbb;
    padding-bottom: 30px;
   }
  .use-wrap16{
    border-right: 1px solid #bdbbbb;
    padding-bottom: 30px;
    width: 350px;
   }
  .use-wrap16.border-none {
     border-right: none;
  }      
  .use-wrap.border-none {
     border-bottom: none;
  }
   .pink{
    color: #ed5093;
    font-size: 18px;
   }
   .pink-s{
    font-size: 0.9em;
   }
   .pink-sm{
    font-size: 0.8em;
   }
   .pink a {
         font-size: 12px;
         display: block;
         text-align: center;
         color: #fff;
         letter-spacing: 0.1em;
         line-height: 3;
         width: 180px;
         background-color: #ed5093;
         margin-top: 15px;
  }

  .pink a:hover{
    opacity: 0.8;
  }
  .help-item-box {
    padding: 25px 0 25px 35px;
    background-color: #f0f0f0;
    margin-bottom: 25px;
    border: none;
}

  /*画像2と3個*/
  .explain-img{
    float: left;
    width: 35%;
  }
  .explain li{
    display: inline-block;
    margin-right: 10px;
    width: 27%;
  }

  /*画像1個*/
  .explain-img-1box{
    float: left;
    width: 27%;
  }
  .img-1box li{
    width: 35%;
  }
  /*画像4個*/
  .explain-img-4box{
    float: left;
    width: 45%;
  }
  .img-4box li {
    width: 22%;
  }

  .explain-txt{
    width: 50%;
    float: left;
    margin-left: 20px;
    font-size: 13px;
  }

  .box1-txt{
    margin-left: 97px;
  }
  /*--お助けアイテム--*/
  .left{
    float: left;
    width: 40%;
  }
  .left .explain-img-1box .img-1box li {
      width: 87%;
  }
  .explain-img-16 img {
      width: 175px;
      margin-bottom: 20px;
  }  
  .right{
    float: right;
    width: 60%;
  }
  .right .explain-img ul li {
      width: 44%;
  }
  .clearfix:after{
    content: "";
    display: block;
    clear: both;
  }

/*新商品用スタイル*/
.howto-header .thumb {
    float: left;
    margin-right: 20px;
}
.howto-header .explain {
    overflow: hidden;
    zoom: 1;
}
.howto-wrap {
    border-bottom: 1px solid #e2e0e0;
    padding-bottom: 30px;
}
.howto-header {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 50px;
}
.point-new {
    border: 1px solid #ef387f;
    padding: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 68px;
    text-align: center;
}
.font-pink {
    color: #ef387f;
}
.line-tall {
    height: 250px;
}
.bg-color-new {
    background-color: #f5f3ed;
    border-radius: 10px;
    padding: 40px;
    max-width: 1000px;
}
.bg-color-new-title span {
    font-size: 18px;
    color: #cac1a6;
    font-weight: bold;
    margin-right: 5px;
}
.bg-color-new-title p{
  width: 500px;
}
.hutae-box {
    display: table-cell;
    width: 500px;
}
.hutae-box ul li{
  width: 93%;;
}
.detail-ttl{
  font-size: 20px;
}
span .atten{
  font-size: 14px;
}
 /*講習会用スタイル*/
  .detail-seminar{
      background: #f5eaed;
      text-align: center;
  }
  .detail-seminar .pink{
      margin: 0 auto;
      width: 180px;
  }

  /*新商品用スタイル*/
  .howto-header .thumb {
      float: left;
      margin-right: 20px;
  }
  .howto-header .explain {
      overflow: hidden;
      zoom: 1;
  }
   .explain16 {
      overflow: hidden;
      zoom: 1;
  } 
  .howto-wrap {
      border-bottom: 1px solid #e2e0e0;
      padding-bottom: 30px;
  }
  .howto-header {
      overflow: hidden;
      zoom: 1;
      margin-bottom: 50px;
  }
  .point-new {
      border: 1px solid #ef387f;
      padding: 2px;
      margin-bottom: 20px;
      width: 68px;
      text-align: center;
  }
  .font-pink {
      color: #ef387f;
  }
  .line-tall {
      height: 250px;
  }
  .bg-color-new {
      background-color: #f5f3ed;
      border-radius: 10px;
      padding: 40px;
      max-width: 1000px;
  }
  .bg-color-new-title span {
      font-size: 18px;
      color: #cac1a6;
      font-weight: bold;
      margin-right: 5px;
  }
  .bg-color-new-title p{
    width: 500px;
  }
  .hutae-box {
      display: table-cell;
      width: 500px;
  }
  .hutae-box ul li{
    width: 100%;
  }
  /*PC 商品ページのレビュー*/
  .review-wrap {
    margin-bottom: 30px;
  }
  .review-wrap img {
    width: auto;
  }
  .review-wrap .review-ttl {

  }
  .review-wrap .review-box {
    border: 1px solid #ccc;
    padding: 20px 0 20px 20px;
    background-color: #E44E831A;
  }
  .review-wrap .review-box .review-list {
    /*max-height: 500px;*/
    max-height: 240px;
    position: relative;
    padding-right: 20px;
  }
  .review-wrap .review-box .review-list .review-list-item {
    display: table;
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 82%;
  }
  .review-wrap .review-box .review-list .review-user {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: top;
  }
  .review-wrap .review-box .review-list .review-user img {
    /*margin-bottom: 10px;*/
    width: 23%;
  }
/*  .review-wrap .review-box .review-list .review-user-info {

  }*/
  .review-wrap .review-box .review-list .review-user-info .name {
    display: block;
    font-size: 16px;
  }
  .review-wrap .review-box .review-list .review-user-info .info {
    display: block;
  }
  .review-wrap .review-box .review-list .review-detail {
    display: table-cell;
    width: 80%;
  }
/*  .review-wrap .review-box .review-list .review-info {
    margin-bottom: 15px;
  }*/
  .review-wrap .review-box .review-list .review-info img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
/*  .review-wrap .review-box .review-list .review-point {

  }
  .review-wrap .review-box .review-list .review-date {

  }*/
  .review-wrap .review-box .review-list .review-ttl-sub {
    font-weight: normal;
  }
  .review-wrap .review-box .review-list .review-txt {
  font-size: 150%;
  }
/*  .review-wrap .review-box .review-list .review-list-item {
    display: table;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
  }*/
  .review-wrap .review-box .review-list .review-user {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: top;
  }
/*  .review-wrap .review-box .review-list .review-user img {
    margin-bottom: 10px;
  }*/
  .review-wrap .review-box .review-list .review-user-info {

  }
  .review-wrap .review-box .review-list .review-user-info .name {
    display: block;
    f/*ont-size: 16px;*/
  }
  .review-wrap .review-box .review-list .review-user-info .info {
    display: block;
  }
  .review-wrap .review-box .review-list .review-detail {
    display: table-cell;
    width: 80%;
  }
  .review-wrap .review-box .review-list .review-info {
    margin: 15px 0;
  }
  .review-wrap .review-box .review-list .review-info img {
    vertical-align: middle;
  }
/*  .review-wrap .review-box .review-list .review-point {

  }
  .review-wrap .review-box .review-list .review-date {

  }*/
  .review-wrap .review-box .review-list .review-ttl-sub {
    font-weight: normal;
  }
/*  .review-wrap .review-box .review-list .review-txt {

  }*/

  /*ニュース一覧*/
  .info-page .info-box {
    margin-bottom: 50px;
  }
   /*てのひらコスメ*/

.cosme-box {
   text-align: center;
   margin-top: 50px;
}
.cosme-box h3{
   font-size: 25px;
   margin: 30px 0;
}
.cosme-box .inner ul{
    text-align: left;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.cosme-box .inner .bnr{
    margin: 80px 0 100px;
}

/*動画ページ*/
.movie-tit{
    background-color: #f5eaed;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 20px 20px;
    font-weight: normal;
}
.movie-detail{
    margin: 20px 0 50px
}
.movieCont{
    overflow: hidden;
 }
.use-item-list {
    display: -webkit-flex;
    display: flex;
}
.use-item-list img {
    width: 80px;
    border-radius: 50%;
    border: 2px solid #e2dfe0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.sub-inner{
    overflow: hidden;
}
.movie-box{
    margin-bottom: 8%;
}

.movieleft{
    float: left;
    width: 47%;
    margin-right: 6%;
}
.movieright{
    float: left;
    width: 47%;
}

.movieTitle{
    font-size: 20px;
    color: #ed5093;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.movie-thum{
    width: 100%;
}
.movie-txt{
    margin: 15px 0 30px;
}
.movieCont h3{
    font-size: 15px;
    margin-bottom: 5px;
}

  /*特集一覧*/
.featureIndex{
   max-width: 1200px;
}
.featureIndex li {
   padding: 1%;
}
.featureIndex li img{
   width: 100%;
}




/*メディアクエリ　PC 閉じたタグ*/
}
/*
============================================================
 pc用スタイルここまで
============================================================
*/
@media screen and (max-width: 767px) {

  .sub-inner{
    padding: 2% 3%;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }

/* pankuzu */
  .bread {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top:20px;
  }
  .bread ul {
    margin: 0;
    padding-bottom: 20px;
    list-style-type: none;
  }
  .bread li {
    display: inline-block;
  }
  .bread li a {
    color: #b4b4b4;
  }
  .bread li a:hover {
    color: #000;
  }

/* 講習会の様子 */

   .lesson-guide .fl {
     float: initial !important;
 }

   .lesson-guide-wrap{
    display: flex;
    flex-direction: column-reverse;
   }
  .lesson-guide h2{
  border-bottom: 1px solid #999;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 20px;
   }


   .lesson-guide-wrap div{
     margin-bottom:20px;
   }

   .lessonbox02,.lessonbox03{
     margin-bottom:20px;
   }

   .lesson-bnr{
     margin-bottom:20px;
   }
   .l-history{
     display: inline-block;
     margin:auto;
     text-align: center;
   }
   .lesson-img{
    margin:12px 0;
   }



/*guide*/

.col2Float ul li {
    margin-bottom: 2%;
    font-size: 16px;
  }

  .guidIndex{
    margin-bottom: 150px!important;
  }
  .guidIndex li {
    height: 70px;
    line-height: 70px;
    text-align: center;
  }
  .guidIndex li:nth-child(even) {
    background: #f5eaed;
  }
  .guidIndex li:nth-child(odd) {
    background: #eae8e8;
  }

  .guidIndex li a {
    width: 100%;
    height: auto;
    display: block;
    color: #3a3a3a;
    background:url(/common/img/ico-arrow-r-white.png) no-repeat 95% center;
  }


  .guidIndex li img {
    height: auto;
    line-height: 0;
    font-size: 0;
    float: left;
    padding: 23px 0 0 40px;
  }

  /*SP news*/
  .news-wrap {
    width: 100%;
    margin:0 auto;
    padding: 0;
    list-style-type: none;
  }
  .news--list {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe1e6;
  }
  .news--list img {
    height: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  .news--list--box {
    width: 90%;
    padding: 13px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
  }
  .news--list--box p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
  }
  .news--list--box p.date {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #999;
    margin: 0 0 4px 0;
  }
  .news--list a {
    width: 100%;
    height: auto;
    display: block;
    color: #404040;
    display: table;
  }
  .news--list a:hover {
    text-decoration: none;
  }
  .news--list a:hover .moreLink {
    background: #c39dbb url(/common/img/ico-arrow-r-white.png) no-repeat center center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .news--list .moreLink {
    width: 26px;
    height: 100%;
    text-align: center;
    background: #dfe1e6 url(/common/img/ico-arrow-r-white.png) no-repeat center center;
    display: block;
    color: #404040;
    display: table-cell;
    vertical-align: top;
  }


/*nakape-ji*/
.hSub{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.headline2nd h3 {
    letter-spacing: 0.09em;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 10px 10px;
    color: #3a3a3a;
    background: #f5eaed;
}
.cf {
    margin-bottom: 30px;
}

.imgL {
    display: block;
    margin: 0 0 12px 0;
   text-align: center;
}
.jp {
    font-size: 15px;
    display: block;
    line-height: 20px;
    margin-top: 10px;
}
/* return */
  .return-box{
    border: 1px solid #999;
    padding: 4% 5% 6%;
    text-align: center;
  }

/* pay */

  .cf img{
    max-width: 100%;
  }

/* faq */
  .guideFaq dl {
    margin-bottom: 36px;
  }
  .guideFaq dl dt {
    border-left: 3px solid #ed5093;
    padding: 10px 20px;
    margin: 12px 0;
    cursor: pointer;
    background: url(/common/img/ico-arrow-r-white.png) no-repeat 5px center;
  }
  .guideFaq dl dt:hover {
    color: #ed5093;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    background: #f3f3f3;
  }
  .guideFaq dl dt.show {
    color: #ed5093;
    font-weight: bold;
  }
  .guideFaq dl dt.show:hover {
    background: #fff;
  }
  .guideFaq dl dd {
    padding: 10px 20px;
    position: relative;
    background: #f3f3f3;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 0 3%;
  }
  .guideFaq dl dd:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px;
  }
  .guideFaq dl dd:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 14px;
    margin-left: -14px;
  }

  
  /*ソーリーページ*/
  .not-found-Wrap{
    margin:20% 11%; 
  }
　.not-found-Wrap h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #aaa;
}
　.not-found-Wrap p {
    text-align: center;
}
    
/*lesson*/

  .mb30{
  margin-bottom: 30px;
  }

 .pink{
  color: #EF82A5;
  }

 .attention{
  color: #ff0000;
  font-size: 12px;
  }

 .lesson-navi{
  margin-bottom: 20px;
  }
  .lesson-guide img{
    max-width: 100%;
  }
 .cts-title{
  background-color: #f5eaed;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 10px 0;
  }
 .pink-box{
  border: 2px solid #f5eaed;
  margin-bottom: 10px;
  }

 .gray-box{
  border: 3px solid #eae8e8;
  margin-bottom: 10px;
  }
  .blue-box {
    border: 3px solid #d3d9e2;

  }
  .blue_bg {
    background-color: #d3d9e2;
  }
  .online-box{
  border: 3px solid #F0E9F5;
  }
  .online-in-bg {
    background-color: #F8F8FF;
    padding: 20px;
}

 .hSub span{
  font-family: serif;
  }


  .cts-title-online{
  background-color:#F0E9F5;
 }

 .navi-comment{
  padding: 15px 10px 0;
  margin-bottom: 20px;
  line-height: 2;
  }

 .link-detail{
  text-align: right;
  padding-right: 50px;
  margin-bottom: 15px;
  position: relative;
  }

 .link-detail:after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid ;
  border-right: 1px solid ;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  bottom: 7px;
  }

 .gray_bg{
  background-color: #EAE8E8;
  }

 .banner{
  text-align: center;
  margin-bottom: 20px;
}

 .banner img {
  width: 97%;
}

.ttl-region{
  border-left: 5px solid #d3d9e2;
  padding-left: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

.btn-pulldown{
  display: block;
  color: #5b5b5b;
  text-decoration: underline;
  padding-right: 20px;
}

.ttl-pref{
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #ed5093;
  border-bottom: 2px solid #ed5093;
}

.pulldown-inner{
  display: none;
}

.pulldown-inner dl{
  padding: 10px 0;
  line-height: 4;
  border-bottom: 1px dotted #d3d9e2;
}

.bdr-top{
  border-top: 1px dotted #d3d9e2;
}

.salon, .salon-detail{
    display: block;
    word-wrap: break-word;
    line-height: 1.5;
    padding-bottom: 5px;
}

.salon{
  margin-bottom: 10px;
  font-size: 15px;
}

.salon-detail a{
  color: #ED729A;
  text-decoration: underline;
}

.img-box-salon img{
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.ttl-list{
  text-align: center;
}

  /*-----コンテンツ-----*/

 .alink{
  color: #f59999;
  text-decoration: underline;
}

 .table{
  width: 100%;
  border-bottom: : 1px solid #c4c4c4;
  margin-bottom: 20px;
}

 .ctn-box{
  padding: 15px 10px 23px;
  line-height: 1.9;
}

  .txt-detail dt, .txt-schedule dt, .detail-date{
  font-weight: bold;
  font-size: 16px;
  }

 .txt-detail {
  padding-bottom: 20px;
}

 .txt-schedule {
  margin-bottom: 50px;
}

 .ctn-box span.bigger{
  font-size: 18px;
}
 .present{
  letter-spacing: 0.1em;
}

 .entry{
  text-align: center;
}

 .btn-entry {
  width: 268px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #ED729A;
  color: #ED729A;
  margin-bottom: 10px;
  margin-top: 20px;

}

 .btn-entry:hover{
  opacity: .7;
  transition: all 200ms ease;
}

 .btn-entry a{
  color: #ED729A;
  display: block;
  line-height: 3.5;
}



 /*SP futureコラム*/

.futureContents {
  padding:0 4%;
}

.futureContents + .thought-list {
  padding: 60px 4%;
}

.futureContents .imgBox{
  text-align:center;
}
.futureContents .imgBox img{
  border:1px solid #cecece;
}
.title-box{
  margin-bottom:20px;
}

.title-box h3{
    border: 1.5px #48649F solid;
    padding: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    color: #3366CC;
    font-size: 23px;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    line-height: 34px;
}

.title-box .title {
    color: #333333;
    font-size: 18px;
    line-height: 1.3;
}

.hutae-box .thumb img{
  display: block;
  margin:auto;
}
.howto-wrap .thumb img{
  display: block;
  margin:auto;
}

.font-pink{
  color: #ed5093;
  font-size: 12px;
}
.point-new{
  margin:20px 0;
}
.explain-img li{
  margin: 0 auto 20px;
}
.explain-img.desc li img{
  width:100%;
}
.img-1box li{
  margin-bottom:20px;
}
.explain-img-4box li{
  margin-bottom:20px;
}
/**管理画面**/
  .explain{
    text-align:center;
  }

  .pink{
   color: #ed5093;
   font-size: 16px;
  }
   .pink-s{
    font-size: 0.9em;
   }
   .pink-sm{
    font-size: 0.8em;
   }
  .pink a {
   font-size: 13px;
   color: #ed5093;
   text-decoration: none;
  }
  .pink a:hover{
   opacity: 0.8;
  }
  .attention{
   color: #EF387F;
  }
  .explain .help-item{
   color: #f2a9bd;
  }
  .mechanism-wrap{
    overflow:hidden;
    text-align: left;
  }
  .explain h2{
    font-size: 20px;
    color:#ed5093;
    margin-bottom:10px;
    margin-top: 40px;
  }
  .explain h3{
    font-size: 16px;
    color:#717171;
    margin-bottom:10px;
  }
  .use-wrap{
    margin-bottom: 40px;
    text-align: left;
  }
   .use-wrap16{
    margin-bottom: 40px;
    text-align: left;
  } 

  /*SP 商品ページのレビュー*/
 /* .review-wrap {
    margin-bottom: 30px;
  }*/
  .review-wrap img {
    width: auto;
  }
  /*.review-wrap .review-ttl {
  }*/
  .review-wrap .review-box {
    border: 1px solid #ccc;
    padding: 10px 0 10px 10px;
  }
  .review-wrap .review-box .review-list {
    height: 300px;
    position: relative;
    /*overflow: hidden;
    padding-right: 10px;*/
    font-size: 80%;
  }

  .review-wrap .review-box .review-list .review-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .review-wrap .review-box .review-list .review-user {
    /*width: 100%;*/
    margin-bottom: 10px;
  }
  .review-wrap .review-box .review-list .review-user img {
    /*display: inline-block;*/
    /*width: 10%;*/
    /*vertical-align: top;*/
    display: none;
  }
  .review-wrap .review-box .review-list .review-user-info {
    display: inline-block;
    width: 60%;
    /*vertical-align: top;*/
  }
  /*.review-wrap .review-box .review-list .review-user-info .name {
    display: block;
    font-size: 16px;
  }
  .review-wrap .review-box .review-list .review-user-info .info {
    display: block;
    font-size: 14px;
  }
  .review-wrap .review-box .review-list .review-detail {
  }*/
  .review-wrap .review-box .review-list .review-info {
    margin-bottom: 15px;
    /*text-align: left;*/
  }
  .review-wrap .review-box .review-list .review-info img {
    /*vertical-align: middle;
    position: relative;
    top: -2px;*/
    margin-right: 5px;
  }
  /*.review-wrap .review-box .review-list .review-point {

  }
  .review-wrap .review-box .review-list .review-date {

  }*/
  .review-wrap .review-box .review-list .review-ttl-sub {
    font-weight: normal;
    /*text-align: left;*/
  }
  .review-wrap .review-box .review-list .review-txt {
    /*text-align: left;*/
  }

  /*てのひらコスメ*/

.cosme-box {
   margin: 2% 4%;;
}
.cosme-box h3{
   font-size: 25px;
   text-align: center;
   margin:40px 0 20px;
}
.cosme-box .inner ul{
   padding-bottom: 10px;
}
.cosme-box img{
   margin: 0 auto;
   display: block;
  
}

/*動画ページ*/
.movie-tit{
    background-color: #f5eaed;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 20px 20px;
    font-weight: normal;
}
.movie-detail{
    margin: 20px 0 50px
}
.movieCont{
    overflow: hidden;
 }
.use-item-list {
    overflow: hidden;
}
.use-item-list li{
    float: left;
    width: 20%;
    padding: 2px;
}
.use-item-list img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #e2dfe0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.sub-inner{
    overflow: hidden;
}
.movie-box{
    margin-bottom: 8%;
}



.movieTitle{
    font-size: 20px;
    color: #ed5093;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.movie-thum{
    width: 100%;
}
.movie-txt{
    margin: 15px 0 30px;
}
.movieCont h3{
    font-size: 15px;
    margin-bottom: 5px;
}

/*メディアクエリ　SP 閉じたタグ*/
}
/*
============================================================
 sp 用スタイルここまで
============================================================
*/
