@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

html {
  font-family: 'Noto Sans JP', sans-serif;
}

#body {
  box-sizing: border-box;
  overflow-x: hidden;
}

#body.is-active {
  overflow-y: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 751px) {
  .pcn {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .spn {
    display: none !important;
  }
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #E0E3E4;
}

.kv__container {
  width: 90.667vw;
  height: 100vh;
  margin: 0 auto;
  background: url("/event/dvd/2022/img/sp/kv-sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .kv__container {
    width: auto;
    background: url("/event/dvd/2022/img/kv.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.kv__ttl {
  position: absolute;
  top: 1.667vw;
  left: 1.25vw;
  width: 35vw;
}

.kv__ttl.is-active {
  animation-name: kvTtl;
  animation-duration: 10s;
  animation-direction: normal;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 1200px) {
  .kv__ttl {
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .kv__ttl.is-active {
    animation-name: kvTtl-tab;
  }
}

.kv__ttl-02 {
  position: absolute;
  top: -21.615vw;
  left: 42.95vw;
  width: 35vw;
  transform: translate(-50%, -50%);
}

.kv__ttl-02.is-active {
  animation-name: kvTtl2;
  animation-duration: 10s;
  animation-direction: normal;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 1200px) {
  .kv__ttl-02 {
    width: 90%;
    top: -44.8%;
    left: 163%;
    transform: translate(0, 0);
  }
  .kv__ttl-02.is-active {
    animation-name: kvTtl2-tab;
  }
}

.kv-bottom {
  text-align: center;
  background-color: #D12D41;
  padding: 1.333vw 0;
}

@media screen and (min-width: 751px) {
  .kv-bottom {
    padding: 0.833vw 0;
  }
}

@media screen and (min-width: 751px) {
  .kv-bottom div {
    display: flex;
    justify-content: center;
  }
}

.kv-bottom p {
  color: #fff;
  font-size: 3.467vw;
}

@media screen and (min-width: 751px) {
  .kv-bottom p {
    font-size: 1.5vw;
  }
}

.kv-bottom p .red {
  color: #DF4D62;
}

.kv-bottom p .yellow {
  color: #FCF124;
}

.kv-bottom p .green {
  color: #AED05E;
}

.kv-bottom p .l-green {
  color: #3FB6BF;
}

.kv-bottom p .blue {
  color: #2686D0;
}

.kv-bottom .date {
  letter-spacing: 0.11em;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .kv-bottom .date {
    font-weight: normal;
  }
}

.kv-bottom .contents {
  margin-top: 2vw;
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .kv-bottom .contents {
    margin-top: 0;
    margin-left: 1.25vw;
    white-space: normal;
  }
}

.kv-bottom__link {
  pointer-events: all;
  cursor: pointer;
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .kv-bottom {
    display: block;
  }
}

.white-bnr-wrap {
  overflow: hidden;
  position: absolute;
  top: 49.4%;
  left: 48.1%;
  transform: translate(-50%, -50%);
  width: 36.75vw;
}

@media screen and (min-width: 1200px) {
  .white-bnr-wrap {
    top: 49.2%;
    left: 48.4%;
    width: 59.6vh;
  }
}

.kv-ttl-wrap {
  width: 100%;
  height: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 86vw;
  margin: 0 auto;
  text-align: right;
}

.hamburger {
  position: absolute;
  top: 4.667vw;
  right: 6.667vw;
  width: 8vw;
  height: 4vw;
  z-index: 101;
}

@media screen and (min-width: 751px) {
  .hamburger {
    position: absolute;
    top: 2.75vw;
    right: 3.25vw;
    width: 3.5vw;
    height: 1.667vw;
  }
}

.hamburger__line {
  display: block;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 0.267vw;
  background-color: #040000;
}

@media screen and (min-width: 751px) {
  .hamburger__line {
    height: 0.167vw;
  }
}

.hamburger__line:nth-of-type(1) {
  top: 0;
  transition: all 0.3s ease;
}

.hamburger__line:nth-of-type(2) {
  top: 1.6vw;
  transition: all 0.3s ease;
}

@media screen and (min-width: 751px) {
  .hamburger__line:nth-of-type(2) {
    top: 0.833vw;
  }
}

.hamburger__line:nth-of-type(3) {
  top: 3.467vw;
  transition: all 0.3s ease;
}

@media screen and (min-width: 751px) {
  .hamburger__line:nth-of-type(3) {
    top: 1.667vw;
  }
}

.hamburger.is-active .hamburger__line {
  display: block;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 0.267vw;
  background-color: #040000;
}

.hamburger.is-active .hamburger__line:nth-of-type(1) {
  top: 1.6vw;
  transform: rotate(-45deg);
}

.hamburger.is-active .hamburger__line:nth-of-type(2) {
  top: 1.6vw;
  opacity: 0;
}

.hamburger.is-active .hamburger__line:nth-of-type(3) {
  top: 1.6vw;
  transform: rotate(45deg);
}

.dammy {
  background-color: #040000;
  height: 18.667vw;
}

@media screen and (min-width: 751px) {
  .dammy {
    height: 1.833vw;
  }
}

.under-bnr {
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  z-index: 50;
  transition: 0.3s all ease;
}

.under-bnr.is-active {
  opacity: 1;
  transition: 0.3s all ease;
}

.under-bnr .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .under-bnr .back {
    display: none;
    background-color: #fff;
    opacity: 0.3;
  }
}

.under-bnr:hover {
  opacity: .8;
}

.under-bnr:hover .back {
  display: block;
}

.under-bnr__item {
  width: 100%;
  padding: 3.333vw 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 751px) {
  .under-bnr__item {
    padding: 1.5vw 0;
  }
}

.under-bnr__item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .under-bnr__item a {
    position: relative;
    display: inline-block;
    font-size: 1.417vw;
  }
}

.under-bnr__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -3vw;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #0080C1;
}

@media screen and (min-width: 751px) {
  .under-bnr__item a::before {
    right: -2vw;
    border-top: 0.75vw solid transparent;
    border-bottom: 0.75vw solid transparent;
    border-left: 1.083vw solid #0080C1;
  }
}

.under-bnr__item a::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -6vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #DC3556;
}

@media screen and (min-width: 751px) {
  .under-bnr__item a::after {
    right: -4vw;
    border-top: 0.75vw solid transparent;
    border-bottom: 0.75vw solid transparent;
    border-left: 1.083vw solid #DC3556;
  }
}

.sec {
  padding-top: 13.333vw;
}

@media screen and (min-width: 751px) {
  .sec {
    padding-top: 8.333vw;
  }
}

.sec__ttl {
  margin: 0 auto;
}

.sec__txt {
  margin-top: 6.667vw;
  text-align: center;
  font-size: 3.467vw;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2.1;
  color: #323232;
}

@media screen and (min-width: 751px) {
  .sec__txt {
    margin-top: 6.5vw;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
  }
}

.sec__txt span:not(:first-of-type) {
  display: inline-block;
  margin-top: 4vw;
}

@media screen and (min-width: 751px) {
  .sec__txt span:not(:first-of-type) {
    margin-top: 3.333vw;
  }
}

.intro {
  position: relative;
  padding-bottom: 11.333vw;
}

@media screen and (min-width: 751px) {
  .intro {
    padding-bottom: 10vw;
  }
}

.intro .js-parallax {
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .intro__parallax01 {
    position: absolute;
    top: -6.25vw;
    right: 4.75vw;
    width: 16.917vw;
  }
}

@media screen and (min-width: 751px) {
  .intro__parallax02 {
    position: absolute;
    top: -2.333vw;
    left: 10.417vw;
    width: 6.667vw;
  }
}

@media screen and (min-width: 751px) {
  .intro__parallax03 {
    position: absolute;
    top: 20vw;
    left: 4.083vw;
    width: 16.667vw;
  }
}

@media screen and (min-width: 751px) {
  .intro__parallax04 {
    position: absolute;
    top: 25.667vw;
    right: 9.833vw;
    width: 10vw;
  }
}

@media screen and (min-width: 751px) {
  .intro__parallax05 {
    position: absolute;
    bottom: 22.5vw;
    left: 15.667vw;
    width: 3.333vw;
  }
}

@media screen and (min-width: 751px) {
  .intro__parallax06 {
    position: absolute;
    bottom: 11.083vw;
    right: 0;
    width: 11.667vw;
  }
}

@media screen and (min-width: 751px) {
  .intro__parallax07 {
    position: absolute;
    bottom: 6.583vw;
    left: -6vw;
    width: 16.667vw;
  }
}

.intro__block-sp01 {
  position: absolute;
  top: -0.667vw;
  right: 2vw;
  width: 19.2vw;
}

.intro__block-sp02 {
  position: absolute;
  top: -0.667vw;
  left: 3.733vw;
  width: 12.4vw;
}

.intro__block-sp03 {
  position: absolute;
  top: 66.267vw;
  right: 0;
  width: 9.733vw;
}

.intro__block-sp04 {
  position: absolute;
  bottom: 9.733vw;
  left: -13.733vw;
  width: 22.933vw;
}

.intro__ttl {
  width: 84vw;
}

@media screen and (min-width: 751px) {
  .intro__ttl {
    width: 45vw;
  }
}

.entry-wrap {
  position: relative;
  background: url("/event/dvd/2022/img/sec01-bg.png");
  width: 100%;
  padding: 10.667vw 0;
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .entry-wrap {
    padding: 7.917vw 0;
  }
}

.entry-wrap .js-parallax {
  z-index: 1;
}

.entry-wrap__parallax01 {
  position: absolute;
  top: -7.333vw;
  right: 6.25vw;
  width: 16.667vw;
}

.entry-wrap__parallax02 {
  position: absolute;
  top: 28.083vw;
  left: 5.25vw;
  width: 18.333vw;
}

.entry-wrap__parallax03 {
  position: absolute;
  top: 36.5vw;
  right: 15.333vw;
  width: 6.667vw;
}

.entry-wrap__parallax04 {
  position: absolute;
  bottom: 20.333vw;
  right: 8.167vw;
  width: 16.667vw;
}

.entry-wrap__parallax05 {
  position: absolute;
  bottom: -3.75vw;
  left: -5.5vw;
  width: 11.667vw;
}

.entry-wrap__block01-sp {
  position: absolute;
  top: 61.333vw;
  right: 4.267vw;
  width: 10.4vw;
}

.entry-wrap__container {
  width: 86.667vw;
  margin: 0 auto;
  color: #323232;
}

@media screen and (min-width: 751px) {
  .entry-wrap__container {
    width: 60%;
  }
}

.entry-wrap__top {
  width: 100%;
  padding: 6.667vw 6vw;
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: 2px solid #E2E2E2;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top {
    padding: 3.75vw 6.667vw 3.333vw 6.667vw;
  }
}

.entry-wrap__top::before {
  display: block;
  content: "本イベントは終了いたしました。";
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 4vw;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top::before {
    top: 20%;
    font-size: 2.167vw;
  }
}

.entry-wrap__top .participation {
  font-size: 6.133vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .participation {
    font-size: 3.5vw;
  }
}

.entry-wrap__top .participation span:nth-of-type(1) {
  color: #E23556;
}

.entry-wrap__top .participation span:nth-of-type(2) {
  color: #0080C7;
}

.entry-wrap__top .participation span:nth-of-type(3) {
  color: #EEDD00;
}

.entry-wrap__top .participation span:nth-of-type(4) {
  color: #A4CB5E;
}

.entry-wrap__top .guidance {
  position: relative;
  opacity: 0.1;
  margin-top: 3.333vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.732;
  white-space: pre-wrap;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .guidance {
    font-size: 2.333vw;
    line-height: 1.679;
  }
}

.entry-wrap__top .alert {
  margin-top: 2.667vw;
  font-weight: 500;
  font-size: 2.667vw;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .alert {
    margin-top: 1.667vw;
    font-size: 1.083vw;
  }
}

.entry-wrap__top .entry-date {
  margin-top: 2.667vw;
  padding-top: 4.667vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.3366;
  text-align: left;
  color: #323232;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date {
    margin-top: 3.333vw;
    padding-top: 0;
    font-size: 4.167vw;
  }
}

.entry-wrap__top .entry-date .entry-date-container {
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #323232;
}

.entry-wrap__top .entry-date .entry-date-container .date {
  font-size: 3.867vw;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container .date {
    font-size: 2.333vw;
    line-height: 1.4;
  }
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container .date-detail {
    font-size: 2.333vw;
  }
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container .date-detail span {
    margin-left: 1.667vw;
  }
}

.entry-wrap__top .entry-date .entry-date-container02 {
  font-weight: 500;
  color: #323232;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container02 {
    margin-top: 0.417vw;
  }
}

.entry-wrap__top .entry-date .entry-date-container02 .place {
  display: block;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.667vw;
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container02 .place {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 2.333vw;
  }
}

.entry-wrap__top .entry-date .entry-date-container02 .place span {
  display: block;
  font-size: 3.2vw;
  margin-top: 0.667vw;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container02 .place span {
    margin-top: auto;
    margin-left: 0.608vw;
    font-size: 1.167vw;
    line-height: 1.8;
  }
}

.entry-wrap__top .entry-date .entry-date-container02 .access {
  display: inline-block;
  margin-top: 1.333vw;
  text-align: center;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .entry-wrap__top .entry-date .entry-date-container02 .access {
    display: block;
    position: relative;
    left: -13vw;
    margin-top: 0.833vw;
    font-size: 1.417vw;
  }
}

.entry-wrap__map {
  padding: 6.667vw 4.667vw 8.667vw;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .entry-wrap__map {
    padding: 3.75vw 0 5.833vw;
  }
}

@media screen and (min-width: 751px) {
  .entry-wrap__map figure {
    margin: 0 auto;
    width: 77%;
  }
}

.entry-wrap__white-wrap {
  background-color: #fff;
  padding-bottom: 7.333vw;
}

@media screen and (min-width: 751px) {
  .entry-wrap__white-wrap {
    margin-top: -2px;
    padding-bottom: 5.583vw;
  }
}

.entry-wrap__bottom {
  position: relative;
  width: 89.3%;
  margin: 0 auto;
  background-color: #000;
}

@media screen and (min-width: 751px) {
  .entry-wrap__bottom {
    margin-top: 0;
    padding: 0;
  }
}

.entry-wrap__bottom .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.entry-wrap__bottom:hover {
  opacity: .7;
}

.entry-wrap__bottom:hover .back {
  display: block;
}

.entry-wrap__bottom .entry-icon {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4.5vw 0;
  font-size: 4.267vw;
  font-weight: 500;
  color: #fff;
  width: 83.2%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .entry-wrap__bottom .entry-icon {
    justify-content: unset;
    width: 100%;
    margin: 0;
    font-size: 2.25vw;
    padding: 2.5vw 7.917vw 2.5vw 7.917vw;
  }
}

.entry-wrap__bottom .entry-icon::before {
  content: "";
  display: block;
  position: absolute;
  right: 2vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #E8D700;
}

@media screen and (min-width: 751px) {
  .entry-wrap__bottom .entry-icon::before {
    right: 10vw;
    border-top: 0.75vw solid transparent;
    border-bottom: 0.75vw solid transparent;
    border-left: 1.083vw solid #E8D700;
  }
}

.entry-wrap__bottom .entry-icon::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #23ACB2;
}

@media screen and (min-width: 751px) {
  .entry-wrap__bottom .entry-icon::after {
    right: 12vw;
    border-top: 0.75vw solid transparent;
    border-bottom: 0.75vw solid transparent;
    border-left: 1.083vw solid #23ACB2;
  }
}

.entry-wrap__bottom .entry-icon--red {
  color: #DC3556;
}

.entry-wrap__bottom .entry-icon--blueGreen {
  color: #23ACB2;
}

.entry-wrap__bottom .entry-icon--yellow {
  color: #E8D700;
}

.entry-wrap__bottom .entry-icon--blue {
  color: #0080C1;
}

.entry-wrap__bottom .entry-icon--green {
  color: #9EC55E;
}

.time__ttl {
  width: 61.333vw;
}

@media screen and (min-width: 751px) {
  .time__ttl {
    width: 42.5vw;
  }
}

.time__contents {
  position: relative;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .time__contents {
    margin-top: 7.083vw;
  }
}

.time__contents .cover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44.133vw;
  height: 19.867vw;
  opacity: 0;
  z-index: 50;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .time__contents .cover {
    top: -0.133vw;
    right: 3.167vw;
    width: 26.667vw;
    height: 9.533vw;
  }
  .time__contents .cover:hover {
    opacity: 0.3;
  }
}

@media screen and (min-width: 751px) {
  .time__contents-parallax01 {
    position: absolute;
    top: 30.917vw;
    right: 2vw;
    width: 6.667vw;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  .time__contents-parallax02 {
    position: absolute;
    top: 32.917vw;
    left: -16.667vw;
    width: 28.333vw;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  .time__contents-parallax03 {
    position: absolute;
    top: 68.333vw;
    right: 24.667vw;
    width: 10vw;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  .time__contents-parallax04 {
    position: absolute;
    bottom: 33.583vw;
    left: -22.667vw;
    width: 30vw;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  .time__contents-parallax05 {
    position: absolute;
    bottom: 13vw;
    right: -0.333vw;
    width: 6.667vw;
    z-index: 1;
  }
}

.time__contents .blue-arrow {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 332px;
  width: 44.267vw;
  height: 100%;
}

.time__contents .blue-arrow img {
  height: 100%;
}

@media screen and (min-width: 751px) {
  .time__contents .blue-arrow-pc {
    position: absolute;
    top: 0;
    right: 3.167vw;
    width: 26.667vw;
    height: 98.5%;
  }
}

@media screen and (min-width: 751px) {
  .time__contents .blue-arrow-pc img {
    height: 100%;
  }
}

.time__item {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 4vw;
}

@media screen and (min-width: 751px) {
  .time__item {
    padding-left: 6.667vw;
  }
}

.time__item.a-center {
  align-items: center;
}

.time__item.item01 {
  padding-top: 5.16vw;
  padding-bottom: 5.16vw;
  background: url("/event/dvd/2022/img/sec02-gray01.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item01 {
    padding-top: 3.417vw;
    padding-bottom: 3.417vw;
  }
}

.time__item.item02 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  background: url("/event/dvd/2022/img/sec02-red.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item02 {
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
  }
}

.time__item.item03 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  padding-left: 4.1vw;
}

@media screen and (min-width: 751px) {
  .time__item.item03 {
    padding-top: 2.75vw;
    padding-bottom: 3.333vw;
    padding-left: 6.667vw;
  }
}

.time__item.item04 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  padding-left: 4.1vw;
  background: url("/event/dvd/2022/img/sec02-yellow.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item04 {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 6.667vw;
  }
}

.time__item.item05 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  background: url("/event/dvd/2022/img/sec02-gray02.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item05 {
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
  }
}

.time__item.item06 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  padding-left: 4.1vw;
  background: url("/event/dvd/2022/img/sec02-blue.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item06 {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 6.667vw;
  }
}

.time__item.item07 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  padding-left: 4.1vw;
  background: url("/event/dvd/2022/img/sec02-green.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item07 {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 6.667vw;
  }
}

.time__item.item08 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  padding-left: 4.1vw;
}

@media screen and (min-width: 751px) {
  .time__item.item08 {
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
    padding-left: 6.667vw;
  }
}

.time__item.item09 {
  padding-top: 5.333vw;
  padding-bottom: 5.333vw;
  background: url("/event/dvd/2022/img/sec02-red02.png");
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .time__item.item09 {
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
  }
}

.time__item .time-table {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  color: #323232;
}

@media screen and (min-width: 751px) {
  .time__item .time-table {
    font-size: 1.417vw;
    text-align: left;
  }
}

.time__item .time-table span {
  display: block;
  white-space: nowrap;
  margin-top: 1.333vw;
}

@media screen and (min-width: 751px) {
  .time__item .time-table span {
    margin-left: -0.7vw;
    white-space: normal;
  }
}

.time__item .top {
  font-size: 2.933vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .time__item .top {
    margin-bottom: 1.25vw;
    font-size: 1.417vw;
  }
}

.time__item .name {
  margin-top: 3.333vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.375;
}

@media screen and (min-width: 751px) {
  .time__item .name {
    position: relative;
    font-size: 1.417vw;
    padding-left: 5.417vw;
  }
  .time__item .name::before {
    content: "登壇者：";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.time__item .post {
  font-size: 2.667vw;
  font-weight: 500;
  font-weight: 500;
  color: #323232;
}

@media screen and (min-width: 751px) {
  .time__item .post {
    font-size: 1.417vw;
  }
}

.time__item .speakers {
  display: flex;
  margin-top: 2.667vw;
}

.time__item .speakers figure {
  width: 18.667vw;
}

@media screen and (min-width: 751px) {
  .time__item .speakers figure {
    width: 9.083vw;
  }
}

.time__item .speakers figure:nth-of-type(2) {
  margin-left: 2.133vw;
}

.time__item .detail {
  display: inline-block;
  position: relative;
  margin-top: 3.333vw;
  padding: 1.867vw;
  background-color: #3399CC;
}

.time__item .detail .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.time__item .detail:hover {
  opacity: .8;
}

.time__item .detail:hover .back {
  display: block;
}

@media screen and (min-width: 751px) {
  .time__item .detail {
    margin-top: 2.5vw;
    padding: 0.667vw 0.833vw;
  }
}

.time__item .detail div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 4.267vw;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .time__item .detail div {
    font-size: 2.167vw;
  }
}

.time__item .detail div::after {
  content: "";
  margin-left: 0.667vw;
  border-right: 1.333vw solid transparent;
  border-top: 2.133vw solid #fff;
  border-left: 1.333vw solid transparent;
}

@media screen and (min-width: 751px) {
  .time__item .detail div::after {
    margin-left: 0.208vw;
    border-right: 0.625vw solid transparent;
    border-top: 1vw solid #fff;
    border-left: 0.625vw solid transparent;
  }
}

.time__txt-wrap {
  margin-left: 8.667vw;
}

@media screen and (min-width: 751px) {
  .time__txt-wrap:nth-of-type(1), .time__txt-wrap:nth-of-type(2), .time__txt-wrap:last-of-type {
    margin-left: 5.6vw;
  }
}

.time__txt-wrap._single {
  margin-left: 8.9vw;
}

@media screen and (min-width: 751px) {
  .time__txt-wrap._single {
    margin-left: 5.5vw;
  }
}

.time__txt {
  font-size: 4.267vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .time__txt {
    font-size: 2.167vw;
  }
}

@media screen and (min-width: 751px) {
  .time__txt .sub-ttl {
    font-size: 1.417vw;
  }
}

.program {
  position: relative;
  font-weight: 500;
  color: #323232;
}

.program__block01-sp {
  position: absolute;
  top: 22.8vw;
  left: -1.333vw;
  width: 14vw;
}

.program__ttl {
  width: 53.333vw;
}

@media screen and (min-width: 751px) {
  .program__ttl {
    width: 35.167vw;
  }
}

.program__body {
  width: 90.667vw;
  margin: 4.8vw auto 0;
  padding-top: 6.667vw;
  border-top: 2px solid #E2E2E2;
}

@media screen and (min-width: 751px) {
  .program__body {
    width: 100%;
    margin: 8.333vw auto 0;
    padding-top: 5.417vw;
  }
}

@media screen and (min-width: 1200px) {
  .program__body {
    padding-top: 50px;
  }
}

.program__mini-ttl {
  font-size: 3.467vw;
  letter-spacing: 0.07em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .program__mini-ttl {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 1200px) {
  .program__mini-ttl {
    font-size: 18px;
  }
}

.program__sub-ttl {
  margin-top: 4vw;
  font-size: 5.867vw;
  letter-spacing: 0.085em;
  line-height: 1.455;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .program__sub-ttl {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .program__sub-ttl {
    font-size: 42px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 751px) {
  .program__sub-ttl span {
    font-size: 2.417vw;
  }
}

@media screen and (min-width: 1200px) {
  .program__sub-ttl span {
    font-size: 29px;
  }
}

.program__txt {
  margin: 6.667vw 0 0 0;
  font-size: 3.467vw;
  letter-spacing: 0.09em;
  line-height: 1.769;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .program__txt {
    margin: 2.5vw 0 3.333vw 0;
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .program__txt {
    margin: 30px 0 40px 0;
    font-size: 18px;
  }
}

.program__speakers-wrap {
  width: 100vw;
  margin: 12vw calc(50% - 50vw) 0;
  padding: 6.4vw 0 11.333vw 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 751px) {
  .program__speakers-wrap {
    padding: 50px 0 50px 0;
  }
}

@media screen and (min-width: 1200px) {
  .program__speakers-wrap {
    margin-top: 85px;
  }
}

.program__speakers-wrap._yellow-bg {
  background: url("/event/dvd/2022/img/sp/sec03-bgYellow-sp.png");
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .program__speakers-wrap._yellow-bg {
    background: url("/event/dvd/2022/img/sec03-bgYellow.png");
    background-size: contain;
  }
}

.program__speakers-wrap._blue-bg {
  background: url("/event/dvd/2022/img/sp/sec03-bgBlue-sp.png");
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .program__speakers-wrap._blue-bg {
    background: url("/event/dvd/2022/img/sec03-bgBlue.png");
    background-size: contain;
  }
}

.program__speakers-wrap._green-bg {
  background: url("/event/dvd/2022/img/sp/sec03-bgGreen-sp.png");
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .program__speakers-wrap._green-bg {
    background: url("/event/dvd/2022/img/sec03-bgGreen.png");
    background-size: contain;
  }
}

.program__speakers-wrap._colorful-bg {
  background: url("/event/dvd/2022/img/sp/bgColorful-two-sp.png");
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .program__speakers-wrap._colorful-bg {
    background: url("/event/dvd/2022/img/sec03-bgColorful02.png");
    background-size: cover;
  }
}

.program__speakers-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86.7%;
  margin: 0 auto;
  max-width: 1024px;
}

@media screen and (min-width: 751px) {
  .program__speakers-container.two {
    width: 56.7%;
    max-width: 683px;
  }
}

@media screen and (min-width: 751px) {
  .program__speakers-container.two .speaker {
    width: 47%;
  }
}

.program__speakers-container.two .speaker.mt0 {
  margin: 0;
  pointer-events: none;
}

.program__contents:not(:first-of-type) {
  padding-top: 10.667vw;
}

@media screen and (min-width: 751px) {
  .program__contents:not(:first-of-type) {
    padding-top: 3.333vw;
  }
}

.program__contents .js-parallax {
  z-index: 1;
}

.program__contents01 {
  position: relative;
}

@media screen and (min-width: 751px) {
  .program__contents01-parallax01 {
    position: absolute;
    top: -10vw;
    left: -2.5vw;
    width: 10vw;
  }
}

@media screen and (min-width: 751px) {
  .program__contents01-parallax02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.25vw;
  }
}

.program__contents02 {
  position: relative;
}

@media screen and (min-width: 751px) {
  .program__contents02-parallax01 {
    position: absolute;
    top: 3.583vw;
    left: 2.5vw;
    width: 6.667vw;
  }
}

@media screen and (min-width: 751px) {
  .program__contents02-parallax02 {
    position: absolute;
    width: 9.417vw;
    top: 11.417vw;
    right: 0;
  }
}

.program__contents02-block01 {
  position: absolute;
  top: 8vw;
  right: 4.4vw;
  width: 10.533vw;
}

.program__contents03 {
  position: relative;
}

@media screen and (min-width: 751px) {
  .program__contents03-parallax01 {
    position: absolute;
    top: -2.5vw;
    left: -10.667vw;
    width: 16.667vw;
  }
}

@media screen and (min-width: 751px) {
  .program__contents03-parallax02 {
    position: absolute;
    width: 9.417vw;
    top: 10.833vw;
    right: 0;
  }
}

.program__contents03-block01 {
  position: absolute;
  top: -20vw;
  left: -29.333vw;
  width: 42.933vw;
}

.program__contents03-block02 {
  position: absolute;
  top: 5.333vw;
  right: 0;
  width: 15.6vw;
}

.program__btn-area {
  width: 86.7%;
  margin: 0 auto 6.4vw;
}

@media screen and (min-width: 751px) {
  .program__btn-area {
    width: 620px;
    margin-bottom: 40px;
  }
}

.speaker {
  position: relative;
  width: 47.7%;
  padding: 3.333vw 0;
  text-align: center;
  font-weight: 500;
  color: #323232;
  background-color: #fff;
  cursor: pointer;
}

.speaker .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.speaker:hover .back {
  display: block;
}

.speaker::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.733vw 5.6vw 0;
  border-color: transparent #FFEF3F transparent transparent;
}

@media screen and (min-width: 751px) {
  .speaker::before {
    border-width: 0 6.083vw 3.5vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .speaker::before {
    border-width: 0 73px 42px 0;
  }
}

.speaker::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.6vw 0 0 9.733vw;
  border-color: transparent transparent transparent #23B2B8;
}

@media screen and (min-width: 751px) {
  .speaker::after {
    border-width: 3.5vw 0 0 6.083vw;
  }
}

@media screen and (min-width: 1200px) {
  .speaker::after {
    border-width: 42px 0 0 73px;
  }
}

.speaker._reverse::before {
  top: 0;
  left: 0;
  border-width: 5.6vw 9.733vw 0 0;
  border-color: #FFEF3F transparent transparent transparent;
}

@media screen and (min-width: 751px) {
  .speaker._reverse::before {
    border-width: 3.5vw 6.083vw 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .speaker._reverse::before {
    border-width: 42px 73px 0 0;
  }
}

.speaker._reverse::after {
  right: 0;
  left: unset;
  border-width: 0 0 5.6vw 9.733vw;
  border-color: transparent transparent #23B2B8 transparent;
}

@media screen and (min-width: 751px) {
  .speaker._reverse::after {
    border-width: 0 0 3.5vw 6.083vw;
  }
}

@media screen and (min-width: 1200px) {
  .speaker._reverse::after {
    border-width: 0 0 42px 73px;
  }
}

.speaker._reverse.greenBlue::before {
  border-color: #A5CC5E transparent transparent transparent;
}

.speaker._reverse.greenBlue::after {
  border-color: transparent transparent #0080C8 transparent;
}

.speaker._reverse.redYellow::before {
  border-color: #E33556 transparent transparent transparent;
}

.speaker._reverse.redYellow::after {
  border-color: transparent transparent #FFEF3F transparent;
}

.speaker._reverse.blueYellow::before {
  border-color: #0080C8 transparent transparent transparent;
}

.speaker._reverse.blueYellow::after {
  border-color: transparent transparent #FFEF3F transparent;
}

.speaker._reverse.blueGreen::before {
  border-color: #0080C8 transparent transparent transparent;
}

.speaker._reverse.blueGreen::after {
  border-color: transparent transparent #A5CC5E transparent;
}

.speaker.blueGreen::before {
  border-color: transparent #0080C8 transparent transparent;
}

.speaker.blueGreen::after {
  border-color: transparent transparent transparent #A5CC5E;
}

.speaker.blueRed::before {
  border-color: transparent #0080C8 transparent transparent;
}

.speaker.blueRed::after {
  border-color: transparent transparent transparent #E33556;
}

.speaker.redYellow::before {
  border-color: transparent #E33556 transparent transparent;
}

.speaker.redYellow::after {
  border-color: transparent transparent transparent #FFEF3F;
}

.speaker.yellowRed::before {
  border-color: transparent #FFEF3F transparent transparent;
}

.speaker.yellowRed::after {
  border-color: transparent transparent transparent #E33556;
}

.speaker.greenYellow::before {
  border-color: transparent #23B2B8 transparent transparent;
}

.speaker.greenYellow::after {
  border-color: transparent transparent transparent #FFEF3F;
}

@media screen and (min-width: 751px) {
  .speaker {
    width: 30.8%;
    padding: 1.833vw 0;
  }
}

.speaker__role {
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .speaker__role {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .speaker__role {
    font-size: 18px;
  }
}

.speaker__img {
  width: 77.4%;
  margin: 2vw auto 2vw;
}

@media screen and (min-width: 751px) {
  .speaker__img {
    width: 78.125%;
    margin: 1.667vw auto 1.667vw;
  }
}

@media screen and (min-width: 1200px) {
  .speaker__img {
    margin: 20px auto 20px;
  }
}

.speaker__name {
  font-size: 3.467vw;
}

@media screen and (min-width: 751px) {
  .speaker__name {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .speaker__name {
    font-size: 18px;
  }
}

.speaker__position {
  margin-top: 2vw;
  font-size: 2.667vw;
  line-height: 1.35;
}

@media screen and (min-width: 751px) {
  .speaker__position {
    margin-top: 0.667vw;
    font-size: 0.917vw;
  }
}

@media screen and (min-width: 1200px) {
  .speaker__position {
    margin-top: 8px;
    font-size: 11px;
  }
}

.speaker:last-of-type {
  margin: 4vw auto 0;
}

@media screen and (min-width: 751px) {
  .speaker:last-of-type {
    margin: 0;
  }
}

.pitch-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 9.333vw 0;
  background: url("/event/dvd/2022/img/sec03-bgColorful.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 751px) {
  .pitch-wrap {
    padding: 1.75vw 0 9.583vw 0;
  }
}

.pitch-wrap .pitch-block01 {
  position: absolute;
  top: -4vw;
  left: -35.467vw;
  width: 45.333vw;
}

.pitch-wrap .pitch-top {
  padding: 8vw 5.333vw;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-top {
    padding: 3.333vw 5.333vw 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .pitch-wrap .pitch-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.pitch-wrap .pitch-top__mini-ttl {
  font-size: 3.467vw;
  letter-spacing: 0.07em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-top__mini-ttl {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 1200px) {
  .pitch-wrap .pitch-top__mini-ttl {
    font-size: 18px;
  }
}

.pitch-wrap .pitch-top__sub-ttl {
  margin-top: 4vw;
  font-size: 5.867vw;
  letter-spacing: 0.085em;
  line-height: 1.455;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-top__sub-ttl {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .pitch-wrap .pitch-top__sub-ttl {
    font-size: 42px;
    margin-top: 30px;
  }
}

.pitch-wrap .pitch-top__txt {
  margin: 6.667vw 0 10vw 0;
  font-size: 3.467vw;
  letter-spacing: 0.09em;
  line-height: 1.769;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-top__txt {
    margin: 2.5vw 0 3.333vw 0;
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .pitch-wrap .pitch-top__txt {
    margin: 30px 0 0 0;
    font-size: 18px;
  }
}

.pitch-wrap .pitch-bottom {
  position: relative;
  padding-top: 9.333vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__parallax {
    position: absolute;
    width: 28.333vw;
    top: -29.167vw;
    left: -20vw;
  }
}

.pitch-wrap .pitch-bottom__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86.7%;
  margin: -8vw auto 0;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__container {
    margin: -3.917vw auto 0;
  }
}

.pitch-wrap .pitch-bottom__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 31.4%;
  height: 36vw;
  margin-top: 8vw;
  padding: 2.667vw 0.667vw;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__item {
    width: 20.2%;
    height: 17.5vw;
    margin-top: 3.917vw;
    padding: 0 0 1.667vw 0;
  }
}

.pitch-wrap .pitch-bottom__item .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.pitch-wrap .pitch-bottom__item:hover .back {
  display: block;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__item:nth-of-type(10) {
    margin-left: 5.6vw;
  }
}

.pitch-wrap .pitch-bottom__item:last-of-type {
  margin-right: auto;
  margin-left: 2.5vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__item:last-of-type {
    margin-left: 5.5vw;
  }
}

@media screen and (max-width: 750px) {
  .pitch-wrap .pitch-bottom__item:nth-of-type(8) figure {
    margin-bottom: -1vw;
    position: relative;
    top: 3.4vw;
  }
}

@media screen and (max-width: 750px) {
  .pitch-wrap .pitch-bottom__item:nth-of-type(8) .pitch-bottom__name {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .pitch-wrap .pitch-bottom__item:nth-of-type(8) .pitch-bottom__txt {
    margin-top: 1.267vw;
    font-size: 2.667vw;
    text-align: center;
    line-height: 1.3;
  }
}

.pitch-wrap .pitch-bottom__name {
  margin-top: 0;
  font-size: 2.667vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__name {
    margin-top: 0;
    font-size: 0.917vw;
  }
}

.pitch-wrap .pitch-bottom__txt {
  margin-top: 2.667vw;
  font-size: 2.667vw;
  text-align: center;
  line-height: 1.3;
}

.pitch-wrap .pitch-bottom__txt span {
  white-space: nowrap;
  font-size: 2.4vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__txt span {
    white-space: normal;
    font-size: 0.917vw;
  }
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__txt {
    margin-top: 0.5vw;
    font-size: 0.917vw;
    line-height: 1.6;
  }
}

.pitch-wrap .pitch-bottom__txt-wrap {
  margin-bottom: auto;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__txt-wrap {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.pitch-wrap .pitch-bottom__txt-wrap._single {
  margin-bottom: 9vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__txt-wrap._single {
    position: relative;
    top: -3.1vw;
    margin-bottom: 0;
  }
}

.pitch-wrap .pitch-bottom__txt-wrap.11 {
  margin-bottom: auto !important;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__txt-wrap.11 {
    margin-bottom: auto;
  }
}

.pitch-wrap .pitch-bottom__img {
  margin: auto;
}

.pitch-wrap .pitch-bottom__img._01 {
  width: 55.9%;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._01 {
    width: 54.3%;
  }
}

.pitch-wrap .pitch-bottom__img._02 {
  width: 73%;
  margin-top: 3.6vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._02 {
    width: 71.4%;
    margin-top: 4.6vw;
  }
}

.pitch-wrap .pitch-bottom__img._03 {
  width: 50%;
  margin-top: 1vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._03 {
    width: 45.2%;
    margin-top: 2.6vw;
  }
}

.pitch-wrap .pitch-bottom__img._04 {
  width: 69%;
  margin-top: 2.2vw;
  margin-bottom: 4.7vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._04 {
    margin-bottom: 0;
    width: 66.7%;
  }
}

.pitch-wrap .pitch-bottom__img._05 {
  width: 41.2%;
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._05 {
    width: 40%;
    margin-top: auto;
  }
}

.pitch-wrap .pitch-bottom__img._06 {
  width: 73%;
  margin-top: 3.3vw;
  margin-bottom: 7.5vw;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._06 {
    width: 71.4%;
    margin-top: 3.6vw;
    margin-bottom: 0;
  }
}

.pitch-wrap .pitch-bottom__img._07 {
  width: 34.3%;
}

.pitch-wrap .pitch-bottom__img._08 {
  width: 73%;
}

.pitch-wrap .pitch-bottom__img._09 {
  width: 73%;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._09 {
    width: 71%;
    margin-bottom: 0;
  }
}

.pitch-wrap .pitch-bottom__img._10 {
  width: 63.7%;
}

@media screen and (min-width: 751px) {
  .pitch-wrap .pitch-bottom__img._10 {
    width: 62%;
  }
}

.pitch-wrap .pitch-bottom__img._11 {
  width: 73%;
}

@media screen and (max-width: 750px) {
  .pitch-wrap .pitch-bottom__img._11 {
    width: 71%;
  }
}

.booth {
  position: relative;
  padding-bottom: 20.667vw;
}

@media screen and (min-width: 751px) {
  .booth {
    padding-bottom: 11.25vw;
  }
}

.booth .js-parallax {
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .booth__parallax01 {
    position: absolute;
    top: 39.167vw;
    right: 0;
    width: 8.75vw;
  }
}

@media screen and (min-width: 751px) {
  .booth__parallax02 {
    position: absolute;
    bottom: 9.583vw;
    left: -2.333vw;
    width: 13.333vw;
  }
}

.booth__block01 {
  position: absolute;
  width: 9.6vw;
  top: 8.667vw;
  left: 4.667vw;
}

.booth__ttl {
  position: relative;
  width: 68vw;
}

@media screen and (min-width: 751px) {
  .booth__ttl {
    width: 39.75vw;
  }
}

@media screen and (min-width: 751px) {
  .booth__ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.667vw;
    left: -9.167vw;
    width: 6.583vw;
    height: 7.5vw;
    background: url("/event/dvd/2022/img/sec03-ttl.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.booth__txt {
  margin-top: 4vw;
  margin-bottom: 8.667vw;
  font-size: 3.467vw;
  font-weight: 500;
  line-height: 1.654;
  letter-spacing: 0.11em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .booth__txt {
    margin-top: 2.083vw;
    margin-bottom: 6.667vw;
    font-size: 1.5vw;
  }
}

.booth__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 86.667vw;
  margin: -10vw auto 0;
}

@media screen and (min-width: 751px) {
  .booth__body {
    width: 65.417vw;
    margin: -3.125vw auto 0;
  }
}

.booth__logo-item {
  position: relative;
  width: 28.5%;
  margin-top: 10vw;
  cursor: pointer;
}

.booth__logo-item .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.booth__logo-item:hover .back {
  display: block;
}

@media screen and (min-width: 751px) {
  .booth__logo-item {
    width: 22%;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._02 {
  position: relative;
  left: 4vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._02 {
    left: 0;
  }
}

.booth__logo-item._03 {
  position: relative;
  left: -4.3vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._03 {
    left: -0.4vw;
  }
}

.booth__logo-item._04 {
  position: relative;
  right: 2.9vw;
  width: 21.5%;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._04 {
    right: 0.3vw;
    width: 18.5%;
  }
}

.booth__logo-item._05 {
  position: relative;
  left: 0;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._05 {
    left: -0.4vw;
  }
}

.booth__logo-item._06 {
  position: relative;
  right: -1.6vw;
  width: 21.9%;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._06 {
    width: 17.6%;
    position: relative;
    left: -0.5vw;
  }
}

.booth__logo-item._07 {
  margin-top: 8vw;
  position: relative;
  left: 0.2vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._07 {
    width: 18.7%;
    position: relative;
    left: -0.8vw;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._08 {
  position: relative;
  right: 0.2vw;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._08 {
    position: relative;
    right: 0;
    left: -0.7vw;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._09 {
  width: 18%;
  position: relative;
  right: 13.6vw;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._09 {
    left: -0.7vw;
    right: -2.9vw;
    width: 12.1%;
    margin-left: 5vw;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._10 {
  position: relative;
  right: 1vw;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._10 {
    right: 0.4vw;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._11 {
  position: relative;
  right: 1.2vw;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._11 {
    right: 0;
    margin-left: 0.9vw;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._12 {
  position: relative;
  right: -4vw;
  width: 16.2%;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._12 {
    right: 0;
    width: 12.1%;
    margin-right: 2.1vw;
    margin-left: 2.9vw;
    margin-top: 3.125vw;
  }
}

.booth__logo-item._13 {
  position: relative;
  left: -1vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._13 {
    left: -4.6vw;
    margin-left: 4vw;
  }
}

.booth__logo-item._14 {
  position: relative;
  width: 23.8%;
  left: -1vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._14 {
    width: 17.6%;
    left: -8.8vw;
    margin-left: 6.7vw;
  }
}

.booth__logo-item._15 {
  position: relative;
  right: 1.5vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._15 {
    right: 0;
    left: 0;
  }
}

.booth__logo-item._16 {
  position: relative;
  left: -1.6vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._16 {
    left: 1.1vw;
  }
}

.booth__logo-item._17 {
  width: 13.4%;
  margin-left: 12.1vw;
  position: relative;
  right: 7vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._17 {
    width: 9.2%;
    margin-left: 4.8vw;
    right: 4.3vw;
  }
}

.booth__logo-item._18 {
  position: relative;
  right: -0.9vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._18 {
    position: relative;
    right: 4.4vw;
    width: 21.3%;
    pointer-events: none;
  }
}

.booth__logo-item._19 {
  width: 28.6%;
  position: relative;
  left: 0.2vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._19 {
    left: -5.6vw;
    right: 1.6vw;
    width: 21%;
  }
}

.booth__logo-item._20 {
  width: 19.4%;
  position: relative;
  left: 1.3vw;
  margin-left: 1.5vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._20 {
    position: relative;
    right: 1.6vw;
    left: -1.9vw;
    margin-left: 0.7vw;
    width: 13.1%;
  }
}

.booth__logo-item._21 {
  position: relative;
  left: -1vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item._21 {
    left: 0;
  }
}

.booth__logo-item:last-of-type {
  margin-right: auto;
  margin-left: 14.4vw;
}

@media screen and (min-width: 751px) {
  .booth__logo-item:last-of-type {
    margin: 3.125vw 0 0 0;
  }
}

.inc {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 6.667vw 0 8.667vw;
  background-color: #ECECEC;
}

@media screen and (min-width: 751px) {
  .inc {
    padding: 4.167vw 0 10vw;
  }
}

.inc__container {
  width: 86.667vw;
  margin: 0 auto;
}

.inc__ttl {
  width: 72.667vw;
  margin: 0 auto 8vw;
}

@media screen and (min-width: 751px) {
  .inc__ttl {
    width: 38.5vw;
    margin: 0 auto 5.833vw;
  }
}

.inc__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -7.333vw;
}

@media screen and (min-width: 751px) {
  .inc__body {
    flex-wrap: nowrap;
  }
}

.inc__item {
  position: relative;
  width: 31.4%;
  margin-top: 7.333vw;
  cursor: pointer;
}

.inc__item .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.inc__item:hover .back {
  display: block;
}

@media screen and (min-width: 751px) {
  .inc__item {
    width: 18.4%;
  }
}

.inc__item span {
  display: block;
  margin-top: 1.733vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .inc__item span {
    font-size: 1.5vw;
  }
}

.inc__item:nth-of-type(4) {
  margin-left: auto;
  margin-right: 2.4vw;
}

@media screen and (min-width: 751px) {
  .inc__item:nth-of-type(4) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.inc__item:nth-of-type(5) {
  margin-right: auto;
}

@media screen and (min-width: 751px) {
  .inc__item:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.inc__item a {
  display: block;
  position: relative;
  z-index: 1;
}

.inc__item a img {
  background-color: #fff;
}

.inc__item a:hover img {
  opacity: .8;
}

.footer {
  margin-bottom: 12.6vw;
}

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 4.6vw;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 6vw;
  padding-bottom: 6.667vw;
}

@media screen and (min-width: 751px) {
  .footer__top {
    flex-direction: row;
    width: 86.7%;
    margin: 0 auto;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}

.footer .company-logo {
  position: relative;
  width: 48.533vw;
}

.footer .company-logo .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.footer .company-logo:hover {
  opacity: 0.7;
}

.footer .company-logo:hover .back {
  display: block;
}

@media screen and (min-width: 751px) {
  .footer .company-logo {
    width: 12.583vw;
  }
}

.footer .sns-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 34.667vw;
  margin-top: 5.333vw;
}

@media screen and (min-width: 751px) {
  .footer .sns-link {
    width: 12.083vw;
    margin-top: 0;
  }
}

.footer .sns-logo {
  position: relative;
  width: 28%;
  cursor: pointer;
}

.footer .sns-logo .back {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.footer .sns-logo:hover .back {
  display: block;
}

.footer .sns-logo:last-of-type {
  width: 23.5%;
}

.footer .sns-logo a {
  display: block;
  position: relative;
  z-index: 1;
}

.footer .sns-logo a:hover {
  opacity: .8;
}

.footer__policy {
  padding: 6.667vw 0;
  background-color: #000000;
}

@media screen and (min-width: 751px) {
  .footer__policy {
    padding: 1.333vw 0;
  }
}

.footer__policy .policy-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 751px) {
  .footer__policy .policy-container {
    flex-direction: row;
    width: 74.167vw;
    margin: 0 auto;
  }
}

.footer__policy .policy-item {
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
}

.footer__policy .policy-item:hover {
  opacity: 0.7;
}

@media screen and (min-width: 751px) {
  .footer__policy .policy-item {
    font-size: 0.917vw;
  }
}

.footer__policy .policy-item:not(:first-of-type) {
  margin-top: 4.667vw;
}

@media screen and (min-width: 751px) {
  .footer__policy .policy-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.footer__policy .policy-item:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 6vw;
}

@media screen and (min-width: 751px) {
  .footer__policy .policy-item:first-of-type {
    padding-right: 1.667vw;
  }
}

.footer__policy .policy-item:first-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("/event/dvd/2022/img/footerItem01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.267vw;
  height: 4.267vw;
}

@media screen and (min-width: 751px) {
  .footer__policy .policy-item:first-of-type::after {
    width: 1.083vw;
    height: 1.083vw;
  }
}

.footer__copy {
  padding: 3.2vw 0;
}

@media screen and (min-width: 751px) {
  .footer__copy {
    padding: 1.833vw 0;
  }
}

.footer__copy .copy-txt {
  font-size: 2.667vw;
  font-weight: 500;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer__copy .copy-txt {
    font-size: 0.917vw;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 100;
  transform: translateY(-200%);
  transition: all 0.3s ease;
}

.overlay.is-active {
  transform: translateY(0);
}

.nav {
  width: 86vw;
  max-width: 501px;
  margin: 42.667vw auto 0;
}

@media screen and (min-width: 751px) {
  .nav {
    width: 35.833vw;
    margin: 5.333vw auto 0;
  }
}

@media screen and (min-width: 1400px) {
  .nav {
    margin: 100px auto 0;
  }
}

.nav__item:nth-of-type(1) {
  width: 46vw;
  max-width: 250px;
}

@media screen and (min-width: 751px) {
  .nav__item:nth-of-type(1) {
    width: 17.917vw;
  }
}

.nav__item:nth-of-type(2) {
  width: 75.733vw;
  max-width: 415px;
}

@media screen and (min-width: 751px) {
  .nav__item:nth-of-type(2) {
    width: 29.667vw;
  }
}

.nav__item:nth-of-type(3) {
  width: 68.8vw;
  max-width: 381px;
}

@media screen and (min-width: 751px) {
  .nav__item:nth-of-type(3) {
    width: 27.25vw;
  }
}

.nav__item:nth-of-type(4) {
  width: 58.133vw;
  max-width: 317px;
}

@media screen and (min-width: 751px) {
  .nav__item:nth-of-type(4) {
    width: 22.667vw;
  }
}

.nav__item:nth-of-type(5) {
  max-width: 500px;
}

@media screen and (min-width: 751px) {
  .nav__item:nth-of-type(5) {
    width: 35.833vw;
  }
}

.nav__item:not(:first-of-type) {
  margin-top: 10vw;
}

@media screen and (min-width: 751px) {
  .nav__item:not(:first-of-type) {
    margin-top: 4.167vw;
  }
}

.nav a {
  transition: all 0.3s ease;
}

.nav a:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
}

.nav-icon {
  position: fixed;
  top: 4vw;
  left: 6vw;
  max-width: 160;
  width: 21.333vw;
  z-index: 101;
}

@media screen and (min-width: 751px) {
  .nav-icon {
    top: 4vw;
    left: 4vw;
    width: 7.583vw;
  }
}

.nav-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
}

.nav-bottom__item {
  width: 100%;
  text-align: center;
  padding: 5.333vw 0;
}

@media screen and (min-width: 751px) {
  .nav-bottom__item {
    padding: 40px 0;
  }
}

.nav-bottom__item:nth-of-type(1) {
  border-right: 1px solid #fff;
}

.nav-bottom__txt {
  color: #fff;
  text-align: center;
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .nav-bottom__txt {
    font-size: 28px;
  }
}

.nav-bottom__txt01 {
  position: relative;
  display: inline-block;
  padding-right: 2.333vw;
}

@media screen and (min-width: 751px) {
  .nav-bottom__txt01 {
    padding-right: 0.75vw;
  }
}

.nav-bottom__txt01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -3vw;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #0080C1;
}

@media screen and (min-width: 751px) {
  .nav-bottom__txt01::before {
    right: -2vw;
    border-top: 0.75vw solid transparent;
    border-bottom: 0.75vw solid transparent;
    border-left: 1.083vw solid #0080C1;
  }
}

.nav-bottom__txt01::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -6vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #DC3556;
}

@media screen and (min-width: 751px) {
  .nav-bottom__txt01::after {
    right: -4vw;
    border-top: 0.75vw solid transparent;
    border-bottom: 0.75vw solid transparent;
    border-left: 1.083vw solid #DC3556;
  }
}

.nav-bottom__txt02 {
  position: relative;
  display: inline-block;
  padding-right: 21.333vw;
}

@media screen and (min-width: 751px) {
  .nav-bottom__txt02 {
    margin-top: 1.25vw;
    padding-right: 13.75vw;
  }
}

.nav-bottom__txt02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 17.733vw;
  height: 2.8vw;
  transform: translateY(-40%);
  background: url("/event/dvd/2022/img/nav-entry02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .nav-bottom__txt02::after {
    width: 11.083vw;
    height: 1.75vw;
  }
}

.top-arrow-wrap {
  position: absolute;
  top: -8vw;
  right: 3.6vw;
}

@media screen and (min-width: 751px) {
  .top-arrow-wrap {
    right: 7.5vw;
  }
}

.top-arrow-wrap .top-arrow {
  position: relative;
}

.top-arrow-wrap .top-arrow:hover {
  opacity: 0.7;
}

.top-arrow-wrap .top-arrow::before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  border-top: 0.187vw solid #323232;
  border-left: 0.187vw solid #323232;
  transform: rotate(45deg);
}

.top-arrow-wrap .top-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.667vw;
  width: 4vw;
  height: 4vw;
  border-top: 0.187vw solid #323232;
  border-left: 0.187vw solid #323232;
  transform: rotate(45deg);
}

.speaker-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.speaker-modal.is-active {
  display: flex;
}

.speaker-modal__container {
  width: 86.7%;
  margin: 0 auto;
  z-index: 1001;
  position: relative;
}

@media screen and (min-width: 751px) {
  .speaker-modal__container {
    width: 60%;
    margin: 0 auto;
  }
}

.speaker-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.333vw 6.667vw;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .speaker-modal__head {
    padding: 40px 30px 40px 50px;
  }
}

.speaker-modal__head .ttl {
  font-size: 4.8vw;
}

@media screen and (min-width: 751px) {
  .speaker-modal__head .ttl {
    font-size: 1.5vw;
  }
}

.speaker-modal__body {
  padding: 7.333vw 0;
  background-color: #ECECEC;
}

@media screen and (min-width: 751px) {
  .speaker-modal__body {
    padding: 4.75vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .speaker-modal__body {
    padding: 40px 0;
  }
}

.speaker-modal__body-container {
  display: flex;
  flex-direction: column;
  width: 84.6%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .speaker-modal__body-container {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 82.1%;
  }
}

.speaker-modal__body-container figure {
  width: 61.8%;
  height: 25vh;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .speaker-modal__body-container figure {
    margin-right: 45px;
    overflow: visible;
    height: auto;
  }
}

@media screen and (min-width: 751px) {
  .speaker-modal__body-container figure img {
    width: 22.5vw;
  }
}

.speaker-modal .profile {
  color: #000;
}

@media screen and (min-width: 751px) {
  .speaker-modal .profile {
    font-weight: 500;
  }
}

.speaker-modal .profile .name {
  margin-top: 4vw;
  text-align: center;
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .speaker-modal .profile .name {
    margin-top: 0;
    font-size: 1.5vw;
    text-align: left;
  }
}

.speaker-modal .profile .position {
  margin-top: 4vw;
  text-align: center;
  font-size: 2.933vw;
}

@media screen and (min-width: 751px) {
  .speaker-modal .profile .position {
    margin-top: 10px;
    font-size: 0.917vw;
    text-align: left;
  }
}

.speaker-modal .profile .intro-tag {
  margin-top: 4.667vw;
}

@media screen and (min-width: 751px) {
  .speaker-modal .profile .intro-tag {
    margin-top: 35px;
    font-size: 0.917vw;
  }
}

.speaker-modal .profile .detail {
  margin-top: 0.667vw;
  text-align: justify;
  font-size: 3.2vw;
  line-height: 1.92;
}

@media screen and (min-width: 751px) {
  .speaker-modal .profile .detail {
    margin-top: 20px;
    font-size: 1vw;
  }
}

.speaker-modal .profile .url {
  display: block;
  margin-top: 5.333vw;
  font-size: 2.933vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .speaker-modal .profile .url {
    font-size: 1vw;
  }
}

.close-btn {
  display: block;
  width: 8vw;
  height: 8vw;
}

@media screen and (min-width: 751px) {
  .close-btn {
    width: 3.083vw;
    height: 3.083vw;
  }
}

.close-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.close-btn span:nth-of-type(1) {
  transform: rotate(45deg);
}

.close-btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.close-btn--company {
  position: absolute;
  top: 3.333vw;
  right: 4vw;
}

.close-btn--movie {
  position: absolute;
  top: -9.667vw;
  right: 2vw;
}

@media screen and (min-width: 751px) {
  .close-btn--movie {
    top: -10%;
    right: 0;
    width: 44px;
    height: 44px;
  }
}

.close-btn--movie span {
  background-color: #fff;
}

#c-modal01 .close-btn--company {
  top: 3.933vw;
}

@media screen and (min-width: 1400px) {
  #c-modal01 .close-btn--company {
    top: 2.733vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal02 .close-btn--company {
    top: 2.533vw;
  }
}

#c-modal03 .close-btn--company {
  top: 3.833vw;
}

@media screen and (min-width: 1400px) {
  #c-modal03 .close-btn--company {
    top: 2.733vw;
  }
}

#c-modal04 .close-btn--company {
  top: 4.133vw;
}

@media screen and (min-width: 1400px) {
  #c-modal04 .close-btn--company {
    top: 2.933vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal05 .close-btn--company {
    top: 2.633vw;
  }
}

#c-modal06 .close-btn--company {
  top: 4.933vw;
}

@media screen and (min-width: 1400px) {
  #c-modal06 .close-btn--company {
    top: 3.833vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal07 .close-btn--company {
    top: 3.633vw;
  }
}

#c-modal08 .close-btn--company {
  top: 3.933vw;
}

@media screen and (min-width: 1400px) {
  #c-modal08 .close-btn--company {
    top: 2.733vw;
  }
}

@media screen and (min-width: 751px) {
  #c-modal09 .close-btn--company {
    top: 1.4333vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal10 .close-btn--company {
    top: 2.633vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal11 .close-btn--company {
    top: 2.633vw;
  }
}

#c-modal12 .close-btn--company {
  top: 6.433vw;
}

@media screen and (min-width: 1400px) {
  #c-modal12 .close-btn--company {
    top: 5.033vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal13 .close-btn--company {
    top: 2.633vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal14 .close-btn--company {
    top: 2.633vw;
  }
}

#c-modal15 .close-btn--company {
  top: 3.933vw;
}

@media screen and (min-width: 1400px) {
  #c-modal15 .close-btn--company {
    top: 2.733vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal16 .close-btn--company {
    top: 2.633vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal17 .close-btn--company {
    top: 1.95vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal18 .close-btn--company {
    top: 1.95vw;
  }
}

@media screen and (min-width: 1400px) {
  #c-modal21 .close-btn--company {
    top: 1.933vw;
  }
}

.company-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  font-weight: 500;
  color: #000;
}

.company-modal.is-active {
  display: flex;
}

.company-modal__container {
  position: relative;
  width: 86.7%;
  margin: 0 auto;
  z-index: 1001;
}

@media screen and (min-width: 751px) {
  .company-modal__container {
    width: 60%;
    margin: 0 auto;
  }
}

.company-modal__head {
  position: relative;
  padding: 4.667vw 0 4vw 0;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .company-modal__head {
    display: flex;
    align-items: center;
    padding: 3.333vw 0 3.333vw 11.667vw;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__head {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 751px) {
  .company-modal__head.wiliot-container {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

.company-modal__head figure {
  width: 48%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .company-modal__head figure {
    margin: 0;
  }
}

.company-modal__head .boost {
  margin-bottom: 1.333vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .boost {
    width: 24%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .fastlabel {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .fastlabel {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .jinjer {
  width: 40%;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .jinjer {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .jump {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .jump {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .baseconnect {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .baseconnect {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .timers {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .timers {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .mov {
  width: 37%;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .mov {
    width: 28%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .tensor {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .tensor {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .any-style {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .any-style {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .wiliot {
  width: 24%;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .wiliot {
    width: 15%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .avatour {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .avatour {
    width: 27%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .stockmark {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .stockmark {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .fastdoctor {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .fastdoctor {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .ababa {
  width: 24%;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .ababa {
    width: 19%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .mentally {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .mentally {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .escare {
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .escare {
    width: 30%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .skydio {
  width: 20%;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .skydio {
    width: 11%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .homma {
  width: 20%;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .homma {
    width: 16%;
    margin-right: 2.917vw;
    margin-bottom: 0;
  }
}

.company-modal__head .name {
  text-align: center;
  font-size: 3.733vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .name {
    font-size: 1.5vw;
    text-align: left;
  }
}

.company-modal__head .attr {
  margin-top: 10px;
  text-align: center;
  font-size: 3.733vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .attr {
    font-size: 1.5vw;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__head .attr {
    font-size: 18px;
  }
}

.company-modal__head .avatour-attr {
  font-size: 3.5vw;
}

@media screen and (min-width: 751px) {
  .company-modal__head .avatour-attr {
    font-size: 1vw;
  }
}

@media screen and (min-width: 751px) {
  .company-modal__head .rapid {
    width: 28%;
    margin-right: 1.667vw;
  }
}

.company-modal__body {
  background-color: #ECECEC;
}

.company-modal__body-container {
  width: 84.9%;
  margin: 0 auto;
  padding: 8vw 0 12vw 0;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container {
    width: 62%;
    padding: 3.917vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__body-container {
    padding: 35px 0;
  }
}

.company-modal__body-container .type {
  text-align: center;
  font-size: 4.267vw;
  line-height: 1.625;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container .type {
    font-size: 1.5vw;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__body-container .type {
    font-size: 18px;
  }
}

.company-modal__body-container .txt {
  text-align: justify;
  margin-top: 5.333vw;
  font-size: 3.2vw;
  line-height: 1.92;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container .txt {
    font-size: 1vw;
    margin-top: 0.833vw;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__body-container .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

.company-modal__body-container .youtube-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 4.5vw;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container .youtube-wrap {
    margin: 1.667vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__body-container .youtube-wrap {
    margin: 20px 0;
  }
}

.company-modal__body-container .youtube-wrap .youtube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.company-modal__body-container .viemo-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 4.5vw;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container .viemo-wrap {
    margin: 1.667vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__body-container .viemo-wrap {
    margin: 20px 0;
  }
}

.company-modal__body-container .viemo-wrap .viemo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.company-modal__body-container .url {
  margin-top: 4vw;
  font-size: 2.933vw;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container .url {
    font-size: 1vw;
    margin-top: 3.333vw;
  }
}

@media screen and (min-width: 1200px) {
  .company-modal__body-container .url {
    font-size: 12px;
    margin-top: 40px;
  }
}

.company-modal__body-container .ress-movie {
  display: block;
}

@media screen and (min-width: 751px) {
  .company-modal__body-container .ress-movie {
    margin-top: 1vw;
  }
}

.btn {
  display: block;
  width: 100%;
  padding: 4vw 24vw;
  background-color: #000;
  color: #fff;
  font-size: 4.267vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .btn {
    font-size: 24px;
    padding: 25px 205px;
  }
  .btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.btn p {
  position: relative;
  display: flex;
  align-items: center;
}

.btn p::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.333vw;
  right: 1.333vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #0080C1;
}

@media screen and (min-width: 751px) {
  .btn p::before {
    top: 6px;
    right: 20px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #0080C1;
  }
}

.btn p::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.333vw;
  right: 4vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.333vw solid transparent;
  border-bottom: 1.333vw solid transparent;
  border-left: 1.867vw solid #DC3556;
}

@media screen and (min-width: 751px) {
  .btn p::after {
    top: 6px;
    right: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #DC3556;
  }
}

.btn.archive-end {
  padding-right: 5.8vw;
  padding-left: 5.8vw;
  font-size: 3.733vw;
  pointer-events: none;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .btn.archive-end {
    font-size: 24px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.btn.archive-end p {
  color: gray;
}

.btn.archive-end p::before, .btn.archive-end p::after {
  display: none;
}

.movie-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  font-weight: 500;
  color: #000;
}

.movie-modal.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-modal__container {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .movie-modal__container {
    max-width: 800px;
  }
}

.movie-modal__container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.red {
  color: #DC3556;
}

.blueGreentxt {
  color: #23ACB2;
}

.yellow {
  color: #E8D700;
}

.green {
  color: #9EC55E;
}

.blue {
  color: #0080C1;
}
