@import url("/assets/css/style.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&text=0123456789&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&text=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&display=swap");
*,
*::before,
*::after {
  letter-spacing: 0.05rem;
}
/*-- .c-sitemap --*/

.c-form-flow__step {
  width: 13rem;
  padding: 3rem 1rem;
}

/*-- .c-form --*/

.p-top-strength__heading__balloon::before {
  left: 0;
  width: 48%;
}

.p-strength__heading__balloon::before {
  left: 0;
  width: 48%;
}
.p-strength__anchor {
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}

/*================================
  common style
================================*/
/*================================
  en style
================================*/
@media not screen and (min-width: 768px){
  .c-form-flow__step {
    width: 10rem;
    padding: 2rem 0.5rem;
  }
  .p-top-strength__item__link {
    grid-template-rows: 1fr auto auto;
  }
  .p-top-strength__item__title {
    font-size: min(2.9rem, 7.5vw);
  }
}
@media screen and (min-width: 1200px), print{
  .l-header__menu__bottom {
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 768px), print{
  .l-footer__sitemap {
    min-width: min(82rem, 100%);
  }
  .l-footer__logo {
    width: 22%;
  }
  .c-sitemap {
    height: 43rem;
  }
  .c-form__detail .c-form__required {
    right: calc(100% + 4.5rem);
    left: auto;
  }
  .p-products-search__term {
    width: 14rem;
  }
  .p-strength__anchor__link {
    min-height: 7rem;
  }
}
@media screen and not (max-aspect-ratio: 5/7), print{
  .p-top-mainvisual__item--top .p-top-mainvisual__text {
    right: min(15%, 13rem);
  }
  .p-top-mainvisual__item--bottom .p-top-mainvisual__text {
    left: min(15%, 13rem);
  }
}