@charset "UTF-8";
#header {
  margin: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #0095DB; }
  @media screen and (min-width: 780px) {
    #header {
      height: 140px; } }
  @media screen and (max-width: 780px) {
    #header {
      height: 56px !important; } }
  @media screen and (min-width: 780px) {
    #toppage #header {
      background-color: transparent; } }
  @media screen and (max-width: 780px) {
    #toppage #header {
      background-color: #0095DB; } }
  #header #headerIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .customize-support #header {
    top: 62px !important; }
    @media screen and (max-width: 782px) {
      .customize-support #header {
        top: 76px !important; } }
  @media screen and (min-width: 980px) {
    #header #headerRight {
      flex: 1;
      width: 700px; } }
  @media screen and (max-width: 980px) {
    #header #headerRight .cvBt {
      display: none; } }
  .scroll #header {
    background-color: #0095DB !important;
    height: 100px; }

#headerLogo {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center; }
  #headerLogo img {
    line-height: 1;
    height: auto; }
    @media screen and (min-width: 1300px) {
      #headerLogo img {
        width: 300px; } }
    @media screen and (max-width: 1300px) {
      #headerLogo img {
        width: 260px; } }
    @media screen and (max-width: 780px) {
      #headerLogo img {
        width: 170px; } }
  #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; } }

#spCv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #0095DB;
  height: 60px; }
  @media screen and (min-width: 980px) {
    #spCv {
      display: none; } }
  @media screen and (max-width: 980px) {
    #spCv {
      display: flex;
      align-items: center;
      padding: 0 50px; } }
  @media screen and (max-width: 780px) {
    #spCv {
      padding: 0 20px; } }

#footer {
  position: relative;
  background-color: #32415B;
  color: #ffffff;
  font-size: 1.4rem; }
  @media screen and (max-width: 980px) {
    #footer {
      padding-bottom: 60px; } }
  #footer a {
    color: #ffffff; }
    #footer a:hover {
      color: #ffffff; }

@media screen and (min-width: 980px) {
  #footerTop {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex; } }
@media screen and (max-width: 980px) {
  #footerTop {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center; } }

@media screen and (min-width: 980px) {
  #footerLeft {
    flex: 1; } }
#footerLeft #footerLeftLogo img {
  height: auto; }
  @media screen and (min-width: 980px) {
    #footerLeft #footerLeftLogo img {
      width: 250px; } }
  @media screen and (max-width: 980px) {
    #footerLeft #footerLeftLogo img {
      width: 200px; } }
#footerLeft ul {
  margin-top: 10px;
  display: flex; }
  @media screen and (max-width: 980px) {
    #footerLeft ul {
      justify-content: center; } }
  #footerLeft ul li:not(:first-child) {
    margin-left: 20px; }
  #footerLeft ul li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center; }
    #footerLeft ul li a img {
      width: 20px;
      height: auto; }
#footerLeft #footerLeftTel {
  position: relative; }
  @media screen and (min-width: 980px) {
    #footerLeft #footerLeftTel {
      margin-top: 15px; } }
  @media screen and (max-width: 980px) {
    #footerLeft #footerLeftTel {
      display: inline-block;
      margin-top: 15px; } }
  #footerLeft #footerLeftTel a {
    padding-left: 30px;
    letter-spacing: 0.5px;
    font-size: 1.8rem; }
    #footerLeft #footerLeftTel a:before {
      position: absolute;
      top: 4px;
      left: 0;
      content: "";
      background-image: url(../images/footer/smartphone-call.svg);
      background-size: cover;
      width: 24px;
      height: 24px; }
  @media screen and (min-width: 980px) {
    #footerLeft #footerLeftTel span {
      font-size: 1.2rem; } }
  @media screen and (max-width: 980px) {
    #footerLeft #footerLeftTel span {
      font-size: 1.4rem; } }

#footerBot {
  width: 100%;
  border-top: solid 1px #ffffff;
  text-align: center; }
  @media screen and (min-width: 980px) {
    #footerBot {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 980px) {
    #footerBot {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 980px) {
    #footerBot #copy {
      font-size: 1.4rem; } }
  @media screen and (max-width: 980px) {
    #footerBot #copy {
      font-size: 1.2rem; } }

#footerRight {
  text-align: left; }
  @media screen and (min-width: 980px) {
    #footerRight {
      display: flex; } }
  @media screen and (max-width: 980px) {
    #footerRight {
      display: none; } }
  @media screen and (min-width: 980px) {
    #footerRight ul:not(:first-child) {
      margin-left: 80px; } }
  @media screen and (min-width: 980px) {
    #footerRight ul li:not(:first-child) {
      margin-top: 10px; } }

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

#singleHead {
  padding-top: 10px; }
  @media screen and (max-width: 780px) {
    #singleHead > .widthL {
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 780px) {
    #singleHead.columnHead {
      padding-bottom: 30px; } }
  @media screen and (max-width: 780px) {
    #singleHead.columnHead {
      padding-bottom: 10px; } }
  #singleHead #pageTitle {
    font-weight: 700;
    position: relative; }
    @media screen and (min-width: 780px) {
      #singleHead #pageTitle {
        font-size: 3rem;
        padding-left: 60px; } }
    @media screen and (max-width: 780px) {
      #singleHead #pageTitle {
        font-size: 2.4rem;
        padding-left: 45px; } }
    #singleHead #pageTitle:before {
      position: absolute;
      left: 0;
      content: "";
      background-image: url(../images/top/chan.svg);
      background-size: cover; }
      @media screen and (min-width: 780px) {
        #singleHead #pageTitle:before {
          top: 2px;
          width: 60px;
          height: 44.47px; } }
      @media screen and (max-width: 780px) {
        #singleHead #pageTitle:before {
          top: 2px;
          width: 45px;
          height: 33.35px; } }
  @media screen and (min-width: 780px) {
    #singleHead #singleHeadBot {
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    #singleHead #singleHeadBot {
      margin-top: 10px; } }
  @media screen and (min-width: 780px) {
    #singleHead #singleHeadBot > .widthL {
      display: flex;
      min-height: 350px; } }
  @media screen and (min-width: 780px) {
    #singleHead #singleHeadBot > .widthL #singleHeadImg {
      width: 45%; } }
  @media screen and (max-width: 780px) {
    #singleHead #singleHeadBot > .widthL #singleHeadImg {
      width: 100%; } }
  #singleHead #singleHeadBot > .widthL #singleHeadImg #singleHeadImgIn {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 780px) {
      #singleHead #singleHeadBot > .widthL #singleHeadImg #singleHeadImgIn {
        height: 100%; } }
    @media screen and (max-width: 780px) {
      #singleHead #singleHeadBot > .widthL #singleHeadImg #singleHeadImgIn {
        padding-top: 60%; } }
  @media screen and (min-width: 780px) {
    #singleHead #singleHeadBot > .widthL #singleHeadInfo {
      flex: 1;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 40px; } }
  @media screen and (max-width: 780px) {
    #singleHead #singleHeadBot > .widthL #singleHeadInfo {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px; } }
  #singleHead #singleHeadBot > .widthL #singleHeadInfo #singleHeadInfoTitle {
    font-weight: 700;
    color: #0095DB;
    line-height: 1.6; }
    @media screen and (min-width: 780px) {
      #singleHead #singleHeadBot > .widthL #singleHeadInfo #singleHeadInfoTitle {
        font-size: 2rem; } }
    @media screen and (max-width: 780px) {
      #singleHead #singleHeadBot > .widthL #singleHeadInfo #singleHeadInfoTitle {
        font-size: 1.8rem; } }
  #singleHead #singleHeadBot > .widthL #singleHeadInfo #singleHeadInfoText {
    color: #555555;
    font-size: 1.4rem;
    line-height: 1.8; }
    @media screen and (min-width: 780px) {
      #singleHead #singleHeadBot > .widthL #singleHeadInfo #singleHeadInfoText {
        margin-top: 20px; } }
    @media screen and (max-width: 780px) {
      #singleHead #singleHeadBot > .widthL #singleHeadInfo #singleHeadInfoText {
        margin-top: 15px; } }

@media screen and (max-width: 780px) {
  #singleWorry {
    padding-left: 0;
    padding-right: 0; } }

#singleWorryWrap {
  border: solid 4px #0095DB; }
  #singleWorryWrap #singleWorryTitle {
    font-weight: 700;
    color: #ffffff;
    background-color: #0095DB;
    text-align: center; }
    @media screen and (min-width: 780px) {
      #singleWorryWrap #singleWorryTitle {
        font-size: 2.4rem; } }
    @media screen and (max-width: 780px) {
      #singleWorryWrap #singleWorryTitle {
        font-size: 2rem; } }
  @media screen and (min-width: 780px) {
    #singleWorryWrap #singleWorryInfo {
      padding: 40px; } }
  @media screen and (max-width: 780px) {
    #singleWorryWrap #singleWorryInfo {
      padding: 30px 20px; } }
  #singleWorryWrap #singleWorryInfo ul li:not(:first-child) {
    border-top: solid 1px #CCCCCC;
    padding-top: 20px;
    margin-top: 20px; }
  #singleWorryWrap #singleWorryInfo ul li > span {
    position: relative;
    display: block; }
    @media screen and (min-width: 780px) {
      #singleWorryWrap #singleWorryInfo ul li > span {
        padding-left: 40px; } }
    @media screen and (max-width: 780px) {
      #singleWorryWrap #singleWorryInfo ul li > span {
        padding-left: 30px; } }
    #singleWorryWrap #singleWorryInfo ul li > span:before {
      content: "";
      position: absolute;
      left: 0;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../images/menu/check.svg"); }
      @media screen and (min-width: 780px) {
        #singleWorryWrap #singleWorryInfo ul li > span:before {
          width: 24px;
          height: 24px;
          top: 6px; } }
      @media screen and (max-width: 780px) {
        #singleWorryWrap #singleWorryInfo ul li > span:before {
          top: 5px;
          width: 18px;
          height: 18px; } }
    #singleWorryWrap #singleWorryInfo ul li > span > span {
      display: block; }
      #singleWorryWrap #singleWorryInfo ul li > span > span:first-child {
        position: relative;
        font-weight: 700; }
        @media screen and (max-width: 780px) {
          #singleWorryWrap #singleWorryInfo ul li > span > span:first-child {
            font-size: 1.6rem;
            margin-bottom: 10px; } }
      #singleWorryWrap #singleWorryInfo ul li > span > span:last-child {
        font-size: 1.4rem;
        color: #555555; }

@media screen and (min-width: 780px) {
  #singleMenuWrap .singleMenuBox {
    display: flex; } }
#singleMenuWrap .singleMenuBox:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #CCCCCC; }
@media screen and (min-width: 780px) {
  #singleMenuWrap .singleMenuBox .singleMenuBoxImg {
    width: 45%; } }
@media screen and (max-width: 780px) {
  #singleMenuWrap .singleMenuBox .singleMenuBoxImg {
    width: 100%; } }
#singleMenuWrap .singleMenuBox .singleMenuBoxImg .singleMenuBoxImgIn {
  padding-top: 60%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media screen and (min-width: 780px) {
  #singleMenuWrap .singleMenuBox .singleMenuBoxInfo {
    flex: 1;
    padding-left: 40px; } }
@media screen and (max-width: 780px) {
  #singleMenuWrap .singleMenuBox .singleMenuBoxInfo {
    margin-top: 20px; } }
#singleMenuWrap .singleMenuBox .singleMenuBoxInfo h3 {
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    #singleMenuWrap .singleMenuBox .singleMenuBoxInfo h3 {
      font-size: 2rem; } }
  @media screen and (max-width: 780px) {
    #singleMenuWrap .singleMenuBox .singleMenuBoxInfo h3 {
      font-size: 1.8rem; } }
#singleMenuWrap .singleMenuBox .singleMenuBoxInfo .singleMenuBoxPrice {
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    #singleMenuWrap .singleMenuBox .singleMenuBoxInfo .singleMenuBoxPrice {
      font-size: 1.8rem; } }
  @media screen and (max-width: 780px) {
    #singleMenuWrap .singleMenuBox .singleMenuBoxInfo .singleMenuBoxPrice {
      font-size: 1.6rem; } }
  #singleMenuWrap .singleMenuBox .singleMenuBoxInfo .singleMenuBoxPrice div {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400; }
#singleMenuWrap .singleMenuBox .singleMenuBoxInfo .singleMenuBoxTime {
  font-size: 1.4rem;
  color: #555555;
  line-height: 1;
  margin-top: 5px; }

#singleMenuWrap .singleMenuBoxList {
  background-color: #F9F9F9;
  padding: 20px;
  margin-top: 15px; }
.optionWrap .singleMenuBoxList {
  margin-top: 10px; }
.optionWrap .singleMenuBoxList ul {
  font-size: 1.2rem; }
.singleMenuBoxList ul li {
  padding-left: 23px;
  position: relative;
  line-height: 1.6; }
  .optionWrap .singleMenuBoxList ul li {
    padding-left: 20px; }
  .singleMenuBoxList ul li:not(:first-child) {
    margin-top: 5px; }
    .optionWrap .singleMenuBoxList ul li:not(:first-child) {
      margin-top: 7px; }
  .singleMenuBoxList ul li.red:before {
    background: none;
    content: "※";
    color: #ff3333;
    top: 0px; }
    .optionWrap .singleMenuBoxList ul li.red:before {
      top: 0px; }
  .singleMenuBoxList ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/menu/check.svg");
    width: 16px;
    height: 16px;
    top: 3px; }
    .optionWrap .singleMenuBoxList ul li:before {
      width: 14px;
      height: 14px;
      top: 2px; }

@media screen and (min-width: 780px) {
  #singleMenuList {
    padding: 40px; } }
@media screen and (max-width: 780px) {
  #singleMenuList {
    padding: 30px 20px; } }

#singleMenuListTitle {
  margin-bottom: 15px;
  font-size: 1.6rem; }

.pageTitle {
  text-align: center; }
  @media screen and (min-width: 780px) {
    .pageTitle {
      margin-bottom: 60px; } }
  @media screen and (max-width: 780px) {
    .pageTitle {
      margin-bottom: 40px; } }
  .pageTitle h2 {
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      .pageTitle h2 {
        font-size: 2.4rem; } }
    @media screen and (max-width: 780px) {
      .pageTitle h2 {
        font-size: 2rem; } }
  .pageTitle p {
    margin-top: 10px; }
    .pageTitle p span {
      color: #0095DB; }

#singleYoutubeWrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  margin: 0 auto; }
  #singleYoutubeWrap iframe {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 780px) {
  .optionWrap {
    margin-bottom: 80px; } }
@media screen and (max-width: 780px) {
  .optionWrap {
    margin-bottom: 60px; } }
@media screen and (min-width: 780px) {
  .optionWrap .optionBox {
    display: flex; } }
.optionWrap .optionBox:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #CCCCCC; }
@media screen and (min-width: 780px) {
  .optionWrap .optionBox .optionBoxImg {
    width: 190px; } }
@media screen and (max-width: 780px) {
  .optionWrap .optionBox .optionBoxImg {
    width: 100%; } }
.optionWrap .optionBox .optionBoxImg .optionBoxImgIn {
  padding-top: 60%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media screen and (min-width: 780px) {
  .optionWrap .optionBox .optionBoxInfo {
    flex: 1;
    padding-left: 40px; } }
@media screen and (max-width: 780px) {
  .optionWrap .optionBox .optionBoxInfo {
    margin-top: 20px; } }
.optionWrap .optionBox .optionBoxInfo h3 {
  font-size: 1.8rem;
  font-weight: 700; }
.optionWrap .optionBox .optionBoxInfo div {
  font-weight: 700; }
  .optionWrap .optionBox .optionBoxInfo div div {
    display: inline-block;
    font-size: 1.2rem; }

#singleAtt {
  background-color: #F9F9F9;
  color: #DF4B4B; }
  @media screen and (min-width: 780px) {
    #singleAtt {
      padding: 40px 40px; } }
  @media screen and (max-width: 780px) {
    #singleAtt {
      padding: 30px 20px; } }
  #singleAtt h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (min-width: 780px) {
      #singleAtt h2 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 780px) {
      #singleAtt h2 {
        font-size: 1.8rem; } }
  #singleAtt ul {
    padding-left: 20px; }
    #singleAtt ul li {
      font-size: 1.4rem;
      list-style: disc; }
      #singleAtt ul li:not(:first-child) {
        margin-top: 10px; }

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

.lists > li {
  font-size: 1.4rem; }
  @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: #0095DB;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      .lists > li > span:first-child {
        width: 200px;
        border-bottom: solid 1px #0095DB; } }
  @media screen and (min-width: 780px) {
    .lists > li > span:last-child {
      border-bottom: solid 1px #CCCCCC;
      flex: 1; } }
  .lists > li > span:last-child dl dt {
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      .lists > li > span:last-child dl dt:not(:first-child) {
        margin-top: 10px; } }
    @media screen and (max-width: 780px) {
      .lists > li > span:last-child dl dt:not(:first-child) {
        margin-top: 10px; } }
  .lists > li > span:last-child ul {
    margin-left: 20px; }
    .lists > li > span:last-child ul li {
      list-style: disc; }

.textArea {
  font-size: 1.4rem; }
  @media screen and (min-width: 780px) {
    .textArea p:not(:first-child), .textArea ul:not(:first-child) {
      margin-top: 10px; } }
  @media screen and (max-width: 780px) {
    .textArea p:not(:first-child), .textArea ul:not(:first-child) {
      margin-top: 10px; } }
  .textArea h2 {
    font-size: 1.6rem;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      .textArea h2:not(:first-child) {
        margin-top: 40px; } }
    @media screen and (max-width: 780px) {
      .textArea h2:not(:first-child) {
        margin-top: 40px; } }

#areaChoicetext {
  margin-bottom: 20px; }

#areaChoice .areaChoiceTitle {
  background-color: #0095DB;
  color: #ffffff;
  padding: 5px 10px; }
  @media screen and (min-width: 780px) {
    #areaChoice .areaChoiceTitle {
      font-size: 1.8rem; } }
  @media screen and (max-width: 780px) {
    #areaChoice .areaChoiceTitle {
      font-size: 1.6rem; } }
  #areaChoice .areaChoiceTitle:not(:first-child) {
    margin-top: 40px; }
#areaChoice ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  #areaChoice ul li {
    margin-top: 10px;
    padding: 0 5px; }
    @media screen and (min-width: 780px) {
      #areaChoice ul li {
        width: calc(100% / 3); } }
    @media screen and (max-width: 780px) {
      #areaChoice ul li {
        width: 50%; } }
    #areaChoice ul li a {
      display: block;
      height: 50px;
      text-align: center;
      border-radius: 25px;
      line-height: 44px;
      width: 100%;
      border-radius: 25px;
      border: solid 3px #0095DB;
      background-color: #E2F6FF; }
      #areaChoice ul li a:hover {
        background-color: #0095DB;
        color: #ffffff; }

@media screen and (min-width: 780px) {
  #columnWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: -40px; } }
@media screen and (min-width: 780px) {
  #columnWrap .columnBox {
    width: calc(100% / 3);
    margin-top: 40px;
    padding: 0 20px; } }
@media screen and (max-width: 780px) {
  #columnWrap .columnBox {
    margin-top: 20px; } }
#columnWrap .columnBox a {
  background-color: #ffffff;
  display: block;
  border-radius: 10px;
  overflow: hidden; }
#columnWrap .columnBox .columnBoxImg {
  width: 100%; }
  #columnWrap .columnBox .columnBoxImg .columnBoxImgIn {
    padding-top: 50%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
#columnWrap .columnBox .columnBoxInfo {
  padding: 20px 20px; }
  #columnWrap .columnBox .columnBoxInfo h3 {
    font-size: 1.6rem; }

.pagination {
  text-align: center;
  width: 100%;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 780px) {
    .pagination {
      margin-top: 60px; } }
  @media screen and (max-width: 780px) {
    .pagination {
      margin-top: 36px; } }
  .pagination svg {
    fill: #0095DB; }
  .pagination a {
    background: #F1F6FB !important;
    text-decoration: none;
    color: #0095DB !important; }
    .pagination a:hover {
      background-color: #0095DB !important;
      color: #fff !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: #0095DB;
      color: #ffffff; }
      .pagination .paginationInner .current svg {
        fill: #ffffff; }

#columnThumb #columnThumbImg {
  width: 100%;
  line-height: 1; }
  #columnThumb #columnThumbImg img {
    width: 100%;
    height: auto; }

#columnMain {
  margin-top: 40px; }

.columnTextArea h1 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 40px; }
.columnTextArea #columnMainIn {
  line-height: 1.8 !important; }
  .columnTextArea #columnMainIn p, .columnTextArea #columnMainIn blockquote {
    line-height: 1.8 !important; }
    .columnTextArea #columnMainIn p:not(:first-child), .columnTextArea #columnMainIn blockquote:not(:first-child) {
      margin-top: 20px; }
  .columnTextArea #columnMainIn h2 {
    background-color: #F1F6FB;
    font-weight: 700;
    border-left: solid 5px #0095DB;
    margin-bottom: 30px; }
    @media screen and (min-width: 780px) {
      .columnTextArea #columnMainIn h2 {
        padding: 15px 10px;
        font-size: 2rem; } }
    @media screen and (max-width: 780px) {
      .columnTextArea #columnMainIn h2 {
        padding: 15px 10px;
        font-size: 1.8rem; } }
    .columnTextArea #columnMainIn h2:not(:first-child) {
      margin-top: 40px; }
  .columnTextArea #columnMainIn h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: solid 3px #0095DB; }
    .columnTextArea #columnMainIn h3:not(:first-child) {
      margin-top: 30px; }
  .columnTextArea #columnMainIn blockquote {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.4rem; }
    .columnTextArea #columnMainIn blockquote figure {
      padding: 0;
      margin: 0; }
    .columnTextArea #columnMainIn blockquote img {
      width: 100%;
      height: auto;
      line-height: 1; }
    .columnTextArea #columnMainIn blockquote p {
      display: none; }

#toc {
  background-color: #F1F6FB;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #toc .mokuji {
    text-align: center;
    margin-top: 20px;
    font-weight: 700; }
  #toc li:before {
    color: #555555; }
  #toc li a {
    display: inline-block; }
    #toc li a:hover {
      color: #0095DB; }
  #toc .mokuji0 > li {
    border-bottom: dashed 1px #CCCCCC; }
    #toc .mokuji0 > li.mokuji_content {
      padding: 5px 0 5px 20px;
      counter-increment: mokuji1;
      counter-reset: mokuji2; }
      #toc .mokuji0 > li.mokuji_content:before {
        content: counter(mokuji1) ".";
        margin-right: 0.5em; }
    #toc .mokuji0 > li .mokuji1 > li.mokuji_content {
      padding: 5px 0 5px 40px;
      counter-increment: mokuji2;
      counter-reset: mokuji3; }
      #toc .mokuji0 > li .mokuji1 > li.mokuji_content:before {
        content: counter(mokuji1) "-" counter(mokuji2) ".";
        margin-right: 0.5em; }
    #toc .mokuji0 > li .mokuji1 > li:not(:last-child) {
      border-bottom: dashed 1px #CCCCCC; }
    #toc .mokuji0 > li .mokuji1 > li .mokuji2 > li.mokuji_content {
      padding: 5px 0 5px 60px;
      counter-increment: mokuji3; }
      #toc .mokuji0 > li .mokuji1 > li .mokuji2 > li.mokuji_content:before {
        content: counter(mokuji1) "-" counter(mokuji2) "-" counter(mokuji3) ".";
        margin-right: 0.5em; }
    #toc .mokuji0 > li .mokuji1 > li .mokuji2 > li:not(:last-child) {
      border-bottom: dashed 1px #CCCCCC; }

#toc
#toc ol li.mokuji_content {
  border-bottom: 1px dashed #999; }

#view {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    #view {
      height: 700px; } }
  @media screen and (max-width: 780px) {
    #view {
      height: 500px; } }
  #view.cont {
    max-width: 100%; }
  #view #viewIn {
    position: relative;
    width: 100%;
    height: 100%; }
  #view .cvBt {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 980px) {
      #view .cvBt {
        display: none; } }

#viewImg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease 2s;
  transition: ease 2s; }
  #viewImg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 780px) {
      #viewImg:before {
        width: 50%;
        height: 100%;
        background: #0095db;
        background: linear-gradient(90deg, #0095db 0%, #0095db 50%, rgba(0, 149, 219, 0) 100%); } }
    @media screen and (max-width: 780px) {
      #viewImg:before {
        height: 50%;
        width: 100%;
        background: #0095db;
        background: linear-gradient(0deg, #0095db 0%, rgba(0, 149, 219, 0.5) 75%, rgba(0, 149, 219, 0) 100%); } }
  #viewImg #viewImgIn {
    height: 100%;
    width: 100%;
    background-position: center 25%;
    background-size: cover;
    background-repeat: no-repeat; }

#viewBox {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  left: 0; }
  @media screen and (min-width: 980px) {
    #viewBox {
      top: 50%; } }
  @media screen and (max-width: 980px) {
    #viewBox {
      top: 60%; } }
  @media screen and (min-width: 780px) {
    #viewBox {
      transform: translateY(-50%); } }
  @media screen and (max-width: 780px) {
    #viewBox {
      bottom: 40px; } }
  #viewBox #viewBoxTitle {
    line-height: 1.4;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      #viewBox #viewBoxTitle {
        font-size: 5.4rem; } }
    @media screen and (max-width: 780px) {
      #viewBox #viewBoxTitle {
        font-size: 2.4rem; } }
    @media screen and (min-width: 780px) {
      #viewBox #viewBoxTitle span {
        display: block; } }
    @media screen and (max-width: 780px) {
      #viewBox #viewBoxTitle span {
        display: inline; } }
  #viewBox #viewBoxText {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    position: relative; }
    @media screen and (min-width: 780px) {
      #viewBox #viewBoxText {
        font-size: 1.8rem;
        margin-top: 20px; } }
    @media screen and (max-width: 780px) {
      #viewBox #viewBoxText {
        font-size: 1.4rem;
        margin-top: 12px;
        padding-top: 15px; } }
    #viewBox #viewBoxText:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 2px;
      background-color: #ffffff;
      right: 0;
      top: 0; }
      @media screen and (min-width: 780px) {
        #viewBox #viewBoxText:before {
          display: none; } }
  #viewBox img {
    position: absolute;
    height: auto; }
    @media screen and (min-width: 780px) {
      #viewBox img {
        top: -80px;
        right: -150px;
        width: 170px; } }
    @media screen and (max-width: 780px) {
      #viewBox img {
        top: -35px;
        left: 225px;
        width: 85px; } }

.topTitle {
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    .topTitle {
      margin-bottom: 60px; } }
  @media screen and (max-width: 780px) {
    .topTitle {
      margin-bottom: 40px; } }
  .topTitle .topTitleMain {
    border: solid 2px #111111;
    max-width: 580px;
    margin: 0 auto;
    font-weight: 700;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 780px) {
      .topTitle .topTitleMain {
        height: 85px;
        line-height: 81px;
        font-size: 3rem; } }
    @media screen and (max-width: 780px) {
      .topTitle .topTitleMain {
        height: 64px;
        line-height: 60px;
        font-size: 2rem; } }
    .bg .topTitle .topTitleMain {
      border-color: #ffffff; }
    .topTitle .topTitleMain:before {
      position: absolute;
      top: -50px;
      left: -60px;
      content: "";
      background-image: url(../images/top/chan.svg);
      background-size: cover;
      width: 170px;
      height: 126px; }
      @media screen and (max-width: 780px) {
        .topTitle .topTitleMain:before {
          display: none; } }
  @media screen and (min-width: 780px) {
    .topTitle .topTitleCopy {
      margin-top: 30px; } }
  @media screen and (max-width: 780px) {
    .topTitle .topTitleCopy {
      margin-top: 20px;
      text-align: left; } }
  @media screen and (max-width: 780px) {
    .topTitle .topTitleCopy br {
      display: none; } }
  .topTitle .topTitleBg {
    position: absolute;
    transform: translateX(-50%);
    font-weight: 800;
    font-family: "Heebo", sans-serif;
    line-height: 1;
    z-index: 1;
    color: #E2F6FF;
    left: 50%; }
    @media screen and (min-width: 980px) {
      .topTitle .topTitleBg {
        top: -27px;
        font-size: 28rem; } }
    @media screen and (max-width: 980px) {
      .topTitle .topTitleBg {
        top: -22px;
        font-size: 22rem; } }
    @media screen and (max-width: 780px) {
      .topTitle .topTitleBg {
        top: -9px;
        font-size: 10rem; } }
    .bg .topTitle .topTitleBg, .bg2 .topTitle .topTitleBg {
      color: #ffffff; }
    .bg .topTitle .topTitleBg {
      opacity: 0.1; }

@media screen and (min-width: 780px) {
  #bannerArea {
    padding: 50px 50px; } }
@media screen and (max-width: 780px) {
  #bannerArea {
    padding: 30px 20px; } }
@media screen and (min-width: 980px) {
  #bannerArea ul {
    display: flex;
    margin: 0 -10px;
    justify-content: center; } }
@media screen and (max-width: 980px) {
  #bannerArea ul {
    max-width: 400px;
    margin: 0 auto; } }
@media screen and (min-width: 980px) {
  #bannerArea ul li {
    width: 33.333%;
    width: calc(100% /3);
    padding: 0 10px; } }
@media screen and (max-width: 780px) {
  #bannerArea ul li:not(:first-child) {
    margin-top: 10px; } }
#bannerArea ul li a {
  display: block; }
  #bannerArea ul li a img {
    width: 100%; }

@media screen and (min-width: 780px) {
  #topReasonWrap {
    margin-top: -40px;
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media screen and (max-width: 780px) {
  #topReasonWrap {
    margin-top: 20px; } }
@media screen and (min-width: 980px) {
  #topReasonWrap .topReasonBox {
    margin-top: 40px;
    padding: 0 20px;
    width: calc(100% / 3); } }
@media screen and (max-width: 980px) {
  #topReasonWrap .topReasonBox {
    margin-top: 40px;
    padding: 0 20px;
    width: calc(100% / 2); } }
@media screen and (max-width: 780px) {
  #topReasonWrap .topReasonBox {
    width: 100%;
    margin-top: 40px;
    padding: 0 0px; } }
#topReasonWrap .topReasonBox .topReasonBoxIn {
  background-color: #E2F6FF;
  border-radius: 10px;
  height: 100%;
  position: relative; }
  @media screen and (min-width: 780px) {
    #topReasonWrap .topReasonBox .topReasonBoxIn {
      padding: 40px 20px; } }
  @media screen and (max-width: 780px) {
    #topReasonWrap .topReasonBox .topReasonBoxIn {
      padding: 30px 20px; } }
  #topReasonWrap .topReasonBox .topReasonBoxIn:before {
    position: absolute;
    left: 50%;
    text-align: center;
    font-weight: 700;
    font-family: "Heebo", sans-serif;
    background-color: #FFD634;
    border-radius: 50%; }
    @media screen and (min-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn:before {
        margin-left: -25px;
        top: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn:before {
        margin-left: -20px;
        top: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 2rem; } }
  #topReasonWrap .topReasonBox .topReasonBoxIn h3 {
    text-align: center;
    color: #0095DB;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn h3 {
        font-size: 2rem;
        margin-bottom: 20px; } }
    @media screen and (max-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        display: flex;
        align-items: center; } }
    #topReasonWrap .topReasonBox .topReasonBoxIn h3 span:first-child {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 780px) {
        #topReasonWrap .topReasonBox .topReasonBoxIn h3 span:first-child {
          display: none; } }
      #topReasonWrap .topReasonBox .topReasonBoxIn h3 span:first-child img {
        width: 40px;
        height: auto; }
    #topReasonWrap .topReasonBox .topReasonBoxIn h3 span:last-child {
      flex: 1;
      text-align: left;
      padding-left: 10px; }
  #topReasonWrap .topReasonBox .topReasonBoxIn .topReasonBoxImg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto; }
    @media screen and (min-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn .topReasonBoxImg {
        width: 170px;
        height: 170px; } }
    @media screen and (max-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn .topReasonBoxImg {
        display: none; } }
    #topReasonWrap .topReasonBox .topReasonBoxIn .topReasonBoxImg img {
      height: auto; }
      @media screen and (min-width: 780px) {
        #topReasonWrap .topReasonBox .topReasonBoxIn .topReasonBoxImg img {
          width: 100px; } }
  #topReasonWrap .topReasonBox .topReasonBoxIn p {
    font-size: 1.4rem; }
    @media screen and (min-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn p {
        margin-top: 20px; } }
    @media screen and (max-width: 780px) {
      #topReasonWrap .topReasonBox .topReasonBoxIn p {
        margin-top: 15px; } }
#topReasonWrap .topReasonBox:nth-child(1) .topReasonBoxIn:before {
  content: "1"; }
#topReasonWrap .topReasonBox:nth-child(2) .topReasonBoxIn:before {
  content: "2"; }
#topReasonWrap .topReasonBox:nth-child(3) .topReasonBoxIn:before {
  content: "3"; }
#topReasonWrap .topReasonBox:nth-child(4) .topReasonBoxIn:before {
  content: "4"; }
#topReasonWrap .topReasonBox:nth-child(5) .topReasonBoxIn:before {
  content: "5"; }
#topReasonWrap .topReasonBox:nth-child(6) .topReasonBoxIn:before {
  content: "6"; }
#topReasonWrap .topReasonBox:nth-child(7) .topReasonBoxIn:before {
  content: "7"; }
#topReasonWrap .topReasonBox:nth-child(8) .topReasonBoxIn:before {
  content: "8"; }
#topReasonWrap .topReasonBox:nth-child(9) .topReasonBoxIn:before {
  content: "9"; }

#topFlowWrap .topFlowBox {
  background-color: #ffffff;
  position: relative; }
  @media screen and (min-width: 780px) {
    #topFlowWrap .topFlowBox {
      padding: 20px 40px;
      display: flex; } }
  @media screen and (max-width: 780px) {
    #topFlowWrap .topFlowBox {
      padding: 20px 20px; } }
  #topFlowWrap .topFlowBox:not(:first-child) {
    margin-top: 40px; }
  #topFlowWrap .topFlowBox:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0095DB; }
    @media screen and (min-width: 780px) {
      #topFlowWrap .topFlowBox:before {
        height: 80px; } }
    @media screen and (max-width: 780px) {
      #topFlowWrap .topFlowBox:before {
        height: 110px; } }
  #topFlowWrap .topFlowBox .topFlowBoxImg {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 780px) {
      #topFlowWrap .topFlowBox .topFlowBoxImg {
        width: 160px;
        height: 160px;
        border: solid 5px #ffffff; } }
    @media screen and (max-width: 780px) {
      #topFlowWrap .topFlowBox .topFlowBoxImg {
        width: 70px;
        height: 70px;
        border: solid 3px #ffffff; } }
    #topFlowWrap .topFlowBox .topFlowBoxImg .topFlowBoxImgIn {
      height: 100%;
      width: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  @media screen and (min-width: 780px) {
    #topFlowWrap .topFlowBox .topFlowBoxInfo {
      padding-left: 50px;
      flex: 1; } }
  #topFlowWrap .topFlowBox .topFlowBoxInfo h3 {
    color: #ffffff;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      #topFlowWrap .topFlowBox .topFlowBoxInfo h3 {
        position: relative; } }
    @media screen and (max-width: 780px) {
      #topFlowWrap .topFlowBox .topFlowBoxInfo h3 {
        position: absolute;
        top: 35px;
        left: 110px; } }
    #topFlowWrap .topFlowBox .topFlowBoxInfo h3:before {
      color: #FFD634;
      padding-right: 10px;
      font-family: "Heebo", sans-serif; }
  #topFlowWrap .topFlowBox .topFlowBoxInfo p {
    margin-top: 40px;
    font-size: 1.4rem; }
  #topFlowWrap .topFlowBox:nth-child(1) h3:before {
    content: "1."; }
  #topFlowWrap .topFlowBox:nth-child(2) h3:before {
    content: "2."; }
  #topFlowWrap .topFlowBox:nth-child(3) h3:before {
    content: "3."; }
  #topFlowWrap .topFlowBox:nth-child(4) h3:before {
    content: "4."; }

#topVoice {
  overflow: hidden;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 780px) {
    #topVoice {
      padding-bottom: 80px; } }

#voiceSlide {
  overflow: visible; }
  #voiceSlide .swiper-wrapper {
    overflow: visible; }
    #voiceSlide .swiper-wrapper .swiper-slide {
      height: auto; }

.voiceBox {
  border: solid 4px #0095DB;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  height: 100%; }
  .voiceBox .voiceBoxImg {
    text-align: center; }
    .voiceBox .voiceBoxImg img {
      height: auto; }
      @media screen and (min-width: 780px) {
        .voiceBox .voiceBoxImg img {
          width: 100px; } }
      @media screen and (max-width: 780px) {
        .voiceBox .voiceBoxImg img {
          width: 70px; } }
  .voiceBox .voiceBoxName {
    color: #0095DB;
    font-weight: 700;
    margin-bottom: 10px; }
  .voiceBox .voiceBoxMenu {
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    width: 100%;
    background-color: #FFD634;
    font-weight: 700;
    font-size: 1.4rem; }
  .voiceBox .voiceBoxText {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: left; }

#voiceBotCv {
  margin-top: -80px;
  padding-top: 150px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 780px) {
  #kuukiBanner {
    margin-top: 80px; } }
@media screen and (max-width: 780px) {
  #kuukiBanner {
    margin-top: 60px; } }
#kuukiBanner img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 640px) {
  #menuWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: -40px; } }
@media screen and (max-width: 780px) {
  #menuWrap {
    margin: 0 -10px;
    margin-top: -20px; } }
@media screen and (max-width: 640px) {
  #menuWrap {
    margin-top: -20px; } }
@media screen and (min-width: 640px) {
  #menuWrap .menuBox {
    width: calc(100% / 3);
    margin-top: 40px;
    padding: 0 20px; } }
@media screen and (max-width: 780px) {
  #menuWrap .menuBox {
    width: calc(100% / 2);
    padding: 0 10px;
    margin-top: 20px; } }
@media screen and (max-width: 640px) {
  #menuWrap .menuBox {
    width: 100%;
    margin-top: 20px; } }
#menuWrap .menuBox a.menuBoxIn {
  border-radius: 10px;
  border: solid 4px #0095DB;
  display: block;
  overflow: hidden;
  height: 100%; }
  #menuWrap .menuBox a.menuBoxIn h2 {
    text-align: center;
    background-color: #0095DB;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 4px;
    position: relative; }
    #menuWrap .menuBox a.menuBoxIn h2:before {
      content: "";
      position: absolute;
      border-radius: 50%;
      text-align: center;
      background-color: #FFD634;
      background-image: url(../images/arrow/down-arrow_blue.svg);
      background-size: 8px 8px;
      background-repeat: no-repeat;
      transform: rotate(-90deg);
      top: 50%;
      right: 20px;
      background-position: center center; }
      @media screen and (min-width: 980px) {
        #menuWrap .menuBox a.menuBoxIn h2:before {
          width: 18px;
          height: 18px;
          margin-top: -9px; } }
      @media screen and (max-width: 980px) {
        #menuWrap .menuBox a.menuBoxIn h2:before {
          width: 18px;
          height: 18px;
          margin-top: -9px; } }
  #menuWrap .menuBox a.menuBoxIn .menuBoxImg .menuBoxImgIn {
    padding-top: 50%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  #menuWrap .menuBox a.menuBoxIn .menuBoxInfo {
    padding: 20px;
    font-size: 1.4rem; }
    #menuWrap .menuBox a.menuBoxIn .menuBoxInfo ul li {
      padding-left: 20px;
      position: relative; }
      #menuWrap .menuBox a.menuBoxIn .menuBoxInfo ul li:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100%;
        left: 0;
        top: 7px;
        background-color: #FFD634; }

.accBox {
  margin: 0;
  position: relative;
  z-index: 2; }
  .accBox > dt {
    font-weight: 700;
    background-color: #0095DB;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 780px) {
      .accBox > dt {
        height: 70px; } }
    @media screen and (max-width: 780px) {
      .accBox > dt {
        height: 70px; } }
    .accBox > dt:hover {
      cursor: pointer; }
    @media screen and (min-width: 980px) {
      .accBox > dt:not(:first-child) {
        margin-top: 20px; } }
    @media screen and (max-width: 980px) {
      .accBox > dt:not(:first-child) {
        margin-top: 20px; } }
    .accBox > dt:before {
      color: #FFD634;
      content: "Q";
      left: 0; }
    .accBox > dt > span {
      position: relative; }
      @media screen and (max-width: 780px) {
        .accBox > dt > span {
          padding-right: 20px; } }
      .accBox > dt > span:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        text-align: center;
        background-color: #ffffff;
        background-image: url(../images/arrow/down-arrow.svg);
        background-size: 12px 12px;
        background-repeat: no-repeat;
        top: 50%;
        right: 0;
        background-position: center center; }
        @media screen and (min-width: 980px) {
          .accBox > dt > span:after {
            width: 26px;
            height: 26px;
            margin-top: -13px; } }
        @media screen and (max-width: 980px) {
          .accBox > dt > span:after {
            width: 18px;
            height: 18px;
            margin-top: -9px; } }
    .accBox > dt.active > span:after {
      transform: rotate(-180deg); }
  .accBox > dd {
    display: none;
    margin: 0;
    position: relative;
    background-color: #E2F6FF;
    border-top: none; }
    .accBox > dd:before {
      color: #0095DB;
      position: absolute;
      content: "A";
      left: -5px; }
    .accBox > dd > span {
      opacity: 0;
      display: block; }
      @media screen and (min-width: 780px) {
        .accBox > dd > span {
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 780px) {
        .accBox > dd > span {
          padding-top: 15px;
          padding-bottom: 15px; } }
    .accBox > dd.active > span {
      -webkit-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.8s;
      -ms-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-delay: 0.2s;
      -ms-animation-delay: 0.2s;
      animation-delay: 0.2s;
      -webkit-animation-name: slide-to-right;
      animation-name: slide-to-right; }
  .accBox > dt,
  .accBox > dd {
    position: relative; }
    @media screen and (min-width: 780px) {
      .accBox > dt,
      .accBox > dd {
        padding-left: 100px;
        padding-right: 20px; } }
    @media screen and (max-width: 780px) {
      .accBox > dt,
      .accBox > dd {
        padding-left: 45px;
        padding-right: 15px; } }
    .accBox > dt:before,
    .accBox > dd:before {
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      top: 0;
      position: absolute;
      text-align: center; }
      @media screen and (min-width: 780px) {
        .accBox > dt:before,
        .accBox > dd:before {
          line-height: 70px;
          font-size: 4rem;
          left: 40px; } }
      @media screen and (max-width: 780px) {
        .accBox > dt:before,
        .accBox > dd:before {
          line-height: 70px;
          font-size: 2.4rem;
          left: 15px; } }
    .accBox > dt > span,
    .accBox > dd > span {
      line-height: 1.6;
      width: 100%; }

@-webkit-keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
#spBt {
  cursor: pointer;
  align-items: center;
  position: relative;
  color: #ffffff; }
  @media screen and (min-width: 980px) {
    #spBt {
      display: none; } }
  @media screen and (max-width: 980px) {
    #spBt {
      width: 56px;
      height: 56px;
      display: block;
      margin-right: -10px; } }
  @media screen and (max-width: 780px) {
    #spBt {
      width: 56px;
      height: 56px;
      display: block;
      margin-right: -10px; } }
  @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: 18px; } }
    @media screen and (max-width: 780px) {
      #spBt #spBtIcon {
        width: 26px;
        height: 14px;
        top: 19px; } }
    #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: #ffffff;
  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: 1300px) {
    #overlayCont {
      padding-top: 140px;
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 780px) {
    #overlayCont {
      padding-top: 56px; } }

#overlayMenu {
  width: 100%; }
  #overlayMenu li {
    width: 100%;
    line-height: 1;
    position: relative;
    font-weight: 700; }
    #overlayMenu li:last-child a {
      border-bottom: solid 1px #CCCCCC; }
    #overlayMenu li.overlayMenuTitle {
      background-color: #0095DB; }
      #overlayMenu li.overlayMenuTitle a {
        color: #ffffff;
        pointer-events: none; }
        @media screen and (max-width: 780px) {
          #overlayMenu li.overlayMenuTitle a {
            padding-left: 20px; } }
    #overlayMenu li a {
      border-top: solid 1px #CCCCCC;
      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 20px;
          height: 50px;
          padding-left: 40px; } }
      #overlayMenu li a > span > span {
        display: inline-block; }
        #overlayMenu li a > span > span:first-child {
          color: #0095DB;
          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: #111111;
          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: #0095DB;
      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: #111111; }
  .imgPop.wayon > *, .active .imgPop > * {
    transform: translateX(0%); }
    .imgPop.wayon > *:before, .active .imgPop > *:before {
      width: 0%;
      background: #111111; }

@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: #111111;
  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: 1.8;
  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: #111111; }

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;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    .cont {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 780px) {
    .cont {
      padding-left: 20px;
      padding-right: 20px; } }

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

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

@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: 60px; } }
@media screen and (max-width: 980px) {
  .contTS {
    padding-top: 40px; } }

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

.bg {
  background-color: #0095DB;
  color: #ffffff; }

.bg2 {
  background-color: #E2F6FF; }

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

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

.widthS {
  max-width: 800px;
  margin: 0 auto;
  width: 100%; }

.tC {
  text-align: center; }

p a {
  position: relative;
  color: #0095DB !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; } }

.menuList {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 780px) {
    .menuList {
      margin: 0 -10px;
      margin-top: -20px; } }
  @media screen and (max-width: 780px) {
    .menuList {
      margin: 0 -5px;
      margin-top: -10px; } }
  @media screen and (min-width: 780px) {
    .menuList .menuListBox {
      width: 25%;
      padding: 0 10px;
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    .menuList .menuListBox {
      width: 50%;
      padding: 0 5px;
      margin-top: 10px; } }
  #topMenu .menuList .menuListBox:nth-child(9) {
    display: none; }
  .menuList .menuListBox a {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden; }
    .menuList .menuListBox a .menuListBoxImg {
      width: 100%; }
      .menuList .menuListBox a .menuListBoxImg .menuListBoxImgIn {
        width: 100%;
        padding-top: 50%;
        background-size: cover;
        background-repeat: no-repeat; }
    .menuList .menuListBox a .menuListBoxTitle {
      text-align: center;
      color: #0095DB;
      display: block;
      font-weight: 700;
      padding: 3px 0;
      position: relative;
      font-size: 1.4rem; }
      .menuList .menuListBox a .menuListBoxTitle:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        text-align: center;
        background-color: #0095DB;
        background-image: url(../images/arrow/down-arrow_white.svg);
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        top: 50%;
        background-position: center center; }
        @media screen and (min-width: 980px) {
          .menuList .menuListBox a .menuListBoxTitle:after {
            width: 14px;
            height: 14px;
            background-size: 8px 8px;
            margin-top: -7px;
            right: 10px; } }
        @media screen and (max-width: 980px) {
          .menuList .menuListBox a .menuListBoxTitle:after {
            background-size: 7px 7px;
            right: 5px;
            width: 12px;
            height: 12px;
            margin-top: -6px; } }

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

.cvBt {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1300px) {
    .cvBt {
      max-width: 760px; } }
  @media screen and (max-width: 980px) {
    .cvBt {
      max-width: 100%; } }
  #header .cvBt {
    justify-content: flex-end; }
  .cvBt > a {
    text-align: center;
    display: block; }
    @media screen and (min-width: 980px) {
      .cvBt > a {
        height: 65px;
        line-height: 57px;
        border-radius: 32.5px;
        border: solid 4px #ffffff; } }
    @media screen and (max-width: 980px) {
      .cvBt > a {
        height: 44px;
        line-height: 38px;
        border-radius: 22px;
        border: solid 3px #ffffff;
        padding: 0 20px; } }
  .cvBt .cvBtTel {
    background-color: #0095DB;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1300px) {
      .cvBt .cvBtTel {
        width: 380px; } }
    @media screen and (max-width: 1300px) {
      .cvBt .cvBtTel {
        width: 340px; } }
    @media screen and (max-width: 980px) {
      .cvBt .cvBtTel {
        width: 50%; } }
    @media screen and (max-width: 780px) {
      .cvBt .cvBtTel {
        width: 120px; } }
    @media screen and (min-width: 1300px) {
      #header .cvBt .cvBtTel {
        width: 360px; } }
    @media screen and (max-width: 1300px) {
      #header .cvBt .cvBtTel {
        width: 320px; } }
    .cvBt .cvBtTel span:first-child {
      font-weight: 700;
      letter-spacing: 2px;
      position: relative; }
      @media screen and (min-width: 1300px) {
        .cvBt .cvBtTel span:first-child {
          font-size: 2.6rem;
          padding-left: 35px; } }
      @media screen and (max-width: 1300px) {
        .cvBt .cvBtTel span:first-child {
          font-size: 2.2rem;
          padding-left: 30px; } }
      @media screen and (max-width: 980px) {
        .cvBt .cvBtTel span:first-child {
          font-size: 1.8rem;
          padding-left: 20px;
          letter-spacing: 1px; } }
      @media screen and (max-width: 780px) {
        .cvBt .cvBtTel span:first-child {
          display: none; } }
      .cvBt .cvBtTel span:first-child:before {
        position: absolute;
        left: 0;
        content: "";
        background-image: url(../images/footer/smartphone-call.svg);
        background-size: cover; }
        @media screen and (min-width: 1300px) {
          .cvBt .cvBtTel span:first-child:before {
            width: 30px;
            height: 30px;
            top: 13px; } }
        @media screen and (max-width: 1300px) {
          .cvBt .cvBtTel span:first-child:before {
            width: 24px;
            height: 24px;
            top: 16px; } }
        @media screen and (max-width: 980px) {
          .cvBt .cvBtTel span:first-child:before {
            width: 20px;
            height: 20px;
            top: 10px; } }
    .cvBt .cvBtTel span:last-child {
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: left;
      position: relative; }
      @media screen and (min-width: 1300px) {
        .cvBt .cvBtTel span:last-child {
          margin-left: 15px; } }
      @media screen and (max-width: 1300px) {
        .cvBt .cvBtTel span:last-child {
          margin-left: 10px; } }
      @media screen and (max-width: 980px) {
        .cvBt .cvBtTel span:last-child {
          line-height: 1.2;
          margin-left: 10px; } }
      @media screen and (max-width: 780px) {
        .cvBt .cvBtTel span:last-child {
          padding-left: 30px;
          margin-left: 0px; } }
      .cvBt .cvBtTel span:last-child:before {
        position: absolute;
        left: 0;
        content: "";
        background-image: url(../images/footer/smartphone-call.svg);
        background-size: cover;
        width: 26px;
        height: 26px;
        top: 1px; }
        @media screen and (min-width: 780px) {
          .cvBt .cvBtTel span:last-child:before {
            display: none; } }
  .cvBt .cvBtWeb {
    background-color: #FFD634;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1300px) {
      .cvBt .cvBtWeb {
        width: 520px; } }
    @media screen and (max-width: 1300px) {
      .cvBt .cvBtWeb {
        width: 400px; } }
    @media screen and (max-width: 980px) {
      .cvBt .cvBtWeb {
        width: 50%;
        margin-left: 20px; } }
    @media screen and (max-width: 780px) {
      .cvBt .cvBtWeb {
        width: calc(100% - 130px);
        margin-left: 10px; } }
    @media screen and (min-width: 1300px) {
      #header .cvBt .cvBtWeb {
        width: 300px;
        margin-left: 20px; } }
    @media screen and (max-width: 1300px) {
      #header .cvBt .cvBtWeb {
        width: 270px;
        margin-left: 10px; } }
    .cvBt .cvBtWeb:before {
      position: absolute;
      bottom: 0px;
      left: 20px;
      content: "";
      background-image: url(../images/chan.svg);
      background-size: cover;
      width: 100px;
      height: 74px; }
      @media screen and (max-width: 1300px) {
        .cvBt .cvBtWeb:before {
          display: none; } }
      #header .cvBt .cvBtWeb:before {
        display: none; }
    .cvBt .cvBtWeb span {
      font-weight: 700;
      position: relative;
      display: block; }
      @media screen and (min-width: 980px) {
        .cvBt .cvBtWeb span {
          font-size: 2rem; } }
      @media screen and (max-width: 980px) {
        .cvBt .cvBtWeb span {
          font-size: 1.6rem; } }
      @media screen and (max-width: 780px) {
        .cvBt .cvBtWeb span {
          font-size: 1.4rem; } }
      .cvBt .cvBtWeb span:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        text-align: center;
        background-color: #111111;
        background-image: url(../images/arrow/down-arrow_white.svg);
        background-size: 8px 8px;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        top: 50%;
        background-position: center center; }
        @media screen and (min-width: 980px) {
          .cvBt .cvBtWeb span:after {
            width: 18px;
            height: 18px;
            margin-top: -9px;
            right: 20px; } }
        @media screen and (max-width: 980px) {
          .cvBt .cvBtWeb span:after {
            width: 14px;
            height: 14px;
            margin-top: -7px;
            right: -10px; } }

@media screen and (min-width: 780px) {
  #bread {
    margin-top: 30px; } }
@media screen and (max-width: 780px) {
  #bread {
    display: none; } }
#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; } }
    #bread ul li a {
      color: #0095DB;
      text-decoration: underline; }
      #bread ul li a:hover {
        text-decoration: none; }
    @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; }

#allMenuBtWrap {
  text-align: right;
  margin-top: 20px; }

.btArrow {
  display: inline-block;
  position: relative;
  padding-right: 26px;
  color: #0095DB !important; }
  .btArrow:hover {
    opacity: 0.7; }
  .bg .btArrow {
    color: #ffffff !important; }
  .btArrow:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/next.svg"); }
    .bg .btArrow:before {
      background-image: url("../images/next-white.svg"); }
    @media screen and (min-width: 780px) {
      .btArrow:before {
        margin-top: -9px;
        width: 18px;
        height: 18px; } }
    @media screen and (max-width: 780px) {
      .btArrow:before {
        margin-top: -8px;
        width: 16px;
        height: 16px; } }

.blankLink {
  position: relative;
  padding-right: 26px; }
  .blankLink:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/web-browser-white.svg"); }
    @media screen and (min-width: 780px) {
      .blankLink:before {
        margin-top: -8px;
        width: 16px;
        height: 16px; } }
    @media screen and (max-width: 780px) {
      .blankLink:before {
        margin-top: -8px;
        width: 16px;
        height: 16px; } }

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