/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-primary: #22913B;
  --color-primary-dark: #10411B;
}

/* default settings */
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-BOLD.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-MEDIUM.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-REGULAR.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.page-template-page_event2026 #footer .pagetop.normal {
  top: -50px;
}

* {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#main {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  padding-top: 7.5rem;
}
#main #p_list {
  display: flex;
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem 1.25rem;
}
@media (max-width: 767px) {
  #main #p_list {
    display: none;
  }
}
#main #p_list b {
  margin: 0 5px;
}
#main #p_list a {
  color: #000;
}
#main #p_list a:hover {
  color: #029040;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#main #p_list span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #029040;
}
#main #p_list a,
#main #p_list li,
#main #p_list span {
  font-size: 10px;
}

.section {
  position: relative;
}

.cc-revoke {
  display: none !important;
}

/* custom style */
:root {
  --skew-angle: -24deg;
  --skew-angle-span: 24deg;
}

.kv {
  position: relative;
  background-color: #EEF3EF;
}
.kv__logo {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .kv__logo {
    width: 100%;
    padding: 5rem;
  }
}

.event2026__container {
  padding-block: 5rem 0;
  font-weight: bold;
}

.skew-title {
  min-width: 21.75rem;
  margin-inline: auto;
  padding: 0.75rem 0;
  transform: skewX(var(--skew-angle));
  background: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .skew-title {
    font-size: 2.5rem;
  }
}
.skew-title span {
  display: inline-block;
  transform: skewX(var(--skew-angle-span));
}

.txt-note {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .txt-note {
    font-size: 1.25rem;
  }
}

.button {
  background: linear-gradient(90deg, #22913B 0%, #10401B 50%, #22913B 100%);
  border-radius: 40px;
  background-size: 200% 100%;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s;
  margin: 1.875rem auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .button {
    font-size: 1.125rem;
    line-height: 2.375rem;
    width: 22.5rem;
    border-radius: 2.5rem;
    height: 4.6875rem;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 2rem;
    line-height: 3.75rem;
    height: 7.3125rem;
    border-radius: 6.25rem;
    display: inline-flex;
    padding-inline: 3rem 5rem;
    /* position: relative; */
    left: 50%;
    transform: translateX(-50%);
  }
}
.button::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../../common/img/icon_yajirushi02.svg) no-repeat 0 50%/contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .button::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 1.625rem;
  }
}
.button:hover {
  background-position: 100% 0;
}
.button-outline {
  background: none;
  border: solid 2px #22913B;
  color: #22913B;
}
.button-outline::before {
  background: url(../../common/img/icon_yajirushi02.svg) no-repeat 0 50%/contain;
}

.secRead {
  text-align: center;
  margin-bottom: 6.25rem;
}
.secRead__title {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .secRead__title {
    font-size: 1.5rem;
  }
}
.secRead__subtitle {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .secRead__subtitle {
    font-size: 1.3125rem;
  }
}
.secRead::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 38.3125rem;
  height: 62.1875rem;
  background: url("../img/deco1.png") no-repeat center top/100% auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .secRead::before {
    background-image: url("../img/sp-deco1.png");
    width: 13.875rem;
    height: 22.9375rem;
    top: 8.75rem;
    left: 0;
  }
}

.secInfo {
  margin-bottom: 3.75rem;
}
.secInfo .wrap {
  background: #fff;
}
.secInfo__container {
  width: 100%;
  margin-inline: auto;
  border: solid 2px #22913B;
  -o-border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%);
     border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  border-image-slice: 1;
  padding: 0 1rem 2.5rem;
}
.secInfo__title {
  width: 21.75rem;
  position: relative;
  z-index: 1;
}
.secInfo__title.skew-title {
  transform: skewX(var(--skew-angle)) translateY(-50%);
}
.secInfo__content {
  display: flex;
}
@media (max-width: 767px) {
  .secInfo__content {
    flex-direction: column;
  }
}
.secInfo__contentItem {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
}
.secInfo__contentItem:first-of-type {
  border-right: solid 1px #000;
}
@media (max-width: 767px) {
  .secInfo__contentItem:first-of-type {
    border-right: none;
    border-bottom: solid 1px #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.secInfo__contentItem:last-of-type .secInfo__contentItem-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .secInfo__contentItem {
    font-size: 1.75rem;
    width: 100%;
  }
}
.secInfo__contentItem-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .secInfo__contentItem-title {
    font-size: 1.75rem;
  }
}
.secInfo__contentItem-text {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.secInfo__schedule li {
  display: flex;
  align-items: center;
  list-style: none;
}
.secInfo__schedule li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.secInfo__schedule li .day-label {
  background-color: #2e8b57;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin-right: 0.9375rem;
  min-width: 3.75rem;
  text-align: center;
}

.secStatement {
  margin-bottom: 7.5rem;
}
.secStatement__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .secStatement__text {
    font-size: 1.5rem;
  }
}
.secStatement__text:not(:last-of-type) {
  margin-bottom: 1rem;
}

.secEvent {
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .secEvent {
    margin-bottom: 12.5rem;
  }
}
.secEvent__container {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.secEvent__kv {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .secEvent__kv {
    margin-bottom: 3.75rem;
  }
}
.secEvent__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.25rem;
}
@media (max-width: 767px) {
  .secEvent__content {
    gap: 3.75rem;
  }
}
.secEvent__contentItem {
  width: 46.875rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .secEvent__contentItem {
    width: 40rem;
  }
}
.secEvent__drive::before {
  content: "";
  position: absolute;
  top: -15rem;
  right: 0;
  width: 34.1875rem;
  height: 36.9375rem;
  background: url("../img/deco2.png") no-repeat center top/100% auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .secEvent__drive::before {
    background-image: url("../img/sp-deco2.png");
    width: 13.5rem;
    height: 14.5625rem;
    top: -7.5rem;
    right: 0;
    z-index: 0;
  }
}
.secEvent__food::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 20.8125rem;
  height: 22rem;
  background: url("../img/deco3.png") no-repeat center top/100% auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .secEvent__food::before {
    background-image: url("../img/sp-deco3.png");
    width: 9.8125rem;
    height: 14rem;
    top: 3.75rem;
    left: 0;
  }
}
.secEvent__art-fashion::before {
  content: "";
  position: absolute;
  top: 12.5rem;
  right: 0;
  width: 21.4375rem;
  height: 28.8125rem;
  background: url("../img/deco4.png") no-repeat center top/100% auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .secEvent__art-fashion::before {
    background-image: url("../img/sp-deco4.png");
    width: 14.1875rem;
    height: 19.5625rem;
    top: 15rem;
    right: 0;
  }
}

.secAccess {
  position: relative;
  padding-block: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .secAccess {
    padding-block: 2.5rem 6.25rem;
  }
}
.secAccess::before {
  content: "";
  position: absolute;
  top: -34.6875rem;
  left: calc(50% - 120rem);
  width: 250rem;
  height: 125rem;
  background: url("../img/sec-access-bg.svg") no-repeat center top/100% auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .secAccess::before {
    background-image: url("../img/sec-access-bg_sp.png");
    width: 46.875rem;
    height: 76.875rem;
    top: -7.5rem;
    left: 0;
  }
}
.secAccess__title {
  width: 21.75rem;
  margin-bottom: 2rem;
}
.secAccess__map {
  margin-bottom: 3.75rem;
}
.secAccess__map-text {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .secAccess__map-text {
    font-size: 2rem;
  }
}
.secAccess__map-wrap {
  width: 100%;
  height: 20.8125rem;
}
.secAccess__map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */