/* 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: -webkit-box;
  display: -ms-flexbox;
  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;
}

.green-marker {
  display: inline;
  background-image: linear-gradient(to bottom, transparent calc(100% - 8px), #22903B calc(100% - 8px), #22903B calc(100% - 6px), transparent calc(100% - 6px), transparent calc(100% - 4px), #22903B calc(100% - 4px), #22903B 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 14px;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .green-marker {
    display: block;
    padding-bottom: 9px;
  }
}

.kv {
  position: relative;
  background-color: #EEF3EF;
}
.kv__image {
  width: 100%;
}

.event2026__container {
  padding-block: 4.0625rem 0;
  font-weight: bold;
  background-image: url("../../common/img/bg_repeat.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  color: #000;
}
@media (max-width: 767px) {
  .event2026__container {
    background-image: url("../../common/img/sp-bg_repeat.png");
  }
}

.skew-title {
  min-width: 21.75rem;
  margin-inline: auto;
  padding: 0.75rem 0;
  -webkit-transform: skewX(var(--skew-angle));
          transform: skewX(var(--skew-angle));
  background: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B));
  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;
    margin-inline: 1.25rem;
  }
}
.skew-title span {
  display: inline-block;
  -webkit-transform: skewX(var(--skew-angle-span));
          transform: skewX(var(--skew-angle-span));
}

.txt-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .txt-note {
    font-size: 1.25rem;
  }
}

.button {
  background: -webkit-gradient(linear, left top, right top, from(#22913B), color-stop(50%, #10401B), to(#22913B));
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 1.875rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-inline: 3rem 5rem;
    /* position: relative; */
    left: 50%;
    -webkit-transform: translateX(-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;
}

.event2026-drive .secTitle {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secTitle {
    margin-bottom: 5.25rem;
  }
}
.event2026-drive .secTitle__container {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secTitle__container {
    margin-bottom: 2.5rem;
  }
}
.event2026-drive .secTitle__title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .event2026-drive .secTitle__title {
    font-size: 2.875rem;
  }
}
.event2026-drive .secTitle__subtitle {
  padding-top: 2.25rem;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .event2026-drive .secTitle__subtitle {
    padding-top: 1.5rem;
    font-size: 1.375rem;
  }
}
.event2026-drive .secInfo {
  margin-bottom: 3.75rem;
}
.event2026-drive .secInfo__container {
  background: #fff;
  width: 100%;
  margin: 0 auto 3.125rem;
  border: solid 2px #22913B;
  -o-border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B));
     border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  border-image-slice: 1;
  padding: 0 1rem 2.5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__container {
    margin-bottom: 3.75rem;
  }
}
.event2026-drive .secInfo__title {
  width: 21.75rem;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.event2026-drive .secInfo__title.skew-title {
  -webkit-transform: skewX(var(--skew-angle)) translateY(-50%);
          transform: skewX(var(--skew-angle)) translateY(-50%);
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__title.skew-title {
    -webkit-transform: skewX(var(--skew-angle)) translateY(-50%) translateX(-1rem);
            transform: skewX(var(--skew-angle)) translateY(-50%) translateX(-1rem);
  }
}
.event2026-drive .secInfo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event2026-drive .secInfo__contentItem {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}
.event2026-drive .secInfo__contentItem:first-of-type {
  border-right: solid 1px #000;
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__contentItem:first-of-type {
    border-right: none;
    border-bottom: solid 1px #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.event2026-drive .secInfo__contentItem:last-of-type .secInfo__contentItem-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__contentItem {
    font-size: 1.75rem;
    width: 100%;
  }
}
.event2026-drive .secInfo__contentItem-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__contentItem-title {
    font-size: 1.75rem;
  }
}
.event2026-drive .secInfo__contentItem-text {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.event2026-drive .secInfo__schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.event2026-drive .secInfo__schedule li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.event2026-drive .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;
}
.event2026-drive .secInfo__text {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event2026-drive .secInfo__text {
    font-size: 1.4375rem;
  }
}
.event2026-drive .secLineup {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup {
    margin-bottom: 5.625rem;
  }
}
.event2026-drive .secLineup__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup__title {
    margin-bottom: 1.5rem;
  }
}
.event2026-drive .secLineup__text {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup__text {
    margin-bottom: 2.5rem;
  }
}
.event2026-drive .secLineup__text .red {
  color: #ed1212;
}
.event2026-drive .secLineup .lineup:not(:first-child) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup:not(:first-child) {
    margin-top: 3.25rem;
  }
}
.event2026-drive .secLineup .lineup__header {
  margin-bottom: 1.1875rem;
  position: relative;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup__header {
    margin-bottom: 1rem;
  }
}
.event2026-drive .secLineup .lineup__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.event2026-drive .secLineup .lineup__heading::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.375rem;
  height: 2.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#22913b), to(#10401b));
  background: linear-gradient(180deg, #22913b 0%, #10401b 100%);
  margin-right: 0.625rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup__heading::before {
    height: 2.84375rem;
    width: 0.4875rem;
    margin-right: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup__heading {
    font-size: 2.5rem;
    gap: 0.75rem;
  }
  .event2026-drive .secLineup .lineup__heading::before {
    height: 2.75rem;
  }
}
.event2026-drive .secLineup .lineup__subheading {
  position: absolute;
  display: block;
  right: 0;
  font-size: 8.75rem;
  font-weight: 800;
  color: #f6f6f6;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup__subheading {
    font-size: 1.25rem;
    font-size: 6.375rem;
  }
}
.event2026-drive .secLineup .lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin: 0;
  padding: 1rem 0 0;
  list-style: none;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup__list {
    gap: 3.25rem;
  }
}
.event2026-drive .secLineup .lineup__item {
  width: 100%;
}
.event2026-drive .secLineup .lineup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  height: 100%;
  padding: 1.5rem 1.9375rem;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.375rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 1.875rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
  }
}
.event2026-drive .secLineup .lineup-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5625rem;
          flex: 0 0 23.5625rem;
  max-width: 40%;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup-card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}
.event2026-drive .secLineup .lineup-card__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 377/257;
}
.event2026-drive .secLineup .lineup-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.event2026-drive .secLineup .lineup-card__company {
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup-card__company {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.event2026-drive .secLineup .lineup-card__title {
  margin-bottom: 1.1875rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup-card__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.event2026-drive .secLineup .lineup-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.event2026-drive .secLineup .lineup-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;
  padding: 0 0.625rem;
  border-radius: 5.625rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup-card__tag {
    height: 2.5rem;
    padding: 0 1.0625rem;
    font-size: 1.375rem;
  }
}
.event2026-drive .secLineup .lineup-card__tag--green {
  background: #34a9a0;
}
.event2026-drive .secLineup .lineup-card__tag--blue {
  background: #335289;
}
.event2026-drive .secLineup .lineup-card__tag--red {
  background: #D62424;
}
.event2026-drive .secLineup .lineup-card__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  .event2026-drive .secLineup .lineup-card__desc {
    font-size: 1.4375rem;
    line-height: 1.6;
  }
}
.event2026-drive .secPlatinum {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .event2026-drive .secPlatinum {
    margin-bottom: 6.25rem;
  }
}
.event2026-drive .secPlatinum__title {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .event2026-drive .secPlatinum__title {
    margin-bottom: 3.125rem;
  }
}
.event2026-drive .button-top {
  margin-bottom: 13.75rem;
}
@media (max-width: 767px) {
  .event2026-drive .button-top {
    margin-block: 3rem 5rem;
    padding-inline: 5rem 3rem;
  }
}
.event2026-drive .button-top.button::before {
  left: 1.5rem;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.event2026-drive .button-top span {
  text-align: center;
  line-height: 1.3;
}
.event2026-drive .section3 {
  text-align: center;
  padding: 10rem 0 6.6875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event2026-drive .section3 {
    padding: 12.75rem 0 12.75rem;
  }
}
.event2026-drive .section3::before {
  content: "";
  position: absolute;
  top: -34.6875rem;
  left: calc(50% - 120rem);
  width: 240rem;
  height: 83.625rem;
  background: url("../img/sec3-bg.svg") no-repeat center top/100% auto;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .event2026-drive .section3::before {
    background-image: url("../img/sp-sec3-bg.png");
    width: 46.875rem;
    height: 76.875rem;
    top: 0;
    left: 0;
  }
}
.event2026-drive .section3::after {
  background: url("../img/deco5.png") no-repeat center top/100% auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 31.25rem;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .event2026-drive .section3::after {
    background-image: url("../img/sp-deco5.png");
    width: 46.875rem;
    height: 51.5625rem;
  }
}
.event2026-drive .section3 h2 {
  font-size: 3rem;
  line-height: 3.4375rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .event2026-drive .section3 h2 {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }
}
.event2026-drive .section3 h3 {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  padding: 1.1875rem 0 0.75rem;
}
@media (max-width: 767px) {
  .event2026-drive .section3 h3 {
    font-size: 2.25rem;
    padding: 0.75rem 0;
  }
}
.event2026-drive .section3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event2026-drive .section3 ul {
    margin-top: 3.75rem;
  }
}
.event2026-drive .section3 ul li {
  width: 21.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .event2026-drive .section3 ul li {
    width: 18.25rem;
  }
}
.event2026-drive .section3 ul li:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.event2026-drive .section3 ul li:hover a {
  opacity: 1;
}
.event2026-drive .section3 ul li + li {
  margin-left: -0.1875rem;
}

#footer .pagetop.normal {
  top: -70px;
}
@media (max-width: 767px) {
  #footer .pagetop.normal {
    top: -50px;
  }
}