.nav-cover{
  height:100px;
  text-align: center;
  width: 100%;
  background-color: #04a4ec;
}
.nav{
  background-image: url("MINTIA_SAKUKA_HP/nav.png");
  text-align: center;
  background-position: center center;
  background-size: cover;
  height: 100px;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.text-header{
  text-align: center;
  font-size: 2em;
  margin-top: 50px;
  font-weight: 400;
}

.blue-back{
  background-image: url("MINTIA_SAKUKA_HP/blue.png");
  text-align: center;
  font-size: 2em;
  margin-top: 30px;
  background-size: cover;
  color: white;
}

.jumbotron{
  background-color: white !important;
}
.products{
  text-align: center;
}
.products img{
  object-fit: cover;
  width: 100%;
}
.product-name{
  font-size: 1.2em;
  text-align: center;
  color: #04acec;
  line-height: 1.2;
  font-weight: 600;
  border-bottom: solid 0.5px #000000;
  margin-bottom: 5px;
}
.product-info{
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.1;
}

.note{
  margin-top: 50px;
  font-size: 0.7em;
  text-align: center;
}

.bg-image{
  background-image: url("MINTIA_SAKUKA_HP/HP_1218-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; 
  padding-top: 70.37%;
}
.text{
  width: 50%;
}

.copy1{
  color: #e95389;
  text-align: center;
  position: absolute;
  font-family: "Yu Mincho", "YuMincho";
  line-height: 1.25;
  letter-spacing: -0.1em;
}

.copy2{
  color: #3e3a39;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho";
  letter-spacing: -0.05em;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  .text-header{
    font-size: 1.1em;
    margin-top: 50px;
  }

  .blue-back{
    font-size: 1.1em;
    margin-top: 30px;
  }
}

@media screen and (min-width: 800px) and (max-width: 980px) {
  .text-header{
    font-size: 1.2em;
    margin-top: 50px;
  }

  .blue-back{
    font-size: 1.2em;
    margin-top: 30px;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .copy1{
    font-size: 1.75rem;
    top: 5rem;
    right: 2rem;
  }

  .copy2{
    font-size: 0.75rem;
    top: 12rem;
    right: 3rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 685px) {
  .copy1{
    font-size: 2rem;
    top: 5rem;
    right: 3.3rem;
  }

  .copy2{
    font-size: 0.8rem;
    top: 13rem;
    right: 5.3rem;
  }
}

@media screen and (min-width: 685px) and (max-width: 780px) {
  .copy1{
    font-size: 2.25rem;
    top: 7rem;
    right: 4rem;
  }

  .copy2{
    font-size: 0.9rem;
    top: 16rem;
    right: 6rem;
  }
}

@media screen and (min-width: 780px) and (max-width: 885px) {
  .copy1{
    font-size: 2.5rem;
    top: 8rem;
    right: 4.5rem;
  }

  .copy2{
    font-size: 1rem;
    top: 18rem;
    right: 7rem;
  }
}

@media screen and (min-width: 885px) and (max-width: 980px) {
  .copy1{
    font-size: 3rem;
    top: 8.5rem;
    right: 4.75rem;
  }

  .copy2{
    font-size: 1.1rem;
    top: 21rem;
    right: 8rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1100px) {
  .copy1{
    font-size: 3.2rem;
    top: 9rem;
    right: 6rem;
  }

  .copy2{
    font-size: 1.2rem;
    top: 22rem;
    right: 8.5rem;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .copy1{
    font-size: 4rem;
    top: 12rem;
    right: 6.5rem;
  }

  .copy2{
    font-size: 1.5rem;
    top: 27rem;
    right: 10.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .copy1{
    font-size: 4.5rem;
    top: 16rem;
    right: 8.5rem;
  }

  .copy2{
    font-size: 1.75rem;
    top: 33rem;
    right: 12.5rem;
  }
}
