@charset "UTF-8";
h1 {
  display: none;
}

.text {
  font-size: 14px;
  line-height: 2em;
  color: #797979;
  text-align: center;
}

.section-wrap {
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}

.sp-display {
  display: display;
}

.pc-display {
  display: none;
}

@media (min-width: 768px) {
  .sp-display {
    display: none;
  }
  .pc-display {
    display: block;
  }
}

.link-btn {
  background: #fff5e3;
  color: #fd8e81;
  display: block;
  padding: 10px;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  text-align: center;
  width: 270px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 0 #e6ca98, 0 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 0 #e6ca98, 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-btn__text {
  font-size: 13px;
  margin-bottom: 5px;
}

.link-btn__title {
  font-size: 17px;
}

.link-btn:hover {
  background: #f4e6cc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .link-btn {
    width: 220px;
  }
}

/*ファーストビュー*/
.first-view {
  background: #FD8E7F;
}

.top {
  margin: 0 auto;
  max-width: 400px;
  padding: 20px 15px 50px;
}

.top__title--logo {
  width: 150px;
}

.top__title--content {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.top__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top {
    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;
    padding: 40px 15px 70px;
  }
  .top__title {
    margin-top: 20px;
    margin-right: 10px;
  }
  .top__title--logo {
    width: 200px;
  }
  .top__title--content {
    margin-bottom: 40px;
  }
  .top__image {
    width: auto;
  }
  .top__image--item {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: auto;
    max-width: 160px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .top {
    padding: 50px 15px 80px;
  }
  .top__title {
    margin-right: 30px;
  }
  .top__image--item {
    max-width: 200px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .top-img01 {
    position: absolute;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    max-width: 180px;
    height: 290px;
    opacity: 0.9;
    top: 0px;
    left: 15px;
  }
  .top-img02 {
    max-width: 210px;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
    margin-right: 30px;
    margin-left: auto;
    width: auto;
    height: 330px;
    margin-top: -20px;
  }
}

/*新着ニュース*/
.news {
  background: #fff4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news__title {
  color: #fff;
}

@media (min-width: 768px) {
  .news {
    padding-bottom: 40px;
  }
  .news .section-wrap {
    max-width: 768px;
  }
}

.news-box {
  list-style: none;
  padding: 0;
}

.news-box__item {
  border-bottom: solid 1px #c5c5c5;
  padding: 10px 0;
  font-size: 14px;
  color: #808080;
}

.news-box__item--date {
  display: block;
  margin-bottom: 3px;
}

/*About*/
.about {
  margin-top: -30px;
  background: #fffdf9;
  border-radius: 40px;
  text-align: center;
  padding-bottom: 50px;
}

.about .section-wrap {
  position: relative;
}

.about__img-1 {
  position: absolute;
  top: 560px;
  left: 10px;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  width: 60px;
}

.about__img-2 {
  position: absolute;
  top: 470px;
  right: 10px;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  width: 60px;
}

@media (min-width: 768px) {
  .about__img-1 {
    top: 400px;
    left: -60px;
  }
  .about__img-2 {
    top: 320px;
    right: -50px;
  }
}

.about-en {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #dc9289 !important;
}

.about-ja {
  font-size: 18px;
  margin-top: 0;
}

.about-ja__second {
  padding-left: 0 !important;
}

.about-ja span {
  background: #dfa39c;
  color: #fff;
  line-height: 2.5em;
  padding: 8px;
  font-size: 14px;
}

/*Features*/
.features {
  background: #fff4f4;
  padding-top: 10px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .features .section-wrap {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features-block .text {
    text-align: left;
  }
}

.features-voice {
  text-align: center;
}

.features-en {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: -10px;
  color: #dc9289 !important;
  text-align: center;
  margin-top: -40px;
}

.features-ja {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.features-ja span {
  color: #dfa39c;
  line-height: 2.5em;
  padding: 8px;
  font-size: 15px;
  position: relative;
}

.features-ja span:before {
  content: "";
  border: solid 0.5px #dc9289;
  width: 40px;
  display: block;
  position: absolute;
  left: -35px;
  top: 50%;
}

.features-ja span:after {
  content: "";
  border: solid 0.5px #dc9289;
  width: 40px;
  display: block;
  position: absolute;
  right: -43px;
  top: 50%;
}

.features-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.features-title__icon {
  background: #e1a1a1;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 8px;
}

.features-title__icon--point {
  font-size: 11px;
  color: #fff !important;
  margin: 0;
}

.features-title__icon--num {
  color: #fff !important;
  margin: 0;
  font-size: 20px;
}

.features-title__content {
  position: relative;
  margin: 0;
  margin-left: 10px;
}

.features-title__content span {
  background: #dfa39c;
  color: #fff;
  line-height: 2.5em;
  padding: 8px;
  font-size: 15px;
}

.voice-area {
  background: #ffffffe6;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .voice-area {
    width: 360px;
  }
}

.voice {
  padding: 8px;
  background: #46bcc6;
  color: #fff !important;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-top: 5px !important;
  font-size: 11px !important;
  line-height: 1.4em !important;
}

.voice:before {
  position: absolute;
  content: "";
  bottom: -9px;
}

.voice:nth-of-type(3n-2):before {
  right: 10px;
  border-top: 10px solid #46bcc6;
  border-right: 8px solid transparent;
  border-left: 35px solid transparent;
}

.voice:nth-of-type(3n-1):before {
  right: 40px;
  border-top: 10px solid #46bcc6;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.voice:nth-of-type(3n):before {
  right: 40px;
  border-top: 10px solid #46bcc6;
  border-right: 30px solid transparent;
  border-left: 5px solid transparent;
}

.features-img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .features-img {
    width: 170px;
  }
}

.box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-btn__item {
  width: 90px;
  height: 86px;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0px;
  border: solid 1px #f2f2f2;
  -webkit-box-shadow: 0 5px 12px #ebebeb;
          box-shadow: 0 5px 12px #ebebeb;
  margin-right: 8px;
  margin-bottom: 10px;
  background: #ffffffe8;
  display: block;
}

.box-btn__item:nth-of-type(3n) {
  margin-right: 0;
}

.box-btn__item p {
  font-size: 9px;
  margin: 0;
  color: #787878;
}

.box-btn__item--img {
  width: 20px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .box-btn {
    width: 360px;
    margin-top: 20px;
  }
}

/*Use*/
.use-en {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: -10px;
  color: #dc9289 !important;
  text-align: center;
  margin-top: -30px;
}

.use {
  padding-bottom: 60px;
}

.use__step {
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 12px #cdcdcd;
          box-shadow: 0 5px 12px #cdcdcd;
  padding: 15px;
  margin: 10px;
}

.use__step--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 10px;
}

.use__step--img {
  width: 220px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1080px) {
  .use .section-wrap {
    max-width: 100%;
  }
  .use .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .use__step {
    width: 340px;
  }
}

.step-num {
  color: #ec7d70;
  width: 35px;
  position: relative;
  margin: 0;
}

.step-num:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #ec7d70;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}

.step-num span:nth-of-type(1) {
  font-size: 10px;
  font-weight: bold;
}

.step-num span:nth-of-type(2) {
  font-size: 20px;
}

.step-text {
  width: calc(100% - 45px);
  color: #e8867b;
  font-size: 16px;
  margin-top: 5px;
}

/*使い方のスライド*/
.slick-next, .slick-prev {
  width: 35px;
  height: 35px;
  z-index: 1;
}

.slick-next:before, .slick-prev:before {
  color: coral;
  font-size: 32px;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fb5e4b;
}

/*フッター*/
footer {
  text-align: center;
  color: #808080;
  font-size: 11px;
  background: #fff4f4;
  padding: 15px;
}

footer p {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */