@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Yuji+Syuku&display=swap");
.global_head {
  margin-bottom: 0;
}

.local {
  font-family: "New Tegomin", sans-serif;
}
.local__header {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.local__hero {
  background-image: url("https://mandarake.co.jp/dir/umd/up/2025/03/22/event_mainvisual.jpg?timestamp=202503221855");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  position: relative;
}
.local__hero img {
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .local__hero img {
    height: 80%;
  }
}
.local__date {
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .local__date {
    left: auto;
    bottom: 30px;
    right: 30px;
    width: 300px;
  }
}
.local__date img {
  height: auto;
  left: 0;
  transform: translate(-50%, -100%);
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .local__date img {
    transform: translate(0%, -100%);
  }
}
.local__lead {
  background-color: #171717;
  color: #f5f5f5;
  margin: 0;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .local__lead {
    padding: 100px 0;
  }
}
.local__lead p {
  line-height: 1.8;
  margin: 0 10px;
}
.local__lead--large {
  background-color: #171717;
  color: #f5f5f5;
  margin: 0;
  padding: 50px 0;
  text-align: center;
}
.local__lead--large a {
  text-decoration: none;
  color: #f5f5f5;
  transition: 0.2s;
}
.local__lead--large a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .local__lead--large {
    padding: 0 0 100px;
  }
}
.local__lead--large p {
  line-height: 1.8;
  margin: 0 10px;
  font-size: 25px;
}
.local__lead--large p span::before {
  background-image: url("https://mandarake.co.jp/dir/umd/up/2025/03/22/icon_hexagram.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 0 -1px 0;
  width: 20px;
}
.local__lead--large p span::after {
  background-image: url("https://mandarake.co.jp/dir/umd/up/2025/03/22/icon_hexagram.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 0 -1px 0;
  width: 20px;
}
.local__body {
  background-color: #000000;
  background-image: url("https://mandarake.co.jp/dir/umd/up/2025/03/23/event_background_mono.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .local__body {
    background-image: url("https://mandarake.co.jp/dir/umd/up/2025/03/23/event_background_mono.jpg");
    background-size: contain;
    padding: 100px 0;
  }
}
.local__nav {
  align-items: start;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .local__nav {
    gap: 30px;
  }
}
.local__nav li {
  cursor: pointer;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  text-orientation: upright;
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: ease-out;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 768px) {
  .local__nav li {
    font-size: 19.2px;
  }
}
.local__nav li::before {
  background-image: url("https://mandarake.co.jp/dir/umd/up/2025/03/22/icon_hexagram.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 30px;
  margin: 0 0 8px 0;
  width: 30px;
}
.local__nav li:hover {
  transform: scale(1.1);
}
.local__subhead {
  align-items: center;
  color: #c6311c;
  display: flex;
  gap: 30px;
  font-size: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 768px) {
  .local__subhead {
    font-size: 40px;
    margin: 0 0 100px 0;
  }
}
.local__subhead::before, .local__subhead::after {
  background-color: rgba(198, 49, 28, 0.8);
  content: "";
  display: block;
  height: 3px;
  width: calc(50% - 120px);
}
@media only screen and (min-width: 768px) {
  .local__subhead::before, .local__subhead::after {
    width: calc(50% - 180px);
  }
}
.local__subsale {
  align-items: center;
  color: #c6311c;
  display: flex;
  gap: 30px;
  font-size: 20px;
  justify-content: center;
  line-height: 1;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 768px) {
  .local__subsale {
    font-size: 30px;
    margin: 50px 0;
  }
}
.local__content {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 0 auto;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .local__content {
    gap: 30px;
    margin: 100px auto 0 auto;
    width: calc(100% - 40px);
  }
}
.local__article {
  box-sizing: border-box;
  color: #f5f5f5 !important;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .local__article {
    background-color: rgba(23, 23, 23, 0.7);
    padding: 15px;
    width: 250px;
  }
}
.local__article a {
  color: inherit;
}
.local__article figure {
  background-color: #171717;
  height: 220px;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.local__article img {
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
}
.local__article__category {
  background-color: #c6311c;
  display: inline;
  margin: 0 5px 0 10px;
  padding: 0 8px 2px 8px;
}
@media only screen and (min-width: 768px) {
  .local__article__category {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.local__article__title {
  display: inline;
  line-height: 2;
  margin: 0;
  overflow: hidden;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .local__article__title {
    display: block;
    height: 80px;
    line-height: 1.6;
    width: 100%;
  }
}
.local__article__date {
  font-size: 12px;
  margin: 5px 10px 0 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .local__article__date {
    margin: 30px 0 0 0;
  }
}
.local__article__soon {
  color: #f5f5f5;
}
.local__schedule {
  background-color: #c6311c;
  color: #f5f5f5;
  padding: 80px 0;
  width: 100%;
}
.local__schedule .local__subhead {
  color: #f5f5f5;
}
.local__schedule .local__subhead::before, .local__schedule .local__subhead::after {
  background-color: rgba(245, 245, 245, 0.8);
}
.local__schedule-timeline {
  margin: 0;
  padding: 0;
}
.local__schedule-timeline li {
  background-color: #f5f5f5;
  border: 1px solid #171717;
  box-sizing: border-box;
  color: #171717;
  list-style: none;
  margin: 20px auto 0 auto;
  padding: 20px;
  width: calc(100% - 20px);
  max-width: 900px;
}
@media only screen and (min-width: 768px) {
  .local__schedule-timeline li {
    align-items: center;
    display: flex;
    margin: 40px auto 0 auto;
  }
}
.local__schedule-timeline dl {
  align-items: flex-start;
  background-color: #171717;
  box-sizing: border-box;
  color: #f5f5f5;
  display: flex;
  font-size: 13.2px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .local__schedule-timeline dl {
    align-items: center;
    font-size: 16px;
    margin: 0;
  }
}
.local__schedule-timeline dt {
  margin: 0;
  width: 70px;
}
@media only screen and (min-width: 768px) {
  .local__schedule-timeline dt {
    width: 100px;
  }
}
.local__schedule-timeline dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: left;
  width: calc(100% - 70px);
}
@media only screen and (min-width: 768px) {
  .local__schedule-timeline dd {
    width: 400px;
  }
}
.local__schedule-section {
  font-size: 19.2px;
  margin: 0;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .local__schedule-section {
    width: calc(100% - 500px);
  }
}/*# sourceMappingURL=30th_anniv.css.map */