@charset "UTF-8";
@media handheld, only screen and (max-width: 769px) {
  .for-salon-box .for-salon-box-left h2.limehair-h2-title.limehair-h2-title-jobtitle {
    letter-spacing: 0px !important; } }

@media screen and (max-width: 980px) {
  #allfunction .function-list-flex {
    display: block !important; } }

.sample {
  background: url(../img/face.png) 0 0 no-repeat; }

.iphone5-hidden {
  display: none; }
  @media screen and (max-width: 374px) {
    .iphone5-hidden {
      display: block; } }

/* letter-spacing ratio */
/* line-height ratio */
/*

@mixin rizm-gradient {
    background: linear-gradient(-25deg, #f24564 0%, #ff595b 100%);
}*/
.bg-lime {
  background: #15bfab !important; }

.bg-gray-lightest {
  background: #f0f0f0 !important; }

.bg-stekina-brown {
  background: #e2ddd7 !important; }

.bg-white {
  background: white !important; }

.bg-lime-gradient {
  background-image: -webkit-linear-gradient(120deg, #4f9ad6 0%, #14ceb8 100%);
  background-image: linear-gradient(-30deg, #4f9ad6 0%, #14ceb8 100%); }

.u-cl-lime {
  color: #15bfab; }

.u-cl-blue {
  color: #4f9ad6; }

.u-cl-gray {
  color: #6f6f6f; }

.u-cl-stekina-red {
  color: #ff595b; }

.u-cl-orange {
  color: #d6944f; }

.u-cl-pink {
  color: #ed6460; }

.u-cl-gray-light {
  color: #b3b3b3; }

.u-cl-gray-lightest {
  color: #f0f0f0; }

.u-cl-gray-dark {
  color: #4d4d4d; }

.u-cl-white {
  color: #fff !important; }

.u-cl-stekina-black {
  color: #262626; }

.u-cl-rizm-gradient {
  color: transparent;
  background: -webkit-linear-gradient(right, #e6417a 0%, #ff595b 100%);
  background: linear-gradient(270deg, #e6417a 0%, #ff595b 100%);
  background-clip: text;
  -webkit-background-clip: text; }

.u-icon-prof img {
  width: 25px;
  height: 25px;
  border-radius: 100px; }
  @media screen and (max-width: 374px) {
    .u-icon-prof img {
      width: 21px;
      height: 21px; } }

.u-ta-left {
  text-align: left !important; }

.u-ta-center {
  text-align: center !important; }

.u-ta-right {
  text-align: right !important; }

.u-st-underline {
  text-decoration: underline !important; }

.u-st-nounderline {
  text-decoration: none !important; }

.u-margin-top-5 {
  margin-top: 5px; }

.u-margin-top-10 {
  margin-top: 5px; }

.u-margin-top-minus-5 {
  margin-top: -5px; }

.u-margin-top-minus-10 {
  margin-top: -10px; }

.u-lh-middle {
  line-height: 1.5; }

.adjust-font-bold {
  font-weight: bold; }

.adjust-margin-left-5 {
  margin-left: 5px; }

.adjust-margin-left-10 {
  margin-left: 10px; }

/* 変数 */
/* mixin */
.fixed-line a {
  border-radius: 8px !important;
  padding: 5px 15px !important;
  height: 38px !important; }
  .fixed-line a img {
    width: auto !important; }

@media screen and (min-width: 769px) {
  .interview-artciles-2020-new {
    margin: 0 auto !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

h2.limehair-h2-title {
  text-align: left !important;
  font-weight: 800 !important;
  text-transform: none;
  font-size: 40px !important;
  max-width: 1024px !important;
  margin: 0 auto 20px !important; }
  @media screen and (max-width: 768px) {
    h2.limehair-h2-title {
      text-align: left !important;
      font-size: 36px !important;
      width: 88.5% !important;
      letter-spacing: 1px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px !important; } }

.section-function-osusume-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: -15px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    .section-function-osusume-title {
      margin: 0 0px 0 20px; } }
  .section-function-osusume-title .section-function-osusume-title-img img {
    width: 67px;
    margin: -3px 4px 0 0; }
    @media screen and (max-width: 768px) {
      .section-function-osusume-title .section-function-osusume-title-img img {
        width: 69px; } }
  .section-function-osusume-title h2.appcatch-withicon {
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    font-size: 40px !important; }
    @media screen and (max-width: 768px) {
      .section-function-osusume-title h2.appcatch-withicon {
        margin-left: auto;
        margin-right: auto;
        font-size: 36px !important; } }

.limehair-h3-title {
  text-align: left !important;
  font-weight: 500 !important;
  text-transform: none;
  font-size: 40px !important;
  max-width: 1024px !important;
  letter-spacing: 2px;
  margin: 0 auto 20px !important;
  line-height: 1.6 !important; }
  @media screen and (max-width: 768px) {
    .limehair-h3-title {
      font-weight: 600 !important;
      text-align: center !important;
      font-size: 19px !important;
      width: 88.5% !important;
      margin-bottom: 25px !important; } }
  .limehair-h3-title:after {
    display: block;
    width: 60px;
    height: 2px;
    content: "";
    background: #15bfab;
    margin: 20px auto 0px; }

.underline-bodai {
  letter-spacing: -1px !important;
  text-align: left !important;
  width: 88.5% !important;
  text-align: center;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .underline-bodai {
      margin: 0 auto 20px !important; } }

.underline-bodai2 {
  width: 88.5% !important;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .underline-bodai2 {
      margin: 0 auto 20px !important; } }

.fukidashi-small {
  font-size: 12px !important;
  color: #27beab !important;
  line-height: 29px !important;
  font-weight: bold;
  width: 88.5% !important;
  margin: 0px auto -2px !important;
  letter-spacing: 1px;
  text-align: center; }

/****************************
 機能カルーセル
****************************/
@media screen and (max-width: 3000px) and (min-width: 767px) {
  .carousel-function-box-payment-7 .pcimage {
    display: inline-block; }
  .modal .function-payment-google .carousel-function-catch {
    width: auto; }
  .modal .function-payment-google .pcimage {
    display: inline-block; } }

.carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 {
  width: 600px; }
  @media screen and (max-width: 768px) {
    .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 .carousel-function-text-03 {
      margin: 15px 15px 0; } }
  .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 .carousel-function-img .carousel-function-img-meogoogle {
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    margin: 0;
    height: auto; }
  @media screen and (max-width: 768px) {
    .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 .carousel-function-img .carousel-function-img-meogoogle-main-img {
      height: 152px !important; } }
  .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 .carousel-function-img img {
    height: auto !important;
    margin: 0 !important; }
  .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 .carousel-function-img .carousel-function-img-meogoogle-main {
    margin: 0 !important;
    position: relative; }
    .carousel-function-wrapper .carousel-function.carousel-function-long.carousel-function-box-payment-7 .carousel-function-img .carousel-function-img-meogoogle-main img {
      margin: 0 !important; }

.modal-wrapper-content-function.function-payment-google .carousel-function-img-meogoogle {
  margin: auto !important; }

.modal-wrapper-content-function.function-payment-google .carousel-function-img {
  position: relative; }

.modal .modal-wrapper-content-function .carousel-function-img {
  margin: 0 -5px;
  padding: 0 !important; }

.modal .modal-wrapper-content-function .function-payment-google {
  margin: 0 -15px !important; }

.modal .modal-wrapper-content-function .carousel-function-catch-3 {
  letter-spacing: -1px !important; }

.modal .modal-wrapper-content-function .carousel-function-img-meogoogle {
  position: absolute;
  top: -25px;
  width: 100%;
  left: 0;
  margin: 0; }
  .modal .modal-wrapper-content-function .carousel-function-img-meogoogle img {
    height: auto !important;
    margin: 0 !important; }

.modal .modal-wrapper-content-function .carousel-function-img-meogoogle-main {
  margin: 20px 0 0 !important;
  position: relative; }
  @media screen and (max-width: 768px) {
    .modal .modal-wrapper-content-function .carousel-function-img-meogoogle-main {
      margin: 0px 0 0 !important; } }
  .modal .modal-wrapper-content-function .carousel-function-img-meogoogle-main img {
    margin: 0 !important; }

.carousel-function-tab-child .off {
  display: block; }

.carousel-function-tab-child .on {
  display: none !important; }

.carousel-function-img-cloud img {
  height: 260px !important;
  margin: 8px 10px -3px !important; }
  @media screen and (max-width: 768px) {
    .carousel-function-img-cloud img {
      height: 150px !important; } }

.carousel-function-tab-child.active {
  box-shadow: 0 0 30px rgba(50, 50, 70, .15);
  background: -webkit-linear-gradient(white, white), -webkit-linear-gradient(120deg, #4f9ad6 0%, #14ceb8 100%);
  background: linear-gradient(white, white), linear-gradient(-30deg, #4f9ad6 0%, #14ceb8 100%); }
  .carousel-function-tab-child.active .off {
    display: none !important; }
  .carousel-function-tab-child.active .on {
    display: block !important; }
  .carousel-function-tab-child.active .carousel-function-tab-child-name {
    background-image: -webkit-linear-gradient(120deg, #4f9ad6 0%, #14ceb8 100%);
    background-image: linear-gradient(-30deg, #4f9ad6 0%, #14ceb8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.carousel-function-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 0 auto 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .carousel-function-tab {
      margin: 0 auto 7px 2.5%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .carousel-function-tab .tab-2 img {
    margin: 0 -1px 0 -1px !important; }
  .carousel-function-tab .tab-3 img {
    margin: 0 -6px 0 -2px !important; }
  .carousel-function-tab .tab-4 img {
    margin: 0 3px 0 1px !important; }
  .carousel-function-tab .tab-5 img {
    margin: 0 -2px 0 0px !important; }
  .carousel-function-tab .tab-6 img {
    margin: 0 0px 0 -2px !important; }
  .carousel-function-tab .tab-payment-3 img {
    margin: 0 1px 0 0 !important; }
  .carousel-function-tab .tab-payment-5 img {
    margin: 0 -1px 0 -3px !important; }
  .carousel-function-tab .tab-payment-6 img {
    margin: 0 1px 0 0 !important; }
  .carousel-function-tab .carousel-function-tab-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #A5A5A7 !important;
    border-radius: 0px !important;
    padding: 6px 12px 6px;
    margin: 0px 8px 10px;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .carousel-function-tab .carousel-function-tab-child {
        margin: 0px 2px 6px;
        padding: 6px 8px 6px 6px; } }
    .carousel-function-tab .carousel-function-tab-child img {
      margin: 0 3px 0 0; }
    @media screen and (min-width: 769px) {
      .carousel-function-tab .carousel-function-tab-child:hover {
        opacity: 0.75;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 1px 0 rgba(0, 0, 0, .05) !important; } }
  .carousel-function-tab .carousel-function-tab-child-name {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.3px; }
    @media screen and (max-width: 768px) {
      .carousel-function-tab .carousel-function-tab-child-name {
        font-size: 13.2px !important;
        letter-spacing: 0px; } }
  .carousel-function-tab .carousel-function-tab-child-name-share {
    letter-spacing: -0.5px; }

.carousel-function-wrapper-wrap {
  width: auto;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .carousel-function-wrapper-wrap {
      width: 2200px; } }

@media screen and (max-width: 768px) {
  .carousel-function-wrapper-free .carousel-function-box-4 img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    margin: 0 0 -2px; } }

.carousel-function-wrapper {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  margin: -30px 0 20px;
  padding: 20px 0 25px; }
  @media screen and (max-width: 768px) {
    .carousel-function-wrapper {
      margin: -20px 0 10px; } }
  .carousel-function-wrapper .carousel-function-box {
    margin: 0 0px 0 20px;
    display: inline-block; }
    .carousel-function-wrapper .carousel-function-box .carousel-function {
      margin: 0 20px 0 0; }
  .carousel-function-wrapper .carousel-function-img-pc img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, .28); }
  .carousel-function-wrapper .carousel-function.carousel-function-long {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: top;
    box-shadow: 0 0px 12px rgba(51, 55, 68, .15);
    padding: 20px 0px !important;
    width: 650px; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function.carousel-function-long {
        width: auto; } }
    .carousel-function-wrapper .carousel-function.carousel-function-long .carousel-function-img div img {
      margin: 0 5px 0 10px !important; }
  .carousel-function-wrapper .carousel-function {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: top;
    margin: 10px 15px 0 0;
    box-shadow: 0 0 30px rgba(50, 50, 70, .15);
    border-radius: 0px !important;
    padding: 20px 0px;
    width: 560px; }
    .carousel-function-wrapper .carousel-function img {
      width: auto; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function {
        width: auto;
        box-shadow: none;
        padding: 21px 14px 21px;
        box-shadow: 0 0px 12px rgba(51, 55, 68, .15);
        border-radius: 0px !important;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 0px; } }
    .carousel-function-wrapper .carousel-function:first-child {
      margin-top: 10px;
      margin-right: 15px;
      margin-bottom: 0px;
      margin-left: calc((100% - 994px) / 2); }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function:first-child {
          margin-left: 15px;
          margin-right: 0px; } }
    .carousel-function-wrapper .carousel-function:last-child {
      margin-top: 10px;
      margin-left: 0px;
      margin-bottom: 0px;
      margin-right: calc((100% - 394px) / 2); }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function:last-child {
          margin: 10px 300px 30px 15px; } }
  .carousel-function-wrapper .carousel-function-icon {
    text-align: center; }
    .carousel-function-wrapper .carousel-function-icon img {
      margin: 0 auto 4px;
      height: 72px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-icon img {
          height: 50px; } }
  .carousel-function-wrapper .carousel-function-title-wrapper {
    height: 66px;
    margin: 0 0 18px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-title-wrapper {
        margin: 0 0 0px !important;
        height: 52px; } }
  .carousel-function-wrapper .carousel-function-title-wrapper-2 {
    height: 40px !important; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-title-wrapper-2 {
        height: 32px !important; } }
  .carousel-function-wrapper .carousel-function-title {
    font-size: 27px !important;
    letter-spacing: 5.5px !important;
    margin: 0 !important;
    background-image: -webkit-linear-gradient(120deg, #4F9AD6 0%, #14ceb8 100%);
    background-image: linear-gradient(-30deg, #4F9AD6 0%, #14ceb8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 1.25 !important;
    text-align: center !important; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-title {
        font-size: 20.5px !important;
        letter-spacing: 3px !important; } }
  .carousel-function-wrapper .carousel-function-img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .carousel-function-wrapper .carousel-function-img div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 280px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img div {
          height: auto !important; } }
    .carousel-function-wrapper .carousel-function-img img {
      margin: 0 10px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img img {
          height: 152px;
          margin: 0 5px; } }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-kanzashi img {
      position: absolute;
      left: 29%;
      top: -6.5%;
      z-index: 99;
      height: 70px;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img .carousel-function-img-kanzashi img {
          height: 50px;
          left: 29%;
          top: -6.5%; } }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-kanzashi-google img {
      position: absolute;
      left: 27%;
      top: 17.5%;
      z-index: 99;
      height: 70px;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img .carousel-function-img-kanzashi-google img {
          height: 54px;
          left: 26.5%;
          top: 15.5%; } }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-instagram img {
      position: absolute;
      left: 1px;
      top: -8px;
      z-index: 99;
      height: 33px;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img .carousel-function-img-instagram img {
          height: 28px;
          left: -6px;
          top: -7px; } }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-div-card {
      position: relative;
      margin: 0 32px 0 0 !important; }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-div {
      position: relative;
      margin: 0 20px 0 0; }
      .carousel-function-wrapper .carousel-function-img .carousel-function-img-div .carousel-function-img-div-lineimg img {
        position: absolute;
        left: -7px;
        top: -7px;
        z-index: 99;
        box-shadow: 0 1.5px 1.5px rgba(0, 0, 0, .8);
        height: 30px;
        border-radius: 4px; }
        @media screen and (max-width: 768px) {
          .carousel-function-wrapper .carousel-function-img .carousel-function-img-div .carousel-function-img-div-lineimg img {
            height: 20px;
            border-radius: 4px;
            left: -5px;
            top: -6px; } }
      .carousel-function-wrapper .carousel-function-img .carousel-function-img-div .carousel-function-img-div-speech img {
        position: absolute;
        right: -20px;
        top: 20%;
        width: 60px;
        height: auto !important; }
      .carousel-function-wrapper .carousel-function-img .carousel-function-img-div .carousel-function-img-div-speech-card img {
        position: absolute;
        right: -43px !important;
        bottom: 28%;
        width: 60px;
        height: auto !important;
        z-index: 9999; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-img .carousel-function-img-div-line img {
        height: 218px;
        margin: -8px -7px 0; } }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-speech {
      position: absolute;
      z-index: 9000;
      right: -25px;
      top: 210px;
      width: 110px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img .carousel-function-img-speech {
          right: -15px;
          top: 120px;
          width: 80px; } }
    .carousel-function-wrapper .carousel-function-img .carousel-function-img-speech-2 {
      position: absolute;
      z-index: 9000;
      right: -45px;
      bottom: 160px;
      width: 110px; }
      @media screen and (max-width: 768px) {
        .carousel-function-wrapper .carousel-function-img .carousel-function-img-speech-2 {
          width: 80px;
          right: -45px;
          bottom: 100px; } }
  .carousel-function-wrapper .carousel-function-wide {
    width: 500px !important; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-wide {
        width: 300px !important; } }
  .carousel-function-wrapper .carousel-function-catch-3 {
    letter-spacing: 1px !important; }
  .carousel-function-wrapper .carousel-function-catch {
    position: relative;
    background-color: white;
    text-align: center;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.6 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    overflow: visible; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-catch {
        font-size: 13px;
        height: 30px; } }
    .carousel-function-wrapper .carousel-function-catch span {
      background: -webkit-linear-gradient(110deg, #e6417a 20%, #ff595b 100%);
      background: linear-gradient(-20deg, #e6417a 20%, #ff595b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      /* font-weight: bold; */ }
    .carousel-function-wrapper .carousel-function-catch:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      background: -webkit-linear-gradient(120deg, #e6417a 0%, #ff595b 80%);
      background: linear-gradient(-30deg, #e6417a 0%, #ff595b 80%);
      mix-blend-mode: lighten; }
  .carousel-function-wrapper .carousel-function-text-profile {
    width: auto !important; }
  .carousel-function-wrapper .carousel-function-text {
    padding: 0 0 15px;
    display: block;
    font-size: 14px !important;
    height: 70px;
    margin: 10px auto 0;
    text-align: left;
    width: 500px;
    white-space: break-spaces; }
    .carousel-function-wrapper .carousel-function-text a {
      text-decoration: underline !important;
      color: #15bfab; }
    @media screen and (max-width: 768px) {
      .carousel-function-wrapper .carousel-function-text {
        height: auto;
        font-size: 12px;
        width: 300px;
        height: 80px; } }

.carousel-function-text-02 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px;
  height: 70px;
  margin: 10px auto 0;
  text-align: left;
  width: 500px;
  white-space: break-spaces;
  z-index: 9999;
  position: relative; }
  @media screen and (max-width: 768px) {
    .carousel-function-text-02 {
      font-size: 12px;
      width: 300px;
      height: 80px; } }

.carousel-function-text-03 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px;
  height: 70px;
  margin: 10px auto 0;
  text-align: left;
  width: 500px;
  white-space: break-spaces;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .carousel-function-text-03 {
      font-size: 12px;
      width: 300px;
      height: 80px; } }

.carousel-function-text-04 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px;
  height: 70px;
  margin: 10px auto 0;
  text-align: left;
  width: 400px;
  white-space: break-spaces; }
  @media screen and (max-width: 768px) {
    .carousel-function-text-04 {
      font-size: 12px;
      width: 300px;
      height: 80px; } }

@media screen and (min-width: 769px) {
  .function-payment-ec .carousel-function-text-05 {
    text-align: center !important; } }

.carousel-function-text-05 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px;
  height: 70px;
  margin: 10px auto 0;
  text-align: left;
  width: 500px;
  white-space: break-spaces;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .carousel-function-text-05 {
      font-size: 12px;
      width: 300px;
      height: 80px; } }

.carousel-function-text-2 {
  height: 100px;
  padding: 0 0 5px;
  display: block;
  width: 100%;
  white-space: normal;
  font-size: 11px;
  max-width: 215px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .carousel-function-text-2 {
      height: 120px; } }

/* modal */
.modal-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 0px; }

.modal-wrapper-content-scroll {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  z-index: 999;
  width: 80%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-linear-gradient(120deg, #4f9ad6 0%, #14ceb8 100%);
  background-image: linear-gradient(-30deg, #4f9ad6 0%, #14ceb8 100%);
  color: white;
  font-weight: bold;
  border-radius: 30px;
  padding: 8px 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

.modal-openpc {
  padding: 0px !important; }

.modal,
.modal-openpc {
  position: fixed;
  z-index: 1000;
  top: 10%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 450px;
  width: 90%;
  display: inline-table;
  height: auto;
  margin: auto;
  background: white;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .modal,
    .modal-openpc {
      padding: 15px 0;
      top: 3%; } }
  .modal div,
  .modal-openpc div {
    font-family: "mplus-2c", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', HiraKakuProN-W3, 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }

.modal-wrapper-button {
  margin: 0 auto;
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.bg-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7); }

.modal-head {
  width: 80%;
  margin: 10px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal-head .modal-wrapper-content-head-left img {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .3);
    margin: 0 15px 0 0; }
  .modal-head .modal-wrapper-content-head-right {
    text-align: left;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 12px;
    line-height: 1.65; }

.modal-main {
  text-align: left;
  margin: 0 13px 60px;
  letter-spacing: -0.3px; }
  .modal-main .modal-main-strong {
    font-weight: bold;
    margin: 0 0 5px !important; }

.modal .cd-popup-close {
  background-color: #4D4D4D !important;
  border-radius: 100px !important;
  background: url(https://limehair.jp/wp-https-lime/wp-content/uploads/2018/12/closebuttonsvg.svg) no-repeat 53% 53%;
  z-index: 99 !important;
  box-shadow: 0 2.5px 4px rgba(0, 0, 0, .4);
  right: -10px !important;
  border: 2px solid #fff !important;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  cursor: pointer;
  top: -55px !important; }
  @media screen and (max-width: 768px) {
    .modal .cd-popup-close {
      top: -41px !important; } }

.modal-main-close {
  color: #b3b3b3;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  margin: 15px auto 0;
  display: inline-block;
  width: 100%;
  font-size: 16px; }

.modalbr {
  display: none; }

.modal .modalbr {
  display: block; }

@media screen and (max-width: 768px) {
  .modal-wrapper-content-function .carousel-function-img {
    padding: 0 15px; } }

@media screen and (max-width: 768px) {
  .modal-wrapper-content-function.function-payment-multisalon .carousel-function-img {
    padding: 0 8px 0 0;
    text-align: center; } }

.modal-wrapper-content-function.function-payment-multisalon .carousel-function-img div:first-child {
  margin: 0 !important; }
  @media screen and (max-width: 768px) {
    .modal-wrapper-content-function.function-payment-multisalon .carousel-function-img div:first-child img {
      margin: 0 5px 0 0 !important; } }

.modal .carousel-function-title {
  font-size: 27px !important;
  letter-spacing: 5.5px !important;
  margin: 0 !important;
  background-image: -webkit-linear-gradient(120deg, #4F9AD6 0%, #14ceb8 100%);
  background-image: linear-gradient(-30deg, #4F9AD6 0%, #14ceb8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.25 !important;
  text-align: center !important; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-title {
      font-size: 20.5px !important;
      letter-spacing: 3px !important; } }

.modal .carousel-function-img div:first-child {
  margin: 0 15px 0 0; }

.modal .function-payment-hpb img {
  margin: 0 !important; }

.modal .carousel-function-img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .modal .carousel-function-img img {
    max-height: 300px; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img img {
        margin: 0 5px; } }
  .modal .carousel-function-img .carousel-function-img-kanzashi {
    position: absolute;
    left: 29%;
    top: -6.5%;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img .carousel-function-img-kanzashi {
        left: 30%;
        top: -7%; } }
    .modal .carousel-function-img .carousel-function-img-kanzashi img {
      height: 70px;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        .modal .carousel-function-img .carousel-function-img-kanzashi img {
          height: 40px; } }
  .modal .carousel-function-img .carousel-function-img-kanzashi-google {
    height: 70px;
    border-radius: 4px;
    position: absolute;
    left: 26%;
    top: 8.5%; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img .carousel-function-img-kanzashi-google {
        left: 29%;
        top: 11.5%; } }
    .modal .carousel-function-img .carousel-function-img-kanzashi-google img {
      height: 60px;
      z-index: 99; }
      @media screen and (max-width: 768px) {
        .modal .carousel-function-img .carousel-function-img-kanzashi-google img {
          height: 40px; } }
  .modal .carousel-function-img .carousel-function-img-multisalon img {
    border-radius: 4px;
    position: absolute;
    right: -2%;
    top: -8.5%;
    height: 73px;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img .carousel-function-img-multisalon img {
        height: 58px;
        right: -4%;
        top: -12.5%; } }
  .modal .carousel-function-img .carousel-function-img-instagram {
    position: absolute;
    left: -4px;
    top: -6px;
    z-index: 99;
    height: 20px;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img .carousel-function-img-instagram {
        height: 16px;
        left: 11px;
        top: -7px; } }
    .modal .carousel-function-img .carousel-function-img-instagram img {
      height: 16px; }
  .modal .carousel-function-img .carousel-function-img-div-card {
    position: relative;
    margin: 0 32px 0 0 !important; }
  .modal .carousel-function-img .carousel-function-img-div {
    position: relative; }
    .modal .carousel-function-img .carousel-function-img-div .carousel-function-img-div-lineimg img {
      position: absolute;
      left: -7px;
      top: -7px;
      z-index: 99;
      height: 30px;
      border-radius: 6px;
      box-shadow: 0 1.5px 1.5px rgba(0, 0, 0, .8); }
      @media screen and (max-width: 768px) {
        .modal .carousel-function-img .carousel-function-img-div .carousel-function-img-div-lineimg img {
          height: 20px;
          border-radius: 4px;
          left: -5px;
          top: -6px; } }
    .modal .carousel-function-img .carousel-function-img-div .carousel-function-img-div-speech img {
      position: absolute;
      right: -20px;
      top: 20%;
      width: 60px;
      height: auto !important; }
    .modal .carousel-function-img .carousel-function-img-div .carousel-function-img-div-speech-card img {
      position: absolute;
      right: -43px !important;
      bottom: 28%;
      width: 60px;
      height: auto !important;
      z-index: 9999; }
  .modal .carousel-function-img .carousel-function-img-speech {
    position: absolute;
    z-index: 9000;
    right: -25px;
    top: 210px;
    width: 110px; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img .carousel-function-img-speech {
        right: -15px;
        top: 120px;
        width: 80px; } }
  .modal .carousel-function-img .carousel-function-img-speech-2 {
    position: absolute;
    z-index: 9000;
    right: -45px;
    bottom: 160px;
    width: 110px; }
    @media screen and (max-width: 768px) {
      .modal .carousel-function-img .carousel-function-img-speech-2 {
        width: 80px;
        right: -45px;
        bottom: 100px; } }

.modal .carousel-function-catch-3 {
  letter-spacing: 1px !important; }

.modal .carousel-function-catch {
  position: relative;
  background-color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.6 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 300px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-catch {
      font-size: 16px; } }
  .modal .carousel-function-catch span {
    background: -webkit-linear-gradient(110deg, #e6417a 20%, #ff595b 100%);
    background: linear-gradient(-20deg, #e6417a 20%, #ff595b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-weight: bold; */ }
  .modal .carousel-function-catch:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(120deg, #e6417a 0%, #ff595b 80%);
    background: linear-gradient(-30deg, #e6417a 0%, #ff595b 80%);
    mix-blend-mode: lighten; }

.modal .carousel-function-text-profile {
  width: auto !important; }

.modal .carousel-function-text {
  padding: 0 0 15px;
  display: block !important;
  font-size: 14px !important;
  margin: 10px auto 0;
  text-align: left;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-text {
      font-size: 12px;
      width: 100%; } }

.modal .carousel-function-text-02 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px !important;
  margin: 10px auto 0;
  text-align: left;
  width: 100%;
  white-space: break-spaces;
  z-index: 9999;
  position: relative; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-text-02 {
      font-size: 12px; } }

.modal .carousel-function-text-03 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px !important;
  margin: 10px auto 0;
  text-align: left;
  width: 100%;
  white-space: break-spaces; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-text-03 {
      font-size: 12px; } }

.modal .carousel-function-text-04 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px !important;
  margin: 10px auto 0;
  text-align: left;
  width: 100%;
  white-space: break-spaces; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-text-04 {
      font-size: 12px; } }

.modal .carousel-function-text-05 {
  padding: 0 0 15px;
  display: block;
  font-size: 14px !important;
  margin: 10px auto 0;
  text-align: left;
  width: 100%;
  height: auto !important;
  white-space: break-spaces;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .modal .carousel-function-text-05 {
      font-size: 12px; } }

.modal .carousel-function-text-2 {
  height: 100px;
  padding: 0 0 5px;
  display: block;
  width: 100%;
  white-space: normal;
  font-size: 11px !important;
  margin: 0 auto;
  text-align: left; }

.modal .wrapper-modal-ltv {
  padding: 30px 0 0; }

.modal .function-payment-ltv-padding {
  height: 18px;
  width: 1px;
  display: none; }

.modal .ltv-ha {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5; }

.modal .top-ltv-button {
  margin: 30px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: white;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  background: -webkit-linear-gradient(110deg, #e6417a 20%, #ff595b 100%);
  background: linear-gradient(-20deg, #e6417a 20%, #ff595b 100%); }

/* その他 */
.top-button a {
  width: 200px;
  display: block;
  padding: 13px 0;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  box-shadow: 0px 2px 4px #999;
  text-align: center;
  margin: 60px auto 15px !important;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px; }

.cd-popup-allfunction,
.cd-popup-kanzashi,
.cd-popup-chatline,
.cd-popup-pamphlet,
.cd-popup-line-sodan,
.cd-popup-customfield-dialog {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

@media screen and (max-width: 766px) {
  .cd-popup-allfunction .function-list {
    margin: 0 auto !important; }
  .cd-popup-allfunction .function-list .function-list-mother {
    list-style-type: none; }
  .cd-popup-allfunction li.function-list-mother {
    list-style-type: none !important; }
  .cd-popup-allfunction .function-list li {
    list-style-type: none;
    line-height: 1.5;
    font-size: 8px;
    text-align: left !important; }
  .cd-popup-allfunction .function-list-mother::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 3px;
    height: 3px;
    background: #4d4d4d;
    border-radius: 50%;
    margin-right: 7px; }
  .cd-popup-allfunction .function-list-child {
    margin: 0 0 3px 7px !important; }
  .cd-popup-allfunction .function-list-child li {
    font-size: 8px !important;
    padding: 0 0 0 0px;
    list-style-type: none !important;
    position: relative; }
  .cd-popup-allfunction .function-list-child li::before {
    content: " - "; }
  .cd-popup-allfunction .function-list-child-mini {
    font-size: 7px;
    margin: 0 0 0 4px; } }

.cd-popup-allfunction .cd-popup-container {
  position: relative;
  background: #FFF;
  border-radius: 0px;
  text-align: center;
  overflow-y: scroll;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  width: 90%;
  margin: 0em auto !important;
  height: 650px; }

@media screen and (max-width: 600px) {
  .cd-popup-allfunction .cd-popup-container {
    height: 650px; } }

.cd-popup-customfield-dialog .cd-popup-close,
.cd-popup-allfunction .cd-popup-close,
.cd-popupallfunction .cd-popup-close,
.cd-popup-kanzashi .cd-popup-close,
.cd-popup-line-sodan .cd-popup-close,
.cd-popup-chatline .cd-popup-close,
.cd-popup-pamphlet .cd-popup-close,
.cd-popup-entryevent .cd-popup-close {
  background-color: #4D4D4D !important;
  border-radius: 100px !important;
  background: url(https://limehair.jp/wp-https-lime/wp-content/uploads/2018/12/closebuttonsvg.svg) no-repeat 53% 53%;
  z-index: 99999999999999999 !important;
  box-shadow: 0 2.5px 4px rgba(0, 0, 0, .4);
  top: -52px !important;
  right: 27px !important;
  border: 2px solid #fff !important;
  display: absolute;
  width: 35px;
  height: 35px;
  position: absolute; }
  @media screen and (max-width: 768px) {
    .cd-popup-customfield-dialog .cd-popup-close,
    .cd-popup-allfunction .cd-popup-close,
    .cd-popupallfunction .cd-popup-close,
    .cd-popup-kanzashi .cd-popup-close,
    .cd-popup-line-sodan .cd-popup-close,
    .cd-popup-chatline .cd-popup-close,
    .cd-popup-pamphlet .cd-popup-close,
    .cd-popup-entryevent .cd-popup-close {
      right: 7px !important; } }

.cd-popup-customfield-dialog .cd-popup-close::before,
.cd-popup-customfield-dialog .cd-popup-close::after,
.cd-popup-allfunction .cd-popup-close::before,
.cd-popup-allfunction .cd-popup-close::after,
.cd-popupallfunction .cd-popup-close::before,
.cd-popupallfunction .cd-popup-close::after,
.cd-popup-kanzashi .cd-popup-close::before,
.cd-popup-kanzashi .cd-popup-close::after,
.cd-popup-line-sodan .cd-popup-close::before,
.cd-popup-line-sodan .cd-popup-close::after,
.cd-popup-chatline .cd-popup-close::before,
.cd-popup-chatline .cd-popup-close::after,
.cd-popup-pamphlet .cd-popup-close::before,
.cd-popup-pamphlet .cd-popup-close::after,
.cd-popup-entryevent .cd-popup-close::before,
.cd-popup-entryevent .cd-popup-close::after {
  background-color: #fff !important;
  top: 13.5px !important; }

.cd-popup-allfunction.is-visible,
.cd-popup-kanzashi.is-visible,
.cd-popup-chatline.is-visible,
.cd-popup-pamphlet.is-visible,
.cd-popup-line-sodan.is-visible,
.cd-popup-customfield-dialog.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.limesalon-mvtop-pc {
  height: 570px;
  margin: 0 0 30px;
  position: relative; }
  .limesalon-mvtop-pc .limesalon-mvtop-pc-wrap {
    height: 570px;
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
  .limesalon-mvtop-pc .limesalon-mvtop-pc-bg img {
    width: 100%;
    height: 570px;
    position: absolute;
    top: 0;
    left: 0; }
  .limesalon-mvtop-pc .limesalon-mvtop-pc-left {
    position: absolute;
    z-index: 10;
    left: 0;
    /* top: 130px; */
    bottom: 29px;
    margin: auto;
    top: 0px;
    display: inline-table; }
    .limesalon-mvtop-pc .limesalon-mvtop-pc-left .limesalon-mvtop-pc-left-text {
      text-align: left;
      color: white;
      margin: 0 0 30px;
      font-size: 48.43px;
      color: #FFFFFF;
      letter-spacing: 6.03px;
      line-height: 62.18px !important;
      font-weight: 800; }
  .limesalon-mvtop-pc .limesalon-mvtop-pc-right {
    position: absolute;
    right: -30px;
    width: 550px;
    z-index: 20;
    top: 210px; }
    .limesalon-mvtop-pc .limesalon-mvtop-pc-right .limesalon-mvtop-pc-right-wrap {
      position: relative; }
      .limesalon-mvtop-pc .limesalon-mvtop-pc-right .limesalon-mvtop-pc-right-wrap .limesalon-mvtop-pc-right-wrap-ballon {
        position: absolute;
        right: 12px;
        top: -50px;
        width: 165px;
        -webkit-animation-name: fuwafuwa;
        animation-name: fuwafuwa;
        -webkit-animation-duration: 2.8s;
        animation-duration: 2.8s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease; }
  .limesalon-mvtop-pc .limesalon-mvtop-pc-bgsvg svg {
    position: absolute;
    width: 100%;
    height: 212px;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .limesalon-mvtop-pc .button-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 15px;
    width: 350px; }
  .limesalon-mvtop-pc a.top-button-toggle-pc:hover {
    opacity: 0.7; }
  .limesalon-mvtop-pc .button-grid-div1 {
    grid-area: 2 / 1 / 3 / 3 !important;
    -webkit-animation: fuwafuwa-button 1s 0s infinite;
            animation: fuwafuwa-button 1s 0s infinite; }
  .limesalon-mvtop-pc .button-grid-div2 {
    grid-area: 1 / 1 / 2 / 2 !important; }
  .limesalon-mvtop-pc .button-grid-div3 {
    grid-area: 1 / 2 / 2 / 3 !important; }

.limesalon-mvtop-sp.eyelash {
  background: url("https://limehair.jp/php74-lime/wp-content/uploads/2022/06/bgsp2.png") center bottom !important;
  background-size: cover; }

.limesalon-mvtop-sp {
  background: url("https://limehair.jp/salon/wp-content/uploads/bglimesalon.png") center center;
  background-size: cover;
  padding: 45px 0 0; }
  .limesalon-mvtop-sp .limesalon-mvtop-sp-txt {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    color: white;
    line-height: 1.35 !important;
    margin: 0px auto 20px;
    letter-spacing: 1px; }
  .limesalon-mvtop-sp .limesalon-mvtop-sp-button-wrap {
    width: 100%;
    text-align: center; }
    .limesalon-mvtop-sp .limesalon-mvtop-sp-button-wrap .limesalon-mvtop-sp-button a {
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 86.5%;
      border-radius: 8px;
      color: white;
      letter-spacing: 0.5px;
      line-height: 1.4;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14.5px;
      font-weight: 700;
      height: 50px;
      border-radius: 8px; }
    .limesalon-mvtop-sp .limesalon-mvtop-sp-button-wrap .limesalon-mvtop-sp-button-wrap-black a {
      background: #262626;
      margin: 0 auto 15px;
      border: 1px solid white; }
    .limesalon-mvtop-sp .limesalon-mvtop-sp-button-wrap .limesalon-mvtop-sp-button-wrap-red a {
      background: -webkit-linear-gradient(110deg, #e6417a 20%, #ff595b 100%);
      background: linear-gradient(-20deg, #e6417a 20%, #ff595b 100%); }
  .limesalon-mvtop-sp .limesalon-mvtop-sp-imagewrap {
    position: relative;
    margin: 50px 0 0; }
    .limesalon-mvtop-sp .limesalon-mvtop-sp-imagewrap .limesalon-mvtop-sp-imagewrap-ballon {
      position: absolute;
      right: 20px;
      top: -18px;
      width: 30%;
      -webkit-animation-name: fuwafuwa;
      animation-name: fuwafuwa;
      -webkit-animation-duration: 2.8s;
      animation-duration: 2.8s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }

.section-forsalon {
  padding: 60px 0 75px;
  background: #f9f9f9 !important; }

section.section-voice {
  padding: 60px 0 75px;
  background: #f9f9f9 !important; }

.section-free {
  padding: 60px 0 75px;
  background: #fff !important; }

.section-salonabout {
  padding: 80px 0 20px;
  color: white; }
  @media screen and (max-width: 768px) {
    .section-salonabout {
      padding: 80px 0px 20px;
      background: white !important;
      background-size: cover;
      color: #4d4d4d; } }
  .section-salonabout h2 {
    color: white; }
    @media screen and (max-width: 768px) {
      .section-salonabout h2 {
        color: #262626; } }

.section-functionlist-bottom {
  padding: 60px 0 75px;
  background: #fff !important; }

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -20px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -20px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@-webkit-keyframes fuwafuwa-button {
  0% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  8% {
    scale: 1.04;
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  17% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    scale: 1.02;
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  38% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fuwafuwa-button {
  0% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  8% {
    scale: 1.04;
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  17% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    scale: 1.02;
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  38% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    scale: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media screen and (max-width: 768px) {
  .section-forsalon .for-salon-box .for-salon-box-left .limehair-h2-title-ls {
    letter-spacing: -1.6px !important; } }

@media handheld, only screen and (max-width: 1024px) {
  .wpb_row.mk-padding-wrapper {
    padding: 0 7px !important; } }

.section-recommend-lime {
  background: #f7f7f7 !important;
  padding: 60px 0px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .section-recommend-lime {
      padding: 40px 0px; } }
  .section-recommend-lime div {
    text-align: center; }
    .section-recommend-lime div a img {
      width: 90%;
      max-width: 450px; }

.top-button a {
  width: 220px;
  display: block;
  padding: 13px 0;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 60px auto 15px !important;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: 0px 2px 4px #999; }

.read-button a {
  background: #4f9ad6 !important;
  box-shadow: 0px 2px 4px #999;
  font-weight: bold; }

@media only screen and (max-width: 750px) {
  .jupiter-donut-.fulltxt {
    padding: 0 0px 0 !important; } }

@media screen and (max-width: 768px) {
  .fulltxt {
    width: 90% !important;
    margin: 0 auto; } }

.main-navigation-ul > li.menu-item > a.menu-item-link {
  font-weight: 700; }

@media only screen and (min-width: 780px) {
  .newfunction {
    padding: 8px 0 0; } }

.top-meeting-area-pc:hover,
.top-meeting-area-pc:active {
  opacity: 1; }

.top-meeting-area-pc {
  display: none; }

.footer-limeapp {
  display: none; }

.chokkan,
.jirei,
.osusume-image {
  display: none; }

.pc-main {
  background-size: cover;
  background-position: center top;
  background-repeat: repeat;
  background-image: url(http://limehair.jp/cms/wp-content/uploads/2016/02/background-image-2.jpg); }

.sp-main {
  background-size: cover;
  background-position: center top;
  background-repeat: repeat;
  background-image: url(http://limehair.jp/cms/wp-content/uploads/2015/12/background.jpg); }

@media only screen and (min-width: 780px) {
  .topbunsho {
    width: 80%;
    margin: 0 auto; } }

@media (max-width: 750px) {
  .vc_col-sm-4,
  .vc_col-sm-6 {
    padding: 0 !important; } }

.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.kimura-articles-flex {
  padding: 60px 0 38px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .kimura-articles-flex {
      padding: 60px 0 20px !important;
      display: block !important; } }
  .kimura-articles-flex .vc_col-sm-12 {
    background: #f7f7f7 !important; }

.kimura-articles-flex-img {
  text-align: center;
  height: 35px !important;
  margin: 0px auto 30px; }
  @media screen and (max-width: 768px) {
    .kimura-articles-flex-img {
      height: 30px !important; } }
  .kimura-articles-flex-img img {
    height: 35px !important;
    -webkit-animation: bounce-swipe 3s infinite;
            animation: bounce-swipe 3s infinite; }
    @media screen and (max-width: 768px) {
      .kimura-articles-flex-img img {
        height: 30px !important; } }

.kimura-articles {
  padding: 60px 0 60px;
  background: #f7f7f7 !important; }
  .kimura-articles h2.limehair-h2-title {
    white-space: nowrap; }
  .kimura-articles .kimura-articles-wrapper-contents {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: -30px;
    width: 100%;
    position: relative; }
    .kimura-articles .kimura-articles-wrapper-contents .kimura-articles-wrapper-contents-article-first {
      margin-left: calc((100% - 1024px) / 2) !important; }
      @media screen and (max-width: 768px) {
        .kimura-articles .kimura-articles-wrapper-contents .kimura-articles-wrapper-contents-article-first {
          margin-left: 40px !important; } }
    .kimura-articles .kimura-articles-wrapper-contents .kimura-articles-wrapper-contents-article-last {
      margin-right: calc((100% - 824px)) !important; }
      @media screen and (max-width: 768px) {
        .kimura-articles .kimura-articles-wrapper-contents .kimura-articles-wrapper-contents-article-last {
          margin-right: 100px !important; } }
    .kimura-articles .kimura-articles-wrapper-contents a:first-child {
      margin-left: calc((100% - 1024px) / 2) !important; }
      @media screen and (max-width: 768px) {
        .kimura-articles .kimura-articles-wrapper-contents a:first-child {
          margin-left: 20px !important; } }
    .kimura-articles .kimura-articles-wrapper-contents a:last-child {
      margin-right: calc((100% - 824px)) !important; }
      @media screen and (max-width: 768px) {
        .kimura-articles .kimura-articles-wrapper-contents a:last-child {
          margin-right: 100px !important; } }
  .kimura-articles .kimura-articles-wrapper-contents-article-lasttext {
    color: #262626 !important; }
  .kimura-articles .kimura-articles-wrapper-contents-overray .limehairtitle-function-under {
    padding: 4px 0 0 4px; }
  .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article {
    position: relative; }
    .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-title {
        color: white;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 19.3px; }
        @media screen and (max-width: 768px) {
          .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-title {
            font-size: 15px; } }
    .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article {
      width: 300px;
      display: inline-block;
      margin: 0 20px 0 0;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article {
          width: 232px !important;
          margin: 0 15px 0 0; } }
      .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-last {
        width: 300px;
        height: 143px;
        box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
        background: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        font-weight: 700 !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #262626 !important;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.5;
        text-decoration: underline;
        -moz-text-decoration-line: underline;
        -moz-text-decoration-style: solid;
        -moz-text-decoration-color: #15BFAB;
        -webkit-text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        -webkit-text-decoration-color: #15BFAB; }
        @media screen and (max-width: 768px) {
          .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-last {
            letter-spacing: 0px;
            font-size: 15.5px;
            width: 222px;
            height: 106px;
            -o-object-position: 50% 50%;
               object-position: 50% 50%;
            background: white; } }
      .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article img {
        box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
        height: 143px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article img {
            height: 106px;
            -o-object-position: 50% 50%;
               object-position: 50% 50%; } }
      .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom {
        margin: 15px 0 0; }
        .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-title {
          text-align: left;
          margin: 0 0 3px;
          color: #262626;
          font-weight: bold;
          white-space: normal;
          font-size: 16px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          line-height: 1.45; }
          @media screen and (max-width: 768px) {
            .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-title {
              font-size: 13px;
              line-height: 1.5; } }
        .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-date {
          text-align: left;
          font-size: 10px;
          color: #b3b3b3;
          font-weight: bold; }
        .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-hosoku {
          color: #8f8f8f;
          font-size: 8.7px;
          text-align: left;
          line-height: 1.2; }
  .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article-image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .45); }
  .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article {
    width: 300px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article {
        width: 158px !important;
        margin: 0 7px 0 0; } }
    .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article img {
      box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
      height: 143px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .kimura-articles .kimura-articles-wrapper-contents-overray .kimura-articles-wrapper-contents-article img {
          height: 83px;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; } }

.kimura-articles-wrapper-contents-article {
  width: 300px;
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .kimura-articles-wrapper-contents-article {
      width: 232px !important;
      margin: 0 15px 0 0; } }
  .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-last {
    width: 300px;
    height: 143px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: 700 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #262626 !important;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-decoration: underline;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    -moz-text-decoration-color: #15BFAB;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-color: #15BFAB; }
    @media screen and (max-width: 768px) {
      .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-last {
        letter-spacing: 0px;
        font-size: 15.5px;
        width: 222px;
        height: 106px;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        background: white; } }
  .kimura-articles-wrapper-contents-article img {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
    height: 143px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .kimura-articles-wrapper-contents-article img {
        height: 106px;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; } }
  .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom {
    margin: 15px 0 0; }
    .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-title {
      text-align: left;
      margin: 0 0 3px;
      color: #262626;
      font-weight: bold;
      white-space: normal;
      font-size: 16px;
      line-height: 1.45; }
      @media screen and (max-width: 768px) {
        .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-title {
          font-size: 13px;
          line-height: 1.5; } }
    .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-date {
      text-align: left;
      font-size: 10px;
      color: #b3b3b3;
      font-weight: bold; }
    .kimura-articles-wrapper-contents-article .kimura-articles-wrapper-contents-article-bottom .kimura-articles-wrapper-contents-article-bottom-hosoku {
      color: #8f8f8f;
      font-size: 8.7px;
      text-align: left;
      line-height: 1.2; }

/*basic */
@media screen and (min-width: 769px) {
  .newfunction-contents div.kimura-articles-wrapper-contents-article:first-child {
    margin-left: calc((100% - 1024px) / 2) !important; } }

@media screen and (max-width: 768px) {
  .newfunction-contents .kimura-articles-wrapper-contents-article:first-child {
    margin: 0 0px 0 0px !important; } }

/* 全ての機能 */
.cd-popup-trigger-allfunction {
  position: relative;
  cursor: pointer; }
  .cd-popup-trigger-allfunction .newfunction-contents-function-click {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    color: #8f8f8f;
    font-size: 8px;
    text-align: center;
    line-height: 1.2; }
  .cd-popup-trigger-allfunction .newfunction-contents-function-name {
    white-space: nowrap;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    -moz-text-decoration-color: #15BFAB;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-color: #15BFAB; }

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1; } }

@keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1; } }

@-webkit-keyframes anim02 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1; } }

@keyframes anim02 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1; } }

/**********
新しく追加された新機能
**************/
.limehairtitle-function-under {
  text-align: left !important;
  text-transform: none;
  max-width: 1024px !important;
  margin: -24px auto 30px !important;
  font-size: 12px;
  padding: 0 0 0 4px; }
  @media screen and (max-width: 768px) {
    .limehairtitle-function-under {
      text-align: left !important;
      font-size: 12px;
      text-align: left !important;
      font-size: 12px;
      width: 88.5% !important;
      margin: -29px auto 20px !important; } }
  .limehairtitle-function-under span {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #4f9ad6; }

.newfunction-contents {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-bottom: 30px;
  padding-top: 30px;
  max-width: 994px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .newfunction-contents {
      margin: -90px 0 -55px !important; } }
  @media screen and (max-width: 768px) {
    .newfunction-contents a:first-child {
      margin: 0px 0 0 -20px !important; } }

.newfunction-contents-carousel {
  background: #fff;
  text-align: center;
  display: inline-block;
  width: 70%;
  box-shadow: 0 0 30px rgba(51, 55, 68, .15);
  box-sizing: content-box;
  vertical-align: top;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  margin-right: 10px !important; }
  @media screen and (min-width: 769px) {
    .newfunction-contents-carousel {
      max-width: 255px !important;
      width: 65%; } }
  @media screen and (max-width: 768px) {
    .newfunction-contents-carousel {
      margin-right: -75px !important;
      -webkit-transform: scale(0.66) !important;
              transform: scale(0.66) !important;
      -webkit-transform-origin: center center;
              transform-origin: center center; } }

.newfunction-contents-carousel:hover {
  opacity: 0.75; }

.newfunction-contents-carousel-img {
  width: 100%; }

.newfunction-contents-carousel-text {
  padding: 15px 18px 35px;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-sizing: content-box;
  height: 115px !important; }
  @media screen and (max-width: 768px) {
    .newfunction-contents-carousel-text {
      height: 110px !important; } }

.newfunction-contents-carousel-text-day {
  font-family: 'Lato', sans-serif;
  color: #B3B3B3;
  line-height: 17.5px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-bottom: 5px; }

.newfunction-contents-carousel-text-title {
  font-weight: bold;
  color: #262626;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4D4D4D;
  line-height: 19px; }

.newfunction-contents-carousel-text-day {
  display: inline-block;
  line-height: 1 !important;
  color: #262626 !important;
  font-weight: 800 !important;
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 22px !important; }

.newfunction-contents-carousel-text-title {
  color: #b3b3b3 !important;
  font-size: 16px !important; }
  @media screen and (max-width: 768px) {
    .newfunction-contents-carousel-text-title {
      font-size: 16px !important;
      margin: -4px 0 0 !important; } }

/****************************
 最初のセクション
****************************/
.pc-about01,
.pc-about02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pc-about01 {
  background-image: url(https://limehair.jp/wp-https-lime/wp-content/uploads/2018/09/top8-1.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover; }

.pc-about02 {
  background-image: url(https://limehair.jp/wp-https-lime/wp-content/uploads/2018/09/top6.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover; }

@media screen and (max-width: 768px) {
  .fulltxt {
    width: 88.5%;
    margin: 0x auto 0;
    padding: 0 !important;
    font-size: 14px !important; } }

.sp-about01 {
  background: #f7f7f7 !important;
  padding: 60px 0 45px; }
  .sp-about01 img {
    margin: 0 auto 20px; }

.sp-about02 {
  background: #f7f7f7 !important;
  padding: 0px 0 30px; }
  .sp-about02 img {
    margin: 0 auto 20px; }

.lime-setcion-wrap {
  max-width: 1024px;
  color: white;
  width: 100%;
  margin: 0 auto; }
  .lime-setcion-wrap h2 {
    color: white !important;
    text-align: left !important;
    font-size: 28px !important;
    position: relative; }
    .lime-setcion-wrap h2:after {
      background: white;
      display: block;
      content: "";
      width: 70px;
      height: 1px;
      margin: 30px 0; }
  .lime-setcion-wrap p {
    color: white !important;
    text-align: left;
    font-size: 17px !important; }

/****************************
 動画
****************************/
.video-wrapper {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 0 0 30px;
  scrollbar-width: none;
  /* vertical-align: top; */
  /* display: flex; */
  /* overflow: hidden; */ }
  .video-wrapper::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }

.video-wrapper-block {
  width: 625px;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .video-wrapper-block {
      width: 265px; } }
  .video-wrapper-block:first-child {
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 0;
    margin-left: calc((100% - 625px) / 2); }
    @media screen and (max-width: 768px) {
      .video-wrapper-block:first-child {
        margin-left: calc((100% - 275px) / 2);
        margin-right: 15px; } }
  .video-wrapper-block:last-child {
    margin: 0 0px 0 0px; }
  @media screen and (max-width: 768px) {
    .video-wrapper-block iframe {
      height: 167px; } }

.video-wrapper-block-last {
  width: 300px;
  height: 10px;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .video-wrapper-block-last {
      width: 100px; } }

.video-container {
  overflow: hidden;
  box-shadow: 0 0 30px rgba(50, 50, 70, .15);
  z-index: 1;
  margin-top: 30px;
  height: 350px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .video-container {
      margin-top: 22px;
      height: 160px; } }
  .video-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.video-h2 {
  height: 36px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 600 !important;
  font-size: 22px !important;
  letter-spacing: 2px;
  line-height: 1.4 !important; }
  @media screen and (max-width: 768px) {
    .video-h2 {
      font-size: 19px !important;
      letter-spacing: 0px;
      height: 36px !important; } }

.video-wrapper-block-title:after {
  display: block;
  width: 60px;
  height: 2px;
  content: "";
  background: #15bfab;
  margin: 20px auto 0px; }

@media screen and (max-width: 768px) {
  .carousel-function-box-payment-9 img {
    height: 180px !important;
    margin: -16px auto !important; } }

@media screen and (min-width: 769px) {
  .newfunction-cover {
    max-width: 100% !important; } }

.newfunction-contents-right {
  display: none; }

@media screen and (min-width: 769px) {
  .newfunction-contents {
    max-width: 100% !important;
    margin: -25px 0 -50px !important; } }

@media screen and (min-width: 769px) {
  .newfunction-contents a:first-child {
    margin-left: calc((100% - 994px) / 2); } }

/****************************
 超おすすめ機能 
****************************/
.appcatch-withicon-two-img {
  text-align: center; }

.appcatch-withicon-two-img img {
  height: 82px;
  margin: 0 auto 14px; }

@media screen and (max-width: 766px) {
  h2.appcatch-withicon {
    font-size: 29px !important; } }

h2.appcatch-withicon {
  color: #00B900 !important; }

h2.appcatch-withicon-two {
  font-size: 30px !important;
  color: #53B635 !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 30px !important;
  text-align: center !important;
  letter-spacing: 7px !important; }

@media screen and (max-width: 766px) {
  h2.appcatch-withicon-two {
    font-size: 27px !important; } }

h2.appcatch-withicon-three {
  font-size: 30px !important;
  background-image: -webkit-linear-gradient(120deg, #4F9AD6 0%, #14ceb8 100%);
  background-image: linear-gradient(-30deg, #4F9AD6 0%, #14ceb8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.25 !important;
  margin: 0 0 35px !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important; }

@media screen and (max-width: 766px) {
  h2.appcatch-withicon-three {
    font-size: 27px !important;
    letter-spacing: 0px !important; } }

.lineconnection-number {
  left: 0px !important; }

.lineconnection-contents-carousel {
  box-shadow: 0 0 30px rgba(50, 50, 70, .15);
  border-radius: 0px !important; }

@media screen and (min-width: 769px) {
  .lineconnection-cover {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0 0 -30px; } }

.stekina-gradient {
  background: -webkit-linear-gradient(110deg, #e6417a 20%, #ff595b 100%);
  background: linear-gradient(-20deg, #e6417a 20%, #ff595b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.lineconnection-contents-right {
  display: none; }

.lineconnection-contents {
  max-width: 100% !important; }
  @media screen and (max-width: 768px) {
    .lineconnection-contents {
      margin: -15px 0 -35px !important; } }
  @media screen and (min-width: 769px) {
    .lineconnection-contents .lineconnection-contents-carousel:first-child {
      margin-left: calc((100% - 994px) / 2) !important;
      margin-top: 30px;
      margin-right: 10px;
      margin-bottom: 0px; } }

@media screen and (min-width: 769px) {
  .lineconnection-contents-carousel-last-child {
    margin-left: 0;
    margin-top: 0px;
    margin-right: 700px !important;
    margin-bottom: 0px; } }

.lineconnection-contents-carousel-img img {
  width: 311px; }

@media screen and (min-width: 769px) {
  .lineconnection-contents-carousel {
    width: 311px !important; } }

/****************************
 機能一覧 
****************************/
.newfunction-cover-icons .newfunction-contents-right img {
  top: 90px; }

.newfunction-cover-icons .newfunction-contents-right {
  display: none; }
  @media screen and (max-width: 768px) {
    .newfunction-cover-icons .newfunction-contents-right {
      display: block; } }

.newfunction-contents-function-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 270px;
  margin: -20px auto 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px !important;
  padding-top: 15px !important; }
  @media screen and (max-width: 768px) {
    .newfunction-contents-function-wrap {
      margin: -30px 0 0 !important; } }
  .newfunction-contents-function-wrap .newfunction-contents-function-endbutton {
    width: 160px;
    height: 220px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    margin: 0 50px 0 15px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10px 430px 0px 0;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .newfunction-contents-function-wrap .newfunction-contents-function-endbutton {
        width: 135px;
        height: 170px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .15);
        margin: 0 50px 0 22px; } }
    .newfunction-contents-function-wrap .newfunction-contents-function-endbutton:hover {
      opacity: 0.7; }
    .newfunction-contents-function-wrap .newfunction-contents-function-endbutton .newfunction-contents-function-endbutton-end01 img {
      height: 36px;
      margin: 0 auto 10px; }
    .newfunction-contents-function-wrap .newfunction-contents-function-endbutton .newfunction-contents-function-endbutton-end02 img {
      height: 45px;
      margin: 0 auto 10px; }
      @media screen and (max-width: 768px) {
        .newfunction-contents-function-wrap .newfunction-contents-function-endbutton .newfunction-contents-function-endbutton-end02 img {
          height: 35px; } }
    .newfunction-contents-function-wrap .newfunction-contents-function-endbutton .newfunction-contents-function-endbutton-end03 img {
      height: 30px; }
      @media screen and (max-width: 768px) {
        .newfunction-contents-function-wrap .newfunction-contents-function-endbutton .newfunction-contents-function-endbutton-end03 img {
          height: 27px; } }
  .newfunction-contents-function-wrap .newfunction-contents-function-end {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 128px;
    margin: 0 50px 0 -5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15); }
    @media screen and (max-width: 768px) {
      .newfunction-contents-function-wrap .newfunction-contents-function-end {
        width: 98px; } }
    .newfunction-contents-function-wrap .newfunction-contents-function-end:hover {
      opacity: 0.5; }
    .newfunction-contents-function-wrap .newfunction-contents-function-end .newfunction-contents-function-name {
      position: relative;
      line-height: 1.5;
      height: 50px; }
      .newfunction-contents-function-wrap .newfunction-contents-function-end .newfunction-contents-function-name:before {
        content: "";
        display: block;
        width: 95px;
        height: 1.5px;
        background: #27beab;
        margin: 16px auto 30px;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0; }
        @media screen and (max-width: 768px) {
          .newfunction-contents-function-wrap .newfunction-contents-function-end .newfunction-contents-function-name:before {
            top: 7px;
            width: 80px; } }
      .newfunction-contents-function-wrap .newfunction-contents-function-end .newfunction-contents-function-name:after {
        content: "";
        display: block;
        width: 78px;
        height: 1.5px;
        /* background-image: linear-gradient(
    0deg, #4f9ad6 0%, #15BFAB 100%); */
        background: #27beab;
        margin: 16px auto 30px;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0; }
        @media screen and (max-width: 768px) {
          .newfunction-contents-function-wrap .newfunction-contents-function-end .newfunction-contents-function-name:after {
            top: 28px;
            width: 72px; } }
  .newfunction-contents-function-wrap .newfunction-contents-function {
    width: 128px;
    margin: 0 10px 15px 0;
    cursor: pointer; }
    .newfunction-contents-function-wrap .newfunction-contents-function:hover {
      opacity: 0.7; }
    @media screen and (max-width: 768px) {
      .newfunction-contents-function-wrap .newfunction-contents-function {
        width: 98px;
        margin: 0 5px 15px 0; } }
  .newfunction-contents-function-wrap .newfunction-contents-function-first {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: calc((100% - 994px) / 2);
    width: 128px; }
    @media screen and (max-width: 768px) {
      .newfunction-contents-function-wrap .newfunction-contents-function-first {
        margin: 0 0px 15px 38px;
        width: 87px !important; } }
  .newfunction-contents-function-wrap .newfunction-contents-function-last {
    width: 50%;
    height: 100%; }

.newfunction-contents-function-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0px;
  height: 65px !important; }
  @media screen and (max-width: 768px) {
    .newfunction-contents-function-icon {
      height: 50px !important; } }
  .newfunction-contents-function-icon img {
    height: 65px !important; }
    @media screen and (max-width: 768px) {
      .newfunction-contents-function-icon img {
        height: 50px !important; } }

.newfunction-contents-function-name-ls {
  letter-spacing: -0.5px !important; }

.newfunction-contents-function-name {
  display: -webkit-box;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.15;
  -webkit-text-emphasis: center;
          text-emphasis: center;
  font-size: 17px;
  color: #262626;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    .newfunction-contents-function-name {
      font-size: 14px;
      height: 33px; } }
  .newfunction-contents-function-name .newfunction-contents-function-name-short {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: -2px 0 0; }
    @media screen and (max-width: 768px) {
      .newfunction-contents-function-name .newfunction-contents-function-name-short {
        font-size: 11px; } }

.video-scroll-img {
  text-align: center;
  height: 55px; }
  @media screen and (max-width: 768px) {
    .video-scroll-img {
      height: 30px; } }
  .video-scroll-img img {
    height: 35px !important;
    -webkit-animation: bounce-swipe 3s infinite;
            animation: bounce-swipe 3s infinite;
    margin: -0px 0px 0 0; }
    @media screen and (max-width: 768px) {
      .video-scroll-img img {
        margin: -30px 0px 0 0;
        height: 30px !important; } }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-title {
  font-size: 16px !important; }
  @media screen and (max-width: 768px) {
    .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-title {
      font-size: 14px !important; } }

.voice-scroll-img {
  text-align: center;
  height: 55px; }
  @media screen and (max-width: 768px) {
    .voice-scroll-img {
      height: 30px; } }
  .voice-scroll-img img {
    height: 35px !important;
    -webkit-animation: bounce-swipe 3s infinite;
            animation: bounce-swipe 3s infinite;
    margin: -0px 0px 0 0; }
    @media screen and (max-width: 768px) {
      .voice-scroll-img img {
        margin: 0px 0px 20px;
        height: 30px !important; } }

.line-scroll-img {
  text-align: center;
  height: 55px;
  margin: 0px auto -15px; }
  @media screen and (max-width: 768px) {
    .line-scroll-img {
      height: 30px;
      margin: 25px auto 0; } }
  .line-scroll-img img {
    height: 35px !important;
    -webkit-animation: bounce-swipe 3s infinite;
            animation: bounce-swipe 3s infinite;
    margin: -0px 0px 0 0; }
    @media screen and (max-width: 768px) {
      .line-scroll-img img {
        margin: -30px 0px 0 0;
        height: 30px !important; } }

.function-scroll-img {
  text-align: center;
  height: 55px;
  margin: 12px auto 0; }
  @media screen and (max-width: 768px) {
    .function-scroll-img {
      height: 70px;
      margin: 20px auto 0; } }
  .function-scroll-img img {
    height: 35px !important;
    -webkit-animation: bounce-swipe 3s infinite;
            animation: bounce-swipe 3s infinite;
    margin: -0px 0px 0 0; }
    @media screen and (max-width: 768px) {
      .function-scroll-img img {
        margin: -30px 0px 0 0;
        height: 30px !important; } }

.newfunction-scroll-img {
  text-align: center;
  height: 55px;
  margin: 0px auto 0; }
  @media screen and (max-width: 768px) {
    .newfunction-scroll-img {
      height: 30px;
      margin: 0px auto 0; } }
  .newfunction-scroll-img img {
    height: 35px !important;
    -webkit-animation: bounce-swipe 3s infinite;
            animation: bounce-swipe 3s infinite;
    margin: 0px 0px 0 0; }
    @media screen and (max-width: 768px) {
      .newfunction-scroll-img img {
        margin: -60px 0px 0 0;
        height: 30px !important; } }

@-webkit-keyframes bounce-swipe {
  0%,
  30%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  15% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  45% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); } }

@keyframes bounce-swipe {
  0%,
  30%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  15% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  45% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); } }

.newfunction-contents {
  scrollbar-width: none; }
  .newfunction-contents::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }

@media screen and (min-width: 769px) {
  .newfunction-cover.newfunction-cover-icons {
    max-width: 100% !important;
    margin: 5px auto 0px !important;
    position: relative; }
    .newfunction-cover.newfunction-cover-icons .newfunction-contents {
      max-width: 100% !important; } }

/****************************
サロンのみんなで共有
****************************/
.for-salon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 60px !important;
  max-width: 1024px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .for-salon-box {
      display: block; } }
  .for-salon-box .for-salon-box-left {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8; }
    .for-salon-box .for-salon-box-left h2.limehair-h2-title {
      line-height: 1.4 !important; }
      @media screen and (max-width: 768px) {
        .for-salon-box .for-salon-box-left h2.limehair-h2-title {
          line-height: 1.35 !important;
          letter-spacing: 2px !important; } }
    .for-salon-box .for-salon-box-left .for-salon-box-text {
      text-align: left;
      margin: 0;
      font-size: 16px;
      width: 88.5% !important;
      line-height: 1.65; }
      @media screen and (max-width: 768px) {
        .for-salon-box .for-salon-box-left .for-salon-box-text {
          margin: 0 auto 20px;
          font-size: 14px !important; } }
  .for-salon-box .for-salon-box-img-free {
    -webkit-box-flex: 11 !important;
        -ms-flex: 11 !important;
            flex: 11 !important; }
  .for-salon-box .for-salon-box-img {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9;
    text-align: center; }
    .for-salon-box .for-salon-box-img img {
      width: 87%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .for-salon-box .for-salon-box-img img {
          width: 100%; } }

/****************************
機能一覧
****************************/
@media screen and (max-width: 768px) {
  #allfunction .function-list {
    margin: 0 auto !important; } }

#allfunction .function-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  max-width: 1024px !important;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #allfunction .function-list-flex {
      display: block; } }

@media screen and (min-width: 769px) {
  #allfunction .function-list-flex .function-list {
    padding: 0 60px 0 20px !important; } }

#allfunction .function-list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 16px !important;
  text-align: left !important;
  line-height: 1.55 !important; }
  @media screen and (max-width: 768px) {
    #allfunction .function-list li {
      font-size: 14px !important; } }

#allfunction .function-list .function-list-child li {
  font-size: 16px !important;
  padding: 0 0 0 0px;
  list-style-type: none !important;
  position: relative; }
  @media screen and (max-width: 768px) {
    #allfunction .function-list .function-list-child li {
      font-size: 14px !important; } }

/****************************
インタビュー
****************************/
.interview-artciles-2020-new {
  padding: 0 0 50px; }

@media screen and (max-width: 768px) {
  .interview-artciles-2020-new {
    padding: 0 0 50px;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    padding: 0 0 20px; }
  .interview-artciles-2020-new .interview-artciles-2020 {
    width: 65% !important;
    margin: 0 7px 0 7px !important;
    display: inline-block; }
    .interview-artciles-2020-new .interview-artciles-2020:first-child {
      margin: 0 7px 0 15px !important; }
    .interview-artciles-2020-new .interview-artciles-2020:last-child {
      margin: 0 66px 0 7px !important; }
  .interview-artciles-2020-column-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 130px !important;
    width: 100%;
    -o-object-position: top center;
       object-position: top center; }
  .interview-artciles-2020-salon-logo {
    height: 28px !important; }
    .interview-artciles-2020-salon-logo img {
      height: 28px !important;
      width: auto !important; }
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-title {
    height: 40px;
    font-size: 13px !important;
    letter-spacing: -0.5px;
    line-height: 1.5;
    white-space: normal; }
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-text {
    font-size: 9px !important;
    white-space: normal; }
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-column .interview-artciles-2020-column-content {
    padding: 12px !important; } }

/****************************
料金について
****************************/
.price-top-wrapper {
  width: 88.5% !important;
  margin: 0 auto -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px; }
  @media screen and (max-width: 768px) {
    .price-top-wrapper {
      display: block; } }
  .price-top-wrapper .price-top-left {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
    margin: 20px auto -20px;
    text-align: left; }
    .price-top-wrapper .price-top-left p {
      width: 90%; }
      @media screen and (max-width: 768px) {
        .price-top-wrapper .price-top-left p {
          width: 100%; } }
  .price-top-wrapper .price-top-right {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
    text-align: right;
    position: relative; }
    .price-top-wrapper .price-top-right img {
      width: 90%;
      margin: -50px 0 0px auto; }

@media handheld, only screen and (max-width: 1024px) {
  .voice-wrapper-top .mk-padding-wrapper {
    padding: 0 0px !important; } }

#text-block-58 {
  max-width: 650px;
  margin: 0 auto;
  width: 91%; }

.cloud {
  margin: 0 auto 30px; }

.appbutton-everyone {
  width: 85%;
  margin: 30px auto 0;
  background: antiquewhite;
  max-width: 280px;
  background: -webkit-linear-gradient(110deg, #e6417a 20%, #ff595b 100%);
  background: linear-gradient(-20deg, #e6417a 20%, #ff595b 100%);
  padding: 12px 5px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px #999;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-animation: fuwafuwa-button 1s 0s infinite;
          animation: fuwafuwa-button 1s 0s infinite;
  width: 320px;
  display: block; }
  .appbutton-everyone:hover {
    color: white;
    opacity: 0.8 !important; }
  .appbutton-everyone:active {
    color: white; }

@media screen and (max-width: 768px) {
  h2.limehair-h2-title {
    margin-bottom: 10px !important; } }

.limehair-h2-title.limehair-h2-title-ls {
  letter-spacing: -0.5px !important; }

@media only screen and (min-width: 766px) {
  .price-absolute {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 170px;
    -webkit-animation-name: fuwafuwa;
    animation-name: fuwafuwa;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; } }

.top-button-lime a {
  background: #4f9ad6; }

@media screen and (max-width: 3000px) and (min-width: 767px) {
  .spimage {
    display: none; }
  .pcimage {
    display: inherit; }
  .spimage-cr {
    display: none !important; }
  .pcimage-cr {
    display: inline-block !important; } }

@media screen and (max-width: 766px) {
  .spimage {
    display: inherit; }
  .pcimage {
    display: none; }
  .spimage-cr {
    display: inline-block !important; }
  .pcimage-cr {
    display: none !important; } }

.price-top {
  padding: 60px 0 60px;
  background: #fff !important; }

@media (max-width: 765px) {
  .price-absolute {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 130px;
    -webkit-animation-name: fuwafuwa;
    animation-name: fuwafuwa;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; } }

.top-price {
  position: relative;
  max-width: 550px;
  margin: 0 auto; }

.function-list {
  padding: 0 15px !important;
  max-width: 400px; }

.function-list .function-list-mother {
  list-style-type: none; }

li.function-list-mother {
  list-style-type: none !important; }

#allfunction2 .function-list {
  margin: 0 auto !important; }

#allfunction2 .function-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  max-width: 1024px !important;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  #allfunction2 .function-list-flex .function-list {
    padding: 0 60px 0 20px !important; } }

#allfunction2 .function-list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 1.55 !important; }

@media screen and (max-width: 769px) {
  #allfunction2 .function-list li {
    font-size: 8px !important; } }

#allfunction2 .function-list .function-list-child li {
  font-size: 14px !important;
  padding: 0 0 0 0px;
  list-style-type: none !important;
  position: relative; }

@media screen and (max-width: 769px) {
  #allfunction2 .function-list .function-list-child li {
    font-size: 8px !important; } }

.function-list-mother::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: '';
  width: 5px;
  height: 5px;
  background: #4d4d4d;
  border-radius: 50%;
  margin-right: 7px; }

.function-list-child {
  margin: 0 0 3px 7px !important; }

.function-list-child li::before {
  content: " - "; }

.function-list-child-mini {
  font-size: 11px;
  margin: 0 0 0 4px; }

/****************************
      機能一覧
      ****************************/
@media screen and (max-width: 769px) {
  #allfunction .function-list {
    margin: 0 auto !important; } }

#allfunction .function-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  max-width: 1024px !important;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  #allfunction .function-list-flex .function-list {
    padding: 0 60px 0 20px !important; } }

#allfunction .function-list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 16px !important;
  text-align: left !important;
  line-height: 1.55 !important; }

@media screen and (max-width: 769px) {
  #allfunction .function-list li {
    font-size: 14px !important; } }

#allfunction .function-list .function-list-child li {
  font-size: 16px !important;
  padding: 0 0 0 0px;
  list-style-type: none !important;
  position: relative; }

@media screen and (max-width: 769px) {
  #allfunction .function-list .function-list-child li {
    font-size: 14px !important; } }

.hubspot-calender {
  margin: 0 auto 0px !important; }

@media handheld, only screen and (min-width: 768px) {
  .pc-about01,
  .pc-about02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.recruit-scroll h2.pcimage {
  font-size: 14px !important;
  font-weight: bold; }

.fukidashi-small {
  font-size: 12px !important;
  line-height: 29px !important;
  font-weight: bold;
  width: 88.5% !important;
  margin: 0px auto -2px !important;
  letter-spacing: 1px;
  text-align: center;
  background-image: -webkit-linear-gradient(120deg, #4f9ad6 0%, #14ceb8 100%);
  background-image: linear-gradient(-30deg, #4f9ad6 0%, #14ceb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }

.top-button-oyakudachi a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://limehair.jp/wp-https-lime/wp-content/uploads/2021/08/linklinkwindow-white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 4px 2px 4px; }

.interview-artciles-2022-wrapper {
  overflow-x: scroll;
  padding-bottom: 30px;
  padding-top: 0px;
  padding-left: calc((100% - 994px) / 2);
  width: 100%;
  height: 650px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  @media screen and (max-width: 768px) {
    .interview-artciles-2022-wrapper {
      padding-left: 20px;
      padding-bottom: 0px;
      height: 560px; } }
  .interview-artciles-2022-wrapper .interview-artciles-2022-column {
    width: 300px;
    margin-left: 35px;
    display: inline-block;
    height: 650px; }
    @media screen and (max-width: 768px) {
      .interview-artciles-2022-wrapper .interview-artciles-2022-column {
        width: 240px;
        height: 560px; } }
    .interview-artciles-2022-wrapper .interview-artciles-2022-column:last-child {
      margin-right: calc((100% - 394px) / 2); }
      @media screen and (max-width: 768px) {
        .interview-artciles-2022-wrapper .interview-artciles-2022-column:last-child {
          margin-right: 500px !important; } }
  .interview-artciles-2022-wrapper .interview-artciles-2022-column-box {
    height: 270px;
    width: 300px;
    margin: 10px 35px 28px 0;
    display: block; }
    @media screen and (max-width: 768px) {
      .interview-artciles-2022-wrapper .interview-artciles-2022-column-box {
        width: 240px;
        height: 230px;
        margin: 10px 28px 20px 0; } }
    .interview-artciles-2022-wrapper .interview-artciles-2022-column-box:last-child {
      margin: 10px 405px 30px 0; }
      @media screen and (max-width: 768px) {
        .interview-artciles-2022-wrapper .interview-artciles-2022-column-box:last-child {
          margin: 10px 0px 30px 15px;
          padding-right: 200px; } }
    .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-img {
      margin: 0 0 0px;
      background: #FFFFFF;
      box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .14); }
    .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-text {
      text-align: left;
      margin: 13px auto 0; }
      @media screen and (max-width: 768px) {
        .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-text {
          margin: 13px auto 0; } }
      .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-text .interview-artciles-2022-column-box-text-title {
        font-weight: 900;
        color: #262626 !important;
        font-size: 16px;
        margin: 0px auto -2px;
        line-height: 1.45 !important; }
        @media screen and (max-width: 768px) {
          .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-text .interview-artciles-2022-column-box-text-title {
            font-size: 15px;
            line-height: 1.45 !important;
            margin: 0px auto 0px; } }
      .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-text .interview-artciles-2022-column-box-text-subtext {
        color: #4d4d4d !important;
        font-size: 11.5px;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .interview-artciles-2022-wrapper .interview-artciles-2022-column-box .interview-artciles-2022-column-box-text .interview-artciles-2022-column-box-text-subtext {
            font-size: 10px !important; } }

.interview2022-scroll-img {
  text-align: center;
  height: 55px; }

.interview2022-scroll-img img {
  width: 77px !important;
  -webkit-animation: bounce-swipe 3s infinite;
  animation: bounce-swipe 3s infinite;
  margin: 0px 0px 0 0; }

@media screen and (max-width: 769px) {
  .interview2022-scroll-img img {
    width: 68px !important; } }

.top-button-oyakudachi a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://limehair.jp/wp-https-lime/wp-content/uploads/2021/08/linklinkwindow-white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 4px 2px 4px; }

#allfunction2 {
  margin: 4px 0;
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
  -webkit-transform-origin: center top;
          transform-origin: center top; }
  @media screen and (max-width: 768px) {
    #allfunction2 {
      -webkit-transform: scale(0.93);
              transform: scale(0.93);
      -webkit-transform-origin: center top;
              transform-origin: center top; } }
  @media screen and (max-width: 768px) {
    #allfunction2 .function-list-flex {
      margin: 18px auto 0 !important; } }

@media handheld, only screen and (max-width: 769px) {
  .hb-custom-header #mk-page-introduce,
  .mk-header {
    background: white !important; } }

@media handheld, only screen and (min-width: 981px) {
  .transparent-header a {
    color: white !important; }
  .a-sticky.transparent-header a {
    color: #262626 !important; }
  .a-sticky.mk-header.sticky-style-fixed .mk-header-bg {
    background: white; } }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important; }

.header-style-1.header-align-left .header-logo a {
  margin-left: 4px !important; }
  @media screen and (max-width: 768px) {
    .header-style-1.header-align-left .header-logo a {
      margin-left: 15px !important; } }

.section-functionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 40px; }
  @media screen and (max-width: 768px) {
    .section-functionlist {
      display: block; } }

@media screen and (max-width: 768px) {
  .apptext {
    font-size: 14px !important; } }

.vc_col-sm-6 {
  padding-left: 0 !important; }

.vc_row {
  margin-left: auto !important;
  margin-right: auto !important; }

h2.limehair-h2-title,
h2.underline-lime {
  text-align: left !important;
  font-weight: 800 !important;
  text-transform: none;
  font-size: 40px !important;
  max-width: 1024px !important;
  margin: 0 auto 20px !important; }
  h2.limehair-h2-title:before,
  h2.underline-lime:before {
    display: none; }
  h2.limehair-h2-title:after,
  h2.underline-lime:after {
    display: none; }
  @media screen and (max-width: 768px) {
    h2.limehair-h2-title,
    h2.underline-lime {
      text-align: left !important;
      font-size: 36px !important;
      width: 88.5% !important;
      letter-spacing: 1px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px !important; } }

/****************************
インタビュー
****************************/
.interview-artciles-2020-new {
  padding: 0 0 0px; }

@media screen and (max-width: 768px) {
  .interview-artciles-2020-new {
    padding: 0 0 50px;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    padding: 0 0 20px; }
  .interview-artciles-2020-new .interview-artciles-2020 {
    width: 65% !important;
    margin: 0 7px 0 7px !important;
    display: inline-block; }
  .interview-artciles-2020-new .interview-artciles-2020:first-child {
    margin: 0 7px 0 15px !important; }
  .interview-artciles-2020-new .interview-artciles-2020:last-child {
    margin: 0 66px 0 7px !important; }
  .interview-artciles-2020-column-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 130px !important;
    width: 100%;
    -o-object-position: top center;
    object-position: top center; }
  .interview-artciles-2020-salon-logo {
    height: 28px !important; }
  .interview-artciles-2020-salon-logo img {
    height: 28px !important;
    width: auto !important; }
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-title {
    height: 40px;
    font-size: 13px !important;
    letter-spacing: -0.5px;
    line-height: 1.5;
    white-space: normal;
    margin: 0 0 10px !important; }
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-text {
    font-size: 9px !important;
    white-space: normal; }
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-column .interview-artciles-2020-column-content {
    padding: 12px !important; } }

@media screen and (min-width: 769px) {
  .interview-artciles-2020-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px 40px; } }

.interview-artciles-2020-new .interview-artciles-2020 {
  width: 100%;
  background: white;
  margin: 0 auto 60px; }

@media screen and (min-width: 769px) {
  .interview-artciles-2020-new .interview-artciles-2020 {
    margin: 0 15px 0px;
    max-width: 330px; } }

.interview-artciles-2020-new .interview-artciles-2020-salon {
  padding: 25px 18px 3px; }

.interview-artciles-2020-new .interview-artciles-2020-salon a {
  text-decoration: none; }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-column:hover {
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-salon-logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-salon-logo .ijk {
  width: 130px;
  margin: 0 auto 20px; }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-salon-logo .gtss {
  width: 160px;
  margin: 0 auto 20px; }

@media screen and (min-width: 769px) {
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-salon-logo .lily {
    width: 180px !important;
    margin: 0 auto 20px; } }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-salon-logo .lily {
  width: 150px;
  margin: 0 auto 20px; }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-column {
  position: relative;
  margin: 0 0 30px;
  background: white;
  box-shadow: 0 3px 10px rgba(51, 55, 68, .25); }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-column .interview-artciles-2020-column-content {
  padding: 20px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 768px) {
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-2020-column .interview-artciles-2020-column-content {
    height: 115px; } }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-title {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  letter-spacing: 0.5px;
  margin: 0 0 5px !important;
  text-align: left; }

@media screen and (min-width: 769px) {
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-title {
    font-size: 16px !important;
    line-height: 1.3; } }

.interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-text {
  font-size: 12px !important;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1.5; }

@media screen and (min-width: 769px) {
  .interview-artciles-2020-new .interview-artciles-2020-salon .interview-artciles-column-content-text {
    font-size: 10.5px !important; } }
