/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, p, a {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

html, body {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  width: 100%;
  padding: 0.7vw 0.7vw;
  font-family: "Atlas Grotesk Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: black;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}
#wrap h1, #wrap h2, #wrap h3 {
  font-weight: normal;
  margin: 0;
}
#wrap h1 {
  font-size: 1.35vw;
}
#wrap h2, #wrap p, #wrap a, #wrap s, #wrap q, #wrap time {
  font-size: 1.35vw;
  line-height: 1.75vw;
}
#wrap h3 {
  font-size: 1.35vw;
  line-height: 1.75vw;
}
#wrap a {
  color: black;
}
#wrap a:hover {
  color: #0547ff;
}
#wrap .inactive {
  opacity: 0.2;
}
#wrap .inactive:hover {
  opacity: 1;
}
#wrap.invert h2, #wrap.invert s, #wrap.invert time {
  color: white;
}
#wrap.invert a {
  color: white;
}
#wrap.invert a:hover {
  color: #0547ff;
}
#wrap.invert .A-3 a {
  color: #0547ff;
}
#wrap.invert .A-3 a:hover {
  color: white;
}
#wrap.invert .inactive {
  opacity: 1;
}

.fullscreen {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.fullscreen.landscape {
  background-repeat: no-repeat;
  background-size: cover;
}
.fullscreen a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fullscreen a h2 {
  color: white;
  padding: 0.7vw 0.7vw;
  mix-blend-mode: difference;
}
.fullscreen video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.fullscreen button {
  position: absolute;
  bottom: 0.875vw;
  right: 0.7vw;
  background-color: transparent;
  color: #0547ff;
  border: none;
  font-size: 1.35vw;
  height: 1.75vw;
}
.fullscreen button[data-state=mute] {
  text-decoration: line-through;
}

#main {
  display: flex;
  height: calc(100vh - 200/1366*15vw);
}
#main div:nth-child(odd) {
  text-align: center;
}
#main div {
  width: 50%;
  height: 100%;
}
#main div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main div img {
  height: 47.5vw;
}
#main div img.landscape {
  height: 27.5vw;
}

#overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#overlay.show {
  display: block;
}

.box {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 999;
  color: black;
  padding: 0.9vw;
  padding-top: 5.4vw;
  display: none;
}
.box.show {
  display: block;
}
.box p {
  margin-bottom: 2.3vw;
}
.box #sub-title, #A-1 #sub-title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw;
  display: flex;
  justify-content: space-between;
  background-color: black;
}
.box #sub-title * {
  display: inline-block;
}
.box #sub-title a:hover {
  color: white;
}

.box.blue {
  background-color: #0547ff;
}

#wrap .box.blue a {
  color: black;
}

#wrap .box.blue a:hover {
  color: white;
}

.box.blue #sub-title {
  background-color: #0547ff;
}

#info {
  background-color: black;
  right: 0;
  color: #0547ff;
}
#info a {
  color: #0547ff;
}
#info a:hover {
  color: white;
}
#info figure {
  margin: 0;
  margin-top: 1.75vw;
}
#info figure img {
  max-width: 100%;
}

img {
  cursor: pointer;
}

s {
  text-decoration: none;
  margin: 0 0.4vw;
}

section#A-1 {
  margin-top: 1.75vw;
  width: 100%;
}
section#A-1 nav {
  display: flex;
}
section#A-1 nav * {
  display: inline;
}
section#A-1 ul li, section.A-3 ul li {
  display: flex;
}
section#A-1 ul li time {
  width: 12.1522693997vw;
}
section#A-1 ul li div {
  display: flex;
  flex-direction: row;
  width: 100%;
}
section#A-1 ul li div h2 {
  width: 50%;
  line-height: 1.75vw;
}
section#A-1 ul li div h2 span {
  width: 12.1522693997vw;
  display: inline-block;
}
section#A-1 ul li.ac {
  opacity: 1;
}
section#A-1 ul li.dc {
  opacity: 0.2;
}
section#A-1 ul li.nextdate.show {
  display: none;
}
section#A-1 ul li.ac.show, section#A-1 ul li.dc.show {
  display: flex;
}

section#A-2 {
  display: flex;
  justify-content: space-between;
}
section#A-2 h2 {
  white-space: nowrap;
}
section#A-2 div {
  text-align: right;
}
section#A-2 div > * {
  display: inline-block;
  padding-left: 1rem;
}

section.A-3 {
  padding-top: 2.7vw;
  padding-bottom: 5.4vw;
  pointer-events: auto;
}
#wrap section.A-3 ul > li > a {
  color: #0547ff;
  display: inline-block;
  line-height: 1.75vw;
}
section.A-3 img {
  display: none;
}

#slider {
  position: fixed;
  left: 0;
  top: /*-0.6588579795vw */ -2.7vw; 
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}
#slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85%;
  transform: translate(-50%, -50%);
  display: none;
}
#slider img.portrait {
  height: 95%;
}
#slider img:first-child {
  display: block;
}

main {
  display: flex;
  margin-top: 1.4vw;
  padding-bottom: 5.4vw;
}
main.hidden {
  display: none;
}
main #title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw;
  background-color: white;
  display: flex;
  justify-content: space-between;
  z-index: 99;
}
main #title * {
  display: inline-block;
}
main section {
  width: 50%;
  margin-top: 2.7vw;
}
main section:first-of-type {
  margin-right: 0.5vw;
}
main section:nth-of-type(2) {
  margin-left: 0.5vw;
}
main section p {
  margin-top: 2.3vw;
}
main section img.images {
  width: 100%;
  margin-bottom: 0.6588579795vw;
}
main section img.feature {
  width: 100%;
  margin-bottom: 2.196193265vw;
}
main section a:hover blockquote {
  animation-duration: 0.25s;
}
main section blockquote {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
  margin: 0;
  margin-bottom: 0.6588579795vw;
  padding: 0.7vw;
  text-align: center;
  color: #0547ff;
  border: 0.15vw #0547ff dashed;
  animation: strobo 2s infinite step-end;
}
main section blockquote q {
  display: inline-block;
}

@keyframes strobo {
  0% {
    background-color: white;
    color: #0547ff;
  }
  50% {
    background-color: #0547ff;
    color: white;
    border-color: white;
  }
  100% {
    background-color: white;
    color: #0547ff;
  }
}
.ainfo {
  border: 0.15vw black dashed;
  padding: 0.5vw 0.7vw;
}

footer {
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0.7vw;
}

#wrap.invert footer {
  background-color: unset;
}

footer ul > li {
  display: inline-block;
}
footer ul > li:not(:last-of-type) {
  margin-right: 1rem;
}

.gap {
  margin-top: 2.5622254758vw;
}

.mobile {
  display: none;
}

#mobile-main {
  display: none;
}

#B-2 video {
  width: 100%;
  margin-bottom: 0.6588579795vw;
}
#B-2 figure {
  margin: 0;
  padding: 0;
  position: relative;
}
#B-2 figure button {
  position: absolute;
  bottom: 1.25vw;
  right: 0;
  background-color: transparent;
  color: #0547ff;
  border: none;
  font-size: 1.35vw;
  height: 1.75vw;
}
#B-2 figure button[data-state=mute] {
  text-decoration: line-through;
}

#mobile {
  display: none;
}

.main-content {
  display: flex;
} 

.main-content > section {
  flex-basis: 33.33%;
}

#wrap.slider-open > main > *:not(#slider),
 #wrap.slider-open > footer { 
  opacity: 0.25;
  filter: blur(2px);
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.75vw;
  }

  h2, p, a, s, q {
    font-size: 3.75vw;
    line-height: 4.5vw;
  }

  h3 {
    font-size: 3.75vw;
    line-height: 4.5vw;
  }

  .main-content {
  display: flex;
  flex-direction: column;
} 

.main-content > section {
  flex-basis: 100%;
} 

 #wrap section.A-3 ul > li > a, #wrap section.A-3 ul > li > h2,
section#A-1 a, section#A-1 ul li h2, section#A-1 s,
section#A-2 a, #wrap a, #wrap p, #wrap h1, #wrap h2, #wrap q,
section#A-1 ul li div h2 {
    font-size: 3.75vw;
    line-height: 4.5vw;
  }

  section#A-1 nav {
    padding-bottom: 0.7vw;
    border-bottom: 1px solid black;
  }
  section#A-1 time {
    display: block;
    font-size: 3.75vw;
    line-height: 4.5vw;
  }
  section#A-1 ul li {
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid black;
    padding: 0.7vw 0;
  }
  section#A-1 ul li time {
    width: 38vw;
    padding-right: 4vw;
  }
  section#A-1 ul li div {
    flex-direction: column;
    flex-grow: 1;
  }
  section#A-1 ul li div h2 {
    width: 100%;
  }

  section#A-2 div > * {
    padding-left: 0.5rem;
    vertical-align: top;
  }

  section#A-2 div > nav > * {
    vertical-align: top;
  }

  footer {
    padding: 0.7vw 2.1vw;
  }

  footer ul > li:not(:last-of-type) {
    margin-right: 0.5rem;
  }

  #wrap {
    padding: 1.4vw 2.1vw;
  }

  main {
    flex-direction: column;
    padding-top: 6.75vw;
    padding-bottom: 4.5vw;
  }
  main #title {
    padding: 1.4vw 2.1vw;
  }
  main #title h1 {
    padding-right: 1.4vw;
  }
  main section {
    width: 100%;
  }
  main section blockquote {
    border: 1px #0547ff dashed;
    color: #0547ff;
    background-color: transparent;
    padding: 1vw 1.4vw;
  }
  main section a:hover blockquote {
    transform: none;
  }
  main section a:hover blockquote q, main section a:hover blockquote h2 {
    color: #0547ff;
  }
  main section:nth-of-type(2) {
    margin: 0;
  }

  #mobile {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #mobile button {
    position: absolute;
    bottom: 2.1vw;
    right: 0;
    padding-right: 1.4vw;
    background-color: transparent;
    color: #0547ff;
    border: none;
    font-size: 3.75vw;
    height: 4.5vw;
  }
  #mobile button[data-state=mute] {
    text-decoration: line-through;
  }
  #mobile video {
    width: 100%;
  }

  section#B-2 {
    margin-top: 4.5vw;
  }

  section#B-2 figure {
    display: none;
  }

  .box {
    padding-top: 9vw;
    padding-left: 2.1vw;
    padding-right: 2.1vw;
  }
  .box #sub-title, #A-1 #sub-title {
    padding: 1.4vw 2.1vw;
  }

  #overlay.show {
    display: none;
  }

  #wrap.invert h2, #wrap.invert s, #wrap.invert time {
    color: black;
  }
  #wrap.invert a {
    color: black;
  }
  #wrap.invert a:hover {
    color: #0547ff;
  }
  #wrap.invert .A-3 a {
    color: #0547ff;
  }
  #wrap.invert .A-3 a:hover {
    color: black;
  }
  #wrap.invert .inactive {
    opacity: 0.2;
  }

  .ainfo {
    border: 1px black dashed;
    padding: 1vw 1.4vw;
  }

  footer {
    padding-bottom: 1.4vw;
  }
}

.logo {
  width: 18%;
  filter: invert(1);
  margin-bottom: 1.75vw;
}

main section p:first-child {
  margin-top: unset;
}

section#A-1 > #sub-title {
  background-color: white;
  z-index: 9;
}

section#A-1 {
  padding-top: 2.7vw;
  padding-bottom: 5.4vw;
}

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