/* productPages
--------------------------------------------------*/
.productPages.stick .mv__imgWrap {
  margin-block-start: 190px;
}
.productPages.stick .mv__pop {
  width: 280px;
  top: -160px;
  left: -60px;
}
.productPages.stick .mv__balloon {
  top: -130px;
  right: -65px;
}
.productPages.stick.for-PC .mv__img {
  width: 450px;
}
.productPages.stick.for-PC .howto__figure img {
  max-width: 240px;
}
.productPages.stick.for-SP .mv__img {
  width: 510px;
}
.productPages.stick .outline__person {
  right: 15px;
}
.productPages.stick .pageTitle__label__bold {
  text-shadow: -2px -2px 1px white, 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, 2px 0px 1px white, -2px 0px 1px white, 0px 2px 1px white, 0px -2px 1px white;
}
.productPages.stick.fam .pageTitle__label__bold {
  color: var(--color-fam-text);
}
.productPages.stick.mine .pageTitle__label__bold {
  color: var(--color-mine-text);
}
.productPages.stick .pageTitle__aside {
  font-family: var(--font-kinuta);
  text-align: center;
  color: #fff;
}
.productPages.stick .pageTitle__aside__note {
  padding-top: 10px;
}
.productPages.stick .howto__figure,
.productPages.stick .productSection__figure {
  text-align: center;
}
.productPages.stick .howto__figure img,
.productPages.stick .productSection__figure img {
  max-width: 100%;
}
.productPages.stick .productSection__title__column {
  padding: 5px 40px;
  background-color: #fff;
  border-radius: 9em;
}
.productPages.stick .productSection__hizashi365 {
  padding: 20px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.productPages.stick .productSection__hizashi365__list {
  display: table;
  margin: 0 auto;
  padding-top: 0.5em;
}
.productPages.stick .productSection__hizashi365__list .productSection__column__item {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}
.productPages.stick .productSection__hizashi365__list .productSection__column__item::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #f18700;
}
/*# sourceMappingURL=stick.css.map */