@charset "UTF-8";
:root {
  --yellow: #ffce22;
  --pink: #ff008a;
  --grad-01: linear-gradient(245deg, #04ff0e 4.68%, #04c3ff 97.77%);
  --grad-02: linear-gradient(245deg, #04ff0e 4.68%, #04c3ff 97.77%);
  --sans-serif1: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-main {
  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-family: "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-movie {
  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;
  row-gap: 0.7142857143em;
  width: 100%;
  padding: 1.1428571429em 0;
  line-height: 1;
  background-image: url("../img/event/bg-movie.png");
  background-size: cover;
}
.event-movie .movie-title {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 0.8571428571em;
  letter-spacing: 0.24em;
}
.event-movie .movie-video {
  width: 24.5em;
  height: auto;
  aspect-ratio: 16/9;
}
.event-movie .movie-text {
  font-size: 0.7142857143em;
  letter-spacing: 0.24em;
}

.center {
  text-align: center;
}

.text-10 {
  font-size: 0.7142857143em;
  letter-spacing: 0.08em;
}

.text-12 {
  font-size: 0.8571428571em;
  letter-spacing: 0.08em;
}

.text-16 {
  font-size: 1.1428571429em;
  letter-spacing: 0.08em;
}

.text-23-16 {
  font-size: 1.4375em;
  letter-spacing: 0.08em;
}

.text-18 {
  font-size: 1.2857142857em;
  letter-spacing: 0.24em;
}

.text-20 {
  font-size: 1.4285714286em;
  letter-spacing: 0.08em;
}

.text-22 {
  font-size: 1.5714285714em;
  letter-spacing: 0.08em;
}

.text-24 {
  font-size: 1.7142857143em;
  letter-spacing: 0.08em;
}

.text-28 {
  font-size: 2em;
  letter-spacing: 0.08em;
}

.text-32 {
  font-size: 2.2857142857em;
  letter-spacing: 0.08em;
}

.text-40 {
  font-size: 2.8571428571em;
  letter-spacing: 0.08em;
}

.gradation {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#e00000), color-stop(21.5%, #df7800), color-stop(44.5%, #cfd300), color-stop(65%, #3ea599), color-stop(82.5%, #cc57ce), to(#c90084));
  background: linear-gradient(90deg, #e00000 0%, #df7800 21.5%, #cfd300 44.5%, #3ea599 65%, #cc57ce 82.5%, #c90084 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pink {
  color: var(--pink);
}

.yellow {
  color: var(--yellow);
}

.red {
  color: red;
}

.grad-01 {
  background: var(--grad-01);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lighter {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 800;
}

.event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.event-header::before, .event-header::after {
  display: block;
  width: 2px;
  height: 3.5714285714em;
  content: "";
}
.event-header::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(42.86%, #caaf6b), color-stop(52.32%, #f0e4c3), color-stop(64.73%, #896711));
  background: linear-gradient(-90deg, #caaf6b 42.86%, #f0e4c3 52.32%, #896711 64.73%);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.event-header::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(42.86%, #caaf6b), color-stop(52.32%, #f0e4c3), color-stop(64.73%, #896711));
  background: linear-gradient(90deg, #caaf6b 42.86%, #f0e4c3 52.32%, #896711 64.73%);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.event-header h3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7142857143em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(110deg, #caaf6b 42.86%, #f0e4c3 52.32%, #896711 64.73%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.7142857143em;
  width: 25.6428571429em;
  padding: 1.7142857143em 0 3.5714285714em;
  font-family: "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.section01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.7142857143em;
}

.section01-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5714285714em;
}

.section01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.2142857143em;
}

.section01-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5714285714em;
}

.section02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4285714286em;
  padding: 1.7142857143em 0;
}

.section02-article {
  display: grid;
  grid-template: repeat(2, auto) 1fr/1fr 8.6428571429em;
  grid-auto-flow: column;
  gap: 0.4285714286em;
  padding: 1.1428571429em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(133, 0, 84, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(133, 0, 84, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 0.5714285714em;
}

.section02-article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4285714286em;
     -moz-column-gap: 0.4285714286em;
          column-gap: 0.4285714286em;
}

.section02-article-head {
  white-space: nowrap;
}

.section02-article-order {
  display: grid;
  place-items: center;
  padding: 0.2em 0.6em;
  border: 1px solid var(--yellow);
  border-radius: 0.15em;
}

.section02-article-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7142857143em;
     -moz-column-gap: 0.7142857143em;
          column-gap: 0.7142857143em;
  white-space: nowrap;
}
.section02-article-rule::before, .section02-article-rule::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: white;
}

.section02-article-image {
  grid-row: span 3;
}

.section03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7142857143em;
  padding: 2.2857142857em 1.4285714286em;
  background: rgba(0, 0, 0, 0.4);
  border: 0.5714285714em solid;
  -o-border-image: var(--grad-01) 1;
     border-image: var(--grad-01) 1;
}

.section03-image {
  width: 5em;
  margin-inline: auto;
}

.section03-head {
  white-space: nowrap;
}

.section04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4285714286em;
}

.section04-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1428571429em;
  padding: 1.7142857143em 1.1428571429em;
  background: linear-gradient(173deg, rgba(120, 0, 0, 0.6) -0.04%, rgba(53, 0, 0, 0.6) 99.73%);
}

.section04-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.2142857143em;
}

.section04-list-box {
  display: grid;
}

.section04-list-image,
.section04-list-icon,
.section04-list-icon-shadow {
  grid-area: 1/1;
}

.section04-list-icon,
.section04-list-icon-shadow {
  place-self: end start;
  margin: 0 0 0.1428571429em 0.2857142857em;
}

.section04-list-icon {
  background: linear-gradient(110deg, #caaf6b 42.86%, #f0e4c3 52.32%, #896711 64.73%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section04-list-icon-shadow {
  text-shadow: 1px 1px 3px black;
}

.section04-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5714285714em;
}

.section05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7142857143em;
  padding: 0.8571428571em 1.1428571429em;
  font-family: var(--sans-serif1);
  color: black;
  background: #ffd600;
  border-radius: 0.4285714286em;
}
.section05::before, .section05::after {
  display: block;
  width: 100%;
  height: 32px;
  content: "";
  background: repeating-linear-gradient(45deg, black, black 0.5714285714em, transparent 0.7142857143em, transparent 1.1428571429em);
}

.section05-image {
  overflow: hidden;
  border-radius: 4px;
}

.section05-list,
.section05-item {
  list-style: revert;
}

.section05-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7142857143em;
  padding-left: 1.7142857143em;
}

.section06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5714285714em;
  padding: 1.7142857143em 1.1428571429em;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(180deg, #3a3a3a 0%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: 12px;
}

.section06-sub {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(72, 72, 72, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(72, 72, 72, 0.5) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section06-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#484848));
  background: linear-gradient(180deg, #fff 0%, #484848 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}/*# sourceMappingURL=event-kotei.css.map */