/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
input, textarea{
    margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Great clearfix **************/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

section {
  position: relative;
  display: block;
  width: 100%;
}
.section-wrapper {
  position: relative;
  margin: 0 auto;
  width: 91.66666667%;
  max-width: 1320px;
}
@media (max-width: 375px) {
  .section-wrapper {
    width: 100%;
    padding: 0 16px;
  }
}
.section-columns {
  font-size: 0;
  white-space: nowrap;
}
@media (max-width: 375px) {
  .section-columns {
    white-space: normal;
  }
}
.section-column {
  position: relative;
  width: 50%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
@media (max-width: 375px) {
  .section-column {
    width: 100%;
    display: block;
    min-height: 0 !important;
  }
}
.section-gallery {
  position: sticky;
  width: 93.3333%;
  height: 0;
  margin-top: 59px;
  top: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section-gallery {
    margin-top: 52.22222222px;
    top: 17.77777778px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .section-gallery {
    margin-top: 43.77777778px;
    top: 14.22222222px;
  }
}
@media (max-width: 375px) {
  .section-gallery {
    position: absolute;
    width: 100%;
    padding-top: 0 !important;
  }
}
.isNotSticky .section-gallery {
  position: relative;
}
.section-gallery-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-title {
  font-size: 62.5px;
  font-weight: 900;
  line-height: 1.32;
  margin-top: 100px;
  margin-bottom: -53px;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section-title {
    font-size: 55.55555556px;
    margin-top: 88.88888889px;
    margin-bottom: -47.11111111px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .section-title {
    font-size: 44.44444444px;
    margin-top: 71.11111111px;
    margin-bottom: -37.68888889px;
  }
}
@media (max-width: 375px) {
  .section-title {
    font-size: 31.25px;
    margin-top: 87.5px;
    margin-bottom: -37.5px;
  }
}
.section-message {
  font-size: 29.1665px;
  line-height: 1.4146;
  color: #0054ff;
  margin-top: 90px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section-message {
    font-size: 25.92577778px;
    margin-top: 80px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .section-message {
    font-size: 20.74062222px;
    margin-top: 64px;
  }
}
@media (max-width: 375px) {
  .section-message {
    font-size: 20px;
    margin-top: 62.5px;
    line-height: 1.54;
  }
}
.section-text {
  font-size: 20.8335px;
  line-height: 1.54;
  margin-top: 46px;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section-text {
    font-size: 18.51866667px;
    margin-top: 40.88888889px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .section-text {
    font-size: 17.77792px;
    margin-top: 32.71111111px;
  }
}
@media (max-width: 375px) {
  .section-text {
    font-size: 18px;
    margin-top: 22px;
  }
}
.link-inner {
  position: relative;
  cursor: pointer;
  color: #0054ff;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#0054ff), color-stop(50%, #0054ff), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to right, #0054ff 0%, #0054ff 50%, transparent 50%, transparent 100%);
  background-size: 3px 1.5px;
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.isDesktop .link-inner:hover,
.isNotDesktop .link-inner:active {
  background-size: 3px 0px;
}
.link-outer {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  border-bottom: 1px solid currentColor;
  -webkit-transition: ease 0.2s border-color, ease 0.2s color;
  transition: ease 0.2s border-color, ease 0.2s color;
}
.isDesktop .link-outer:hover,
.isNotDesktop .link-outer:active {
  color: #b50000;
  border-color: transparent;
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-absoluteSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Regular-Web.woff2') format('woff2'), url('/static/fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Bold-Web.woff2') format('woff2'), url('/static/fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Super-Web.woff2') format('woff2'), url('/static/fonts/Graphik-Super-Web.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
textarea,
button {
  font-family: 'Graphik', Helvetica, sans-serif;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  width: 100%;
  font-family: 'Graphik', Helvetica, sans-serif;
  font-weight: 400;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern";
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
}
.isDesktop body {
  min-width: 760px;
}
[data-show-animation] {
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transition: transform 0.3s ease-out, opacity 0.3s linear, -webkit-transform 0.3s ease-out;
}
[data-show-animation-state="0"] {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
::-moz-selection {
  background: #b50000;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::selection {
  background: #b50000;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #b50000;
  /* Gecko Browsers */
  color: #ffffff;
}


.PageIndex-content {
  max-width: 1235px;
  padding: 150px 30px 0;
  width: 100%;
  margin: 0 auto;
  font-size: 21px;
}
@media (max-width: 375px) {
  .PageIndex-content {
    padding: 50px 20px 0;
  }
}
.PageIndex-title {
  margin-bottom: 50px;
  margin-left: -2px;
}
@media (max-width: 375px) {
  .PageIndex-title {
    margin-bottom: 25px;
  }
}
.PageIndex-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.PageIndex-col--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PageIndex-col--right {
  width: 375px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 375px) {
  .PageIndex-col--right {
    display: none;
  }
}
.PageIndex-texts {
  padding: 0 55px;
  margin-bottom: 45px;
  font-size: 20.8335px;
  line-height: 1.54;
  letter-spacing: -0.05em;
}
@media (max-width: 375px) {
  .PageIndex-texts {
    padding: 0 0 0 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.PageIndex-commonText:first-child {
  margin-bottom: 1.45em;
}
@media (max-width: 375px) {
  .PageIndex-commonText {
    margin-bottom: 0;
  }
}
.PageIndex-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: sticky;
  top: 50px;
  padding: 6px 0 6px 0;
}
.PageIndex-imageMobile {
  display: none;
}
@media (max-width: 375px) {
  .PageIndex-imageMobile {
    display: block;
    margin: 1.45em 0;
    width: 100%;
  }
}

.Audio {
  position: relative;
  padding: 0 20px 0 55px;
}
@media (max-width: 375px) {
  .Audio {
    padding: 0 0 0 20px;
  }
}
.Audio-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  cursor: pointer;
  letter-spacing: -0.6px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Audio-track:last-child {
  margin-bottom: 0;
}
.isNotMobile .Audio-track:not(.Audio-track--playing):hover {
  color: #b50000;
}
.isNotMobile .Audio-track:not(.Audio-track--playing):hover .Audio-pause,
.isNotMobile .Audio-track:not(.Audio-track--playing):hover .Audio-idle {
  display: none;
}
.isNotMobile .Audio-track:not(.Audio-track--playing):hover .Audio-play {
  display: block;
}
.Audio-track--playing .Audio-pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Audio-track--playing .Audio-idle {
  display: none;
}
.Audio-track audio {
  display: none;
}
@media (max-width: 375px) {
  .Audio-track {
    font-size: 18px;
  }
}
.Audio-trackStatus {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -40px;
  height: 100%;
}
@media (max-width: 375px) {
  .Audio-trackStatus {
    left: -36px;
  }
}
.Audio-play {
  display: none;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 17px;
  border-color: transparent transparent transparent #b50000;
}
@media (max-width: 375px) {
  .Audio-play {
    border-width: 9px 0 9px 14px;
  }
}
.Audio-pause {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Audio-pause:before {
  margin-right: 5px;
}
@media (max-width: 375px) {
  .Audio-pause:before {
    margin-right: 4px;
  }
}
.Audio-pause:after,
.Audio-pause:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 22px;
  background: #b50000;
}
@media (max-width: 375px) {
  .Audio-pause:after,
  .Audio-pause:before {
    width: 5px;
    height: 18px;
  }
}
.Audio-text {
  position: relative;
}
.Audio-progressBar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #b50000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  -webkit-transition: clip-path 0.3s linear;
  transition: clip-path 0.3s linear;
}
@media (min-width: 1024px) and (max-width: 1439px) {
}
@media (min-width: 376px) and (max-width: 1023px) {
}
@media (max-width: 375px) {
}

.IndexTitle-text {
  position: relative;
  display: inline-block;
}
.IndexTitle-title {
  font-size: 70px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 375px) {
  .IndexTitle-title {
    font-size: 28px;
  }
}
.IndexTitle-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #b50000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  -webkit-transition: clip-path 0.3s linear;
  transition: clip-path 0.3s linear;
}

.Footer {
  padding: 120px 56px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 375px) {
  .Footer {
    padding: 35px 20px 170px 20px;
    line-height: 14px;
  }
}
.Footer--easterEgg .Footer-dorenko {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.Footer-copyright {
  font-size: 13px;
  line-height: 18px;
  color: #5c5c5c;
}
@media (max-width: 375px) {
  .Footer-copyright {
    margin-bottom: 5px;
    display: inline;
  }
}
.Footer-copyright a {
  color: #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.Footer-copyright a:hover {
  color: #b50000;
  border-color: transparent;
}
.Footer-dorenko {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 375px) {
  .Footer-dorenko {
    left: 0;
    margin: auto;
  }
}
.Footer-dorenko img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.CommonText p + p {
  margin-top: 1.45em;
}
.CommonText-special1 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .CommonText-special1 {
    margin-top: 21.33333333px;
    margin-bottom: 21.33333333px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .CommonText-special1 {
    margin-top: 17.06666667px;
    margin-bottom: 17.06666667px;
  }
}
@media (max-width: 375px) {
  .CommonText-special1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.CommonText-special1-item {
  position: relative;
  border-bottom: 1px solid #666666;
  padding: 10px 0 8px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .CommonText-special1-item {
    padding: 8.88888889px 0 7.11111111px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .CommonText-special1-item {
    padding: 7.11111111px 0 5.68888889px;
  }
}
@media (max-width: 375px) {
  .CommonText-special1-item {
    padding: 10px 0 8px;
  }
}
.CommonText-special1-item:last-child {
  border-bottom: none;
}
.CommonText-special1-item-period {
  position: absolute;
  left: 0;
  top: 10px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .CommonText-special1-item-period {
    top: 8.88888889px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .CommonText-special1-item-period {
    top: 7.11111111px;
  }
}
@media (max-width: 375px) {
  .CommonText-special1-item-period {
    top: 10px;
  }
}
.CommonText-special1-item-text {
  padding-left: 213px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .CommonText-special1-item-text {
    padding-left: 189.33333333px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .CommonText-special1-item-text {
    padding-left: 151.46666667px;
  }
}
@media (max-width: 375px) {
  .CommonText-special1-item-text {
    padding-left: 110px;
  }
}
.CommonText-special2 {
  margin-top: 25px;
  margin-bottom: -10px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .CommonText-special2 {
    margin-top: 22.22222222px;
    margin-bottom: -8.88888889px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .CommonText-special2 {
    margin-top: 17.77777778px;
    margin-bottom: -7.11111111px;
  }
}
.CommonText-special2-item {
  position: relative;
  border-bottom: 1px solid #666666;
  padding: 8px 0 7px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .CommonText-special2-item {
    padding: 7.11111111px 0 6.22222222px;
  }
}
@media (min-width: 376px) and (max-width: 1023px) {
  .CommonText-special2-item {
    padding: 5.68888889px 0 4.97777778px;
  }
}
.CommonText-special2-item:last-child {
  border-bottom: none;
}
.CommonText-special2-item span {
  cursor: pointer;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.isDesktop .CommonText-special2-item span:hover,
.isNotDesktop .CommonText-special2-item span:active {
  color: #0054ff;
}


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