@charset "UTF-8";
/*--------------------------------------------

麻雀フェスティバル in仙台 2025
https://www.khb-tv.co.jp/event/m-league2025/index.html

---------------------------------------------*/
/*--------------------------------------------
   [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: 1.5;
  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;
}

::-moz-selection {
  background: #1a1a1e;
  color: #ffffff;
}

::selection {
  background: #1a1a1e;
  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-image: url("../images/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.bg-fixed::after {
  content: "";
  background: linear-gradient(-130deg, #009182, #e62310);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.75;
}

section {
  padding: 50px 0;
}
section > .w_limit_1440,
section > .w_limit_1280 {
  padding: 75px 0px;
  background-color: #ffffff;
  position: relative;
  margin: auto;
  border: 10px solid #e62310;
  position: relative;
}

section#Taikai > .w_limit_1440,
section#Taikai > .w_limit_1280 {
  border: 10px solid #009182;
}

.mojang_section_box {
  padding: 100px 0px;
  background-color: #ffffff;
  border-radius: 25px;
  position: relative;
  margin: auto;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.mojang_section_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #dbdcdc;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  z-index: -2;
}
.mojang_section_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #f9c04b;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  z-index: -3;
}

.w_limit_sp {
  width: 94%;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1180 {
  max-width: 1180px;
  margin: 0 auto;
}

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w_limit_900 {
  max-width: 900px;
  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: 70px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-weight: 900;
  z-index: 1;
}
h2::after {
  content: "";
  height: 40px;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  background-size: auto auto;
  background: url("../images/icon_h2.svg");
  background-repeat: no-repeat;
}

.read {
  margin: auto;
  text-align: center;
  color: #e62310;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.listmark {
  font-size: 2.1rem;
  padding-left: 30px;
  margin-left: 5px;
  position: relative;
  line-height: 1.2;
}

.listmark::before {
  content: "";
  background-image: url("../images/icon_listmark.svg");
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

table.default-table {
  margin: auto;
  margin-top: 15px;
  font-size: 1.8rem;
  width: 100%;
  line-height: 1.2;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
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;
}

ul.default-list {
  margin: auto;
}
ul.default-list li {
  font-size: 2.1rem;
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
}
ul.default-list li::before {
  content: "";
  background-color: #009662;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 0;
}

ul.default-list.mleague_list li {
  padding-left: 30px;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.2;
}
ul.default-list.mleague_list li::before {
  content: "";
  background-color: transparent;
  background-image: url("../images/icon_listmark.svg");
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: 0;
  margin: auto;
}

table.table_3cal tr:first-of-type {
  border-top: solid 1px #cccccc;
}
table.table_3cal tr th {
  background-color: #eeeeee;
  padding: 10px;
  width: 30%;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  max-width: 300px;
}
table.table_3cal tr td {
  width: 35%;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1440,
  section > .w_limit_1280,
  section > .w_limit_1000 {
    padding: 50px 0px;
  }
  body {
    font-size: 1.6rem;
  }
  .hishi {
    display: block;
    margin-bottom: 0 !important;
    font-size: 1.8rem;
    background-color: transparent;
    color: #e62310;
  }
}
/*--------------------------------------------
ナビゲーション
---------------------------------------------*/
nav {
  background-color: #1a1a1e;
  margin: auto;
  text-align: center;
}
nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
nav ul li {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 15px 20px;
  position: relative;
  padding-left: 50px;
  color: #ffffff;
  height: 100%;
  width: 25%;
  border-right: solid 1px #ffffff;
  text-align: center;
  transition: 0.2s;
  font-weight: 600;
}
nav ul li.nav_ticket {
  background-color: #e62310;
}
nav ul li.sp_only {
  display: none;
}
nav ul li:last-of-type {
  border-right: none;
}
nav ul li:hover {
  background-color: #006736;
  color: #ffffff;
  transition: 0.2s;
}
nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

.toggle {
  display: none;
  /* 初めは非表示 */
}

nav ul li {
  position: relative;
}
nav ul li i {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  width: 30px;
  height: 30px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fa-house {
  background-image: url("../images/icon-home.svg");
}

.fa-video {
  background-image: url("../images/icon-video.svg");
}

.fa-trophy {
  background-image: url("../images/icon-trophy.svg");
}

.fa-ticket-simple {
  background-image: url("../images/icon-ticket.svg");
}

@media screen and (min-width: 901px) {
  nav {
    background-color: #1a1a1e;
    width: 98%;
    max-width: 1800px;
    margin: auto;
    text-align: center;
    top: 15px;
    left: 0;
    right: 0;
  }
  nav.sticky {
    position: fixed;
    left: 0;
    margin: auto;
    z-index: 1000;
  }
  nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  nav ul li {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 15px 20px;
    position: relative;
    color: #ffffff;
    height: 100%;
    width: 25%;
    border-left: none;
    text-align: center;
    transition: 0.2s;
    font-weight: 600;
  }
  nav ul li i {
    margin-right: 0.6em;
    font-size: 21px;
  }
  nav ul li.sp_only {
    display: none;
  }
  nav ul li:hover {
    background-color: #006736;
    color: #ffffff;
    transition: 0.2s;
  }
  nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nav li:nth-child(1) {
    flex: 0.5 1 0; /* 伸びにくく */
  }
  .nav li:nth-child(2),
  .nav li:nth-child(3) {
    flex: 4 1 0; /* 伸びやすく */
  }
  .nav li.nav_ticket {
    flex: 1.5 1 0;
  }
  .nav li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  }
  nav li.has-child ul li:last-child a {
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .read {
    font-size: 2.4rem;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
    background-color: #fff;
    border: 6px solid #1a1a1e;
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    font-size: 15px;
    padding: 20px 10px 20px;
    padding-left: 50px;
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #e62310;
    color: #1a1a1e;
    vertical-align: middle;
    text-align: left;
  }
  nav ul li i {
    color: #e62310;
    vertical-align: middle;
    top: 1.1em;
  }
  nav ul li.nav_ticket {
    color: #ffffff;
  }
  nav ul li.nav_ticket i {
    color: #ffffff;
  }
  nav ul li.sp_only {
    display: block;
  }
  nav ul li:last-of-type {
    border-right: none;
  }
  nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .has-child {
    display: none;
  }
  .fa-house {
    background-image: url("../images/icon-home_b.svg");
  }
  .fa-video {
    background-image: url("../images/icon-video_b.svg");
  }
  .fa-trophy {
    background-image: url("../images/icon-trophy_b.svg");
  }
  .fa-ticket-simple {
    background-image: url("../images/icon-ticket_b.svg");
  }
  .toggle_wrap {
    background-color: #e62310;
    border-left: 3px solid #1a1a1e;
    border-bottom: 3px solid #1a1a1e;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 50;
  }
  .toggle {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    display: block;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    /* バーガーアイコンの色 */
    transition: transform 0.3s, opacity 0.3s;
  }
  .toggle::before {
    top: 7px;
  }
  .toggle::after {
    bottom: 7px;
  }
  .toggle.active {
    transform: rotate(180deg);
  }
  .toggle.active::before {
    transform: rotate(45deg);
    top: 50%;
  }
  .toggle.active::after {
    transform: rotate(-45deg);
    bottom: 50%;
  }
  nav {
    left: -100%;
    width: 75%;
    transition: 0.3s;
  }
  nav.show {
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 480px) {
  .sp_sticky_ticket {
    display: none;
  }
}
.Btn_ticket {
  text-align: center;
  margin-top: 30px;
}
.Btn_ticket img {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 480px;
}

/*ページ下部チケット券売リンク*/
.sp_sticky_ticket {
  position: fixed;
  left: auto;
  right: auto;
  bottom: 5px;
  margin: auto;
  height: auto;
  width: 100%;
  padding: 5px;
  display: none !important;
}
.sp_sticky_ticket img {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 15;
  position: relative;
  padding-top: 80px;
}

.mv-pc {
  display: block;
  position: relative;
  margin: auto;
  margin: auto;
}

/*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;
  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;
  }
  #Mainvisual img {
    width: 100%;
    height: auto;
  }
  .mv-pc {
    display: block;
    position: relative;
    margin: 0;
  }
  .scroll {
    width: 60px;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(230, 35, 16, 0);
    color: #e62310;
  }
  .scroll::before {
    border-color: #e62310;
  }
}
.area_youtube {
  max-width: 800px;
  position: relative;
  margin: auto;
  margin-top: 50px;
}
.area_youtube .area_youtube_mov {
  position: relative;
  width: 100%;
  padding: 28% 0;
}
.area_youtube .area_youtube_mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.area_youtube .area_youtube_anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .youtube-wrap {
    flex-direction: column;
  }
  .youtube {
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
  }
}
/*--------------------------------------------
[03] ABOUT
---------------------------------------------*/
#About > .w_limit_1440,
#About > .w_limit_1280 {
  padding: 50px 5%;
}
#About > .w_limit_1440 > p,
#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_1440,
  #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,
table.date-table {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  max-width: 1100px;
}
#Date table tr,
table.date-table tr {
  position: relative;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #bdd9ca;
}
#Date table th,
#Date table td,
table.date-table th,
table.date-table td {
  padding: 20px 30px;
}
#Date table th,
table.date-table th {
  font-size: 1.8rem;
  width: 30%;
  text-align: center;
  z-index: 3;
  color: #ffffff;
}
#Date table th > div,
table.date-table th > div {
  background: #1a1a1e;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  transform: skewX(-15deg);
  width: 90%;
  margin: auto;
}
#Date table th > div span,
table.date-table th > div span {
  display: block;
  transform: skewX(15deg);
}
#Date table th div.caution,
table.date-table th div.caution {
  background: #e62310;
  color: #ffffff;
  border: solid 2px #ffffff;
  line-height: 36px;
}
#Date table td,
table.date-table td {
  width: 70%;
  vertical-align: middle;
}
#Date table td span.disp-pc-only,
table.date-table td span.disp-pc-only {
  display: inline;
}
#Date table td .date-kome,
table.date-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}

.to-googlemap-wrap {
  text-align: left;
}

a.to-googlemap.Btn {
  margin: 15px;
  max-width: 400px;
  background-color: #fff;
  border: 2px solid #1a1a1e;
  color: #1a1a1e;
  font-size: 1.8rem;
  padding: 15px;
  height: auto;
  line-height: 1.5;
}
a.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;
}
a.to-googlemap.Btn::after {
  content: "";
  border-color: #1a1a1e;
  transform: rotate(45deg);
}
a.to-googlemap.Btn:hover {
  background-color: #1a1a1e;
  border-color: #1a1a1e;
  color: #ffffff;
}
a.to-googlemap.Btn:hover::after {
  border-color: #ffffff;
}

.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,
  #Date .w_limit_1440 {
    padding: 75px 0px 50px;
  }
  #Date table,
  table.date-table {
    border: none;
    font-size: 1.8rem;
  }
  #Date table th,
  #Date table td,
  table.date-table th,
  table.date-table td {
    display: block;
    width: 100%;
  }
  #Date table th,
  table.date-table th {
    margin-top: 25px !important;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px;
  }
  #Date table th:first-of-type,
  table.date-table th:first-of-type {
    margin-top: 0;
  }
  #Date table td,
  table.date-table td {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 15px 15px 30px;
  }
  #Date table .to-googlemap.Btn,
  table.date-table .to-googlemap.Btn {
    margin: 15px auto 0;
  }
  ul.default-list li {
    text-align: left;
  }
}
.fleximg_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.Btn.btn_red {
  color: #ffffff;
  background: #c70020;
}

/*
flexbox
------------*/
.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.flex_cal2 > figure {
  display: block;
  width: 45%;
}
.flex_cal2 > div {
  width: 50%;
}

.flex_cal2_even {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal2_even > li,
.flex_cal2_even > div {
  width: 48%;
  margin-right: 4%;
}
.flex_cal2_even > li:nth-of-type(2n),
.flex_cal2_even > div:nth-of-type(2n) {
  margin-right: 0;
}
.flex_cal2_even > li figure,
.flex_cal2_even > div figure {
  text-align: center;
}
.flex_cal2_even > li figure img,
.flex_cal2_even > div figure img {
  max-width: 270px;
  width: 100%;
  height: auto;
}

.flex_cal3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal3 > li,
.flex_cal3 > div {
  width: 30%;
  margin-right: 5%;
}
.flex_cal3 > li:nth-of-type(3n),
.flex_cal3 > div:nth-of-type(3n) {
  margin-right: 0;
}
.flex_cal3 > li figure,
.flex_cal3 > div figure {
  text-align: center;
}
.flex_cal3 > li figure img,
.flex_cal3 > div figure img {
  max-width: 270px;
  width: 100%;
  height: auto;
}

.flex_cal4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal4 > li,
.flex_cal4 > div {
  width: 22.5%;
  margin-right: 3.3333333333%;
}
.flex_cal4 > li:nth-of-type(4n),
.flex_cal4 > div:nth-of-type(4n) {
  margin-right: 0;
}
.flex_cal4 > li figure,
.flex_cal4 > div figure {
  text-align: center;
}
.flex_cal4 > li figure img,
.flex_cal4 > div figure img {
  max-width: 270px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .flex_cal2_even {
    flex-direction: column;
  }
  .flex_cal2_even > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .flex_cal2 {
    flex-direction: column;
  }
  .flex_cal2 > figure {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .flex_cal2 > div {
    width: 100%;
  }
  .flex_cal3 {
    justify-content: center;
    flex-direction: column;
  }
  .flex_cal3 > li, .flex_cal3 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .flex_cal3 > li:first-of-type, .flex_cal3 > div:first-of-type {
    width: 100%;
  }
  .flex_cal3 > li:last-of-type, .flex_cal3 > div:last-of-type {
    margin-right: 0;
  }
  .flex_cal3 > li figure, .flex_cal3 > div figure {
    text-align: center;
  }
  .flex_cal3 > li figure img, .flex_cal3 > div figure img {
    width: 270px;
  }
}
/*--------------------------------------------
[05] チケット
---------------------------------------------*/
h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-left: solid 8px #1ea3de;
  background-color: #1a1a1e;
  border-left-color: #e62310;
  color: #ffffff;
}

h4 {
  font-size: 2.1rem;
  line-height: 1.2;
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
}

h4.h4_red {
  background: linear-gradient(45deg, rgb(148, 30, 35) 0%, rgb(172, 32, 36) 24.77%, rgb(215, 35, 37) 74.58%, rgb(231, 36, 38) 100%);
  color: #ffffff;
}

h4.h4_red_waku {
  background-color: transparent;
  border-bottom: solid 2px rgb(148, 30, 35);
  border-left: solid 10px rgb(148, 30, 35);
}

#Ticket table.default-table th {
  width: 30%;
}
#Ticket table.default-table td {
  width: 70%;
}

.playguide {
  background: #ffffff;
  /**/
  border: solid 1px #c7c6c4;
  border-radius: 10px;
  display: -ms-flex;
  display: flex;
  font-size: 1.6rem;
}

.playguide > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
  align-self: center;
  margin-right: 5%;
}

.playguide > div:nth-of-type(2) {
  width: 75%;
}

.playguide-code {
  font-size: 2.1rem;
  font-weight: 600;
}

.playguide-code span {
  color: #e94736;
}

.lo-tk > div img {
  width: 128px;
  height: 50px;
}

.pia-tk > div img {
  width: 73px;
  height: 70px;
}

/*
.ticketBtn a.Btn {
  margin: 15px 0 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem;
  &::after {
    transform: rotate(45deg);
  }
}*/
.ticketBtn a.Btn {
  margin: 15px 0 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem;
  background-color: #e62310;
}
.ticketBtn a.Btn::after {
  transform: rotate(45deg);
}

#Playguide .playguide {
  border: none;
  display: block;
  margin: auto;
  text-align: center;
}

#Playguide .playguide > div:nth-of-type(1) {
  width: 100%;
  text-align: center;
  margin-right: 0%;
}

#Playguide .playguide > div:nth-of-type(2) {
  width: 100%;
}

#Playguide .playguide .ticketBtn a.Btn {
  margin: 0px auto 0;
  max-width: 400px;
  height: 80px;
  line-height: 74px;
  font-size: 2.1rem;
  background-color: #e62310;
}
#Playguide .playguide .ticketBtn a.Btn:hover {
  background-color: #ffffff;
}
#Playguide .playguide .ticketBtn a.Btn::after {
  transform: rotate(45deg);
}

.akaobi {
  background-color: #e63c29;
  color: #ffffff;
  padding: 15px;
}

.akaobi_sen {
  border: solid 3px #e63c29;
  padding: 10px 15px;
}

.boshu-end {
  background-color: #eeeeee;
  padding: 30px 15px;
  margin-bottom: 50px;
}

.bgc-maeuri {
  background-color: #cc2b83;
}

.fc-maeuri {
  color: #cc2b83;
}

.bdc-maeuri_h3 {
  /*	background-color: $c-maeuri;*/
  background-color: #1a1a1e;
  border-left-color: #cc2b83;
  color: #ffffff;
}

.bdc-maeuri {
  background-color: #cc2b83 !important;
  color: #ffffff;
}

.bgc-touzitu {
  background-color: #008efb;
}

.fc-touzitu {
  color: #008efb;
}

.bdc-touzitu_h3 {
  /*	background-color: $c-touzitu;*/
  background-color: #1a1a1e;
  border-left-color: #008efb;
  color: #ffffff;
}

.bdc-touzitu {
  background-color: #008efb !important;
  color: #ffffff;
}

.bgc-goodstuki {
  background-color: #2bcc71;
}

.fc-goodstuki {
  color: #2bcc71;
}

.bdc-goodstuki_h3 {
  /*	background-color: $c-goodstuki;*/
  background-color: #1a1a1e;
  border-left-color: #2bcc71;
  color: #ffffff;
}

.soldout {
  background-color: rgba(26, 26, 30, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-weight: 600;
  font-size: 5.4rem;
  z-index: 10;
}
.soldout p {
  background-color: #ba1c20;
  color: #ffffff;
  display: inline-block;
  padding: 10px 5%;
  transform: rotate(-10deg);
  top: 120px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

li {
  position: relative;
}

.soldout.soldout_mini {
  font-size: 2.1rem;
  text-align: right;
}
.soldout.soldout_mini p {
  transform: rotate(0);
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .ticketBox {
    background: #ffffff;
    padding: 25px 10px;
  }
  .ticketBox h3 {
    font-size: 2.1rem;
    line-height: 1.5;
    border-left: solid 8px #0084db;
    border-bottom: solid 1px #cfcfcf;
    padding: 5px 15px;
  }
  .ticketBox.web {
    margin-bottom: 25px;
  }
  ul.ticket-link {
    text-align: center;
    margin: 25px auto;
    flex-direction: column;
  }
  ul.ticket-link li:first-of-type {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .playguide {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .playguide > div:nth-of-type(1),
  .playguide > div:nth-of-type(2) {
    width: 100%;
  }
  .playguide > div:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .soldout.soldout_mini {
    font-size: 2.1rem;
    text-align: right;
  }
  .soldout.soldout_mini p {
    transform: rotate(0);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
  }
}
.fc-yellow-grad {
  background: linear-gradient(45deg, #fbba00 0%, white 52.4%, #fbd909 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#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 {
  transform: perspective(1px) translateZ(0) scale(0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.js-animation.is-show.poyoyon2 {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.cautionBox {
  margin-top: 50px;
}

/*--------------------------------------------
[0X] 注意事項
---------------------------------------------*/
#Caution ul {
  background-color: #eeeeee;
  padding: 40px;
}
#Caution ul li {
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
}
#Caution ul li::before {
  content: "";
  background-color: #009662;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #Caution ul {
    background-color: #eeeeee;
    padding: 25px;
  }
}
/*--------------------------------------------
[00] Mリーグ独自CSS
---------------------------------------------*/
.guest_img {
  position: relative;
  margin-bottom: 10px;
}
.guest_img .guest_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 36%;
}

.guest_container > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.guest_container > div .guest_img {
  order: 1;
}
.guest_container > div .listmark {
  order: 2;
  margin-bottom: 15px;
  line-height: 1.5;
}
.guest_container > div .listmark::before {
  top: 0.1em;
  bottom: auto;
}

@media screen and (max-width: 480px) {
  .guest_container > div .guest_img {
    order: 2;
  }
  .guest_container > div .listmark {
    order: 1;
    margin-bottom: 25px;
  }
}
/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  padding: 50px 0 100px;
  margin-top: 25px;
  position: relative;
  background-color: rgba(26, 26, 30, 0.75);
}

.supported_by {
  /*	background-color: #ffffff;*/
  padding: 50px;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor .w_limit_1280,
#Sponsor .w_limit_1440 {
  position: relative;
}
#Sponsor table {
  width: 100%;
  background: #ffffff;
}
#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: #1a1a1e;
  color: #ffffff;
  text-align: center;
}
#Sponsor table tr td {
  width: 75%;
  padding: 25px;
  align-self: center;
  border-top: solid 1px #cccccc;
}

.logo-khb {
  width: 220px;
  height: auto;
}

.contactBox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.contactBox > div {
  width: 70%;
}
.contactBox figure {
  width: 25%;
}

@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;
    text-align: center;
  }
  #Sponsor table tr td {
    width: 100%;
    padding: 15px 15px 25px;
    display: block;
    text-align: center;
  }
}
.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: -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;
  background-color: #ffffff;
}

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #1a1a1e;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}

h2.contact-title::after {
  display: none;
}

.contact-txt {
  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 {
  z-index: 99;
  position: relative;
}

a.PageTop {
  display: block;
  position: fixed;
  bottom: 3%;
  right: 3%;
  margin: auto;
  background: url("../images/pagetop_before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 165px;
  transition: 0.2s;
}
a.PageTop:hover {
  opacity: 1;
  background-image: url("../images/pagetop_after.svg");
  bottom: 5%;
  transition: 0.1s;
}

@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;
  }
}
@media screen and (max-width: 480px) {
  a.PageTop {
    bottom: 1%;
    right: 1%;
    width: 90px;
    height: 124px;
  }
}
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem !important;
}

.fz-15 {
  font-size: 1.5rem !important;
}

.fz-16 {
  font-size: 1.6rem !important;
}

.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: 1.62rem;
  }
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
  .fz-40 {
    font-size: 3.2rem;
  }
  .fz-21_sp {
    font-size: 2.1rem !important;
  }
  .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 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.fc-normal {
  color: #1a1a1e;
}

.fc-white {
  color: #ffffff;
}

.fc-white a {
  color: #ffffff;
}

.fc-red {
  color: #e62310;
}

.fc-blue {
  color: #009383;
}

.fc-yellow {
  color: #fccf00;
}

.mgl-1em {
  margin-left: 1em !important;
}

.mgl-2em {
  margin-left: 2em !important;
}

.mgr-1em {
  margin-right: 1em;
}

.mglr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mglr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.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-60 {
  margin-top: 60px;
}

.mgt-70 {
  margin-top: 70px;
}

.mgt-75 {
  margin-top: 75px;
}

.mgt-100 {
  margin-top: 100px;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgb-15 {
  margin-bottom: 15px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgb-75 {
  margin-bottom: 75px !important;
}

.mgb-100 {
  margin-bottom: 100px !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

/*padding*/
.pdt-5 {
  padding-top: 5px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.disp_block {
  display: block;
}

.disp_inblock {
  display: inline-block;
}

.disp_inline {
  display: inline;
}

.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;
  }
}
/*
効果
----------------*/
.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #eaeaea;
}

.bg-yellow-grad {
  background: linear-gradient(0deg, rgb(245, 186, 58) 0%, rgb(246, 231, 110) 100%);
}

.bg-red-grad {
  background: linear-gradient(45deg, rgb(148, 30, 35) 0%, rgb(172, 32, 36) 24.77%, rgb(215, 35, 37) 74.58%, rgb(231, 36, 38) 100%);
}

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, rgb(251, 215, 197) 0%, rgb(255, 255, 255) 52.4%, rgb(251, 228, 206) 100%);
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(0, 86, 169);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(0, 75, 160) 15px, rgb(0, 75, 160) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 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(rgb(230, 230, 230) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 76px;
  border-radius: 80px; /*$grad_01*/
  vertical-align: middle;
  position: relative;
  display: block;
  background: #1a1a1e;
  color: #ffffff;
  border: solid 2px #ffffff;
  margin: auto;
  text-align: center;
}
a.Btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(135deg);
  transition: 0.6s;
}
a.Btn:hover {
  color: #1a1a1e;
  border: solid 2px #1a1a1e;
  background-color: #ffffff;
  opacity: 1;
}
a.Btn:hover::after {
  transition: 0.6s;
  border-color: #1a1a1e;
}

a.Btn.miniBtn {
  margin: 15px auto 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem;
}

a.Btn.arrow_down::after {
  transform: rotate(135deg);
}

a.Btn.arrow_up::after {
  transform: rotate(315deg);
  top: 10px;
}

a.Btn.arrow_right::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  a.Btn {
    font-size: 18px;
  }
}
/*アニメーション効果*/
a.hover_bigger {
  display: block;
}

a.hover_bigger:hover {
  transform: scale(1.1) translateY(25px);
  /*  transform: scale(1.2) rotate(-9deg);*/
  transition-duration: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  a.hover_bigger:hover {
    transform: inherit;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところに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);
}/*# sourceMappingURL=style.css.map */