.container {
  margin: auto;
}

.main {
  width: 100%;
  height: 100vh;
  background-image: url("./../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

#hero {
  height: 100vh;
}

#hero .container {
  width: 968px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.main-content-mb {
  display: none;
}

.title-mb {
  display: none;
}

.logo {
  width: 350px;
  margin: 60px auto;
}

.logo img {
  width: 100%;
  height: 100%;
}

.title {
  width: 100%;
  max-width: 950px;
  margin: 0px auto 40px;
  text-align: center;
}

.title img {
  width: 100%;
  height: 100%;
}

.title-mb {
  display: none;
}

.title-pc {
  width: 100%;
}

.idol_icon {
  position: absolute;
  bottom: 200px;
  left: auto;
  right: auto;
}

.wp-btn-download {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-bottom: 60px;
  padding-top: 20px;
}

.idol_icon img {
  width: 100%;
}

.ios_icon img {
  width: 100px;
}


.android-icon img {
  width: 200px;
}

.icon-app-y {
  top: 15%;
}

.main-content {
  width: 100%;
  flex-grow: 1;
  flex-direction: row;
  position: relative;
  padding-bottom: 50px;
}

.hdios-content {
  height: max-content;
  overflow: hidden;
  padding: 20px 0;
  height: 100%;
}

.hdios-content::-webkit-scrollbar {
  width: 0 !important;
}

.hdios-content img {
  max-width: 100%;
  height: auto;
}

.logo_hdios {
  margin: 20px auto 20px;
  text-align: center;
  max-width: 500px;
}

.backbutton {
  position: absolute;
  top: 20px;
  left: 20px;
}

.title_hdios {
  margin: 0px auto;
  text-align: center;
}

.title_hdios img {
  width: 110px;
}

.email-content {
  flex-grow: 2;
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: auto;
}

.email-content img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1921px) {
  .idol_icon {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    margin: auto;
  }

  .idol_icon img {
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 600px;
  }


  .ios_icon img {
    width: 320px;
  }

  .android-icon img {
    width: 320px;
  }
}

@media screen and (max-width: 1920px) and (max-height: 899px) {
  .idol_icon {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    margin: auto;
  }

  .idol_icon img {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: auto;
  }

  .ios_icon img {
    width: 350px;
  }

  .android-icon img {
    width: 350px;
  }
}

@media screen and (max-width: 1920px) and (min-height: 900px) {
  .idol_icon {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    margin: auto;
  }

  .idol_icon img {
    width: 100%;
    max-width: 695px;
    margin: auto;
    text-align: center;
  }

  .ios_icon img {
    width: 350px;
  }

  .android-icon img {
    width: 350px;
  }
}

@media screen and (max-width: 1200px) and (min-height: 901px) {
  .wp-btn-download {
    padding-bottom: 40px;
  }

  .idol_icon {
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0px;
    margin: auto;
    text-align: center;
  }

  .idol_icon img {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .ios_icon img {
    width: 300px;
  }

  .android-icon img {
    width: 300px;
  }
}

@media screen and (max-width: 1200px) and (max-height: 901px) {
  .logo {
    width: 300px;
    margin: 30px auto;
  }

  .main-content {
    padding-bottom: 30px;
  }

  .title {
    max-width: 700px;
    margin: 0px auto 25px;
  }

  .idol_icon {
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0px;
    margin: auto;
    text-align: center;
  }

  .idol_icon img {
    width: 80%;
    max-width: 400px;
    margin: auto;
  }

  .ios_icon img {
    width: 200px;
  }

  .android-icon img {
    width: 200px;
  }

  .email-content {
    max-width: 250px;
  }
}

@media screen and (max-width: 768px) {

  .main {
    /* background-image: url(./../img/bg-mb.png); */
  }

  #hero .container {
    height: 90% !important;
  }


  .main-content-mb {
    display: block;
    width: 100%;
    margin-top: 2%;
  }

  #hero .container {
    padding-top: 4px;
  }

  .hdios-content {
    padding-bottom: 160px;
  }

  .ios_icon {
    left: 10%;
  }

  .android-icon {
    right: 10%;
  }

  .email-content {
    max-width: 256px;
  }

  .ios_icon_mb {
    margin: 25px auto 20px;
    max-width: 370px;
    display: block;
    text-align: center;
  }

  .ios_icon_mb img {
    width: 280px;
  }

  .android-icon_mb {
    max-width: 370px;
    display: block;
    text-align: center;
    margin: auto;
  }

  .android-icon_mb img {
    width: 280px;
  }

  .idol_icon_mb {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
    margin: auto;
    max-height: 250px;
    padding-top: 15px;
    left: auto;
  }

  .idol_icon_mb img {
    width: 70%;
    max-width: 375px;
    height: auto;
  }

  #hero .container {
    width: 100%;
  }

  .logo {
    width: 220px;
    height: auto;
    margin: 40px auto 15px;
    padding: 0;
  }

  .logo img {
    width: 100%;
    height: 100%;
  }

  .title {
    max-width: 90%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    display: none;
  }

  .title-mb {
    margin: 2px auto;
    width: 80%;
    max-width: 320px;
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .main-content {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
  }

  .title-mb {
    padding-top: 5px !important;
  }

  .wp-btn-download {
    gap: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .ios_icon {
    left: 0%;
    position: relative;
  }

  .android-icon {
    right: 0%;
    position: relative;
  }

  .ios_icon,
  .android-icon {
    width: 45%;
  }

  .ios_icon img,
  .android-icon img {
    width: 100%;
  }

  .email-content {
    max-width: 210px;
  }
}

@media screen and (max-width: 400px) {
  .idol_icon_mb img {
    width: auto;
    height: 57vw;
  }
}