@charset "UTF-8";
.about__box_first {
  background: url(../img/bg_service01-01ee576583ddad054106d9f2dc78caf78be6c829383351a4fbc99ac5a566020a.jpg);
  background-size: cover;
  background-position: bottom;
}

.about__box_second {
  background: url(../img/bg_service02-cd59d8cd17b05503a9fc3eeae42d618d0cc19b2277b581f5db275d5dde09e94d.jpg);
  background-size: cover;
  background-position: bottom;
}

.about__box_third {
  background: url(../img/bg_service03-4c44f872ed6f7ed3007faeb109b1e03ceabcdb3106ba54392a5457a159a0f2ab.jpg);
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 800px) {
  .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
  }
  .about__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.download {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.download__badge {
  width: 200px;
  line-height: 75px;
  text-align: center;
}

.download__badge_left {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.download__badge_right {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.download__img {
  width: 80%;
}

@media (min-width: 800px) {
  .download {
    display: none;
  }
}

.download-pc {
  display: none;
}

@media (min-width: 800px) {
  .download-pc {
    display: block;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download-pc__badge {
    width: 200px;
    line-height: 75px;
    text-align: center;
  }
  .download-pc__badge_left {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .download-pc__badge_right {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .download-pc__img {
    width: 80%;
  }
}

.hero {
  background: url(../img/bg_header_pink_sp-de1ec860149bbba5f40f558d1e2c8ed1e1c570445e1f6016dc0728d2bf56121a.jpg);
  background-size: cover;
  min-height: 100vh;
  position: relative;
  text-align: center;
  color: white;
}

.hero__logo {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: heroAnimation 2s;
          animation: heroAnimation 2s;
}

.hero__txt {
  position: absolute;
  bottom: 3%;
  font-size: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-animation: heroAnimation 2s;
          animation: heroAnimation 2s;
}

.hero__logo-txt {
  margin-top: 20px;
  font-size: 18px;
}

.hero__img {
  width: 130px;
}

.hero__download-pc {
  position: absolute;
  bottom: 80px;
  -webkit-animation: heroAnimation2 2s;
          animation: heroAnimation2 2s;
}

@media (min-width: 800px) {
  .hero {
    background: url(../img/bg_header_pink-4704d42ed44908fb061e80afc515a93ab2fcbfd605c2580de486a4d980b2115a.jpg);
    background-position: bottom;
    background-size: cover;
  }
}

@-webkit-keyframes heroAnimation {
  from {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes heroAnimation {
  from {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-webkit-keyframes heroAnimation2 {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes heroAnimation2 {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.more {
  color: #3f434a;
  min-height: 60vh;
  text-align: center;
}

.more__inner-left {
  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;
  background-color: #f5f5f5;
  min-height: 65vh;
}

.more__ttl {
  padding: 80px 0 30px 0;
  font-size: 20px;
}

.more__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.more__fukidashi {
  width: 120px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.more__circle {
  width: 200px;
}

.more__txt-inner {
  font-size: 15px;
  margin: 30px 0;
  font-weight: 700;
}

.more__txt {
  margin: 0;
}

.more__txt_lr {
  font-size: 20px;
}

.more__note-inner {
  font-size: 13px;
  padding-bottom: 80px;
}

.more__note {
  margin: 0;
}

.more__right {
  min-height: 30vh;
}

.more__right-img {
  width: 180px;
  margin-bottom: 70px;
}

@media (min-width: 800px) {
  .more__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .more__inner-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .more__inner-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.service-box__inner {
  padding-top: 20px;
  color: white;
  width: 90%;
  min-height: 60vh;
  margin: 0 auto;
}

.service-box__ttl {
  font-weight: 400;
  padding-top: 30px;
}

.service-box__txt {
  font-size: 15px;
}

@media (min-width: 800px) {
  .service-box__inner {
    width: 60%;
  }
}

.what {
  color: #3f434a;
  background-color: #ead5dc;
  text-align: center;
}

.what__inner-left {
  display: none;
}

.what__right {
  width: 80%;
  margin: 0 auto;
}

.what__ttl {
  padding: 80px 0 20px 0;
}

.what__img-phone {
  width: 100%;
}

.what__sub-ttl {
  font-size: 20px;
  padding: 10px;
}

.what__txt-wrapper {
  padding-bottom: 90px;
}

.what__txt {
  text-align: left;
  font-size: 15px;
}

@media (min-width: 800px) {
  .what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .what__img-phone {
    display: none;
  }
  .what__inner-left {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .what__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .what__inner-right {
    margin: 0 auto;
    width: 400px;
  }
  .what__img-pc {
    width: 90%;
  }
}

.container {
  background-color: #e7e3df;
  color: #3f434a;
  padding-bottom: 60px;
}

.container__left {
  width: 70%;
  margin: 0 auto;
}

.container__head {
  text-align: center;
}

.container__ttl {
  padding: 80px 0 15px 0;
}

.container__sale-txt {
  background-color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 5px;
}

.container__flower-img-phone {
  min-width: 360px;
}

.container__desc {
  line-height: 26px;
}

.container__container-imges-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__container-img-wrapper {
  position: relative;
}

.container__container-img {
  width: 100px;
}

.container__container-img-desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.container__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 20px 0;
}

.container__price-txt {
  margin: 0;
  padding-left: 20px;
}

.container__price-txt_lr {
  font-size: 18px;
}

.container__limit {
  font-size: 14px;
  display: inline-block;
  border: solid #3f434a 2px;
  padding: 3px;
  font-weight: 700;
}

.container__flower-img-pc {
  display: none;
}

@media (min-width: 800px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__flower-img-phone {
    display: none;
  }
  .container__flower-img-pc {
    display: block;
  }
  .container__inner-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .container__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .container__inner-left {
    width: 420px;
    margin: 0 auto;
  }
}

.detail {
  color: #3f434a;
  text-align: center;
  padding: 80px 0;
}

.detail__ttl {
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .detail__box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.box {
  padding: 15px 0;
}

.box__img {
  width: 80px;
}

.box__ttl {
  font-weight: 400;
  font-size: 20px;
}

.iphone {
  color: #3f434a;
  background-color: #efdfc5;
  min-height: 40vh;
  padding-top: 80px;
  text-align: center;
}

.iphone__logo {
  width: 120px;
  margin-bottom: 20px;
}

.iphone__img {
  width: 320px;
}

@media (min-width: 800px) {
  .iphone {
    min-height: 45vh;
    position: relative;
  }
  .iphone__logo-wrapper {
    position: absolute;
    top: 90px;
    right: 35%;
    z-index: 10;
  }
  .iphone__img {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 450px;
  }
}

.footer {
  padding-top: 30px;
  min-height: 50vh;
  background-color: #3f434a;
  color: white;
  font-size: 14px;
  position: relative;
}

.footer__link {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 50px;
}

.footer__sns {
  width: 65px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.footer__copy {
  opacity: 0.5;
  text-align: center;
}

@media (min-width: 800px) {
  .footer {
    min-height: 40vh;
    padding-top: 80px;
  }
  .footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    margin: 0 auto;
  }
}

/***************************************************************

Stylesheet: ベーススタイル スマートフォン表示

******************************************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.font-sm, .container__left {
  font-size: 13px;
}

.font-md, .container__desc, .box__txt {
  font-size: 15px;
}

.font-lr, .service-box__ttl, .what__ttl, .container__ttl, .detail__ttl {
  font-size: 22px;
}

@media (min-width: 800px) {
  /******************************************************************

Stylesheet: 800px以上のモニタで適用

******************************************************************/
  .font-lr, .service-box__ttl, .what__ttl, .container__ttl, .detail__ttl {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */