@keyframes translate_Y_110 {
  to {
    transform: translateY(110%);
  }
}
@keyframes translate_Y_0 {
  to {
    transform: translateY(0);
  }
}
@keyframes translate_Y_m100 {
  to {
    transform: translateY(-100%);
  }
}
@keyframes translate_X_0 {
  to {
    transform: translateX(0);
  }
}
@keyframes opacity_show {
  to {
    opacity: 1;
  }
}
@keyframes opacity_hide {
  to {
    opacity: 0;
  }
}
@keyframes width_100 {
  to {
    width: 100%;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_scale {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.3;
  }
}
.jsd100__title, .jsd100__title-outer, .jsd100__title-inner {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: currentcolor;
}
.jsd100__title::before, .jsd100__title::after, .jsd100__title-outer::before, .jsd100__title-outer::after, .jsd100__title-inner::before, .jsd100__title-inner::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background: currentcolor;
  translate: -50% -50%;
}
.jsd100__title {
  z-index: 0;
  padding: 2px;
  color: #d6ba7c;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  border-radius: 8px;
}
.jsd100__title::before, .jsd100__title::after {
  width: 18px;
  height: 21px;
  border-radius: 100%;
}
.jsd100__title::before {
  left: 5px;
}
.jsd100__title::after {
  left: calc(100% - 5px);
}
.jsd100__title-outer {
  z-index: 1;
  padding: 5px;
  color: #011343;
  border-radius: 6px;
}
.jsd100__title-outer::before, .jsd100__title-outer::after {
  width: 14px;
  height: 17px;
  border-radius: 80%;
}
.jsd100__title-outer::before {
  left: 3px;
}
.jsd100__title-outer::after {
  left: calc(100% - 3px);
}
.jsd100__title-inner {
  z-index: 2;
  color: #c47845;
  border-radius: 4px;
}
.jsd100__title-inner::before, .jsd100__title-inner::after {
  width: 17px;
  height: 14px;
  border-radius: 80%;
}
.jsd100__title-inner::before {
  left: 3px;
}
.jsd100__title-inner::after {
  left: calc(100% - 3px);
}
.jsd100__title-ja {
  position: relative;
  z-index: 3;
  display: block;
  min-width: 200px;
  padding: 5px 7px;
  font-size: clamp(1.25rem, 0.9066901408rem + 1.4084507042vw, 1.875rem);
  font-weight: 900;
  color: #011343;
  text-align: center;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  .jsd100__title-ja {
    min-width: 300px;
    padding: 1px 13px;
    letter-spacing: 0.05em;
  }
}
.jsd100__title-ja::before, .jsd100__title-ja::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: currentcolor;
  border-radius: 100%;
  translate: -50% -50%;
}
.jsd100__title-ja::before {
  left: 0;
}
.jsd100__title-ja::after {
  left: 100%;
}
.jsd100__text {
  color: #201513;
}
.jsd100__copy {
  margin-top: 30px;
  font-size: clamp(1.25rem, 0.9753521127rem + 1.1267605634vw, 1.75rem);
  font-weight: 900;
  font-feature-settings: "halt" on;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .jsd100__copy {
    margin-top: 60px;
    line-height: 1.5;
  }
}
.jsd100__desc {
  width: 87.1794871795%;
  margin-inline: auto;
  margin-top: 30px;
  font-size: clamp(0.8125rem, 0.7095070423rem + 0.4225352113vw, 1rem);
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.jsd100__line {
  display: block;
}
.jsd100__line + .jsd100__line {
  margin-top: 0.6em;
}
@media (min-width: 768px) {
  .jsd100__line + .jsd100__line {
    margin-top: 0.3em;
  }
}
.jsd100__img-wrap {
  width: 82.0512820513%;
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
  overflow: hidden;
}
.jsd100__img {
  margin: auto;
  overflow: hidden;
}
.jsd100__section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .jsd100__section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.jsd100__section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: overlay;
}
.jsd100 .v-feature__button {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  margin-top: 60px;
}
.jsd100__main {
  --border-width: 5px;
}
@media (min-width: 768px) {
  .jsd100__main {
    --border-width: 15px;
  }
}
.jsd100__main {
  padding: var(--border-width);
  outline: solid var(--border-width) #011343;
  outline-offset: calc(var(--border-width) * -1);
}
.jsd100__wrap {
  position: relative;
  background: #a89f8d;
}
.jsd100__wrap::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  content: "";
  background: url(/event/jingu_stadium_day/asset/images/paper_00078.jpg) center center/cover no-repeat;
  mix-blend-mode: color-burn;
  opacity: 0.5;
}
.jsd100__visual {
  position: relative;
  z-index: 1;
  width: 100%;
}
.jsd100__visual-img {
  width: 100%;
}
.jsd100__about {
  position: relative;
  padding-block: 50px;
}
.jsd100__about::before, .jsd100__about::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.jsd100__about::after {
  z-index: 1;
  background: url(/event/jingu_stadium_day/asset/images/clean-gray-paper.png) center center/auto auto repeat;
  mix-blend-mode: color-burn;
}
@media (min-width: 768px) {
  .jsd100__about {
    padding-block: 50px 60px;
  }
}
.jsd100__about-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.7692307692em;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
  font-size: clamp(1rem, 0.7253521127rem + 1.1267605634vw, 1.5rem);
  font-weight: 700;
  font-feature-settings: "halt" on;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}
@media (min-width: 768px) {
  .jsd100__about-copy {
    width: 80%;
    max-width: 800px;
  }
}
@media not (min-width: 768px) {
  .jsd100__about-span--sp {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 8px;
  }
  .jsd100__about-span--sp::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 120%;
    height: 1px;
    translate: -50% 0;
    content: "";
    background: url(/event/jingu_stadium_day/asset/images/broken-noise.png) center center/auto auto repeat;
    background-blend-mode: overlay;
  }
}
@media not (min-width: 768px) {
  .jsd100__about-span--pc {
    display: flex;
    flex-direction: column;
    gap: 0.7692307692em;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .jsd100__about-span--pc {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
  }
  .jsd100__about-span--pc::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: url(/event/jingu_stadium_day/asset/images/broken-noise.png) center center/auto auto repeat;
    background-blend-mode: overlay;
    translate: -50% 0;
  }
}
.jsd100__uniform .v-feature__slider {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .jsd100__uniform .v-feature__slider {
    margin-top: 60px;
  }
}
.jsd100__ticket .v-feature__list {
  margin-top: 20px;
  color: #fff;
}
.jsd100__ticket .v-feature__table th {
  width: 55%;
}
@media (min-width: 768px) {
  .jsd100__ticket .v-feature__table th {
    width: 30%;
  }
}
.jsd100 .v-feature__table {
  width: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-right: 1px solid #e0e1e6;
  border-left: 1px solid #e0e1e6;
}
@media (min-width: 768px) {
  .jsd100 .v-feature__table {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 768px) {
  .jsd100 .v-feature__table th {
    background: rgba(255, 255, 255, 0.8);
  }
}
.jsd100 .v-feature__table td {
  font-size: clamp(0.8125rem, 0.7438380282rem + 0.2816901408vw, 0.9375rem);
}
.jsd100__present .jsd100__center-list .v-feature__list-item {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.jsd100__goods-ticket .jsd100__center-list .v-feature__list-item {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.jsd100__gourmet .v-feature__slider {
  margin-top: 40px;
}
.jsd100__goods .v-feature__button.is-disabled {
  pointer-events: none;
  background: #999;
  opacity: 0.6;
}
.jsd100__goods .v-feature__list {
  margin-top: 20px;
}
.jsd100__footer {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .jsd100__footer {
    padding: 130px 0 150px;
  }
}
.jsd100 .c-breadcrumb {
  margin-top: 0;
}
.jsd100 .p-footer {
  background: #fff;
}