@font-face {
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
  src: url(../font/Gilroy_Regular.ttf);
}

html,
body {
  font-family: Gilroy, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  background-color: #BDDEF8;
  color: #284776;
}

a {
  text-decoration: none;
}

ul,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  display: inline-block;
}

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

.share-icon {
  width: 26px;
  height: 26px;
}

.info .text {
  font-size: 57px;
  font-weight: bold;
}

.email p {
  font-size: 16px;
  color: #284776;
}

.email a {
  font-size: 16px;
  padding-bottom: 31px;
  color: #284776;
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  /* width: 334px;
  height: 622px; */
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  /* border: solid 20px rgba(255, 255, 255, 0.2); */
}

.banner-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}

.banner-wrapper ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-wrapper li {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-wrapper li:first-child {
  z-index: 1;
}

.banner-wrapper li img {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}

.background,
.background .body {
  width: 100%;
  height: 100%;
}

.share li {
  margin-right: 8px;
}

.banner .banner-dots span {
  display: inline-block;
  border-radius: 50%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.banner .banner-dots span.active {
  background-color: #ffffff;
}

.google-play-download-wrapper.pc .dialog-content {
  width: 826px !important;
  max-width: 826px !important;
  min-width: 826px !important;
}

.google-play-download-wrapper .dialog-content-hd {
  padding-bottom: 0px;
}

.google-play-download-wrapper .dialog-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #1b1e25;
}

.google-play-download-wrapper .dialog-content-ft {
  display: none !important;
}

.google-play-download-wrapper.pc .google-play-download-content {
  max-width: 670px;
  display: inline-block;
  text-align: center;
}

.google-play-download-wrapper .google-play-download-content .sub-title {
  font-size: 12px;
  text-align: center;
  color: #9ca0ab;
  margin-bottom: 40px;
}

.google-play-download-wrapper .google-play-download-content .country-list ul li {
  margin-right: 23px;
  margin-bottom: 23px;
}

.google-play-download-wrapper.mobile .google-play-download-content .country-list ul li {
  margin-right: 0px;
  margin-bottom: 23px;
}

.google-play-download-wrapper .google-play-download-content .country-list ul li a {
  text-decoration: none;
  color: #1b1e25;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.google-play-download-wrapper .google-play-download-content .country-list .country-flag {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}

.google-play-download-wrapper .google-play-download-content .country-list .country-name {
  font-size: 12px;
  color: #1b1e25;
}

.google-play-download-wrapper.mobile .google-play-download-content .country-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.google-play-download-wrapper.mobile .google-play-download-content .country-list ul li {
  width: 30%;
  text-align: center;
}

.google-play-download-wrapper.mobile .dialog-content-title {
  margin-top: 15px;
}

@media screen and (min-width: 599px) {
  body {
    min-width: 1200px;
  }

  .pc {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile {
    display: none;
  }

  .background {
    background-image: url(../img/pc-one.png), url(../img/pc-two.png), url(../img/pc-three.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right, bottom left, 3% 5%;
    background-size: 41.4rem 60.8rem, 80.2rem 85rem, 28.4rem 32rem;
    position: relative;
  }

  .banner-wrapper {
    width: 33.4rem;
    height: 62.2rem;
    border: solid 2rem rgba(255, 255, 255, 0.2);
  }

  .banner .banner-dots span {
    margin-top: 2.3rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 2.6rem;
  }

  .footer {
    height: 6rem;
    width: 58.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9rem;
  }

  .footer img {
    margin-right: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }

  .emailPC p {
    font-size: 1.6rem;
    color: #284776;
  }
  
  .emailPC a {
    font-size: 1.6rem;
    padding-bottom: 3.1rem;
    color: #284776;
  }

  .background .body {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner {
    margin-right: 6.3rem;
    text-align: center;
  }

  .logo {
    height: 10.5rem;
    margin-bottom: 1.9rem;
    font-size: 4.8rem;
    width: 51.4rem;
    color: #515151;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo div {
    width: 10.5rem;
    height: 10.5rem;
    background: #FFFFFF;
    border-radius: 1.5rem;
    background-image: url(../img/pc-pro.png);
    background-size: 10.5rem 10.5rem;
    background-position: center center;
  }

  .google-play {
    width: 22.6rem;
    height: 6.7rem;
    margin-top: 4rem;
  }

  .google-play img {
    cursor: pointer;
  }

  .info {
    height: 70rem;
  }

  .info .text {
    width: 90rem;
    height: 26rem;
    display: flex;
    flex-direction: column;
  }

  .POWERFUL {
    font-size: 12.8rem;
    background: linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 3rem #FFFFFF;
  }
  .SMART {
    align-self: flex-end;
    margin-top: -3rem;
    font-size: 12.8rem;
    background: linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 3rem #FFFFFF;
  }
}

@media screen and (max-width: 599px) {
  body {
    min-width: 100%;
  }

  .pc {
    display: none;
    position: relative;
    height: 979px;
  }

  .mobile {
    height: 910px;
    display: block;
    text-align: center;
  }

  .banner-wrapper {
    width: 217px;
    height: 406px;
    border: solid 11px rgba(255, 255, 255, 0.2);
  }

  .background {
    background-image: url(../img/clean-mobile2.png), url(../img/clean-mobile1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 69%, bottom left;
    background-size: 153px 172px, 420px 720px;
  }

  .header {
    padding-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-bg {
    width: 65px;
    height: 65px;
    background-image: url(../img/clean-mobile3.png);
    background-repeat: no-repeat;
    background-size: 65px 65px;
    background-position: center center;
    border-radius: 15px;
    margin-right: 16px;
  }

  .header-text {
    font-size: 24px;
    color: #515151;
  }

  .banner .banner-dots span {
    margin-top: 14px;
    width: 11px;
    height: 11px;
    margin-left: 18px;
  }

  .title {
    height: 40px;
    font-size: 28px;
    margin-top: 19px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    background: -webkit-linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    background: -ms-linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    background: -o-linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    background: linear-gradient(90deg, #226FF9 0%, #90E4FF 100%);
    display: block;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0px 0px 20px #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .google-play {
    margin-bottom: 35px;
  }

  .google-play img {
    width: 135.6px;
    height: 40px;
  }

  .banner {
    margin-bottom: 31px;
  }

  .banner-wrapper {
    display: inline-block;
  }

  .share {
    margin-bottom: 34px;
  }

  .share-icon {
    width: 32px;
    height: 32px;
  }
  

  .footer img {
    width: 72px;
    height: 13px;
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 280px) {
  .google-play-download-wrapper .google-play-download-content .country-list .country-flag {
    width: 62px;
    height: 62px;
  }
}