@charset "UTF-8";
/* header */
.header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 140px;
}
@media (max-width: 900px) {
  .header {
    width: 100%;
    padding: 25px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fffde8;
    z-index: 9999;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-logo {
  width: auto;
}

.header__navigation {
  text-align: right;
}
.header__navigation ul {
  display: flex;
  gap: 40px;
  font-size: 2rem;
}
.test {
  display: none;
}
@media (max-width: 900px) {
  .header__navigation {
    display: none;
  }
}
/* header end */

/* section-top */
.section-top__image {
  background-size: cover;
  height: 582px;
  background-image: url("../images/main_visual.jpg");
  background-position: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 50px; */
}
.section-top__h2 {
  font-size: 5rem;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  padding: 0.75em;
}
.section-top__strong {
  font-size: 6rem;
}
.section-top__description {
  text-align: center;
  font-size: 3rem;
  line-height: calc(70 / 30);
}
@media (max-width: 900px) {
  .section-top__image {
    height: 200px;
  }
  .section-top__h2 {
    width: 231px;
    height: 88px;
    font-size: 1.6rem;
  }
  .section-top__strong {
    font-size: 1.8rem;
  }
  .section-top__description {
    font-size: 1.4rem;
    margin-top: 15px;
    text-align: left;
  }
}
/* section-top end */

/* reason */
.section-reason__ul {
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  margin-top: 60px;
}
.section-reason__li {
  display: flex;
  margin-top: 100px;
  gap: 55px;
}
.section-reason__li > div {
  flex: 1;
}
.section-reason__li:first-of-type {
  margin-top: 0;
}
.section-reason__h3 {
  font-size: 2.5rem;
}
.section-reason__h3__no {
  font-size: 3.5rem;
}
.section-reason__h3__strong {
  font-size: 3.5rem;
}

/* .section__h2 {
  margin-bottom: 50px;
} */
@media (max-width: 900px) {
  .section__h2__three {
    font-size: 2.5rem;
  }
  .section__h2__strong {
    font-size: 2.3rem;
  }
  .section__h2 {
    font-size: 1.8rem;
  }
  .section-reason__ul {
    margin-top: 15px;
  }
  .section-reason__li {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-reason {
    margin-top: 25px;
  }
  .section-reason__h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .section-reason__h3__no {
    font-size: 2.5rem;
  }
  .section-reason__h3__strong {
    font-size: 2.5rem;
  }
}
/* reason end */

/* trial */
.section-trial {
  text-align: center;
  background-color: rgba(255, 255, 255, 255);
  position: relative;
  padding-bottom: 100px;
  padding-top: 20px;
}
.section-trial__h2 {
  font-size: 3rem;
  line-height: 6rem;
  margin-top: 3rem;
}
.section-trial__h2__strong {
  font-size: 5rem;
}
.section-trial__dl {
  display: flex;
  gap: 100px;
}
.section-trial__dt {
  font-size: 3.6rem;
  margin-top: 4rem;
  line-height: 6rem;
}
.section-trial__dd {
  font-size: 3rem;
}
.section-trial__trialset {
  line-height: 1.5;
}
.section-trial__price {
  font-size: 3.6rem;
  line-height: 1.5;
}
.section-trial__tax {
  color: #333;
  font-size: 1.8rem;
}
.section-trial__producer {
  font-size: 1.8rem;
  padding-bottom: 30px;
}
.section-trial__deco__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 61%);
}
@media (max-width: 900px) {
  .section-trial {
    padding-top: 20px;
    margin-top: 30px;
  }
  .section-trial__h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
  .section-trial__h2__strong {
    font-size: 3rem;
  }
  .section-trial__dt {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .section-trial__trialset {
    font-size: 2rem;
  }
  .section-trial__price {
    font-size: 3rem;
  }
  .section-trial__tax {
    font-size: 1.4rem;
  }
  .section-trial__producer {
    font-size: 1.4rem;
  }
  .section-trial__dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .order__button {
    font-size: 2.4rem;
    gap: 15px;
    height: 80px;
    margin: 20px auto;
  }
  .section-trial__img {
    max-height: 150px;
  }
}

@media (max-width: 420px) {
  .order__button {
    font-size: 1.8rem;
  }
}
/* trial end */

/* quality */
.section-quality__description {
  text-align: center;
  font-size: 2rem;
  line-height: calc(50 / 20);
}
.section-quality__deco__quality {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-quality__description {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* quality end */

/* faq */
.section-faq {
  padding-top: 20px;
}
.section-faq__h3 {
  text-align: center;
  font-size: 2.5rem;
}
.section-faq__q {
  font-size: 3.5rem;
}
.section-faq__cont {
  text-align: center;
  font-size: 1.8rem;
  line-height: calc(50 / 18);
}
@media (max-width: 900px) {
  .section-faq__h3 {
    font-size: 1.8rem;
    margin: 25px;
    line-height: calc(30 / 18);
  }
  .section-faq__q {
    font-size: 2.5rem;
  }
  .section-faq__cont {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* faq end */

/* footer */
.footer-logo {
  width: 110px;
  margin: auto;
}
.footer-small {
  text-align: center;
}
/* footer end */
