@charset "utf-8";
body {
  width: 100%;
  font-family: 'Klee One', cursive;  line-height: 1.7;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
img {
  display: block;
  width: 100%;
}
.wrapper {
  max-width: 800px;
  margin:0 auto;

}
.fv {
  width:100%;
  margin:0 auto;
  background:url(../img/fv_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding:5% 0;
}
@media screen and (max-width:768px) {
  .fv{
    padding:10% 0;
  }
}
.fv_title{
  max-width:700px;
  margin:0 auto;
}
@media screen and (max-width:768px) {
  .fv_title{
    width:80%;
  }
}
.fv_title img{
  margin:3% 0;
}
.animation{
  max-width:500px;
  margin:0 auto;
  position:relative;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.animation img:hover {
  transform: scale(0.9);
  transition-duration: 0.5s;
}

.fuwafuwa {
  animation: fuwafuwa 4s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
  transform: translateY(20px); /* 追加 */
}
.sv_box {
  animation-name: anim_v;
}
@media screen and (max-width:768px) {
  .sv_box {
    width:70%;
  }
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
.explain{
  position: relative;
}
.top_btn{
  position: absolute;
  margin:0 auto;
  left:0;
  right:0;
  bottom:17%;
}
.top_btn{
  width:70%;
}
.voice{
  width:100%;
  margin:0 auto;
  background:url(../img/uservoice_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:0 0 8% 0;
}
.voice_box{
  max-width:600px;
  margin:0 auto;
}
@media screen and (max-width:768px) {
  .voice_box{
    width:80%;
  }
}
.support{
  width:50%;
  margin:5% 25% 0 25%;
  background:#fff;
  border:solid 3px #000;
  padding:15px 0;
}
.support p{
  font-size:21px;
  text-align:center;
}
@media screen and (max-width:768px) {
  .support p{
    font-size:15px;
  }
}
footer {
  top: 100vh;
  width: 100%;
  background: #000;
}

footer p {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

/*nextpage****************************************************************/
/*gender****************************************************************/
#form1{
  background:url(../img/second_back.jpg);
  background-size:cover;
  background-repeat: no-repeat;
}
#select_form {
  max-width: 800px;
  margin: 0 auto;
}
.queall {
  width: 100%;
  margin:0 auto;
  /* padding: 2%;
  box-sizing: border-box; */
}
.queall img {
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .queall img {
  width:50%;
  }
}
.queall h1 img{
  width: 80%;
}
.select_box {
  width: 100%;
  text-align:center;
  margin:1% 0 0 0;
  padding: 1% 20px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  #form_area p, .select_box p {
    font-size: 20px;
    font-weight:bold;
  }
}
.gender {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width:100%;
}
.gender a {
  max-width: 300px;
  width: 100%;
  margin: 1%;
}
.main_btn a, .gender a.woman, .gender a.man, .nextBox a, .con_btn a {
  display: block;
  position: relative;
}
.main_btn a::before, .gender a.woman::before, .gender a.man::before, .nextBox a::before, .con_btn a::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  opacity: 0;
}

.gender a.woman::before {
  background: url(img/woman_on.png) no-repeat;
  background-size: contain;
}
.gender a.man::before {
  background: url(img/man_on.png) no-repeat;
  background-size: contain;
}
/*birth****************************************************************/
.birt_box,.name_box,.end_box{
  display: none;
}
.nextBox img {
  width:50%;
  margin-top: 2%;
}
.nextBox a {
  max-width: 550px;
  width: 100%;
  margin: 12% auto 0;
}
.nextBox a::before {
  background: url(img/next_on.png) no-repeat;
  background-size: cover;
}
.main_btn a.click::before, .main_btn a:hover::before, .nextBox a.click::before, .nextBox a:hover::before, .con_btn a.click::before, .con_btn a:hover::before, .gender a.woman.click::before, .gender a.woman:hover::before, .gender a.man.click::before, .gender a.man:hover::before {
  opacity: 1;
}
select {
  font-size: 30px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
}
.form_name {
  max-width: 600px;
  width: 100%;
  font-size: 22px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ccc;
}
#form_area {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
}
.data {
  color: #663300;
  margin: 0 auto;
  font-size: 120%;
}
.data th {
  text-align: right;
  padding: 0 10px;
  box-sizing: border-box;
}
.data td {
  box-sizing: border-box;
}

  select {
    font-size:27px;
    padding:5px 20px;
  }
  @media screen and (max-width:768px) {
    select {
      font-size:17px;
      padding:5px 20px;
    }
  }
  .check {
    width: 82%;
    margin: 0 auto;
    text-align: left;
  }
  .form_name {
    font-size: 12px;
  }
  .send {
    max-width:800px;
    margin:0 auto;
    padding: 2% 0 4% 0;
  }
  
  .send p{
    font-size:25px;
    line-height:41px;
    text-align:center;
    color: #663300;
  }
  @media screen and (max-width:768px) {
    .send p{
      font-size:18px;
      line-height:35px;
  }
}
.select_result{
  max-width:500px;
  margin:0 auto;
  text-align: center;
  font-size:23px;
}
/*thanks***************************/
.thanks_fv{
  width:100%;
  margin:0 auto;
}
p.caution{
  width:80%;
  margin:0 auto;
  font-size:15px;
  line-height:25px;
  text-align: left;
}
@media screen and (max-width:768px) {
  p.caution{
    font-size:13px;
    line-height:21px;
  }
}
.con_btn img{
  width:80%;
  margin:0 auto;
}