@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/bg.webp) top center no-repeat;
  background-size: cover;
}
.logo {
  max-width: 60%;
  margin: 0 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;
}

.campaign {
  position: relative;
  width: 100%;
}

@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;
}
.footer_img .btn {
  position: absolute;
}


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;
}