@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap');
.p-shop__logo {
  width: 240px;
}
.c-button__group--sub .c-button {
  font-size: .8rem;
  border: 1px solid #32A29E;
  background: #fff;
  color: #32A29E;
  box-shadow: none;
  border-radius: 6px;
  margin: 0;
}
.p-page__body-inner {
  border: none;
  padding: 0 20px;
}
.p-page__title {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.8rem;
}
.c-alert:not(.c-alert--danger) {
  font-size: .9rem;
  background-color: #32A29E22;
  color: #333;
}
.c-form__table th,
.c-form__table td {
  font-size: 1rem;
}
.c-form__title {
  width: 250px;
}
.c-form__content {
  width: calc(100% - 250px);
}
.c-input--text {
  border: 2px solid #D6D6D6;
  padding: 10px;
  border-radius: 6px;
}
.c-button--lg {
  font-size: 1.2rem;
  border-radius: 10px;
  width: 260px;
}
.c-button--primary {
  background-color: #32A29E;
}
.p-page__footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: 
    url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-pc.png?cmsp_timestamp=20211101102009'),
    url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-pc.png?cmsp_timestamp=20211101101845'),
    url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg.jpg?cmsp_timestamp=20211101100215');
  background-image: 
    image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-pc.png?cmsp_timestamp=20211101102009') 1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-pc%402x.png?cmsp_timestamp=20211102104958') 2x),
    image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-pc.png?cmsp_timestamp=20211101101845') 1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-pc%402x.png?cmsp_timestamp=20211102105029') 2x),
    image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg.jpg?cmsp_timestamp=20211101100215') 1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg%402x.jpg?cmsp_timestamp=20211102105046') 2x);
  background-image: 
    -webkit-image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-pc.png?cmsp_timestamp=20211101102009') 1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-pc%402x.png?cmsp_timestamp=20211102104958') 2x),
    -webkit-image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-pc.png?cmsp_timestamp=20211101101845') 1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-pc%402x.png?cmsp_timestamp=20211102105029') 2x),
    -webkit-image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg.jpg?cmsp_timestamp=20211101100215') 1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg%402x.jpg?cmsp_timestamp=20211102105046') 2x);
  padding: 110px 0;
  box-sizing: border-box;
  background-repeat: 
    no-repeat, no-repeat,repeat-x;
  background-position: 
    right -20px bottom, left top, bottom;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-page__wrap {
    font-size: 14px;
  }
  .c-form__title,
  .c-form__content {
    width: 100%;
  }
  .p-page__footer {
    padding: 55px 20px;
    background-position: right bottom 90px, left top, bottom;
    background-image: 
      url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-sp.png?cmsp_timestamp=20211102105413'),
      url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-sp.png?cmsp_timestamp=20211102105424'),
      url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg.jpg?cmsp_timestamp=20211101100215');
    background-image:
      image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-sp.png?cmsp_timestamp=20211102105413')1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-right-sp%402x.png?cmsp_timestamp=20211102105828') 2x),
      image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-sp.png?cmsp_timestamp=20211102105424')1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-left-sp%402x.png?cmsp_timestamp=20211102105837') 2x),
      image-set(url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg.jpg?cmsp_timestamp=20211101100215')1x, url('https://img21.shop-pro.jp/PA01476/803/etc/footer-bg%402x.jpg?cmsp_timestamp=20211102105845') 2x);
  }
}