@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.contents {
  background: #e5e3dc;
  padding: 20px 0 100px;
}
@media (max-width: 750px) {
  .contents {
    padding: 2rem 0 10rem;
  }
}
.contents .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .contents .inner {
    width: 100%;
  }
}

.powder {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #000;
  width: 100%;
  max-width: 750px;
  padding: 50px 25px 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .powder {
    width: auto;
    max-width: none;
    padding: 5rem 2.5rem 0;
  }
}
.powder__title {
  font-size: 42px;
  font-weight: 500;
  color: #036a35;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .powder__title {
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
}
.powder__txt {
  font-size: 22px;
  line-height: 1.3636363636;
  margin-bottom: 40px;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder__txt {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
}
.powder__heading {
  font-size: 24px;
  font-weight: 700;
  color: #036a35;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .powder__heading {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.powder__heading--color-black {
  color: #000;
}
.powder__cases {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .powder__cases {
    margin-bottom: 5rem;
  }
}
.powder__cases-caption {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .powder__cases-caption {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.powder__scene {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.powder__scene-item {
  font-size: 26px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}
@media (max-width: 750px) {
  .powder__scene-item {
    font-size: 3rem;
    padding: 1.5rem;
    border-radius: 1.6rem;
  }
}
.powder__voice {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 750px) {
  .powder__voice {
    margin-bottom: 6rem;
    gap: 3rem 0;
  }
}
.powder__voice-item {
  background: #fff;
  padding: 15px;
}
@media (max-width: 750px) {
  .powder__voice-item {
    padding: 3rem;
  }
}
.powder__voice-heading {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #40210f;
  margin-bottom: 10px;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder__voice-heading {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.powder__voice-txt {
  font-size: 18px;
  line-height: 1.3333333333;
  text-align: justify;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder__voice-txt {
    font-size: 2.4rem;
    line-height: 1.5555555556;
  }
}
.powder__voice-txt em {
  font-style: normal;
  font-weight: 500;
}
.powder__faq {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 750px) {
  .powder__faq {
    gap: 3rem 0;
  }
}
.powder__faq-item {
  background: #fff;
  padding: 15px;
}
@media (max-width: 750px) {
  .powder__faq-item {
    padding: 3rem;
  }
}
.powder__faq-heading {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #40210f;
  margin-bottom: 10px;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder__faq-heading {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.powder__faq-txt {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: justify;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder__faq-txt {
    font-size: 2.4rem;
    line-height: 1.5555555556;
  }
}

.powder-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 750px) {
  .powder-list {
    gap: 4rem;
  }
}
.powder-list__item {
  background: #fff;
  width: 230px;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .powder-list__item {
    width: 33rem;
    padding: 3rem;
  }
}
.powder-list__img {
  margin: -15px -15px 15px;
}
@media (max-width: 750px) {
  .powder-list__img {
    margin: -3rem -3rem 3rem;
  }
}
.powder-list__name {
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 10px;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder-list__name {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.powder-list__table {
  font-size: 16px;
  width: 100%;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder-list__table {
    font-size: 2rem;
  }
}
.powder-list__table-head {
  font-weight: 400;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .powder-list__table-head {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.powder-list__table-body {
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .powder-list__table-body {
    padding-bottom: 1.5rem;
  }
}
.powder-list__table-body--size-sm {
  font-size: 13px;
}
@media (max-width: 750px) {
  .powder-list__table-body--size-sm {
    font-size: 1.8rem;
  }
}
.powder-list__description {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  color: #036a35;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder-list__description {
    font-size: 2.4rem;
  }
}

.powder-contact {
  background: #fff;
  width: 100%;
  padding: 20px 20px 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .powder-contact {
    padding: 3rem 3rem 4rem;
    margin-bottom: 6rem;
  }
}
.powder-contact__table {
  font-size: 18px;
  line-height: 1.3333333333;
  width: 100%;
}
@media (max-width: 750px) {
  .powder-contact__table {
    font-size: 2.6rem;
  }
}
.powder-contact__table-head {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 25px;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .powder-contact__table-head {
    display: block;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.powder-contact__table-body {
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  .powder-contact__table-body {
    display: block;
    padding-bottom: 4rem;
  }
}
.powder-contact__table-body input[type=text] {
  font-size: 18px;
  background: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .powder-contact__table-body input[type=text] {
    font-size: 16px;
    padding: 1rem;
  }
}
.powder-contact__table-body textarea {
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 180px;
  padding: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .powder-contact__table-body textarea {
    font-size: 16px;
    height: 20rem;
    padding: 1rem;
  }
}
.powder-contact--confirm .powder-contact__table-head {
  font-weight: 500;
  padding-top: 0;
}
.powder-contact--confirm .powder-contact__table-body {
  transform: rotate(0.05deg);
}
.powder-contact__button {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.powder-contact__submit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  color: #fff;
  background: #036a35;
  text-align: center;
  width: 350px;
  height: 60px;
  border: none;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 750px) {
  .powder-contact__submit {
    font-size: 3.6rem;
    width: 56rem;
    height: 10rem;
    border-radius: 1.2rem;
  }
}
.powder-contact__submit--back {
  background: #999;
}
.powder-contact .errMsg {
  font-size: 16px;
  font-weight: 700;
  color: #c00;
  display: block;
  margin-bottom: 10px;
}

.masuda-commitment {
  background: #fff;
  padding: 25px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .masuda-commitment {
    padding: 3rem;
    margin-bottom: 5rem;
  }
}
.masuda-commitment__list {
  font-size: 22px;
  line-height: 1.3636363636;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  transform: rotate(0.05deg);
}
@media (max-width: 750px) {
  .masuda-commitment__list {
    font-size: 2.8rem;
    gap: 1.5rem 0;
  }
}
@media (max-width: 750px) {
  .masuda-commitment__item {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.masuda-commitment__item::before {
  content: "●";
  color: #4a2a1d;
}/*# sourceMappingURL=powder.css.map */