@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");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
}

.global_head {
  margin-bottom: 0;
}

.local {
  font-family: "New Tegomin";
  overflow: hidden;
}
.local .auction {
  width: min(1680px, 100% - 32px);
  margin: 0 auto 70px;
  display: grid;
  gap: 26px;
}
@media only screen and (min-width: 768px) {
  .local .auction {
    margin: 0 auto 150px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
.local .auction__box {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  padding: 22px 18px 20px;
  border: 2px solid #ffffff;
  background-color: #222222;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) {
  .local .auction__box {
    padding: 28px 24px 24px;
  }
}
.local .auction__box--ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.local .auction__box--ttl h2 {
  text-align: center;
  margin: 0;
  font-size: clamp(1.9rem, 1.3rem + 1.6vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #d70010;
}
.local .auction__box--ttl span {
  display: inline-block;
  padding: 8px 14px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18);
  animation: bg-blink 1.3s infinite;
}
.local .auction__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(360px, 48vw, 760px);
  padding: clamp(18px, 2vw, 28px);
  overflow: hidden;
}
.local .auction__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.local .auction__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: min(100%, 720px);
  height: clamp(320px, 42vw, 680px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4));
}
.local .auction__author {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}
.local .auction__author h3 {
  margin: 8px 0 0;
  color: #fff7a8;
  font-size: clamp(1.35rem, 1.05rem + 0.7vw, 2rem);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.local .auction__bidding {
  display: flex;
  margin: 25px auto;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .local .auction__bidding {
    flex-direction: column;
  }
}
.local .auction__bidding--item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .local .auction__bidding--item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .local .auction__bidding--item {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}
.local .auction__bidding--item {
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #d70010;
  font-size: clamp(1.35rem, 1.05rem + 0.7vw, 2rem);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.2s;
}
.local .auction__bidding--item:hover {
  opacity: 0.8;
}
.local__header {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.local__items {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/items_v2.png);
  background-repeat: repeat-x;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5254901961);
}
.local__hero {
  overflow: hidden;
  background-image: url("../img/umd_30th_anniv.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  position: relative;
  overflow-x: hidden;
}
.local__hero img {
  z-index: 20;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .local__hero img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .local__hero img {
    height: 100%;
    width: auto;
    overflow-x: hidden;
    text-align: center;
  }
}
.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__kaihi {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  rotate: -25deg;
  opacity: 0;
  transform: scale(1.18);
  filter: blur(8px);
  animation: kaihiStamp 750ms cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
  animation-delay: 1s;
}
.local__kaihi img {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 90vw;
  height: auto;
}
@keyframes kaihiStamp {
  0% {
    opacity: 0;
    transform: scale(1.18);
    filter: blur(8px);
  }
  20% {
    opacity: 0.4;
    transform: scale(1.15);
    filter: blur(6px);
  }
  40% {
    opacity: 0.85;
    transform: scale(1.08);
    filter: blur(3px);
  }
  65% {
    opacity: 1;
    transform: scale(0.96);
    filter: blur(1px);
  }
  85% {
    transform: scale(1.02);
    filter: blur(0.3px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
.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: -moz-fit-content;
  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__subtitle {
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .local__subtitle {
    margin: 0 0 50px 0;
  }
}
.local__subtitle--ttl {
  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__subtitle--ttl {
    font-size: 40px;
  }
}
.local__subtitle--ttl::before, .local__subtitle--ttl::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__subtitle--ttl::before, .local__subtitle--ttl::after {
    width: calc(50% - 180px);
  }
}
.local__subtitle--text {
  margin: 10px auto;
  font-size: 20px;
  font-weight: 500;
}
.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;
  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: 80px;
    gap: 30px;
    margin: 100px auto 0 auto;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .local__content {
    gap: 10px;
  }
}
.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 (max-width: 767px) {
  .local__article {
    width: 45%;
  }
}
@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: -moz-fit-content;
  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-lead .text-yellow-bold {
  color: #fff100;
  font-size: 2.2rem;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .local__special-lead .text-yellow-bold {
    font-size: 1.2rem;
  }
}
.local__special-lead .text-red {
  color: #e60012;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .local__special-lead .text-red {
    font-size: 1.2rem;
  }
}
.local__special-lead .text-red-bold {
  color: #e60012;
  font-size: 5rem;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .local__special-lead .text-red-bold {
    font-size: 1.75rem;
  }
}
.local__thankyou {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 150px 0;
  max-width: 1200px;
}
.local__thankyou img {
  width: 100%;
  vertical-align: bottom;
}
.local__thankyou 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__thankyou h2 {
    background-color: transparent;
    font-size: 1.9rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .local__thankyou h2 {
    animation: bg-blink 1.3s infinite;
    padding: 10px 20px 15px 25px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .local__thankyou 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__thankyou 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__thankyou h3 {
    padding: 0 15px;
    font-size: 1.05rem;
    top: -30px;
    left: 15px;
  }
}
.local__thankyou h3 span {
  background-color: #0c73ae;
  padding: 3px 25px 3px;
}
.local__thankyou h4 {
  margin: 0 0 -5px;
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .local__thankyou h4 {
    font-size: 1.05rem;
  }
}
.local__thankyou p {
  text-align: left;
  line-height: 1.8;
  margin: 24px auto 0 auto;
  width: calc(100% - 20px);
}
.local__thankyou figure {
  border: 1px dotted #ccc;
  text-align: left;
  line-height: 1.8;
  margin: 0 !important;
  padding: 10px 15px 15px;
  max-width: 900px;
}
.local__thankyou figure img {
  width: 100%;
  max-width: 600px;
}
.local__thankyou figure p {
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 10px;
  text-align: center;
}
.local__thankyou figcaption {
  font-size: 1.05rem;
  margin-top: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .local__thankyou figcaption {
    font-size: 1rem;
  }
}
.local__thankyou figcaption span {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff100;
}
@media only screen and (max-width: 767px) {
  .local__thankyou figcaption span {
    font-size: 1rem;
  }
}
.local__thankyou 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__thankyou ul {
    width: 100%;
  }
}
.local__thankyou ul li {
  margin: 4px 0 0 0;
  line-height: 1.8;
}
.local__thankyou-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__thankyou-lead {
    font-size: 1.05rem;
    line-height: 1.9 !important;
    margin: 30px auto 45px !important;
  }
}
.local__thankyou-lead .text-large {
  color: #fff100;
  font-weight: 800;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .local__thankyou-lead .text-large {
    font-size: 1.2rem;
  }
}
.local__thankyou-lead .text-yellow {
  color: #fff100;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .local__thankyou-lead .text-yellow {
    font-size: 1.2rem;
  }
}
.local__thankyou-lead .text-yellow-bold {
  color: #fff100;
  font-size: 2.2rem;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .local__thankyou-lead .text-yellow-bold {
    font-size: 1.2rem;
  }
}
.local__thankyou-lead .text-red {
  color: #e60012;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .local__thankyou-lead .text-red {
    font-size: 1.2rem;
  }
}
.local__thankyou-lead .text-red-bold {
  color: #e60012;
  font-size: 5rem;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .local__thankyou-lead .text-red-bold {
    font-size: 1.75rem;
  }
}
.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 {
  font-family: Arial, Helvetica, sans-serif;
  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;
  }
}

.hamburger-wrap {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 9999;
}

.hamburger {
  position: relative;
  background-color: rgba(215, 0, 14, 0);
  width: 56px;
  height: 56px;
  margin: 12px;
  padding: 0;
  border: none;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 16px;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 18px;
}
.hamburger span:nth-child(2) {
  top: 27px;
}
.hamburger span:nth-child(3) {
  top: 36px;
}
.hamburger.is-active span:nth-child(1) {
  top: 27px;
  transform: rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  top: 27px;
  transform: rotate(-45deg);
}

.global-menu {
  position: absolute;
  top: 80px;
  right: 12px;
  width: 120px;
  padding: 16px;
  background: #222222;
  border: solid 2px #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.global-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.global-menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-menu li + li {
  margin-top: 12px;
}
.global-menu a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  transition: 0.2s;
}
.global-menu a:hover {
  color: #9b1600;
}

section {
  scroll-margin-top: 90px;
}

.simple-paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  flex-wrap: wrap;
  font-family: inherit;
}

.simple-paginator__numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.simple-paginator button,
.simple-paginator__dots {
  height: 40px;
  min-width: 40px;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .simple-paginator button,
  .simple-paginator__dots {
    height: 25px;
    min-width: 25px;
    font-size: 10px;
  }
}

.simple-paginator button {
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #222;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.simple-paginator button:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #bdbdbd;
  transform: translateY(-1px);
}

.simple-paginator button:active:not(:disabled) {
  transform: translateY(0);
}

.simple-paginator button:disabled {
  cursor: default;
  transform: none;
  box-shadow: none;
}

.simple-paginator__prev,
.simple-paginator__next {
  padding: 0;
  font-size: 22px;
  font-weight: 400;
}

.simple-paginator__prev span,
.simple-paginator__next span {
  position: relative;
  top: -1px;
}

.simple-paginator__page {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .simple-paginator__page {
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
  }
}

.simple-paginator__page.is-active {
  background: #0c73ae;
  border-color: #111;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.simple-paginator__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}/*# sourceMappingURL=umd_30th_anniv.css.map */