@charset "UTF-8";
footer .footer-ticket-area {
  border-top: 1px solid #8a7eca;
  background-color: #f0f0f9;
  padding: 55px 0;
}
footer .footer-ticket-wrap {
  padding: 0 35px;
}
footer .footer-ticket-by-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #df4f1e;
  border: 1px solid #df4f1e;
  color: #f0f0f9;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 100%;
  height: 77px;
  margin: 0 auto 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-ticket-by-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #f0f0f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-faq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #180097;
  border: 1px solid #180097;
  height: 47px;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-faq-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #f0f0f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-note-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #180097;
  background-color: #ffffff;
  height: 47px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #180097;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-note-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #180097;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-sns-link {
  display: block;
  width: 30px;
  margin-right: 25px;
}
footer .footer-sns-link:last-child {
  margin-right: 0;
}
footer .footer-before-logo {
  padding-top: 65px;
  width: 42.6666666666%;
  margin: 0 auto 50px;
}
footer .footer-line-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
footer .footer-line-list {
  width: 48%;
  position: relative;
  padding-left: 13px;
  margin-bottom: 20px;
}
footer .footer-line-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #f0f0f9;
  top: 10px;
  left: 0;
  margin: auto;
}
footer .footer-line-link {
  color: #f0f0f9;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 1.25;
}
footer .footer-link-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
  max-width: 350px;
  margin-bottom: 50px;
  width: 100%;
}
footer .footer-link-list {
  margin-right: 12px;
  line-height: 1;
  margin-bottom: 17px;
  position: relative;
}
footer .footer-link-list::after {
  content: "";
  display: inline-block;
  background-color: #f0f0f9;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -3px;
  margin: auto;
}
footer .footer-link-list:nth-child(2n+2) {
  margin-right: 0;
}
footer .footer-link-list:nth-child(2n+2)::after {
  display: none;
}
footer .footer-link-list:last-child::after {
  display: none;
}
footer .footer-link {
  color: #f0f0f9;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-right: 12px;
  line-height: 1;
}
footer .countdown {
  margin-bottom: 50px;
}
footer .countdown .circle-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  background: url(../img/top/countdown-icon.png);
  background-repeat: no-repeat;
  background-size: 110px 110px;
  background-position: center;
}
footer .countdown .circle-wrap.active {
  display: none;
}
footer .countdown .circle-wrap-reverse {
  position: relative;
  width: 110px;
  height: 110px;
  background: url(../img/top/countdown-icon.png);
  background-repeat: no-repeat;
  background-size: 110px 110px;
  background-position: center;
  display: none;
}
footer .countdown .circle-wrap-reverse.active {
  display: block;
}
footer .countdown .circle {
  position: relative;
  width: 110px;
  height: 110px;
}
footer .countdown .circle img {
  position: relative;
  width: 110px;
  height: 110px;
}
footer .countdown .circle-reverse {
  position: relative;
  width: 110px;
  height: 110px;
}
footer .countdown .circle-reverse img {
  position: relative;
  width: 110px;
  height: 110px;
}
footer .countdown .circle-right {
  position: absolute;
  left: 55px;
  width: 55px;
  height: 110px;
  overflow: hidden;
}
footer .countdown .circle-right-reverse {
  position: absolute;
  left: 55px;
  width: 55px;
  height: 110px;
  overflow: hidden;
  top: 0;
}
footer .countdown .circle-right-hidden {
  position: relative;
  left: -55px;
  width: 55px;
  height: 110px;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRight 2s linear infinite;
  animation: rotateRight 2s linear infinite;
}
footer .countdown .circle-right-hidden-reverse {
  position: relative;
  left: -55px;
  width: 55px;
  height: 110px;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRight3 2s linear infinite;
  animation: rotateRight3 2s linear infinite;
}
@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotateRight3 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 右からの回転を繰り返す */
  }
}
@keyframes rotateRight3 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 右からの回転を繰り返す */
  }
}
footer .countdown .circle-right .circle {
  position: relative;
  left: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
  -webkit-animation: rotateRight2 2s linear infinite;
  animation: rotateRight2 2s linear infinite;
}
footer .countdown .circle-right-reverse .circle-reverse {
  position: relative;
  left: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
  -webkit-animation: rotateRight4 2s linear infinite;
  animation: rotateRight4 2s linear infinite;
}
footer .countdown .circle-right-reverse .circle-reverse img {
  height: 110px;
  left: -20px;
}
@-webkit-keyframes rotateRight2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@keyframes rotateRight2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@-webkit-keyframes rotateRight4 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 右からの回転を繰り返す */
  }
}
@keyframes rotateRight4 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 右からの回転を繰り返す */
  }
}
footer .countdown .circle-left {
  width: 55px;
  height: 110px;
  overflow: hidden;
}
footer .countdown .circle-left-reverse {
  width: 55px;
  height: 110px;
  overflow: hidden;
}
footer .countdown .circle-left-hidden {
  position: relative;
  left: 55px;
  width: 55px;
  height: 110px;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateLeft 2s linear infinite;
  animation: rotateLeft 2s linear infinite;
}
footer .countdown .circle-left-hidden-reverse {
  position: relative;
  left: 55px;
  width: 55px;
  height: 110px;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateLeft3 2s linear infinite;
  animation: rotateLeft3 2s linear infinite;
}
@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotateLeft3 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 左からの回転を繰り返す */
  }
}
@keyframes rotateLeft3 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 左からの回転を繰り返す */
  }
}
footer .countdown .circle-left .circle {
  position: relative;
  left: -6px;
  top: 29px;
  width: 147px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
  -webkit-animation: rotateLeft2 2s linear infinite;
  animation: rotateLeft2 2s linear infinite;
}
footer .countdown .circle-left .circle img {
  height: 180px;
}
footer .countdown .circle-left-reverse .circle-reverse {
  position: relative;
  left: 0px;
  top: 0px;
  width: 110px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
  -webkit-animation: rotateLeft4 2s linear infinite;
  animation: rotateLeft4 2s linear infinite;
}
footer .countdown .circle-left-reverse .circle-reverse img {
  height: 110px;
  left: -5px;
}
@-webkit-keyframes rotateLeft2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@keyframes rotateLeft2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@-webkit-keyframes rotateLeft4 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); /* 左からの回転を繰り返す */
  }
}
@keyframes rotateLeft4 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); /* 左からの回転を繰り返す */
  }
}
footer .countdown .circle-wrap {
  width: 98px;
  height: 98px;
  background-size: 98px 98px;
}
footer .countdown .circle-wrap-reverse {
  width: 98px;
  height: 98px;
  background-size: 98px 98px;
}
footer .countdown .circle-right {
  height: 98px;
  width: 49px;
  left: 49px;
}
footer .countdown .circle-right-reverse {
  height: 98px;
  width: 49px;
  left: 49px;
}
footer .countdown .circle-right-hidden {
  height: 98px;
  width: 49px;
  left: -49px;
}
footer .countdown .circle-right-hidden-reverse {
  height: 98px;
  width: 49px;
  left: -49px;
}
footer .countdown .circle-left {
  height: 98px;
  width: 49px;
}
footer .countdown .circle-left-hidden {
  width: 49px;
  height: 98px;
  left: 49px;
}
footer .countdown .circle-left-reverse {
  height: 98px;
  width: 49px;
}
footer .countdown .circle-left-hidden-reverse {
  width: 49px;
  height: 98px;
  left: 49px;
}
footer .countdown-area {
  border: 11px solid #e75326;
  max-width: 852px;
  width: 100%;
  margin: 0px auto 0;
  padding: 20px 40px;
  padding-right: 35px;
}
footer #countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .day-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .day-area-left {
  margin-right: 16px;
}
footer .day-area-text {
  max-width: 162px;
  width: 100%;
  margin-bottom: 8px;
}
footer .day-area-left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .day-area-manths {
  display: block;
  max-width: 48px;
  width: 100%;
  margin-bottom: 9px;
  margin-left: 8px;
  margin-right: 5px;
}
footer .day-area-day {
  max-width: 20px;
  width: 100%;
  display: block;
  margin-bottom: 9px;
  margin-left: 8px;
}
footer #months, footer #days {
  color: #e75326;
  font-size: 76px;
  letter-spacing: -0.07em;
  line-height: 1;
  font-weight: 400;
}
footer .time-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
}
footer #hours, footer #minutes, footer .comma {
  color: #fff;
  font-weight: 400;
  font-size: 112px;
  letter-spacing: 0.013em;
}
footer .comma {
  margin-bottom: 8px;
}
footer .comma_second, footer #seconds {
  color: #fff;
  font-weight: 400;
  font-size: 62px;
  letter-spacing: 0.013em;
  margin-bottom: 17px;
}
footer .wrap {
  max-width: 1000px;
  overflow: hidden;
}
footer .category {
  height: 30px;
}
footer .category-list {
  color: #a1aac9;
  font-size: 16px;
  margin: 10px 0;
}
footer .news-ttl {
  max-width: 157px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}
footer .news-item {
  display: block;
  color: #fff;
}
footer .news-item .thumnail {
  border: 2px solid #ff6633;
}
footer .news-item-time {
  font-size: 15px;
  margin-top: 15px;
}
footer .news-item-ttl {
  font-size: 19px;
}
footer .news-flex02-parent-wrap {
  overflow: hidden;
}
footer .news-flex02-parent {
  width: 4000px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
footer .news-flex02 {
  margin: auto;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow-x: auto;
  margin-right: 10px;
  padding-bottom: 100px;
}
footer .news-item02 {
  display: inline-block;
  width: 282px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  color: #fff;
  vertical-align: top;
}
footer .news-item02 .thumnail {
  border: 2px solid #ff6633;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 282px;
  height: 185px;
}
footer .scroll-area-yoko {
  padding-bottom: 70px;
  max-width: 1000px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
footer .scroll-area-yoko ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .scroll-area-yoko ul li {
  list-style-type: none;
}
footer .scroll-area-yoko-txt {
  text-align: right;
}
footer .scroll-area-yoko-txt a {
  font-size: 16px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
footer .scroll-area-yoko-txt a::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
footer .scroll-area-yoko-txt a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
}
footer .scroll-area-yoko-txt img {
  display: inline-block;
  max-width: 10px;
  width: 100%;
}
footer .mv-img-txt {
  top: 625px;
  width: 100%;
  padding: 0 17px;
}
footer .wrap.wrap02 {
  padding-right: 0;
}
footer .countdown-wrap {
  width: 100%;
  padding: 0 12px;
}
footer .countdown-area {
  border: 10px solid #e75326;
  padding: 20px 20px;
  padding-right: 16px;
}
footer #countdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .day-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .day-area-left {
  margin-right: 0px;
  width: calc(100% - 105px);
}
footer .day-area-text {
  max-width: 180px;
}
footer #months, footer #days {
  font-size: 62px;
  letter-spacing: 0;
}
footer .day-area-manths {
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
}
footer .day-area-day {
  width: 16px;
  margin-left: 6px;
}
footer .time-area {
  margin-left: 0;
}
footer #hours, footer #minutes, footer .comma {
  font-size: 84px;
  line-height: 1;
}
footer .comma_second, footer #seconds {
  font-size: 46px;
  margin-bottom: 5px;
}
footer .comma_second {
  margin-left: 5px;
}
footer .news-ttl {
  max-width: 124px;
  margin-bottom: 40px;
  position: relative;
  left: -8px;
  padding-top: 60px;
}
footer .scroll-area-yoko {
  padding-bottom: 22px;
}
footer .news-item-time02 {
  font-size: 14px;
  padding: 0;
}
footer .category-list {
  font-size: 14px;
}
footer .news-item-ttl02 {
  font-size: 14px;
}
footer .scroll-area-yoko-txt {
  padding-right: 35px;
  font-size: 16px;
}
footer .scroll-area-yoko-txt a {
  font-size: 16px;
}
footer .scroll-area-yoko-txt a span {
  margin-left: 18px;
}
footer .category-list {
  font-size: 14px;
}
footer .news-item02 {
  width: 160px;
  margin-right: 15px;
}
footer .news-arrow {
  max-width: 12px;
}
footer .news-flex .news-arrow {
  max-width: 12px;
}
footer .news-item02 .thumnail {
  width: 160px;
  height: 105px;
}
footer .scroll-area-yoko-txt {
  margin-top: 33px;
}
footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 10px;
}
footer .footer-flex small {
  width: 29.8%;
}
footer .footer-flex .footer-flex-right {
  width: 27%;
}
footer .footer-flex .top_bk {
  display: block;
}

@media (min-width: 767px) {
  footer {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  footer {
    max-width: 530px;
  }
  footer .footer-line-ul {
    display: none;
  }
  footer .footer-link-ul {
    display: none;
  }
  footer .footer-ticket-by-btn {
    font-size: 18px;
  }
  footer .footer-faq-btn {
    height: 54px;
    font-size: 16px;
  }
  footer .footer-note-btn {
    height: 54px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  footer .footer-ticket-by-btn:hover {
    background-color: #fff;
    border: 1px solid #180097;
    color: #180097;
  }
  footer .footer-ticket-by-btn:hover::after {
    border-left: 8px solid #180097;
  }
  footer .footer-faq-btn:hover {
    background-color: #fff;
    border: 1px solid #180097;
    color: #180097;
  }
  footer .footer-faq-btn:hover::after {
    border-left: 8px solid #180097;
  }
  footer .footer-note-btn:hover {
    background-color: #df4f1e;
    border: 1px solid #df4f1e;
    color: #fff;
  }
  footer .footer-note-btn:hover::after {
    border-left: 8px solid #fff;
  }
  footer .footer-list a:hover::after {
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  footer .footer-second-list a:hover span::after {
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}