@charset "UTF-8";
/*--------------------------------------------

連載30周年記念　地上最強刃牙展ッ！in仙台
https://www.khb-tv.co.jp/event/baki2023/

---------------------------------------------*/
/*--------------------------------------------
   [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1a1a1e; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.4s;
  color: #0084DB;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.4s;
    opacity: 0.7; }

::selection {
  background: #a7161b;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700; }

main {
  width: 100%;
  overflow: hidden; }

.wrap {
  overflow: hidden; }

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fbd7c5;
  background: linear-gradient(45deg, #fbd7c5 0%, white 52.4%, #fbe4ce 100%);
  z-index: -1; }

section {
  padding: 100px 0; }

.w_limit_sp {
  width: 94%; }

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto; }

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

h2 {
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  z-index: 1; }
  h2::after {
    content: '';
    height: 9px;
    width: 80px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: -1;
    background-size: auto auto;
    background-color: #a7161b;
    background: linear-gradient(90deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%);
    transform: skewX(-30deg); }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem; }

  section {
    padding: 50px 0; } }
@media screen and (max-width: 600px) {
  section {
    padding: 25px 0; }
    section > .w_limit_1280, section > .w_limit_1000 {
      padding: 50px 0px; }

  body {
    font-size: 1.6rem; } }
/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 15;
  position: relative;
  padding: 0px 0 50px; }

.mv-pc {
  display: block;
  position: relative;
  margin: auto;
  width: 1400px; }

/*MVスクロールダウン*/
.scroll {
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  padding-top: 70px;
  position: absolute;
  margin: auto;
  font-weight: 800;
  bottom: 0;
  background-color: #ad161b;
  right: 0;
  left: 0;
  width: 80px;
  text-align: center; }

.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #ffffff;
  border-width: 0 0 5px 5px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px; }

.scroll a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px); }
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@media screen and (max-width: 900px) {
  #Mainvisual {
    padding-top: 0;
    padding-bottom: 110px;
    height: auto; }
    #Mainvisual img {
      width: 100%;
      height: auto; }

  .scroll {
    width: 60px;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(167, 22, 27, 0);
    color: #a7161b; }
    .scroll::before {
      border-color: #a7161b; } }
/*--------------------------------------------
[03] ABOUT
---------------------------------------------*/
#About .w_limit_1280 {
  padding: 50px 5%; }
  #About .w_limit_1280 > p {
    text-align: center; }

.about-catch {
  color: #1a1a1e;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  #About .w_limit_1280 {
    padding: 35px 5%; }

  .about-catch {
    font-size: 2.8rem; } }
@media screen and (max-width: 600px) {
  .about-catch {
    font-size: 6.5vw; } }
/*--------------------------------------------
[04] 参加概要
---------------------------------------------*/
#Date {
  z-index: 0;
  position: relative; }

#Date table {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  max-width: 1100px; }
  #Date table tr {
    position: relative; }
  #Date table th, #Date table td {
    padding: 20px 30px; }
  #Date table th {
    font-size: 2.1rem;
    width: 30%;
    text-align: center;
    z-index: 3;
    color: #ffffff; }
    #Date table th > div {
      background: #a7161b;
      background: linear-gradient(135deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%);
      color: #ffffff;
      height: 40px;
      line-height: 40px;
      transform: skewX(-15deg);
      width: 100%; }
      #Date table th > div span {
        display: block;
        transform: skewX(15deg); }
    #Date table th div.caution {
      background: #a7161b;
      color: #ffffff;
      border: solid 2px #ffffff;
      line-height: 36px; }
  #Date table td {
    width: 70%;
    vertical-align: middle; }
    #Date table td p {
      line-height: 2; }
    #Date table td span.disp-pc-only {
      display: inline; }
    #Date table td .date-kome {
      font-size: 1.6rem;
      text-align: left; }

#Date tr::before {
  content: "";
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 3px, rgba(189, 189, 189, 0) 3px, rgba(189, 189, 189, 0) 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  top: auto;
  margin: auto; }

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #00334e;
  border: solid 2px #00334e;
  text-align: center;
  border-radius: 0; }
  .to-googlemap.Btn::before {
    content: '';
    background-image: url("../images/icon-mappin.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 15px;
    height: 22px; }
  .to-googlemap.Btn::after {
    border-color: #00334e; }
  .to-googlemap.Btn:hover::after {
    border-color: #a7161b; }

.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3)); }

@media screen and (max-width: 767px) {
  #Date .w_limit_1280 {
    padding: 75px 0px 50px; }

  #Date table {
    border: none;
    font-size: 1.8rem; }
    #Date table th, #Date table td {
      display: block;
      width: 100%; }
    #Date table th {
      margin-top: 25px !important;
      border-right: none;
      border-bottom: none;
      padding: 5px 0px; }
      #Date table th:first-of-type {
        margin-top: 0; }
    #Date table td {
      border-bottom: none;
      border-top: none;
      text-align: center;
      padding: 15px 15px 30px; }
    #Date table .to-googlemap.Btn {
      margin: 15px auto 0; } }
/*--------------------------------------------
[05] グッズ付き前売りチケット
---------------------------------------------*/
h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  border-left: solid 10px #ec643f;
  padding: 15px 15px;
  border-bottom: solid 1px #ec643f;
  margin-bottom: 15px; }

h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  background-color: #eeeeee;
  padding: 5px 10px;
  margin-top: 25px;
  margin-bottom: 10px; }

#Maeuri table {
  max-width: 800px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.2; }
  #Maeuri table tr:first-of-type {
    border-top: solid 1px #cccccc; }
  #Maeuri table tr th {
    background-color: #eeeeee;
    padding: 5px 15px;
    width: 30%;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle; }
  #Maeuri table tr td {
    padding: 5px 15px;
    width: 70%;
    border-bottom: solid 1px #cccccc; }

.js-animation.poyoyon2 {
  -webkit-transform: perspective(1px) translateZ(0) scale(0.8);
  transform: perspective(1px) translateZ(0) scale(0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-delay: 0.5s; }

.js-animation.is-show.poyoyon2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.cautionBox {
  margin-top: 50px; }

/*--------------------------------------------
[06] 仙台駅前イービーンズ　契約駐車場のご案内
---------------------------------------------*/
table.default-table {
  margin: auto;
  margin-top: 15px;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.2;
  border: solid 1px #cccccc; }
  table.default-table tr:first-of-type {
    border-top: solid 1px #cccccc; }
  table.default-table tr th {
    background-color: #eeeeee;
    padding: 15px;
    width: 45%;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
    max-width: 300px; }
  table.default-table tr td {
    padding: 15px;
    width: 55%;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle; }

/*--------------------------------------------
[07] サイン会
---------------------------------------------*/
#Sign h2 {
  color: #ffffff;
  /* 文字の色 */
  font-size: 36pt;
  /* 文字のサイズ */
  text-shadow: 5px  5px 8px #990000, -5px  5px 8px #990000, 5px -5px 8px #990000, -5px -5px 8px #990000, 5px  0px 8px #990000, 0px  5px 8px #990000, -5px  0px 8px #990000, 0px -5px 8px #990000;
  /* 文字の影 */ }

.fc-yellow-grad {
  background: linear-gradient(45deg, #fbba00 0%, white 52.4%, #fbd909 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  background: #a7161b;
  padding: 100px 0;
  position: relative; }

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px; }
  #Sponsor .w_limit_1280 {
    position: relative; }
  #Sponsor table {
    width: 100%;
    border: solid 10px #ffffff;
    background: linear-gradient(45deg, #fbd7c5 0%, white 52.4%, #fbe4ce 100%); }
    #Sponsor table tr {
      position: relative;
      border-top: solid 1px #ffffff; }
      #Sponsor table tr:last-of-type {
        border-bottom: solid 1px #ffffff; }
      #Sponsor table tr th {
        width: 20%;
        padding: 25px;
        background-color: #9c151b;
        background: linear-gradient(90deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%);
        color: #ffffff; }
      #Sponsor table tr td {
        width: 75%;
        padding: 25px;
        align-self: center; }
        #Sponsor table tr td span {
          margin-right: 4rem; }

.logo-khb {
  width: 220px;
  height: auto; }

.contactBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .contactBox > div {
    width: 70%; }
  .contactBox figure {
    width: 25%; }

.kyosan-flex div:first-of-type {
  line-height: 0; }

@media screen and (max-width: 767px) {
  #Sponsor dl dd {
    width: 100%; }
    #Sponsor dl dd.kyosan-flex {
      flex-direction: column; }
      #Sponsor dl dd.kyosan-flex p {
        margin-bottom: 40px; }
        #Sponsor dl dd.kyosan-flex p:last-of-type {
          margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  .contactBox {
    flex-direction: column; }
    .contactBox > div {
      width: 100%;
      margin-bottom: 25px; }
    .contactBox figure {
      width: 100%; }

  #Sponsor table tr th {
    width: 100%;
    padding: 5px 10px;
    display: block; }
  #Sponsor table tr td {
    width: 100%;
    padding: 15px 15px 25px;
    display: block; } }
.footer-logo {
  text-align: center;
  padding-bottom: 50px; }
  .footer-logo img {
    width: 465px;
    height: 39px; }

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1000px;
  padding: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #c7ba9a; }

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #200305;
  text-align: center;
  font-weight: 600;
  padding-right: 25px; }

h2.contact-title::after {
  display: none; }

.contact-txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  width: 70%; }

.contact-add {
  text-align: left;
  margin-left: 25px; }
  .contact-add p.contact-email span {
    color: #0083da;
    font-size: 2.1rem; }
  .contact-add .tel-link {
    font-size: 2.4rem; }
    .contact-add .tel-link a {
      font-size: 2.4rem; }

small {
  display: block;
  text-align: center; }

#PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 45px;
  height: 45px;
  transform: rotate(45deg);
  background-color: #ffffff;
  border: solid 3px #a7161b;
  z-index: 10; }
  #PageTop a {
    width: 100%;
    height: 100%;
    position: absolute; }
  #PageTop::before {
    content: '';
    border-style: solid;
    border-width: 4px 4px 0px 0px;
    border-color: #a7161b;
    transform: rotate(270deg);
    position: absolute;
    margin: auto;
    top: 7px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 14px;
    height: 14px; }

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start; }

  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px; }

  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403; }

  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px; }
    .contact-txt .contact-add {
      align-items: center;
      text-align: center; }

  footer {
    padding-bottom: 50px; } }
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem; }

.fz-14 {
  font-size: 1.4rem; }

.fz-15 {
  font-size: 1.5rem; }

.fz-16 {
  font-size: 1.6rem; }

.fz-18 {
  font-size: 1.8rem; }

.fz-21 {
  font-size: 2.1rem; }

.fz-24 {
  font-size: 2.4rem; }

.fz-26 {
  font-size: 2.6rem; }

.fz-28 {
  font-size: 2.8rem; }

.fz-32 {
  font-size: 3.2rem !important; }

.fz-36 {
  font-size: 3.6rem !important; }

.fz-40 {
  font-size: 4rem !important; }

@media screen and (max-width: 600px) {
  /**/
  .fz-18 {
    font-size: calc(1.8rem * 0.9); }

  .fz-21 {
    font-size: calc(2.1rem * 0.9); }

  .fz-28 {
    font-size: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); }

  .fz-40 {
    font-size: calc(4.0rem * 0.8); }

  .fz-28_sp {
    font-size: 2.8rem !important; }

  .fz-32_sp {
    font-size: 3.2rem !important; } }
.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.lh-12 {
  line-height: 1.2; }

.lh-15 {
  line-height: 1.5; }

.fc-normal {
  color: #200305; }

.fc-white {
  color: #ffffff; }

.fc-white a {
  color: #ffffff; }

.fc-red {
  color: #ba1c20; }

.fc-yellow {
  color: #FCCF00; }

.mgl-1em {
  margin-left: 1em; }

.mgr-1em {
  margin-right: 1em; }

.mgt-0 {
  margin-top: 0 !important; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-100 {
  margin-bottom: 100px; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

/*padding*/
.pdt-5 {
  padding-top: 5px; }

.pdb-5 {
  padding-bottom: 5px; }

.indent-kome {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 600px) {
  .ta-center-600 {
    text-align: center !important; }

  .ta-center_sp {
    text-align: center; }

  .ta-right_sp {
    text-align: right; }

  .ta-left_sp {
    text-align: left; }

  .mgt-50_sp {
    margin-top: 50px; } }
/*レスポンシブ改行
-------------------------------*/
.br_480, .br_600, .br_768, .br_767, .br_1280 {
  display: none; }

@media screen and (max-width: 1280px) {
  .br_1280 {
    display: inline; }

  .br_pconly {
    display: none; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; }

  .block-768 {
    display: block; } }
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline; }

  .block-767 {
    display: block; } }
@media screen and (max-width: 600px) {
  .block-600 {
    display: block; }

  .br_600 {
    display: inline; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; } }
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff; }

.bg-gray {
  background: #eaeaea; }

.bg-yellow-grad {
  background: linear-gradient(0deg, #f5ba3a 0%, #f6e76e 100%); }

.bg-red-grad {
  background: linear-gradient(0deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%); }

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, #fbd7c5 0%, white 52.4%, #fbe4ce 100%); }

.bg-shasen {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, whitesmoke 5px, whitesmoke 10px); }

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #0056a9;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #004ba0 15px, #004ba0 30px); }

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px);
  background-size: 16px 16px; }

/*rgba(218, 250, 227, 0.6)*/
.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%), radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px; }

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(#e6e6e6 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px; }

.bg-gradation {
  background: #6ca861;
  background: linear-gradient(45deg, #6ca861 0%, #379e8e 100%); }

.bg-stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, #ebca0e 15px, #ebca0e 30px); }

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 76px;
  border-radius: 80px;
  background: #a7161b;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px #a7161b;
  margin: auto;
  text-align: center; }
  a.Btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ffffff;
    transform: rotate(45deg);
    transition: 0.6s; }
  a.Btn:hover {
    background: #ffffff;
    color: #a7161b;
    border: solid 2px #a7161b; }
    a.Btn:hover::before {
      border-color: #a7161b;
      transition: 0.6s; }

a.Btn.Btn-baki {
  background-color: #9c151b;
  background: linear-gradient(90deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%);
  color: #ffffff; }

.bgc-baki-grade {
  background-color: #9c151b;
  background: linear-gradient(90deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%); }

/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .js-animation.js-ani-nomove {
    transform: translateY(0px);
    transition: all 1.2s; }
    .js-animation.js-ani-nomove.is-show {
      transform: translateY(0px); }
