.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

.section.s-about {
  background-color: #002;
}

.section.s-news {
  background-color: #002;
}

.section.s-audition {
  background-color: #d1f8ff;
}

.section.s-cm {
  background-color: #002;
}

.section.s-mysta {
  background-color: #d1f8ff;
}

.hero-kv {
  width: 100%;
  background-image: url('../images/top_dogengers_PC.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.post-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s-title {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.s-title.black-title {
  color: #002;
}

.about-text {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12vh;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.news-date {
  padding-left: 20px;
  color: #002;
  font-size: 20px;
  font-weight: 700;
}

.news-title {
  padding-left: 30px;
  color: #002;
  font-size: 20px;
  font-weight: 700;
}

.follow-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 15vh;
  margin-top: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.follow-text {
  font-size: 18px;
}

.audition-description {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.banner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.banner-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cm-main-text {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.cm-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-creator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.creator-description-box {
  width: 50%;
}

.creator-name {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}

.creator-description {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.mysta-text {
  width: 70%;
  color: #002;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.contact-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.line-link {
  width: 40%;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #002;
  color: #fff;
  text-decoration: none;
}

.contact-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.mysta-dl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 20vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/bg_app.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-menu-item {
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu-item.w--current {
  color: #000;
}

.nav-menu-item.about-mysta-menu {
  text-transform: lowercase;
}

.container-header {
  margin-right: 40px;
  margin-left: 40px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-menu-item {
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}

.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  position: relative;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 1px 5px 0 #444;
}

.news-head {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.news-sub-head {
  padding-left: 20px;
  color: red;
  font-size: 40px;
  line-height: 45px;
}

.news-head-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-red {
  color: red;
}

.audition-head {
  line-height: 50px;
  text-align: center;
}

.audition-description-box {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
}

.audition-sub-head {
  color: red;
}

.audition-content {
  font-size: 16px;
  line-height: 25px;
}

.post-date {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.post-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.post-img {
  max-width: 100%;
}

.post-content {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.logo-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 8vh;
  -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;
}

.dl-mysta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dl-mysta-text {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.how-to-app {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -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;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.dl-app-cv {
  width: 63%;
}

.arrow-how-to {
  position: absolute;
  right: 40px;
}

@media screen and (max-width: 991px) {
  .audition-description {
    width: 70%;
    font-size: 18px;
  }

  .creator-description {
    font-size: 16px;
  }

  .mysta-text {
    font-size: 16px;
  }

  .mysta-dl-box {
    width: 80%;
  }

  .dl-mysta-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .s-title {
    font-size: 35px;
  }

  .about-text {
    font-size: 14px;
  }

  .news-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-items {
    width: 95%;
    height: 10vh;
    padding-right: 10px;
  }

  .news-date {
    font-size: 16px;
  }

  .news-title {
    font-size: 16px;
  }

  .follow-btn {
    width: 70vw;
    height: 8vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .follow-text {
    font-size: 12px;
    font-weight: 700;
  }

  .audition-description {
    font-size: 16px;
  }

  .banner-box {
    width: 90%;
  }

  .cm-works {
    width: 80%;
  }

  .cm-creator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .creator-img {
    width: 150px;
  }

  .creator-description-box {
    width: 80%;
  }

  .creator-name {
    font-size: 20px;
  }

  .creator-description {
    font-size: 14px;
  }

  .mysta-text {
    font-size: 14px;
  }

  .contact-text {
    width: 80%;
    font-size: 16px;
  }

  .line-link {
    width: 70%;
    margin-top: 20px;
  }

  .contact-link-text {
    font-size: 16px;
  }

  .mysta-dl-box {
    width: 90%;
    height: 40vh;
    padding: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-header {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .footer-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-box {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-head {
    padding-left: 10px;
    font-size: 40px;
  }

  .news-sub-head {
    padding-left: 10px;
    font-size: 25px;
  }

  .news-head-box {
    height: 25vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .audition-head {
    font-size: 25px;
  }

  .audition-description-box {
    padding-left: 0px;
  }

  .audition-sub-head {
    font-size: 25px;
  }

  .audition-content {
    font-size: 14px;
  }

  .post-date {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .post-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
  }

  .post-content {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .logo-home {
    width: 25vw;
    padding-left: 0px;
  }

  .logo-home.w--current {
    width: 30vw;
    padding-left: 0px;
  }

  .dl-mysta {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mysta-bw-logo {
    width: 50%;
  }

  .dl-app-cv {
    width: 100%;
  }

  .arrow-how-to {
    right: 20px;
  }

  .how-to-text {
    font-size: 11px;
  }
}

#w-node-_25a17547-5128-10f5-a996-bf417f9b6367-5c901501 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}