/*
Component
===================================================*/
/*
Project
===================================================*/
/*
  Centering
-----------------------------------------------------*/
.l-container {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .l-container {
    width: calc(100% - 72px);
    max-width: 800px;
  }
}

.l-main {
  overflow: hidden;
}

/*
  Header
*/
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  z-index: 2;
}
.p-header__logo {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 200px;
  }
}
.p-header__logo img {
  width: 100%;
}
.p-header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-header__sns__item {
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-header__sns__item {
    width: 24px;
    margin-left: 24px;
  }
}
.p-header__sns__item img {
  width: 100%;
}

/*
  Hero
*/
.p-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: 0 auto;
}
.p-hero::before {
  content: "";
  position: absolute;
  bottom: 17%;
  left: -56%;
  right: -40%;
  margin: 0 auto;
  width: 160%;
  height: 160%;
  background-color: #24D0CB;
  border-radius: 3000px;
  z-index: -1;
}
.p-hero::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -35%;
  right: -45%;
  margin: 0 auto;
  width: 180%;
  height: 180%;
  background-color: rgba(131, 131, 131, 0.0588235294);
  border-radius: 1000px;
  z-index: -2;
}
.p-hero__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.p-hero__title {
  position: absolute;
  width: 80%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-hero__text {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  .p-hero__text {
    font-size: 2rem;
  }
}
.p-hero__watch {
  position: absolute;
  bottom: 10%;
  left: 3%;
  width: 25%;
}
.p-hero__movie {
  position: relative;
  width: 101%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-hero__movie video {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-hero__movie::before, .p-hero__movie::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1rem;
  background: rgb(36, 208, 203);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 208, 203, 0)), to(rgb(36, 208, 203)));
  background: -webkit-linear-gradient(bottom, rgba(36, 208, 203, 0) 0%, rgb(36, 208, 203) 100%);
  background: linear-gradient(0deg, rgba(36, 208, 203, 0) 0%, rgb(36, 208, 203) 100%);
}
.p-hero__movie::before {
  top: 0;
}
.p-hero__movie::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-hero__download {
  display: block;
  width: 164px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-hero__download {
    width: 200px;
    bottom: 5rem;
  }
}
.p-hero__download img {
  width: 100%;
}
.p-hero__heading {
  padding: 2rem 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-hero__heading {
    max-width: 650px;
    margin: 0 auto;
    font-size: 20px;
  }
}

/*
  Section
*/
.p-sectionWrap + .p-sectionWrap {
  margin-top: 2rem;
}

/*
  Contents
*/
.p-recommened .l-container {
  max-width: 600px;
  margin: 0 auto;
}

.p-title {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-title {
    margin-top: 2rem;
  }
}
.p-title span {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-title span {
    font-size: 32px;
  }
}
.p-title span::before, .p-title span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/nigiwai.svg) no-repeat center center/contain;
}
.p-title span::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
  right: auto;
}

.p-comment {
  padding: 1rem;
  background: url(../images/baloon_01.svg) no-repeat center center/contain;
  text-align: center;
  font-weight: 500;
}
.p-comment span {
  padding: 0 1rem;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-comment span {
    font-size: 28px;
  }
}
.p-comment.-baloon1 {
  width: 275px;
  height: 130px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-comment.-baloon1 {
    width: 350px;
    height: 180px;
    padding-top: 1em;
    margin-top: 3rem;
  }
}
.p-comment.-baloon1reverse {
  width: 288px;
  height: 138px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  background: url(../images/baloon_01_reverse.svg) no-repeat left center/contain;
}
@media screen and (min-width: 768px) {
  .p-comment.-baloon1reverse {
    width: 376px;
    height: 180px;
    padding-top: 1em;
    margin-top: 3rem;
  }
}
.p-comment.-baloon2 {
  width: 246px;
  height: 140px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 36px;
  background: url(../images/baloon_02.svg) no-repeat right center/contain;
}
@media screen and (min-width: 768px) {
  .p-comment.-baloon2 {
    width: 334px;
    height: 190px;
    padding-top: 46px;
  }
}
.p-comment.-baloon3 {
  width: 270px;
  height: 153px;
  padding-top: 36px;
  background-image: url(../images/baloon_03.svg);
}
@media screen and (min-width: 768px) {
  .p-comment.-baloon3 {
    width: 370px;
    height: 212px;
    padding-top: 48px;
  }
}
.p-comment__illust {
  width: 30%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .p-comment__illust {
    width: 40%;
  }
}
.p-comment__illust img {
  width: 100%;
}

.p-caption {
  padding: 1rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-caption {
    font-size: 1.5rem;
  }
}
.p-caption.-left {
  margin-top: -4rem;
  margin-bottom: 1rem;
  text-align: left;
}

.p-button {
  position: relative;
  display: inline-block;
  margin: 2rem auto;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 8px;
  background-color: #24D0CB;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  right: 0.75em;
  width: 0.6em;
  height: 0.6em;
  margin: auto 0;
  background: url(../images/icon_arrow_wh.png) no-repeat center center/contain;
}
.p-button__wrap {
  text-align: center;
}

.p-mock {
  position: relative;
}
.p-mock::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vw;
  opacity: 0.1;
  border-radius: 100vw;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .p-mock::before {
    width: 600px;
    height: 600px;
  }
}
.p-mock.-item1::before {
  background-color: #24D0CB;
  top: 0;
  left: 1rem;
}
.p-mock.-item2::before {
  background-color: #FECED8;
  opacity: 0.2;
  top: -5rem;
  right: 1rem;
}
.p-mock.-item2::after {
  content: "";
  position: absolute;
  background: url("../images/bikkuri.svg") no-repeat center center/contain;
  width: 70px;
  height: 80px;
  top: -5rem;
  left: 0;
}
.p-mock.-item3::before {
  background-color: #F9F99C;
  opacity: 0.15;
  top: -4rem;
  left: 0;
}
.p-mock.-item3::after {
  content: "";
  position: absolute;
  background: url("../images/kirakira.svg") no-repeat center center/contain;
  width: 70px;
  height: 80px;
  top: -5rem;
  right: 1rem;
}

.p-yellowBack {
  background-color: #FEFEF0;
  padding: 2rem 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-yellowBack {
    padding: 3rem 1rem;
    font-size: 24px;
    text-align: center;
    line-height: 2;
  }
}

.p-cta {
  position: relative;
  padding: 3rem 0;
  background-color: #24D0CB;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 4rem 0;
  }
}
.p-cta__screen {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cta__screen {
    max-width: 400px;
  }
}
.p-cta__heading {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    max-width: 18em;
    margin: -1rem auto 0;
    font-size: 32px;
  }
}
.p-cta__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-cta__link__item {
  margin: 1rem auto 0;
}
.p-cta__link__item img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .p-cta__link__item img {
    width: 200px;
  }
}
.p-cta__link__item iframe {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-cta__link__item iframe {
    width: 200px;
  }
}

.p-movie__wrap {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.p-movie__wrap .p-hero__movie {
  margin-right: -2px;
}

.tw_share {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 58px;
  font-weight: bold;
  padding: 0.8em 1.6em;
  margin: 1rem auto;
  background-color: #00acee;
  color: #fff;
  text-decoration: none;
  border-style: none;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .tw_share {
    width: 200px;
    height: 72px;
    font-size: 20px;
  }
}
.tw_share span {
  margin-right: 0.5em;
}
.tw_share span img {
  width: 1.1em;
  vertical-align: baseline;
}

@media screen and (min-width: 768px) {
  .p-footer__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-company {
  width: 85%;
  max-width: 260px;
  margin-top: 2rem;
}

.p-info {
  margin-top: 1rem;
}
.p-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
.p-info dt {
  width: 6em;
}
.p-info dd {
  width: calc(100% - 6em);
}

.p-footerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  margin: 2rem auto 0;
  padding: 1rem 0;
}

.p-contactBtn {
  display: block;
  width: 300px;
  margin: 2rem auto 0;
  padding: 1em 0;
  background-color: #24D0CB;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 12px;
}

/*
Utility
===================================================*/
.u-maker-main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #8EE7E4));
  background: -webkit-linear-gradient(transparent 50%, #8EE7E4 50%);
  background: linear-gradient(transparent 50%, #8EE7E4 50%);
}
.u-maker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FECED8));
  background: -webkit-linear-gradient(transparent 50%, #FECED8 50%);
  background: linear-gradient(transparent 50%, #FECED8 50%);
}
.u-maker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff9));
  background: -webkit-linear-gradient(transparent 50%, #ff9 50%);
  background: linear-gradient(transparent 50%, #ff9 50%);
}

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

/*
  Text Block
*/
.u-textBlock {
  display: inline-block;
}
.u-textBlock.-notSp {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .u-textBlock.-notSp {
    display: inline-block;
  }
}

/*
  Visually Hidden
*/
.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}/*# sourceMappingURL=common.css.map */