*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underlinedotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1440px) {
  html {
    font-size: 55.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #252525;
  background-color: #FFF;
  position: relative;
}

@keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideshowReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.l-header {
  width: 100%;
  padding: 0;
  border: none;
  background: linear-gradient(120deg, #B900B9, #330033 75%, #330033);
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__bg {
  width: 40%;
  display: block;
}
.l-header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .l-header__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.l-header__name-prefix {
  font-size: 2.5rem;
  font-family: serif;
  font-weight: bold;
}
.l-header__name-main {
  font-size: 6rem;
  font-family: serif;
}
.l-header__nav {
  display: flex;
  gap: 0 3rem;
  align-items: center;
}
.l-header__nav-item {
  color: #FFF;
  font-size: 1.8rem;
  white-space: nowrap;
}
.l-header__nav-item--contact {
  padding: 1.6rem 4.2rem;
  background-color: #FFF;
  color: #660066;
  border-radius: 5vh;
}
.l-header__nav-item-logo {
  width: 7rem;
  display: block;
}

.l-footer {
  margin: 0;
  padding: 8.5rem 0 11.2rem;
  background: linear-gradient(to bottom, #660066, #330033);
  border: none;
}
.l-footer__inner {
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .l-footer__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.l-footer__logo {
  width: 14rem;
}
.l-footer__logo img {
  width: 100%;
  display: block;
}
.l-footer__nav {
  display: flex;
  align-items: center;
  gap: 3rem 5rem;
}
.l-footer__nav-item {
  color: #FFF;
  font-size: 1.8rem;
  white-space: nowrap;
}
.l-footer__nav-item:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  margin: 0;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.l-section__banner {
  margin: 0 auto 11.6rem;
}

.l-subheader {
  width: 100%;
  margin-bottom: 6rem;
  padding: 0 6.25%;
}
@media (max-width: 1600px) {
  .l-subheader {
    padding: 0 3%;
  }
}
.l-subheader__inner {
  width: 100%;
  padding-top: 35.56%;
  position: relative;
}
.l-subheader__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-subheader__title {
  width: 61rem;
  background-color: #FFF;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-subheader__title-en {
  margin: 0 0 1rem;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  color: #660066;
}
.l-subheader__title-jp {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
}

.c-linkbtn {
  width: 40rem;
  margin: 0 auto;
  padding: 2rem 3.6%;
  display: block;
  background-color: #660066;
  border: 1px solid #660066;
  border-radius: 5vh;
  color: #FFF;
  font-size: 2.2rem;
  position: relative;
  transition: all 0.3s ease-in;
}
.c-linkbtn::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%) rotate(45deg);
}
.c-linkbtn:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #660066;
}
.c-linkbtn:hover::before {
  border-color: #660066;
}

.c-circlebtn {
  width: 13.6rem;
  height: 13.6rem;
  margin: 0;
  padding: 1.5rem;
  border-radius: 50%;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in;
}
.c-circlebtn::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) rotate(45deg);
}
.c-circlebtn--violet {
  background-color: #660066;
  border: 1px solid #660066;
  color: #FFF;
}
.c-circlebtn--violet::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.c-circlebtn--violet:hover {
  background-color: #FFF;
  color: #660066;
}
.c-circlebtn--violet:hover::before {
  border-color: #660066;
}
.c-circlebtn--white {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #660066;
}
.c-circlebtn--white::before {
  border-top: 2px solid #660066;
  border-right: 2px solid #660066;
}
.c-circlebtn--white:hover {
  background-color: #660066;
  color: #FFF;
}
.c-circlebtn--white:hover::before {
  border-color: #FFF;
}

.c-banner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.c-banner__inner {
  max-width: 538px;
  width: 28%;
  position: relative;
}
.c-banner__inner-bg {
  width: 100%;
  padding-top: 56.3%;
  display: block;
  position: relative;
}
.c-banner__inner-bg--2::before, .c-banner__inner-bg--3::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #252525, rgba(106, 106, 106, 0.5019607843), #252525);
  border-radius: 2.5vw 0 2.5vw 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-banner__inner-text {
  font-size: 2.2rem;
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.c-banner__inner .c-circlebtn {
  width: 10.5rem;
  height: 10.5rem;
  font-size: 1.7rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
}
.c-banner__inner .c-circlebtn::before {
  width: 12px;
  height: 12px;
}

.c-sponsor {
  padding: 15rem 0 17.6rem;
  background: url(../img/sponsor-bg-filter.svg) center/cover no-repeat, url(../img/sponsor-bg.jpg) center/cover no-repeat;
  position: relative;
}
.c-sponsor__inner {
  position: relative;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .c-sponsor__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.c-sponsor__title {
  margin-bottom: 10rem;
  font-size: 12rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.c-sponsor__large {
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem 5%;
}
.c-sponsor__large-item {
  width: 47.5%;
  padding-top: 15.8%;
  background-color: #FFF;
  position: relative;
}
.c-sponsor__large-item a {
  width: 100%;
  height: 100%;
  padding: 6px 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.3s ease-out;
}
.c-sponsor__large-item a:hover {
  scale: 1.1;
}
.c-sponsor__large-item a span {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-sponsor__small {
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem 4%;
}
.c-sponsor__small-item {
  width: 30.6666666667%;
  padding-top: 10%;
  background-color: #FFF;
  position: relative;
}
.c-sponsor__small-item a {
  width: 100%;
  height: 100%;
  padding: 4px 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.3s ease-out;
}
.c-sponsor__small-item a:hover {
  scale: 1.1;
}
.c-sponsor__small-item a span {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-sponsor__decoration {
  width: 42.9%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-sponsor__decoration img {
  width: 100%;
  display: block;
}

.c-breadcrumb {
  margin-bottom: 8.5rem;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .c-breadcrumb {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.c-breadcrumb ul {
  display: flex;
  justify-content: flex-end;
}
.c-breadcrumb ul li {
  margin-right: 1.6rem;
  font-size: 1.6rem;
  color: #660066;
}
.c-breadcrumb ul li:last-child {
  color: inherit;
}
.c-breadcrumb ul li + li::before {
  margin-right: 1.4rem;
  content: ">";
  color: #660066;
}
.c-breadcrumb ul a:hover {
  text-decoration: underline;
}

.p-hero {
  position: relative;
}
.p-hero__img {
  width: 100%;
  margin: 0 auto 22.7rem;
}
.p-hero__img img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-hero__message {
  padding: 3rem 7.4rem;
  background-color: rgba(102, 0, 102, 0.7607843137);
  color: #FFF;
  font-size: 6.2rem;
  font-family: serif;
  line-height: 1.4;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 54%;
  right: 0;
  z-index: 2;
}
.p-hero__slideshow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(50%);
}
.p-hero__sponsor {
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation: slideshow 20s linear infinite;
}
.p-hero__sponsor-item {
  width: 23.4vw;
  padding-top: 7.1%;
  margin-right: 1.5%;
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  box-shadow: 2px 5px 5px rgba(146, 146, 146, 0.1607843137);
  position: relative;
}
.p-hero__sponsor-item a {
  width: 100%;
  height: 100%;
  padding: 8%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.p-hero__sponsor-item a span {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-about {
  position: relative;
}
.p-about__decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 5.2%;
  z-index: -2;
}
.p-about__bg {
  background-color: #252525;
  clip-path: polygon(68% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
}
.p-about__inner {
  position: relative;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .p-about__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.p-about__title {
  margin: 0;
  font-size: 12rem;
  color: rgba(179, 129, 179, 0.5019607843);
  font-weight: bold;
  line-height: 1;
}
.p-about__message {
  width: 50%;
  padding: 32.8rem 0 18rem 5.2%;
}
.p-about__message-wrap {
  margin: 0 0 4rem;
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
.p-about__message-wrap-inner {
  width: fit-content;
  text-align: right;
}
.p-about__message-span {
  font-size: 2.5rem;
  color: #FFF;
  line-height: 1;
  white-space: nowrap;
}
.p-about__message-text {
  margin: 0;
  font-size: 2.2rem;
  color: #FFF;
}
.p-about__img {
  width: 31%;
  display: block;
  position: absolute;
}
.p-about__img--1 {
  top: 15%;
  right: 15.5%;
}
.p-about__img--2 {
  bottom: 6%;
  right: 0;
  z-index: 2;
}
.p-about__ball {
  width: 7.8%;
  min-width: 6rem;
  display: block;
  position: absolute;
  top: 8%;
  right: 10%;
  z-index: 2;
}

.p-info {
  padding: 15rem 0 16.6rem;
  background: linear-gradient(135deg, rgba(185, 0, 185, 0.9019607843), rgba(51, 0, 51, 0.9019607843) 15%);
}
.p-info__inner {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .p-info__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.p-info__wrap {
  margin-top: 13rem;
  margin-bottom: 4rem;
  padding: 0 5.2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3rem;
}
.p-info__title {
  margin: 0;
  font-size: 12rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
.p-info__text {
  margin: 0 0 6rem;
  padding-left: 5.2%;
  font-size: 2.5rem;
  color: #FFF;
}
.p-info__container {
  padding: 11.5rem 3.4rem;
  background-color: rgba(255, 255, 255, 0.9019607843);
  box-shadow: 0 0 0 100vmax rgba(255, 255, 255, 0.9019607843);
  clip-path: inset(0 -100vmax 0 0);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 4.1%;
}
.p-info__container-box {
  width: 30.6%;
}
.p-info__container-img {
  width: 100%;
  margin: 0 auto 2.6rem;
  padding-top: 100%;
}
.p-info__container-txt {
  margin: 0 auto 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2.4rem;
}
.p-info__container-txt-date {
  font-size: 1.8rem;
  font-family: serif;
}
.p-info__container-txt-tag {
  padding: 3px 3rem;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #660066;
  border-radius: 5vh;
}
.p-info__container-description {
  margin: 0;
  font-size: 1.8rem;
}

.p-single__inner {
  max-width: 1380px;
  margin-bottom: 17.4rem;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .p-single__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.p-single__title {
  margin-bottom: 7rem;
  padding-top: 1.5rem;
  position: relative;
}
.p-single__title::before {
  content: "";
  width: 13rem;
  height: 1px;
  background-color: #660066;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single__title-main {
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.p-single__title-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2.4rem;
}
.p-single__title-sub-category {
  padding: 2px 3.2rem;
  background-color: #660066;
  border: 1px solid #660066;
  border-radius: 5vh;
  font-size: 1.4rem;
  color: #FFF;
  transition: all 0.3s ease-out;
}
.p-single__title-sub-category:hover {
  color: #660066;
  background-color: #FFF;
}
.p-single__title-sub-date {
  font-size: 1.8rem;
}
.p-single__content {
  max-width: 1180px;
  margin: 0 auto 7rem;
}

.p-page__inner {
  max-width: 1380px;
  margin-bottom: 17.4rem;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .p-page__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.p-page__inner:has(.page-overview) {
  margin-bottom: 0;
}
.p-page__title {
  margin-bottom: 7rem;
  padding-top: 1.5rem;
  position: relative;
}
.p-page__title::before {
  content: "";
  width: 13rem;
  height: 1px;
  background-color: #660066;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page__title-main {
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.p-page__content {
  max-width: 1180px;
  margin: 0 auto 7rem;
}
.p-page .page-overview > .p-page__content {
  margin-bottom: 0;
}
.p-page .page-sponsorship .sps-top {
  width: 86%;
  margin: 0 auto 8rem;
}
@media (max-width: 767px) {
  .p-page .page-sponsorship .sps-top {
    width: 100%;
  }
}
.p-page .page-sponsorship .sps-top-header {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-page .page-sponsorship .sps-top-body p {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
}
.p-page .page-sponsorship .sps-wrap {
  margin-bottom: 8rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.p-page .page-sponsorship .sps-wrap-inner {
  width: calc((100% - 3rem) / 2);
}
.p-page .page-sponsorship .sps-wrap-title {
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
  border-left: 5px solid #252525;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-page .page-sponsorship .sps-wrap-body {
  font-size: 1.6rem;
}
.p-page .page-sponsorship .sps-wrap-body p {
  margin-bottom: 1.8rem;
}
.p-page .page-sponsorship .sps-wrap img {
  width: 100%;
  display: block;
}
.p-page .page-sponsorship h2 {
  margin-bottom: 0.6rem;
  padding: 0 0.6rem 1rem;
  font-size: 2rem;
  border-bottom: 3px solid #252525;
}
.p-page .page-sponsorship .sps-container {
  margin-bottom: 6rem;
  padding: 1rem;
}
.p-page .page-sponsorship .sps-container ul {
  list-style: disc inside;
}
.p-page .page-sponsorship .sps-container ul li {
  padding-left: 0.4rem;
  font-size: 1.6rem;
}
.p-page .page-sponsorship .sps-container ul.underline {
  margin-bottom: 4rem;
}
.p-page .page-sponsorship .sps-container ul.underline li {
  border-bottom: 0.5px solid #252525;
}
.p-page .page-sponsorship .sps-container p, .p-page .page-sponsorship .sps-container a {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
}
.p-page .page-sponsorship .sps-container a {
  color: #0073aa;
}
.p-page .page-sponsorship .sps-container a:hover {
  text-decoration: underline;
}
.p-page .page-sponsorship .sps-container-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
.p-page .page-sponsorship .sps-container-wrap-inner {
  width: calc((100% - 6rem) / 3);
}
.p-page .page-sponsorship .sps-container-wrap-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #252525;
}
.p-page .page-sponsorship .sps-container-wrap-inner span {
  font-size: 1.3rem;
}
.p-page .page-sponsorship .sps-container-wrap-inner img {
  width: auto;
  height: 20rem;
  margin: 1.2rem auto 0;
  display: block;
}
.p-page .page-sponsorship .sps-container-wrap-inner:nth-child(n+4) img {
  height: 25.2rem;
}
.p-page .page-sponsorship .sps-flex {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-page .page-sponsorship .sps-flex img {
  width: calc((100% - 2rem) / 3);
  display: block;
}
.p-page .page-overview .ovv-flex {
  margin-bottom: 12rem;
  display: flex;
  align-items: flex-start;
}
.p-page .page-overview .ovv-flex-inner {
  width: 50%;
  padding: 4.7%;
}
.p-page .page-overview .ovv-flex-inner:has(img) {
  background-color: #F3EBF3;
}
.p-page .page-overview .ovv-flex-inner img {
  width: 100%;
  display: block;
}
.p-page .page-overview .ovv-flex-inner p {
  margin-top: 4rem;
  font-size: 1.8rem;
}
.p-page .page-overview h2 {
  margin: 0 0 1.5rem;
  padding-top: 1.5rem;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
.p-page .page-overview h2::before {
  content: "";
  width: 13rem;
  height: 1px;
  background-color: #660066;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page .page-overview span {
  color: #660066;
  font-size: 2rem;
  display: block;
}
.p-page .page-overview .ovv-box {
  padding: 11.4rem 0;
  background-color: #EBEBEB;
  box-shadow: 0 0 0 100vmax #EBEBEB;
  clip-path: inset(0 -100vmax);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page .page-overview .ovv-box-inner {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page .page-overview .ovv-box-inner dl {
  display: flex;
  flex-wrap: wrap;
}
.p-page .page-overview .ovv-box-inner dl dt {
  width: 30%;
  padding: 2.5rem 0 2.5rem 4.5rem;
  border-top: 1px dotted #C1C1C1;
  font-size: 1.8rem;
  font-weight: normal;
}
.p-page .page-overview .ovv-box-inner dl dt:first-child {
  border-top: none;
}
.p-page .page-overview .ovv-box-inner dl dd {
  width: 70%;
  padding: 2.5rem 4.5rem 2.5rem 0;
  border-top: 1px dotted #C1C1C1;
  font-size: 1.8rem;
  font-weight: normal;
}
.p-page .page-overview .ovv-box-inner dl dd:nth-child(2) {
  border-top: none;
}
.p-page .ovv-footer {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.p-page .ovv-footer--right {
  justify-content: flex-start;
}
.p-page .ovv-footer--right .ovv-carousel {
  animation: slideshow 20s linear infinite;
}
.p-page .ovv-footer--left {
  justify-content: flex-end;
  margin-bottom: 11.6rem;
}
.p-page .ovv-footer--left .ovv-carousel {
  animation: slideshowReverse 20s linear infinite;
}
.p-page .ovv-carousel {
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.p-page .ovv-carousel-item {
  width: 23.4vw;
  padding-top: 11.3%;
  position: relative;
}
.p-page .ovv-carousel-item span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-archive--sponsor {
  position: relative;
}
.p-archive--sponsor::before, .p-archive--sponsor::after {
  content: "";
  width: 50.5%;
  padding-top: 56.6%;
  background: url("../img/emblem.png") center/contain no-repeat;
  display: block;
  position: absolute;
  pointer-events: none;
}
.p-archive--sponsor::before {
  top: -2%;
  left: 0;
  transform: translateX(-50%);
}
.p-archive--sponsor::after {
  bottom: 25%;
  right: 0;
  transform: translateX(50%);
}
.p-archive__inner {
  margin-bottom: 27.4rem;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .p-archive__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.p-archive__bigSponsor {
  margin-bottom: 20rem;
  display: flex;
  gap: 5.8rem 4%;
  flex-wrap: wrap;
  position: relative;
}
.p-archive__bigSponsor-item {
  width: 48%;
}
.p-archive__bigSponsor-img {
  margin-bottom: 2.8rem;
  padding-top: 40%;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}
.p-archive__bigSponsor-img:hover {
  scale: 1.1;
}
.p-archive__bigSponsor-img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-archive__bigSponsor-title {
  margin-bottom: 0.3rem;
  padding-top: 0.3rem;
  position: relative;
}
.p-archive__bigSponsor-title::before {
  content: "";
  width: 13rem;
  height: 1px;
  background-color: #660066;
  position: absolute;
  top: 0;
  left: 0;
}
.p-archive__bigSponsor-title-main {
  font-size: 3.5rem;
  font-weight: bold;
}
.p-archive__bigSponsor-special {
  color: #660066;
  font-size: 2rem;
}
.p-archive__smallSponsor {
  margin-bottom: 23rem;
  display: flex;
  gap: 5.8rem 3.4%;
  flex-wrap: wrap;
}
.p-archive__smallSponsor-item {
  width: 31.0666666667%;
}
.p-archive__smallSponsor-img {
  margin-bottom: 2.5rem;
  padding-top: 40%;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}
.p-archive__smallSponsor-img:hover {
  scale: 1.1;
}
.p-archive__smallSponsor-img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-archive__smallSponsor-title-main {
  font-size: 2.5rem;
  font-weight: bold;
}
.p-archive__footerLink {
  max-width: 1380px;
  margin: 0 auto;
}
.p-archive__footerLink-head {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3rem;
}
.p-archive__footerLink-head-title {
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.2;
  color: rgba(179, 129, 179, 0.5019607843);
}
.p-archive__footerLink-body-text {
  font-size: 2.5rem;
}
.p-archive__container {
  padding: 3rem;
  border-top: 1px dotted #AEAAA7;
  display: flex;
  gap: 0 5%;
}
.p-archive__container:first-child {
  border-top: none;
}
.p-archive__container-text {
  width: calc(95% - 20rem);
}
.p-archive__container-img {
  width: 20rem;
  padding-top: 9.8%;
  position: relative;
}
.p-archive__container-img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-archive__container-head {
  margin: 0 0 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2.4rem;
}
.p-archive__container-head-category {
  padding: 2px 3.2rem;
  background-color: #660066;
  border: 1px solid #660066;
  border-radius: 5vh;
  font-size: 1.4rem;
  color: #FFF;
}
.p-archive__container-head-date {
  font-size: 1.8rem;
}
.p-archive__container-body-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-archive__container-body-content {
  font-size: 1.8rem;
}

.pagination {
  margin-top: 11.6rem;
  font-size: 2.2rem;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.page-numbers {
  padding: 0.6rem;
  transition: all 0.3s ease-out;
}
.page-numbers:hover {
  background-color: #660066;
  color: #FFF;
}

.page-numbers.current {
  border: 1px solid #660066;
  background-color: #660066;
  color: #FFF;
}

/*# sourceMappingURL=style.css.map */
