/* =======================================
 reset
======================================= */
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

#puppetsunsun {
  --font-NotoSansJP: "Noto Sans JP", sans-serif;
  --font-ZenMaruGothic: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, sans-serif;
  background: #fada2f;
  color: #005292;
  font-family: var(--font-ZenMaruGothic);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

.font_noto {
  font-family: var(--font-NotoSansJP);
}

#puppetsunsun * {
  box-sizing: border-box;
}
#puppetsunsun ul, #puppetsunsun li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#puppetsunsun img {
  vertical-align: bottom;
  width: 100%;
}
#puppetsunsun a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 800px) {
  #puppetsunsun {
    min-width: 900px;
  }

  #puppetsunsun a:hover img {
    opacity: 0.8;
  }

  #puppetsunsun .nonePC {
    display: none !important;
  }

  #puppetsunsun a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media only screen and (max-width: 799px) {
  #puppetsunsun .noneSP {
    display: none !important;
  }
}
/* =======================================
 style
======================================= */
.inner {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#kv .kv_image {
  width: 800px;
  margin: 0 auto;
}

#announce {
  background: #005292;
  color: #fff;
  padding: 50px 0 35px;
  text-align: center;
}
#announce h2 {
  font-size: 24px;
  font-weight: 500;
}
#announce dl {
  font-size: 24px;
  font-weight: 900;
  margin: 15px 0 0;
}
#announce dt {
  letter-spacing: 0.06em;
  margin: 0;
}
#announce dt .date {
  font-size: 27px;
}
#announce dt .num {
  font-size: 37px;
}
#announce dd {
  letter-spacing: 0.04em;
  margin: 10px 0 0;
}
#announce .note {
  font-weight: 500;
  line-height: 1.75;
  margin: 35px 0 0;
}

#products .info {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.18em;
  line-height: 1;
  padding-top: 68px;
}
#products .item_wrap {
  padding: 100px 0;
}
#products .item_box {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#products .item_box h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  padding: 15px 0;
}
#products .desc .desc_inner {
  margin: auto;
  width: 570px;
  color: #333;
  padding: 40px 35px 25px;
  border-radius: 10px;
}
#products .desc .price {
  border-bottom: 1px solid #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  text-align: center;
}
#products .desc ul {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  margin: 20px 0 0;
}
#products .desc li {
  display: flex;
  justify-content: center;
  margin: 0;
}
#products #item_a.item_wrap {
  padding-top: 68px;
}
#products #item_a .item_box h3 {
  background: #005292;
}
#products #item_a .item_box figure {
  margin: 42px auto 0;
  width: 404px;
}
#products #item_a .desc {
  margin: 30px 0 0;
}
#products #item_a .desc .desc_inner {
  background: #fdf4c1;
}
#products #item_b.item_wrap {
  background: #b3d251;
}
#products #item_b .item_box h3 {
  background: #005292;
}
#products #item_b .item_box figure {
  margin: 65px auto 0;
  width: 350px;
}
#products #item_b .desc {
  margin: 65px 0 0;
}
#products #item_b .desc .desc_inner {
  background: #e8f1cb;
}
#products #item_c.item_wrap {
  background: #edb6ab;
}
#products #item_c .item_box h3 {
  background: #a82427;
}
#products #item_c .item_box figure {
  margin: 65px auto 0;
  width: 350px;
}
#products #item_c .desc {
  margin: 44px 0 0;
}
#products #item_c .desc .desc_inner {
  background: #fae9e6;
}

#shop {
  background: #005292;
  padding: 80px 0;
}
#shop .btn {
  width: 440px;
  margin: 0 auto;
}

#contact {
  text-align: center;
  padding: 50px 0 55px;
}
#contact .contact_title,
#contact .tel {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
#contact .contact_title {
  font-weight: 900;
}
#contact .tel {
  font-weight: 500;
}
#contact .tel a {
  color: #005292;
}
#contact .caution {
  font-weight: 500;
  line-height: 1.75;
  margin: 35px 0 0;
}
#contact .copyright {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 45px 0 0;
}

@media only screen and (max-width: 799px) {
  #puppetsunsun {
    font-size: 3.7333333333vw;
  }

  .inner {
    width: 100%;
  }

  #kv .kv_image {
    width: 100%;
  }

  #announce {
    padding: 8vw 0 7.3333333333vw;
  }
  #announce h2 {
    font-size: 4.2666666667vw;
  }
  #announce dl {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
  #announce dt .date {
    font-size: 4.9333333333vw;
  }
  #announce dt .num {
    font-size: 6.6666666667vw;
  }
  #announce .note {
    font-size: 2.6666666667vw;
    line-height: 2;
    margin: 3.3333333333vw 0 0;
  }

  #products .info {
    font-size: 4.8vw;
    padding-top: 6vw;
  }
  #products .item_wrap {
    padding: 13.3333333333vw 0;
  }
  #products .item_box {
    border-radius: 6.6666666667vw;
    width: 92vw;
    padding-bottom: 10.6666666667vw;
  }
  #products .item_box h3 {
    font-size: 5.3333333333vw;
    padding: 2vw 0;
  }
  #products .desc .desc_inner {
    width: 84vw;
    padding: 4.6666666667vw 5.3333333333vw 3.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  #products .desc .price {
    font-size: 3.7333333333vw;
    padding-bottom: 2.6666666667vw;
    white-space: nowrap;
  }
  #products .desc .price span {
    font-size: 90%;
  }
  #products .desc ul {
    font-size: 3.4666666667vw;
    line-height: 1.538;
    margin: 2vw 0 0;
  }
  #products #item_a {
    padding-top: 6.6666666667vw;
  }
  #products #item_a .item_box figure {
    margin: 6vw auto 0;
    width: 53.8666666667vw;
  }
  #products #item_a .desc {
    margin: 4vw 0 0;
  }
  #products #item_b .item_box figure {
    margin: 8.6666666667vw auto 0;
    width: 46.6666666667vw;
  }
  #products #item_b .desc {
    margin: 8.6666666667vw 0 0;
  }
  #products #item_c .item_box figure {
    margin: 8.6666666667vw auto 0;
    width: 46.6666666667vw;
  }
  #products #item_c .desc {
    margin: 5.8666666667vw 0 0;
  }

  #shop {
    padding: 13.3333333333vw 0;
  }
  #shop .btn {
    width: 88vw;
  }

  #contact {
    padding: 8vw 0 8.6666666667vw;
  }
  #contact .contact_title,
  #contact .tel {
    font-size: 3.4666666667vw;
    line-height: 1.769;
  }
  #contact .caution {
    font-size: 2.6666666667vw;
    line-height: 2;
    margin: 6vw 0 0;
  }
  #contact .copyright {
    font-size: 2.9333333333vw;
    margin: 6.6666666667vw 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
