/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



body {
 　background-color: #ffffff;
  text-align: center;
	
}
img {
  max-width: 100%;
  height: auto
}
img {
  -ms-interpolation-mode: bicubic;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s
}
a:hover img {
  opacity: .6;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s
}
#main {
  width: 100%;
  margin: 0 auto
}

.btn-bottom-link {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .btn-bottom-link {
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .btn-bottom-link {
    width: 100%;
  }
}
.btn-bottom-link.active {
  opacity: 1;
  visibility: visible;
}
.btn-bottom {
  width: 100%;
  height: auto;
}

#ttlarea {
	background: url("../images/2515560-new4.png");
	background-size: cover;
		background-position: top;
}


#ttl {
  padding: 0px 0 0px;
  width:100%;
  height: auto;
  overflow: hidden;
  background: url("") no-repeat center top;
	  vertical-align: top;
	line-height: 0.6em;
}

#registertarea {
  padding: 0px 0;
	margin-bottom: 15px;
  width: 100%;
	background: url("../images/ao1_haikei.png");
	background-size: cover;
		background-position: top;
}


#register0 {
  margin-bottom: 0px;
	max-width: 954px;
	 margin: 0 auto;
	
}

#register2 {
	
  margin-bottom: 0px;
	max-width: 954px;
	 margin: 0 auto;
}


#register3 {
  margin-bottom: 0px;
	max-width: 954px;
	 margin: 0 auto;
}

#register5 {
  margin-bottom: 0px;
	margin: 0 auto;
}

#register6 {
  margin-bottom: 0px;
	margin: 0 auto;
}

#register7-2 {
  margin-bottom: 0px;
	margin: 0 auto;
}

#register9 {
  margin-bottom: 0px;
	margin: 0 auto;
}

#register10 {
  margin-bottom: 0px;
	margin: 0 auto;
}

#register12 {
  margin-bottom: 0px;
	margin: 0 auto;
}



#startarea {
	background: url("../images/2515560-new4-7.png");
	background-position: center;
	background-position: top;
	background-size: cover;
  width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	
}


#start {
  opacity: 0;
}



.e8 {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 954px;
	margin: 0px auto 0;
}





#whatarea {
background: url("../images/2515560-new4-5.png");
	background-position: center;
	background-position: top;
	background-size: cover;
	margin-top: -15px;
	padding-bottom: 0px;
	vertical-align: top;
  width: 100%;
 
}

ul {
	
	display: flex;
	justify-content: center;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/



#whatarea-inner {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
}

#what-ttl {
  opacity: 0;
	padding-top: 30px;
}

#what-ttl2 {

  opacity: 0;
}


#what-ttl3 {

  opacity: 0;
}

#what-ttl4 {

  opacity: 0;
}

#what-ttl5 {

  opacity: 0;
}

#what-ttl6 {

  opacity: 0;
}

#what-ttl7 {

  opacity: 0;
}

#what-ttl8 {

  opacity: 0;
}

#what-ttl9-2 {

  opacity: 0;
}

#what-ttl11 {

  opacity: 0;
}


#resultarea {
  background:url("../images/2515560-new4-3.png");
	background-size: cover;
	background-position: top;
  width: 100%;
	  vertical-align: bottom;
vertical-align: top;
margin:-1px auto 0;
	padding-bottom: 0px;
}


#resultarea2 {
background:url("../images/2515560-new4-6.png");
	background-size: cover;
	background-position: top;
  width: 100%;
	  vertical-align: bottom;
vertical-align: top;
margin:-1px auto 0;
	padding-bottom: 0px;
}




#voicearea {
   background:url("../images/2515560-new4-8.png");
	background-size: cover;
	background-position: top;
  width: 100%;
	  vertical-align: bottom;
vertical-align: top;
margin:-1px auto 0;
	padding-bottom: 20px;
}

.copyright {
	 color: #ffffff;
}


#footer {
  color: #ffffff;
text-align: center;
  font-size: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
	background-color: #1e90ff;
}
#footer ul {
  color: #ffffff;
  margin-bottom: 15px;
}
#footer li {
  display: inline;
	margin-left: 13px;
  margin-right: 10px;
}
#footer li a {
  color: #ffffff;
}

.animated.infinite{
	width:90%;
}
 


