@charset "UTF-8";
/* ====================================
    base
===================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, section, article, figure, ul, ol, li, h1, h2, h3, p, span, a, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  background-color: #f8f6e6;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer_fixed {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* ====================================
    layout
===================================== */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* ====================================
  header
===================================== */
.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 16px;
  position: relative;
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo {
  width: 60px;
  z-index: 3;
  line-height: 0;
}
.header__logo a {
  font-size: 0;
}

/* ====================================
  gnav
===================================== */
.hamburger {
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
}
.hamburger__line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #232324;
  width: 30px;
}
.hamburger__line--1 {
  top: 0;
}
.hamburger__line--2 {
  top: 10px;
}
.hamburger__line--3 {
  top: 20px;
}
.hamburger.active .hamburger__line--1 {
  top: 3px;
  -webkit-transform: translateY(6px) rotate(-40deg);
          transform: translateY(6px) rotate(-40deg);
}
.hamburger.active .hamburger__line--2 {
  opacity: 0;
}
.hamburger.active .hamburger__line--3 {
  top: 16px;
  -webkit-transform: translateY(-6px) rotate(40deg);
          transform: translateY(-6px) rotate(40deg);
}
.hamburger__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.hamburger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 28px;
}
.hamburger__item a {
  font-size: 14px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #232324;
}
.hamburger__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
}
.hamburger__icon a {
  color: #232324;
  font-size: 16px;
}

.circle-bg {
  position: fixed;
  right: -100px;
  width: 90px;
  height: 100vh;
  background-color: #f8f6e6;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.circle-bg.circleactive {
  -webkit-transform: scale(70);
          transform: scale(70);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* ====================================
  footer
===================================== */
.footer {
  width: 100%;
  padding: 56px 16px 32px;
  background-color: #796246;
}
.footer__inner {
  width: 100%;
}
.footer__inner a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #FFFFFF;
  margin-bottom: 64px;
}
.footer__inner a h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.footer__inner a .arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 12px 0;
  border-radius: 9999px;
  background-color: #FFFFFF;
}
.footer__inner a .arrow::before,
.footer__inner a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.footer__inner a .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__inner a .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__copy {
  font-size: 14px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #FFFFFF;
}

/* ====================================
  MV
===================================== */
.mv {
  width: 100%;
  height: 100svh;
}
.mv__inner {
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv__ttl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__ttl p {
  font-size: 4.4vw;
  font-weight: bold;
  line-height: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #796246;
  white-space: nowrap;
}
.mv__loop1, .mv__loop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mv .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.mv .swiper-slide {
  background-color: #232324;
  width: 20%;
}
.mv .swiper-slide img {
  aspect-ratio: 15/10;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.mv__label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0;
}
.mv__label--list {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

/* ====================================
  message
===================================== */
.message {
  width: 100%;
  padding: 80px 0 96px;
}
.message__inner {
  width: 100%;
}
.message__ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
.message__ttl p {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #9fc001;
}
.message__txt {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #796246;
  text-align: center;
  line-height: 1.5em;
}
.message__txt p {
  margin-bottom: 16px;
}

/* ====================================
  Schedule
===================================== */
.schedule {
  width: 100%;
  padding: 80px 24px 112px;
}
.schedule__inner {
  width: 100%;
}
.schedule__heading {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
.schedule__heading--ttl {
  font-size: 56px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #796246;
}
.schedule__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 24px;
}
.schedule__item {
  width: 33.33%;
  padding: 0 24px;
}
.schedule__item--img {
  width: 100%;
  background-color: #232324;
  border-radius: 25px;
}
.schedule__item--img img {
  border-radius: 25px;
  aspect-ratio: 15/10;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.schedule__item--info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
.schedule__item--date {
  font-size: 14px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #5C5C5C;
  margin-bottom: 4px;
}
.schedule__item--ttl {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.5em;
}
.schedule__viewall {
  text-align: end;
}
.schedule__viewall a {
  font-size: 16px;
  padding-right: 16px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #232324;
  position: relative;
}
.schedule__viewall a::before {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #232324;
  position: absolute;
  top: 8px;
  right: 2px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.schedule__viewall a::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #232324;
  position: absolute;
  bottom: 8px;
  right: 2px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ====================================
  information
===================================== */
.info {
  width: 100%;
  padding: 80px 24px 112px;
}
.info__inner {
  width: 100%;
}
.info__heading {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
.info__heading--ttl {
  font-size: 56px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #796246;
}
.info__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.info__item {
  width: 100%;
  padding: 24px;
  border-bottom: 1px solid #FFFFFF;
}
.info__item:first-child {
  border-top: 1px solid #FFFFFF;
}
.info__item--info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
}
.info__item--date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  font-size: 14px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #5C5C5C;
}
.info__item--ttl {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.5em;
}
.info__viewall {
  text-align: end;
}
.info__viewall a {
  font-size: 16px;
  padding-right: 16px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #232324;
  position: relative;
}
.info__viewall a::before {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #232324;
  position: absolute;
  top: 8px;
  right: 2px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info__viewall a::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #232324;
  position: absolute;
  bottom: 8px;
  right: 2px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ====================================
  artist
===================================== */
.artist {
  width: 100%;
}
.artist__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.artist__item {
  width: 33.33%;
}
.artist__item img {
  aspect-ratio: 15/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 520px) {
  body {
    letter-spacing: 0.07em;
  }
  .header {
    height: 50px;
  }
  .header__inner {
    padding: 0 8px;
  }
  .hamburger {
    width: 24px;
    height: 14px;
  }
  .hamburger__line {
    width: 24px;
    height: 2px;
  }
  .hamburger__line--2 {
    top: 7px;
  }
  .hamburger__line--3 {
    top: 14px;
  }
  .hamburger__nav {
    display: none;
    gap: 0;
  }
  .hamburger__nav.panelactive {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    max-width: 1680px;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
  }
  .hamburger__nav.panelactive .hamburger__list, .hamburger__nav.panelactive .hamburger__sns {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes gnaviAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes gnaviAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .hamburger__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
    gap: 28px 0;
  }
  .hamburger__item a {
    font-size: 18px;
  }
  .hamburger__icon a {
    font-size: 24px;
  }
  .message__inner {
    padding: 0 8px;
  }
  .message__ttl {
    text-align: start;
  }
  .message__ttl p {
    font-size: 8vw;
  }
  .message__ttl p span {
    font-size: 7vw;
  }
  .schedule__viewall a {
    font-size: 16px;
    padding-right: 14px;
  }
  .schedule__viewall a::before {
    top: 8px;
  }
  .schedule__viewall a::after {
    bottom: 8px;
  }
  .info__viewall a {
    font-size: 16px;
    padding-right: 14px;
  }
  .info__viewall a::before {
    top: 8px;
  }
  .info__viewall a::after {
    bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 960px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
  }
  .header__logo {
    width: 50px;
  }
  .mv {
    height: auto;
    padding: 24px 0;
  }
  .mv__inner {
    height: auto;
  }
  .mv__ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .mv__ttl p {
    font-size: 5vw;
  }
  .mv__ttl p .bl960 {
    display: block;
  }
  .message {
    padding-bottom: 64px;
  }
  .message__txt {
    font-size: 14px;
  }
  .schedule {
    padding: 64px 16px;
  }
  .schedule__heading--ttl {
    font-size: 48px;
  }
  .schedule__item {
    padding: 0 16px;
  }
  .schedule__item--info {
    padding: 16px 8px;
  }
  .schedule__item--ttl {
    font-size: 14px;
  }
  .info {
    padding: 64px 16px;
  }
  .info__heading--ttl {
    font-size: 48px;
  }
  .info__item {
    padding: 24px 16px;
  }
  .info__item--info {
    padding: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 520px) {
  .header__logo {
    width: 38px;
  }
  .footer {
    padding: 48px 8px 24px;
  }
  .footer__inner a {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .footer__inner a .arrow {
    width: 12px;
  }
  .footer__inner a .arrow::before,
  .footer__inner a .arrow::after {
    width: 8px;
  }
  .footer__copy {
    font-size: 12px;
    font-weight: 200;
  }
  .mv__ttl p {
    font-size: 7vw;
    white-space: wrap;
  }
  .message {
    padding: 48px 0;
  }
  .message__txt {
    text-align: start;
  }
  .schedule {
    padding: 48px 8px 56px;
  }
  .schedule__heading {
    margin-bottom: 24px;
  }
  .schedule__heading--ttl {
    font-size: 9vw;
  }
  .schedule__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .schedule__item {
    width: 100%;
    padding: 0 0 40px;
  }
  .info {
    padding: 48px 8px 56px;
  }
  .info__heading {
    margin-bottom: 24px;
  }
  .info__heading--ttl {
    font-size: 9vw;
  }
  .info__item {
    padding: 24px 8px;
  }
  .info__item--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info__item--ttl {
    font-size: 14px;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 520px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .hamburger__item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .mv__ttl {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  .mv__label--list {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 960px) {
  .mv__label--list {
    width: 100%;
    gap: 16px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 1024px) {
  .schedule__viewall a:hover::after, .schedule__viewall a:hover::before {
    -webkit-animation: arrow 0.4s;
            animation: arrow 0.4s;
  }
  @-webkit-keyframes arrow {
    0% {
      right: 2px;
    }
    50% {
      right: 0;
    }
    100% {
      right: 2px;
    }
  }
  @keyframes arrow {
    0% {
      right: 2px;
    }
    50% {
      right: 0;
    }
    100% {
      right: 2px;
    }
  }
  .info__viewall a:hover::after, .info__viewall a:hover::before {
    -webkit-animation: arrow 0.4s;
            animation: arrow 0.4s;
  }
  @keyframes arrow {
    0% {
      right: 2px;
    }
    50% {
      right: 0;
    }
    100% {
      right: 2px;
    }
  }
}
/*# sourceMappingURL=front-page.css.map */
/*# sourceMappingURL=front-page.css.map */