@charset "UTF-8";
.fadeIn {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fadeIn.is-show {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.fade-top {
  opacity: 0;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fade-in-top {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fade-in-left {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fade-in-right {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fade-bottom {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fade-in-bottom {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.txt-bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.75s ease-in;
  transition: all 0.75s ease-in;
}

.txt-in-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------
VARIABLE
-----------------------------------------*/
.inrWidth {
  width: 1080px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------
PC
-----------------------------------------*/
@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .inrWidth {
    width: 95%;
  }
}
/*----------------------------------------
sp
-----------------------------------------*/
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .inrWidth {
    width: 92.8%;
  }
}
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
/*------------------------------------------
【フッター】
--------------------------------------------*/
#footer_wrap {
  padding: 30px 0;
  background: #000000;
  color: #FFFFFF;
  letter-spacing: 0;
  border-top: 1px solid #666;
  font-size: 1.2rem;
  margin-bottom: -15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 750px) {
  #footer_wrap {
    padding-bottom: 30px;
  }
}
#footer_wrap img {
  vertical-align: inherit;
}

#footer_Box {
  width: 1000px;
  margin: 0 auto;
  line-height: 2.159rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 750px) {
  #footer_Box {
    width: 96%;
    margin: 0;
    padding: 2%;
    text-align: left;
  }
}
#footer_Box ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul {
    width: 100% !important;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}
#footer_Box ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
#footer_Box ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer_Box ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer_Box ul .top_box {
  border-left: 1px #333333 dotted;
  padding: 0 2%;
  width: 31%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: none;
  }
}
#footer_Box ul .top_box .title {
  background: #333333;
  border-radius: 3px;
  padding: 5px 10px 3px;
}
#footer_Box ul .top_box ul {
  margin: 10px 0 10px;
  padding: 0;
  display: table;
}
#footer_Box ul .top_box ul li {
  background: url(../img/cmn/listicon.png) left center no-repeat;
  float: left;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 224px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box ul li {
    float: none;
    display: block;
    width: 100%;
  }
}
#footer_Box ul .top_box2 {
  border-left: 1px #333333 dotted;
  padding: 0 2%;
  width: 31%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 {
    border-left: none;
    padding: 0;
  }
}
#footer_Box ul .top_box2 ul {
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    border: none;
  }
}
#footer_Box ul .top_box2 ul li {
  float: left;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 224px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
}
#footer_Box ul .top_box2 ul li .note {
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li .note {
    position: static;
  }
}
#footer_Box ul .top_box2 ul li .link01 {
  background: url(../img/cmn/linkicon.png) no-repeat center left;
  position: absolute;
  display: block;
  bottom: 25px;
  right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li .link01 {
    position: static;
  }
}
#footer_Box ul .top_box2 ul li .link02 {
  background: url(../img/cmn/linkicon.png) no-repeat center left;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li .link02 {
    position: static;
  }
}

/* 下段ロゴ */
#footer_bottom {
  margin: 20px auto 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#footer_bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul {
    width: 100%;
  }
}
#footer_bottom ul li {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li:first-of-type {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li:nth-of-type(3) {
    width: 16%;
    float: right;
  }
}
#footer_bottom ul .left_Tbnr {
  width: 10%;
  text-align: left;
}
#footer_bottom ul .center_Tnation {
  width: 80%;
  color: #CCC;
  font-size: 1rem;
  line-height: 14px;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto 0;
  word-break: keep-all;
}
#footer_bottom ul .right_Bicon {
  width: 10%;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul .right_Bicon img {
    width: 100%;
  }
}

.ot-sdk-show-settings {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* デザインに合わせて変更*/
.copy {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 30px 0;
  text-align: center;
}

.link a {
  color: #FFFFFF;
}

/*******************/
/*----------------------------------------
VARIABLE
-----------------------------------------*/
.inrWidth {
  width: 1080px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------
PC
-----------------------------------------*/
@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .inrWidth {
    width: 95%;
  }
}
/*----------------------------------------
sp
-----------------------------------------*/
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .inrWidth {
    width: 92.8%;
  }
}
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
/* z-index
header 100
.mv 10
.border-back 5
section 0
*/
body {
  min-width: 1400px;
  overflow-x: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #000), color-stop(0.75, #000), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 4px 4px;
}
@media only screen and (max-width: 750px) {
  body {
    min-width: inherit;
    overflow-x: hidden;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
header ul .logo {
  width: 227px;
}
@media only screen and (max-width: 750px) {
  header ul .logo {
    width: 150px;
  }
}
header #sp_language {
  display: block;
  width: 74px;
  position: relative;
  bottom: inherit;
  left: inherit;
}
@media only screen and (max-width: 750px) {
  header #sp_language {
    width: 60px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  header #sp_language img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
header #sp_language .language_btn {
  display: block;
  width: 37px;
  padding: 0;
  font-size: 0;
  background: none;
}
@media only screen and (max-width: 750px) {
  header #sp_language .language_btn {
    width: 50%;
  }
}
header #sp_language .language_btn svg {
  width: 100%;
  height: auto;
  max-width: inherit !important;
  max-height: inherit !important;
  margin-right: auto;
  margin-left: auto;
  position: inherit;
  left: inherit;
  top: inherit;
  -webkit-transform: none;
          transform: none;
  fill: #fff;
}
header #sp_language .language_contents {
  position: fixed;
  top: 70px;
  right: 1.5%;
  left: inherit;
  bottom: inherit;
}
@media only screen and (max-width: 750px) {
  header #sp_language .language_contents .wovn-lang-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header #sp_language .language_contents .wovn-lang-list .wovn-switch {
  min-width: 90px;
  height: 40px;
}

main {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #111111;
  color: #fff;
}
main .mv {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .mv {
    padding-top: 70px;
  }
}
main .mv video {
  width: 100%;
}
main .border-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #000), color-stop(0.75, #000), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 4px 4px;
  z-index: 5;
  opacity: 0.3;
}
main section {
  position: relative;
  z-index: 0;
}
main .block1 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  main .block1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
main .block1 .title {
  position: relative;
  z-index: 10;
}
main .block1 .title-sub {
  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: 556px;
  height: 65px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/title-bk.png) no-repeat;
  background-size: 100% auto;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  main .block1 .title-sub {
    width: 300px;
    height: 37px;
    font-size: 14px;
  }
}
main .block1 .title h1 {
  display: block;
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#009ff9), to(#49c581));
  background: linear-gradient(to right, #009ff9, #49c581);
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 750px) {
  main .block1 .title h1 {
    font-size: 46px;
  }
}
main .block1 .title-logo {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  main .block1 .title-logo {
    width: 90%;
    max-width: 350px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
main .block1 .title-txt {
  display: block;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#009ff9), to(#49c581));
  background: linear-gradient(to right, #009ff9, #49c581);
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 750px) {
  main .block1 .title-txt {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
  }
}
main .block1 .title-txt::after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#009ff9), to(#49c581));
  background: linear-gradient(to right, #009ff9, #49c581);
}
@media only screen and (max-width: 750px) {
  main .block1 .title-txt::after {
    width: 55px;
    height: 2px;
  }
}
main .block1 .title-txt2 {
  margin-top: 30px;
  text-align: center;
  line-height: 1.75;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  main .block1 .title-txt2 {
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}
main .block1 .title-txt3 {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  main .block1 .title-txt3 {
    margin-top: 10px;
    font-size: 18px;
  }
}
main .block2 {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 5, 41, 0.8)), to(rgba(255, 200, 41, 0.8)));
  background: linear-gradient(to right, rgba(248, 5, 41, 0.8), rgba(255, 200, 41, 0.8));
}
@media only screen and (max-width: 750px) {
  main .block2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
main .block2_wrap {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap {
    width: 100%;
  }
}
main .block2_wrap h2 {
  margin-bottom: 20px;
  text-align: center;
  text-shadow: rgba(248, 5, 41, 0.7) 1px 0 15px, rgba(255, 200, 41, 0.7) 1px 0 15px;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
main .block2_wrap h2 span {
  display: block;
  font-size: 42px;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap h2 span {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
main .block2_wrap-txt {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap-txt {
    width: 100%;
    font-size: 14px;
  }
}
main .block2_wrap-box {
  width: 880px;
  height: 132px;
  position: relative;
  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;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/color-box.png) no-repeat;
  background-size: cover;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap-box {
    width: 329px;
    height: 82px;
    margin-top: -10px;
    background: url(../img/color-box-sp.png) no-repeat;
    background-size: cover;
  }
}
main .block2_wrap-box .mail {
  width: 40px;
  padding-top: 7px;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap-box .mail {
    width: 30px;
  }
}
main .block2_wrap-box p {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap-box p {
    font-size: 13px;
  }
}
main .block2_wrap-box p a {
  text-decoration: underline;
  color: #fff;
}
main .block2_wrap .questionnaire {
  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: 500px;
  height: 60px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#009ff9), to(#49c581));
  background: linear-gradient(to right, #009ff9, #49c581);
}
@media only screen and (max-width: 750px) {
  main .block2_wrap .questionnaire {
    width: 96%;
    max-width: 350px;
    height: 60px;
    margin-top: 25px;
    text-align: center;
  }
}
main .block2_wrap .questionnaire a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  main .block2_wrap .questionnaire a {
    font-size: 14px;
  }
}
main .block3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  main .block3 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  main .block3 .swiper-pagination {
    width: 96%;
    height: 35px;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .block3 .swiper-pagination .swiper-pagination-bullet {
    width: 24%;
    height: 36px;
    margin: 0;
    border-radius: 0;
    background: #000;
  }
  main .block3 .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    background: url(../img/pn01.jpg) no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  main .block3 .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    background: url(../img/pn02.jpg) no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  main .block3 .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    background: url(../img/pn03.jpg) no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  main .block3 .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
    background: url(../img/pn04.jpg) no-repeat;
    background-size: contain;
    background-position-x: center;
  }
}
main .block3_container {
  width: 1000px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block3_container {
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
main .block3_container_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .block3_container_wrap::before {
  content: "";
  height: 218px;
  position: absolute;
}
main .block3_container_wrap::after {
  content: "";
  width: 230px;
  height: 280px;
  position: absolute;
}
main .block3_container_wrap_box {
  position: relative;
}
main .block3_container_wrap_box:nth-of-type(1) {
  width: 345px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(1) {
    width: 290px;
  }
}
main .block3_container_wrap_box:nth-of-type(1) video {
  display: block;
  width: 310px;
  position: relative;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(1) video {
    width: 260px;
    top: 12px;
  }
}
main .block3_container_wrap_box:nth-of-type(1) .mask {
  width: 345px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(1) .mask {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(1) .mask img {
    width: 100%;
  }
}
main .block3_container_wrap_box:nth-of-type(2) {
  width: 655px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(2) {
    width: 100%;
    margin-top: 10vw;
  }
}
main .block3_container_wrap_box:nth-of-type(2) .txtbox {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(2) .txtbox {
    width: 90%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
main .block3_container_wrap_box:nth-of-type(2) .txtbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .block3_container_wrap_box:nth-of-type(2) .txtbox_wrap-step {
  width: auto;
  height: 24px;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(2) .txtbox_wrap-step {
    height: 18px;
  }
}
main .block3_container_wrap_box:nth-of-type(2) .txtbox_wrap-step img {
  display: block;
  width: auto;
  height: 100%;
}
main .block3_container_wrap_box:nth-of-type(2) .txtbox p {
  display: block;
  margin-left: 20px;
  letter-spacing: -2.75px;
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(2) .txtbox p {
    margin-left: 15px;
    font-size: 34px;
  }
}
main .block3_container_wrap_box:nth-of-type(2) .line {
  display: block;
  width: 100vw;
  position: absolute;
  left: -10px;
  height: 2px;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(2) .line {
    width: 100%;
    left: 0;
  }
}
main .block3_container_wrap_box:nth-of-type(2) .txt {
  width: 550px;
  margin-top: 20px;
  padding-left: 50px;
  text-align: justify;
  letter-spacing: -1px;
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap_box:nth-of-type(2) .txt {
    width: 90%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    font-size: 16px;
  }
}
main .block3_container_wrap:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:not(:first-of-type) {
    margin-top: 0px;
  }
}
main .block3_container_wrap .swiper-button-next,
main .block3_container_wrap .swiper-button-prev {
  display: none;
  width: 30px;
  height: 95px;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap .swiper-button-next,
main .block3_container_wrap .swiper-button-prev {
    display: block;
  }
}
main .block3_container_wrap .swiper-button-next:after,
main .block3_container_wrap .swiper-button-prev:after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  top: 50%;
  left: 10px;
  position: absolute;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  font-size: 0;
  font-family: none;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap .swiper-button-next:after,
main .block3_container_wrap .swiper-button-prev:after {
    display: block;
  }
}
main .block3_container_wrap .swiper-button-next:after {
  left: inherit;
  right: 10px;
  margin-right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
main .block3_container_wrap:nth-of-type(1)::before {
  width: 340px;
  top: 67.5px;
  right: 0;
  background: url(../img/01.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(1)::before {
    top: inherit;
    bottom: 170px;
  }
}
main .block3_container_wrap:nth-of-type(1)::after {
  content: "";
  right: 0;
  bottom: 40px;
  background: url(../img/bk1.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(1)::after {
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
  }
}
main .block3_container_wrap:nth-of-type(1) li .txtbox p {
  color: #f80529;
}
main .block3_container_wrap:nth-of-type(1) li .line {
  background: #f80529;
}
main .block3_container_wrap:nth-of-type(1) .swiper-button-next,
main .block3_container_wrap:nth-of-type(1) .swiper-button-prev {
  background: #f80529;
}
main .block3_container_wrap:nth-of-type(2)::before {
  width: 463px;
  top: 90px;
  left: 0;
  background: url(../img/02.png) no-repeat;
  background-size: cover;
  background-position-x: top left;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(2)::before {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 170px;
  }
}
main .block3_container_wrap:nth-of-type(2)::after {
  content: "";
  left: 0;
  bottom: 10px;
  background: url(../img/bk2.png) no-repeat;
  background-size: cover;
  background-position-x: top left;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(2)::after {
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
  }
}
main .block3_container_wrap:nth-of-type(2) li .txtbox p {
  color: #009ff9;
}
main .block3_container_wrap:nth-of-type(2) li .line {
  background: #009ff9;
}
main .block3_container_wrap:nth-of-type(2) .swiper-button-next,
main .block3_container_wrap:nth-of-type(2) .swiper-button-prev {
  background: #009ff9;
}
main .block3_container_wrap:nth-of-type(3)::before {
  width: 462px;
  top: 90px;
  right: 0;
  background: url(../img/03.png) no-repeat;
  background-size: cover;
  background-position-x: top left;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(3)::before {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 170px;
  }
}
main .block3_container_wrap:nth-of-type(3)::after {
  content: "";
  right: 0;
  bottom: 10px;
  background: url(../img/bk3.png) no-repeat;
  background-size: cover;
  background-position-x: top left;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(3)::after {
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
  }
}
main .block3_container_wrap:nth-of-type(3) li .txtbox p {
  color: #49c581;
}
main .block3_container_wrap:nth-of-type(3) li .line {
  background: #49c581;
}
main .block3_container_wrap:nth-of-type(3) .swiper-button-next,
main .block3_container_wrap:nth-of-type(3) .swiper-button-prev {
  background: #49c581;
}
main .block3_container_wrap:nth-of-type(4)::before {
  width: 440px;
  top: 90px;
  left: 0;
  background: url(../img/04.png) no-repeat;
  background-size: cover;
  background-position-x: top left;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(4)::before {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 170px;
  }
}
main .block3_container_wrap:nth-of-type(4)::after {
  content: "";
  left: 0;
  bottom: 7.5px;
  background: url(../img/bk4.png) no-repeat;
  background-size: cover;
  background-position-x: top left;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(4)::after {
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
  }
}
main .block3_container_wrap:nth-of-type(4) li .txtbox {
  width: 395px;
}
@media only screen and (max-width: 750px) {
  main .block3_container_wrap:nth-of-type(4) li .txtbox {
    width: 90%;
  }
}
main .block3_container_wrap:nth-of-type(4) li .txtbox p {
  color: #ffc829;
}
main .block3_container_wrap:nth-of-type(4) li .line {
  background: #ffc829;
}
main .block3_container_wrap:nth-of-type(4) .swiper-button-next,
main .block3_container_wrap:nth-of-type(4) .swiper-button-prev {
  background: #ffc829;
}
main .block3_container .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  main .block3_container .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .block3_container .reverse .txtbox {
  width: 345px;
  padding-left: 0;
  padding-right: 50px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  main .block3_container .reverse .txtbox {
    width: 90%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
main .block3_container .reverse .line {
  position: absolute;
  right: -10px;
  left: inherit !important;
}
@media only screen and (max-width: 750px) {
  main .block3_container .reverse .line {
    right: inherit;
    left: 0;
  }
}
main .block3_container .reverse .txt {
  padding-left: 0;
  padding-right: 50px;
  margin-left: auto;
  margin-right: 0;
  -moz-text-align-last: right;
       text-align-last: right;
}
@media only screen and (max-width: 750px) {
  main .block3_container .reverse .txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    -moz-text-align-last: inherit;
         text-align-last: inherit;
    font-size: 16px;
  }
}
main .block4 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  main .block4 {
    width: 96%;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .block4 .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 10;
}
main .block4 .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .block4 p {
  display: block;
  position: relative;
  margin-top: 15px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#009ff9), to(#49c581));
  background: linear-gradient(to right, #009ff9, #49c581);
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 750px) {
  main .block4 p {
    font-size: 26px;
  }
}
main .block5 {
  width: 100%;
  height: 700px;
  position: relative;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 5, 41, 0.8)), to(rgba(255, 200, 41, 0.8)));
  background: linear-gradient(to right, rgba(248, 5, 41, 0.8), rgba(255, 200, 41, 0.8));
}
@media only screen and (max-width: 750px) {
  main .block5 {
    height: 100%;
    padding-bottom: 125px;
  }
}
main .block5 .swiper2 {
  width: 1120px;
  position: absolute;
  top: 50%;
  left: 480px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper2 {
    width: 96%;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-top: 0px;
  }
}
main .block5 .swiper2 .swiper-wrapper {
  width: 1120px;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper2 .swiper-wrapper {
    width: 100%;
  }
}
main .block5 .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(even) {
  margin-top: 20px;
}
main .block5 .swiper2 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
main .block5 .swiper2_wrap {
  display: block;
  width: 430px;
  height: 100%;
  position: relative;
  padding-top: 200px;
  margin-left: 150px;
  background: url(../img/title-icon2.png) no-repeat;
  background-size: 242px 424px;
  background-position: center 30px;
  z-index: 20;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper2_wrap {
    width: 340px;
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
}
main .block5 .swiper2_wrap .title {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper2_wrap .title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
main .block5 .swiper2_wrap p {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: rgba(248, 5, 41, 0.8) 1px 0 15px, rgba(255, 200, 41, 0.8) 1px 0 15px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper2_wrap p {
    margin-top: 15px;
    font-size: 16px;
  }
}
main .block5 .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: inherit;
  position: absolute;
  top: 400px;
  right: inherit;
  left: 135px;
  bottom: inherit;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-box-shadow: rgba(248, 5, 41, 0.5) 1px 0 15px, rgba(255, 200, 41, 0.5) 1px 0 15px;
          box-shadow: rgba(248, 5, 41, 0.5) 1px 0 15px, rgba(255, 200, 41, 0.5) 1px 0 15px;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper-button-prev {
    top: inherit;
    bottom: 40px;
    left: 30vw;
  }
}
main .block5 .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: inherit;
  position: absolute;
  top: 400px;
  left: inherit;
  right: 135px;
  bottom: inherit;
  -webkit-transform: translateY(0) translateX(0) rotate(180deg);
          transform: translateY(0) translateX(0) rotate(180deg);
  -webkit-box-shadow: rgba(248, 5, 41, 0.5) 1px 0 15px, rgba(255, 200, 41, 0.5) 1px 0 15px;
          box-shadow: rgba(248, 5, 41, 0.5) 1px 0 15px, rgba(255, 200, 41, 0.5) 1px 0 15px;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  main .block5 .swiper-button-next {
    top: inherit;
    bottom: 40px;
    right: 30vw;
  }
}
main .block5 .swiper-button-next:after,
main .block5 .swiper-button-prev:after {
  content: "";
  font-family: none;
}
main .block6 {
  padding-top: 170px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  main .block6 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
main .block6 .tn2022 {
  display: block;
  width: 700px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block6 .tn2022 {
    width: 96%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  main .block6 .tn2022 img {
    width: 100%;
  }
}
main .block6 p {
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  main .block6 p {
    font-size: 12px;
  }
}

.ti {
  text-indent: -0.5em;
}

.ib {
  display: inline-block;
}

.ot-sdk-show-settings {
  left: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#009ff9), to(#49c581));
  background: linear-gradient(to right, #009ff9, #49c581);
}
@media only screen and (max-width: 750px) {
  .ot-sdk-show-settings {
    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: 38%;
    height: 30px;
    padding: 0px;
    left: 5px;
    bottom: 5px;
  }
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media only screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.dis_sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .dis_sp {
    display: block;
  }
}

/* モーダル　*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  width: auto;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modalWrapper .modalContents {
  width: auto;
  height: 100%;
}
.modalWrapper .modalContents img {
  display: block;
  width: auto;
  height: 100%;
}

.closeModal {
  display: block;
  position: absolute;
  top: -3rem;
  right: -2rem;
  cursor: pointer;
  font-size: 25px;
}

button {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#openModal1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#openModal2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#openModal3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#openModal4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#openModal5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#openModal6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#footer_Box ul .top_box2 {
  padding: 0;
  border-left: none;
}

#footer_Box ul .top_box2 ul {
  padding: 0;
}

#footer_Box ul .top_box2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  vertical-align: middle;
  width: 155px;
}

#footer_Box ul .top_box2 ul li .note {
  position: relative;
  top: inherit;
  display: block;
  right: inherit;
  font-size: 1rem;
  border: none;
}

#footer_Box ul .top_box2 ul li .link01 {
  background: url(../img/cmn/linkicon.png) no-repeat center left;
  position: inherit;
  display: block;
  bottom: inherit;
  right: inherit;
  padding-left: 20px;
}

#footer_Box ul .top_box2 ul li .link02 {
  background: url(../img/cmn/linkicon.png) no-repeat center left;
  position: inherit;
  display: block;
  bottom: inherit;
  right: inherit;
  padding-left: 20px;
}

#wovn-machine-translated-modal .wovn-modal-background button.wovn-modal-ok-button {
  text-align: center;
}

.load {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1000;
}
.load_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation-name: load-all;
          animation-name: load-all;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.load_wrap li {
  display: block;
  height: 57.5px;
}
@media only screen and (max-width: 750px) {
  .load_wrap li {
    height: 23px;
  }
}
.load_wrap li img {
  display: block;
  width: 100%;
}
.load_wrap li:nth-of-type(3), .load_wrap li:nth-of-type(8) {
  position: relative;
  top: 17.5px;
}
@media only screen and (max-width: 750px) {
  .load_wrap li:nth-of-type(3), .load_wrap li:nth-of-type(8) {
    top: 7px;
  }
}
.load_wrap li:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .load_wrap li:not(:first-of-type) {
    margin-left: 4px;
  }
}
.load_wrap li:last-of-type {
  height: 105px;
}
@media only screen and (max-width: 750px) {
  .load_wrap li:last-of-type {
    height: 42px;
  }
}
.load_wrap-1 {
  width: 70px;
  -webkit-animation-name: load-1;
          animation-name: load-1;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-01.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-1 {
    width: 28px;
  }
}
.load_wrap-2 {
  width: 10px;
  -webkit-animation-name: load-2;
          animation-name: load-2;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-02.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-2 {
    width: 4px;
  }
}
.load_wrap-3 {
  width: 52.5px;
  -webkit-animation-name: load-3;
          animation-name: load-3;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-03.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-3 {
    width: 21px;
  }
}
.load_wrap-4 {
  width: 10px;
  -webkit-animation-name: load-4;
          animation-name: load-4;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-04.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-4 {
    width: 4px;
  }
}
.load_wrap-5 {
  width: 20px;
  height: 8.75px !important;
  -webkit-animation-name: load-5;
          animation-name: load-5;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-05.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-5 {
    width: 8px;
    height: 3.5px !important;
  }
}
.load_wrap-6 {
  width: 55px;
  -webkit-animation-name: load-6;
          animation-name: load-6;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-06.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-6 {
    width: 22px;
  }
}
.load_wrap-7 {
  width: 10px;
  -webkit-animation-name: load-7;
          animation-name: load-7;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-07.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-7 {
    width: 4px;
  }
}
.load_wrap-8 {
  width: 52.5px;
  -webkit-animation-name: load-8;
          animation-name: load-8;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-08.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-8 {
    width: 21px;
  }
}
.load_wrap-9 {
  width: 60px;
  -webkit-animation-name: load-9;
          animation-name: load-9;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: url(../img/loading/grey/load-09.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .load_wrap-9 {
    width: 24px;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes load-1 {
  0% {
    background: url(../img/loading/grey/load-01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  11% {
    background: url(../img/loading/load-01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}

@keyframes load-1 {
  0% {
    background: url(../img/loading/grey/load-01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  11% {
    background: url(../img/loading/load-01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-2 {
  11% {
    background: url(../img/loading/grey/load-02.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  22% {
    background: url(../img/loading/load-02.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-02.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-2 {
  11% {
    background: url(../img/loading/grey/load-02.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  22% {
    background: url(../img/loading/load-02.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-02.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-3 {
  22% {
    background: url(../img/loading/grey/load-03.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  33% {
    background: url(../img/loading/load-03.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-03.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-3 {
  22% {
    background: url(../img/loading/grey/load-03.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  33% {
    background: url(../img/loading/load-03.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-03.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-4 {
  33% {
    background: url(../img/loading/grey/load-04.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  44% {
    background: url(../img/loading/load-04.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-04.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-4 {
  33% {
    background: url(../img/loading/grey/load-04.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  44% {
    background: url(../img/loading/load-04.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-04.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-5 {
  44% {
    background: url(../img/loading/grey/load-05.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  55% {
    background: url(../img/loading/load-05.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-05.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-5 {
  44% {
    background: url(../img/loading/grey/load-05.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  55% {
    background: url(../img/loading/load-05.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-05.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-6 {
  55% {
    background: url(../img/loading/grey/load-06.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  66% {
    background: url(../img/loading/load-06.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-06.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-6 {
  55% {
    background: url(../img/loading/grey/load-06.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  66% {
    background: url(../img/loading/load-06.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-06.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-7 {
  66% {
    background: url(../img/loading/grey/load-07.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  77% {
    background: url(../img/loading/load-07.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-07.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-7 {
  66% {
    background: url(../img/loading/grey/load-07.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  77% {
    background: url(../img/loading/load-07.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-07.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-8 {
  77% {
    background: url(../img/loading/grey/load-08.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  88% {
    background: url(../img/loading/load-08.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-8 {
  77% {
    background: url(../img/loading/grey/load-08.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  88% {
    background: url(../img/loading/load-08.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@-webkit-keyframes load-9 {
  88% {
    background: url(../img/loading/grey/load-09.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-09.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
@keyframes load-9 {
  88% {
    background: url(../img/loading/grey/load-09.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
  100% {
    background: url(../img/loading/load-09.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}