@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
/* --------------------------------------------
   common
-------------------------------------------- */
main p {
  margin: 0;
  font-weight: 400;
}
main img {
  max-width: 100%;
}
.txt-l {
  font-size: 24px;
}
.txt-red {
  color: #e45451;
}
.txt-blue {
  color: #009bbc;
}
.u-fw-bold {
  font-weight: 600;
}
.ttl-h2 {
  font-size: 32px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.ttl-h3 {
  margin: 40px 0 16px;
  text-align: center;
  background: #009bbc;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 0;
  border-radius: 4px;
}
[class^="col-"] {
  display: grid;
  gap: 40px;
  padding: 0;
  margin: 0;
}
.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
figcaption {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.atn {
  font-size: 14px;
  margin-top: 24px;
}
.spS-block {
  display: none;
}
.intro-block,
.sec-block {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* --------------------------------------------
   mv-block
-------------------------------------------- */
.mv-block {
  background: url("../img/mv-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.mv-block__inner {
  position: relative;
  width: 500px;
  height: 100%;
  margin: 0 auto;
  padding: 48px 0;
}
.mv-anime {
  background-repeat: no-repeat;
  position: absolute;
}
.siocare {
  width: 501px;
  height: 380px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/mv-anime_siocare.png);
  animation: siocare 2.1s steps(2) infinite;
  background-size: cover;
}
.noodle01 {
  width: 120px;
  height: 120px;
  top: 93px;
  left: -170px;
  background-image: url(../img/mv-anime_noodle01.png);
  animation: noodle01 1.8s steps(2) infinite;
  background-size: cover;
}
.girl {
  width: 110px;
  height: 110px;
  top: 213px;
  left: -280px;
  background-image: url(../img/mv-anime_girl.png);
  animation: girl 2.4s steps(2) infinite;
  background-size: cover;
}
.sparkle01 {
  width: 80px;
  height: 70px;
  bottom: 79px;
  left: -127px;
  background-image: url(../img/mv-anime_sparkle.png);
  animation: sparkle 2.1s steps(2) infinite;
  background-size: cover;
}
.sparkle02 {
  width: 80px;
  height: 70px;
  bottom: 124px;
  right: -127px;
  background-image: url(../img/mv-anime_sparkle.png);
  animation: sparkle 2.2s steps(2) infinite;
  background-size: cover;
}
.kettle {
  width: 140px;
  height: 120px;
  top: 105px;
  right: -218px;
  background-image: url(../img/mv-anime_kettle.png);
  animation: kettle 2.5s steps(2) infinite;
  background-size: cover;
}
.noodle02 {
  width: 120px;
  height: 120px;
  bottom: 90px;
  right: -300px;
  background-image: url(../img/mv-anime_noodle02.png);
  animation: noodle02 1.8s steps(2) infinite;
  background-size: cover;
}
@keyframes siocare {
  to {
    background-position: 0 -826px;
  }
}
@keyframes noodle01 {
  to {
    background-position: -421px 0;
  }
}
@keyframes girl {
  to {
    background-position: -376px 0;
  }
}
@keyframes sparkle {
  to {
    background-position: -315px 0;
  }
}
@keyframes kettle {
  to {
    background-position: -412.9px 0;
  }
}
@keyframes noodle02 {
  to {
    background-position: -422px 0;
  }
}
.mv-block__text {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  top: -40px;
}
.mv-block__text .c-attention {
  text-align: right;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
/* --------------------------------------------
   content-block
-------------------------------------------- */
.content-block {
  background: url(../img/content-bg.jpg);
  width: 100%;
  height: 100%;
  padding: 56px 0;
}
.content-block__inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
/* --------------------------------------------
   intro-block
-------------------------------------------- */
.intro-block {
  text-align: center;
  margin-bottom: 70px;
}
.intro-block p {
  font-size: 17px;
  font-weight: 600;
}
.intro-block p + p {
  margin-top: 20px;
}
.intro-block__comment {
  margin-bottom: 20px;
}
.intro-block__comment img {
  width: 64px;
  margin-right: 30px;
}
.intro-block__comment p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.intro-block__comment p + p {
  margin-top: 8px;
}
.intro-block__comment p > span {
  background: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  border: 1px solid #83cbe2;
  position: relative;
  line-height: 1.4;
}
.intro-block__comment p > span::before,
.intro-block__comment p > span::after {
  content: "";
  background: #fff;
  border-radius: 50%;
  border: 1px solid #83cbe2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.intro-block__comment p > span::before {
  width: 12px;
  height: 12px;
  left: -15px;
}
.intro-block__comment p > span::after {
  width: 8px;
  height: 8px;
  left: -26px;
}
/* --------------------------------------------
   sec-block
-------------------------------------------- */
.sec-block {
  margin-top: 50px;
  background: #fff;
}
.sec-block__inner {
  padding: 60px 4% 50px;
  position: relative;
}
.sec-block__inner::before {
  content: "";
  background: url(../img/sec-decor.svg) no-repeat;
  background-size: contain;
  width: 82%;
  height: 24px;
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.howto-list {
  margin-bottom: 30px;
}
.howto-list li p {
  margin-top: 16px;
}
.qa-list {
  margin-top: 40px;
}
.qa-list li + li {
  margin-top: 40px;
}
.qa-list li p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.6;
  position: relative;
  padding-left: 45px;
}
.qa-list li p + p {
  margin-top: 16px;
}
.qa-list .txt-q {
  font-weight: 600;
}
.qa-list li [class^="txt-"]::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: -3px;
  left: 0;
}
.qa-list li .txt-q::before {
  background: url(../img/icon-q.svg) no-repeat;
  background-size: contain;
}
.qa-list li .txt-a::before {
  background: url(../img/icon-a.svg) no-repeat;
  background-size: contain;
}
.product-list {
  gap: 24px;
}
.product-list li img {
  width: 180px;
  display: block;
  margin-inline: auto;
  padding: 16px 0;
}
.product-list .txt-block p {
  font-size: 15px;
}
.product-list li .txt-link {
  margin-top: 5px;
}
.product-list li .txt-link a {
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.product-list li .txt-link a:hover {
  text-decoration: underline;
}
.product-list li .txt-link a::before {
  content: "";
  background: url(../img/icon-link.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  transition: background 0.5s ease;
}
.product-list li .txt-link a:hover::before {
  background: url(../img/icon-link_w.svg) no-repeat;
  background-size: contain;
}
.col-2.product-list {
  max-width: 456px;
  margin: 0 auto;
}
.col-3.product-list {
  max-width: 672px;
  margin: 0 auto;
}
/* --------------------------------------------
	footer
-------------------------------------------- */
#ns_footer {
  margin-top: 0;
}

/* ==============================================
   TB
============================================== */
@media screen and (max-width: 1024px) {
  .col-4.product-list {
    max-width: 672px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==============================================
   SP
============================================== */
@media screen and (max-width: 787px) {
  .atn {
    margin-top: 16px;
  }
  /* --------------------------------------------
		mv-block
	-------------------------------------------- */
  .mv-block {
    height: 572px;
  }
  .mv-block__inner {
    width: 360px;
  }
  .siocare {
    width: 360px;
    height: 270px;
  }
  .noodle01 {
    top: 63px;
    left: -140px;
  }
  .girl {
    left: -160px;
  }
  .sparkle01 {
    left: -67px;
  }
  .sparkle02 {
    bottom: 194px;
    right: -97px;
  }
  .kettle {
    top: 65px;
    right: -138px;
  }
  .noodle02 {
    bottom: 50px;
    right: -180px;
  }
  @keyframes siocare {
    to {
      background-position: 0 -594px;
    }
  }
}

/* ==============================================
   SP
============================================== */
@media screen and (max-width: 767px) {
  /* --------------------------------------------
    common
  -------------------------------------------- */
  .ttl-h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .ttl-h3 {
    margin: 30px 0 20px;
  }
  .col-2 {
    grid-template-columns: 1fr;
  }
  .col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* --------------------------------------------
    mv-block
  -------------------------------------------- */
  .mv-block__inner {
    width: 335px;
    padding: 25px 0;
  }
  .siocare {
    width: 355px;
    height: 270px;
    top: 43%;
  }
  .noodle01 {
    width: 80px;
    height: 80px;
    top: 25px;
    left: 0;
  }
  .girl {
    width: 80px;
    height: 80px;
    top: 25px;
    left: 50%;
    transform: translateX(-40%);
  }
  .sparkle01 {
    width: 80px;
    height: 70px;
    top: 25px;
    right: 0;
    left: auto;
  }
  .sparkle02 {
    width: 80px;
    height: 70px;
    bottom: 90px;
    left: 0;
    right: auto;
  }
  .kettle {
    width: 100px;
    height: 80px;
    top: auto;
    bottom: 90px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .noodle02 {
    width: 80px;
    height: 80px;
    top: auto;
    bottom: 90px;
    right: 0;
  }
  @keyframes siocare {
    to {
      background-position: 0 -585px;
    }
  }
  @keyframes noodle01 {
    to {
      background-position: -281px 0;
    }
  }
  @keyframes girl {
    to {
      background-position: -274px 0;
    }
  }
  @keyframes sparkle {
    to {
      background-position: -316px 0;
    }
  }
  @keyframes kettle {
    to {
      background-position: -276.5px 0;
    }
  }
  @keyframes noodle02 {
    to {
      background-position: -282px 0;
    }
  }
  .mv-block__text {
    top: -60px;
  }
  .mv-block__text .c-attention {
    text-align: left;
  }
  /* --------------------------------------------
    intro-block
  -------------------------------------------- */
  .intro-block__comment p {
    font-size: 14px;
  }
  .intro-block__comment p > span {
    font-size: 13px;
    border-radius: 20px;
  }
  .sec-block__inner {
    padding: 40px 5% 40px;
  }
  .sec-block__inner::before {
    background-size: cover;
    width: 100%;
  }
  .howto-list {
    margin-bottom: 16px;
  }
  .howto-list li:nth-child(2) {
    margin-top: -15px;
  }
  .qa-list {
    margin-top: 20px;
  }
  .product-list,
  .col-3.product-list,
  .col-4.product-list {
    max-width: 456px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-list .txt-block p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  /* --------------------------------------------
    common
  -------------------------------------------- */
  .spS-block {
    display: block;
  }
  .col-3 {
    grid-template-columns: 1fr;
  }
  .col-3 {
    gap: 30px;
  }
  .howto-list li img {
    max-width: 300px;
    display: block;
    margin-inline: auto;
  }
  .product-list,
  .col-3.product-list,
  .col-4.product-list {
    grid-template-columns: 1fr;
  }
  .product-list {
    gap: 30px;
  }
  .product-list li {
    display: grid;
    grid-template-columns: 119px 1fr;
    gap: 20px;
    align-items: center;
  }
  .product-list li img {
    padding: 0;
  }
}
