@charset "UTF-8";
@font-face {
  font-family: 'YakuHanJP';
  src: url("../font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url("../font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

/* variable
==================*/
/* reset
==================*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'YakuHanJP',"ヒラギノ角ゴPro W3","Hiragino kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style-type: none;
}

figure {
  text-align: center;
}

body {
  -webkit-text-size-adjust: none;
  color: #FFF;
  font-size: 62.5%;
  position: relative;
}

a:link, a:visited, a:hover, a:active {
  color: #FFF;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {
  display: block;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

html {
  height: 100%;
  position: relative;
}

body {
  height: 100%;
  min-height: 920px;
  position: relative;
  z-index: 0;
  background: #00a0e8;
}

@media only screen and (max-width: 768px) {
  body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    padding-bottom: 30px;
  }
}

body:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../images/bg_body.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  body:before {
    background-image: url(../images/bg_body@sp.jpg);
    background-size: 100% auto;
    height: 110%;
    top: auto;
  }
}

body .bgFixed {
  z-index: -1;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_top2.png) no-repeat 100% 0;
  background-size: auto 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body.question .bgFixed {
  background-image: url(../images/bg_img01.png);
  background-position: 0 0;
}

body.answerINextage .bgFixed {
  background-image: url(../images/bg_i_nextage.png);
}

body.answerNexiga .bgFixed {
  background-image: url(../images/bg_nexiga.png);
}

body.answerGsr .bgFixed {
  background-image: url(../images/bg_gsr.png);
}

body.answerMuslePower .bgFixed {
  background-image: url(../images/bg_musle_power.png);
}

body.answerLaserush .bgFixed {
  background-image: url(../images/bg_laserush.png);
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .logo img {
    width: 73px;
  }
}

.logo span {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .logo span {
    padding: 8px 0 0 5px;
  }
}

.header-link {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .header-link img {
    width: 111px;
  }
}

.header-link span {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0 0 167px;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .header-link span {
    padding: 2px 0 0 89px;
  }
}

.footer-copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color:#000000;
}

@media only screen and (max-width: 768px) {
  .footer-copy {
    color: #000;
    bottom: 10px;
  }
}

/* section */
.racket {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  .racket {
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .racket {
    width: 100%;
  }
}

.main-ttl {
  padding: 90px 0 35px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .main-ttl {
    padding: 45px 16px 18px;
  }
}

.sub-ttl {
  text-align: center;
  padding: 75px 0 10px;
}

@media only screen and (max-width: 768px) {
  .sub-ttl {
    padding: 45px 16px 10px;
  }
}

.step-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 608px;
  height: 40px;
  margin: 0 auto 56px;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  .step-ttl {
    width: auto;
    height: 20px;
    margin: 0 20px 20px;
    font-size: 13px;
  }
}

.step-ttl:before {
  content: "";
  border: 20px solid transparent;
  border-right: 20px solid #0071bc;
  position: absolute;
  left: -40px;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .step-ttl:before {
    border: 10px solid transparent;
    border-right: 10px solid #0071bc;
    left: -20px;
  }
}

.step-ttl:after {
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  right: -40px;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .step-ttl:after {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    right: -20px;
  }
}

.step-ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 126px;
  margin-right: 30px;
  background: #0071bc;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .step-ttl span {
    width: 64px;
    margin-right: 10px;
  }
}

.answer-ttl {
  margin: 0 0 14px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .answer-ttl {
    padding: 0 16px;
  }
}

/* step */
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 496px;
  margin: 0 auto 56px;
  padding-top: 10px;
  border-top: 2px solid #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .step {
    margin-bottom: 18px;
    padding-top: 5px;
    width: 66.666666666%;
    font-size: 11px;
  }
}

.step li {
  color: #0071bc;
  line-height: 1;
  text-transform: uppercase;
}

.step .active {
  color: #fff;
}

/* choice */
.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    padding: 0 50px;
    font-size: 16px;
  }
}

.choice li {
  width: 266px;
}

@media only screen and (max-width: 768px) {
  .choice li {
    width: 100%;
  }
}

.choice li + li {
  margin-left: 14px;
}

@media only screen and (max-width: 768px) {
  .choice li + li {
    margin: 10px 0 0 0;
  }
}

.choice a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  padding: 0 30px 0 15px;
  background: #000;
}

@media only screen and (max-width: 768px) {
  .choice a {
    height: 65px;
    padding: 0 25px 0 20px;
  }
}

.choice a:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.choice a:hover {
  opacity: .5;
}

.choice span {
  position: relative;
  display: inline-block;
}

.choice span.a_none {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    padding: 0 30px 0 10px;
    background: #666;
}
.choice span.br {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.0;
}

.choice span.br small{
	font-size: 70%;
}

/* check */
.check {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .check {
    padding: 0 27px;
    font-size: 13px;
  }
}

.check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
}

@media only screen and (max-width: 768px) {
  .check li {
    margin-top: 15px;
  }
}

.check label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 255px;
  height: 68px;
  margin: 0 1px;
  padding: 0 10px 0 15px;
  background: #666;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .check label {
    width: 100%;
    margin: 0;
    padding: 0 8px;
  }
}

.check label:before {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: solid 3px #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .check label:before {
    width: 5px;
    height: 5px;
  }
}

.check label:hover {
  opacity: .5;
}

.check label.is-checked {
  background: #000;
}

.check label.is-checked:before {
  border-color: #22b573;
  background: #fff;
}

.check span {
  display: block;
}

.check input {
  position: absolute;
  opacity: 0;
}

/* shot-list */
.shot-list {
  width: 650px;
  margin: 40px auto 0;
  background: url(../images/type201510.png) no-repeat 20px 0;
}

.shot-list li {
  margin: 0 20px 0 280px;
  border-top: 1px solid #fff;
  text-align: center;
}

.shot-list li:first-child {
  border: none;
}

.shot-list li:first-child a {
  padding-top: 0;
}

.shot-list li:last-child a {
  padding-bottom: 0;
}

.shot-list a {
  display: block;
  padding: 35px 0;
}

.shot-list a:hover {
  opacity: .5;
}

/* more-btn */
.more-btn {
  margin-top: 36px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .more-btn {
    margin-top: 20px;
    padding: 0 90px;
    font-size: 14px;
  }
}

.more-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 228px;
  height: 40px;
  margin: 0 auto;
  background: #000;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .more-btn a {
    width: 100%;
  }
}

.more-btn a:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.more-btn a:hover {
  opacity: .5;
}

.back-btn {
  margin-top: 36px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .back-btn {
    margin-top: 20px;
    font-size: 14px;
  }
}

.back-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  width: 132px;
  height: 40px;
  margin: 0 auto;
  background: #000;
  text-transform: uppercase;
}

.back-btn a:after {
  content: "";
  border: 20px solid transparent;
  border-right: 20px solid #000;
  position: absolute;
  left: -40px;
  top: 0;
}

.back-btn a:hover {
  opacity: .5;
}

.btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .btn-set .more-btn {
    padding: 0;
  }
}

.btn-set .more-btn a {
  width: 132px;
  background: #0071bc;
}

@media only screen and (max-width: 768px) {
  .btn-set .more-btn a {
    width: 106px;
  }
}

.btn-set .more-btn a:after {
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #0071bc;
  position: absolute;
  right: -40px;
  top: 0;
  margin-top: 0;
}

.btn-set .back-btn a {
  width: 132px;
}

@media only screen and (max-width: 768px) {
  .btn-set .back-btn a {
    width: 106px;
  }
}

/* detail
-------------------------------------------------- */
.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 826px;
  margin: 0 auto;
  padding: 35px 20px 20px;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 768px) {
  .detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin: 0 10px;
    padding: 15px;
  }
}

.detail dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 163px;
  text-align: center;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .detail dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
  }
}

.detail dt img {
  max-width: 100%;
}

.detail dd {
  width: 458px;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .detail dd {
    width: 80%;
  }
}

.detail-name {
  font-size: 33px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .detail-name {
    margin-top: 5px;
    font-size: 18px;
  }
}

.detail-catch {
  margin-top: 20px;
  padding-left: 15px;
  border-left: 2px solid #1eb466;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .detail-catch {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.detail-more {
  margin-top: 36px;
}

@media only screen and (max-width: 768px) {
  .detail-more {
    margin-top: 18px;
  }
}

.detail-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  height: 74px;
  border-radius: 37px;
  background: #00a0e8;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .detail-more a {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
}

.detail-more a:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.detail-more a:hover {
  opacity: .5;
}

.detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 888px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 40px 20px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 10px;
    padding: 15px;
  }
}

.detail-wrap .detail {
  position: relative;
  width: 424px;
  margin: 0;
  padding: 60px 0 0;
  background: none;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail {
    width: auto;
    padding: 0;
  }
}

.detail-wrap .detail + .detail {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail + .detail {
    margin: 15px 0 0 0;
  }
}

.detail-wrap .detail dt {
  width: 110px;
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding-right: 15px;
  }
}

.detail-wrap .detail dd {
  width: 284px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail dd {
    width: 80%;
  }
}

.detail-wrap .detail-name {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail-name {
    position: relative;
    margin-top: 5px;
    font-size: 18px;
  }
}

.detail-wrap .detail-catch {
  margin-top: 55px;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail-catch {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.detail-wrap .detail-more {
  margin-top: 42px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail-more {
    margin-top: 18px;
  }
}

.detail-wrap .detail-more a {
  width: 238px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .detail-wrap .detail-more a {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
}

/* snsarea */
.snsarea {
  position: relative;
  width: 866px;
  margin: 16px auto 0;
  clear: both;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .snsarea {
    width: auto;
  }
}

.snsarea .more-btn {
  position: absolute;
  top: 36px;
  right: 0;
  margin-top: 0;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .snsarea .more-btn {
    position: relative;
    top: 0;
    margin-top: 16px;
    padding: 0 40px;
    font-size: 14px;
  }
}

.snsarea .more-btn a {
  width: auto;
  padding: 0 35px 0 15px;
}

@media only screen and (max-width: 768px) {
  .snsarea .more-btn a {
    padding: 0 10px;
  }
}

.snsarea-share {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color:#000000;
}

@media only screen and (max-width: 768px) {
  .snsarea-share {
    color: #000;
    font-size: 14px;
  }
}

.snsarea-icon {
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .snsarea-icon {
    margin-top: 10px;
  }
}

.snsarea-icon li {
  display: inline-block;
  margin: 0 8px;
}

.snsarea-icon a {
  background: #fff;
  border-radius: 5px;
  display: block;
}

.snsarea-icon a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#step1,
#step2_first,
#step2_second,
#step3_first,
#step3_second,
#step3_third,
#step3_fourth,
#step3_fifth,
#step3_sixth,
#step4_first,
#step4_second,
#step4_third,
#step4_fourth,
#step4_fifth,
#step4_sixth,
#step4_seventh,
#step5_first,
#step5_second,
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14,
#a15,
#a16,
#a17,
#a18,
#a19,
#a20,
#a21,
#a22,
#a23,
#a24,
#a25,
#a26,
#a27,
#a28,
#a29,
#a30,
#a31,
#a32,
#a33,
#a34,
#a35,
#a36,
#a37,
#a38,
#a39,
#a40,
#a41,
#a42,
#a43,
#a44    {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

#step1.is-hide,
#step2_first.is-hide,
#step2_second.is-hide,
#step2_third.is-hide,
#step3_first.is-hide,
#step3_second.is-hide,
#step3_third.is-hide,
#step3_fourth.is-hide,
#step3_fifth.is-hide,
#step3_sixth.is-hide,
#step4_first.is-hide,
#step4_second.is-hide,
#step4_third.is-hide,
#step4_fourth.is-hide,
#step4_fifth.is-hide,
#step4_sixth.is-hide,
#step4_seventh.is-hide,
#step5_first.is-hide,
#step5_second.is-hide,
#a01.is-hide,
#a02.is-hide,
#a03.is-hide,
#a04.is-hide,
#a05.is-hide,
#a06.is-hide,
#a07.is-hide,
#a08.is-hide,
#a09.is-hide,
#a10.is-hide,
#a11.is-hide,
#a12.is-hide,
#a13.is-hide,
#a14.is-hide,
#a15.is-hide,
#a16.is-hide,
#a17.is-hide,
#a18.is-hide,
#a19.is-hide,
#a20.is-hide,
#a21.is-hide,
#a22.is-hide,
#a23.is-hide,
#a24.is-hide,
#a25.is-hide,
#a26.is-hide,
#a27.is-hide,
#a28.is-hide,
#a29.is-hide,
#a30.is-hide,
#a31.is-hide,
#a30.is-hide,
#a31.is-hide,
#a32.is-hide,
#a33.is-hide,
#a34.is-hide,
#a35.is-hide,
#a36.is-hide,
#a37.is-hide,
#a38.is-hide,
#a39.is-hide,
#a40.is-hide,
#a41.is-hide,
#a42.is-hide,
#a43.is-hide,
#a44.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

#step1.is-show,
#step2_first.is-show,
#step2_second.is-show,
#step2_third.is-show,
#step3_first.is-show,
#step3_second.is-show,
#step3_third.is-show,
#step3_fourth.is-show,
#step3_fifth.is-show,
#step3_sixth.is-show,
#step4_first.is-show,
#step4_second.is-show,
#step4_third.is-show,
#step4_fourth.is-show,
#step4_fifth.is-show,
#step4_sixth.is-show,
#step4_seventh.is-show,
#step5_first.is-show,
#step5_second.is-show,
#a01.is-show,
#a02.is-show,
#a03.is-show,
#a04.is-show,
#a05.is-show,
#a06.is-show,
#a07.is-show,
#a08.is-show,
#a09.is-show,
#a10.is-show,
#a11.is-show,
#a12.is-show,
#a13.is-show,
#a14.is-show,
#a15.is-show,
#a16.is-show,
#a17.is-show,
#a18.is-show,
#a19.is-show,
#a20.is-show,
#a21.is-show,
#a22.is-show,
#a23.is-show,
#a24.is-show,
#a25.is-show,
#a26.is-show,
#a27.is-show,
#a28.is-show,
#a29.is-show,
#a30.is-show,
#a31.is-show,
#a32.is-show,
#a33.is-show,
#a34.is-show,
#a35.is-show,
#a36.is-show,
#a37.is-show,
#a38.is-show,
#a39.is-show,
#a40.is-show,
#a41.is-show,
#a42.is-show,
#a43.is-show,
#a44.is-show      {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
