@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.eot") format("eot");
  font-display: swap;
}

.clearfix {
  display: block;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, p, th, td, dt, dd, li {
  line-height: 1.61;
  font-weight: 300;
}

p {
  font-size: 1.4rem;
  line-height: 2.01;
  margin: 0;
}

.text {
  margin: 12px 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#header {
  width: 100%;
  background: url(../images/bg-header.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: visible !important;
}

#header_ct {
  border: 1px solid #b80000;
  margin: 30px auto 50px;
  padding: 30px 20px 20px;
  text-align: center;
  width: 600px;
}

#header .inner__block {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#header .inner__block .balloon__img--header {
  margin-left: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 100;
}

#header .inner__block .balloon__img--header img {
  width: 60%;
  max-width: 551px;
}

#header .inner__block h1 {
  padding-top: 10px;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 100;
}

#header .inner__block h1 img {
  width: 60%;
  max-width: 646px;
}

#header .inner__block .salon450__img {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 100;
}

#header .inner__block .salon450__img img {
  width: 60%;
  max-width: 625px;
}

#header .inner__block #cavizero__img {
  position: absolute;
  top: 0;
  right: -80px;
  width: 80%;
}

#header .inner__block #cavizero__img > img {
  width: 100%;
  max-width: 500px;
}

#header .inner__block #cavizero__img #wkyabi__disc {
  position: absolute;
  bottom: 20px;
  right: 120px;
}

#header .inner__block #cavizero__img #wkyabi__disc img {
  width: 80px;
}

.customer-voice {
  width: 100%;
  padding: 0 20px;
  margin: 38px auto 0;
  text-align: center;
}

.customer-voice h2 img {
  margin-bottom: 0;
  width: 80%;
  max-width: 500px;
}

.customer-voice .voice__items {
  width: 70%;
  max-width: 270px;
  margin: 0 auto;
}

.customer-voice .voice__items img {
  width: 100%;
  margin-bottom: 8px;
}

.customer-voice .voice__items img:last-child {
  margin-bottom: 0;
}

.content__loop {
  padding: 30px 0;
  background: url(../images/bg-contact_stripe.png);
}

.content__loop .inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

.content__loop .inner .present__banner {
  width: 100%;
  position: relative;
}

.content__loop .inner .present__banner img {
  width: 100%;
  -webkit-box-shadow: 0 3px 10px #ccc8c0;
  box-shadow: 0 3px 10px #ccc8c0;
  border-radius: 10px;
}

.content__loop .inner .present__banner .limited-disc {
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 50px;
}

.content__loop .inner .contact__banner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin-top: 12px;
}

.content__loop .inner .contact__banner:hover {
  opacity: 0.8;
}

.content__loop .inner .contact__banner img {
  width: 100%;
  -webkit-box-shadow: 0 3px 10px #ccc8c0;
  box-shadow: 0 3px 10px #ccc8c0;
  border-radius: 10px;
}

#trouble__block {
  width: 100%;
  background: url(../images/bg-trouble.jpg) no-repeat;
  background-size: cover;
  background-position: 45% 0;
  padding: 74px 0 30px;
}

#trouble__block .inner__text {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 0 auto;
}

#trouble__block .inner__text .troblue__textarea {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
}

#trouble__block .inner__text .troblue__textarea .trouble__balloon {
  position: absolute;
  top: -50px;
  left: -16px;
  width: 240px;
}

#trouble__block .inner__text .troblue__textarea h2 {
  margin: 0;
  line-height: 0;
}

#trouble__block .inner__text .troblue__textarea h2 img {
  width: 100%;
}

#solution__img--bock {
  padding: 30px 0;
  position: relative;
}

#solution__img--bock h2 {
  text-align: center;
}

#solution__img--bock h2 img {
  width: 60%;
  max-width: 268.5px;
}

#solution__img--bock .solution__arrow {
  display: none;
}

#description__block {
  width: 100%;
  background: url(../images/bg-cavizero_01.jpg) no-repeat, url(../images/bg-cavizero_02.jpg) no-repeat, url(../images/bg-cavizero_03.jpg) no-repeat, #f9f6f1;
  background-position: right 0 top 0, left 0 top 1000px, right 0 bottom 0;
  background-size: contain;
  padding-bottom: 30px;
}

#description__block .inner__block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

#description__block .inner__block #what__cavizero--text {
  width: 100%;
  padding: 330px 20px 0;
}

#description__block .inner__block #what__cavizero--text h2 {
  margin: 0 0 15px;
}

#description__block .inner__block #what__cavizero--text h2 img {
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 180px;
}

#description__block .inner__block #what__cavizero--text .question__block {
  background: url(../images/question-mark.png) no-repeat #fff;
  background-size: contain;
  background-position: right 30px top 0;
  border-radius: 10px;
  padding: 25px 30px;
  margin-top: 26px;
  -webkit-box-shadow: 0 3px 8px #e4dfd6;
  box-shadow: 0 3px 8px #e4dfd6;
}

#description__block .inner__block #what__cavizero--text .question__block h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 3px;
}

#description__block .inner__block #what__cavizero--text .question__block p {
  font-size: 1.4rem;
  line-height: 1.81;
}

#description__block .inner__block .cavizero__photo--block {
  position: absolute;
  width: 90%;
  max-width: 550px;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#description__block .inner__block .cavizero__photo--block > img {
  width: 100%;
  max-width: 337px;
}

#description__block .inner__block .cavizero__photo--block > h3 {
  position: absolute;
  width: 80%;
  max-width: 360px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#description__block .inner__block .cavizero__photo--block > h3 img {
  max-width: 270px;
  width: 100%;
}

.estheticwired__block {
  margin: 20px 20px 0;
  background: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 3px 8px #e4dfd6;
  box-shadow: 0 3px 8px #e4dfd6;
}

.estheticwired__block .bestbeauty__item {
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
}

.estheticwired__block .bestbeauty__item img {
  width: 100%;
}

.estheticwired__block .bestbeauty__text {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}

.estheticwired__block .bestbeauty__text h2 {
  margin: 0 0 17px;
  text-align: center;
}

.estheticwired__block .bestbeauty__text p {
  margin: 0;
}

.title__features {
  margin: 40px auto 26px;
  text-align: center;
}

.title__features img {
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 230px;
}

@media screen and (min-width: 576px) {
  .flow__content {
    margin: 0 20px;
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px #e4dfd6;
    box-shadow: 0 3px 8px #e4dfd6;
  }
  .flow__content h3 {
    margin: 0px 0 20px;
    text-align: center;
  }
  .flow__content h3 img {
    width: 90%;
    max-width: 500px;
  }
  .flow__content .flow__items {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flow__content .flow__items .item {
    width: 47.5%;
    max-width: 200px;
  }
  .flow__content .flow__items .item:nth-child(1), .flow__content .flow__items .item:nth-child(2) {
    margin-bottom: 5%;
  }
  .flow__content .flow__items .item img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    box-shadow: 0 0 5px #e7e7e7;
    width: 100%;
  }
  .flow__content .flow__items .item h4 {
    margin: 8px 0 2px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .flow__content .flow__items .item p {
    font-size: 1.2rem;
    line-height: 1.61;
  }
  .flow__content .flow__items .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .flow__content .flow__items .item:nth-child(2) {
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .flow__content .flow__items .item:last-child {
    width: 100%;
    max-width: 226px;
    margin-right: 0;
    margin-left: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8672), to(#ff5d83));
    background: linear-gradient(to right, #ff8672, #ff5d83);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    box-shadow: 0 0 5px #e7e7e7;
  }
  .flow__content .flow__items .item:last-child h4 {
    margin: 8px 0 2px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .flow__content .flow__items .item:last-child p {
    font-size: 1.3rem;
    line-height: 1.61;
    text-align: left;
  }
  .flow__content .flow__items .item:last-child > img {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 206px;
  }
  .flow__content .flow__items .item:last-child .plus__button {
    position: absolute;
    top: 50%;
    left: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .flow__content .flow__items .item:last-child .plus__button img {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
  }
}

@media screen and (max-width: 575px) {
  .flow__content {
    margin: 0 20px;
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px #e4dfd6;
    box-shadow: 0 3px 8px #e4dfd6;
  }
  .flow__content h3 {
    margin: 0px 0 20px;
    text-align: center;
  }
  .flow__content h3 img {
    width: 90%;
    max-width: 500px;
  }
  .flow__content .flow__items {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
  }
  .flow__content .flow__items .item {
    width: 100%;
    max-width: 226px;
    padding: 0 13px;
  }
  .flow__content .flow__items .item:nth-child(1), .flow__content .flow__items .item:nth-child(2) {
    margin-bottom: 5%;
  }
  .flow__content .flow__items .item img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    box-shadow: 0 0 5px #e7e7e7;
    width: 100%;
  }
  .flow__content .flow__items .item h4 {
    margin: 8px 0 2px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .flow__content .flow__items .item p {
    font-size: 1.2rem;
    line-height: 1.61;
  }
  .flow__content .flow__items .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .flow__content .flow__items .item:nth-child(2) {
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .flow__content .flow__items .item:last-child {
    width: 100%;
    max-width: 226px;
    margin-right: 0;
    margin-top: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8672), to(#ff5d83));
    background: linear-gradient(to right, #ff8672, #ff5d83);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    box-shadow: 0 0 5px #e7e7e7;
  }
  .flow__content .flow__items .item:last-child h4 {
    margin: 8px 0 2px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .flow__content .flow__items .item:last-child p {
    font-size: 1.3rem;
    line-height: 1.61;
    text-align: left;
  }
  .flow__content .flow__items .item:last-child > img {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 206px;
  }
  .flow__content .flow__items .item:last-child .plus__button {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow__content .flow__items .item:last-child .plus__button img {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
  }
}

.cavi-flow {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}

.cavi-flow h3 {
  margin: 0;
  text-align: center;
}

.cavi-flow h3 img {
  width: 100%;
}

.cavi-flow .cavi__items {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cavi-flow .cavi__items h4 {
  width: 31%;
  margin: 0;
}

.cavi-flow .cavi__items h4 img {
  width: 100%;
}

#effect__block {
  margin: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 8px #e4dfd6;
  box-shadow: 0 3px 8px #e4dfd6;
}

#effect__block .effect__title {
  text-align: center;
  margin: 0 0 26px;
}

#effect__block .effect__title img {
  width: 100%;
  max-width: 500px;
}

#effect__block .effect__sample {
  text-align: center;
  position: relative;
}

#effect__block .effect__sample img {
  width: 100%;
}

#effect__block .effect__sample .repeat80 {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
}

#effect__block p {
  text-align: left;
  width: 100%;
  margin: 20px auto 0;
}

.marker-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffdfe3));
  background: linear-gradient(transparent 60%, #ffdfe3 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 2px;
}

.voice__block {
  padding: 30px 20px 30px;
  background: url(../images/bg-voice.jpg) no-repeat #fff;
  background-position: right 0 bottom 0;
}

.voice__block .inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.voice__block .inner .voice__balloon {
  margin: 0 auto 10px;
}

.voice__block .inner .voice__balloon img {
  width: 80%;
  max-width: 330px;
}

.voice__block .inner .customer-name {
  font-size: 1.2rem;
}

.voice__block .inner .voice__title {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 3px 6px;
  border-bottom: 2px solid #000;
  margin: 0 0 10px;
  line-height: 1.41;
}

.voice__block .inner .voice__items {
  margin: 20px auto 30px;
  width: 100%;
  max-width: 500px;
}

.voice__block .inner .voice__items .img__content {
  width: 100%;
  margin-bottom: 20px;
}

.voice__block .inner .voice__items .img__content img {
  width: 100%;
}

.voice__block .inner .voice__items .text__content {
  width: 100%;
}

.voice__block .inner .voice__items .text__content p {
  line-height: 1.86;
  margin: 12px 0;
}

.voice__block .inner .voice__items.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

#reason__block {
  padding: 30px 0 30px;
}

#reason__block .inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#reason__block .inner .reason__title {
  text-align: center;
  margin: 0 0 8px;
}

#reason__block .inner .reason__title img {
  width: 280px;
}

#reason__block .inner .reason__items {
  margin-bottom: 26px;
  padding: 0 20px;
}

#reason__block .inner .reason__items:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#reason__block .inner .reason__items:last-child {
  margin-bottom: 0;
}

#reason__block .inner .reason__items .text__content {
  width: 100%;
}

#reason__block .inner .reason__items .text__content .title__img {
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
}

#reason__block .inner .reason__items .text__content .title__img img {
  width: 100%;
}

#reason__block .inner .reason__items .img__content {
  width: 100%;
  max-width: 528px;
  margin-top: 12px;
}

#reason__block .inner .reason__items .img__content img {
  width: 100%;
}

#campaign__block {
  padding: 30px 20px;
  width: 100%;
  margin: 0 auto;
}

#campaign__block .title_img {
  text-align: center;
  margin: 0 auto 20px;
  text-align: center;
  width: 90%;
}

#campaign__block .title_img img {
  width: 100%;
}

#campaign__block .campaign__banner {
  margin-bottom: 30px;
  width: 100%;
}

#campaign__block .campaign__banner img {
  width: 100%;
}

#campaign__block .campaign__description--content .img__content {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
}

#campaign__block .campaign__description--content .img__content img {
  width: 100%;
}

#campaign__block .campaign__description--content .text__content {
  width: 100%;
}

#campaign__block .campaign__description--content .text__content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  background: #000;
  margin: 0;
  padding: 16px 16px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

#campaign__block .campaign__description--content .text__content .text__box {
  border: 2px solid #000;
  padding: 20px;
  border-radius: 0 0 12px 12px;
}

#campaign__block .campaign__description--content .text__content .text__box h4 {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 4px 20px;
  margin: 20px 0 13px;
  display: inline-block;
}

#campaign__block .campaign__description--content .text__content .text__box .list-style-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

#campaign__block .campaign__description--content .text__content .text__box .list-style-none li {
  font-size: 1.3rem;
  margin-bottom: 2px;
}

#campaign__block .campaign__description--content .text__content .text__box .list-style-none li:last-child {
  margin-bottom: 0;
}

#campaign__block .campaign__description--content .text__content .text__box .list__disc {
  list-style: none;
  margin: 0;
  padding: 0;
}

#campaign__block .campaign__description--content .text__content .text__box .list__disc li {
  font-size: 1.3rem;
  margin-bottom: 2px;
  margin-left: 1em;
}

#campaign__block .campaign__description--content .text__content .text__box .list__disc li:last-child {
  margin-bottom: 0;
}

#campaign__block .campaign__description--content .text__content .text__box .list__disc li:before {
  content: "・";
  text-indent: 1em;
  margin-left: -1em;
}

#free-trial__block {
  width: 100%;
  background: url(../images/bg-trial_color.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#ff8d7a), to(#ff5d83));
  background: url(../images/bg-trial_color.png) no-repeat, linear-gradient(to right, #ff8d7a, #ff5d83);
  background-size: contain;
  background-position: top 0 right 0;
  padding: 30px 0 30px;
}

#free-trial__block .inner {
  margin: 0 auto;
  position: relative;
  padding: 0 20px 100px;
}

#free-trial__block .inner h2 {
  margin: 0;
  position: relative;
  z-index: 100;
  width: 100%;
}

#free-trial__block .inner h2 img {
  width: 80%;
}

#free-trial__block .inner h2 .trial-photo {
  position: absolute;
  top: 40px;
  right: -10px;
  z-index: -1;
  width: 40%;
}

#free-trial__block .inner h3 {
  margin: 0;
}

#free-trial__block .inner h3 img {
  width: 100%;
}

#free-trial__block .inner .list__checkmark {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 20px;
}

#free-trial__block .inner .list__checkmark li {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 27px;
  margin-bottom: 6px;
  text-shadow: 0 0 6px #b14c4f;
}

#free-trial__block .inner .list__checkmark li:last-child {
  margin-bottom: 0;
}

#free-trial__block .inner .list__checkmark li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/check-mark-white.png) no-repeat;
  background-size: contain;
}

#free-trial__block .inner .jpn__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#free-trial__block .inner .jpn__map .jpn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}

#free-trial__block .inner .jpn__map .demo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

#faq__block {
  padding: 30px 0;
}

#faq__block .title_img {
  margin: 0 0 30px;
  text-align: center;
}

#faq__block .title_img img {
  width: 140px;
}

#faq__block .faq__box {
  margin: 20px 20px;
}

#faq__block .faq__box:last-child {
  margin-bottom: 0;
}

#faq__block .faq__box .q__content {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  position: relative;
  margin-left: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

#faq__block .faq__box .q__content:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -30px;
  width: 19.5px;
  height: 20.5px;
  background: url(../images/q-icon.png) no-repeat;
  background-size: contain;
}

#faq__block .faq__box .a__content {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-left: 30px;
  position: relative;
}

#faq__block .faq__box .a__content:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -30px;
  width: 17px;
  height: 17.5px;
  background: url(../images/a-icon.png) no-repeat;
  background-size: contain;
}

#footer-contact__block {
  background: url(../images/bg-trial_color.png) no-repeat, url(../images/bg-footer_02-color.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#ff8d7a), to(#ff5d83));
  background: url(../images/bg-trial_color.png) no-repeat, url(../images/bg-footer_02-color.png) no-repeat, linear-gradient(to right, #ff8d7a, #ff5d83);
  background-position: right 0 top 0, left 0 bottom 0;
  padding: 30px 0;
}

#footer-contact__block .title_img {
  margin: 0;
  text-align: center;
}

#footer-contact__block .title_img img {
  width: 80%;
  max-width: 500px;
}

#footer-contact__block #contact__form {
  border-radius: 10px;
  background: #fff;
  margin: 0 20px;
}

#footer-contact__block #contact__banner {
  background: #fff;
  text-align: center;
  padding: 35px 35px 28px;
  border-radius: 10px;
  margin: 20px 20px 0;
}

#footer-contact__block #contact__banner img {
  width: 100%;
}

#footer-contact__block #contact__banner p {
  font-size: 1.4rem;
  margin-top: 10px;
}

#footer-contact__block #contact__banner p .small {
  font-size: 1.5rem;
}

#copy {
  background: #000;
  padding: 40px 0;
  text-align: center;
}

#copy h2 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}

#copy h3 {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
  margin: 0;
}

#copy h3 a {
  color: #fff;
  text-decoration: none;
}

.satori__input_group {
  padding: 12px 20px !important;
}

.satori__input_group label {
  font-size: 1.4rem !important;
  color: #000 !important;
}

.satori__input_group .satori__notes {
  font-size: 1.2rem;
  padding: 8px 16px;
  margin-top: 12px;
}

.satori__input_group .satori__require, .satori__input_group .satori__not_require {
  font-size: 1.2rem;
  padding: 8px 8px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.satori__input_group input[type=text], .satori__input_group input[type=tel], .satori__input_group input[type=email] {
  font-size: 1.4rem !important;
}

.satori__input_group textarea {
  font-size: 1.4rem !important;
}

.satori__input_group .satori__error_messages {
  margin-top: 6px;
}

.satori__input_group .satori__error_messages span {
  font-size: 1.2rem;
}

#header.thanks__header {
  padding-bottom: 20px;
}

#thanks__block {
  background: #fff;
  padding: 30px 0;
}

#thanks__block .inner__block {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#thanks__block .inner__block .title {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  padding: 0 3px 6px;
  border-bottom: 2px solid #000;
  margin: 0 0 16px;
}

#thanks__block .inner__block .text a {
  color: #000;
  text-decoration: underline;
}

#thanks__block .inner__block .text a:hover {
  text-decoration: none;
}

#thanks__block .inner__block .gradation__linkbutton {
  text-align: center;
  margin-top: 26px;
}

#thanks__block .inner__block .gradation__linkbutton .inner {
  display: inline-block;
  padding: 14px 18px;
  font-size: 1.3rem;
  position: relative;
  z-index: 0;
  color: #fff;
}

#thanks__block .inner__block .gradation__linkbutton .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#ff8672), to(#ff5d83));
  background: linear-gradient(to right, #ff8672, #ff5d83);
}

#thanks__block .inner__block .gradation__linkbutton .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#ff5d83), to(#ff8672));
  background: linear-gradient(to right, #ff5d83, #ff8672);
}

#thanks__block .inner__block .gradation__linkbutton .inner:hover:before {
  opacity: 0;
}

#thanks__block .inner__block .gradation__linkbutton .inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.text__coution {
  color: #888;
  margin-top: 12px !important;
  font-size: 1.2rem;
}

.coution__small {
  font-size: 1.2rem;
}

.contact__area-c {
  background: #d0e0f3;
  padding: 60px 20px;
}

.contact__area-c .inner__block {
  width: 100%;
}

.contact__area-c_bnr {
  background: #fff;
  margin-bottom: 40px;
}

.contact__area-c_bnr img {
  height: auto !important;
  max-width: 100%;
}

.contact__area-c_bnr-pc {
  display: none;
}

.contact__area-c_bnr_text {
  margin: 0 0 20px;
}

.contact__area-c_bnr img {
  vertical-align: bottom;
}

.contact__area-c ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.contact__area-c ul li:first-child {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contact__area-c ul li + li {
  margin-top: 20px;
}
/*# sourceMappingURL=sp.css.map */