@charset "UTF-8";
#header {
  margin: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  #header.pageOn {
    top: 30px;
    opacity: 1; }
  #header #headerIn {
    display: flex;
    justify-content: space-between; }
  #header #headerLeft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 35px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
    @media screen and (min-width: 780px) {
      #header #headerLeft {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 780px) {
      #header #headerLeft {
        padding-left: 20px;
        padding-right: 20px; } }
    #header #headerLeft ul {
      display: flex;
      margin-left: 50px; }
      @media screen and (max-width: 1300px) {
        #header #headerLeft ul {
          display: none; } }
      #header #headerLeft ul li:not(:first-child) {
        margin-left: 35px; }
      #header #headerLeft ul li.active a {
        color: #1c79bc; }
      #header #headerLeft ul li a:hover {
        color: #1c79bc; }
  .customize-support #header {
    top: 62px !important; }
    @media screen and (max-width: 782px) {
      .customize-support #header {
        top: 76px !important; } }
  #header #headerRight {
    display: flex; }
  @media screen and (min-width: 780px) {
    #header #headerContact,
    #header #headerLeft,
    #header #spBt {
      height: 70px; } }
  @media screen and (max-width: 780px) {
    #header #headerContact,
    #header #headerLeft,
    #header #spBt {
      height: 60px; } }

#headerLogo {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center; }
  #headerLogo img {
    line-height: 1; }
    @media screen and (min-width: 780px) {
      #headerLogo img {
        width: 60px;
        height: auto; } }
    @media screen and (max-width: 780px) {
      #headerLogo img {
        width: 50px;
        height: auto; } }
  #headerLogo span {
    padding-left: 10px;
    padding-top: 3px;
    line-height: 140%; }
    @media screen and (min-width: 780px) {
      #headerLogo span {
        font-size: 1.2rem; } }
    @media screen and (max-width: 780px) {
      #headerLogo span {
        font-size: 1.2rem; } }

#headerContact {
  display: block;
  background-color: #c9171d;
  text-align: center;
  color: #ffffff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
  @media screen and (min-width: 980px) {
    #headerContact {
      margin-right: 20px; } }
  @media screen and (max-width: 980px) {
    #headerContact {
      position: fixed;
      display: block;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100; } }
  @media screen and (min-width: 780px) {
    #headerContact {
      padding: 0 25px;
      border-radius: 35px;
      line-height: 70px; } }
  @media screen and (max-width: 780px) {
    #headerContact {
      padding: 0 25px;
      width: 80%;
      max-width: 300px;
      border-radius: 30px;
      line-height: 60px; } }
  #headerContact:hover {
    background-color: #bb641d; }
  #headerContact span {
    position: relative; }
    #headerContact span:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      background-color: #1c79bc;
      left: 0;
      bottom: -2px;
      transform-origin: left;
      transform: scaleX(1);
      transition: transform ease .35s; }
  #headerContact:hover span:before {
    transform-origin: right;
    transform: scaleX(0); }

.linkBar {
  position: relative; }
  .secTitle .linkBar, #header .linkBar, .linkBar.bt {
    padding: 0 20px; }
  .linkBar:before {
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    right: 0;
    margin-top: -1px;
    background-color: #101010;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform ease .3s; }
    @media screen and (min-width: 980px) {
      .linkBar:before {
        width: 40px; } }
    @media screen and (max-width: 980px) {
      .linkBar:before {
        width: 20px; } }
    .bg2 .secTitle .linkBar:before, #footer .linkBar:before, #header .linkBar:before, #overlayMenu .linkBar:before, .overlay .linkBar:before {
      background-color: #ffffff; }
    #header .linkBar:before {
      width: 20px; }
  .linkBar.current:before {
    background-color: #ffffff; }
  .linkBar.bt:before {
    width: 20px;
    right: -2px; }
  .linkBar:hover:before, a:hover .linkBar:before {
    transform-origin: right;
    transform: scaleX(0); }

#loaderBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9000;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loaderBg #loaderLogo {
    transform: scale(1.2);
    opacity: 0; }
    #loaderBg #loaderLogo.active {
      transform: scale(1);
      opacity: 1; }
    #loaderBg #loaderLogo img {
      width: 250px;
      height: auto; }

@media screen and (min-width: 780px) {
  #bread {
    padding-bottom: 80px; } }
@media screen and (max-width: 780px) {
  #bread {
    padding-bottom: 80px; } }
#bread ul {
  display: flex;
  align-items: center; }
  #bread ul li {
    position: relative; }
    @media screen and (min-width: 780px) {
      #bread ul li {
        font-size: 1.4rem; } }
    @media screen and (max-width: 780px) {
      #bread ul li {
        font-size: 1.2rem; } }
    @media screen and (min-width: 780px) {
      #bread ul li:not(:first-child) {
        margin-left: 20px;
        padding-left: 32px; } }
    @media screen and (max-width: 780px) {
      #bread ul li:not(:first-child) {
        margin-left: 15px;
        padding-left: 22px; } }
    #bread ul li:not(:first-child):before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../images/arrow-point-to-right.svg"); }
      @media screen and (min-width: 780px) {
        #bread ul li:not(:first-child):before {
          margin-top: -6px;
          width: 12px;
          height: 12px; } }
      @media screen and (max-width: 780px) {
        #bread ul li:not(:first-child):before {
          margin-top: -6px;
          width: 12px;
          height: 12px; } }
    #bread ul li:first-child a {
      display: block; }
      @media screen and (min-width: 780px) {
        #bread ul li:first-child a {
          width: 20px;
          height: 22px; } }
      @media screen and (max-width: 780px) {
        #bread ul li:first-child a {
          width: 20px;
          height: 22px; } }
      @media screen and (min-width: 780px) {
        #bread ul li:first-child a:hover {
          opacity: 0.7; } }
      #bread ul li:first-child a img {
        line-height: 1;
        width: 20px;
        height: auto; }

#footer {
  position: relative;
  flex-direction: row-reverse;
  font-size: 1.4rem; }
  @media screen and (min-width: 980px) {
    #footer {
      display: flex; } }
  #footer a {
    color: #101010; }
  #footer a:hover {
    color: #1c79bc; }

#footerLeft {
  background-color: #F1F6FB;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 780px) {
    #footerLeft {
      padding-left: 100px;
      padding-right: 100px; } }
  @media screen and (max-width: 780px) {
    #footerLeft {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 120px; } }
  @media screen and (min-width: 980px) {
    #footerLeft {
      flex: 1; } }
  @media screen and (max-width: 980px) {
    #footerLeft ul {
      margin-bottom: 30px;
      justify-content: center; } }
  @media screen and (min-width: 780px) {
    #footerLeft ul {
      display: flex; } }
  @media screen and (max-width: 780px) {
    #footerLeft ul {
      text-align: center; } }
  @media screen and (min-width: 780px) {
    #footerLeft ul li:not(:first-child) {
      margin-left: 30px; } }
  @media screen and (max-width: 780px) {
    #footerLeft ul li:not(:first-child) {
      margin-top: 20px; } }
  #footerLeft ul li a {
    display: inline-block; }

#footerLeftIn {
  position: relative;
  height: 100%; }

#footerLeftBot {
  width: 100%; }
  @media screen and (min-width: 980px) {
    #footerLeftBot {
      position: absolute;
      bottom: 0;
      left: 0; } }
  #footerLeftBot #footerLeftBotLogo {
    line-height: 1; }
    @media screen and (max-width: 980px) {
      #footerLeftBot #footerLeftBotLogo {
        text-align: center; } }
    #footerLeftBot #footerLeftBotLogo img {
      width: 80px; }

#footerLeftBotIn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #CCCCCC;
  font-size: 1.2rem; }
  @media screen and (min-width: 780px) {
    #footerLeftBotIn {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse; } }
  @media screen and (max-width: 780px) {
    #footerLeftBotIn {
      text-align: center; } }
  #footerLeftBotIn div {
    color: #AAAAAA; }

#footerRight {
  background-color: #1c79bc;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  color: #ffffff; }
  @media screen and (min-width: 980px) {
    #footerRight {
      width: 40%; } }
  #footerRight a {
    color: #ffffff; }
  #footerRight a:hover {
    color: #1c79bc; }
  #footerRight h4 {
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.6; }
    #footerRight h4:not(:first-child) {
      margin-top: 30px; }
  #footerRight #footerNum {
    display: flex;
    align-items: baseline;
    line-height: 1; }
    #footerRight #footerNum div {
      padding-right: 10px; }
    #footerRight #footerNum a {
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 3rem; }
  #footerRight #footerRightInBot {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #4d79a4; }
    #footerRight #footerRightInBot p {
      line-height: 1.6; }

.orangeBt {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 100%;
  background-color: #c9171d;
  color: #ffffff !important;
  border-radius: 32.5px; }

#footerLeftBot img {
  width: 100px;
  height: auto; }

#footerTitle {
  display: inline-block;
  line-height: 1; }
  #footerTitle > * {
    font-family: "Heebo", sans-serif;
    font-weight: 800; }
    @media screen and (min-width: 980px) {
      #footerTitle > * {
        font-size: 1.4rem; } }
    @media screen and (max-width: 980px) {
      #footerTitle > * {
        font-size: 1.2rem; } }
  #footerTitle #footerTitleNum {
    position: relative; }
    @media screen and (min-width: 980px) {
      #footerTitle #footerTitleNum {
        padding-bottom: 20px; } }
    @media screen and (max-width: 980px) {
      #footerTitle #footerTitleNum {
        padding-bottom: 15px; } }
    #footerTitle #footerTitleNum:before {
      position: absolute;
      bottom: 0;
      transform: translateY(100%);
      left: 50%;
      width: 1px;
      margin-left: -1px;
      content: "";
      background-color: #ffffff; }
      @media screen and (min-width: 980px) {
        #footerTitle #footerTitleNum:before {
          height: 80px; } }
      @media screen and (max-width: 980px) {
        #footerTitle #footerTitleNum:before {
          height: 30px; } }
  @media screen and (min-width: 980px) {
    #footerTitle #footerTitleTitle {
      margin-top: 100px; } }
  @media screen and (max-width: 980px) {
    #footerTitle #footerTitleTitle {
      margin-top: 45px; } }

#footerContact {
  display: block;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  line-height: 1; }
  @media screen and (min-width: 1300px) {
    #footerContact {
      font-size: 8rem;
      margin-top: 100px; } }
  @media screen and (max-width: 1300px) {
    #footerContact {
      font-size: 6rem;
      margin-top: 60px; } }
  @media screen and (max-width: 980px) {
    #footerContact {
      font-size: 3.2rem;
      margin-top: 40px; } }

@media screen and (min-width: 1300px) {
  #footerAddress {
    margin-top: 60px; } }
@media screen and (max-width: 1300px) {
  #footerAddress {
    margin-top: 40px; } }
@media screen and (max-width: 980px) {
  #footerAddress {
    margin-top: 20px; } }

#footerBottom {
  line-height: 1; }
  @media screen and (min-width: 1300px) {
    #footerBottom {
      height: 140px;
      margin-top: 140px; } }
  @media screen and (max-width: 1300px) {
    #footerBottom {
      margin-top: 100px;
      height: 100px; } }
  @media screen and (min-width: 980px) {
    #footerBottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: solid 1px #ffffff; } }
  @media screen and (max-width: 980px) {
    #footerBottom {
      margin-top: 60px;
      height: auto; } }
  .page #footerBottom {
    margin: 0; }
  #footerBottom #footerBottomImg img {
    height: auto; }
    @media screen and (min-width: 1300px) {
      #footerBottom #footerBottomImg img {
        width: 50px; } }
    @media screen and (max-width: 1300px) {
      #footerBottom #footerBottomImg img {
        width: 35px; } }
    @media screen and (max-width: 980px) {
      #footerBottom #footerBottomImg img {
        display: none; } }
    .page #footerBottom #footerBottomImg img:first-child {
      display: none; }
    #footerBottom #footerBottomImg img:last-child {
      display: none; }
      .page #footerBottom #footerBottomImg img:last-child {
        display: inline-block; }
  #footerBottom #copy {
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 1.4rem; }

#pageView {
  display: flex;
  justify-content: flex-end;
  position: relative; }
  #pageView #pageViewTitle {
    position: absolute; }
    @media screen and (min-width: 780px) {
      #pageView #pageViewTitle {
        bottom: 100px;
        left: 150px; } }
    @media screen and (max-width: 780px) {
      #pageView #pageViewTitle {
        bottom: 18%;
        left: 10%; } }
    #pageView #pageViewTitle #pageViewTitleEn {
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      color: #1c79bc; 
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));}
      @media screen and (min-width: 780px) {
        #pageView #pageViewTitle #pageViewTitleEn {
          letter-spacing: 10px;
          font-size: 7.0rem; } }
      @media screen and (max-width: 780px) {
        #pageView #pageViewTitle #pageViewTitleEn {
          letter-spacing: 5px;
          font-size: 4.2rem; } }
    #pageView #pageViewTitle #pageViewTitleJp {
      font-weight: 700;
      margin-top: 20px;
      line-height: 1;
      letter-spacing: 2px; 
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));}
      @media screen and (min-width: 780px) {
        #pageView #pageViewTitle #pageViewTitleJp {
          font-size: 2rem; } }
      @media screen and (max-width: 780px) {
        #pageView #pageViewTitle #pageViewTitleJp {
          font-size: 1.8rem; } }

@media screen and (min-width: 780px) {
  #pageViewImg {
    height: 560px;
    padding-left: 250px;
    width: 100%; } }
@media screen and (max-width: 780px) {
  #pageViewImg {
    height: auto;
    width: 80%; } }
#pageViewImg #pageViewImgIn {
  position: relative;
  border-bottom-left-radius: 15px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    #pageViewImg #pageViewImgIn {
      height: 100%; } }
  @media screen and (max-width: 780px) {
    #pageViewImg #pageViewImgIn {
      padding-top: 170%; } }
  #pageViewImg #pageViewImgIn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #c9171d;
    -webkit-transition: ease 0.35s 0.35s;
    transition: ease 0.35s 0.35s; }
    .pageOn #pageViewImg #pageViewImgIn:before {
      opacity: 0; }

#pageTitle {
  border-bottom: solid 1px #CCCCCC; }
  #pageTitle #pageTitleIn {
    position: relative; }
    @media screen and (min-width: 780px) {
      #pageTitle #pageTitleIn {
        padding-top: 250px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 780px) {
      #pageTitle #pageTitleIn {
        padding-top: 180px;
        padding-bottom: 30px; } }
    #pageTitle #pageTitleIn:before {
      position: absolute;
      content: "";
      height: 1px;
      background-color: #1c79bc;
      left: 0;
      bottom: -1px; }
      @media screen and (min-width: 780px) {
        #pageTitle #pageTitleIn:before {
          width: 50px; } }
      @media screen and (max-width: 780px) {
        #pageTitle #pageTitleIn:before {
          width: 30px; } }
    #pageTitle #pageTitleIn #pageTitleEn {
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      color: #1c79bc; }
      @media screen and (min-width: 780px) {
        #pageTitle #pageTitleIn #pageTitleEn {
          letter-spacing: 10px;
          font-size: 5.0rem; } }
      @media screen and (max-width: 780px) {
        #pageTitle #pageTitleIn #pageTitleEn {
          letter-spacing: 5px;
          font-size: 4.2rem; } }
    #pageTitle #pageTitleIn #pageTitleJp {
      font-weight: 700;
      margin-top: 20px;
      line-height: 1;
      letter-spacing: 2px; }
      @media screen and (min-width: 780px) {
        #pageTitle #pageTitleIn #pageTitleJp {
          font-size: 2rem; } }
      @media screen and (max-width: 780px) {
        #pageTitle #pageTitleIn #pageTitleJp {
          font-size: 1.8rem; } }

@media screen and (min-width: 780px) {
  #pageWrap {
    padding-top: 140px;
    padding-bottom: 140px; } }
@media screen and (max-width: 780px) {
  #pageWrap {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 780px) {
  .pageSec:not(:first-child) {
    padding-top: 140px; } }
@media screen and (max-width: 780px) {
  .pageSec:not(:first-child) {
    padding-top: 80px; } }

.secTitle {
  text-align: center; }
  @media screen and (min-width: 780px) {
    .secTitle {
      margin-bottom: 60px; } }
  @media screen and (max-width: 780px) {
    .secTitle {
      margin-bottom: 30px; } }
  .secTitle .secTitleMain {
    font-weight: 700;
    color: #1c79bc;
    letter-spacing: 2px;
    line-height: 1.6; }
    @media screen and (min-width: 780px) {
      .secTitle .secTitleMain {
        font-size: 3rem; } }
    @media screen and (max-width: 780px) {
      .secTitle .secTitleMain {
        font-size: 2.4rem; } }
  .secTitle .secTitleCopy {
    margin-top: 20px; }

@media screen and (min-width: 780px) {
  #pageNav {
    margin-bottom: 140px; } }
@media screen and (max-width: 780px) {
  #pageNav {
    display: none; } }
#pageNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px -10px 0; }
  #pageNav ul li {
    margin-top: 20px;
    padding: 0 10px; }
    #pageNav ul li a {
      width: 250px; }

@media screen and (min-width: 780px) {
  #ceoWrap {
    display: flex;
    align-items: center; } }
@media screen and (min-width: 780px) {
  #ceoWrap #ceoImg {
    width: 50%; } }
@media screen and (max-width: 780px) {
  #ceoWrap #ceoImg {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; } }
#ceoWrap #ceoImg #ceoImgIn {
  padding-top: 90%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media screen and (min-width: 780px) {
  #ceoWrap #ceoInfo {
    flex: 1;
    padding-left: 50px; } }
@media screen and (max-width: 780px) {
  #ceoWrap #ceoInfo {
    margin-top: 40px; } }
#ceoWrap #ceoInfo #ceoName #ceoNameJp {
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1; }
  @media screen and (min-width: 780px) {
    #ceoWrap #ceoInfo #ceoName #ceoNameJp {
      font-size: 3rem; } }
  @media screen and (max-width: 780px) {
    #ceoWrap #ceoInfo #ceoName #ceoNameJp {
      font-size: 2.4rem; } }
#ceoWrap #ceoInfo #ceoName #ceoNameEn {
  font-family: "Heebo", sans-serif;
  color: #1c79bc;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1; }
  @media screen and (min-width: 780px) {
    #ceoWrap #ceoInfo #ceoName #ceoNameEn {
      margin-top: 12px; } }
  @media screen and (max-width: 780px) {
    #ceoWrap #ceoInfo #ceoName #ceoNameEn {
      margin-top: 12px; } }
#ceoWrap #ceoInfo #ceoText {
  border-top: solid 1px #CCCCCC; }
  @media screen and (min-width: 780px) {
    #ceoWrap #ceoInfo #ceoText {
      margin-top: 30px;
      padding-top: 20px; } }
  @media screen and (max-width: 780px) {
    #ceoWrap #ceoInfo #ceoText {
      margin-top: 20px;
      padding-top: 10px; } }

@media screen and (min-width: 780px) {
  .ceoArea p {
    font-size: 1.4rem; } }
.ceoArea p:not(:first-child) {
  margin-top: 15px; }

.lists2 li {
  font-size: 1.4rem; }
  .lists2 li:not(:first-child) {
    border-top: solid 1px #CCCCCC;
    margin-top: 10px;
    padding-top: 10px; }
  .lists2 li span {
    position: relative;
    display: block;
    padding-left: 30px; }
    .lists2 li span:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      #resultSec .lists2 li span:before {
        background-image: url("../images/about-us/report.svg"); }
      #companySec .lists2 li span:before {
        background-image: url("../images/about-us/building.svg"); }

@media screen and (min-width: 780px) {
  .SWrap .SBox {
    padding-top: 50px; } }
@media screen and (max-width: 780px) {
  .SWrap .SBox {
    padding-top: 30px; } }
.SWrap .SBox .SBoxTitle {
  border-top: solid 1px #CCCCCC; }
  @media screen and (min-width: 780px) {
    .SWrap .SBox .SBoxTitle {
      margin-bottom: 20px;
      padding-top: 50px; } }
  @media screen and (max-width: 780px) {
    .SWrap .SBox .SBoxTitle {
      margin-bottom: 10px;
      padding-top: 30px; } }
  .SWrap .SBox .SBoxTitle .SBoxTitleIn {
    display: flex;
    align-items: center; }
  .SWrap .SBox .SBoxTitle .SBoxTitleNum {
    text-align: center; }
    .SWrap .SBox .SBoxTitle .SBoxTitleNum div:first-child {
      line-height: 1;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #1c79bc;
      letter-spacing: 1px; }
      @media screen and (min-width: 780px) {
        .SWrap .SBox .SBoxTitle .SBoxTitleNum div:first-child {
          font-size: 1.2rem; } }
      @media screen and (max-width: 780px) {
        .SWrap .SBox .SBoxTitle .SBoxTitleNum div:first-child {
          font-size: 1rem; } }
    .SWrap .SBox .SBoxTitle .SBoxTitleNum div:last-child {
      line-height: 1;
      letter-spacing: 1px;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #1c79bc; }
      @media screen and (min-width: 780px) {
        .SWrap .SBox .SBoxTitle .SBoxTitleNum div:last-child {
          font-size: 3rem;
          margin-top: 5px; } }
      @media screen and (max-width: 780px) {
        .SWrap .SBox .SBoxTitle .SBoxTitleNum div:last-child {
          font-size: 2.4rem;
          margin-top: 3px; } }
  .SWrap .SBox .SBoxTitle .SBoxTitleMain {
    line-height: 1.6;
    border-left: solid 1px #CCCCCC;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      .SWrap .SBox .SBoxTitle .SBoxTitleMain {
        padding-left: 20px;
        margin-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 780px) {
      .SWrap .SBox .SBoxTitle .SBoxTitleMain {
        padding-left: 10px;
        margin-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 780px) {
      .SWrap .SBox .SBoxTitle .SBoxTitleMain span {
        font-size: 1.4rem; } }
    @media screen and (max-width: 780px) {
      .SWrap .SBox .SBoxTitle .SBoxTitleMain span {
        font-size: 1.4rem;
        display: block; } }
  .SWrap .SBox .SBoxTitle .SBoxTitleAdd {
    margin-top: 5px;
    color: #1c79bc;
    font-size: 1.4rem; }
.SWrap .SBox .SBoxText {
  font-size: 1.4rem; }
.SWrap .SBox .SBoxListTitle {
  font-weight: 700;
  color: #1c79bc;
  font-size: 1.4rem; }
  @media screen and (min-width: 780px) {
    .SWrap .SBox .SBoxListTitle {
      margin-top: 20px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 780px) {
    .SWrap .SBox .SBoxListTitle {
      margin-top: 10px;
      margin-bottom: 5px; } }
.SWrap .SBox .SBoxList li {
  position: relative;
  display: block;
  line-height: 1.6; }
  @media screen and (min-width: 780px) {
    .SWrap .SBox .SBoxList li {
      padding-left: 30px; } }
  @media screen and (max-width: 780px) {
    .SWrap .SBox .SBoxList li {
      padding-left: 25px; } }
  @media screen and (min-width: 780px) {
    .SWrap .SBox .SBoxList li:not(:first-child) {
      margin-top: 10px; } }
  @media screen and (max-width: 780px) {
    .SWrap .SBox .SBoxList li:not(:first-child) {
      margin-top: 10px; } }
  .SWrap .SBox .SBoxList li:before {
    content: "";
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/about-us/black-check-box-with-white-check.svg"); }
    @media screen and (min-width: 780px) {
      .SWrap .SBox .SBoxList li:before {
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px; } }
    @media screen and (max-width: 780px) {
      .SWrap .SBox .SBoxList li:before {
        top: 2px;
        left: 0;
        width: 17px;
        height: 17px; } }

#accessTop {
  margin-bottom: 40px; }
  @media screen and (min-width: 780px) {
    #accessTop {
      text-align: center; } }

.gmap {
  height: 0;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 780px) {
    .gmap {
      padding-bottom: 56.25%; } }
  @media screen and (max-width: 780px) {
    .gmap {
      padding-bottom: 120%; } }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

@media screen and (min-width: 780px) {
  .lists > li {
    display: flex; } }
@media screen and (max-width: 780px) {
  .lists > li:not(:first-child) {
    border-top: solid 1px #CCCCCC;
    margin-top: 10px;
    padding-top: 10px; } }
@media screen and (min-width: 780px) {
  .lists > li > span {
    padding: 20px 0; } }
@media screen and (max-width: 780px) {
  .lists > li > span {
    display: block; } }
.lists > li > span:first-child {
  color: #1c79bc;
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    .lists > li > span:first-child {
      width: 200px;
      border-bottom: solid 1px #1c79bc; } }
@media screen and (min-width: 780px) {
  .lists > li > span:last-child {
    border-bottom: solid 1px #CCCCCC;
    flex: 1; } }

.accountantPosi {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  color: #1c79bc;
  font-size: 1.4rem; }
  .accountantPosi:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CCCCCC; }

@media screen and (min-width: 780px) {
  .accountantText {
    font-size: 1.4rem; } }

.accountantCompany {
  color: #AAAAAA; }
  @media screen and (min-width: 780px) {
    .accountantCompany {
      font-size: 1.4rem; } }
  .accountantCompany a {
    color: #AAAAAA !important;
    text-decoration: underline !important; }
    .accountantCompany a:hover {
      text-decoration: none !important; }

.accountantInfo {
  display: flex;
  align-items: center; }

.accountantResult {
  margin-top: 10px;
}

/* PC時 */
@media screen and (min-width: 780px) {
  .accountantResult {
    font-size: 1.4rem;
  }

  .accountantResult li {
    display: flex;
    font-size: 1.4rem;
  }

  .accountantResult li span:first-child {
    width: 150px; /* ★PC時：150px */
  }

  .accountantResult li span:last-child {
    flex: 1;
  }
}

/* SP時 */
@media screen and (max-width: 780px) {
  .accountantResult li {
    margin-top: 10px;
  }

  .accountantResult li span {
    display: block;
  }

  .accountantResult li span:first-child {
    width: 100%; /* ★SP時：100% */
  }
}

/* 共通（色・太さ）はメディアクエリ外でOK */
.accountantResult li span:first-child {
  color: #1c79bc;
  font-weight: 700;
}


@media screen and (min-width: 780px) {
  #newsWrap {
    padding-top: 100px;
    padding-bottom: 140px; } }
@media screen and (max-width: 780px) {
  #newsWrap {
    padding-top: 50px;
    padding-bottom: 80px; } }

#newsList li {
  border-top: solid 1px #CCCCCC; }
  @media screen and (min-width: 780px) {
    #newsList li {
      display: flex;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 780px) {
    #newsList li {
      padding-top: 15px;
      padding-bottom: 15px; } }
  #newsList li:last-child {
    border-bottom: solid 1px #CCCCCC; }
  @media screen and (min-width: 780px) {
    #newsList li span {
      width: 120px; } }
  @media screen and (max-width: 780px) {
    #newsList li span {
      display: block; } }
  #newsList li a {
    color: #AAAAAA; }
    @media screen and (min-width: 780px) {
      #newsList li a {
        flex: 1; } }
    @media screen and (max-width: 780px) {
      #newsList li a {
        display: block; } }
    #newsList li a:hover {
      color: #1c79bc; }

@media screen and (min-width: 780px) {
  #newsTitle {
    margin-bottom: 60px; } }
@media screen and (max-width: 780px) {
  #newsTitle {
    margin-bottom: 30px; } }
#newsTitle h1 {
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    #newsTitle h1 {
      font-size: 2rem; } }
  @media screen and (max-width: 780px) {
    #newsTitle h1 {
      font-size: 1.8rem; } }
#newsTitle div {
  color: #AAAAAA; }
  @media screen and (min-width: 780px) {
    #newsTitle div {
      font-size: 1.4rem; } }
  @media screen and (max-width: 780px) {
    #newsTitle div {
      font-size: 1.4rem; } }

#newsView {
  width: 100%; }
  @media screen and (min-width: 780px) {
    #newsView {
      margin-bottom: 40px; } }
  @media screen and (max-width: 780px) {
    #newsView {
      margin-bottom: 20px; } }
  #newsView div {
    padding-top: 55%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

#newsCont h2,
.secSubTitle {
  line-height: 1.6;
  position: relative;
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    #newsCont h2,
    .secSubTitle {
      margin-top: 50px;
      margin-bottom: 20px;
      font-size: 1.8rem;
      padding-left: 20px; } }
  @media screen and (max-width: 780px) {
    #newsCont h2,
    .secSubTitle {
      margin-top: 30px;
      font-size: 1.6rem;
      margin-bottom: 15px;
      padding-left: 15px; } }
  #newsCont h2:before,
  .secSubTitle:before {
    position: absolute;
    content: "";
    left: 0;
    background-color: #1c79bc; }
    @media screen and (min-width: 780px) {
      #newsCont h2:before,
      .secSubTitle:before {
        top: 0px;
        width: 5px;
        height: 30px; } }
    @media screen and (max-width: 780px) {
      #newsCont h2:before,
      .secSubTitle:before {
        top: 1px;
        width: 5px;
        height: 25px; } }
  #newsCont h2 span:nth-child(2),
  .secSubTitle span:nth-child(2) {
    color: #1c79bc; }
    @media screen and (min-width: 780px) {
      #newsCont h2 span:nth-child(2),
      .secSubTitle span:nth-child(2) {
        font-size: 1.2rem; } }
    @media screen and (max-width: 780px) {
      #newsCont h2 span:nth-child(2),
      .secSubTitle span:nth-child(2) {
        font-size: 1.2rem; } }

#newsCont h2:first-child {
  margin-top: 0; }
#newsCont p:not(:first-child) {
  margin-top: 15px; }

.pagination {
  text-align: center;
  width: 100%;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  display: flex;
  justify-content: center;
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    .pagination {
      margin-top: 60px; } }
  @media screen and (max-width: 780px) {
    .pagination {
      margin-top: 36px; } }
  .pagination svg {
    fill: #1c79bc; }
  .pagination a {
    border: solid 2px #1c79bc;
    text-decoration: none;
    color: #1c79bc !important; }
    .pagination a:hover {
      background-color: #1c79bc;
      color: #ffffff !important; }
    .pagination a svg {
      width: 10px; }
    .pagination a:hover svg {
      fill: #ffffff; }
  .pagination .paginationInner {
    display: flex;
    justify-content: center; }
    .pagination .paginationInner > * {
      position: relative;
      display: block;
      margin: 0 3px; }
      @media screen and (min-width: 780px) {
        .pagination .paginationInner > * {
          line-height: 50px;
          height: 50px;
          width: 50px; } }
      @media screen and (max-width: 780px) {
        .pagination .paginationInner > * {
          line-height: 40px;
          height: 40px;
          width: 40px; } }
      .pagination .paginationInner > * > * {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .pagination .paginationInner .current {
      background-color: #1c79bc;
      color: #ffffff !important; }
      .pagination .paginationInner .current svg {
        fill: #ffffff; }

#contactTop {
  background-color: #F1F6FB; }
  @media screen and (min-width: 780px) {
    #contactTop {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 780px) {
    #contactTop {
      padding-top: 30px;
      padding-bottom: 30px; } }
  #contactTop .widthM {
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 780px) {
      #contactTop .widthM {
        padding: 50px; } }
    @media screen and (max-width: 780px) {
      #contactTop .widthM {
        padding: 30px 20px; } }
    #contactTop .widthM #contactTopIn p {
      border-bottom: solid 1px #CCCCCC; }
      @media screen and (min-width: 780px) {
        #contactTop .widthM #contactTopIn p {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 780px) {
        #contactTop .widthM #contactTopIn p {
          margin-bottom: 20px;
          padding-bottom: 20px; } }
    #contactTop .widthM #contactTopIn #contactTopInfo {
      color: #1c79bc; }
      @media screen and (min-width: 780px) {
        #contactTop .widthM #contactTopIn #contactTopInfo {
          display: flex;
          justify-content: center;
          align-items: center; } }
      #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoL {
        text-align: center; }
        #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoL div:first-child {
          font-weight: 700;
          line-height: 1;
          font-size: 1.4rem; }
        #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoL div:last-child {
          margin-top: 10px;
          line-height: 1;
          font-size: 1.4rem; }
      #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoR {
        display: flex;
        align-items: baseline; }
        @media screen and (min-width: 780px) {
          #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoR {
            line-height: 1;
            margin-left: 40px; } }
        @media screen and (max-width: 780px) {
          #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoR {
            justify-content: center; } }
        #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoR div {
          padding-right: 10px;
          font-weight: 700; }
        #contactTop .widthM #contactTopIn #contactTopInfo #contactTopInfoR a {
          font-family: "Heebo", sans-serif;
          font-weight: 700;
          font-size: 3rem;
          color: #1c79bc; }

#contactWrap .contactBox {
  width: 100%; }
  @media screen and (min-width: 980px) {
    #contactWrap .contactBox {
      display: flex; } }
  @media screen and (min-width: 980px) {
    #contactWrap .contactBox:not(:first-child) {
      margin-top: 30px; } }
  @media screen and (max-width: 980px) {
    #contactWrap .contactBox:not(:first-child) {
      margin-top: 20px; } }
  #contactWrap .contactBox .contactTitle {
    font-weight: 700; }
    @media screen and (min-width: 980px) {
      #contactWrap .contactBox .contactTitle {
        width: 200px; } }
    @media screen and (max-width: 980px) {
      #contactWrap .contactBox .contactTitle {
        margin-bottom: 5px; } }
    #contactWrap .contactBox .contactTitle > div {
      position: relative;
      display: inline-block; }
      @media screen and (min-width: 980px) {
        #contactWrap .contactBox .contactTitle > div {
          padding-top: 17px; } }
      #contactWrap .contactBox .contactTitle > div:before {
        content: "任意";
        line-height: 1;
        font-weight: 700;
        padding: 4px 5px;
        color: #1c79bc;
        font-size: 1rem;
        background-color: #F1F6FB;
        color: #1c79bc;
        margin-right: 8px;
        vertical-align: 2px; }
    #contactWrap .contactBox .contactTitle.required > div:before {
      color: #ffffff;
      content: "必須";
      background-color: #1c79bc; }
  @media screen and (min-width: 980px) {
    #contactWrap .contactBox .contactInput {
      flex: 1; } }
  #contactWrap .contactBox .contactInput .formError .formErrorContent {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 1.2rem;
    color: #1c79bc; }

input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0 !important; }

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  height: 65px; }

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 15px 15px;
  line-height: 1.8;
  color: #101010;
  background-color: #F1F6FB; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    border-color: #101010; }

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
  background-image: url(../images/arrow-down-sign-to-navigate.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 13px 13px; }
  select::-ms-expand {
    display: none;
    /* デフォルトのスタイルを無効(IE用) */ }

textarea {
  height: 200px; }

.formErrorContent {
  margin-top: 10px;
  color: #1c79bc; }
  @media screen and (min-width: 980px) {
    .formErrorContent {
      font-size: 1.2rem; } }
  @media screen and (max-width: 980px) {
    .formErrorContent {
      font-size: 1.2rem; } }

.wpcf7-form-control-wrap {
  display: block;
  line-height: 1; }

.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  padding: 0 !important;
  border: none !important;
  text-align: center;
  color: #1c79bc; }
  @media screen and (min-width: 780px) {
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
      margin: 20px 0 0 !important; } }
  @media screen and (max-width: 780px) {
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
      margin: 12px 0 0 !important; } }

#privacyBt p {
  margin-bottom: 10px;
  font-size: 1.4rem; }
#privacyBt label {
  display: inline-block;
  padding: 10px;
  border: solid 1px #CCCCCC;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-transition: ease .35s;
  transition: ease .35s; }
  #privacyBt label:hover {
    cursor: pointer;
    border-color: #1c79bc; }
  #privacyBt label input {
    vertical-align: -2px;
    margin-right: 5px; }

.wpcf7-list-item {
  margin: 0 !important; }

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 !important;
  background-color: transparent;
  display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

#view {
  position: relative;
  height: 100vh;
  width: 100%; }
  @media screen and (min-width: 780px) {
    #view {
      padding: 0; } }
  #view.cont {
    max-width: 100%; }
  #view #viewIn {
    position: relative;
    width: 100%;
    height: 100%; }

#viewInWrap {
  width: 100%;
  height: 100vh; }
  @media screen and (min-width: 1300px) {
    #viewInWrap {
      padding: 0 120px; } }

#viewImg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: ease 2s;
  transition: ease 2s; }
  .pageOn #viewImg {
    opacity: 1; }
  #viewImg #viewImgIn {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

    /* PC時（780px以上）：PC用だけ表示 */
@media screen and (min-width: 780px) {
  #viewImgIn.pc {
    display: block;
  }
  #viewImgIn.sp {
    display: none;
  }
}

/* SP時（780px未満）：SP用だけ表示 */
@media screen and (max-width: 779px) {
  #viewImgIn.pc {
    display: none;
  }
  #viewImgIn.sp {
    display: block;
  }
}


#viewBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #ffffff; }
  @media screen and (min-width: 780px) {
    #viewBox {
      left: 22%; } }
  @media screen and (max-width: 780px) {
    #viewBox {
      left: 0; } }
#viewBox #viewBoxTitle {
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  #viewBox #viewBoxTitle {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 980px) {
  #viewBox #viewBoxTitle {
    font-size: 4rem;
  }
}

@media screen and (max-width: 780px) {
  #viewBox #viewBoxTitle {
    font-size: 3.2rem;
  }
}

/* ▼ span全体：デフォルトは block */
#viewBox #viewBoxTitle span {
  display: block;
}

/* ▼ PC（780px以上） */
@media screen and (min-width: 780px) {
  /* sp_span はPCのとき inline */
  #viewBox #viewBoxTitle .sp_span {
    display: inline;
  }
}

/* ▼ SP（780px未満） */
@media screen and (max-width: 780px) {
  /* sp_span はスマホのとき block（通常と同じ） */
  #viewBox #viewBoxTitle .sp_span {
    display: block;
  }
}




#viewNews {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  display: flex;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center; }
  @media screen and (min-width: 980px) {
    #viewNews {
      width: 700px; } }
  @media screen and (max-width: 980px) {
    #viewNews {
      width: 500px; } }
  @media screen and (min-width: 780px) {
    #viewNews {
      height: 80px;
      bottom: 60px;
      padding-left: 40px;
      padding-right: 60px; } }
  @media screen and (max-width: 780px) {
    #viewNews {
      height: 60px;
      width: 70%;
      bottom: 10%;
      padding-left: 25px;
      padding-right: 0; } }
  @media screen and (max-width: 640px) {
    #viewNews {
      width: 90%; } }
  #viewNews #viewNewsTitle {
    color: #1c79bc;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; }
    @media screen and (min-width: 780px) {
      #viewNews #viewNewsTitle {
        padding-right: 20px; } }
    @media screen and (max-width: 780px) {
      #viewNews #viewNewsTitle {
        padding-right: 15px; } }
    #viewNews #viewNewsTitle:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 22px;
      background-color: #CCCCCC;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  #viewNews #viewNewsIn {
    flex: 1;
    font-size: 1.4rem;
    overflow: hidden; }
    #viewNews #viewNewsIn #viewNewsInWrap {
      display: flex;
      animation: loop 10s -2.5s linear infinite; }
      #viewNews #viewNewsIn #viewNewsInWrap div {
        margin-right: 20px;
        padding-left: 20px; }
      #viewNews #viewNewsIn #viewNewsInWrap a {
        flex: 1;
        display: flex; }
        #viewNews #viewNewsIn #viewNewsInWrap a span {
          display: block;
          width: 100%;
          white-space: nowrap; }
  #viewNews #viewNewsInA {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1c79bc; }
    @media screen and (min-width: 780px) {
      #viewNews #viewNewsInA {
        height: 80px;
        width: 60px; } }
    @media screen and (max-width: 780px) {
      #viewNews #viewNewsInA {
        display: none; } }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
#topAbout {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    #topAbout {
      padding-bottom: 200px; } }
  @media screen and (max-width: 780px) {
    #topAbout {
      position: relative; } }
  @media screen and (min-width: 980px) {
    #topAbout .widthL #topAboutWrap {
      display: flex; } }
  @media screen and (min-width: 780px) {
    #topAbout .widthL #topAboutWrap {
      position: relative; } }
  #topAbout .widthL #topAboutWrap h2 {
    position: absolute;
    color: #1c79bc;
    opacity: 0.05;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 780px) {
      #topAbout .widthL #topAboutWrap h2 {
        font-size: 12vw;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        line-height: 1; } }
    @media screen and (max-width: 780px) {
      #topAbout .widthL #topAboutWrap h2 {
        font-size: 16vw;
        top: -3px;
        right: -12px;
        text-align: right;
        line-height: 0.9; } }
  #topAbout .widthL #topAboutWrap #topAboutTitle {
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px; }
    @media screen and (min-width: 980px) {
      #topAbout .widthL #topAboutWrap #topAboutTitle {
        width: 40%; } }
    @media screen and (min-width: 780px) {
      #topAbout .widthL #topAboutWrap #topAboutTitle {
        font-size: 3rem; } }
    @media screen and (max-width: 780px) {
      #topAbout .widthL #topAboutWrap #topAboutTitle {
        font-size: 2rem;
        margin-bottom: 20px; } }
  @media screen and (min-width: 980px) {
    #topAbout .widthL #topAboutWrap #topAboutText {
      flex: 1; } }
  @media screen and (max-width: 980px) {
    #topAbout .widthL #topAboutWrap #topAboutText {
      margin-top: 20px; } }

#topService {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  #topService {
    padding-top: 150px;
    padding-right: 0;
  }
}
#topService h2 {
  position: absolute;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  #topService h2 {
    font-size: 12vw;
    top: -15px;
    right: -15px;
    line-height: 1;
  }
}
@media screen and (max-width: 780px) {
  #topService h2 {
    font-size: 16vw;
    top: -3px;
    right: -12px;
    line-height: 0.9;
  }
}

#topService #topServiceTop {
  font-weight: 700;
}

/* 既存の余白設定 */
@media screen and (min-width: 780px) {
  #topServiceWrap {
    margin-top: 140px;
  }
}
@media screen and (max-width: 780px) {
  #topServiceWrap {
    margin-top: 80px;
  }
}

/* PC時 */
@media screen and (min-width: 780px) {
  #topServiceBox1 {
    margin-bottom:320px;
  }
}

/* SP時 */
@media screen and (max-width: 780px) {
  #topServiceBox1 {
    margin-bottom: 80px;
  }
}


.topServiceBox {
  padding-left: calc((100% - 1140px) / 2);
  position: relative; }
  @media screen and (min-width: 780px) {
    .topServiceBox:last-child {
      margin-top: 140px; } }
  @media screen and (max-width: 780px) {
    .topServiceBox:last-child {
      margin-top: 100px; } }
  .topServiceBox .topServiceBoxLeft {
    position: relative;
    z-index: 2; }
  .topServiceBox .topServiceBoxTitle .topServiceBoxTitleFor {
    text-transform: uppercase;
    padding-left: 3px;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px; }
    @media screen and (min-width: 780px) {
      .topServiceBox .topServiceBoxTitle .topServiceBoxTitleFor {
        font-size: 2.4rem; } }
    @media screen and (max-width: 780px) {
      .topServiceBox .topServiceBoxTitle .topServiceBoxTitleFor {
        font-size: 2rem; } }
  .topServiceBox .topServiceBoxTitle .topServiceBoxTitleEn {
    line-height: 1;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      .topServiceBox .topServiceBoxTitle .topServiceBoxTitleEn {
        font-size: 7.0rem; } }
    @media screen and (max-width: 780px) {
      .topServiceBox .topServiceBoxTitle .topServiceBoxTitleEn {
        font-size: 3.4rem; } }
    @media screen and (min-width: 640px) {
      .topServiceBox .topServiceBoxTitle .topServiceBoxTitleEn br {
        display: none; } }
  .topServiceBox .topServiceBoxTitle h3 {
    font-weight: 700;
    margin-top: 5px; }
    @media screen and (min-width: 780px) {
      .topServiceBox .topServiceBoxTitle h3 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 780px) {
      .topServiceBox .topServiceBoxTitle h3 {
        font-size: 1.6rem; } }
  .topServiceBox .topServiceBoxLink {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 780px) {
      .topServiceBox .topServiceBoxLink {
        max-width: 420px;
        margin: 0 -20px;
        margin-top: 20px; } }
    @media screen and (max-width: 780px) {
      .topServiceBox .topServiceBoxLink {
        max-width: 480px;
        margin: 0 -10px;
        margin-top: 60px; } }  
        /* 640px 未満で、FEATURES 側だけリンクの余白を増やす */
@media screen and (max-width: 640px) {
  #topServiceBox1 .topServiceBoxLink {
    margin-top: 80px;  /* 元は 60px。様子見て 70〜90px で調整OK */
  }
}


@media screen and (max-width: 640px) {
  #topServiceBox2 .topServiceBoxLink {
    margin-top: 80px;  /* 元は 60px。様子見て 70〜90px で調整OK */
  }
}
    @media screen and (max-width: 480px) {
      .topServiceBox .topServiceBoxLink {
        max-width: 100%;
        margin: 0;
        margin-top: 40px; } }
    .topServiceBox .topServiceBoxLink li {
      margin-top: 20px; }
      @media screen and (min-width: 780px) {
        .topServiceBox .topServiceBoxLink li {
          padding: 0 20px;
          width: 50%; } }
      @media screen and (max-width: 780px) {
        .topServiceBox .topServiceBoxLink li {
          padding: 0 10px;
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .topServiceBox .topServiceBoxLink li {
          padding: 0;
          width: 100%; } }
      .topServiceBox .topServiceBoxLink li a {
        font-size: 1.4rem;
        color: #1c79bc;
        position: relative;
        padding: 10px 0;
        display: block; }
        .topServiceBox .topServiceBoxLink li a:before, .topServiceBox .topServiceBoxLink li a:after {
          content: "";
          position: absolute; }
        .topServiceBox .topServiceBoxLink li a:before {
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #1c79bc; }
        .topServiceBox .topServiceBoxLink li a:after {
          bottom: -2.5px;
          right: -3.5px;
          width: 7px;
          height: 7px;
          border-radius: 100%;
          background-color: #1c79bc; }
        @media screen and (min-width: 780px) {
          .topServiceBox .topServiceBoxLink li a:hover:after {
            right: calc(100% - 3.5px); } }
  .topServiceBox .topServiceBoxImg {
    z-index: 1;
    position: absolute; }
    @media screen and (min-width: 780px) {
      .topServiceBox .topServiceBoxImg {
        height: 120%;
        top: -10%;
        width: 55%;
        right: 0;
        min-height: 442px; } }
    @media screen and (max-width: 780px) {
      .topServiceBox .topServiceBoxImg {
        height: 200px;
        top: -50px;
        width: 80%;
        right: -20px; } }
    @media screen and (max-width: 640px) {
      .topServiceBox .topServiceBoxImg {
        top: -35px; } }
    .topServiceBox .topServiceBoxImg div {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }

@media screen and (min-width: 780px) {
  #topPersonalTop {
    padding-top: 140px;
    padding-bottom: 140px; } }
@media screen and (max-width: 780px) {
  #topPersonalTop {
    padding-top: 80px;
    padding-bottom: 40px; } }

@media screen and (min-width: 780px) {
  #topPersonalBottom {
    padding-top: 100px;
    padding-bottom: 320px; } }
@media screen and (max-width: 780px) {
  #topPersonalBottom {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff; } }

@media screen and (min-width: 780px) {
  #proWrap {
    margin-top: -160px;
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 780px) {
  #proWrap #proWrapImg {
    width: 40%; } }
@media screen and (max-width: 780px) {
  #proWrap #proWrapImg {
    width: 100%;
    max-width: 250px;
    margin: 0 auto; } }
#proWrap #proWrapImg div {
  padding-top: 120%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media screen and (min-width: 780px) {
  #proWrap #proWrapInfo {
    width: 60%;
    padding-left: 60px;
    padding-bottom: 5vw; } }
@media screen and (max-width: 780px) {
  #proWrap #proWrapInfo {
    width: 100%;
    margin-top: 30px; } }
@media screen and (min-width: 980px) {
  #proWrap #proWrapInfo .btWrap {
    margin-top: 40px; } }

.topTitle {
  text-align: center; }
  .topTitle p {
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
    @media screen and (min-width: 780px) {
      .topTitle p {
        font-size: 5.6rem; } }
    @media screen and (max-width: 780px) {
      .topTitle p {
        font-size: 2.4rem; } }
  .topTitle h2 {
    color: #1c79bc;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px; }
    @media screen and (min-width: 780px) {
      .topTitle h2 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 780px) {
      .topTitle h2 {
        font-size: 1.6rem; } }

@media screen and (min-width: 780px) {
  #topNews .btWrap {
    display: none; } }

#topNewsWrap {
  background: #ffffff; }
  @media screen and (min-width: 780px) {
    #topNewsWrap {
      margin-top: -150px;
      padding-top: 100px;
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 780px) {
    #topNewsWrap {
      padding-top: 80px; } }
  @media screen and (min-width: 980px) {
    #topNewsWrap .widthL {
      display: flex; } }
  @media screen and (min-width: 980px) {
    #topNewsWrap .widthL > div {
      width: 50%; } }
  @media screen and (min-width: 980px) {
    #topNewsWrap .widthL > div:first-child {
      padding-right: 30px; } }
  @media screen and (max-width: 980px) {
    #topNewsWrap .widthL > div:first-child {
      display: none; } }
  @media screen and (min-width: 980px) {
    #topNewsWrap .widthL > div:last-child {
      padding-left: 30px; } }

#topNewsLeftBox {
  height: 100%;
  border-bottom: solid 1px #CCCCCC; }
  #topNewsLeftBox a {
    display: block; }
    #topNewsLeftBox a:hover #topNewsLeftImg {
      opacity: 0.7; }
    #topNewsLeftBox a:hover #topNewsLeftInfo h3 {
      color: #1c79bc; }
  #topNewsLeftBox #topNewsLeftImg div {
    padding-top: 60%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  #topNewsLeftBox #topNewsLeftInfo {
    margin-top: 20px; }
    #topNewsLeftBox #topNewsLeftInfo div {
      font-size: 1.4rem; }
    #topNewsLeftBox #topNewsLeftInfo h3 {
      font-weight: 700;
      font-size: 1.8rem;
      color: #AAAAAA; }

#topNewsRight #topNewsRightTop {
  display: flex;
  justify-content: space-between; }
  #topNewsRight #topNewsRightTop h2 {
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase; }
  @media screen and (max-width: 780px) {
    #topNewsRight #topNewsRightTop .bt {
      display: none; } }

#topNewsList {
  border-top: solid 1px #CCCCCC;
  overflow-Y: scroll;
  border-bottom: solid 1px #CCCCCC; }
  #topNewsList::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  #topNewsList::-webkit-scrollbar-track {
    background-color: #F1F6FB; }
  #topNewsList::-webkit-scrollbar-thumb {
    background-color: #101010; }
  @media screen and (min-width: 780px) {
    #topNewsList {
      margin-top: 60px;
      height: 350px; } }
  @media screen and (max-width: 780px) {
    #topNewsList {
      margin-top: 30px;
      height: 300px; } }
  #topNewsList ul li {
    padding: 15px 0;
    border-bottom: solid 1px #CCCCCC; }
    #topNewsList ul li a {
      display: block; }
      #topNewsList ul li a span {
        font-size: 1.4rem;
        display: block; }
        #topNewsList ul li a span:last-child {
          color: #AAAAAA; }
      #topNewsList ul li a:hover span:last-child {
        color: #1c79bc; }

#spBt {
  cursor: pointer;
  align-items: center;
  position: relative;
  background-color: #1c79bc;
  color: #ffffff;
  border-radius: 100%;
  display: block;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
  @media screen and (min-width: 780px) {
    #spBt {
      width: 70px; } }
  @media screen and (max-width: 780px) {
    #spBt {
      width: 60px; } }
  #spBt:hover {
    background-color: #003364; }
    @media screen and (min-width: 980px) {
      #spBt:hover #spBtIn {
        transform: translate(5px, -5px); } }
  #spBt #spBtIcon {
    position: relative;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 780px) {
      #spBt #spBtIcon {
        width: 30px;
        height: 16px;
        top: 26px; } }
    @media screen and (max-width: 780px) {
      #spBt #spBtIcon {
        width: 26px;
        height: 14px;
        top: 22px; } }
    #spBt #spBtIcon span {
      top: 8px;
      display: block; }
      #spBt #spBtIcon span, #spBt #spBtIcon span:after, #spBt #spBtIcon span:before {
        transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
        content: '';
        position: absolute;
        background: #ffffff;
        height: 2px;
        width: 100%; }
      @media screen and (min-width: 780px) {
        #spBt #spBtIcon span:after {
          bottom: 9px; } }
      @media screen and (max-width: 780px) {
        #spBt #spBtIcon span:after {
          bottom: 8px; } }
      @media screen and (min-width: 780px) {
        #spBt #spBtIcon span:before {
          top: 9px; } }
      @media screen and (max-width: 780px) {
        #spBt #spBtIcon span:before {
          top: 8px; } }
  #spBt.btn-open #spBtIcon span {
    background-color: rgba(255, 255, 255, 0) !important; }
    #spBt.btn-open #spBtIcon span:after {
      bottom: 0;
      transform: rotate(45deg); }
    #spBt.btn-open #spBtIcon span:before {
      top: 0;
      transform: rotate(-45deg); }

.overflow {
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #F1F6FB;
  width: 100%;
  height: 100%;
  transition: -webkit-transform .5s .6s; }
  .overflow .overlay {
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: -webkit-transform .5s; }

#overlayCont {
  width: 100%;
  top: 0;
  height: 100%;
  left: 0; }
  @media screen and (min-width: 780px) {
    #overlayCont {
      padding-left: 100px;
      padding-right: 100px;
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 780px) {
    #overlayCont {
      padding-top: 160px; } }
  @media screen and (max-width: 640px) {
    #overlayCont {
      padding-top: 160px; } }

#overlayMenu {
  width: 100%; }
  #overlayMenu li {
    width: 100%;
    line-height: 1;
    position: relative; }
    #overlayMenu li:last-child a {
      border-bottom: solid 1px #b2c5d8; }
    #overlayMenu li a {
      border-top: solid 1px #b2c5d8;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (min-width: 780px) {
        #overlayMenu li a {
          padding: 0 50px;
          height: 120px; } }
      @media screen and (max-width: 780px) {
        #overlayMenu li a {
          padding: 0 35px;
          height: 100px; } }
      #overlayMenu li a:hover {
        background-color: #ffffff; }
      #overlayMenu li a > span > span {
        display: inline-block; }
        #overlayMenu li a > span > span:first-child {
          color: #1c79bc;
          font-family: "Heebo", sans-serif;
          font-weight: 700;
          text-transform: uppercase; }
          @media screen and (min-width: 780px) {
            #overlayMenu li a > span > span:first-child {
              font-size: 3.6rem;
              letter-spacing: 5px;
              margin-right: 30px; } }
          @media screen and (max-width: 780px) {
            #overlayMenu li a > span > span:first-child {
              font-size: 3rem;
              letter-spacing: 2px;
              margin-right: 20px; } }
        #overlayMenu li a > span > span:last-child {
          color: #101010;
          font-weight: 700; }
          @media screen and (min-width: 780px) {
            #overlayMenu li a > span > span:last-child {
              font-size: 1.8rem; } }
          @media screen and (max-width: 780px) {
            #overlayMenu li a > span > span:last-child {
              font-size: 1.6rem; } }

.fadeScale {
  transform: translate(20%, 0%) matrix(1, 0, 0, 1.3, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s; }
  .wayon .fadeScale, .fadeScale.wayon, .pageOn .fadeScale {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    visibility: visible; }
    @media screen and (min-width: 1300px) {
      .topServiceBoxIn .wayon .fadeScale, .topServiceBoxIn .fadeScale.wayon, .topServiceBoxIn .pageOn .fadeScale {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
        visibility: visible; } }
  .pageOn .fadeScale {
    -webkit-transition: ease 1s .35s;
    transition: ease 1s .35s; }

.fadeUpWrap > * {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(50%); }
  .fadeUpWrap > *:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .fadeUpWrap > *:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .fadeUpWrap > *:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .fadeUpWrap > *:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .fadeUpWrap > *:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .fadeUpWrap > *:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .fadeUpWrap > *:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .fadeUpWrap > *:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .fadeUpWrap > *:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .fadeUpWrap > *:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .fadeUpWrap > *:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .fadeUpWrap > *:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .fadeUpWrap > *:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .fadeUpWrap > *:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .fadeUpWrap > *:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .fadeUpWrap > *:nth-child(16) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .fadeUpWrap > *:nth-child(17) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .fadeUpWrap > *:nth-child(18) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .fadeUpWrap > *:nth-child(19) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .fadeUpWrap > *:nth-child(20) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
  .fadeUpWrap > *:nth-child(21) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .fadeUpWrap > *:nth-child(22) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .fadeUpWrap > *:nth-child(23) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .fadeUpWrap > *:nth-child(24) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .fadeUpWrap > *:nth-child(25) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .fadeUpWrap > *:nth-child(26) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .fadeUpWrap > *:nth-child(27) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .fadeUpWrap > *:nth-child(28) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .fadeUpWrap > *:nth-child(29) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .fadeUpWrap > *:nth-child(30) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s; }
  .fadeUpWrap > *:nth-child(31) {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .fadeUpWrap > *:nth-child(32) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .fadeUpWrap > *:nth-child(33) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .fadeUpWrap > *:nth-child(34) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .fadeUpWrap > *:nth-child(35) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s; }
  .fadeUpWrap > *:nth-child(36) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .fadeUpWrap > *:nth-child(37) {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .fadeUpWrap > *:nth-child(38) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s; }
  .fadeUpWrap > *:nth-child(39) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .fadeUpWrap > *:nth-child(40) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s; }
  .fadeUpWrap > *:nth-child(41) {
    -webkit-transition-delay: 4.1s;
    transition-delay: 4.1s; }
  .fadeUpWrap > *:nth-child(42) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .fadeUpWrap > *:nth-child(43) {
    -webkit-transition-delay: 4.3s;
    transition-delay: 4.3s; }
  .fadeUpWrap > *:nth-child(44) {
    -webkit-transition-delay: 4.4s;
    transition-delay: 4.4s; }
  .fadeUpWrap > *:nth-child(45) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .fadeUpWrap > *:nth-child(46) {
    -webkit-transition-delay: 4.6s;
    transition-delay: 4.6s; }
  .fadeUpWrap > *:nth-child(47) {
    -webkit-transition-delay: 4.7s;
    transition-delay: 4.7s; }
  .fadeUpWrap > *:nth-child(48) {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .fadeUpWrap > *:nth-child(49) {
    -webkit-transition-delay: 4.9s;
    transition-delay: 4.9s; }
  .fadeUpWrap > *:nth-child(50) {
    -webkit-transition-delay: 5s;
    transition-delay: 5s; }
  .fadeUpWrap > *:nth-child(51) {
    -webkit-transition-delay: 5.1s;
    transition-delay: 5.1s; }
  .fadeUpWrap > *:nth-child(52) {
    -webkit-transition-delay: 5.2s;
    transition-delay: 5.2s; }
  .fadeUpWrap > *:nth-child(53) {
    -webkit-transition-delay: 5.3s;
    transition-delay: 5.3s; }
  .fadeUpWrap > *:nth-child(54) {
    -webkit-transition-delay: 5.4s;
    transition-delay: 5.4s; }
  .fadeUpWrap > *:nth-child(55) {
    -webkit-transition-delay: 5.5s;
    transition-delay: 5.5s; }
  .fadeUpWrap > *:nth-child(56) {
    -webkit-transition-delay: 5.6s;
    transition-delay: 5.6s; }
  .fadeUpWrap > *:nth-child(57) {
    -webkit-transition-delay: 5.7s;
    transition-delay: 5.7s; }
  .fadeUpWrap > *:nth-child(58) {
    -webkit-transition-delay: 5.8s;
    transition-delay: 5.8s; }
  .fadeUpWrap > *:nth-child(59) {
    -webkit-transition-delay: 5.9s;
    transition-delay: 5.9s; }
  .fadeUpWrap > *:nth-child(60) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s; }
  .fadeUpWrap > *:nth-child(61) {
    -webkit-transition-delay: 6.1s;
    transition-delay: 6.1s; }
  .fadeUpWrap > *:nth-child(62) {
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s; }
  .fadeUpWrap > *:nth-child(63) {
    -webkit-transition-delay: 6.3s;
    transition-delay: 6.3s; }
  .fadeUpWrap > *:nth-child(64) {
    -webkit-transition-delay: 6.4s;
    transition-delay: 6.4s; }
  .fadeUpWrap > *:nth-child(65) {
    -webkit-transition-delay: 6.5s;
    transition-delay: 6.5s; }
  .fadeUpWrap > *:nth-child(66) {
    -webkit-transition-delay: 6.6s;
    transition-delay: 6.6s; }
  .fadeUpWrap > *:nth-child(67) {
    -webkit-transition-delay: 6.7s;
    transition-delay: 6.7s; }
  .fadeUpWrap > *:nth-child(68) {
    -webkit-transition-delay: 6.8s;
    transition-delay: 6.8s; }
  .fadeUpWrap > *:nth-child(69) {
    -webkit-transition-delay: 6.9s;
    transition-delay: 6.9s; }
  .fadeUpWrap > *:nth-child(70) {
    -webkit-transition-delay: 7s;
    transition-delay: 7s; }
  .fadeUpWrap > *:nth-child(71) {
    -webkit-transition-delay: 7.1s;
    transition-delay: 7.1s; }
  .fadeUpWrap > *:nth-child(72) {
    -webkit-transition-delay: 7.2s;
    transition-delay: 7.2s; }
  .fadeUpWrap > *:nth-child(73) {
    -webkit-transition-delay: 7.3s;
    transition-delay: 7.3s; }
  .fadeUpWrap > *:nth-child(74) {
    -webkit-transition-delay: 7.4s;
    transition-delay: 7.4s; }
  .fadeUpWrap > *:nth-child(75) {
    -webkit-transition-delay: 7.5s;
    transition-delay: 7.5s; }
  .fadeUpWrap > *:nth-child(76) {
    -webkit-transition-delay: 7.6s;
    transition-delay: 7.6s; }
  .fadeUpWrap > *:nth-child(77) {
    -webkit-transition-delay: 7.7s;
    transition-delay: 7.7s; }
  .fadeUpWrap > *:nth-child(78) {
    -webkit-transition-delay: 7.8s;
    transition-delay: 7.8s; }
  .fadeUpWrap > *:nth-child(79) {
    -webkit-transition-delay: 7.9s;
    transition-delay: 7.9s; }
  .fadeUpWrap > *:nth-child(80) {
    -webkit-transition-delay: 8s;
    transition-delay: 8s; }
  .fadeUpWrap > *:nth-child(81) {
    -webkit-transition-delay: 8.1s;
    transition-delay: 8.1s; }
  .fadeUpWrap > *:nth-child(82) {
    -webkit-transition-delay: 8.2s;
    transition-delay: 8.2s; }
  .fadeUpWrap > *:nth-child(83) {
    -webkit-transition-delay: 8.3s;
    transition-delay: 8.3s; }
  .fadeUpWrap > *:nth-child(84) {
    -webkit-transition-delay: 8.4s;
    transition-delay: 8.4s; }
  .fadeUpWrap > *:nth-child(85) {
    -webkit-transition-delay: 8.5s;
    transition-delay: 8.5s; }
  .fadeUpWrap > *:nth-child(86) {
    -webkit-transition-delay: 8.6s;
    transition-delay: 8.6s; }
  .fadeUpWrap > *:nth-child(87) {
    -webkit-transition-delay: 8.7s;
    transition-delay: 8.7s; }
  .fadeUpWrap > *:nth-child(88) {
    -webkit-transition-delay: 8.8s;
    transition-delay: 8.8s; }
  .fadeUpWrap > *:nth-child(89) {
    -webkit-transition-delay: 8.9s;
    transition-delay: 8.9s; }
  .fadeUpWrap > *:nth-child(90) {
    -webkit-transition-delay: 9s;
    transition-delay: 9s; }
  .fadeUpWrap > *:nth-child(91) {
    -webkit-transition-delay: 9.1s;
    transition-delay: 9.1s; }
  .fadeUpWrap > *:nth-child(92) {
    -webkit-transition-delay: 9.2s;
    transition-delay: 9.2s; }
  .fadeUpWrap > *:nth-child(93) {
    -webkit-transition-delay: 9.3s;
    transition-delay: 9.3s; }
  .fadeUpWrap > *:nth-child(94) {
    -webkit-transition-delay: 9.4s;
    transition-delay: 9.4s; }
  .fadeUpWrap > *:nth-child(95) {
    -webkit-transition-delay: 9.5s;
    transition-delay: 9.5s; }
  .fadeUpWrap > *:nth-child(96) {
    -webkit-transition-delay: 9.6s;
    transition-delay: 9.6s; }
  .fadeUpWrap > *:nth-child(97) {
    -webkit-transition-delay: 9.7s;
    transition-delay: 9.7s; }
  .fadeUpWrap > *:nth-child(98) {
    -webkit-transition-delay: 9.8s;
    transition-delay: 9.8s; }
  .fadeUpWrap > *:nth-child(99) {
    -webkit-transition-delay: 9.9s;
    transition-delay: 9.9s; }
  .fadeUpWrap > *:nth-child(100) {
    -webkit-transition-delay: 10s;
    transition-delay: 10s; }
.wayon .fadeUpWrap > *, .fadeUpWrap.wayon > * {
  opacity: 1;
  transform: translateY(0); }

.fadeDown {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translateY(-30px); }

.fadeUp {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translateY(30px); }
  @media screen and (min-width: 980px) {
    .fadeUp.fadeUp2 {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; } }
  .fadeUp.fadeUp2M {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .fadeUp.fadeUp3M {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  @media screen and (min-width: 980px) {
    .fadeUp.fadeUp3 {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; } }

.wayon.fadeUp,
.wayon .fadeUp,
.pageOn.fadeUp,
.pageOn .fadeUp,
.pageOn.fadeDown,
.pageOn .fadeDown,
.wayon.fadeDown,
.wayon .fadeDown {
  opacity: 1;
  transform: translateY(0); }

#overlayMenu li {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(-10px); }
  .overlayOpen #overlayMenu li {
    opacity: 1;
    transform: translateY(0); }
    .overlayOpen #overlayMenu li:nth-child(1) {
      -webkit-transition-delay: 0.45s;
      transition-delay: 0.45s; }
    .overlayOpen #overlayMenu li:nth-child(2) {
      -webkit-transition-delay: 0.55s;
      transition-delay: 0.55s; }
    .overlayOpen #overlayMenu li:nth-child(3) {
      -webkit-transition-delay: 0.65s;
      transition-delay: 0.65s; }
    .overlayOpen #overlayMenu li:nth-child(4) {
      -webkit-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    .overlayOpen #overlayMenu li:nth-child(5) {
      -webkit-transition-delay: 0.85s;
      transition-delay: 0.85s; }
    .overlayOpen #overlayMenu li:nth-child(6) {
      -webkit-transition-delay: 0.95s;
      transition-delay: 0.95s; }
    .overlayOpen #overlayMenu li:nth-child(7) {
      -webkit-transition-delay: 1.05s;
      transition-delay: 1.05s; }
    .overlayOpen #overlayMenu li:nth-child(8) {
      -webkit-transition-delay: 1.15s;
      transition-delay: 1.15s; }
    .overlayOpen #overlayMenu li:nth-child(9) {
      -webkit-transition-delay: 1.25s;
      transition-delay: 1.25s; }
    .overlayOpen #overlayMenu li:nth-child(10) {
      -webkit-transition-delay: 1.35s;
      transition-delay: 1.35s; }
    .overlayOpen #overlayMenu li:nth-child(11) {
      -webkit-transition-delay: 1.45s;
      transition-delay: 1.45s; }
    .overlayOpen #overlayMenu li:nth-child(12) {
      -webkit-transition-delay: 1.55s;
      transition-delay: 1.55s; }
    .overlayOpen #overlayMenu li:nth-child(13) {
      -webkit-transition-delay: 1.65s;
      transition-delay: 1.65s; }
    .overlayOpen #overlayMenu li:nth-child(14) {
      -webkit-transition-delay: 1.75s;
      transition-delay: 1.75s; }
    .overlayOpen #overlayMenu li:nth-child(15) {
      -webkit-transition-delay: 1.85s;
      transition-delay: 1.85s; }
    .overlayOpen #overlayMenu li:nth-child(16) {
      -webkit-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .overlayOpen #overlayMenu li:nth-child(17) {
      -webkit-transition-delay: 2.05s;
      transition-delay: 2.05s; }
    .overlayOpen #overlayMenu li:nth-child(18) {
      -webkit-transition-delay: 2.15s;
      transition-delay: 2.15s; }
    .overlayOpen #overlayMenu li:nth-child(19) {
      -webkit-transition-delay: 2.25s;
      transition-delay: 2.25s; }
    .overlayOpen #overlayMenu li:nth-child(20) {
      -webkit-transition-delay: 2.35s;
      transition-delay: 2.35s; }
    .overlayOpen #overlayMenu li:nth-child(21) {
      -webkit-transition-delay: 2.45s;
      transition-delay: 2.45s; }
    .overlayOpen #overlayMenu li:nth-child(22) {
      -webkit-transition-delay: 2.55s;
      transition-delay: 2.55s; }
    .overlayOpen #overlayMenu li:nth-child(23) {
      -webkit-transition-delay: 2.65s;
      transition-delay: 2.65s; }
    .overlayOpen #overlayMenu li:nth-child(24) {
      -webkit-transition-delay: 2.75s;
      transition-delay: 2.75s; }
    .overlayOpen #overlayMenu li:nth-child(25) {
      -webkit-transition-delay: 2.85s;
      transition-delay: 2.85s; }
    .overlayOpen #overlayMenu li:nth-child(26) {
      -webkit-transition-delay: 2.95s;
      transition-delay: 2.95s; }
    .overlayOpen #overlayMenu li:nth-child(27) {
      -webkit-transition-delay: 3.05s;
      transition-delay: 3.05s; }
    .overlayOpen #overlayMenu li:nth-child(28) {
      -webkit-transition-delay: 3.15s;
      transition-delay: 3.15s; }
    .overlayOpen #overlayMenu li:nth-child(29) {
      -webkit-transition-delay: 3.25s;
      transition-delay: 3.25s; }
    .overlayOpen #overlayMenu li:nth-child(30) {
      -webkit-transition-delay: 3.35s;
      transition-delay: 3.35s; }
    .overlayOpen #overlayMenu li:nth-child(31) {
      -webkit-transition-delay: 3.45s;
      transition-delay: 3.45s; }
    .overlayOpen #overlayMenu li:nth-child(32) {
      -webkit-transition-delay: 3.55s;
      transition-delay: 3.55s; }
    .overlayOpen #overlayMenu li:nth-child(33) {
      -webkit-transition-delay: 3.65s;
      transition-delay: 3.65s; }
    .overlayOpen #overlayMenu li:nth-child(34) {
      -webkit-transition-delay: 3.75s;
      transition-delay: 3.75s; }
    .overlayOpen #overlayMenu li:nth-child(35) {
      -webkit-transition-delay: 3.85s;
      transition-delay: 3.85s; }
    .overlayOpen #overlayMenu li:nth-child(36) {
      -webkit-transition-delay: 3.95s;
      transition-delay: 3.95s; }
    .overlayOpen #overlayMenu li:nth-child(37) {
      -webkit-transition-delay: 4.05s;
      transition-delay: 4.05s; }
    .overlayOpen #overlayMenu li:nth-child(38) {
      -webkit-transition-delay: 4.15s;
      transition-delay: 4.15s; }
    .overlayOpen #overlayMenu li:nth-child(39) {
      -webkit-transition-delay: 4.25s;
      transition-delay: 4.25s; }
    .overlayOpen #overlayMenu li:nth-child(40) {
      -webkit-transition-delay: 4.35s;
      transition-delay: 4.35s; }
    .overlayOpen #overlayMenu li:nth-child(41) {
      -webkit-transition-delay: 4.45s;
      transition-delay: 4.45s; }
    .overlayOpen #overlayMenu li:nth-child(42) {
      -webkit-transition-delay: 4.55s;
      transition-delay: 4.55s; }
    .overlayOpen #overlayMenu li:nth-child(43) {
      -webkit-transition-delay: 4.65s;
      transition-delay: 4.65s; }
    .overlayOpen #overlayMenu li:nth-child(44) {
      -webkit-transition-delay: 4.75s;
      transition-delay: 4.75s; }
    .overlayOpen #overlayMenu li:nth-child(45) {
      -webkit-transition-delay: 4.85s;
      transition-delay: 4.85s; }
    .overlayOpen #overlayMenu li:nth-child(46) {
      -webkit-transition-delay: 4.95s;
      transition-delay: 4.95s; }
    .overlayOpen #overlayMenu li:nth-child(47) {
      -webkit-transition-delay: 5.05s;
      transition-delay: 5.05s; }
    .overlayOpen #overlayMenu li:nth-child(48) {
      -webkit-transition-delay: 5.15s;
      transition-delay: 5.15s; }
    .overlayOpen #overlayMenu li:nth-child(49) {
      -webkit-transition-delay: 5.25s;
      transition-delay: 5.25s; }
    .overlayOpen #overlayMenu li:nth-child(50) {
      -webkit-transition-delay: 5.35s;
      transition-delay: 5.35s; }
    .overlayOpen #overlayMenu li:nth-child(51) {
      -webkit-transition-delay: 5.45s;
      transition-delay: 5.45s; }
    .overlayOpen #overlayMenu li:nth-child(52) {
      -webkit-transition-delay: 5.55s;
      transition-delay: 5.55s; }
    .overlayOpen #overlayMenu li:nth-child(53) {
      -webkit-transition-delay: 5.65s;
      transition-delay: 5.65s; }
    .overlayOpen #overlayMenu li:nth-child(54) {
      -webkit-transition-delay: 5.75s;
      transition-delay: 5.75s; }
    .overlayOpen #overlayMenu li:nth-child(55) {
      -webkit-transition-delay: 5.85s;
      transition-delay: 5.85s; }
    .overlayOpen #overlayMenu li:nth-child(56) {
      -webkit-transition-delay: 5.95s;
      transition-delay: 5.95s; }
    .overlayOpen #overlayMenu li:nth-child(57) {
      -webkit-transition-delay: 6.05s;
      transition-delay: 6.05s; }
    .overlayOpen #overlayMenu li:nth-child(58) {
      -webkit-transition-delay: 6.15s;
      transition-delay: 6.15s; }
    .overlayOpen #overlayMenu li:nth-child(59) {
      -webkit-transition-delay: 6.25s;
      transition-delay: 6.25s; }
    .overlayOpen #overlayMenu li:nth-child(60) {
      -webkit-transition-delay: 6.35s;
      transition-delay: 6.35s; }
    .overlayOpen #overlayMenu li:nth-child(61) {
      -webkit-transition-delay: 6.45s;
      transition-delay: 6.45s; }
    .overlayOpen #overlayMenu li:nth-child(62) {
      -webkit-transition-delay: 6.55s;
      transition-delay: 6.55s; }
    .overlayOpen #overlayMenu li:nth-child(63) {
      -webkit-transition-delay: 6.65s;
      transition-delay: 6.65s; }
    .overlayOpen #overlayMenu li:nth-child(64) {
      -webkit-transition-delay: 6.75s;
      transition-delay: 6.75s; }
    .overlayOpen #overlayMenu li:nth-child(65) {
      -webkit-transition-delay: 6.85s;
      transition-delay: 6.85s; }
    .overlayOpen #overlayMenu li:nth-child(66) {
      -webkit-transition-delay: 6.95s;
      transition-delay: 6.95s; }
    .overlayOpen #overlayMenu li:nth-child(67) {
      -webkit-transition-delay: 7.05s;
      transition-delay: 7.05s; }
    .overlayOpen #overlayMenu li:nth-child(68) {
      -webkit-transition-delay: 7.15s;
      transition-delay: 7.15s; }
    .overlayOpen #overlayMenu li:nth-child(69) {
      -webkit-transition-delay: 7.25s;
      transition-delay: 7.25s; }
    .overlayOpen #overlayMenu li:nth-child(70) {
      -webkit-transition-delay: 7.35s;
      transition-delay: 7.35s; }
    .overlayOpen #overlayMenu li:nth-child(71) {
      -webkit-transition-delay: 7.45s;
      transition-delay: 7.45s; }
    .overlayOpen #overlayMenu li:nth-child(72) {
      -webkit-transition-delay: 7.55s;
      transition-delay: 7.55s; }
    .overlayOpen #overlayMenu li:nth-child(73) {
      -webkit-transition-delay: 7.65s;
      transition-delay: 7.65s; }
    .overlayOpen #overlayMenu li:nth-child(74) {
      -webkit-transition-delay: 7.75s;
      transition-delay: 7.75s; }
    .overlayOpen #overlayMenu li:nth-child(75) {
      -webkit-transition-delay: 7.85s;
      transition-delay: 7.85s; }
    .overlayOpen #overlayMenu li:nth-child(76) {
      -webkit-transition-delay: 7.95s;
      transition-delay: 7.95s; }
    .overlayOpen #overlayMenu li:nth-child(77) {
      -webkit-transition-delay: 8.05s;
      transition-delay: 8.05s; }
    .overlayOpen #overlayMenu li:nth-child(78) {
      -webkit-transition-delay: 8.15s;
      transition-delay: 8.15s; }
    .overlayOpen #overlayMenu li:nth-child(79) {
      -webkit-transition-delay: 8.25s;
      transition-delay: 8.25s; }
    .overlayOpen #overlayMenu li:nth-child(80) {
      -webkit-transition-delay: 8.35s;
      transition-delay: 8.35s; }
    .overlayOpen #overlayMenu li:nth-child(81) {
      -webkit-transition-delay: 8.45s;
      transition-delay: 8.45s; }
    .overlayOpen #overlayMenu li:nth-child(82) {
      -webkit-transition-delay: 8.55s;
      transition-delay: 8.55s; }
    .overlayOpen #overlayMenu li:nth-child(83) {
      -webkit-transition-delay: 8.65s;
      transition-delay: 8.65s; }
    .overlayOpen #overlayMenu li:nth-child(84) {
      -webkit-transition-delay: 8.75s;
      transition-delay: 8.75s; }
    .overlayOpen #overlayMenu li:nth-child(85) {
      -webkit-transition-delay: 8.85s;
      transition-delay: 8.85s; }
    .overlayOpen #overlayMenu li:nth-child(86) {
      -webkit-transition-delay: 8.95s;
      transition-delay: 8.95s; }
    .overlayOpen #overlayMenu li:nth-child(87) {
      -webkit-transition-delay: 9.05s;
      transition-delay: 9.05s; }
    .overlayOpen #overlayMenu li:nth-child(88) {
      -webkit-transition-delay: 9.15s;
      transition-delay: 9.15s; }
    .overlayOpen #overlayMenu li:nth-child(89) {
      -webkit-transition-delay: 9.25s;
      transition-delay: 9.25s; }
    .overlayOpen #overlayMenu li:nth-child(90) {
      -webkit-transition-delay: 9.35s;
      transition-delay: 9.35s; }
    .overlayOpen #overlayMenu li:nth-child(91) {
      -webkit-transition-delay: 9.45s;
      transition-delay: 9.45s; }
    .overlayOpen #overlayMenu li:nth-child(92) {
      -webkit-transition-delay: 9.55s;
      transition-delay: 9.55s; }
    .overlayOpen #overlayMenu li:nth-child(93) {
      -webkit-transition-delay: 9.65s;
      transition-delay: 9.65s; }
    .overlayOpen #overlayMenu li:nth-child(94) {
      -webkit-transition-delay: 9.75s;
      transition-delay: 9.75s; }
    .overlayOpen #overlayMenu li:nth-child(95) {
      -webkit-transition-delay: 9.85s;
      transition-delay: 9.85s; }
    .overlayOpen #overlayMenu li:nth-child(96) {
      -webkit-transition-delay: 9.95s;
      transition-delay: 9.95s; }
    .overlayOpen #overlayMenu li:nth-child(97) {
      -webkit-transition-delay: 10.05s;
      transition-delay: 10.05s; }
    .overlayOpen #overlayMenu li:nth-child(98) {
      -webkit-transition-delay: 10.15s;
      transition-delay: 10.15s; }
    .overlayOpen #overlayMenu li:nth-child(99) {
      -webkit-transition-delay: 10.25s;
      transition-delay: 10.25s; }
    .overlayOpen #overlayMenu li:nth-child(100) {
      -webkit-transition-delay: 10.35s;
      transition-delay: 10.35s; }
  .overlayClose #overlayMenu li:nth-last-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .overlayClose #overlayMenu li:nth-last-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .overlayClose #overlayMenu li:nth-last-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .overlayClose #overlayMenu li:nth-last-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .overlayClose #overlayMenu li:nth-last-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .overlayClose #overlayMenu li:nth-last-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .overlayClose #overlayMenu li:nth-last-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .overlayClose #overlayMenu li:nth-last-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .overlayClose #overlayMenu li:nth-last-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .overlayClose #overlayMenu li:nth-last-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .overlayClose #overlayMenu li:nth-last-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .overlayClose #overlayMenu li:nth-last-child(12) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .overlayClose #overlayMenu li:nth-last-child(13) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .overlayClose #overlayMenu li:nth-last-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .overlayClose #overlayMenu li:nth-last-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .overlayClose #overlayMenu li:nth-last-child(16) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .overlayClose #overlayMenu li:nth-last-child(17) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .overlayClose #overlayMenu li:nth-last-child(18) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .overlayClose #overlayMenu li:nth-last-child(19) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .overlayClose #overlayMenu li:nth-last-child(20) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
  .overlayClose #overlayMenu li:nth-last-child(21) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .overlayClose #overlayMenu li:nth-last-child(22) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .overlayClose #overlayMenu li:nth-last-child(23) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .overlayClose #overlayMenu li:nth-last-child(24) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .overlayClose #overlayMenu li:nth-last-child(25) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .overlayClose #overlayMenu li:nth-last-child(26) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .overlayClose #overlayMenu li:nth-last-child(27) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .overlayClose #overlayMenu li:nth-last-child(28) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .overlayClose #overlayMenu li:nth-last-child(29) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .overlayClose #overlayMenu li:nth-last-child(30) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s; }
  .overlayClose #overlayMenu li:nth-last-child(31) {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .overlayClose #overlayMenu li:nth-last-child(32) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .overlayClose #overlayMenu li:nth-last-child(33) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .overlayClose #overlayMenu li:nth-last-child(34) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .overlayClose #overlayMenu li:nth-last-child(35) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s; }
  .overlayClose #overlayMenu li:nth-last-child(36) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .overlayClose #overlayMenu li:nth-last-child(37) {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .overlayClose #overlayMenu li:nth-last-child(38) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s; }
  .overlayClose #overlayMenu li:nth-last-child(39) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .overlayClose #overlayMenu li:nth-last-child(40) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s; }
  .overlayClose #overlayMenu li:nth-last-child(41) {
    -webkit-transition-delay: 4.1s;
    transition-delay: 4.1s; }
  .overlayClose #overlayMenu li:nth-last-child(42) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .overlayClose #overlayMenu li:nth-last-child(43) {
    -webkit-transition-delay: 4.3s;
    transition-delay: 4.3s; }
  .overlayClose #overlayMenu li:nth-last-child(44) {
    -webkit-transition-delay: 4.4s;
    transition-delay: 4.4s; }
  .overlayClose #overlayMenu li:nth-last-child(45) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .overlayClose #overlayMenu li:nth-last-child(46) {
    -webkit-transition-delay: 4.6s;
    transition-delay: 4.6s; }
  .overlayClose #overlayMenu li:nth-last-child(47) {
    -webkit-transition-delay: 4.7s;
    transition-delay: 4.7s; }
  .overlayClose #overlayMenu li:nth-last-child(48) {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .overlayClose #overlayMenu li:nth-last-child(49) {
    -webkit-transition-delay: 4.9s;
    transition-delay: 4.9s; }
  .overlayClose #overlayMenu li:nth-last-child(50) {
    -webkit-transition-delay: 5s;
    transition-delay: 5s; }
  .overlayClose #overlayMenu li:nth-last-child(51) {
    -webkit-transition-delay: 5.1s;
    transition-delay: 5.1s; }
  .overlayClose #overlayMenu li:nth-last-child(52) {
    -webkit-transition-delay: 5.2s;
    transition-delay: 5.2s; }
  .overlayClose #overlayMenu li:nth-last-child(53) {
    -webkit-transition-delay: 5.3s;
    transition-delay: 5.3s; }
  .overlayClose #overlayMenu li:nth-last-child(54) {
    -webkit-transition-delay: 5.4s;
    transition-delay: 5.4s; }
  .overlayClose #overlayMenu li:nth-last-child(55) {
    -webkit-transition-delay: 5.5s;
    transition-delay: 5.5s; }
  .overlayClose #overlayMenu li:nth-last-child(56) {
    -webkit-transition-delay: 5.6s;
    transition-delay: 5.6s; }
  .overlayClose #overlayMenu li:nth-last-child(57) {
    -webkit-transition-delay: 5.7s;
    transition-delay: 5.7s; }
  .overlayClose #overlayMenu li:nth-last-child(58) {
    -webkit-transition-delay: 5.8s;
    transition-delay: 5.8s; }
  .overlayClose #overlayMenu li:nth-last-child(59) {
    -webkit-transition-delay: 5.9s;
    transition-delay: 5.9s; }
  .overlayClose #overlayMenu li:nth-last-child(60) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s; }
  .overlayClose #overlayMenu li:nth-last-child(61) {
    -webkit-transition-delay: 6.1s;
    transition-delay: 6.1s; }
  .overlayClose #overlayMenu li:nth-last-child(62) {
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s; }
  .overlayClose #overlayMenu li:nth-last-child(63) {
    -webkit-transition-delay: 6.3s;
    transition-delay: 6.3s; }
  .overlayClose #overlayMenu li:nth-last-child(64) {
    -webkit-transition-delay: 6.4s;
    transition-delay: 6.4s; }
  .overlayClose #overlayMenu li:nth-last-child(65) {
    -webkit-transition-delay: 6.5s;
    transition-delay: 6.5s; }
  .overlayClose #overlayMenu li:nth-last-child(66) {
    -webkit-transition-delay: 6.6s;
    transition-delay: 6.6s; }
  .overlayClose #overlayMenu li:nth-last-child(67) {
    -webkit-transition-delay: 6.7s;
    transition-delay: 6.7s; }
  .overlayClose #overlayMenu li:nth-last-child(68) {
    -webkit-transition-delay: 6.8s;
    transition-delay: 6.8s; }
  .overlayClose #overlayMenu li:nth-last-child(69) {
    -webkit-transition-delay: 6.9s;
    transition-delay: 6.9s; }
  .overlayClose #overlayMenu li:nth-last-child(70) {
    -webkit-transition-delay: 7s;
    transition-delay: 7s; }
  .overlayClose #overlayMenu li:nth-last-child(71) {
    -webkit-transition-delay: 7.1s;
    transition-delay: 7.1s; }
  .overlayClose #overlayMenu li:nth-last-child(72) {
    -webkit-transition-delay: 7.2s;
    transition-delay: 7.2s; }
  .overlayClose #overlayMenu li:nth-last-child(73) {
    -webkit-transition-delay: 7.3s;
    transition-delay: 7.3s; }
  .overlayClose #overlayMenu li:nth-last-child(74) {
    -webkit-transition-delay: 7.4s;
    transition-delay: 7.4s; }
  .overlayClose #overlayMenu li:nth-last-child(75) {
    -webkit-transition-delay: 7.5s;
    transition-delay: 7.5s; }
  .overlayClose #overlayMenu li:nth-last-child(76) {
    -webkit-transition-delay: 7.6s;
    transition-delay: 7.6s; }
  .overlayClose #overlayMenu li:nth-last-child(77) {
    -webkit-transition-delay: 7.7s;
    transition-delay: 7.7s; }
  .overlayClose #overlayMenu li:nth-last-child(78) {
    -webkit-transition-delay: 7.8s;
    transition-delay: 7.8s; }
  .overlayClose #overlayMenu li:nth-last-child(79) {
    -webkit-transition-delay: 7.9s;
    transition-delay: 7.9s; }
  .overlayClose #overlayMenu li:nth-last-child(80) {
    -webkit-transition-delay: 8s;
    transition-delay: 8s; }
  .overlayClose #overlayMenu li:nth-last-child(81) {
    -webkit-transition-delay: 8.1s;
    transition-delay: 8.1s; }
  .overlayClose #overlayMenu li:nth-last-child(82) {
    -webkit-transition-delay: 8.2s;
    transition-delay: 8.2s; }
  .overlayClose #overlayMenu li:nth-last-child(83) {
    -webkit-transition-delay: 8.3s;
    transition-delay: 8.3s; }
  .overlayClose #overlayMenu li:nth-last-child(84) {
    -webkit-transition-delay: 8.4s;
    transition-delay: 8.4s; }
  .overlayClose #overlayMenu li:nth-last-child(85) {
    -webkit-transition-delay: 8.5s;
    transition-delay: 8.5s; }
  .overlayClose #overlayMenu li:nth-last-child(86) {
    -webkit-transition-delay: 8.6s;
    transition-delay: 8.6s; }
  .overlayClose #overlayMenu li:nth-last-child(87) {
    -webkit-transition-delay: 8.7s;
    transition-delay: 8.7s; }
  .overlayClose #overlayMenu li:nth-last-child(88) {
    -webkit-transition-delay: 8.8s;
    transition-delay: 8.8s; }
  .overlayClose #overlayMenu li:nth-last-child(89) {
    -webkit-transition-delay: 8.9s;
    transition-delay: 8.9s; }
  .overlayClose #overlayMenu li:nth-last-child(90) {
    -webkit-transition-delay: 9s;
    transition-delay: 9s; }
  .overlayClose #overlayMenu li:nth-last-child(91) {
    -webkit-transition-delay: 9.1s;
    transition-delay: 9.1s; }
  .overlayClose #overlayMenu li:nth-last-child(92) {
    -webkit-transition-delay: 9.2s;
    transition-delay: 9.2s; }
  .overlayClose #overlayMenu li:nth-last-child(93) {
    -webkit-transition-delay: 9.3s;
    transition-delay: 9.3s; }
  .overlayClose #overlayMenu li:nth-last-child(94) {
    -webkit-transition-delay: 9.4s;
    transition-delay: 9.4s; }
  .overlayClose #overlayMenu li:nth-last-child(95) {
    -webkit-transition-delay: 9.5s;
    transition-delay: 9.5s; }
  .overlayClose #overlayMenu li:nth-last-child(96) {
    -webkit-transition-delay: 9.6s;
    transition-delay: 9.6s; }
  .overlayClose #overlayMenu li:nth-last-child(97) {
    -webkit-transition-delay: 9.7s;
    transition-delay: 9.7s; }
  .overlayClose #overlayMenu li:nth-last-child(98) {
    -webkit-transition-delay: 9.8s;
    transition-delay: 9.8s; }
  .overlayClose #overlayMenu li:nth-last-child(99) {
    -webkit-transition-delay: 9.9s;
    transition-delay: 9.9s; }
  .overlayClose #overlayMenu li:nth-last-child(100) {
    -webkit-transition-delay: 10s;
    transition-delay: 10s; }

.slidePop {
  overflow: hidden; }
  .slidePop > span {
    overflow: hidden;
    transform: translateX(-101%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    display: block; }
    .slidePop > span > span {
      transform: translateX(101%);
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease;
      display: block; }
  .slidePop.secTitleJp > span, .slidePop#pageTitleJp > span {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .slidePop.secTitleJp > span > span, .slidePop#pageTitleJp > span > span {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }

.wayon.slidePop > span,
.active .slidePop > span,
.wayon .slidePop > span {
  transform: translateX(0); }
  .wayon.slidePop > span > span,
  .active .slidePop > span > span,
  .wayon .slidePop > span > span {
    transform: translateX(0); }

.imgPop {
  overflow: hidden; }
  .imgPop.imgPopR {
    overflow: hidden; }
    .imgPop.imgPopR > * {
      transform: translateX(101%); }
      .imgPop.imgPopR > *:before {
        left: 0; }
  .imgPop > * {
    transform: translateX(-101%);
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .wayon .imgPop > * {
      transform: translateX(0%); }
    .imgPop > *:before {
      background: #1c79bc;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      -webkit-transition: width 0.4s 0.4s ease, background-color 0.4s 0.2s ease;
      transition: width 0.4s 0.4s ease, background-color 0.4s 0.2s ease;
      z-index: 3; }
      .wayon .imgPop > *:before {
        width: 0%;
        background: #101010; }
  .imgPop.wayon > *, .active .imgPop > * {
    transform: translateX(0%); }
    .imgPop.wayon > *:before, .active .imgPop > *:before {
      width: 0%;
      background: #101010; }

@media screen and (max-width: 980px) {
  .fadeUpText.fadeUpTextPC {
    display: none; } }
@media screen and (min-width: 980px) {
  .fadeUpText.fadeUpTextSP {
    display: none; } }
@media screen and (max-width: 980px) {
  .fadeUpText.fadeUpTextSP {
    text-align: center; } }
.fadeUpText > span {
  display: block;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(300%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .fadeUpText > span:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .fadeUpText > span:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .fadeUpText > span:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .fadeUpText > span:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .fadeUpText > span:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .fadeUpText > span:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .fadeUpText > span:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .fadeUpText > span:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .fadeUpText > span:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .fadeUpText > span:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .fadeUpText > span:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .fadeUpText > span:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .fadeUpText > span:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .fadeUpText > span:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .fadeUpText > span:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .fadeUpText > span:nth-child(16) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .fadeUpText > span:nth-child(17) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .fadeUpText > span:nth-child(18) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .fadeUpText > span:nth-child(19) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .fadeUpText > span:nth-child(20) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
  .fadeUpText > span:nth-child(21) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .fadeUpText > span:nth-child(22) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .fadeUpText > span:nth-child(23) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .fadeUpText > span:nth-child(24) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .fadeUpText > span:nth-child(25) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .fadeUpText > span:nth-child(26) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .fadeUpText > span:nth-child(27) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .fadeUpText > span:nth-child(28) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .fadeUpText > span:nth-child(29) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .fadeUpText > span:nth-child(30) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s; }
  .fadeUpText > span:nth-child(31) {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .fadeUpText > span:nth-child(32) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .fadeUpText > span:nth-child(33) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .fadeUpText > span:nth-child(34) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .fadeUpText > span:nth-child(35) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s; }
  .fadeUpText > span:nth-child(36) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .fadeUpText > span:nth-child(37) {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .fadeUpText > span:nth-child(38) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s; }
  .fadeUpText > span:nth-child(39) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .fadeUpText > span:nth-child(40) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s; }
  .fadeUpText > span:nth-child(41) {
    -webkit-transition-delay: 4.1s;
    transition-delay: 4.1s; }
  .fadeUpText > span:nth-child(42) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .fadeUpText > span:nth-child(43) {
    -webkit-transition-delay: 4.3s;
    transition-delay: 4.3s; }
  .fadeUpText > span:nth-child(44) {
    -webkit-transition-delay: 4.4s;
    transition-delay: 4.4s; }
  .fadeUpText > span:nth-child(45) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .fadeUpText > span:nth-child(46) {
    -webkit-transition-delay: 4.6s;
    transition-delay: 4.6s; }
  .fadeUpText > span:nth-child(47) {
    -webkit-transition-delay: 4.7s;
    transition-delay: 4.7s; }
  .fadeUpText > span:nth-child(48) {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .fadeUpText > span:nth-child(49) {
    -webkit-transition-delay: 4.9s;
    transition-delay: 4.9s; }
  .fadeUpText > span:nth-child(50) {
    -webkit-transition-delay: 5s;
    transition-delay: 5s; }
  .fadeUpText > span:nth-child(51) {
    -webkit-transition-delay: 5.1s;
    transition-delay: 5.1s; }
  .fadeUpText > span:nth-child(52) {
    -webkit-transition-delay: 5.2s;
    transition-delay: 5.2s; }
  .fadeUpText > span:nth-child(53) {
    -webkit-transition-delay: 5.3s;
    transition-delay: 5.3s; }
  .fadeUpText > span:nth-child(54) {
    -webkit-transition-delay: 5.4s;
    transition-delay: 5.4s; }
  .fadeUpText > span:nth-child(55) {
    -webkit-transition-delay: 5.5s;
    transition-delay: 5.5s; }
  .fadeUpText > span:nth-child(56) {
    -webkit-transition-delay: 5.6s;
    transition-delay: 5.6s; }
  .fadeUpText > span:nth-child(57) {
    -webkit-transition-delay: 5.7s;
    transition-delay: 5.7s; }
  .fadeUpText > span:nth-child(58) {
    -webkit-transition-delay: 5.8s;
    transition-delay: 5.8s; }
  .fadeUpText > span:nth-child(59) {
    -webkit-transition-delay: 5.9s;
    transition-delay: 5.9s; }
  .fadeUpText > span:nth-child(60) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s; }
  .fadeUpText > span:nth-child(61) {
    -webkit-transition-delay: 6.1s;
    transition-delay: 6.1s; }
  .fadeUpText > span:nth-child(62) {
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s; }
  .fadeUpText > span:nth-child(63) {
    -webkit-transition-delay: 6.3s;
    transition-delay: 6.3s; }
  .fadeUpText > span:nth-child(64) {
    -webkit-transition-delay: 6.4s;
    transition-delay: 6.4s; }
  .fadeUpText > span:nth-child(65) {
    -webkit-transition-delay: 6.5s;
    transition-delay: 6.5s; }
  .fadeUpText > span:nth-child(66) {
    -webkit-transition-delay: 6.6s;
    transition-delay: 6.6s; }
  .fadeUpText > span:nth-child(67) {
    -webkit-transition-delay: 6.7s;
    transition-delay: 6.7s; }
  .fadeUpText > span:nth-child(68) {
    -webkit-transition-delay: 6.8s;
    transition-delay: 6.8s; }
  .fadeUpText > span:nth-child(69) {
    -webkit-transition-delay: 6.9s;
    transition-delay: 6.9s; }
  .fadeUpText > span:nth-child(70) {
    -webkit-transition-delay: 7s;
    transition-delay: 7s; }
  .fadeUpText > span:nth-child(71) {
    -webkit-transition-delay: 7.1s;
    transition-delay: 7.1s; }
  .fadeUpText > span:nth-child(72) {
    -webkit-transition-delay: 7.2s;
    transition-delay: 7.2s; }
  .fadeUpText > span:nth-child(73) {
    -webkit-transition-delay: 7.3s;
    transition-delay: 7.3s; }
  .fadeUpText > span:nth-child(74) {
    -webkit-transition-delay: 7.4s;
    transition-delay: 7.4s; }
  .fadeUpText > span:nth-child(75) {
    -webkit-transition-delay: 7.5s;
    transition-delay: 7.5s; }
  .fadeUpText > span:nth-child(76) {
    -webkit-transition-delay: 7.6s;
    transition-delay: 7.6s; }
  .fadeUpText > span:nth-child(77) {
    -webkit-transition-delay: 7.7s;
    transition-delay: 7.7s; }
  .fadeUpText > span:nth-child(78) {
    -webkit-transition-delay: 7.8s;
    transition-delay: 7.8s; }
  .fadeUpText > span:nth-child(79) {
    -webkit-transition-delay: 7.9s;
    transition-delay: 7.9s; }
  .fadeUpText > span:nth-child(80) {
    -webkit-transition-delay: 8s;
    transition-delay: 8s; }
  .fadeUpText > span:nth-child(81) {
    -webkit-transition-delay: 8.1s;
    transition-delay: 8.1s; }
  .fadeUpText > span:nth-child(82) {
    -webkit-transition-delay: 8.2s;
    transition-delay: 8.2s; }
  .fadeUpText > span:nth-child(83) {
    -webkit-transition-delay: 8.3s;
    transition-delay: 8.3s; }
  .fadeUpText > span:nth-child(84) {
    -webkit-transition-delay: 8.4s;
    transition-delay: 8.4s; }
  .fadeUpText > span:nth-child(85) {
    -webkit-transition-delay: 8.5s;
    transition-delay: 8.5s; }
  .fadeUpText > span:nth-child(86) {
    -webkit-transition-delay: 8.6s;
    transition-delay: 8.6s; }
  .fadeUpText > span:nth-child(87) {
    -webkit-transition-delay: 8.7s;
    transition-delay: 8.7s; }
  .fadeUpText > span:nth-child(88) {
    -webkit-transition-delay: 8.8s;
    transition-delay: 8.8s; }
  .fadeUpText > span:nth-child(89) {
    -webkit-transition-delay: 8.9s;
    transition-delay: 8.9s; }
  .fadeUpText > span:nth-child(90) {
    -webkit-transition-delay: 9s;
    transition-delay: 9s; }
  .fadeUpText > span:nth-child(91) {
    -webkit-transition-delay: 9.1s;
    transition-delay: 9.1s; }
  .fadeUpText > span:nth-child(92) {
    -webkit-transition-delay: 9.2s;
    transition-delay: 9.2s; }
  .fadeUpText > span:nth-child(93) {
    -webkit-transition-delay: 9.3s;
    transition-delay: 9.3s; }
  .fadeUpText > span:nth-child(94) {
    -webkit-transition-delay: 9.4s;
    transition-delay: 9.4s; }
  .fadeUpText > span:nth-child(95) {
    -webkit-transition-delay: 9.5s;
    transition-delay: 9.5s; }
  .fadeUpText > span:nth-child(96) {
    -webkit-transition-delay: 9.6s;
    transition-delay: 9.6s; }
  .fadeUpText > span:nth-child(97) {
    -webkit-transition-delay: 9.7s;
    transition-delay: 9.7s; }
  .fadeUpText > span:nth-child(98) {
    -webkit-transition-delay: 9.8s;
    transition-delay: 9.8s; }
  .fadeUpText > span:nth-child(99) {
    -webkit-transition-delay: 9.9s;
    transition-delay: 9.9s; }
  .fadeUpText > span:nth-child(100) {
    -webkit-transition-delay: 10s;
    transition-delay: 10s; }
  @media screen and (min-width: 980px) {
    .fadeUpText > span:not(:first-child) {
      margin-top: 2vw; } }
  @media screen and (max-width: 980px) {
    .fadeUpText > span:not(:first-child) {
      margin-top: 5vw; } }
.fadeUpText.wayon > span {
  opacity: 1;
  transform: translateY(0); }

.slideList {
  overflow: hidden;
  display: block; }
  .slideList > span {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.5s 0.2s ease;
    transition: all 0.5s 0.2s ease; }
  .slideList.wayon > span {
    opacity: 1;
    transform: translateY(0); }

.fadeWrapUp > * {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }
  .fadeWrapUp > *:nth-child(1) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s; }
  .fadeWrapUp > *:nth-child(2) {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s; }
  .fadeWrapUp > *:nth-child(3) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s; }
  .fadeWrapUp > *:nth-child(4) {
    -webkit-transition-delay: 0.64s;
    transition-delay: 0.64s; }
  .fadeWrapUp > *:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .fadeWrapUp > *:nth-child(6) {
    -webkit-transition-delay: 0.96s;
    transition-delay: 0.96s; }
  .fadeWrapUp > *:nth-child(7) {
    -webkit-transition-delay: 1.12s;
    transition-delay: 1.12s; }
  .fadeWrapUp > *:nth-child(8) {
    -webkit-transition-delay: 1.28s;
    transition-delay: 1.28s; }
  .fadeWrapUp > *:nth-child(9) {
    -webkit-transition-delay: 1.44s;
    transition-delay: 1.44s; }
  .fadeWrapUp > *:nth-child(10) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .fadeWrapUp > *:nth-child(11) {
    -webkit-transition-delay: 1.76s;
    transition-delay: 1.76s; }
  .fadeWrapUp > *:nth-child(12) {
    -webkit-transition-delay: 1.92s;
    transition-delay: 1.92s; }
  .fadeWrapUp > *:nth-child(13) {
    -webkit-transition-delay: 2.08s;
    transition-delay: 2.08s; }
  .fadeWrapUp > *:nth-child(14) {
    -webkit-transition-delay: 2.24s;
    transition-delay: 2.24s; }
  .fadeWrapUp > *:nth-child(15) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .fadeWrapUp > *:nth-child(16) {
    -webkit-transition-delay: 2.56s;
    transition-delay: 2.56s; }
  .fadeWrapUp > *:nth-child(17) {
    -webkit-transition-delay: 2.72s;
    transition-delay: 2.72s; }
  .fadeWrapUp > *:nth-child(18) {
    -webkit-transition-delay: 2.88s;
    transition-delay: 2.88s; }
  .fadeWrapUp > *:nth-child(19) {
    -webkit-transition-delay: 3.04s;
    transition-delay: 3.04s; }
  .fadeWrapUp > *:nth-child(20) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s; }
.fadeWrapUp.wayon > * {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.popText {
  display: inline-block; }
  .popText > span {
    display: inline-block;
    opacity: 0; }

.wayon.popText > *:nth-child(1),
.active .popText > *:nth-child(1) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.01s forwards; }
.wayon.popText > *:nth-child(2),
.active .popText > *:nth-child(2) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.02s forwards; }
.wayon.popText > *:nth-child(3),
.active .popText > *:nth-child(3) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.03s forwards; }
.wayon.popText > *:nth-child(4),
.active .popText > *:nth-child(4) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.04s forwards; }
.wayon.popText > *:nth-child(5),
.active .popText > *:nth-child(5) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.05s forwards; }
.wayon.popText > *:nth-child(6),
.active .popText > *:nth-child(6) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.06s forwards; }
.wayon.popText > *:nth-child(7),
.active .popText > *:nth-child(7) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.07s forwards; }
.wayon.popText > *:nth-child(8),
.active .popText > *:nth-child(8) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.08s forwards; }
.wayon.popText > *:nth-child(9),
.active .popText > *:nth-child(9) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.09s forwards; }
.wayon.popText > *:nth-child(10),
.active .popText > *:nth-child(10) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards; }
.wayon.popText > *:nth-child(11),
.active .popText > *:nth-child(11) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.11s forwards; }
.wayon.popText > *:nth-child(12),
.active .popText > *:nth-child(12) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.12s forwards; }
.wayon.popText > *:nth-child(13),
.active .popText > *:nth-child(13) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.13s forwards; }
.wayon.popText > *:nth-child(14),
.active .popText > *:nth-child(14) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.14s forwards; }
.wayon.popText > *:nth-child(15),
.active .popText > *:nth-child(15) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.15s forwards; }
.wayon.popText > *:nth-child(16),
.active .popText > *:nth-child(16) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.16s forwards; }
.wayon.popText > *:nth-child(17),
.active .popText > *:nth-child(17) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.17s forwards; }
.wayon.popText > *:nth-child(18),
.active .popText > *:nth-child(18) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.18s forwards; }
.wayon.popText > *:nth-child(19),
.active .popText > *:nth-child(19) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.19s forwards; }
.wayon.popText > *:nth-child(20),
.active .popText > *:nth-child(20) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards; }
.wayon.popText > *:nth-child(21),
.active .popText > *:nth-child(21) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.21s forwards; }
.wayon.popText > *:nth-child(22),
.active .popText > *:nth-child(22) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.22s forwards; }
.wayon.popText > *:nth-child(23),
.active .popText > *:nth-child(23) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.23s forwards; }
.wayon.popText > *:nth-child(24),
.active .popText > *:nth-child(24) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.24s forwards; }
.wayon.popText > *:nth-child(25),
.active .popText > *:nth-child(25) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.25s forwards; }
.wayon.popText > *:nth-child(26),
.active .popText > *:nth-child(26) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.26s forwards; }
.wayon.popText > *:nth-child(27),
.active .popText > *:nth-child(27) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.27s forwards; }
.wayon.popText > *:nth-child(28),
.active .popText > *:nth-child(28) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.28s forwards; }
.wayon.popText > *:nth-child(29),
.active .popText > *:nth-child(29) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.29s forwards; }
.wayon.popText > *:nth-child(30),
.active .popText > *:nth-child(30) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards; }
.wayon.popText > *:nth-child(31),
.active .popText > *:nth-child(31) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.31s forwards; }
.wayon.popText > *:nth-child(32),
.active .popText > *:nth-child(32) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.32s forwards; }
.wayon.popText > *:nth-child(33),
.active .popText > *:nth-child(33) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.33s forwards; }
.wayon.popText > *:nth-child(34),
.active .popText > *:nth-child(34) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.34s forwards; }
.wayon.popText > *:nth-child(35),
.active .popText > *:nth-child(35) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.35s forwards; }
.wayon.popText > *:nth-child(36),
.active .popText > *:nth-child(36) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.36s forwards; }
.wayon.popText > *:nth-child(37),
.active .popText > *:nth-child(37) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.37s forwards; }
.wayon.popText > *:nth-child(38),
.active .popText > *:nth-child(38) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.38s forwards; }
.wayon.popText > *:nth-child(39),
.active .popText > *:nth-child(39) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.39s forwards; }
.wayon.popText > *:nth-child(40),
.active .popText > *:nth-child(40) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards; }
.wayon.popText > *:nth-child(41),
.active .popText > *:nth-child(41) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.41s forwards; }
.wayon.popText > *:nth-child(42),
.active .popText > *:nth-child(42) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.42s forwards; }
.wayon.popText > *:nth-child(43),
.active .popText > *:nth-child(43) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.43s forwards; }
.wayon.popText > *:nth-child(44),
.active .popText > *:nth-child(44) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.44s forwards; }
.wayon.popText > *:nth-child(45),
.active .popText > *:nth-child(45) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.45s forwards; }
.wayon.popText > *:nth-child(46),
.active .popText > *:nth-child(46) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.46s forwards; }
.wayon.popText > *:nth-child(47),
.active .popText > *:nth-child(47) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.47s forwards; }
.wayon.popText > *:nth-child(48),
.active .popText > *:nth-child(48) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.48s forwards; }
.wayon.popText > *:nth-child(49),
.active .popText > *:nth-child(49) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.49s forwards; }
.wayon.popText > *:nth-child(50),
.active .popText > *:nth-child(50) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards; }
.wayon.popText > *:nth-child(51),
.active .popText > *:nth-child(51) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.51s forwards; }
.wayon.popText > *:nth-child(52),
.active .popText > *:nth-child(52) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.52s forwards; }
.wayon.popText > *:nth-child(53),
.active .popText > *:nth-child(53) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.53s forwards; }
.wayon.popText > *:nth-child(54),
.active .popText > *:nth-child(54) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.54s forwards; }
.wayon.popText > *:nth-child(55),
.active .popText > *:nth-child(55) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.55s forwards; }
.wayon.popText > *:nth-child(56),
.active .popText > *:nth-child(56) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.56s forwards; }
.wayon.popText > *:nth-child(57),
.active .popText > *:nth-child(57) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.57s forwards; }
.wayon.popText > *:nth-child(58),
.active .popText > *:nth-child(58) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.58s forwards; }
.wayon.popText > *:nth-child(59),
.active .popText > *:nth-child(59) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.59s forwards; }
.wayon.popText > *:nth-child(60),
.active .popText > *:nth-child(60) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards; }
.wayon.popText > *:nth-child(61),
.active .popText > *:nth-child(61) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.61s forwards; }
.wayon.popText > *:nth-child(62),
.active .popText > *:nth-child(62) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.62s forwards; }
.wayon.popText > *:nth-child(63),
.active .popText > *:nth-child(63) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.63s forwards; }
.wayon.popText > *:nth-child(64),
.active .popText > *:nth-child(64) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.64s forwards; }
.wayon.popText > *:nth-child(65),
.active .popText > *:nth-child(65) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.65s forwards; }
.wayon.popText > *:nth-child(66),
.active .popText > *:nth-child(66) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.66s forwards; }
.wayon.popText > *:nth-child(67),
.active .popText > *:nth-child(67) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.67s forwards; }
.wayon.popText > *:nth-child(68),
.active .popText > *:nth-child(68) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.68s forwards; }
.wayon.popText > *:nth-child(69),
.active .popText > *:nth-child(69) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.69s forwards; }
.wayon.popText > *:nth-child(70),
.active .popText > *:nth-child(70) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards; }
.wayon.popText > *:nth-child(71),
.active .popText > *:nth-child(71) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.71s forwards; }
.wayon.popText > *:nth-child(72),
.active .popText > *:nth-child(72) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.72s forwards; }
.wayon.popText > *:nth-child(73),
.active .popText > *:nth-child(73) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.73s forwards; }
.wayon.popText > *:nth-child(74),
.active .popText > *:nth-child(74) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.74s forwards; }
.wayon.popText > *:nth-child(75),
.active .popText > *:nth-child(75) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.75s forwards; }
.wayon.popText > *:nth-child(76),
.active .popText > *:nth-child(76) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.76s forwards; }
.wayon.popText > *:nth-child(77),
.active .popText > *:nth-child(77) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.77s forwards; }
.wayon.popText > *:nth-child(78),
.active .popText > *:nth-child(78) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.78s forwards; }
.wayon.popText > *:nth-child(79),
.active .popText > *:nth-child(79) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.79s forwards; }
.wayon.popText > *:nth-child(80),
.active .popText > *:nth-child(80) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards; }
.wayon.popText > *:nth-child(81),
.active .popText > *:nth-child(81) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.81s forwards; }
.wayon.popText > *:nth-child(82),
.active .popText > *:nth-child(82) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.82s forwards; }
.wayon.popText > *:nth-child(83),
.active .popText > *:nth-child(83) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.83s forwards; }
.wayon.popText > *:nth-child(84),
.active .popText > *:nth-child(84) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.84s forwards; }
.wayon.popText > *:nth-child(85),
.active .popText > *:nth-child(85) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.85s forwards; }
.wayon.popText > *:nth-child(86),
.active .popText > *:nth-child(86) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.86s forwards; }
.wayon.popText > *:nth-child(87),
.active .popText > *:nth-child(87) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.87s forwards; }
.wayon.popText > *:nth-child(88),
.active .popText > *:nth-child(88) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.88s forwards; }
.wayon.popText > *:nth-child(89),
.active .popText > *:nth-child(89) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.89s forwards; }
.wayon.popText > *:nth-child(90),
.active .popText > *:nth-child(90) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards; }
.wayon.popText > *:nth-child(91),
.active .popText > *:nth-child(91) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.91s forwards; }
.wayon.popText > *:nth-child(92),
.active .popText > *:nth-child(92) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.92s forwards; }
.wayon.popText > *:nth-child(93),
.active .popText > *:nth-child(93) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.93s forwards; }
.wayon.popText > *:nth-child(94),
.active .popText > *:nth-child(94) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.94s forwards; }
.wayon.popText > *:nth-child(95),
.active .popText > *:nth-child(95) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.95s forwards; }
.wayon.popText > *:nth-child(96),
.active .popText > *:nth-child(96) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.96s forwards; }
.wayon.popText > *:nth-child(97),
.active .popText > *:nth-child(97) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.97s forwards; }
.wayon.popText > *:nth-child(98),
.active .popText > *:nth-child(98) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.98s forwards; }
.wayon.popText > *:nth-child(99),
.active .popText > *:nth-child(99) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.99s forwards; }
.wayon.popText > *:nth-child(100),
.active .popText > *:nth-child(100) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards; }
.wayon.popText > *:nth-child(101),
.active .popText > *:nth-child(101) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.01s forwards; }
.wayon.popText > *:nth-child(102),
.active .popText > *:nth-child(102) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.02s forwards; }
.wayon.popText > *:nth-child(103),
.active .popText > *:nth-child(103) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.03s forwards; }
.wayon.popText > *:nth-child(104),
.active .popText > *:nth-child(104) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.04s forwards; }
.wayon.popText > *:nth-child(105),
.active .popText > *:nth-child(105) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.05s forwards; }
.wayon.popText > *:nth-child(106),
.active .popText > *:nth-child(106) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.06s forwards; }
.wayon.popText > *:nth-child(107),
.active .popText > *:nth-child(107) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.07s forwards; }
.wayon.popText > *:nth-child(108),
.active .popText > *:nth-child(108) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.08s forwards; }
.wayon.popText > *:nth-child(109),
.active .popText > *:nth-child(109) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.09s forwards; }
.wayon.popText > *:nth-child(110),
.active .popText > *:nth-child(110) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards; }
.wayon.popText > *:nth-child(111),
.active .popText > *:nth-child(111) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.11s forwards; }
.wayon.popText > *:nth-child(112),
.active .popText > *:nth-child(112) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.12s forwards; }
.wayon.popText > *:nth-child(113),
.active .popText > *:nth-child(113) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.13s forwards; }
.wayon.popText > *:nth-child(114),
.active .popText > *:nth-child(114) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.14s forwards; }
.wayon.popText > *:nth-child(115),
.active .popText > *:nth-child(115) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.15s forwards; }
.wayon.popText > *:nth-child(116),
.active .popText > *:nth-child(116) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.16s forwards; }
.wayon.popText > *:nth-child(117),
.active .popText > *:nth-child(117) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.17s forwards; }
.wayon.popText > *:nth-child(118),
.active .popText > *:nth-child(118) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.18s forwards; }
.wayon.popText > *:nth-child(119),
.active .popText > *:nth-child(119) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.19s forwards; }
.wayon.popText > *:nth-child(120),
.active .popText > *:nth-child(120) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards; }
.wayon.popText > *:nth-child(121),
.active .popText > *:nth-child(121) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.21s forwards; }
.wayon.popText > *:nth-child(122),
.active .popText > *:nth-child(122) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.22s forwards; }
.wayon.popText > *:nth-child(123),
.active .popText > *:nth-child(123) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.23s forwards; }
.wayon.popText > *:nth-child(124),
.active .popText > *:nth-child(124) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.24s forwards; }
.wayon.popText > *:nth-child(125),
.active .popText > *:nth-child(125) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.25s forwards; }
.wayon.popText > *:nth-child(126),
.active .popText > *:nth-child(126) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.26s forwards; }
.wayon.popText > *:nth-child(127),
.active .popText > *:nth-child(127) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.27s forwards; }
.wayon.popText > *:nth-child(128),
.active .popText > *:nth-child(128) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.28s forwards; }
.wayon.popText > *:nth-child(129),
.active .popText > *:nth-child(129) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.29s forwards; }
.wayon.popText > *:nth-child(130),
.active .popText > *:nth-child(130) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards; }
.wayon.popText > *:nth-child(131),
.active .popText > *:nth-child(131) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.31s forwards; }
.wayon.popText > *:nth-child(132),
.active .popText > *:nth-child(132) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.32s forwards; }
.wayon.popText > *:nth-child(133),
.active .popText > *:nth-child(133) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.33s forwards; }
.wayon.popText > *:nth-child(134),
.active .popText > *:nth-child(134) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.34s forwards; }
.wayon.popText > *:nth-child(135),
.active .popText > *:nth-child(135) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.35s forwards; }
.wayon.popText > *:nth-child(136),
.active .popText > *:nth-child(136) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.36s forwards; }
.wayon.popText > *:nth-child(137),
.active .popText > *:nth-child(137) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.37s forwards; }
.wayon.popText > *:nth-child(138),
.active .popText > *:nth-child(138) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.38s forwards; }
.wayon.popText > *:nth-child(139),
.active .popText > *:nth-child(139) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.39s forwards; }
.wayon.popText > *:nth-child(140),
.active .popText > *:nth-child(140) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards; }
.wayon.popText > *:nth-child(141),
.active .popText > *:nth-child(141) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.41s forwards; }
.wayon.popText > *:nth-child(142),
.active .popText > *:nth-child(142) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.42s forwards; }
.wayon.popText > *:nth-child(143),
.active .popText > *:nth-child(143) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.43s forwards; }
.wayon.popText > *:nth-child(144),
.active .popText > *:nth-child(144) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.44s forwards; }
.wayon.popText > *:nth-child(145),
.active .popText > *:nth-child(145) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.45s forwards; }
.wayon.popText > *:nth-child(146),
.active .popText > *:nth-child(146) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.46s forwards; }
.wayon.popText > *:nth-child(147),
.active .popText > *:nth-child(147) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.47s forwards; }
.wayon.popText > *:nth-child(148),
.active .popText > *:nth-child(148) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.48s forwards; }
.wayon.popText > *:nth-child(149),
.active .popText > *:nth-child(149) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.49s forwards; }
.wayon.popText > *:nth-child(150),
.active .popText > *:nth-child(150) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards; }
.wayon.popText > *:nth-child(151),
.active .popText > *:nth-child(151) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.51s forwards; }
.wayon.popText > *:nth-child(152),
.active .popText > *:nth-child(152) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.52s forwards; }
.wayon.popText > *:nth-child(153),
.active .popText > *:nth-child(153) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.53s forwards; }
.wayon.popText > *:nth-child(154),
.active .popText > *:nth-child(154) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.54s forwards; }
.wayon.popText > *:nth-child(155),
.active .popText > *:nth-child(155) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.55s forwards; }
.wayon.popText > *:nth-child(156),
.active .popText > *:nth-child(156) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.56s forwards; }
.wayon.popText > *:nth-child(157),
.active .popText > *:nth-child(157) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.57s forwards; }
.wayon.popText > *:nth-child(158),
.active .popText > *:nth-child(158) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.58s forwards; }
.wayon.popText > *:nth-child(159),
.active .popText > *:nth-child(159) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.59s forwards; }
.wayon.popText > *:nth-child(160),
.active .popText > *:nth-child(160) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards; }
.wayon.popText > *:nth-child(161),
.active .popText > *:nth-child(161) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.61s forwards; }
.wayon.popText > *:nth-child(162),
.active .popText > *:nth-child(162) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.62s forwards; }
.wayon.popText > *:nth-child(163),
.active .popText > *:nth-child(163) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.63s forwards; }
.wayon.popText > *:nth-child(164),
.active .popText > *:nth-child(164) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.64s forwards; }
.wayon.popText > *:nth-child(165),
.active .popText > *:nth-child(165) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.65s forwards; }
.wayon.popText > *:nth-child(166),
.active .popText > *:nth-child(166) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.66s forwards; }
.wayon.popText > *:nth-child(167),
.active .popText > *:nth-child(167) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.67s forwards; }
.wayon.popText > *:nth-child(168),
.active .popText > *:nth-child(168) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.68s forwards; }
.wayon.popText > *:nth-child(169),
.active .popText > *:nth-child(169) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.69s forwards; }
.wayon.popText > *:nth-child(170),
.active .popText > *:nth-child(170) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards; }
.wayon.popText > *:nth-child(171),
.active .popText > *:nth-child(171) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.71s forwards; }
.wayon.popText > *:nth-child(172),
.active .popText > *:nth-child(172) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.72s forwards; }
.wayon.popText > *:nth-child(173),
.active .popText > *:nth-child(173) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.73s forwards; }
.wayon.popText > *:nth-child(174),
.active .popText > *:nth-child(174) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.74s forwards; }
.wayon.popText > *:nth-child(175),
.active .popText > *:nth-child(175) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.75s forwards; }
.wayon.popText > *:nth-child(176),
.active .popText > *:nth-child(176) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.76s forwards; }
.wayon.popText > *:nth-child(177),
.active .popText > *:nth-child(177) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.77s forwards; }
.wayon.popText > *:nth-child(178),
.active .popText > *:nth-child(178) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.78s forwards; }
.wayon.popText > *:nth-child(179),
.active .popText > *:nth-child(179) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.79s forwards; }
.wayon.popText > *:nth-child(180),
.active .popText > *:nth-child(180) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards; }
.wayon.popText > *:nth-child(181),
.active .popText > *:nth-child(181) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.81s forwards; }
.wayon.popText > *:nth-child(182),
.active .popText > *:nth-child(182) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.82s forwards; }
.wayon.popText > *:nth-child(183),
.active .popText > *:nth-child(183) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.83s forwards; }
.wayon.popText > *:nth-child(184),
.active .popText > *:nth-child(184) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.84s forwards; }
.wayon.popText > *:nth-child(185),
.active .popText > *:nth-child(185) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.85s forwards; }
.wayon.popText > *:nth-child(186),
.active .popText > *:nth-child(186) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.86s forwards; }
.wayon.popText > *:nth-child(187),
.active .popText > *:nth-child(187) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.87s forwards; }
.wayon.popText > *:nth-child(188),
.active .popText > *:nth-child(188) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.88s forwards; }
.wayon.popText > *:nth-child(189),
.active .popText > *:nth-child(189) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.89s forwards; }
.wayon.popText > *:nth-child(190),
.active .popText > *:nth-child(190) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards; }
.wayon.popText > *:nth-child(191),
.active .popText > *:nth-child(191) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.91s forwards; }
.wayon.popText > *:nth-child(192),
.active .popText > *:nth-child(192) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.92s forwards; }
.wayon.popText > *:nth-child(193),
.active .popText > *:nth-child(193) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.93s forwards; }
.wayon.popText > *:nth-child(194),
.active .popText > *:nth-child(194) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.94s forwards; }
.wayon.popText > *:nth-child(195),
.active .popText > *:nth-child(195) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.95s forwards; }
.wayon.popText > *:nth-child(196),
.active .popText > *:nth-child(196) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.96s forwards; }
.wayon.popText > *:nth-child(197),
.active .popText > *:nth-child(197) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.97s forwards; }
.wayon.popText > *:nth-child(198),
.active .popText > *:nth-child(198) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.98s forwards; }
.wayon.popText > *:nth-child(199),
.active .popText > *:nth-child(199) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.99s forwards; }
.wayon.popText > *:nth-child(200),
.active .popText > *:nth-child(200) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards; }
.wayon.popText > *:nth-child(201),
.active .popText > *:nth-child(201) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.01s forwards; }
.wayon.popText > *:nth-child(202),
.active .popText > *:nth-child(202) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.02s forwards; }
.wayon.popText > *:nth-child(203),
.active .popText > *:nth-child(203) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.03s forwards; }
.wayon.popText > *:nth-child(204),
.active .popText > *:nth-child(204) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.04s forwards; }
.wayon.popText > *:nth-child(205),
.active .popText > *:nth-child(205) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.05s forwards; }
.wayon.popText > *:nth-child(206),
.active .popText > *:nth-child(206) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.06s forwards; }
.wayon.popText > *:nth-child(207),
.active .popText > *:nth-child(207) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.07s forwards; }
.wayon.popText > *:nth-child(208),
.active .popText > *:nth-child(208) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.08s forwards; }
.wayon.popText > *:nth-child(209),
.active .popText > *:nth-child(209) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.09s forwards; }
.wayon.popText > *:nth-child(210),
.active .popText > *:nth-child(210) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards; }
.wayon.popText > *:nth-child(211),
.active .popText > *:nth-child(211) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.11s forwards; }
.wayon.popText > *:nth-child(212),
.active .popText > *:nth-child(212) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.12s forwards; }
.wayon.popText > *:nth-child(213),
.active .popText > *:nth-child(213) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.13s forwards; }
.wayon.popText > *:nth-child(214),
.active .popText > *:nth-child(214) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.14s forwards; }
.wayon.popText > *:nth-child(215),
.active .popText > *:nth-child(215) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.15s forwards; }
.wayon.popText > *:nth-child(216),
.active .popText > *:nth-child(216) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.16s forwards; }
.wayon.popText > *:nth-child(217),
.active .popText > *:nth-child(217) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.17s forwards; }
.wayon.popText > *:nth-child(218),
.active .popText > *:nth-child(218) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.18s forwards; }
.wayon.popText > *:nth-child(219),
.active .popText > *:nth-child(219) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.19s forwards; }
.wayon.popText > *:nth-child(220),
.active .popText > *:nth-child(220) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards; }
.wayon.popText > *:nth-child(221),
.active .popText > *:nth-child(221) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.21s forwards; }
.wayon.popText > *:nth-child(222),
.active .popText > *:nth-child(222) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.22s forwards; }
.wayon.popText > *:nth-child(223),
.active .popText > *:nth-child(223) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.23s forwards; }
.wayon.popText > *:nth-child(224),
.active .popText > *:nth-child(224) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.24s forwards; }
.wayon.popText > *:nth-child(225),
.active .popText > *:nth-child(225) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.25s forwards; }
.wayon.popText > *:nth-child(226),
.active .popText > *:nth-child(226) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.26s forwards; }
.wayon.popText > *:nth-child(227),
.active .popText > *:nth-child(227) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.27s forwards; }
.wayon.popText > *:nth-child(228),
.active .popText > *:nth-child(228) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.28s forwards; }
.wayon.popText > *:nth-child(229),
.active .popText > *:nth-child(229) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.29s forwards; }
.wayon.popText > *:nth-child(230),
.active .popText > *:nth-child(230) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards; }
.wayon.popText > *:nth-child(231),
.active .popText > *:nth-child(231) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.31s forwards; }
.wayon.popText > *:nth-child(232),
.active .popText > *:nth-child(232) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.32s forwards; }
.wayon.popText > *:nth-child(233),
.active .popText > *:nth-child(233) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.33s forwards; }
.wayon.popText > *:nth-child(234),
.active .popText > *:nth-child(234) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.34s forwards; }
.wayon.popText > *:nth-child(235),
.active .popText > *:nth-child(235) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.35s forwards; }
.wayon.popText > *:nth-child(236),
.active .popText > *:nth-child(236) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.36s forwards; }
.wayon.popText > *:nth-child(237),
.active .popText > *:nth-child(237) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.37s forwards; }
.wayon.popText > *:nth-child(238),
.active .popText > *:nth-child(238) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.38s forwards; }
.wayon.popText > *:nth-child(239),
.active .popText > *:nth-child(239) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.39s forwards; }
.wayon.popText > *:nth-child(240),
.active .popText > *:nth-child(240) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards; }
.wayon.popText > *:nth-child(241),
.active .popText > *:nth-child(241) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.41s forwards; }
.wayon.popText > *:nth-child(242),
.active .popText > *:nth-child(242) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.42s forwards; }
.wayon.popText > *:nth-child(243),
.active .popText > *:nth-child(243) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.43s forwards; }
.wayon.popText > *:nth-child(244),
.active .popText > *:nth-child(244) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.44s forwards; }
.wayon.popText > *:nth-child(245),
.active .popText > *:nth-child(245) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.45s forwards; }
.wayon.popText > *:nth-child(246),
.active .popText > *:nth-child(246) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.46s forwards; }
.wayon.popText > *:nth-child(247),
.active .popText > *:nth-child(247) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.47s forwards; }
.wayon.popText > *:nth-child(248),
.active .popText > *:nth-child(248) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.48s forwards; }
.wayon.popText > *:nth-child(249),
.active .popText > *:nth-child(249) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.49s forwards; }
.wayon.popText > *:nth-child(250),
.active .popText > *:nth-child(250) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards; }
.wayon.popText > *:nth-child(251),
.active .popText > *:nth-child(251) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.51s forwards; }
.wayon.popText > *:nth-child(252),
.active .popText > *:nth-child(252) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.52s forwards; }
.wayon.popText > *:nth-child(253),
.active .popText > *:nth-child(253) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.53s forwards; }
.wayon.popText > *:nth-child(254),
.active .popText > *:nth-child(254) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.54s forwards; }
.wayon.popText > *:nth-child(255),
.active .popText > *:nth-child(255) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.55s forwards; }
.wayon.popText > *:nth-child(256),
.active .popText > *:nth-child(256) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.56s forwards; }
.wayon.popText > *:nth-child(257),
.active .popText > *:nth-child(257) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.57s forwards; }
.wayon.popText > *:nth-child(258),
.active .popText > *:nth-child(258) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.58s forwards; }
.wayon.popText > *:nth-child(259),
.active .popText > *:nth-child(259) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.59s forwards; }
.wayon.popText > *:nth-child(260),
.active .popText > *:nth-child(260) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards; }
.wayon.popText > *:nth-child(261),
.active .popText > *:nth-child(261) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.61s forwards; }
.wayon.popText > *:nth-child(262),
.active .popText > *:nth-child(262) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.62s forwards; }
.wayon.popText > *:nth-child(263),
.active .popText > *:nth-child(263) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.63s forwards; }
.wayon.popText > *:nth-child(264),
.active .popText > *:nth-child(264) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.64s forwards; }
.wayon.popText > *:nth-child(265),
.active .popText > *:nth-child(265) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.65s forwards; }
.wayon.popText > *:nth-child(266),
.active .popText > *:nth-child(266) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.66s forwards; }
.wayon.popText > *:nth-child(267),
.active .popText > *:nth-child(267) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.67s forwards; }
.wayon.popText > *:nth-child(268),
.active .popText > *:nth-child(268) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.68s forwards; }
.wayon.popText > *:nth-child(269),
.active .popText > *:nth-child(269) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.69s forwards; }
.wayon.popText > *:nth-child(270),
.active .popText > *:nth-child(270) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards; }
.wayon.popText > *:nth-child(271),
.active .popText > *:nth-child(271) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.71s forwards; }
.wayon.popText > *:nth-child(272),
.active .popText > *:nth-child(272) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.72s forwards; }
.wayon.popText > *:nth-child(273),
.active .popText > *:nth-child(273) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.73s forwards; }
.wayon.popText > *:nth-child(274),
.active .popText > *:nth-child(274) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.74s forwards; }
.wayon.popText > *:nth-child(275),
.active .popText > *:nth-child(275) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.75s forwards; }
.wayon.popText > *:nth-child(276),
.active .popText > *:nth-child(276) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.76s forwards; }
.wayon.popText > *:nth-child(277),
.active .popText > *:nth-child(277) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.77s forwards; }
.wayon.popText > *:nth-child(278),
.active .popText > *:nth-child(278) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.78s forwards; }
.wayon.popText > *:nth-child(279),
.active .popText > *:nth-child(279) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.79s forwards; }
.wayon.popText > *:nth-child(280),
.active .popText > *:nth-child(280) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards; }
.wayon.popText > *:nth-child(281),
.active .popText > *:nth-child(281) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.81s forwards; }
.wayon.popText > *:nth-child(282),
.active .popText > *:nth-child(282) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.82s forwards; }
.wayon.popText > *:nth-child(283),
.active .popText > *:nth-child(283) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.83s forwards; }
.wayon.popText > *:nth-child(284),
.active .popText > *:nth-child(284) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.84s forwards; }
.wayon.popText > *:nth-child(285),
.active .popText > *:nth-child(285) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.85s forwards; }
.wayon.popText > *:nth-child(286),
.active .popText > *:nth-child(286) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.86s forwards; }
.wayon.popText > *:nth-child(287),
.active .popText > *:nth-child(287) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.87s forwards; }
.wayon.popText > *:nth-child(288),
.active .popText > *:nth-child(288) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.88s forwards; }
.wayon.popText > *:nth-child(289),
.active .popText > *:nth-child(289) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.89s forwards; }
.wayon.popText > *:nth-child(290),
.active .popText > *:nth-child(290) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards; }
.wayon.popText > *:nth-child(291),
.active .popText > *:nth-child(291) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.91s forwards; }
.wayon.popText > *:nth-child(292),
.active .popText > *:nth-child(292) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.92s forwards; }
.wayon.popText > *:nth-child(293),
.active .popText > *:nth-child(293) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.93s forwards; }
.wayon.popText > *:nth-child(294),
.active .popText > *:nth-child(294) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.94s forwards; }
.wayon.popText > *:nth-child(295),
.active .popText > *:nth-child(295) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.95s forwards; }
.wayon.popText > *:nth-child(296),
.active .popText > *:nth-child(296) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.96s forwards; }
.wayon.popText > *:nth-child(297),
.active .popText > *:nth-child(297) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.97s forwards; }
.wayon.popText > *:nth-child(298),
.active .popText > *:nth-child(298) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.98s forwards; }
.wayon.popText > *:nth-child(299),
.active .popText > *:nth-child(299) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.99s forwards; }
.wayon.popText > *:nth-child(300),
.active .popText > *:nth-child(300) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards; }
.wayon.popText > *:nth-child(301),
.active .popText > *:nth-child(301) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.01s forwards; }
.wayon.popText > *:nth-child(302),
.active .popText > *:nth-child(302) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.02s forwards; }
.wayon.popText > *:nth-child(303),
.active .popText > *:nth-child(303) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.03s forwards; }
.wayon.popText > *:nth-child(304),
.active .popText > *:nth-child(304) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.04s forwards; }
.wayon.popText > *:nth-child(305),
.active .popText > *:nth-child(305) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.05s forwards; }
.wayon.popText > *:nth-child(306),
.active .popText > *:nth-child(306) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.06s forwards; }
.wayon.popText > *:nth-child(307),
.active .popText > *:nth-child(307) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.07s forwards; }
.wayon.popText > *:nth-child(308),
.active .popText > *:nth-child(308) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.08s forwards; }
.wayon.popText > *:nth-child(309),
.active .popText > *:nth-child(309) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.09s forwards; }
.wayon.popText > *:nth-child(310),
.active .popText > *:nth-child(310) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards; }
.wayon.popText > *:nth-child(311),
.active .popText > *:nth-child(311) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.11s forwards; }
.wayon.popText > *:nth-child(312),
.active .popText > *:nth-child(312) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.12s forwards; }
.wayon.popText > *:nth-child(313),
.active .popText > *:nth-child(313) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.13s forwards; }
.wayon.popText > *:nth-child(314),
.active .popText > *:nth-child(314) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.14s forwards; }
.wayon.popText > *:nth-child(315),
.active .popText > *:nth-child(315) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.15s forwards; }
.wayon.popText > *:nth-child(316),
.active .popText > *:nth-child(316) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.16s forwards; }
.wayon.popText > *:nth-child(317),
.active .popText > *:nth-child(317) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.17s forwards; }
.wayon.popText > *:nth-child(318),
.active .popText > *:nth-child(318) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.18s forwards; }
.wayon.popText > *:nth-child(319),
.active .popText > *:nth-child(319) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.19s forwards; }
.wayon.popText > *:nth-child(320),
.active .popText > *:nth-child(320) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards; }
.wayon.popText > *:nth-child(321),
.active .popText > *:nth-child(321) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.21s forwards; }
.wayon.popText > *:nth-child(322),
.active .popText > *:nth-child(322) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.22s forwards; }
.wayon.popText > *:nth-child(323),
.active .popText > *:nth-child(323) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.23s forwards; }
.wayon.popText > *:nth-child(324),
.active .popText > *:nth-child(324) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.24s forwards; }
.wayon.popText > *:nth-child(325),
.active .popText > *:nth-child(325) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.25s forwards; }
.wayon.popText > *:nth-child(326),
.active .popText > *:nth-child(326) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.26s forwards; }
.wayon.popText > *:nth-child(327),
.active .popText > *:nth-child(327) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.27s forwards; }
.wayon.popText > *:nth-child(328),
.active .popText > *:nth-child(328) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.28s forwards; }
.wayon.popText > *:nth-child(329),
.active .popText > *:nth-child(329) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.29s forwards; }
.wayon.popText > *:nth-child(330),
.active .popText > *:nth-child(330) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards; }
.wayon.popText > *:nth-child(331),
.active .popText > *:nth-child(331) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.31s forwards; }
.wayon.popText > *:nth-child(332),
.active .popText > *:nth-child(332) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.32s forwards; }
.wayon.popText > *:nth-child(333),
.active .popText > *:nth-child(333) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.33s forwards; }
.wayon.popText > *:nth-child(334),
.active .popText > *:nth-child(334) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.34s forwards; }
.wayon.popText > *:nth-child(335),
.active .popText > *:nth-child(335) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.35s forwards; }
.wayon.popText > *:nth-child(336),
.active .popText > *:nth-child(336) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.36s forwards; }
.wayon.popText > *:nth-child(337),
.active .popText > *:nth-child(337) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.37s forwards; }
.wayon.popText > *:nth-child(338),
.active .popText > *:nth-child(338) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.38s forwards; }
.wayon.popText > *:nth-child(339),
.active .popText > *:nth-child(339) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.39s forwards; }
.wayon.popText > *:nth-child(340),
.active .popText > *:nth-child(340) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards; }
.wayon.popText > *:nth-child(341),
.active .popText > *:nth-child(341) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.41s forwards; }
.wayon.popText > *:nth-child(342),
.active .popText > *:nth-child(342) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.42s forwards; }
.wayon.popText > *:nth-child(343),
.active .popText > *:nth-child(343) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.43s forwards; }
.wayon.popText > *:nth-child(344),
.active .popText > *:nth-child(344) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.44s forwards; }
.wayon.popText > *:nth-child(345),
.active .popText > *:nth-child(345) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.45s forwards; }
.wayon.popText > *:nth-child(346),
.active .popText > *:nth-child(346) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.46s forwards; }
.wayon.popText > *:nth-child(347),
.active .popText > *:nth-child(347) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.47s forwards; }
.wayon.popText > *:nth-child(348),
.active .popText > *:nth-child(348) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.48s forwards; }
.wayon.popText > *:nth-child(349),
.active .popText > *:nth-child(349) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.49s forwards; }
.wayon.popText > *:nth-child(350),
.active .popText > *:nth-child(350) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards; }
.wayon.popText > *:nth-child(351),
.active .popText > *:nth-child(351) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.51s forwards; }
.wayon.popText > *:nth-child(352),
.active .popText > *:nth-child(352) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.52s forwards; }
.wayon.popText > *:nth-child(353),
.active .popText > *:nth-child(353) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.53s forwards; }
.wayon.popText > *:nth-child(354),
.active .popText > *:nth-child(354) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.54s forwards; }
.wayon.popText > *:nth-child(355),
.active .popText > *:nth-child(355) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.55s forwards; }
.wayon.popText > *:nth-child(356),
.active .popText > *:nth-child(356) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.56s forwards; }
.wayon.popText > *:nth-child(357),
.active .popText > *:nth-child(357) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.57s forwards; }
.wayon.popText > *:nth-child(358),
.active .popText > *:nth-child(358) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.58s forwards; }
.wayon.popText > *:nth-child(359),
.active .popText > *:nth-child(359) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.59s forwards; }
.wayon.popText > *:nth-child(360),
.active .popText > *:nth-child(360) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards; }
.wayon.popText > *:nth-child(361),
.active .popText > *:nth-child(361) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.61s forwards; }
.wayon.popText > *:nth-child(362),
.active .popText > *:nth-child(362) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.62s forwards; }
.wayon.popText > *:nth-child(363),
.active .popText > *:nth-child(363) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.63s forwards; }
.wayon.popText > *:nth-child(364),
.active .popText > *:nth-child(364) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.64s forwards; }
.wayon.popText > *:nth-child(365),
.active .popText > *:nth-child(365) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.65s forwards; }
.wayon.popText > *:nth-child(366),
.active .popText > *:nth-child(366) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.66s forwards; }
.wayon.popText > *:nth-child(367),
.active .popText > *:nth-child(367) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.67s forwards; }
.wayon.popText > *:nth-child(368),
.active .popText > *:nth-child(368) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.68s forwards; }
.wayon.popText > *:nth-child(369),
.active .popText > *:nth-child(369) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.69s forwards; }
.wayon.popText > *:nth-child(370),
.active .popText > *:nth-child(370) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7s forwards; }
.wayon.popText > *:nth-child(371),
.active .popText > *:nth-child(371) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.71s forwards; }
.wayon.popText > *:nth-child(372),
.active .popText > *:nth-child(372) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.72s forwards; }
.wayon.popText > *:nth-child(373),
.active .popText > *:nth-child(373) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.73s forwards; }
.wayon.popText > *:nth-child(374),
.active .popText > *:nth-child(374) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.74s forwards; }
.wayon.popText > *:nth-child(375),
.active .popText > *:nth-child(375) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.75s forwards; }
.wayon.popText > *:nth-child(376),
.active .popText > *:nth-child(376) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.76s forwards; }
.wayon.popText > *:nth-child(377),
.active .popText > *:nth-child(377) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.77s forwards; }
.wayon.popText > *:nth-child(378),
.active .popText > *:nth-child(378) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.78s forwards; }
.wayon.popText > *:nth-child(379),
.active .popText > *:nth-child(379) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.79s forwards; }
.wayon.popText > *:nth-child(380),
.active .popText > *:nth-child(380) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards; }
.wayon.popText > *:nth-child(381),
.active .popText > *:nth-child(381) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.81s forwards; }
.wayon.popText > *:nth-child(382),
.active .popText > *:nth-child(382) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.82s forwards; }
.wayon.popText > *:nth-child(383),
.active .popText > *:nth-child(383) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.83s forwards; }
.wayon.popText > *:nth-child(384),
.active .popText > *:nth-child(384) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.84s forwards; }
.wayon.popText > *:nth-child(385),
.active .popText > *:nth-child(385) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.85s forwards; }
.wayon.popText > *:nth-child(386),
.active .popText > *:nth-child(386) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.86s forwards; }
.wayon.popText > *:nth-child(387),
.active .popText > *:nth-child(387) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.87s forwards; }
.wayon.popText > *:nth-child(388),
.active .popText > *:nth-child(388) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.88s forwards; }
.wayon.popText > *:nth-child(389),
.active .popText > *:nth-child(389) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.89s forwards; }
.wayon.popText > *:nth-child(390),
.active .popText > *:nth-child(390) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9s forwards; }
.wayon.popText > *:nth-child(391),
.active .popText > *:nth-child(391) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.91s forwards; }
.wayon.popText > *:nth-child(392),
.active .popText > *:nth-child(392) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.92s forwards; }
.wayon.popText > *:nth-child(393),
.active .popText > *:nth-child(393) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.93s forwards; }
.wayon.popText > *:nth-child(394),
.active .popText > *:nth-child(394) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.94s forwards; }
.wayon.popText > *:nth-child(395),
.active .popText > *:nth-child(395) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.95s forwards; }
.wayon.popText > *:nth-child(396),
.active .popText > *:nth-child(396) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.96s forwards; }
.wayon.popText > *:nth-child(397),
.active .popText > *:nth-child(397) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.97s forwards; }
.wayon.popText > *:nth-child(398),
.active .popText > *:nth-child(398) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.98s forwards; }
.wayon.popText > *:nth-child(399),
.active .popText > *:nth-child(399) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.99s forwards; }
.wayon.popText > *:nth-child(400),
.active .popText > *:nth-child(400) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards; }
.wayon.popText > *:nth-child(401),
.active .popText > *:nth-child(401) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.01s forwards; }
.wayon.popText > *:nth-child(402),
.active .popText > *:nth-child(402) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.02s forwards; }
.wayon.popText > *:nth-child(403),
.active .popText > *:nth-child(403) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.03s forwards; }
.wayon.popText > *:nth-child(404),
.active .popText > *:nth-child(404) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.04s forwards; }
.wayon.popText > *:nth-child(405),
.active .popText > *:nth-child(405) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.05s forwards; }
.wayon.popText > *:nth-child(406),
.active .popText > *:nth-child(406) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.06s forwards; }
.wayon.popText > *:nth-child(407),
.active .popText > *:nth-child(407) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.07s forwards; }
.wayon.popText > *:nth-child(408),
.active .popText > *:nth-child(408) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.08s forwards; }
.wayon.popText > *:nth-child(409),
.active .popText > *:nth-child(409) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.09s forwards; }
.wayon.popText > *:nth-child(410),
.active .popText > *:nth-child(410) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1s forwards; }
.wayon.popText > *:nth-child(411),
.active .popText > *:nth-child(411) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.11s forwards; }
.wayon.popText > *:nth-child(412),
.active .popText > *:nth-child(412) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.12s forwards; }
.wayon.popText > *:nth-child(413),
.active .popText > *:nth-child(413) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.13s forwards; }
.wayon.popText > *:nth-child(414),
.active .popText > *:nth-child(414) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.14s forwards; }
.wayon.popText > *:nth-child(415),
.active .popText > *:nth-child(415) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.15s forwards; }
.wayon.popText > *:nth-child(416),
.active .popText > *:nth-child(416) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.16s forwards; }
.wayon.popText > *:nth-child(417),
.active .popText > *:nth-child(417) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.17s forwards; }
.wayon.popText > *:nth-child(418),
.active .popText > *:nth-child(418) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.18s forwards; }
.wayon.popText > *:nth-child(419),
.active .popText > *:nth-child(419) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.19s forwards; }
.wayon.popText > *:nth-child(420),
.active .popText > *:nth-child(420) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards; }
.wayon.popText > *:nth-child(421),
.active .popText > *:nth-child(421) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.21s forwards; }
.wayon.popText > *:nth-child(422),
.active .popText > *:nth-child(422) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.22s forwards; }
.wayon.popText > *:nth-child(423),
.active .popText > *:nth-child(423) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.23s forwards; }
.wayon.popText > *:nth-child(424),
.active .popText > *:nth-child(424) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.24s forwards; }
.wayon.popText > *:nth-child(425),
.active .popText > *:nth-child(425) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.25s forwards; }
.wayon.popText > *:nth-child(426),
.active .popText > *:nth-child(426) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.26s forwards; }
.wayon.popText > *:nth-child(427),
.active .popText > *:nth-child(427) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.27s forwards; }
.wayon.popText > *:nth-child(428),
.active .popText > *:nth-child(428) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.28s forwards; }
.wayon.popText > *:nth-child(429),
.active .popText > *:nth-child(429) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.29s forwards; }
.wayon.popText > *:nth-child(430),
.active .popText > *:nth-child(430) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3s forwards; }
.wayon.popText > *:nth-child(431),
.active .popText > *:nth-child(431) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.31s forwards; }
.wayon.popText > *:nth-child(432),
.active .popText > *:nth-child(432) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.32s forwards; }
.wayon.popText > *:nth-child(433),
.active .popText > *:nth-child(433) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.33s forwards; }
.wayon.popText > *:nth-child(434),
.active .popText > *:nth-child(434) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.34s forwards; }
.wayon.popText > *:nth-child(435),
.active .popText > *:nth-child(435) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.35s forwards; }
.wayon.popText > *:nth-child(436),
.active .popText > *:nth-child(436) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.36s forwards; }
.wayon.popText > *:nth-child(437),
.active .popText > *:nth-child(437) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.37s forwards; }
.wayon.popText > *:nth-child(438),
.active .popText > *:nth-child(438) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.38s forwards; }
.wayon.popText > *:nth-child(439),
.active .popText > *:nth-child(439) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.39s forwards; }
.wayon.popText > *:nth-child(440),
.active .popText > *:nth-child(440) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards; }
.wayon.popText > *:nth-child(441),
.active .popText > *:nth-child(441) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.41s forwards; }
.wayon.popText > *:nth-child(442),
.active .popText > *:nth-child(442) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.42s forwards; }
.wayon.popText > *:nth-child(443),
.active .popText > *:nth-child(443) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.43s forwards; }
.wayon.popText > *:nth-child(444),
.active .popText > *:nth-child(444) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.44s forwards; }
.wayon.popText > *:nth-child(445),
.active .popText > *:nth-child(445) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.45s forwards; }
.wayon.popText > *:nth-child(446),
.active .popText > *:nth-child(446) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.46s forwards; }
.wayon.popText > *:nth-child(447),
.active .popText > *:nth-child(447) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.47s forwards; }
.wayon.popText > *:nth-child(448),
.active .popText > *:nth-child(448) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.48s forwards; }
.wayon.popText > *:nth-child(449),
.active .popText > *:nth-child(449) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.49s forwards; }
.wayon.popText > *:nth-child(450),
.active .popText > *:nth-child(450) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5s forwards; }
.wayon.popText > *:nth-child(451),
.active .popText > *:nth-child(451) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.51s forwards; }
.wayon.popText > *:nth-child(452),
.active .popText > *:nth-child(452) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.52s forwards; }
.wayon.popText > *:nth-child(453),
.active .popText > *:nth-child(453) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.53s forwards; }
.wayon.popText > *:nth-child(454),
.active .popText > *:nth-child(454) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.54s forwards; }
.wayon.popText > *:nth-child(455),
.active .popText > *:nth-child(455) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.55s forwards; }
.wayon.popText > *:nth-child(456),
.active .popText > *:nth-child(456) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.56s forwards; }
.wayon.popText > *:nth-child(457),
.active .popText > *:nth-child(457) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.57s forwards; }
.wayon.popText > *:nth-child(458),
.active .popText > *:nth-child(458) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.58s forwards; }
.wayon.popText > *:nth-child(459),
.active .popText > *:nth-child(459) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.59s forwards; }
.wayon.popText > *:nth-child(460),
.active .popText > *:nth-child(460) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.6s forwards; }
.wayon.popText > *:nth-child(461),
.active .popText > *:nth-child(461) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.61s forwards; }
.wayon.popText > *:nth-child(462),
.active .popText > *:nth-child(462) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.62s forwards; }
.wayon.popText > *:nth-child(463),
.active .popText > *:nth-child(463) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.63s forwards; }
.wayon.popText > *:nth-child(464),
.active .popText > *:nth-child(464) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.64s forwards; }
.wayon.popText > *:nth-child(465),
.active .popText > *:nth-child(465) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.65s forwards; }
.wayon.popText > *:nth-child(466),
.active .popText > *:nth-child(466) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.66s forwards; }
.wayon.popText > *:nth-child(467),
.active .popText > *:nth-child(467) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.67s forwards; }
.wayon.popText > *:nth-child(468),
.active .popText > *:nth-child(468) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.68s forwards; }
.wayon.popText > *:nth-child(469),
.active .popText > *:nth-child(469) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.69s forwards; }
.wayon.popText > *:nth-child(470),
.active .popText > *:nth-child(470) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.7s forwards; }
.wayon.popText > *:nth-child(471),
.active .popText > *:nth-child(471) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.71s forwards; }
.wayon.popText > *:nth-child(472),
.active .popText > *:nth-child(472) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.72s forwards; }
.wayon.popText > *:nth-child(473),
.active .popText > *:nth-child(473) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.73s forwards; }
.wayon.popText > *:nth-child(474),
.active .popText > *:nth-child(474) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.74s forwards; }
.wayon.popText > *:nth-child(475),
.active .popText > *:nth-child(475) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.75s forwards; }
.wayon.popText > *:nth-child(476),
.active .popText > *:nth-child(476) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.76s forwards; }
.wayon.popText > *:nth-child(477),
.active .popText > *:nth-child(477) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.77s forwards; }
.wayon.popText > *:nth-child(478),
.active .popText > *:nth-child(478) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.78s forwards; }
.wayon.popText > *:nth-child(479),
.active .popText > *:nth-child(479) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.79s forwards; }
.wayon.popText > *:nth-child(480),
.active .popText > *:nth-child(480) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.8s forwards; }
.wayon.popText > *:nth-child(481),
.active .popText > *:nth-child(481) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.81s forwards; }
.wayon.popText > *:nth-child(482),
.active .popText > *:nth-child(482) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.82s forwards; }
.wayon.popText > *:nth-child(483),
.active .popText > *:nth-child(483) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.83s forwards; }
.wayon.popText > *:nth-child(484),
.active .popText > *:nth-child(484) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.84s forwards; }
.wayon.popText > *:nth-child(485),
.active .popText > *:nth-child(485) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.85s forwards; }
.wayon.popText > *:nth-child(486),
.active .popText > *:nth-child(486) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.86s forwards; }
.wayon.popText > *:nth-child(487),
.active .popText > *:nth-child(487) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.87s forwards; }
.wayon.popText > *:nth-child(488),
.active .popText > *:nth-child(488) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.88s forwards; }
.wayon.popText > *:nth-child(489),
.active .popText > *:nth-child(489) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.89s forwards; }
.wayon.popText > *:nth-child(490),
.active .popText > *:nth-child(490) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.9s forwards; }
.wayon.popText > *:nth-child(491),
.active .popText > *:nth-child(491) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.91s forwards; }
.wayon.popText > *:nth-child(492),
.active .popText > *:nth-child(492) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.92s forwards; }
.wayon.popText > *:nth-child(493),
.active .popText > *:nth-child(493) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.93s forwards; }
.wayon.popText > *:nth-child(494),
.active .popText > *:nth-child(494) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.94s forwards; }
.wayon.popText > *:nth-child(495),
.active .popText > *:nth-child(495) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.95s forwards; }
.wayon.popText > *:nth-child(496),
.active .popText > *:nth-child(496) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.96s forwards; }
.wayon.popText > *:nth-child(497),
.active .popText > *:nth-child(497) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.97s forwards; }
.wayon.popText > *:nth-child(498),
.active .popText > *:nth-child(498) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.98s forwards; }
.wayon.popText > *:nth-child(499),
.active .popText > *:nth-child(499) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.99s forwards; }
.wayon.popText > *:nth-child(500),
.active .popText > *:nth-child(500) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5s forwards; }

@keyframes text {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-10px) scale(1.3); }
  100% {
    opacity: 1;
    transform: none; } }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_light.woff") format("woff"), url("../font/NotoSans/NotoSans_light.otf") format("opentype");
  font-weight: 300; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_regular.woff") format("woff"), url("../font/NotoSans/NotoSans_regular.otf") format("opentype");
  font-weight: 400; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_bold.woff") format("woff"), url("../font/NotoSans/NotoSans_bold.otf") format("opentype");
  font-weight: 700; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_black.woff") format("woff"), url("../font/NotoSans/NotoSans_black.otf") format("opentype");
  font-weight: 900; }
@font-face {
  font-family: 'Heebo';
  src: url("../font/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Heebo';
  src: url("../font/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: 'Heebo';
  src: url("../font/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900; }
* {
  box-sizing: border-box; }

html {
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-weight: 400;
  line-height: 2.2;
  position: relative; }
  @media screen and (min-width: 780px) {
    body {
      font-size: 1.6rem; } }
  @media screen and (max-width: 780px) {
    body {
      font-size: 1.4rem; } }

#wrapper {
  position: relative; }

p {
  margin: 0;
  text-justify: inter-ideograph;
  line-height: 2.2;
  font-weight: 400; }

dl, dt, dd {
  padding: 0;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a,
a:before,
a:after,
a img,
a svg,
.timeAc,
.timeAc:before,
.timeAc:after {
  -webkit-transition: ease .35s;
  transition: ease .35s; }

a,
a:link,
a:visited,
a:active,
input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: none;
  color: #101010; }

a:hover,
a:focus,
*:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

a.opa:hover,
.opa a:hover {
  opacity: 0.7; }

h1, h2, h3 {
  margin: 0;
  font-weight: 400; }

h2, h3 {
  line-height: 1.8; }

@media screen and (min-width: 980px) {
  h2, h3 {
    font-size: 2.4rem; } }
@media screen and (max-width: 980px) {
  h2, h3 {
    font-size: 2rem; } }

.cont {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 780px) {
    .cont {
      padding-left: 100px;
      padding-right: 100px; } }
  @media screen and (max-width: 780px) {
    .cont {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 780px) {
  .contT {
    padding-top: 240px; } }
@media screen and (max-width: 780px) {
  .contT {
    padding-top: 80px; } }

@media screen and (min-width: 780px) {
  .contB {
    padding-bottom: 240px; } }
@media screen and (max-width: 780px) {
  .contB {
    padding-bottom: 80px; } }

@media screen and (min-width: 980px) {
  .contMT {
    margin-top: 180px; } }
@media screen and (max-width: 980px) {
  .contMT {
    margin-top: 80px; } }

@media screen and (min-width: 980px) {
  .contMB {
    margin-bottom: 180px; } }
@media screen and (max-width: 980px) {
  .contMB {
    margin-bottom: 80px; } }

@media screen and (min-width: 980px) {
  .contTS {
    padding-top: 100px; } }
@media screen and (max-width: 980px) {
  .contTS {
    padding-top: 60px; } }

@media screen and (min-width: 980px) {
  .contBS {
    padding-bottom: 100px; } }
@media screen and (max-width: 980px) {
  .contBS {
    padding-bottom: 60px; } }

.bg {
  background-color: #F1F6FB; }

.widthL {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%; }

.widthM {
  max-width: 940px;
  margin: 0 auto;
  width: 100%; }

#viewCircle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 72vh;
  width: auto; }
  #viewCircle svg {
    opacity: 0.15;
    height: 100%;
    width: 100%;
    fill: transparent; }
    #viewCircle svg .circle {
      stroke: #101010;
      opacity: .7;
      stroke-dasharray: 0,100;
      stroke-width: .06;
      stroke-linecap: round; }
      .active #viewCircle svg .circle {
        stroke-dasharray: 100,100;
        -webkit-transition: ease 1s;
        transition: ease 1s; }

@keyframes circle {
  0% {
    stroke-dasharray: 0 377; }
  99.9%,to {
    stroke-dasharray: 377 377; } }
.tC {
  text-align: center; }

.btWrap {
  text-align: center; }
  @media screen and (min-width: 1300px) {
    .btWrap {
      margin-top: 80px; } }
  @media screen and (max-width: 1300px) {
    .btWrap {
      margin-top: 60px; } }
  @media screen and (max-width: 980px) {
    .btWrap {
      margin-top: 40px; } }
  @media screen and (min-width: 980px) {
    .btWrap.tL {
      text-align: left; } }
  @media screen and (max-width: 980px) {
    .btWrap.tL {
      text-align: center; } }

.bt {
  display: inline-block;
  background-color: transparent;
  position: relative;
  color: #1c79bc !important;
  position: relative;
  text-align: center;
  border: none;
  font-weight: 700;
  border: solid 1px #1c79bc;
  font-family: "Noto Sans JP", sans-serif; }
  @media screen and (min-width: 780px) {
    .bt {
      width: 360px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px !important;
      font-size: 1.4rem; } }
  @media screen and (max-width: 780px) {
    .bt {
      width: 280px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px !important;
      font-size: 1.4rem; } }
  .bt.btEn {
    font-family: "Heebo", sans-serif;
    text-transform: uppercase; }
  @media screen and (min-width: 780px) {
    .bt.btSmall {
      width: 200px;
      height: 40px;
      line-height: 40px;
      border-radius: 20px; } }
  @media screen and (max-width: 780px) {
    .bt.btSmall {
      width: 280px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px; } }

.bt2 {
  background-color: #c9171d;
  color: #ffffff !important;
  border-color: #c9171d;
  width: 100%;
  font-weight: 400; }
  @media screen and (min-width: 780px) {
    .bt2 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 780px) {
    .bt2 {
      font-size: 1.4rem; } }
  .bt2:hover {
    background-color: #bb641d; }
  .bt2:disabled {
    background-color: #F1F6FB;
    border-color: #F1F6FB;
    color: #AAAAAA !important; }
    .bt2:disabled:hover {
      cursor: not-allowed;
      background-color: #F1F6FB;
      border-color: #F1F6FB;
      color: #AAAAAA !important; }

.btIn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #1c79bc; }
  #viewNewsInA .btIn {
    background-color: #ffffff; }
  @media screen and (min-width: 780px) {
    .btIn {
      right: 20px;
      width: 20px; } }
  @media screen and (max-width: 780px) {
    .btIn {
      right: 15px;
      width: 15px; } }
  .btIn:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    top: 0;
    right: -3.5px;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    background-color: #1c79bc; }
    #viewNewsInA .btIn:before {
      background-color: #ffffff; }
    @media screen and (min-width: 780px) {
      a:hover .btIn:before {
        right: calc(100% - 3.5px); } }
  @media screen and (min-width: 780px) {
    .btSmall .btIn {
      width: 23px;
      right: 15px; } }
  @media screen and (max-width: 780px) {
    .btSmall .btIn {
      right: 20px;
      width: 26px; } }

p a {
  position: relative;
  color: #1c79bc !important;
  text-decoration: underline !important;
  margin: 0 3px; }
  p a:hover {
    text-decoration: none !important; }
  p a[target="_blank"] {
    display: inline-block;
    padding-left: 20px;
    margin: 0 3px 0 5px; }
    p a[target="_blank"]:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px;
      content: "";
      background-image: url(../images/web-browser.svg);
      content: "";
      width: 16px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat; }

@media screen and (min-width: 980px) {
  .brsp {
    display: none; } }
@media screen and (max-width: 980px) {
  .brsp {
    display: inline; } }

@media screen and (min-width: 980px) {
  .brpc {
    display: inline; } }
@media screen and (max-width: 980px) {
  .brpc {
    display: none; } }


#nepalOverview,
#nepalFeature {
  scroll-margin-top: 120px;
}


/*# sourceMappingURL=style.css.map */
