/*
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: 680px;
  }
}

.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: 32%;
  left: -55%;
  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: 30%;
  left: -53%;
  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 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.p-hero__title {
  position: absolute;
  width: 80%;
  top: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-hero__text {
  position: absolute;
  top: 44%;
  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__forShop {
  position: absolute;
  bottom: 16%;
  left: 35%;
  width: 55%;
  padding: 0.2em 1em;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-hero__forShop {
    font-size: 24px;
  }
}
.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: -1rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-hero__download {
    width: 200px;
    margin-top: -4rem;
  }
}
.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 {
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-sectionWrap {
    padding: 5rem 0 0;
  }
}

/*
  Contents
*/
.p-caption {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-caption {
    font-size: 1.2rem;
  }
}
.p-caption.-left {
  margin-top: -4rem;
  margin-bottom: 1rem;
  text-align: left;
}

.p-title {
  max-width: 680px;
  margin: 2rem auto 1.5rem;
  position: relative;
  padding: 0.5em 0;
  background-color: #24D0CB;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-title {
    font-size: 28px;
  }
}
.p-title::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #24D0CB transparent transparent transparent;
}

.p-point .l-container {
  max-width: 600px;
  margin: 0 auto;
}

.p-point {
  max-width: 680px;
  margin: 2rem auto 0;
  background-color: #F5F5F5;
}
.p-point__heading {
  position: relative;
  border-bottom: 1px solid #24D0CB;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-point__heading {
    font-size: 28px;
  }
}
.p-point__heading span {
  display: block;
  width: 3.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__heading span {
    width: 5rem;
  }
}
.p-point__heading.-point02 {
  border-color: #F57B93;
}
.p-point__heading.-point03 {
  border-color: #EFDF25;
}
.p-point__img {
  margin-top: 1rem;
}
.p-point__baloon {
  width: 100%;
  padding: 0.75em 1em 1.75em;
  background: url("../images/point_baloon.png") no-repeat center center/contain;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-point__baloon {
    font-size: 24px;
  }
}

.p-message__text {
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 20px;
  }
}
.p-message__dot {
  position: relative;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-message__dot {
    height: 6rem;
  }
}
.p-message__dot::before, .p-message__dot::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  background-color: #24D0CB;
  border-radius: 10px;
}
.p-message__dot::before {
  left: 0;
}
.p-message__dot::after {
  right: 0;
}

.p-cta {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 1rem 0 2rem;
  background-color: #24D0CB;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 2rem 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__img {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cta__img {
    padding-bottom: 3rem;
  }
}
.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 {
  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%);
}

.u-text__red {
  color: #E23434;
}

.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 */