@charset "UTF-8";
html{
    scroll-behavior: smooth;
}
html,body,h1{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
body{
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FDFBFA;
}
header h1{
  padding: 2%;
  text-align: center;
  background-color: #c6b8ac;
  color: #FFF;
  font-size:18px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight: 500;
}
.login{
width: 90%;
margin: 5% auto;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}
.flex .red{
  color:#F15959;
  font-size: 0.8rem;

}
.flex a{
  text-align: center;
  text-decoration: none;
  display:block;
  width: 40%;
  height: 2rem;
  color: #796554;
  border: solid 1px #796554;
  padding:1%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.scrolldwn{
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  font-size: 1rem;

}
video{
  width: 100%;
  height: auto;
}

.fadeUp {
animation-name: fadeUpAnime;/*アニメーションの定義名*/
animation-duration:3s;/*アニメーション変化時間 ※デフォルト*/
animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
opacity:0;
animation-iteration-count: infinite;
text-align: center;
color: #c6b8ac;
margin-bottom: 5%;
letter-spacing: 0.1em;
}
.fadeUp svg{
  vertical-align: middle;
  width: 1.2rem;
  height: auto;
}

@keyframes fadeUpAnime{
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  /* 50% {
    opacity: 0.5;
  }
  80%{
    opacity: 0.7;
  } */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gray{
  color: #707070;
}
.first .gray{
  line-height: 1.8;
}
.login_btn{
  margin-top: 0;
  width: 100%;
  background: #796554;
  text-align: right;
  padding: 1%;
  box-sizing: border-box;
}
.login_btn a{
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 30px;
line-height: 30px;
}
.login_btn a span{
  margin-left: 0.5rem;
  margin-right: 1rem;
  display: inline-block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #FFFFFF;
}
.first{
  width: 90%;
  margin: 50px auto;
}
.first p{
  font-size: 16px;
  text-align: left;
}
.lineup{
  margin-top:50px;
margin-bottom: 0;
  position: relative;
  padding-bottom: 0;
  width: 90%;
  margin-right: auto;
  margin-left: 3%;
}
.cv_btn{
  text-align: right;
  margin-top: 2%;
  margin-right: 10px;
  margin-bottom: 50px;
  width: 96%;
  box-sizing: border-box;
}
.lineup .cv_btn{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.lineup .cv_btn:hover{
  opacity: 0.8;
  cursor: pointer;
}
.lineup .cv_btn a img{
width: 45%;
}
.pu_img{
  width: 30%;
  margin-left: 7%;
  margin-top:5%;
  margin-bottom: 2%;
}
.small{
  font-size: 1rem;
  margin-right: 1rem;
}
.cv_btn .small{
  margin-right: 0;
}
.line{
  width: 100%;
  border-bottom: 1px #707070 solid;
}
.howto h2{
  text-align: left;
margin-top: 80px;
margin-bottom: 20px;
width: 45%;
}

.howto h3{
  text-align: center;
}
.howto p{
  width: 90%;
  margin: 30px auto 50px;
  font-size: 18px;
}
.howto p:nth-of-type(2){
  margin-bottom: 10px;
}
.howto .red{
  margin-top: 0;
  color:#F15959;
  font-weight: 300;
  border: 1px solid #F15959;
  padding: 2%;
  line-height: 1.8;
}
.faq{
  margin-top: 30px;
}
.faq img{
  margin-bottom: 30px;
}
.faq p{
  text-align: center;
}
footer{
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  height:50px;
}
@media screen and (min-width:480px) {
  body{
    max-width: 800px;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  p{
    font-size: 1.5rem;
  }
  .flex .red{
    font-size: 1rem;
  }
  .first p{
    font-size: 26px!important;
  }
  .login_btn a{
    font-size: 16px;
  }
  .flex a{
    font-size: 1.5rem;
  }
  .fadeUp svg{
    width: 1.5rem;
  }
  footer p{
    font-size: 16px!important;
  }
  .lineup{
  padding-bottom: 0;
  width: 100%;
}
.small{
  font-size: 1.1rem;
  margin-right: 0;
}
}
