@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");
body {
  margin: 0 !important;
}

.global_head {
  margin-bottom: 0;
}

.local {
  font-family: "New Tegomin";
}
.local__header {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.local__hero {
  background-image: url("../img/umd_30th_anniv.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.local__hero img {
  z-index: 20;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .local__hero img {
    height: 100%;
  }
}
.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--note {
  border: solid #f5f5f5 2px;
  background-color: #171717;
  color: #f5f5f5;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.local__lead--note h3 {
  padding: 50px 50px 0;
}
.local__lead--note p {
  padding: 25px 50px 75px;
  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: cover;
  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: cover;
    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__naven {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .local__naven {
    gap: 30px;
  }
}
.local__naven li {
  cursor: pointer;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: ease-out;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 768px) {
  .local__naven li {
    font-size: 19.2px;
  }
}
.local__naven 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__naven li:hover {
  transform: scale(1.1);
}
.local__subhead {
  align-items: center;
  color: #f5f5f5;
  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(245, 245, 245, 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: #f5f5f5;
  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: #0c73ae;
  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: #0c73ae;
  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--text {
  width: fit-content;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .local__schedule--text {
    width: 90%;
  }
}
.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;
    margin: 40px auto 0 auto;
  }
}
.local__schedule--timeline p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.local__schedule--timeline dl {
  align-items: flex-start;
  background-color: #171717;
  box-sizing: border-box;
  color: #f5f5f5;
  font-size: 13.2px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  padding: 6px 0;
  border-bottom: dashed 1px rgba(245, 245, 245, 0.4196078431);
}
.local__schedule--timeline dl:first-child {
  padding: 12px 0 6px;
}
.local__schedule--timeline dl:last-child {
  padding: 6px 0 12;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .local__schedule--timeline dl {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0;
  }
}
.local__schedule--timeline dt {
  margin: 0;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .local__schedule--timeline dt {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .local__schedule--timeline dt {
    width: 100%;
  }
}
.local__schedule--timeline dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .local__schedule--timeline dd {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .local__schedule--timeline dd {
    width: 100%;
  }
}
.local__schedule--section {
  font-size: 19.2px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.local__special {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1200px;
}
.local__special img {
  width: 100%;
  vertical-align: bottom;
}
.local__special h2 {
  background-color: #fff100;
  color: #d70010;
  font-size: 3.8rem;
  margin: 0 0 60px;
  font-weight: 800;
  display: inline-block;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .local__special h2 {
    background-color: transparent;
    font-size: 1.9rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .local__special h2 {
    animation: bg-blink 1.3s infinite;
    padding: 10px 20px 15px 25px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .local__special h2 span {
    background-color: #fff100;
    padding: 1px 15px 3px;
    line-height: 1.8 !important;
    animation: bg-blink 1.3s infinite;
  }
}
@keyframes bg-blink {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: #fff100;
  }
}
.local__special h3 {
  background: linear-gradient(#171717 50%, #222 50%);
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  text-align: left;
  position: absolute;
  top: -35px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .local__special h3 {
    padding: 0 15px;
    font-size: 1.05rem;
    top: -30px;
    left: 15px;
  }
}
.local__special h3 span {
  background-color: #0c73ae;
  padding: 3px 25px 3px;
}
.local__special h4 {
  margin: 0 0 -5px;
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .local__special h4 {
    font-size: 1.05rem;
  }
}
.local__special p {
  text-align: left;
  line-height: 1.8;
  margin: 24px auto 0 auto;
  width: calc(100% - 20px);
}
.local__special figure {
  border: 1px dotted #ccc;
  text-align: left;
  line-height: 1.8;
  margin: 0 !important;
  padding: 10px 15px 15px;
  max-width: 900px;
}
.local__special figure img {
  width: 100%;
  max-width: 600px;
}
.local__special figure p {
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 10px;
  text-align: center;
}
.local__special figcaption {
  font-size: 1.05rem;
  margin-top: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .local__special figcaption {
    font-size: 1rem;
  }
}
.local__special figcaption span {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff100;
}
@media only screen and (max-width: 767px) {
  .local__special figcaption span {
    font-size: 1rem;
  }
}
.local__special ul {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 1rem;
  text-align: left;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 767px) {
  .local__special ul {
    width: 100%;
  }
}
.local__special ul li {
  margin: 4px 0 0 0;
  line-height: 1.8;
}
.local__special-lead {
  font-size: 1.6rem;
  line-height: 2 !important;
  font-weight: 600;
  text-align: center !important;
  margin: 50px auto 80px !important;
}
@media only screen and (max-width: 767px) {
  .local__special-lead {
    font-size: 1.05rem;
    line-height: 1.9 !important;
    margin: 30px auto 45px !important;
  }
}
.local__special-lead .text-large {
  color: #fff100;
  font-weight: 800;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .local__special-lead .text-large {
    font-size: 1.2rem;
  }
}
.local__special-lead .text-yellow {
  color: #fff100;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .local__special-lead .text-yellow {
    font-size: 1.2rem;
  }
}
.local__special-block {
  border: 2px solid #fff;
  background-color: #222;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 40px 40px 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .local__special-block {
    margin: 0 auto 40px;
    padding: 25px 20px 20px;
  }
}
.local__special-block:last-child {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .local__special-block:last-child {
    padding: 55px 20px 20px;
  }
}
.local__special-grid {
  display: grid;
  grid-template-columns: 1fr 0.63fr 0.63fr;
  gap: 0 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .local__special-grid {
    grid-template-columns: auto;
    gap: 25px 0;
  }
}
.local__special-note {
  color: #f00000;
  background-color: #f1f1f1;
  border: 3px solid #f00000;
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .local__special-note {
    padding: 10px;
    font-size: 1rem;
  }
}
.local__special-sample {
  background-color: #171717;
  margin: 30px 0;
  padding: 25px 25px 35px;
}
@media only screen and (max-width: 767px) {
  .local__special-sample {
    margin: 30px 0;
    padding: 25px 15px;
  }
}

.shop {
  background: #D6DBE2;
  text-align: left;
}
.shop__inner {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__inner {
    max-width: 1200px;
    width: calc(100% - 30px);
  }
}
.shop__ttl {
  font-family: "Noto Sans JP";
  position: absolute;
  top: -35px;
  background: #D6DBE2;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  height: 35px;
  text-align: center;
  color: #0A1945;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    left: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl {
    left: 0;
    width: 210px;
    font-size: 16px;
    line-height: 45px;
  }
}
.shop__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop__container {
    flex-direction: column;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__container {
    justify-content: space-between;
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .shop__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item {
    width: 45%;
  }
}
.shop__item-ttl {
  font-family: "Noto Sans JP";
  color: #0A1945;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl {
    font-size: 1.2rem;
  }
}
.shop__item-ttl::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl::before {
    font-size: 1.1rem;
    top: 1px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl::before {
    font-size: 1.3rem;
    top: 1px;
    margin-right: 10px;
  }
}
.shop__item-ttl.icon-access::before {
  content: "\f3c5";
}
.shop__item-ttl.icon-sns::before {
  content: "\f0ac";
}
.shop__item-icon {
  position: relative;
  top: 1px;
}
.shop__item-icon img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .shop__item-icon img {
    width: 20px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-icon img {
    width: 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail {
    padding: 0;
  }
}
.shop__detail-name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  border-bottom: #000 solid 1px;
  margin: 0 0 15px;
  padding: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-name {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-name {
    font-size: 1.3rem;
  }
}
.shop__detail-item {
  margin: 0 0 20px;
  line-height: 23px;
}
.shop__detail-item:last-child {
  margin: 0;
}
.shop__detail-item p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
.shop__detail-link {
  position: relative;
  border: #0A1945 solid 3px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link {
    margin: 20px 0 0;
  }
}
.shop__detail-link:hover {
  background-color: #b7bbc6;
  transition: 0.3s;
}
.shop__detail-link:hover .shop__detail-icon-hover {
  opacity: 1;
}
.shop__detail-link a {
  color: #0A1945;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link a {
    font-size: 0.95rem;
  }
}
.shop__detail-icon {
  position: relative;
  top: -4px;
}
.shop__detail-icon img {
  margin-right: 7px;
}
.shop__detail-icon-hover {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=umd_30th_anniv.css.map */