.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  color: #333;
  text-decoration: none;
}

.track {
  height: 200vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.camera.blend-multiply {
  display: block;
  width: 100%;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading {
  color: #728598;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 900;
  text-align: left;
}

.intro-p {
  line-height: 1.5em !important;
}

.heading.text-outline-bluegrey {
  color: rgba(114, 133, 152, 0.3);
  letter-spacing: 0.1em;
}

.heading.text-outline-bluegrey.back-blur {
  letter-spacing: 0.05em;
}

.paragraph {
  color: #58626b;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
}

.div-block {
  width: 80vw;
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
}

.image {
  width: 60px;
  height: auto;
  margin-right: 15px;
}

.nominees {
  max-width: 1200px;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.magazine-img-and-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.5em;
}

.nominate-post-list-item__link-block {
  width: 100%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0px;
}

.grid-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.post-list-item {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px none #e0e0e0;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #728598;
  font-size: 8vw;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
}

.heading-2.text-outline-bluegrey {
  margin-bottom: 80px;
  color: rgba(114, 133, 152, 0.3);
  font-size: 5vw;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.orange-button {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #ff9800;
  background-image: linear-gradient(80deg, #ff9800, #f57d1b 50%, #ff0004);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.post-date {
  display: inline;
  margin-right: 10px;
  color: #7c7c7c;
  font-size: 14px;
  text-align: left;
}

.text-block-4 {
  margin-right: 0px;
  margin-left: 0px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.div-block-5 {
  min-width: 240px;
}

.nominate-article-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 3px 10px 0 #a7a7a7;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-post-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5em;
}

.modal-post-content-container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  word-break: break-all;
}

.div-block-8 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.modal-body {
  position: relative;
  overflow-y: scroll;
  width: 80%;
  max-height: 90vh;
  max-width: 1200px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.modal-body::-webkit-scrollbar {
  width: 10px;
}

.modal-body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 10px;
}

.magazine-information-card {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 5px;
}

.magazine-information-item {
  display: inline-block;
  margin-right: 10px;
}

.modal-post-title {
  padding: 0px;
  background-color: transparent;
}

.modal-close-button {
  position: fixed;
  top: 0vh;
  right: 0vh;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 3vh;
  margin-right: 8vw;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 3px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 100%;
  background-color: #728598;
  background-image: url('../images/19144076451579237600.svg');
  background-position: 0px 0px;
  background-size: contain;
  opacity: 1;
  font-size: 30px;
  line-height: 20px;
  text-align: left;
}

.modal-footer {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, 0.1);
}

#modals {
  display: none;
}

#modals.modal-loaded {
  display: block;
}

.modal-post {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #333;
}

.bold-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.modal-post-content {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.html-embed {
  display: inline-block;
  width: 10px;
  margin-right: 5px;
  color: #7c7c7c;
}

.paragraph-2 {
  margin-top: 10px;
  padding-top: 0px;
  font-size: 16px;
  line-height: 1.5em;
}

.cat-news {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #00818a;
  color: #fff;
  font-weight: 400;
}

.text-block-5 {
  display: inline-block;
}

.publisher-label {
  display: block;
  margin-bottom: 5px;
  border-bottom: 0.5px dotted #bbb;
  color: #bbb;
  font-size: 11px;
}

.div-block-9 {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: visible;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 200vw;
  height: 100vh;
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 200vw;
  height: 100vh;
}

.item2-deadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.background-video {
  z-index: -5;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.header-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.header-engtitle {
  border: 0px solid #000;
  border-radius: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  text-shadow: -1px 0 0 #fff;
}

.header-engtitle.text-outline {
  font-family: 'Noto Sans JP', sans-serif;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vw;
  font-weight: 900;
  text-align: right;
  text-shadow: none;
}

.header-engtitle.text-outline.pc-only {
  font-family: 'Noto Sans', sans-serif;
  font-size: 5vw;
  font-style: italic;
}

.header-title {
  font-size: 7vw;
  line-height: 1.2em;
  font-weight: 700;
}

.header-title.text-outline {
  font-family: 'Noto Sans JP', sans-serif;
  color: hsla(0, 0%, 100%, 0.3);
  font-weight: 900;
  text-indent: 0px;
}

.header-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1em;
  font-weight: 700;
}

.body-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  background-image: linear-gradient(304deg, #7693be, #fbffde);
}

.body-background.gr-bl {
  z-index: -15;
  background-image: linear-gradient(304deg, #b6d3ff, #fbffde);
}

.body-background.gr-bl.sp-only {
  background-image: url('../images/wireframe.png'), linear-gradient(304deg, #b6d3ff, #fbffde);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.body-background.bk {
  z-index: -9;
  background-color: rgba(0, 0, 0, 0.021);
  background-image: none;
}

.list {
  margin-top: 10px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #fff;
}

.tab-pane-tab-2 {
  padding: 0px 0px 10px;
}

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

.div-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
  line-height: 0px;
}

.header-background-image {
  position: absolute;
  left: -10vw;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  overflow: hidden;
  width: 120vw;
  height: 100vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/trophy5-blue-p-3200.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.bk-gradiation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(79%, rgba(0, 0, 0, 0.96)), to(#000));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.96) 79%, #000);
}

.tab-link-tab-1 {
  border-bottom: 1px none #728598;
  border-top-left-radius: 5px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #728598;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  border-bottom: 1px none #728598;
  border-top-right-radius: 5px;
  background-color: rgba(46, 77, 107, 0.8);
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-2 {
  border: 1px none #000;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #728598;
  font-weight: 700;
}

.tab-link-tab-2.w--current {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: rgba(46, 77, 107, 0.8);
  color: #fff;
}

.tabs-menu {
  padding-right: 0px;
  padding-left: 0px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.image-3 {
  margin-right: 30px;
}

.category-sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.56);
}

.category-sticky-bar.back-blur {
  background-color: rgba(46, 77, 107, 0.8);
}

.heading-4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.tabs-content {
  overflow: visible;
}

.tabs {
  padding-right: 10px;
  padding-left: 10px;
}

.backdrop-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.cat-block {
  margin-bottom: 40px;
}

.html-embed-2 {
  font-weight: 400;
}

.dropdown-list {
  background-color: rgba(46, 77, 107, 0.8);
}

.dropdown-list.w--open {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #728598;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  background-color: rgba(46, 77, 107, 0.8);
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 30px;
}

.text-block-7 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
  opacity: 0.51;
  cursor: pointer;
}

.link-block {
  width: 100%;
}

.link-block-2 {
  width: 100%;
}

.image-nomi-trophy {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .track {
    height: auto;
  }

  .camera.blend-multiply {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100%;
  }

  .nominees {
    margin-top: 100px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .lottie-animation-2 {
    position: absolute;
    left: -50vw;
    overflow: hidden;
    width: auto;
    opacity: 1;
  }

  .lottie-animation-2.pc {
    display: none;
  }

  .background-video {
    opacity: 1;
  }

  .header-banner {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
  }

  .body-background.gr-bl.sp-only {
    background-image: linear-gradient(304deg, #b6d3ff, #fbffde);
  }

  .body-background.gr-bl.sp-only.image-bg.blend-multiply {
    display: block;
    background-image: url('../images/wireframe-white.jpg');
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.5;
  }

  .body-background.bk {
    opacity: 0;
  }

  .div-block-11 {
    opacity: 0;
  }

  .header-background-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lottie-animation-2 {
    opacity: 1;
  }
}

@media screen and (max-width: 479px) {
  .image-nomi-trophy {
    width: 30px !important;
  }
  .header-title {
    margin-bottom: 80px;
  }

  .grid-2 {
    padding: 0;
    padding-top: 10px;
  }

#videobutton {
 display: none;
}

#header_banner {
  opacity: 1;
}

.background-video {
  display: none;
}
  .heading.text-outline-bluegrey {
    font-size: 2.3em;
  }

  .image {
    width: auto;
    height: 50px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .heading-2.text-outline-bluegrey {
    font-size: 5vh;
  }

  .div-block-5 {
    display: none;
  }

  .nominate-article-card {
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.48);
    padding: 10px;
  }
  .nominate-article-card:hover {
    cursor: pointer;
  }

  .modal-body {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .modal-post-title {
    font-size: 22px;
    line-height: 30px;
  }

  .modal-close-button {
    position: fixed;
    margin-right: 5px;
  }

  .modal-footer {
    left: -15px;
    right: -15px;
  }

  .modal-post {
  }

  .lottie-animation-2 {
    opacity: 1;
  }

  .lottie-animation-2.pc {
    display: none;
  }

  .background-video {
    opacity: 1;
  }

  .header-banner {
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0;
  }

  .header-engtitle.text-outline {
    font-size: 9vw;
  }

  .header-engtitle.text-outline.sp-only {
    font-size: 10vw;
    line-height: 1.5em;
  }

  .header-title.text-outline {
    font-size: 10vw;
  }

  .header-subtitle {
    font-size: 3vw;
  }

  .body-background.gr-bl.sp-only {
    z-index: -20;
    background-image: linear-gradient(304deg, #b6d3ff, #fbffde);
  }

  .body-background.gr-bl.sp-only.image-bg {
    z-index: -15;
    background-image: url('../images/wireframe-white.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .body-background.gr-bl.sp-only.image-bg.blend-multiply {
    opacity: 0.5;
  }

  .header-background-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .tab-link-tab-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .tab-link-tab-1.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .tab-link-tab-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .tab-link-tab-2.w--current {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-black-gradietion.sp-only {
    height: 20vh;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #000), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #000 20%, hsla(0, 0%, 100%, 0));
  }

  .lottie-animation-3 {
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }

  .div-block-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-3 {
    width: 100px;
  }
}

#w-node-_2cc0cddf-442a-22c1-453e-c446d71d6b24-dfbf8a9a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_24bf7bf2-b92c-3207-048b-816eb7d5f490-dfbf8a9a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f579fa10-bd89-2e13-83f0-0e6c596f6284-dfbf8a9a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}
