.home .post_content {
  position: relative;
}
.home #mv {
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.4)), linear-gradient(to bottom, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.4) 100%), var(--mv-bg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  line-height: 0;
  overflow: hidden;
}
.home #mv .hero {
  background-image: url(../../images/common/bg_head.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20em;
  position: relative;
  z-index: 0;
}
.home #mv .hero .container {
  width: 90%;
  line-height: 1;
  padding-block-end: 4em;
  margin-inline: auto;
  position: relative;
}
.home #mv .hero .container .swiper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.15;
}
.home #mv .hero .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
@media (min-width: 980px) {
  .home #mv .hero .container img {
    aspect-ratio: 16/7.5;
  }
}
.home #mv .hero .container .catch {
  font-size: 4rem;
  writing-mode: vertical-rl;
  line-height: 2;
  position: absolute;
  top: -0.25em;
  left: 5%;
  z-index: 1;
}
@media (min-width: 768px) {
  .home #mv .hero .container .catch {
    font-size: 4rem;
    left: 10%;
  }
}
.home #mv .hero .container .catch span {
  background-color: #fff;
  line-height: 1.25;
  padding-inline-end: 0.1em;
  display: inline-block;
}
.home #mv .hero .button {
  max-width: 30%;
  position: absolute;
  bottom: 2em;
  right: 2.5%;
  z-index: 1;
}
.home #important .container {
  padding-block-start: 3em;
}
.home #important .container .article:nth-of-type(1) {
  border-top: #eee solid 1px;
}
.home #important .container .article a {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: #eee solid 1px;
  padding-block: 0.5em;
  gap: 1em;
}
.home #important .container .article a time {
  position: relative;
  top: 0.2em;
}
.home #important + #event {
  padding-block-start: 5em;
}
.home #mv + #event {
  padding-block-start: 3em;
}
.home #event {
  line-height: 1;
  position: relative;
  z-index: 0;
}
.home #event::before {
  content: "";
  width: 100%;
  height: calc(50% - 2em);
  background-image: url(../../images/common/bg_pattern_01.svg);
  background-position: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home #event .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3em 5%;
}
@media (min-width: 768px) {
  .home #event .container {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
.home #event .container .article {
  width: 47.5%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .home #event .container .article {
    width: calc(50% - 1.5em);
  }
}
.home #event .container .article a {
  display: block;
}
.home #event .container .article a img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.home #performances {
  position: relative;
  z-index: 0;
}
.home #performances::before {
  content: "";
  width: 100%;
  height: 20em;
  background-image: url(../../images/common/bg_pattern_01.svg);
  background-position: 0% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home #performances .post_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.home #performances .post_wrap .post_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em 5%;
}
@media (min-width: 500px) {
  .home #performances .post_wrap .post_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .home #performances .post_wrap .post_inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home #performances .post_wrap .post_inner .article .thumbnail {
  line-height: 0;
}
.home #performances .post_wrap .post_inner .article .meta {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2271%22%20height%3D%2215%22%20viewBox%3D%220%200%2071%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2010.7614H70L46.9036%200.761353V14.7614%22%20stroke%3D%22%23C01215%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 4em;
}
.home #about {
  position: relative;
  z-index: 0;
}
.home #about::before {
  content: "";
  width: 90%;
  height: 10em;
  background-image: url(../../images/common/bg_pattern_01.svg);
  background-position: 0 100%;
  position: absolute;
  top: calc(50% - 5em);
  left: 0;
  z-index: -1;
}
.home #about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home #about .container .picture {
  width: 75%;
  line-height: 0;
}
@media (min-width: 980px) {
  .home #about .container .picture {
    width: 50%;
  }
}
.home #about .container .content {
  padding-block-start: 5%;
  margin-inline-start: auto;
  display: grid;
  grid-template-columns: 11.5svw auto;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media (min-width: 768px) {
  .home #about .container .content {
    width: auto;
    grid-template-columns: 5em auto;
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
.home #about .container .content p.big,
.home #about .container .content p.medium {
  line-height: 2;
}
.home .bg_home {
  position: relative;
  z-index: 0;
}
.home .bg_home .picture {
  width: 100%;
  line-height: 0;
  display: block;
  position: absolute;
  top: 20em;
  left: 0;
  z-index: -1;
}
@media (min-width: 500px) {
  .home .bg_home .picture {
    top: 0;
  }
}
.home .bg_home .picture::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 90%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 500px) {
  .home .bg_home .picture::before {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  }
}
.home #page_links .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2em;
}
@media (min-width: 980px) {
  .home #page_links .container {
    gap: 3em;
  }
}
.home #page_links .container .page {
  grid-column: span 6;
}
@media (min-width: 768px) {
  .home #page_links .container .page {
    grid-column: span 3;
  }
}
@media (min-width: 980px) {
  .home #page_links .container .page {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.home #page_links .container .page a {
  background-color: #FCF3F3;
  background-image: url(../../images/common/bg_bnr.svg);
  background-repeat: no-repeat;
  background-size: 5em;
  padding: 3.5em 2em 3.5em 3em;
  display: block;
}
.home #page_links .container .page a .h3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2271%22%20height%3D%2215%22%20viewBox%3D%220%200%2071%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2010.7614H70L46.9036%200.761353V14.7614%22%20stroke%3D%22%23C01215%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 3.5em;
}
.home #information .title_inner .h2 {
  border-bottom: #C01215 solid 1px;
  padding-inline-end: 0.5em;
}
.home #information .container .post_inner a {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5em;
  display: block;
}
@media (min-width: 980px) {
  .home #information .container .post_inner a {
    padding: 1em;
  }
}
.home #information .container .post_inner a:hover {
  color: #C01215;
  background-color: #FCF3F3;
}
.home #information .container .post_inner a + a {
  margin-block-start: 1.5em;
}
.home #information .container .post_inner a .article {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2em;
}
.home #information .container .post_inner a .article .thumbnail {
  line-height: 0;
}
.home #information .container .post_inner a .article .thumbnail img {
  width: 10em;
  height: 10em;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .home #information .container .post_inner a .article .thumbnail img {
    width: 15em;
    height: 15em;
  }
}
.home #information .container .post_inner a .article .content {
  width: calc(100% - 12em);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2271%22%20height%3D%2215%22%20viewBox%3D%220%200%2071%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2010.7614H70L46.9036%200.761353V14.7614%22%20stroke%3D%22%23C01215%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 4em;
}
@media (min-width: 1200px) {
  .home #information .container .post_inner a .article .content {
    width: calc(100% - 17em);
  }
}
.home #information .container .post_inner a .article .content .meta {
  pointer-events: none;
}

.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-slide .swiper-slide-item {
  height: 100%;
}

.effect.fade_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 2000ms;
}
.effect:not(.opening).fade_down {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 2000ms;
}
.effect.slide_left {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 2000ms;
}
.effect.slide_right {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 2000ms;
}
.effect.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

/* delay */
@media (min-width: 768px) {
  .hero .hero_inner01 .effect {
    transition-delay: 2s;
  }
  .hero .hero_inner02 .effect {
    transition-delay: 2.5s;
  }
}
/* opening */
.effect.opening.fade_in {
  opacity: 0;
  transition: opacity 3s;
}
.effect.opening.fade_in.start {
  opacity: 1;
}
.effect.opening.fade_down {
  opacity: 0;
  transform: translateY(-50%);
}
.effect.opening.fade_down.start {
  animation: opening 1s 1 forwards 1s;
}

@keyframes opening {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes scrollAnime {
  0% {
    height: 0%;
    background-color: #6F9DD6;
  }
  70% {
    background-color: #C01215;
  }
  100% {
    height: 100%;
    background-color: #138027;
  }
}/*# sourceMappingURL=home.css.map */