html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #3c301e;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body.is-fixed {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.l-inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}

.c-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.c-section__heading-name {
  font-size: 6.4rem;
}
@media screen and (width < 768px) {
  .c-section__heading-name {
    font-size: 3.6rem;
  }
}
.c-section__heading-text {
  font-size: 1.4rem;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  padding: 20px 0;
  width: 100%;
}
@media screen and (width < 768px) {
  .p-header {
    padding: 10px 0;
  }
}
.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width < 768px) {
  .p-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: revert;
        -ms-flex-pack: revert;
            justify-content: revert;
  }
}
.p-header__logo {
  width: 200px;
}
.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (width < 768px) {
  .p-header__nav-list {
    gap: 20px;
  }
}
.p-header__nav-link {
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__nav-link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.p-about {
  padding: 100px 0;
  background-color: #f1eee4;
}
@media screen and (width < 768px) {
  .p-about {
    padding: 60px 0;
  }
}
.p-about__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (width < 768px) {
  .p-about__media {
    display: block;
  }
}
.p-about__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.p-about__text {
  line-height: 1.7;
  letter-spacing: 0.07em;
}
.p-about__text + .p-about__text {
  margin-top: 20px;
}

.p-menu {
  padding: 80px 0;
  background-color: #f1eee4;
}
@media screen and (width < 768px) {
  .p-menu {
    padding: 60px 0;
  }
}
.p-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (width < 768px) {
  .p-menu__list {
    display: block;
  }
}
@media screen and (width < 768px) {
  .p-menu__item + .p-menu__item {
    margin-top: 40px;
  }
}
.p-menu__img-container {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-menu__img-container:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-menu__img-container img {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.p-menu__contents {
  padding: 40px;
  text-align: center;
}
.p-menu__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu__heading-text {
  font-size: 1.4rem;
  color: #a98c5f;
}
.p-menu__text {
  margin-top: 20px;
  color: #a98c5f;
}

.p-shop {
  padding: 60px 0;
  background: url(../img/bg-shop.png) no-repeat center center;
  background-size: cover;
}
@media screen and (width < 768px) {
  .p-shop {
    background: url(../img/sp/bg-shop.png) no-repeat center center;
    background-size: cover;
  }
}
.p-shop__heading {
  color: #ffffff;
}
.p-shop__inner {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-shop__text {
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}
.p-shop__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (width < 768px) {
  .p-shop__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-shop__input {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 20px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-shop__btn {
  border: none;
  border-radius: 4px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  width: 180px;
  padding: 20px;
  color: #ffffff;
  background-color: #a98c5f;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width < 768px) {
  .p-shop__btn {
    width: 140px;
  }
}
.p-shop__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.p-footer {
  background-color: #3c301e;
  padding-top: 60px;
  text-align: center;
}
.p-footer__logo {
  width: 200px;
  margin: 0 auto;
}
.p-footer__text {
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: #ffffff;
}
.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
.p-footer__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-footer__link-img {
  width: 60px;
  margin: 0 auto;
}
.p-footer__link-text {
  color: #ffffff;
  margin-top: 20px;
  font-size: 1.4rem;
}
.p-footer__wrapper {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.p-footer__copy {
  font-size: 1.4rem;
  color: #ffffff;
}

@media screen and (width >= 768px) {
  .p-page-top {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    color: #000000;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-page-top:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .p-page-top__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 2.4rem;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.p-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-modal {
  display: none;
}
.p-modal__img {
  width: 700px;
  background-color: #fff;
}