@charset "utf-8";

/* CSS Document */

/* reset *************************************************************/
body {
  line-height: 1;
  margin: 0;
  font-family: arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
  display: block;
}
article,
footer,
header {
  display: block;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
table,
tr,
td {
  border: 0;
  padding: 0;
  margin: 0;
}
a {
  color: #3c68c3;
}
img {
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0;
}
div {
  margin: 0;
  padding: 0;
}
button {
  background: transparent;
  border: 0;
  outline: none;
}
/* //reset *************************************************************/

:root {
  --main-width: 1024px;
}

* {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  color: #1b1b1b;
  line-height: 1.7;
  background: #fbfaf8;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
p {
  margin-top: 2.816%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

#wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
/***************************/

.inner {
  padding: 0 2.66666%;
}

em {
  font-weight: bold;
  color: #ff2c69;
  font-style: normal;
}

header {
  position: relative;
  background: url(../img/fv-bg.webp) top center no-repeat;
  background-size: cover;
}
h1 {
  text-align: center;
}
.title {
  width: 80%;
}
.fv-title {
  position: absolute;
  top: 0;
  z-index: 10;
}
.fv-sub {
  position: absolute;
  top: 64%;
  right: -9%;
  width: 44%;
  z-index: 11;
  animation: rotate 1.8s ease-in-out infinite alternate-reverse;
}
.illust-bg {
  padding-top: 35%;
}
.iphone {
  position: absolute;
  top: 20%;
  left: 44%;
  z-index: 8;
  width: 66%;
  transform: rotate(8deg);
}
.fv {
  position: absolute;
  top: 20%;
  left: 45%;
  z-index: 7;
  width: 65%;
  transform: rotate(8deg);
  border-radius: 13%;
}
.kirakira {
  position: absolute;
  top: 11%;
  left: 0;
  z-index: 9;
}
.logo {
  max-width: 60%;
  margin: 15% auto 4%;
}
.btn {
  width: 100%;
  margin: 6% auto;
  text-align: center;
}
.btn img {
  animation: rotation 1s infinite;
  width: 100%;
  max-width: 652px;
}
.btn a {
  display: inline-block;
  width: 80%;
  left: 0;
  text-align: center;
}
header .btn {
  margin-top: 0;
}
@keyframes rotation {
  0% {
    transform: scale(100%);
  }
  60% {
    transform: scale(105%);
  }
  80% {
    transform: scale(100%);
  }
  90% {
    transform: scale(105%);
  }
  100% {
    transform: scale(100%);
  }
}

section {
  margin: 20% auto;
}

.benefits {
  padding: 10% 0;
  background: #ffe403;
}
.benefits h1 {
  margin: 0 4% 6%;
}
.benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits li {
  width: 48%;
  margin: 1%;
}

.voice li {
  margin: 10% auto;
}
.voice h2 {
  margin-bottom: 6%;
}

.qa dl {
  margin-top: 10%;
}
.qa dt,
.qa dd {
  position: relative;
}
.qa dt {
  width: 94%;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  background: #6affe8;
}
.qa dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 8px solid #6affe8;
}
.qa dd {
  width: 94%;
  margin: 4% 0 6% 6%;
  padding: 10px;
  border-radius: 10px;
  background: #f8f6ef;
}
.entry {
  margin-bottom: 0 !important;
  padding: 10% 0;
  background: #ffffe2;
}
.step h2 {
  width: 90%;
}
.step li {
  margin-top: 10%;
}
.step p {
  margin: 1rem 3%;
}
.step p img {
  display: block;
  width: 70%;
  margin: 4% auto;
}
.preparation_title {
  width: 90%;
  margin: 10% auto 4%;
}
.preparation {
  display: flex;
  justify-content: space-between;
}
.preparation li {
  width: 48%;
  font-size: 1.2rem;
}
.footer_img {
  position: relative;
  margin: 0 !important;
  background: url(../img/sec7-bg.webp) top center no-repeat;
  background-size: cover;
}
.footer_img .btn {
  position: absolute;
}

.sec7-sub {
  position: absolute;
  top: 16%;
  left: 39%;
  width: 65%;
}

footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6% 0;
  background: #2d2d2d;
  color: #fff;
}
footer span {
  font-size: 1.2rem;
}
footer a {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
  #wrapper {
    width: var(--main-width);
    margin: auto;
  }
}

#canvas {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

/*-------------------------------------------


ここからアニメーション


-------------------------------------------*/
@keyframes rotate {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

/* アニメーション設定 */
.scr-target {
  /* アニメーション開始から終了までの所要時間 */
  animation-duration: 1s;
  /* アニメーションが開始するまでの遅延時間 */
  animation-delay: 0.3s;
  /* アニメーションのループ回数 - infiniteで無限ループ */
  animation-iteration-count: 1;
  /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
  animation-fill-mode: both;
}
.scr-target[class*="fadeIn"],
.scr-target[class*="zoom"] {
  opacity: 0;
}

/* フェードイン */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.anime__fadeIn.is-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInDown.is-active {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInUp.is-active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInLeft.is-active {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInRight.is-active {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* ズームイン */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}
.anime__zoomIn.is-active {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* ズームアウト */
@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
  }
  100% {
    opacity: 1;
  }
}
.anime__zoomOut.is-active {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.timing02 {
  animation-delay: 0.2s;
}
.timing03 {
  animation-delay: 0.3s;
}
.timing04 {
  animation-delay: 0.4s;
}
.timing05 {
  animation-delay: 0.5s;
}
.timing06 {
  animation-delay: 0.6s;
}
.timing1 {
  animation-delay: 1s;
}
