@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
  -webkit-appearance: none;
}
body {
  margin: 0 auto;
  text-align: center;
  font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.wrapper {
  overflow:hidden;
  /*min-height: 100vh;*/
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.support {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.support_btn {
  font-size: 16px;
  margin: 0 auto;
  display: block;
  padding: 7px;
  margin-top: 2%;
  color: #0099ff;
  background-color: #fff;
  width: 40%;
	border: 3px solid #0099ff;
}
#btn {
  position: fixed;
  bottom: 0px;
  max-width: 900px;
  width: 50%;
  margin: 0 auto;
}
.btn5{
  width: 77%;
  margin: 0 auto;
  position: absolute;
  top: 63%;
  left: 0;
  right: 0;
  margin: auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
}
.footer {
  color: #fff;
  background-color: #c300ff;
  padding: 5%;
  text-align: center;
}
.footer a{
  color: white;
  text-decoration: underline;
  display: block;
  margin-bottom: 2%;
}
.content_wrapper{
  position: relative;
}
.koe{
  position: absolute;
  top: 12%;
  padding: 2%;
  width: 90%;
  left: 4%;
}
.btn{
  position: absolute;
  bottom: 3px;
  left: 7%;
  transform: translateX(-50%);
  width: 87%;
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
	margin-bottom: 1%;
}
.btn_k{
  width: 60%;
  margin: 0 auto;
}
.btn＿k img {
  transition: .4s;
}
.btn_k img:hover {
  opacity: 0.75;
  transition: .4s;
}
@keyframes heartbeat {
  0%, 100% { 
    transform: scale(1);
  }
  50% { 
    transform: scale(1.2);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.footer p a{
  color: white;
}
.footer{
  text-align: center;
}
.other_inner{
  margin: 30px 5%;
  text-align:left ;
}
.other h2{
  margin: 20px 0;
}
.text{
  border-bottom: 1px black solid;
}
.fd1{
  top: 1%;
  right: 48%;
}
.fd2{
  top: 4%;
  right: 1%;
}
.fd3{
  top: 61%;
  right: 8%;
  width: 11%;
}
.fd4{
  top: 74%;
  right: 55%;
  width: 43%;
}
.point{
  position: absolute;
  bottom: -2%;
  left: 2%;
  width: 55%;
  opacity: 0;
}
.point2{
  top:77%;
  left: 43%;
  animation: slideUp 0.7s 0.5s forwards;
}
.point3{
  left:43%;
  animation: slideUp 0.7s 0.8s forwards;
}
.point1{
  animation: slideUp 0.7s 0.2s forwards;
}
.yajirushi{
  position: absolute;
  top:42%;
  width: 30%;
  left: 35%;
  animation: poyon 1.1s linear 0s 500;
}
.hand{
  position: absolute;
  top: 84%;
  width: 12%;
  left: 87%;
  animation: pikopiko 1s steps(2, start) infinite;
}
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
&.fadein-left{
    transform: translate(-30px,0);
}
&.fadein-right{
    transform: translate(30px,0);
}
&.fadein-up{
    transform: translate(0,-30px);
}
&.fadein-bottom{
    transform: translate(0,30px);
}
&.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
}
.rotation {
transition: all 1.0s;
opacity: 0;

&.rotation-x{
  transform: rotateX(180deg);
}
&.rotation-y{
  transform: rotateY(180deg);
}
&.rotation-clockwise{
  transform: rotate(-170deg);
}
&.rotation-counterclockwise{
  transform: rotate(170deg);
}
&.scrollin{
transform: translate(0, 0)!important;
opacity: 1!important;
}
}
@keyframes slideUp{
  0%{
    opacity: 0;
    bottom:-2% ;
  }
  60%{
    bottom: 5%;
  }
  80%{
    bottom: 1%;
  }
  100%{
    opacity: 1;
    bottom: 2%;
  }
}
.bottom_btn{
  position: fixed;
  display: none;
}


.fuwafuwa{
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa{
 0%{transform:translateY(0)}
 50%{transform:translateY(-10px)}
 100%{transform:translateY(0)}
}
.main{
  max-width: 850px;
  margin: auto;
  position: relative;
}
.count {
  background: #fff;
  color: #FA2828;
  font-size: 5.8vw;
  padding: 1% 0;
  margin-top: -1px;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 1px;
}
#count24h {
  display: flex
;
  align-items: center;
  justify-content: center;
}

.cpntimer2 {
  text-align: center;
  font-size: 3vw;
  color: #808080;
  letter-spacing: 1px;
  line-height: 3.5vw;
  padding-right: 3%;
}
.cpntimer {
  color:#dc0a7d;
}
.form{
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
}
.form_inner{
  position: absolute;
  top: 39%;
  text-align: center;
  position: 0 auto;
  padding-left: 6%;
  font-size: 50px;
  text-decoration: #ffffff;
}
.form_inner{
  width: calc(97% - 10px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.form_inner p{
  display: block;
  padding: 20px 10px;
  background: #09fdffeb;
  width: calc(5em + 20px);
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  height: auto;
  align-content: center;
}
.form_inner p:nth-child(2n) {
  background: white;
  width: calc(100% - 5em - 60px);
  text-align: left;
}
input,select{
  border: none;
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 50px;
  background: white;
  color: black;
}
input[type="submit"]{
  padding: 16%;
  width: 100%;
  background: none;
  background-image: url(images/btn_2.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
}
input[type="text"]{
  width: calc(100% - 17px);
}
.btn4{
  position: absolute;
  top: 69%;
  padding: 3%;
  padding-bottom: 8%;
  width: 76%;
  left: 0;
  right: 0;
  margin: auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
}
.support_all{
  width: 90%;
  margin: 45px auto;
}
.support_all a{
  display: block;
  text-align: center;
  width: calc(100% - 6px);
  padding: 25px 0;
  background: #eeecffde;
  border: 3px solid #6dff80;
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.support_all a:last-child{
  background:#6dff80 ;
  color: white;
}
.support_content{
  width: calc(90% - 60px);
  margin: 35px auto;
  padding: 45px 30px 35px;
  background: #eeecffde;
  font-size: 14px;
}
.support_content h2{
  text-align: center;
  margin-bottom: 25px;
  color: #6dff80;
}
.support_content h3{
  border: 1px solid #00ccff;
  border-left: 10px solid #00ccff;
  padding: 5px 0 5px 0.5em;
}
.support_content p{
  white-space: break-spaces;
  margin: 10px 0px 25px;
}
.white{
  text-align: left;
}
.cream{
  background-color: #fff3b8;
}
.gmail{
  position: absolute;
  top:78%;
  width:100%;

}
@media screen and (min-width: 900px) {
  .count{
      font-size: 50px;
  }

  .cpntimer2 {
      font-size: 30px;
      line-height: 36px;
  }
}

.support {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.support_btn {
  font-size: 5vw;
  margin: 0 auto;
  display: block;
  padding: 2px;
  margin-top: 2%;
  color:#ff79ff;
  background-color: #fff;
  width: 80%;
  border: 3px solid #ff79ff;
}
/*qa*/
#wrapper.qa, #wrapper.conf {
  background-color: #f6d2ff;
	background-size: cover;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.qa main, .conf main {
	min-height: 800px;
}
.signDtl {
	max-width: 1000px;
  width: 100%;
  margin: 0 auto;
	font-size: 16px;
	text-align: center;
}
.formTop {
	width: 100%;
}
form {
	max-width: 1000px;
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	color: #645424;
	text-align : center;
	margin: 0 auto;
	font-size: 22px;
}
form input, form select {
	margin-bottom : .5em;
	padding: .2em .5em;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 35px;
	font-size: 20px;
}
form input {
	max-width: 20em;
}
.qa .genArea {
	max-width: 790px;
	margin: 10px auto 40px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qa .genArea img {
	padding: 10px;
	box-sizing: border-box;
}
input#name {
	max-width: 500px;
}
.next, #email {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}
.btn img {
  transition: .4s;
}
.btn img:hover {
  opacity: 0.75;
  transition: .4s;
}
.qa .genArea label {
	width: 50%;
}
.register-section p {
	font-weight: bold;
	font-size: 26px;
	padding: 20px;
}
.qa .inner {
	margin-bottom: 20px;
}
.register-section input[type="radio"] {display: none;}

/*conf*/
.conf .register-section p {padding-bottom: 0;}
.conf .register-section dl {
	padding         : 10px;
	display         : flex;
	justify-content : center;
}
.conf .register-section dt {
	width      : 45%;
	text-align : right;
}
.conf .register-section dd {
	width      : 55%;
	text-align : left;
}
.conf .register-submit-section {
	margin: 20px auto 10px;
}
footer {
	width: 100%;
	padding    : 1em 0;
	background : #c300ff;
	color      : white;
	text-align : center;
}
footer ul {
  margin-bottom   : .5em;
  display         : flex;
  align-items     : center;
  justify-content : center;
  list-style: none;
}
footer li {
  margin    : 0 .5em;
  font-size : 80%;
}
footer a {
	color           : inherit;
	text-decoration : underline;
}
@media (max-width:750px) {
  body{
      overflow-x: hidden;
      font-size: 12px;
  }
  footer a{
      margin-bottom: 5px;
  }
  .form_inner p {
      display: block;
      padding: 10px 0px;
      background: #09fdffeb;
      width: calc(4em + 7px);
      text-align: center;
      font-size: 12px;
      margin-bottom: 10px;
      font-weight: bold;
      height: auto;
      align-content: center;
  }
  .form_inner p:nth-child(2n) {
      background: white;
      width: calc(100% - 4em - 1px);
      font-size: 16px;
      padding: 10px 5px;
  }
  .support_all a {
      padding: 15px 0;
      margin: 10px 0;
      font-size: 14px;
  }
  .support_all {
      margin: 20px auto;
  }
  .support_content {
      width: calc(90% - 30px);
      margin: 15px auto;
      padding: 25px 15px 15px;
      background: #eeecffde;
      font-size: 12px;
  }
  input, select {
      font-size: 16px;
      padding: 10px 2.5px;
  }
  input[type="text"] {
      width: calc(100% - 8px);
  }
}
.form_contents {
    text-align: center;
    padding: 15px 0;
    font-size: 4.5vw;
    border: none;
}
.form_contents input[type="radio"]:checked + label.womenlabel {
    background: #DB377F;
    color: #ffffff;
}
.form_contents input[type="radio"]:checked + label.menlabel {
    background: #006DD9;
    color: #ffffff;
}
.form_contents .label{
    border: 1px solid #aaa;
    padding: 5px 15px;
    line-height: 180%;
    border-radius: 10px;
    font-weight: bold;
}
.form_contents input[type=radio] {
    display: none;
}
.form_contents input[type="text"] {
    width: 80%;
    font-size: 5.5vw;
    padding: 5px;
}
.form_contents {
    text-align: center;
    padding: 15px 0;
    font-size: 4.5vw;
}
#form_area {
    width: 95%;
    max-width: 724px;
    margin: 0 auto;
    padding: 20px 0;
    background: #FFF;
}
.form_contents input {
    max-width: 100%;
    width: 61.8%%;
    margin: 0 auto;
}
@media screen and (max-width:768px){
	.signArea {
		padding: 5% 3% 10%;
	}
	.signBox {
		gap: 20px;
	}

	/*qa*/
	.signDtl p {text-align: left;}
	.formTop {
		box-sizing: border-box;
	}
	form {
		padding: 0;
		font-size: 16px;
	}
	.qa .genArea img {
		padding: 7%;
	}
}

@media screen and (max-width: 480px) {
	.qa main, .conf main {
		min-height: 600px;
	}
	.signDtl {font-size: 3.5vw;}
	.register-section p {font-size: 5vw;}
	form input, form select {font-size: 16px;}
	.qa .genArea label {width: 49%;}
}
