@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap&subset=latin-ext');
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
figcaption {
  margin-top: 10px;
  padding-right: 20px;
}
ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  line-height: 1;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: calc(0.75rem);
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
img.leftAlone {
  display: inline-block;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  cursor: pointer;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.hidden {
  display: none;
}
.visuallyhidden,
.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}
.clear:before,
.clear:after {
  display: table;
  content: '';
}
.clear:after {
  clear: both;
}
.lt-ie8 .clear {
  zoom: 1;
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
html {
  font-family: "Gotham A", "Gotham B";
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Yeseva One', cursive;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide img {
  display: block;
}
.slick-loading.slick-slide img {
  display: none;
}
.dragging.slick-slide img {
  pointer-events: none;
}
/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  height: 85%;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  border: 0;
  padding: 0;
  z-index: 3;
}
@media only screen and (min-width:1025px) {
  .slick-arrow {
    height: 90%;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:hover,
.slick-arrow:focus {
  background: transparent;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  opacity: 1;
  transition: opacity .4s;
  margin-top: -35px;
}
.slick-disabled.slick-arrow:before {
  opacity: .3;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  background: url(../images/icon-white-arrow-left.svg) center no-repeat;
  left: 0;
  background-size: 40px;
}
@media only screen and (min-width:1200px) {
  .slick-prev:before {
    left: 20px;
    background-size: 60px;
  }
}
.slick-next {
  right: 0;
}
.slick-next:before {
  background: url(../images/icon-white-arrow-right.svg) center no-repeat;
  right: 0;
  background-size: 40px;
}
@media only screen and (min-width:1200px) {
  .slick-next:before {
    right: 20px;
    background-size: 60px;
  }
}
.slick-dots {
  position: absolute;
  bottom: 18px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 4;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slick-active button:hover:before,
.slick-dots .slick-active button:focus:before {
  opacity: 1;
}
.slick-dots .slick-active button:before {
  opacity: 1;
}
.slick-dots button {
  display: none;
  background: none;
  border: 0;
  color: transparent;
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
}
.slick-dots button:hover:before,
.slick-dots button:focus:before {
  opacity: .8;
}
.slick-dots button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  border-radius: 12px;
  opacity: .5;
  background: #fff;
  transition: opacity .5s;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.screens {
  position: relative;
  width: 100%;
  height: 100vh;
}
.screens img {
  max-width: 100%;
}
.screen {
  position: relative;
  display: none;
  width: 100vh;
  height: 100vh;
  left: 0;
  top: 0;
}
.screen.is-visible {
  display: block;
}
.adapt {
  height: 100%;
}
.list-adapt {
  width: 100%;
  height: 100%;
  padding: 2.60416667vw;
}
@media only screen and (orientation: portrait) {
  .list-adapt {
    padding: 4.62962963vw;
  }
}
.logo {
  position: absolute;
  z-index: 99;
  width: 12.5%;
}
@media only screen and (orientation: portrait) {
  .logo {
    width: 23.14814815%;
  }
}
.visual-element {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.video-screen .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  overflow: hidden;
}
.video-screen video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.detail-screen .adapt {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (orientation: portrait) {
  .detail-screen .adapt {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.detail-screen .content {
  background: #222;
  color: #fff;
  -ms-flex: 0 0 39.56043956%;
      flex: 0 0 39.56043956%;
  max-width: 39.56043956%;
  padding: 3.73626374%;
}
@media only screen and (orientation: portrait) {
  .detail-screen .content {
    padding: 6.93877551%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.detail-screen .content h2,
.detail-screen .content .price {
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  font-size: 4.6875vw;
}
@media only screen and (orientation: portrait) {
  .detail-screen .content h2,
  .detail-screen .content .price {
    font-size: 9.25925926vw;
  }
}
.detail-screen .content h2 {
  margin: 0 0 .5em;
}
.detail-screen .content .info {
  font-size: 2.08333333vw;
  font-weight: 200;
}
@media only screen and (orientation: portrait) {
  .detail-screen .content .info {
    font-size: 3.7037037vw;
  }
}
.detail-screen .content .info .date,
.detail-screen .content .info .location {
  float: left;
  clear: left;
}
.detail-screen .content .info .time {
  float: right;
}
.detail-screen .images {
  position: relative;
  -ms-flex: 0 0 60.43956044%;
      flex: 0 0 60.43956044%;
}
@media only screen and (orientation: portrait) {
  .detail-screen .images {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.detail-screen .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 50% 50% / cover;
}
.news-detail-screen .logo {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media only screen and (orientation: portrait) {
  .news-detail-screen .logo {
    right: 40px;
    top: 40px;
  }
}
.news-detail-screen .adapt {
  display: -ms-flexbox;
  display: flex;
  background: black;
}
@media only screen and (orientation: portrait) {
  .news-detail-screen .adapt {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.news-detail-screen .content {
  background: #000;
  color: #fff;
  padding: 6.59340659%;
  -ms-flex: 1;
      flex: 1;
  background: url(../images/screens/visual-element.svg) left top no-repeat;
  background-size: 230px;
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content {
    padding: 2.74725275%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.news-detail-screen .content h2,
.news-detail-screen .content .price {
  line-height: 1.1;
  font-weight: normal;
  font-size: 2.8125vw;
}
@media only screen and (orientation: portrait) {
  .news-detail-screen .content h2,
  .news-detail-screen .content .price {
    font-size: 9.25925926vw;
    margin-bottom: 20px;
  }
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content .h2-title-holder {
    -ms-flex: 1.5;
        flex: 1.5;
    min-height: auto;
  }
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content h2 {
    margin-bottom: 40px;
  }
}
.news-detail-screen .content .info {
  line-height: 1.3;
  font-size: 2.29166667vw;
  font-weight: 300;
}
@media only screen and (orientation: portrait) {
  .news-detail-screen .content .info {
    font-size: 4.07407407vw;
  }
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content .info {
    -ms-flex: 2;
        flex: 2;
  }
}
.news-detail-screen .content .info .date,
.news-detail-screen .content .info .location,
.news-detail-screen .content .info .time {
  font-size: 0.8em;
}
.news-detail-screen .content .info .location {
  color: #ff330d;
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content .info .price-wrapper {
    bottom: 7.47252747%;
    right: 7.47252747%;
    text-align: right;
  }
}
@media only screen and (orientation: portrait) {
  .news-detail-screen .content .info .price-wrapper {
    text-align: right;
    width: 100%;
    float: left;
    clear: left;
  }
}
.news-detail-screen .content .info .summary {
  margin-top: 15px;
  font-size: 0.4em;
}
.news-detail-screen .content .price-wrapper {
  text-align: right;
}
.news-detail-screen .content .price-wrapper .price {
  font-size: 2.6em;
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content .price-wrapper .price {
    font-size: 2.8em;
  }
}
.news-detail-screen .content .price-wrapper small {
  margin-top: 15px;
  display: block;
  font-size: 0.4em;
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .content .price-wrapper small {
    font-size: 0.3em;
  }
}
.news-detail-screen .images {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (orientation: landscape) {
  .news-detail-screen .images {
    -ms-flex: 1.5;
        flex: 1.5;
  }
}
.news-detail-screen .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 50% 50% / cover;
}
.weather-screen {
  color: #fff;
  text-align: center;
  font-size: 0.52083333vw;
  text-transform: uppercase;
}
@media only screen and (orientation: portrait) {
  .weather-screen {
    font-size: 0.92592593vw;
  }
}
.weather-screen .logo {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media only screen and (orientation: portrait) {
  .weather-screen .logo {
    right: 40px;
    top: 40px;
  }
}
.weather-screen .inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: url(../images/screens/weather-bg--l.jpg) 50% 50% / cover;
  padding: 6.59340659%;
}
@media only screen and (orientation: portrait) {
  .weather-screen .inner {
    background: url(../images/screens/weather-bg--p.jpg) 50% 50% / cover;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 3.73626374%;
  }
}
@media only screen and (orientation: landscape) {
  .weather-screen .inner {
    padding: 2.74725275%;
  }
}
.weather-screen .h2-title-holder {
  min-height: auto;
  -ms-flex: 0.5;
      flex: 0.5;
}
@media only screen and (orientation: landscape) {
  .weather-screen .h2-title-holder {
    position: absolute;
  }
}
@media only screen and (orientation: landscape) {
  .weather-screen .h2-title-holder h2 {
    font-size: 4.72222222vw;
  }
}
.weather-screen .today,
.weather-screen ul,
.weather-screen li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.weather-screen .today {
  -ms-flex: 2;
      flex: 2;
}
@media only screen and (orientation: portrait) {
  .weather-screen .today {
    -ms-flex: 2;
        flex: 2;
  }
}
.weather-screen .today img {
  width: 21vw;
}
@media only screen and (orientation: portrait) {
  .weather-screen .today img {
    width: 45.81818182vw;
  }
}
.weather-screen .today .day,
.weather-screen .today .full-day {
  font-size: 7em;
}
@media only screen and (orientation: landscape) {
  .weather-screen .today .day,
  .weather-screen .today .full-day {
    font-size: 4.5em;
  }
}
.weather-screen .today .temp {
  font-size: 12em;
}
.weather-screen ul {
  overflow: hidden;
  font-size: 1em;
  -ms-flex: 0 0 55%;
      flex: 0 0 55%;
  padding: 0 5% 0 0;
}
@media only screen and (orientation: portrait) {
  .weather-screen ul {
    padding: 0 5%;
    -ms-flex: 1;
        flex: 1;
  }
}
.weather-screen ul .temp {
  font-size: 12em;
}
@media only screen and (orientation: landscape) {
  .weather-screen ul .temp {
    font-size: 3.8em;
    margin-top: 10px;
    font-weight: 300;
  }
}
.weather-screen li {
  -ms-flex: 0 0  33.33%;
      flex: 0 0  33.33%;
  float: left;
}
.weather-screen .day {
  font-size: 5em;
}
@media only screen and (orientation: landscape) {
  .weather-screen .day {
    font-size: 4.5em;
  }
}
.weather-screen .temp {
  font-size: 5em;
}
.weather-screen img {
  display: inline-block;
  width: 11.66666667vw;
  height: auto;
}
@media only screen and (orientation: portrait) {
  .weather-screen img {
    width: 21.81818182vw;
  }
}
.h2-title-holder {
  text-align: left;
  text-transform: none;
}
@media only screen and (orientation: landscape) {
  .h2-title-holder {
    min-height: 450px;
    margin-top: calc(-15.73626374%);
    margin-left: calc(-15.73626374%);
    padding-left: calc(15.73626374%);
    padding-top: calc(17.73626374%);
  }
}
@media only screen and (orientation: portrait) {
  .h2-title-holder {
    background-size: 260px;
    padding-left: calc(7.93877551%);
    padding-top: calc(18.93877551%);
    margin-top: calc(-8.93877551%);
    margin-left: calc(-7.93877551%);
  }
}
.h2-title-holder h2 {
  font-weight: normal;
  color: white;
  z-index: 2;
  position: relative;
  line-height: 1;
  font-size: 9.25925926vw;
}
@media only screen and (orientation: landscape) {
  .h2-title-holder h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (orientation: portrait) {
  .h2-title-holder h2 {
    width: 75%;
  }
}
.notice-screen .inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.notice-screen .wrap {
  max-width: 60%;
}
.notice-screen .content {
  text-align: center;
  font-size: 5.20833333vw;
  line-height: 1.2;
}
@media only screen and (orientation: portrait) {
  .notice-screen .content {
    font-size: 9.25925926vw;
  }
}
.notice-screen .content strong,
.notice-screen .content b {
  display: inline-block;
}
.list-screen .logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media only screen and (orientation: portrait) {
  .list-screen .logo {
    left: 40px;
    bottom: 40px;
  }
}
.list-screen .list {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (orientation: portrait) {
  .list-screen .list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.list-screen .screen-list-element {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}
.list-screen .screen-list-header {
  background: url(../images/screens/visual-element.svg) left top no-repeat;
  background-size: 230px;
  text-align: center;
  line-height: 1;
  font-size: 2.60416667vw;
  /*

		.overlay-orange {
			@media @bp_landscape {
				width: 27%;

			}
		}

		*/
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-header {
    font-size: 5.55555556vw;
  }
}
.list-screen .screen-list-header.gradient-bg {
  background: #f56600;
  background: linear-gradient(to right, #f56600 0%, #f79100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56600', endColorstr='#f79100', GradientType=1);
}
@media only screen and (orientation: landscape) {
  .list-screen .screen-list-header .list-adapt {
    padding-left: 16.48351648%;
    padding-top: 25%;
    text-align: left;
  }
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-header .inner {
    max-width: none;
    position: relative;
    top: 5%;
  }
}
.list-screen .screen-list-header h2 {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 10px;
}
@media only screen and (orientation: landscape) {
  .list-screen .screen-list-header p {
    font-size: 0.5em;
    word-break: break-word;
    margin-top: 20px;
  }
}
.list-screen .screen-list-header strong,
.list-screen .screen-list-header b {
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  margin: .2em 0;
}
.list-screen .screen-list-event,
.list-screen .screen-list-general {
  position: relative;
}
.list-screen .screen-list-event:nth-child(2n) .images,
.list-screen .screen-list-general:nth-child(2n) .images {
  top: 50%;
}
.list-screen .screen-list-event:nth-child(2n) .content,
.list-screen .screen-list-general:nth-child(2n) .content {
  top: 0;
}
.list-screen .screen-list-event .images,
.list-screen .screen-list-general .images,
.list-screen .screen-list-event .content,
.list-screen .screen-list-general .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.list-screen .screen-list-event .content,
.list-screen .screen-list-general .content {
  top: 50%;
  background: #000;
  color: #fff;
  line-height: 1.4;
  font-size: 1.875vw;
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-event .content,
  .list-screen .screen-list-general .content {
    font-size: 3.33333333vw;
  }
}
@media only screen and (orientation: landscape) {
  .list-screen .screen-list-event .content .inner,
  .list-screen .screen-list-general .content .inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.list-screen .screen-list-event h2,
.list-screen .screen-list-general h2 {
  line-height: 1.1;
  margin: 0 0 .5em;
  font-size: 2.08333333vw;
  font-weight: 500;
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-event h2,
  .list-screen .screen-list-general h2 {
    font-size: 4.44444444vw;
  }
}
.list-screen .screen-list-event p,
.list-screen .screen-list-general p {
  line-height: 1.2;
  font-size: 1.25vw;
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-event p,
  .list-screen .screen-list-general p {
    font-size: 2.59259259vw;
  }
}
.list-screen .screen-list-event .img,
.list-screen .screen-list-general .img {
  width: 100%;
  height: 100%;
  background: 50% 50% / cover;
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-event:nth-child(2n) .images,
  .list-screen .screen-list-general:nth-child(2n) .images {
    top: 0;
    left: 50%;
  }
  .list-screen .screen-list-event:nth-child(2n) .content,
  .list-screen .screen-list-general:nth-child(2n) .content {
    top: 0;
    left: 0;
  }
  .list-screen .screen-list-event .images,
  .list-screen .screen-list-general .images,
  .list-screen .screen-list-event .content,
  .list-screen .screen-list-general .content {
    width: 50%;
    height: 100%;
    top: 0;
  }
  .list-screen .screen-list-event .content,
  .list-screen .screen-list-general .content {
    left: 50%;
  }
}
.list-screen .screen-list-event .date,
.list-screen .screen-list-general .date,
.list-screen .screen-list-event .location,
.list-screen .screen-list-general .location,
.list-screen .screen-list-event .time,
.list-screen .screen-list-general .time {
  font-size: 2.03703704vw;
}
@media only screen and (orientation: landscape) {
  .list-screen .screen-list-event .date,
  .list-screen .screen-list-general .date,
  .list-screen .screen-list-event .location,
  .list-screen .screen-list-general .location,
  .list-screen .screen-list-event .time,
  .list-screen .screen-list-general .time {
    font-size: 1.14583333vw;
  }
}
.list-screen .screen-list-event .location,
.list-screen .screen-list-general .location {
  color: #ff330d;
}
.list-screen .screen-list-event .price-wrapper,
.list-screen .screen-list-general .price-wrapper {
  text-align: right;
}
.list-screen .screen-list-image .images,
.list-screen .screen-list-image .img {
  width: 100%;
  height: 100%;
}
.list-screen .screen-list-image .img {
  background: 50% 50% / cover;
}
@media only screen and (orientation: landscape) {
  .list-screen .screen-list-image .img-portrait {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  .list-screen .screen-list-image .img-landscape {
    display: none;
  }
}
table {
  text-align: left;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 0.9375vw;
}
@media only screen and (orientation: portrait) {
  table {
    font-size: 2.12962963vw;
  }
}
table thead {
  background: #2c2e31;
}
table th,
table td {
  padding: 10px;
}
table tr:nth-child(2n+2) {
  background: #2c2e31;
}
.funicular-screen {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}
.funicular-screen .adapt {
  position: relative;
  background: #000;
  border: solid #fff;
  border-width: 50px 50px 0 50px;
}
.funicular-screen .adapt:after {
  content: '';
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4;
}
.funicular-screen .logotype {
  position: absolute;
  top: 80px;
  left: 100px;
}
.funicular-screen .message-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  background: #ff5914;
  width: 100%;
  border-bottom: 25px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  z-index: 5;
}
.funicular-screen .message-wrapper p {
  display: inline-block;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 100%;
  animation: move-it 30s linear infinite;
}
.funicular-screen .content {
  position: absolute;
  left: 100px;
  bottom: 130px;
  color: #fff;
}
.funicular-screen .content.disabled-funicular {
  color: #636363;
}
.funicular-screen .funicular-people-wrapper,
.funicular-screen .funicular-time-wrapper {
  display: -ms-flexbox;
  display: flex;
  font-size: 180px;
  -ms-flex-align: center;
      align-items: center;
  height: 216px;
}
.funicular-screen .funicular-people-wrapper .funicular-people,
.funicular-screen .funicular-time-wrapper .funicular-people,
.funicular-screen .funicular-people-wrapper .funicular-time,
.funicular-screen .funicular-time-wrapper .funicular-time {
  width: 500px;
}
.funicular-screen .funicular-people-wrapper.full-funicular {
  color: #ff5914;
}
.funicular-screen .funicular-people-wrapper.full-funicular svg {
  fill: #ff5914;
}
.funicular-screen .funicular-image-wrapper {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 840px;
}
.funicular-screen .funicular-image-wrapper .funicular-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 840px;
  z-index: 4;
}
.funicular-screen .funicular-image-wrapper .orange-box {
  position: absolute;
  bottom: -50px;
  right: 322px;
  width: 430px;
  height: 270px;
  background: #ff5914;
  z-index: 2;
}
.funicular-screen svg {
  vertical-align: bottom;
  fill: #646464;
  margin-right: 60px;
}
.full-funicular .funicular-screen svg {
  fill: #ff5914;
}
.funicular-screen svg.clock {
  width: 150px;
  height: 150px;
}
.funicular-screen svg.people {
  width: 151px;
  height: 203px;
}
@keyframes move-it {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}