/*
 * beaura-style css
*/
/*-------------------------------
   common
-------------------------------*/

/*h２をh３にした時の改善コード*/
.test-h3{font-weight: bold;border-bottom: solid 1px #ffa3a3;/* margin-right: auto; *//* text-align: center; *//* margin-left: auto; */width: 100%;font-size: 28px;margin: 0 auto;}

.test-3 .test-h3{
    max-width: 330px;
}

.row-h2{
    font-family: 'Asap Condensed', sans-serif;
    font-size: 32px;
    letter-spacing: 3px;
    border-bottom: solid 1px #ffa3a3;
    padding-bottom: 10px;
}

.row-h2 span{
    color: #696969;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

/*本文*/
body {
  color: #696969;
  font-size: 15px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  word-wrap: break-word;
}
.lead {
  font-size: 18px;
  line-height: 1.7;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .btn {
  font-family: 'Asap Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}
.h2, h2 {
  font-size: 28px;
}
p {
  margin-bottom: 0;
}
p, dt, dd {color: #696969 !important;/* font-weight: bold; *//* font-size: 16px; *//* color: #a31a30; *//* border-bottom: 2px solid #a31a30; *//* display: inline-block; *//* vertical-align: middle; *//* padding-bottom: 4px; */}
a {
  color: #696969;
}
a:hover {
  color: #696969;
  opacity: .8;
}
.tex-sdw {
  text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.top-title {
  opacity: .90;
}
@media only screen and (max-width: 992px) {
  .wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .h2, h2 {font-size: 20px;}
}
/* next-arrow --------------------*/
.next-arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.next-arrow img {
  display: inline-block;
  width: 80px;
  height: auto;
  opacity: .8;
  transition-duration: .5s;
}
.next-arrow img:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .next-arrow {
    bottom: 10px;
  }
  .next-arrow img {
    width: 60px;
  }
}
/* go-more --------------------*/
a.more {
  position: relative;
  color: rgba(27, 29, 31, 1);
  display: block;
  margin-top: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  transition-duration: .2s;
  text-align: center;
  border: 2px #000 solid;
  padding: 20px;
  width: 380px;
  margin: auto;
  margin-top: 40px;
}
a.more:hover {
  color: rgba(27, 29, 31, .8);
  letter-spacing: 10px;
}
a.more_sm {
  position: relative;
  color: rgba(27, 29, 31, 1);
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  transition-duration: .2s;
}
a.more_sm:hover {
  color: rgba(27, 29, 31, .8);
}
.more_base_cast:before, .more_base_influ:before {
  position: absolute;
  bottom: -3px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(255, 163, 163, 0.50);
  z-index: -1;
}
.more_base_influ:before {
  background-color: rgba(255, 163, 163, 0.50);
}
@media only screen and (max-width: 767px) {
  a.more_sm {
    font-size: 11px;
  }
  .cont-cara a.more_sm {
    margin-bottom: 40px;
  }
}
/*-------------------------------
   scroll-top
-------------------------------*/
.scroll-top {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  bottom: 40px !important;
  right: 40px !important;
}
.scroll-top:hover {
  color: #000;
}
.page .scroll-top, .single .scroll-top, .archive .scroll-top {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.page .scroll-top:hover, .single .scroll-top:hover, .archive .scroll-top:hover {
  color: #fff;
}
/*-------------------------------
   social-icons-menu
-------------------------------*/
.social-icons-menu {
  position: fixed;
  bottom: 20px;
  left: 40px;
  font-size: 21px;
  line-height: 1;
}
.home .social-icons-menu a {
  color: rgba(255, 255, 255, 0.8);
}
.home .social-icons-menu a:hover {
  color: rgba(255, 255, 255, 1);
}
.social-icons-menu li {
  margin: 0 0 20px;
  transform: rotate(-90deg);
}
.page .social-icons-menu a, .single .social-icons-menu a, .archive .social-icons-menu a {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: rgba(255, 255, 255, .20) 1px 1px 0, rgba(255, 255, 255, .20) -1px -1px 0, rgba(255, 255, 255, .20) -1px 1px 0, rgba(255, 255, 255, .20) 1px -1px 0, rgba(255, 255, 255, .20) 0px 1px 0, rgba(255, 255, 255, .20) 0-1px 0, rgba(255, 255, 255, .20) -1px 0 0, rgba(255, 255, 255, .20) 1px 0 0;
}
.page .social-icons-menu a:hover, .single .social-icons-menu a:hover, .archive .social-icons-menu a:hover {
  color: rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 767px) {
  .social-icons-menu {
    display: none;
  }
}
/*-------------------------------
   button
-------------------------------*/
.btn {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
.btn-lg {
  font-size: 16px;
  line-height: 1;
}
.btn-sm, .btn-xs {
  font-size: 12px;
  line-height: 1;
}
.module-page-header .btn-xs {
  font-family: 'Asap Condensed', sans-serif;
  letter-spacing: 2px;
  padding: 5px 20px;
}
/*-------------------------------
   bg-mask
-------------------------------*/
.bg-dark-20:before {
  background-color: rgba(34, 34, 34, .2);
  top: 0;
}
.bg-light-20:before {
  background: rgba(255, 255, 255, .2);
  top: 0;
}
.bg-dark-85:before {
  background-color: rgba(34, 34, 34, .85);
  top: 0;
}
.bg-light-85:before {
  background: rgba(255, 255, 255, .85);
  top: 0;
}
.bg-dark-20:before, .bg-dark-85:before, .bg-light-20:before, .bg-light-85:before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  content: "";
  left: 0;
}
/*-------------------------------
   bg-color
-------------------------------*/
.bgc-salon {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3a3ff+20,c9c9ff+80 */
  background: rgb(163, 163, 255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(163, 163, 255, 1) 20%, rgba(201, 201, 255, 1) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(163, 163, 255, 1) 20%, rgba(201, 201, 255, 1) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(163, 163, 255, 1) 20%, rgba(201, 201, 255, 1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3ff', endColorstr='#c9c9ff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.bgc-salon-01 {
  background-color: #efefff !important;
}
.bgc-casting {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa3a3+20,ffc9c9+80 */
  background: rgb(255, 163, 163); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255, 163, 163, 1) 20%, rgba(255, 201, 201, 1) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 163, 163, 1) 20%, rgba(255, 201, 201, 1) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 163, 163, 1) 20%, rgba(255, 201, 201, 1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3a3', endColorstr='#ffc9c9', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.bgc-casting-01 {
  background-color: #ffefef !important;
}
.bgc-influencers {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffa3+20,ffffc9+80 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff99+20,ffffa3+80 */
  background: rgb(255, 255, 153); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 153, 1) 20%, rgba(255, 255, 163, 1) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 153, 1) 20%, rgba(255, 255, 163, 1) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 255, 153, 1) 20%, rgba(255, 255, 163, 1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff99', endColorstr='#ffffa3', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.bgc-influencers-01 {
  background-color: #ffffef !important;
}
.bgc-consulting {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3ffd1+20,c6ffe2+80 */
  background: rgb(163, 255, 209); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(163, 255, 209, 1) 20%, rgba(198, 255, 226, 1) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(163, 255, 209, 1) 20%, rgba(198, 255, 226, 1) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(163, 255, 209, 1) 20%, rgba(198, 255, 226, 1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3ffd1', endColorstr='#c6ffe2', GradientType=1); /* IE6-9 */
}
.bgc-consulting-01 {
  background-color: #effff7 !important;
}
.bgc-gray {
  background-color: #f7f7f7 !important;
}
/*-------------------------------
   header
-------------------------------*/
.header {
  border-bottom: none;
  height: 81px;
  padding-top: 40px;
}
.inner-header {
  display: none;
  transition-duration: 1s;
  max-width: 200px;
  min-width: 200px;
}
.header.header-small {
  background: transparent;
  border-bottom: none;
}
.header.header-small .inner-header {
  display: block;
}
.header.header-small .inner-header img {
  display: inline-block;
  width: 180px;
  opacity: .8;
  transition-duration: .5s;
}
.header.header-small .inner-header img:hover {
  opacity: 1;
  transform: scale(1.05, 1.05) translate(5px, 0);
}
.header .extra-nav > ul > li > a, .header .inner-nav > ul > li > a, .header.header-light.header-small .extra-nav > ul > li > a, .header.header-light.header-small .inner-nav > ul > li > a {
  color: #fff;
}
.header.header-shadow {
  box-shadow: none;
  height: 81px;
  padding-top: 40px;
}
.page .header, .single .header, .archive .header {
  position: absolute;
}
.page .header .extra-nav > ul > li > a, .page .header .inner-nav > ul > li > a, .single .header .extra-nav > ul > li > a, .single .header .inner-nav > ul > li > a, .archive .header .extra-nav > ul > li > a, .archive .header .inner-nav > ul > li > a {
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 991px) {
  .header {
    background-color: transparent;
    padding: 0;
  }
  .nav-toggle {
    z-index: 99999;
  }
  .nav-toggle > a span {
    background: #fff;
  }
  .page .nav-toggle > a span, .single .nav-toggle > a span, .archive .nav-toggle > a span {
    background: rgba(0, 0, 0, 0.8);
  }
  .header.header-shadow {
    padding-top: 0;
  }
  .header .inner-brand {
    display: table-cell;
    height: 81px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .header.header-small.header-shadow .inner-header {
    display: none;
  }
  .page .header, .single .header, .archive .header {
    position: fixed;
  }
}
/*-------------------------------
   hamburger menu
-------------------------------*/
.social-icons {
  margin-bottom: 30px;
}
/*-------------------------------
   breadcrumb
-------------------------------*/
.breadcrumb-text {
  position: absolute;
  top: 50px;
  left: 300px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
.breadcrumb-text, .breadcrumb-text a {
  color: rgba(0, 0, 0, .9);
}
.breadcrumb-text a:hover {
  color: rgba(0, 0, 0, .5);
}
@media only screen and (max-width: 991px) {
  .breadcrumb-text {
    top: 40px;
  }
}
/*-------------------------------
   module
-------------------------------*/
.module {
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  padding: 40px 0;
  overflow: hidden;
}
.module-page {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
  padding: 150px 0;
}
.module-page-header {
  height: 100vh;
  min-height: 100vh;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
  padding: 150px 0;
  overflow: hidden;
}
.module-tree-box-t {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
  padding: 150px 0 50px;
  overflow: hidden;
}
.module-tree-box-b {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
  padding: 100px 0 150px;
  overflow: hidden;
}
.pb-0 {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .module-page, .module-page-header {
    padding: 120px 0;
  }
  .module-tree-box-t {
    padding: 120px 0 0;
  }
  .module-tree-box-b {
    padding: 100px 0 120;
  }
}
/*-------------------------------
   module-header
-------------------------------*/
.module-header {
  height: 100vh;
  min-height: 100vh;
  padding: 20px 0 40px;
  overflow: hidden;
}
.cont-title-bg {
  color: rgba(255, 255, 255, .35);
  position: absolute;
  top: 7vh;
  text-align: center;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18vw;
  line-height: 1;
  width: 100vw;
  letter-spacing: 2vw;
  font-weight: 400;
  font-style: normal;
}
.cont-title {
  padding: 0 80px;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 72px;
  letter-spacing: 5px;
  word-break: break-all;
}
.cont-text {
  padding: 0 80px;
  margin: 0 auto 0;
  font-size: 16px;
  z-index: 9999;
}
.text-base {
  color: #000;
  background: rgba(255, 255, 255, .92);
  padding: 100px;
  /*height: calc( 100vh - 200px);*/
  height: 100vh;
}
.text-base h2 {
  color: #000;
  color: #1b1d1f;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .text-base {
    padding: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .cont-title {
    font-size: 48px;
    padding: 0 30px;
  }
  .cont-text {
    font-size: 15px;
    padding: 0 30px;
  }
  .text-base {
    padding: 60px;
  }
}
/*-------------------------------
   top-Concept
-------------------------------*/
.module-concept {
  overflow: hidden;
}
.module-concept .text-base {
  color: #fff;
  background: rgba(255, 255, 255, .9);
  padding: 60px 100px;
  height: calc(100vh - 160px);
  max-width: 900px;
}
.module-concept .cont-title {
  text-align: left;
  padding: 0;
  line-height: 1;
  letter-spacing: 10px;
}
.module-concept .text-base p {
  font-size: 15px;
}
.concept-list-title {
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0 5px;
}
.module-concept ul {
  margin-bottom: 0;
}
.module-concept li {
  color: #696969;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1199px) {
  .module-concept .text-base {
    padding: 60px 80px;
  }
  .module-concept .text-base p {
    font-size: 14px;
  }
  .module-concept li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .module-concept .text-base p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .module-concept .text-base {
    padding: 0 30px;
    height: 100vh;
  }
  .module-concept li {
    font-size: 12px;
  }
}
/*-------------------------------
   top-Service
-------------------------------*/
.service-title {
  color: rgba(255, 255, 255, .95) !important;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 15vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2vw;
  margin-bottom: 40px;
}
.service-link a {
  display: inline-block;
  color: rgba(255, 255, 255, 95);
  font-family: 'Asap Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  transition-duration: .2s;
  margin-bottom: 15px;
}
.service-link a span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.service-link a span:before {
  content: " / ";
  margin: 0 7px;
}
/*.service-link-lg a {
    font-size: 3.5vw;
}
.service-link-lg a span {
    font-size: 1.2vw;
    letter-spacing: 0;
}*/
.service-link a:hover {
  color: rgba(255, 255, 255, 1);
  transform: scale(1.1, 1.1);
  padding-left: 60px;
}
.service-link a:after {
  content: " >>";
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition-duration: .2s;
  margin-left: 10px;
}
.service-link a:hover:after {
  opacity: 1;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}


/*PRICEのページ*/
.cost-box{margin: 80px 3% 0 3%;width: 60%;margin: 0 auto;}
.cost-title{/* text-align: center; *//* font-size: 32px; */text-align: center;font-size: 26px;font-weight: normal;border-bottom: 1px solid #000;padding-bottom: 6px;font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;letter-spacing: 2px;font-style: italic;color: #333;}

.cost-sub-box{/* width:60%; *//* width: 50%; *//* margin:0 auto; */text-align: left;padding-top: 20px;}

.cost-sub-box dl{border-bottom: 1px solid #e4e4e4;padding: 14px 0;font-size: 18px;display:flex;justify-content: space-between;}

.cost-sub-box dt{/* width:69%; *//* border-right:1px solid black; */width: 69%;font-size: 18px;}

.cost-sub-box dd{width: 27%;text-align: right;font-size: 18px;widht:20%;}

.cost-memo{/* color: red!important; */margin: 0 auto;font-weight: bold;/* display: inline-block; */text-align: center;font-size: 14px;color: #a31a30!important;/* border-bottom: 2px solid #a31a30; *//* display: inline-block; */vertical-align: middle;padding-bottom: 4px;padding-top: 20px;letter-spacing: 1px;}

.cost-memo2{text-align:center;font-size: 15px;margin: 10px 0 20px 0;}

.price-bottom{padding-top: 150px;}



/*実績ページ*/

.work-box{
        max-width: 980px;
    margin: auto;
}

.work-box ul{display:flex;justify-content: space-between;/* border:1px solid black; */}

.work-box li{margin-bottom: 25px;width: 18%;text-align: center;border-bottom: 1px solid black; position: relative;}

.work-box li a{
    font-size: 18px;
    color: #696969;
}


.work-content{width:80%;margin-bottom:20px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;}


.work-content li{width:25%;background-color: #ffefef !important;margin-right: 20px;/* margin: 0 0 48px 48px; */-webkit-transition: all .6s 0s cubic-bezier(.455,.03,.515,.955);transition: all .6s 0s cubic-bezier(.455,.03,.515,.955);height: 240px;}


}
.work-content li:last-child{
    margin-right:0px;
}

.work-content img{width:100%;height: 200px;}

.work-content p{text-align: center;padding:10px 10px;font-weight: 700;margin: 0 0 8px;color: black;}


/*Q&Aの部品*/

.quiz-title{/* height: 40px; */padding: 10px 20px;/* padding-left: 20px; */width: 60%;margin: 0 auto;font-weight: bold;background-color: #f6f3e8;line-height: 40px;color: black;font-size: 20px;}
.quiz{margin:  0 auto;width: 57%;}

.quiz li:first-child{line-height: 1.75;margin: 0 0 5px 2em;color: #df7185;font-size: 18px;font-weight: bold;text-indent: -2em;padding-top: 20px;}

.quiz li:last-child{padding-left: 30px;margin-bottom: 30px;font-size: 16px;color: #666;line-height: 1.6;}


@media only screen and (max-width: 991px) {
  .service-title {
    font-size: 150px;
    letter-spacing: 8px;
  }
  .service-link a {
    font-size: 32px;
    letter-spacing: 1.5px;
  }
  .service-link a span {
    display: block;
    font-size: 14px;
  }
  .service-link a span:before {
    content: none;
    margin: 0;
  }
  .service-link a:after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-title {
    font-size: 72px;
    letter-spacing: 8px;
  }
  .service-link a {
    font-size: 21px
  }
  .service-link a span {
    font-size: 12px;
  }
  .service-link-lg a {
    font-size: 28px;
  }
  .service-link-lg a span {
    font-size: 14px;
  }
    
    .cost-memo{/* color: red!important; */margin: 0 auto;font-weight: bold;/* display: inline-block; */text-align: left;font-size: 15px;color: #a31a30!important;/* border-bottom: 2px solid #a31a30; *//* display: inline-block; */vertical-align: middle;padding-bottom: 4px;padding-top: 20px;letter-spacing: 1px;}
    .cost-box{margin: 60px 3% 0 3%;width: 80%;margin: 0 auto;}
    .cost-sub-box dt {/* width: 69%; *//* border-right: 1px solid black; */width: 69%;font-size: 15px;}
.cost-sub-box dd {width: 27%;text-align: right;font-size: 15px;widht: 20%;}
    
    /*Q&Aのスマホコーナー*/
    
    .quiz-title {/* height: 40px; */padding: 10px 20px;/* padding-left: 20px; */width: 90%;margin: 0 auto;font-weight: bold;background-color: #f6f3e8;line-height: 40px;color: black;font-size: 18px;}
    
    .quiz {
    margin: 0 auto;
    width: 85%;
}
    .quiz li:first-child {line-height: 1.75;margin: 0 0 5px 2em;color: #df7185;font-size: 15px;font-weight: bold;text-indent: -2em;padding-top: 20px;}
    
    .quiz li:last-child {padding-left: 20px;margin-bottom: 30px;font-size: 15px;color: #666;line-height: 1.6;}
    
    
    
    
    
    
    
}



/*-------------------------------
   off-canvas-sidebar
-------------------------------*/
.off-canvas-sidebar-open .off-canvas-sidebar {
  -webkit-transform: translateX(-425px);
  transform: translateX(-425px);
}
.off-canvas-sidebar {
  right: -425px;
  width: 425px;
  z-index: 999999;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
}
@media only screen and (max-width: 425px) {
  .off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .off-canvas-sidebar {
    right: -300px;
    width: 300px;
    z-index: 999999;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
  }
}
/*-------------------------------
   Footer
-------------------------------*/
.footer-item {
  text-align: center;
  padding: 80px 0;
}
.footer-menu {
  margin-bottom: 10px;
}
.footer-menu li {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.5px;
}
.footer-menu li:after {
  content: "|";
  margin: 0 7px 0 5px;
}
.footer-menu li:last-child:after {
  content: none;
}
.footer-menu-s li {
  font-size: 10px;
}
.footer-logo {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-top: 40px;
}
/*-------------------------------
   Pages
-------------------------------*/
/*追加ページ（上村 テキストコーディング）*/
.sp-br {
  display: none;
}
.ttl_ja {
  margin-bottom: 20px !important;
}
.module-tree-box-b ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.module-tree-box-b ul h2 {
  font-weight: bold;
  border-bottom: solid 1px #ffa3a3; /* margin-right: auto; */ /* text-align: center; */ /* margin-left: auto; */ max-width: 330px;
  margin: 0 auto;
}
.beaura-text {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.module-tree-box-b ul {
  background-image: url("https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-tree-box-b ul span {
  font-size: 71%;
  color: grey;
}
.module-tree-box-b ul li {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-right: 40px;
}
.module-tree-box-b ul li:last-child {
  margin-right: 0px;
  background-size: cover;
}
.module-tree-box-b ul li .order-left {
  width: 40%;
}
.module-tree-box-b ul li .order-left img { /* width: 120%; */ height: 170px;
}
.module-tree-box-b ul li .order-1 {
  width: 100%;
}
.module-tree-box-b ul li:first-child .order-1::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: -10px;
  width: 30%;
  height: 150px;
  background-image: url(https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/man-1.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.module-tree-box-b ul li p {
  margin-top: 20px;
}
.module-tree-box-b ul li:first-child {
  position: relative;
}
.module-tree-box-b ul li:last-child .order-1::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  right: -10px;
  width: 30%;
  height: 150px;
  background-image: url("https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/woman.png") !important;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.module-tree-box-b ul .test {
  position: relative;
}
.test2::after {
  content: '';
  display: inline-block;
  background-image: url("https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/test2.png") !important;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.module-page-title {
  color: rgba(27, 29, 31, 1);
  font-family: 'Asap Condensed', sans-serif;
  font-size: 42px;
  letter-spacing: 10px;
  line-height: 1;
  text-align: center;
  padding: 0;
  margin-bottom: 100px;
  border-bottom: none;
  background-color: transparent;
}
.module-page-title span {
  color: #696969;
  display: block;
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
}
.module-page-title + .lead {
  margin-bottom: 80px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000 !important;
}
.link-test {
  text-align: center;
  font-size: 18px !important;
  padding: 20px 0px;
}
/*追加ページ（３つの強み）*/

/*h2の代わりのコード*/
.test-h2{
    font-weight: bold;
    border-bottom: solid 1px #ffa3a3;
    /* margin-right: auto; */
    /* text-align: center; */
    /* margin-left: auto; */
    max-width: 330px;
    margin: 0 auto;
    font-size: 28px;
    font-family: 'Asap Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


.service_point {
    padding:60px 0px;
}
.service_point ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  flex-flow: row-reverse;
}
.service_point ul li {
  width: 50%; /* margin:0 auto; */ margin: 0px;
  position: relative;
}
.service_point img {
  width: 100%;
}
.service_point .order-1 h2 { /* margin-top:60px; */ font-weight: bold;
  border-bottom: solid 1px #ffa3a3;
  width: 100%;
}
.service_point .order-1 span {
  font-size: 34px;
  color: #ff5e5e;
}
.service_point .order-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 80%;
  line-height: 1.8;
}
.service_point .order-1 p {
  font-size: 16px;
}
.service-reverse {
  flex-flow: row !important;
}
@media only screen and (max-width: 767px) {
  /*テキストコーディングしたところ*/
  .sp-br {
    display: block;
  }
  .module-tree-box-b ul {
    display: block;
    /* justify-content: space-between; */
    text-align: center;
    background-image: url("https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/line4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80%;
    margin: 0 auto;
  }
  .module-tree-box-b ul li {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 40px;
  }
  .module-tree-box-b ul li .order-left {
    width: 30%;
    /* height: 10px; */
  }
  .module-tree-box-b ul h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #ffa3a3;
    /* margin-right: auto; */
    /* text-align: center; */
    /* margin-left: auto; */
    max-width: 330px;
  }
  .module-tree-box-b ul li p {font-size: 13.3px;}
  .module-tree-box-b ul li .order-left img {
    /* width: 120%; */
    height: 80px;
  }
  .beaura-text {text-align: center;margin-top: 20px;font-size: 15px;}
  .module-tree-box-b ul li:first-child {
    margin-bottom: 40px;
  }
  .module-tree-box-b ul li:first-child .order-1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: -70px;
    width: 40%;
    height: 150px;
    background-image: url(https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/test.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .module-tree-box-b ul li:first-child {
    position: relative;
  }
  .module-tree-box-b ul li:last-child .order-1::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: -70px;
    width: 40%;
    height: 150px;
    background-image: url("https://www.beaura-inc.jp/beaura-wp/wp-content/uploads/2020/03/test2.png") !important;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  /*3つの強み*/
  .service_point ul {
    display: block;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .service_point ul li {
    width: 90%;
    margin: 0 auto;
    ar: ;
  }
    
    .service_point .order-1 {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    line-height: 1.8;
}
    .service_point .order-1 span {
    font-size: 30px;
    color: #ff5e5e;
}
    
    .test-h3{
        font-size:24px;
    }

    .indent_test::before{
        content:" ";
        margin-left:10px;
    }
    
  .service_point .order-1 {
    max-width: 520px;
    line-height: 1.8;
    margin: 0 auto;
  }
  .service_point .order-1 p {font-size: 15px;}
    .service_point img {
    width: 100%;
    margin-top: 190px;
}
    
    
  .service_point {/* padding-top: 120px; */padding-bottom: 0px;}
  .module-page-title {font-size: 36px;letter-spacing: 7px;margin-bottom: 40px;}
  .module-page-title + .lead {
    margin-bottom: 50px;
  }
}








/*-------------------------------
   page header
-------------------------------*/
.page-header-title-bg {
  color: rgba(255, 255, 255, .3);
  position: absolute;
  top: 15vh;
  text-align: center;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18vw;
  line-height: .8;
  letter-spacing: 2vw;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.page-header-item {
  max-width: 900px;
  padding: 0 80px;
}
.page-header-title {
  color: rgba(255, 255, 255, 1);
  font-family: 'Asap Condensed', sans-serif;
  font-size: 72px;
  letter-spacing: 5px;
  line-height: .9;
  text-shadow: 0 0 15px rgba(0, 0, 0, .4);
}
.page-header-title span {
  display: inline-block;
}
.page-header-title span.page-header-subtitle {
  display: block;
  color: #313131;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 15px 0 20px;
  text-shadow: none;
}
@media only screen and (min-width: 1600px) {
  .page-header-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-header-title span.page-header-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-title-bg {
    display: none;
  }
  .page-header-title {
    padding: 0;
    font-size: 64px;
    letter-spacing: 2px;
    margin-top: -85px;
  }
  .page-id-16 .page-header-title {
    margin-top: -142px;
  }
  .page-header-title span.page-header-subtitle {
    font-size: 17px;
    margin: 15px 0 0;
  }
  .page-header-item {
    padding: 0 15px;
  }
  .page-header-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
/*-------------------------------
   Page-desc
-------------------------------*/
.page-desc {
  position: relative;
}
.page-desc-img {
  position: absolute;
  top: 150px;
  right: 0;
  /*width:60%;*/
  height: auto;
  z-index: 0;
  width: 100%;
  text-align: right;
}
.page-desc-img img {
  /*width:100%;*/
  display: inline-block;
  widows: 60%;
  height: auto;
}
.page-desc-item {
  background: rgba(255, 255, 255, .85);
  padding: 40px;
  text-shadow: 0 0 20px rgba(255, 255, 255, .9);
  box-shadow: 1px 1px 3px rgba(1, 1, 1, .15);
  margin-top: 200px;
}
.page-desc-title {
  position: relative;
  font-size: 42px;
  font-family: 'Asap Condensed', sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.page-desc-title span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.page-desc-title:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 50px;
  height: 4px;
}
.cont-salon .page-desc-title:after {
  background-color: #a3a3ff;
}
.cont-cast .page-desc-title:after {
  background-color: #ffa3a3;
}
.cont-influ .page-desc-title:after {
  background-color: #ffffa3;
}
.cont-consul .page-desc-title:after {
  background-color: #a3a3ff;
}
.page-desc-text {
  font-size: 18px;
  margin-top: 10px;
  color: #000 !important;
  line-height: 1.8;
}
@media only screen and (min-width: 1400px) {
  .page-desc-img img {
    width: 65%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-desc-img img {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .page-desc-img {
    top: 60px;
  }
  .page-desc-img img {
    width: 100%;
  }
  .page-desc-item {
    padding: 40px 15px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-desc-item {
    text-shadow: none;
    box-shadow: none;
    padding: 40px 15px 0;
    margin-top: 60px;
  }
}
/*-------------------------------
   Page-salon-media
-------------------------------*/
/* Beauty Evangelist ----------------------*/
.graph-img {
  max-width: 240px;
  margin: 30px 0 60px;
}
.graph-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.graph-title span {
  color: #a3a3ff;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-right: 10px;
}
.evangelist-text {
  font-size: 16px;
}
h2.evangelist-title {
  color: #696969;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
h3.evangelist-title {
  color: #696969;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
h2.evangelist-title span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
h3.evangelist-title span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  h2.evangelist-title {
    font-size: 21px;
    text-align: left;
  }
  h3.evangelist-title {
    font-size: 21px;
    text-align: left;
  }
}
/* Point ----------------------*/
.point-item {
  margin-top: 60px;
}
.point-item:nth-child(-n+3) {
  margin-top: 0;
}
.point-img {
  position: relative;
  border-right: solid 1px #a3a3ff;
  border-bottom: solid 1px #a3a3ff;
}
.point-nm {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -6px;
  color: #fff !important;
  font-size: 18px;
  font-family: 'Asap Condensed', sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 500;
  /*background: #a3a3ff;*/
  margin: 0;
  padding: 4px 60px 3px 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3a3ff+85,a3a3ff+100&1+60,0+100 */
  background: -moz-linear-gradient(left, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3ff', endColorstr='#00a3a3ff', GradientType=1); /* IE6-9 */
}
.point-nm span {
  font-size: 24px;
  margin-left: 5px;
}
.point-item h2 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
}
.point-item h3 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
}
.point-text {
  font-size: 15px;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .point-item:nth-child(-n+3) {
    margin-top: 60px;
  }
  .point-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .point-item:nth-child(-n+2) {
    margin-top: 60px;
  }
}
/* service ----------------------*/
.cont-service .service-item {
  margin-top: 80px;
}
.cont-service .service-item h2 {
  position: relative;
  color: #393939;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 34px;
  font-weight: 500;
  min-height: 1;
  letter-spacing: 3px;
  letter-spacing: 4px;
  line-height: 1;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.cont-service .service-item h2 span {
  display: block;
  color: #696969;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin-top: 13px;
  line-height: 1.2;
}
.cont-service .service-item h2:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  content: "";
  width: 100%;
  height: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3a3ff+85,a3a3ff+100&1+60,0+100 */
  background: -moz-linear-gradient(left, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
.cont-service .service-item h3 {
  position: relative;
  color: #393939;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 34px;
  font-weight: 500;
  min-height: 1;
  letter-spacing: 3px;
  letter-spacing: 4px;
  line-height: 1;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.cont-service .service-item h3 span {
  display: block;
  color: #696969;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin-top: 13px;
  line-height: 1.2;
}
.cont-service .service-item h3:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  content: "";
  width: 100%;
  height: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3a3ff+85,a3a3ff+100&1+60,0+100 */
  background: -moz-linear-gradient(left, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(163, 163, 255, 1) 60%, rgba(163, 163, 255, 0.38) 85%, rgba(163, 163, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
.cont-service .service-item p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cont-service .service-item h2 span {
    display: block;
  }
}
/* Flow ----------------------*/
/*.cont-flow h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.cont-flow h2 span {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    margin-right: 15px;
}*/
.cont-flow-h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
    font-family: 'Asap Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #313131;
}
.cont-flow-h3 span {
  display: inline-block;
    font-size: 21px;
    font-weight: 500;
    margin-right: 15px;
}
.flow-text {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}
.flow-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: #a3a3ff;
  border: solid 3px #d6d6ff;
  height: 66px;
  width: 66px;
  padding: 18px;
  border-radius: 33px;
  z-index: 99;
  text-align: center;
}
.flow-box {
  position: relative;
  max-width: 600px;
  padding: 0 15px;
}
.flow-box:before {
  position: absolute;
  top: 30px;
  left: 46px;
  content: "";
  width: 4px;
  height: 80%;
  background: #d6d6ff;
  z-index: 0;
}
/*-------------------------------
   Page-casting
-------------------------------*/
/* Scene ----------------------*/
.scene-item {
  text-align: center;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
.scene-icon {
  color: #ffa3a3;
  font-size: 64px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.scene-title {
  font-size: 28px;
  font-family: 'Asap Condensed', sans-serif;
     color: #313131!important;
}
@media only screen and (max-width: 991px) {
  .scene-item, .scene-item:nth-child(-n+3) {
    margin-top: 60px;
  }
  .scene-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scene-item, .scene-item:nth-child(-n+3) {
    margin-top: 40px;
  }
  .scene-item:first-child {
    margin-top: 0;
  }
}
/* Characteristic [！！！FEATURESに変更！！！]-----------------------*/
.cara-item {
  margin-top: 40px;
}
.cara-item h2 {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
  border-bottom: solid 1px #ffa3a3;
  padding-bottom: 10px;
}
.cara-item h2 span {
  color: #696969;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.cara-item p {
  font-size: 15px;
  margin-bottom: 20px;
}
.cara-img {
  display: inline-block;
  box-shadow: 5px 5px 20px rgba(255, 163, 163, .3);
}
@media only screen and (max-width: 767px) {
  .cara-item {
    margin-top: 60px;
  }
  .cara-item:first-child {
    margin-top: 0;
  }
  .cara-item p {
    margin-bottom: 20px;
  }
}
/* SERVICE FIELD ----------------------*/
.sf-item {
  color: #fff;
  padding: 150px 100px;
  z-index: 999;
  max-width: 750px;
}
.sf-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sf-item p {
  font-size: 16px;
}
.bg-dark .sf-item p {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
.bg-dark-30:before, .bg-dark-60:before, .bg-dark-90:before, .bg-light-30:before, .bg-light-60:before, .bg-light-90:before {
  z-index: -1;
}
/* --------------------
  「詳しくはこちら」リンク設定のため
   22/12/14 更新
   --------------------
*/
.sf-item .sf-vm {
  position: relative;
  width: 7em;
  font-weight: bold;
  margin: 0 auto;
}
.sf-item .sf-vm a:before {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  content: "";
  width: 7em;
  height: 10px;
  background-color: rgba(255, 163, 163, 0.50);
  z-index: -1;
}
/* -------------------- */
@media only screen and (max-width: 991px) {
  .sf-item {
    padding: 75px 15px;
    max-width: 100%;
  }
  .sf-title {
    font-size: 21px;
  }
  .sf-item p {
    font-size: 15px;
  }
}
/*-------------------------------
page-beauty influencers
-------------------------------*/
/* desc----------------------*/
.influ-icon-img {
  height: 40px;
  width: auto;
  margin-top: -5px;
}
/* Case ----------------------*/
.case-list {
  margin: 40px 0 0;
}
.case-list li {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0 0 40px;
}
.case-list li:before {
  color: #FFFF99;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
  content: "\f4ad";
  margin-right: 10px;
  margin-left: -40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
/* Category [！！！POINTに変更！！！]----------------------*/
.category-item {
  text-align: center;
  padding: 0 35px;
  margin-top: 60px;
}
.category-item:nth-child(-n+3) {
  margin-top: 0;
}
.category-img {
  position: relative;
  display: inline-block;
  box-shadow: 5px 5px 20px rgba(255, 255, 153, .3);
  max-width: 200px;
}
.category-nm {
  position: absolute;
  left: 7px;
  bottom: -7px;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 2px 10px;
  background: rgba(255, 255, 153, .95);
  width: 100%;
}
.category-item h2 {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  margin: 15px 0 0;
}
.category-item h2 span {
  display: inline-block;
}
.category-text {
  font-size: 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .category-item, .category-item:nth-child(-n+3) {
    padding: 0 15px;
    margin-top: 60px;
  }
  .category-item:first-child {
    margin-top: 0;
  }
  .category-item h2 {
    font-size: 16px;
  }
}
/* Promotion menu [！！！SERVICEに変更！！！]----------------------*/
.promotion-item {
  margin-top: 80px;
}
.promotion-item:first-child {
  margin-top: 0;
}
.promotion-item h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}
.promotion-item h2 span {
  display: block;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 17px;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff99+60,ffffa3+99&1+60,0+99 */
  background: -moz-linear-gradient(left, rgba(255, 255, 153, 1) 60%, rgba(255, 255, 163, 0) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 153, 1) 60%, rgba(255, 255, 163, 0) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 153, 1) 60%, rgba(255, 255, 163, 0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff99', endColorstr='#00ffffa3', GradientType=1); /* IE6-9 */
  padding: 2px 10px;
  margin: 0 0 10px -10px;
}
.promotion-img {
  display: block;
  position: relative;
  border-right: solid 1px rgba(255, 255, 153, 1);
  border-bottom: solid 1px rgba(255, 255, 153, 1);
}
@media only screen and (max-width: 767px) {
  .promotion-img {
    margin-top: 20px;
  }
}
/*-------------------------------
page-WEB/SNS
-------------------------------*/
/* consulting-cace ----------------------*/
.cont-case.consulting-case li {}
.cont-case.consulting-case li:before {
  color: #a3ffd1;
}
.consulting-case-img {
  padding-left: 40px;
}
/* SPECIAL SITUATION TEAM-----------------------*/
.team-img {
  margin-top: 60px;
}
.team-text {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .team-text {
    text-align: left;
  }
}
/* consulting-flow ----------------------*/
.consulting-flow-img {
  margin-bottom: 60px;
}
.consulting-flow-text {
  text-align: center;
}
.cont-influencers-flow .flow-icon {
  color: #696969;
  background: #ffffa3;
  border: solid 3px rgba(255, 255, 163, .5);
}
.cont-influencers-flow .flow-box:before {
  background: rgba(105, 105, 105, .3);
}
@media only screen and (max-width: 767px) {
  .consulting-flow-text {
    text-align: left;
  }
}
/* SCENE TO CONSULT ----------------------*/
.cont-consulting-scene .scene-title {
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 10px;
}
.cont-consulting-scene .scene-item {
  text-align: center;
  margin-top: 60px;
}
.cont-consulting-scene .scene-item:nth-child(-n+3) {
  margin-top: 0;
}
.cont-consulting-scene .scene-icon {
  color: #a3ffd1;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.cont-consulting-scene .scene-type {
  color: rgba(255, 255, 255, .6) !important;
}
@media only screen and (max-width: 991px) {
  .cont-consulting-scene .scene-item, .cont-consulting-scene .scene-item:nth-child(-n+3) {
    margin-top: 60px;
  }
  .cont-consulting-scene .scene-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cont-consulting-scene .scene-item, .cont-consulting-scene .scene-item:nth-child(-n+3) {
    margin-top: 40px;
  }
  .cont-consulting-scene .scene-item:first-child {
    margin-top: 0;
  }
}
/*-------------------------------
   Page-company
-------------------------------*/
.philosophy-text {
  text-align: center;
  line-height: 2;
}
.access-item {
  margin: 0 0 40px;
  text-align: center;
}
.access-item ul {
  font-size: 14px;
  margin: 20px 0 0;
}
.access-item ul li {
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .philosophy-text {
    text-align: left;
  }
}
/*-------------------------------
   Page-contact　・　form
-------------------------------*/
.call-us {
  text-align: center;
  margin: 30px 0 80px;
}
.call-us-text .call-us-no {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 3px;
}
.call-us-text span {
  display: block;
  font-size: 14px;
}
.form-control {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 15px;
  text-transform: none;
}
.required-item::after {
  content: "※";
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
select.wpcf7-form-control.wpcf7-select.form-control {
  font-size: 15px;
  border: 1px;
}
/*-------------------------------
   Page-document-download-2
-------------------------------*/
.dl-btn {
  margin-bottom: 40px;
  width: 100%;
  max-width: 600px;
}
/*-------------------------------
   PRIVACY POLICY
-------------------------------*/
.privacy-item h2 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 40px;
}
.privacy-item ul li {
  line-height: 1.5;
  margin: 15px 0 0;
}
/*-------------------------------
   archive - beauty influencer
-------------------------------*/
/*追加ページ　最後のボタン*/
.work-button {padding-top: 40px;}
.work-button ul {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}
.work-button ul li {
  font-size: 20px;
  margin-right: 20px;
  padding: 30px 0px;
  background-color: #585858;
  color: white;
  font-weight: bold;
  font-family: 'Asap Condensed', sans-serif;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 4px;
}
.work-button ul:first-child {
  margin-bottom: 20px;
}
.work-button ul a:last-child {
  margin-right: 0px;
}
.work-button ul a {
  color: white;
  width: 50%;
  margin-right: 20px;
}
.work-button ul li span {
  font-size: 14px;
}
/*ここまで*/
.filters {
  margin-bottom: 30px;
}
.row-portfolio[data-columns="5"] .portfolio-item.portfolio-category-title {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  width: 100%;
  padding: 80px 0 20px;
  text-align: center;
}
.portfolio-caption {
  padding: 20px 20px 30px;
}
.portfolio-title {
  font-size: 13px;
  line-height: 1.3;
}
.portfolio-subtitle {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  margin-top: 5px;
}
.row-portfolio .grid-sizer, .row-portfolio .portfolio-item, .row-portfolio[data-columns="5"] .grid-sizer, .row-portfolio[data-columns="5"] .portfolio-item {
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .row-portfolio .grid-sizer, .row-portfolio .portfolio-item, .row-portfolio[data-columns="5"] .grid-sizer, .row-portfolio[data-columns="5"] .portfolio-item {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .row-portfolio .grid-sizer, .row-portfolio .portfolio-item, .row-portfolio[data-columns="5"] .grid-sizer, .row-portfolio[data-columns="5"] .portfolio-item {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  /*最後のページのボタン*/
  .work-button ul {
    display: block;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  .work-button ul li {
    width: 100%;
    font-size: 16px;
    margin-right: 20px;
    padding: 20px 0px;
    color: white;
    font-weight: bold;
    font-family: 'Asap Condensed', sans-serif;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .work-button ul:first-child {
    margin-bottom: 30px;
  }
  .row-portfolio .grid-sizer, .row-portfolio .portfolio-item, .row-portfolio[data-columns="5"] .grid-sizer, .row-portfolio[data-columns="5"] .portfolio-item {
    width: 50%;
  }
  .filters > li {
    display: inline-block;
    margin: 10px;
  }
  .portfolio-caption {
    padding: 10px 10px 25px;
  }
  .portfolio-title {
    font-size: 11px;
  }
  .portfolio-subtitle {
    font-size: 8px;
  }
  .row-portfolio[data-columns="5"] .portfolio-item.portfolio-category-title {
    font-size: 21px;
    padding: 40px 15px 10px;
    text-align: center;
  }
}
/*-------------------------------
   single - beauty influencer
-------------------------------*/
.influ-name {
  font-size: 28px;
  font-weight: 700;
  padding-left: 12px;
  letter-spacing: 2px;
}
.influ-name span {
  color: #696969;
  display: block;
  font-size: 21px;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 4px;
}
.influ-table {
  font-size: 14px;
}
.influ-table th {
  font-size: 13px;
  max-width: 120px;
  padding-right: 0;
}
/* owl-carousel ----------------------*/
.owl-carousel .owl-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -5px;
}
.owl-carousel .owl-pagination .owl-page {
  background: rgba(0, 0, 0, .7);
}
.image-slider {
  margin-top: 80px;
}
.image-slider img {
  width: 100%;
  max-width: 500px;
}
.image-slider .image-slider-item {
  text-align: center;
}
.image-slider .image-slider-item iframe {
  display: inline-block !important;
}
.image-slider .image-slider-item twitter-widget {
  display: inline-block !important;
}
.image-slider.owl-carousel .owl-prev, .image-slider.owl-carousel .owl-next {
  top: 50%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .influ-name {
    margin-top: 40px;
  }
}
/*-------------------------------
   News
-------------------------------*/
.post-title {
  font-size: 24px;
}
.post-thum-content {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .post-title {
    font-size: 21px;
  }
  .post-thum-content {
    font-size: 11px;
  }
}
/* pager */
.screen-reader-text {
  display: none;
}
.page-numbers {
  display: inline-block;
  color: #313131;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 50%;
  border: 0;
  height: 40px;
  width: 40px;
}
.page-numbers.current {
  background-color: #ffffff;
  color: #999999;
}
.page-numbers .arrows {
  font-size: 35px;
}
/* pagination */
.single-pagination {
  font-size: 13px;
  border-top: 1px solid rgba(238, 238, 238, .9);
  padding-top: 15px;
}
.single-pagination .previous-post {
  border-right: 1px solid rgba(238, 238, 238, .9);
}
@media only screen and (max-width: 767px) {
  .single-pagination {
    font-size: 11px;
  }
}
/*-------------------------------
   archive
-------------------------------*/
.date-archive-title {
  font-size: 21px;
}
/*-------------------------------
   widget 
-------------------------------*/
.widget .widget-title h5 {
  font-size: 15px;
}
/*-------------------------------
   topH1
-------------------------------*/
.newh1 {
  font-size: 12px;
  color: #eee !important;
  max-width: 1200px;
  font-weight: normal;
  text-align: left;
  padding-left: 3%;
}
/*-------------------------------
   pageH1
-------------------------------*/
.pageH1 {
  font-size: 14px;
  color: #313131;
  font-weight: normal;
  padding-left: 2%;
}
.ttl_ja002 {
  font-size: 22px !important;
}
.castingTextBox {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.flBtn-castingPc {
  position: fixed;
  right: 0;
  top: 100px;
}
.flBtn-castingPc p {
  margin-bottom: 20px;
}
.flBtn-castingSp {
  display: none;
}
@media only screen and (max-width: 480px) {
  a.more {
    width: 300px;
  }
  .flBtn-castingPc {
    display: none;
  }
  .flBtn-castingSp {
    display: block;
    position: fixed;
    bottom: -14px;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mt40 {
  margin-top: 40px;
}
.row-reverse {
  flex-flow: row-reverse;
}
.serviceTitle {
  width: 150px;
  background-color: #9d9dde;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.sl_strong {
  font-size: 24px;
  font-weight: bold;
  color: #212529;
}
.bold {
  color: #212529;
  font-weight: bold;
}
.pt60 {}
.mokujiBox {
  max-width: 980px;
  margin: auto;
  padding-top: 100px;
}
.mokujiBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mokujiBox ul li {
  margin-bottom: 25px;
  width: 18%;
  text-align: center;
  border-bottom: 2px solid;
}
@media only screen and (max-width: 980px) {
  .mokujiBox ul li {
    width: 30%;
  }
}
.mokujiBox ul {
  justify-content: space-around;
}
.mokujiBox ul li a {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .mokujiBox ul li {
    width: 43%;
  }
  .mokujiBox ul li a {
    font-size: 16px;
  }
}
.blogh2 {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  border-radius: 6px;
  font-size: 22px;
}
.blogh2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.blogh3 {
  padding: .5em .75em;
  background-color: rgb(245, 245, 255);
  border-left: 6px solid rgb(180, 180, 241);
  font-size: 20px;
}
.grecaptcha-badge {
  bottom: 102px !important; 
}