  @font-face {
    font-family: 'ALSDirect';
    src: url('font/ALSDirect-Regular.eot');
    src: url('font/ALSDirect-Regular.eot?#iefix') format('embedded-opentype'),
      url('font/ALSDirect-Regular.woff2') format('woff2'),
      url('font/ALSDirect-Regular.woff') format('woff'),
      url('font/ALSDirect-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

.announce__picture img {
  width: 100%;
}

.other-bg {
  padding-top: 5%;
  background-color: #fff;
  color: #000;
}

.other-bg .announce__text {
  margin-top: 0;
  padding-top: 0;
  color: #000;
}

.change_pic {
  margin-top: 0;
}

.change_pic img {
  width: 100%;
}

.change_pic_night-script {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mental-map-parent {
  padding: 40px 0;
  position: relative;
  background-color: black;
}

.mental-map-middle__left {
  --x: 0vw;
  top: 0;
  left: 0;
  position: absolute;
  width: 90%;
  -webkit-transform: translateX(var(--x));
  -ms-transform: translateX(var(--x));
  transform: translateX(var(--x));
}

.mental-map-middle__middle {
  --scale: 0.35;
  --x: calc(50% - 50vw);
  margin-left: auto;
  display: block;
  -webkit-transform: scale(var(--scale)) translateX(var(--x));
  -ms-transform: scale(var(--scale)) translateX(var(--x));
  transform: scale(var(--scale)) translateX(var(--x));
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 40%;
  position: absolute;
  top: 40px;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.mental-map-middle__right {
  --scale: 0.35;
  --x: calc(50% - 50vw);
  margin-left: auto;
  display: block;
  -webkit-transform: scale(var(--scale)) translateX(var(--x));
  -ms-transform: scale(var(--scale)) translateX(var(--x));
  transform: scale(var(--scale)) translateX(var(--x));
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 40%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.announce,
.credits,
.task {
  background-color: #000;
}

.credits,
.task {
  color: #fff;
}

.announce__text h2,
.als-grid {
  font-family: 'ALSDirect' !important;
}

.announce__text h2 {
  font-size: 150%;
  text-align: left;
}

.announce__text {
  font-family: 'ALSDirect' !important;
  line-height: 1.4em;
  color: #fff;
}

.task-2019-inner {
  font-family: 'ALSDirect' !important;
}

.als-text-title h1 {
  font-family: 'ALSDirect' !important;
}

h1 span.white {
  padding: 14px 16px 4px 16px;
}

.announce__picture {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.announce__picture video {
  width: 100%;
}

.announce__picture-note {
  color: #fff;
}

.click_headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin: auto;
}

.click_headers h2 {
  font-family: 'ALSDirect';
  font-weight: 400 !important;
  display: inline-block;
  margin: auto;
}

.click_headers_item {
  width: 48%;
  text-align: center;
}

.click_headers_item img {
  width: 100%;
  margin-bottom: -5px;
}

.click_headers_item a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.click_headers_item a:hover {
  border-bottom: 1px solid rgba(255, 0, 0, 0.2) !important;
}

.with-icon {
  text-align: center;
  margin-top: 4%;
}

.with-icon h2 {
  font-size: 180%;
  margin-top: 0;
}

.with-icon img {
  width: 20%;
  margin: auto;
}

.text-overlay {
  position: absolute;
  text-align: left !important;
}

.text-01 {
  top: 2vw;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 6em;
  width: 100%;
  max-width: 920px;
  text-align: center !important;
}

.text-02 {
  top: 10vw;
  left: 45%;
  width: 40%;
  color: #000;
}

.text-02 h2 {
  text-align: left !important;
  font-size: 150%;
  line-height: 1.3;
}

.text-03 {
  top: 5vw;
  left: 10%;
  width: 40%;
  color: #fff;
}

.text-03 h2 {
  text-align: left !important;
  font-size: 150%;
  line-height: 1.3;
}

.text-04 {
  top: 5vw;
  left: 0%;
  right: 0%;
  margin: auto;
  color: #fff;
}

.text-05 {
  top: 5vw;
  left: 45%;
  width: 40%;
  color: #fff;
}

.text-05 h2 {
  text-align: left !important;
  font-size: 150%;
  line-height: 1.3;
}

.other_bg {
  width: 100%;
  margin: auto;
}

.red {
  background-color: #EF3E40;
  color: #fff;
}

.max-width {
  max-width: 920px;
  margin: auto;
}

.translate-block {
  height: 2000px;
  position: relative;
  overflow: hidden;
}

.translate-block-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
}

.translate-block-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.image01 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1;
}

.image02 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}

.image03 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 3;
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.before-after p {
  width: 50%;
}

.word-01 {
  position: relative;
  opacity: 1;
}

.wrd_abs {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.word-02 {
  z-index: 1;
}

.word-03 {
  z-index: 2;
}

.word-04 {
  z-index: 3;
}

.word-05 {
  z-index: 4;
}

.word-06 {
  z-index: 5;
}

.change_pic {
  position: relative;
  margin-bottom: 0;
}

.change_pic_night {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  opacity: 0;
}

.change_pic_trig {
  position: absolute;
  top: 0%;
  width: 10px;
  height: 10px;
}

.media_block {
  position: relative;
}

.media_block img {
  width: 100%;
  height: auto;
}

.media_content {
  top: 0;
  left: 0;
  width: 100%;
}

.media_block_child {
  overflow: hidden;
  z-index: 2;
  top: 0;
  width: 100%;
}

.text-width h2 {
  text-align: left !important;
  font-size: 120%;
  line-height: 1.35;
  width: 60%;
}

.media_trig {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.word-02-trig {
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 10;
}

.word-03-trig {
  position: absolute;
  bottom: -80%;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 10;
}

.md_block {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.md_block_trig_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 11;
}

.md_block_trig_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 11;
}

.md_header {
  position: absolute;
  top: 0;
  left: 18%;
}

.img-line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.img-line-overlay img {
  width: 100%;
  -webkit-transform-origin: 41% 78%;
  -ms-transform-origin: 41% 78%;
  transform-origin: 41% 78%;
  -webkit-transition: scale 2s ease;
  -o-transition: scale 2s ease;
  transition: scale 2s ease;
}

.value {
  position: fixed;
  top: 20px;
  left: 20px;
  color: #fff;
  background-color: #000;
  padding: 0 5px 2px;
  z-index: 999;
}

.stele_block {
  margin-top: -50%;
  position: relative;
}

.stele_block_child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  width: 100%;
}

.img-stale-overlay {
  position: relative;
}

.main_map {
  position: absolute;
  width: 10%;
  top: 1%;
  right: 10%;
  margin: auto;
}



.slide_icons_parent {
  position: relative;
  overflow: hidden;
}

.slide_icons {
  width: 180%;
  max-width: 180% !important;
}


.mobile_show {
  display: none;
}

.desk_show {
  display: block;
}

.mobile_show-img {
  display: none !important;
}

.desk_show-img {
  display: block !important;
}

.move_in_mobile-right img {
  width: 100%;
}


.video-with-text {
  position: relative;
  margin-top: 0;
}

.video-with-text__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.one-bg {
  padding: 5%;
  background-color: #030449;
}

.one-bg .announce__text {
  margin-top: 0;
  padding-top: 0;
}

.scroll_map__wrap {
  min-height: 100vw;
  position: relative;
  margin-top: 5%;
}

.scroll_map__wrap img {
  width: 100%;
}

.scroll_map {
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll_map2 {
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll_map_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll_map_bg img {
  width: 100%;
  height: auto;
}

.scroll_map_bg-text {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 920px;
}

.scroll_map_bg-text h2 {
  font-size: 180%;
}

.scroll_map_bg-header {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
}

.scroll_map_bg-head {
  width: 100%;
  max-width: 920px;
  text-align: left;
}

.scroll_map_fix_pic {
  opacity: 0;
  -webkit-transform-origin: 43% 80%;
  -ms-transform-origin: 43% 80%;
  transform-origin: 43% 80%;
  /* 	transition: all 0.3s ease; */
}


.pic_width_parent {
  width: 50%;
  margin: 20% auto 0;
}

.pic_width {
  width: 100%;
  -webkit-transform: translateX(100%) scale(0.4);
  -ms-transform: translateX(100%) scale(0.4);
  transform: translateX(100%) scale(0.4);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll_map__wrap-mobile {
  display: none;
}

@media (max-width: 900px) {
  .scroll_map_bg-text {
    font-size: 2em;
  }

  .scroll_map__wrap {
    display: none;
  }

  .scroll_map__wrap-mobile {
    display: block;
  }
}

@media (max-width: 900px) {
  .click_headers {
    width: 70%;
  }

  .click_headers h2 {
    font-size: 100%;
  }

  .click_headers_item a {
    display: inline !important;
    border-bottom: none !important;
  }

  .text-width h2 {
    width: 100%;
    font-size: 100%;
  }

  .mobile_show {
    display: block;
  }

  .desk_show {
    display: none;
  }

  .mobile_show-img {
    display: block !important;
  }

  .desk_show-img {
    display: none !important;
  }

  .announce__text>h2 {
    text-align: left;
  }

  .move_in_mobile {
    width: 200vw;
    margin-left: 0vw;
  }

  .move_in_mobile-right {
    width: 200vw;
    margin-left: -90vw;
  }
}

@media(max-width: 900px) {
  .cover-bg {
    background-position: top center;
  }
  .mental-map-parent {
    padding: 0;
  }

  .mental-map-middle__middle {
    top: 0;
  }
}

@media (max-width: 400px) {
  .before-after p {
    margin: 0;
    font-size: 70%;
  }
}

@media(min-width: 1600px) {
  .text-05 {
    top: 10vw;
  }
}