html {
  font-size: 16px;
}

body {
  max-width: 1080px;
  /* min-height: 1750px; */
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
}

/*-------------------------*/

header {
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(212, 230, 234);
  font-size: 2rem;
}

#companyName {
  margin-left: 2%;
}

#menu {
  margin-right: 2%;
}

/*---------------------------*/

.contents {
  width: 100%;
  min-height: 1200px;
  position: relative;
  background-image: url('https://i.ibb.co/HTGjX0MV/Adobe-Stock-1885397962.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*---------------------------*/

.text {
  position: absolute;
  justify-content: space-between;
  top: 5%;
  left: 3%;
  writing-mode: vertical-rl;
  letter-spacing: 4rem;
  color: white;
  text-shadow: 10px 10px 5px rgba(255, 60, 60, 0.25);
}

#skinText {
  font-size: 8rem;
  margin: 0;
}

#weekText {
  font-size: 3rem;
  margin: 0;
}

/*-------------------------*/

.cards {
  height: 20%;
  width: 60%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  right: 10%;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40%;
  margin-left: 3%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2.5rem;
  line-height: 4rem;
  text-shadow: 10px 10px 5px rgba(0, 60, 60, 0.25);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

.card span {
  display: block;
  text-align: center;
}

/*---------------------------------*/

.bottom {
  position: absolute;
  top: 82%;
  height: 16%;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
}

#shokai {
  position: absolute;
  font-size: 3.3rem;
  top: 15%;
  left: 5%;
  margin: 0;
}

#shokai span {
  display: block;
  text-decoration: line-through;
}

#border {
  position: absolute;
  border: 0.1rem solid black;
  height: 80%;
  top: 8%;
  left: 25%;
  writing-mode: vertical-rl;
}

#now {
  position: absolute;
  top: 10%;
  left: 30%;
  font-size: 3.5rem;
  margin: 0;
}

#off {
  /* width: 70%; */
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 30%;
  font-size: 3.5rem;
  margin: 0;
}

.under {
  text-decoration: underline black 0.3rem;
}

#and {
  font-size: 3rem;
}

/*---------------------------------*/
footer {
  height: 200px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.footerContents {
  position: relative;
  width: 90%;
  height: 100%;
  margin: auto;
}

footer p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 3rem;
  text-decoration: underline 0.2rem;
  white-space: nowrap;
}

#couponImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 12rem;
  width: 25rem;
}

#couponHere {
  position: absolute;
  top: 50%;
  right: 6%;
  font-size: 2rem;
}
/*-----------------------------------*/

@media screen and(max-width: 960px) {
  html {
    font-size: 13px;
  }
  .contents {
    min-height: 1000px;
  }
}

@media screen and (max-width: 930px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 850px) {
  html {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 7.5px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 5px;
  }

  .contents {
    min-height: 800px;
  }

  footer {
    height: 100px;
  }
}

/*ーーーーーーーーーーーーーーーーーー*/
