body {
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.header {
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
}
.header__logo {
  padding-bottom: 10px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.header__list-link {
  color: #ffffff;
  font-size: 15px;
  width: 50px;
}

.menu-link {
  position: relative;
}

.drawer__menu {
  position: absolute;
  top: 30px;
  font-size: 8px;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(211, 203, 205, 0.7);
  display: none;
}
.drawer__menu-list + .drawer__menu-list {
  padding-top: 10px;
}

.fv __img {
  width: 100%;
}

.section {
  background-color: #f1eee4;
}
.section__inner {
  min-width: 300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
.section__title {
  text-align: center;
  padding: 30px 0;
}
.section__title-main {
  font-size: 50px;
  padding-bottom: 8px;
}
.section__title-sub {
  font-size: 15px;
}
.section__item-img img {
  width: 100%;
}
.section__text {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.section__text + .section__text {
  margin-top: 20px;
}

.menu {
  padding-bottom: 60px;
}
.menu__item + .menu__item {
  padding-top: 50px;
}
.menu__item-text {
  text-align: center;
}
.menu__item-title-main {
  font-size: 18px;
  padding-top: 10px;
}
.menu__item-title-sub {
  font-size: 12px;
  padding-top: 5px;
  color: #a98c5f;
}
.menu__item-exp {
  font-size: 15px;
  padding-top: 10px;
  color: #a98c5f;
}

.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 50px;
}
.shop__text {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

.form__email {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.form__btn {
  display: block;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 4px;
  border: none;
  background-color: #a98c5f;
  margin-top: 10px;
  color: #ffffff;
}

.sns {
  background-color: #3c301e;
}
.sns .section__title-sub {
  color: #ffffff;
}
.sns__list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 30px;
  width: 300px;
}
.sns__item-text {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

.footer {
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  background-color: #3c301e;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 20px;
}
.footer__button {
  position: fixed;
  right: 10px;
  bottom: 30px;
}
.footer .top__button {
  background-color: #ffffff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  font-size: 13px;
}

/*---------------------------------------
//pc
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    width: 200px;
    margin-top: 10px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__list-item a {
    font-size: 20px;
  }
  .drawer__menu {
    font-size: 10px;
  }
  .section__inner {
    min-width: 800px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .section__title {
    padding-top: 80px;
  }
  .section__title-main {
    font-size: 60px;
  }
  .section__title-sub {
    font-size: 18px;
  }
  .section__item {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__text {
    font-size: 16px;
    margin-left: 30px;
  }
  .section__text-second {
    margin-top: 20px;
  }
  .menu {
    padding-bottom: 100px;
  }
  .menu__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  .menu__item + .menu__item {
    padding-top: 0;
  }
  .menu__item-text {
    padding-top: 20px;
  }
  .shop__text {
    font-size: 15px;
  }
  .form {
    width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
  }
  .form__email {
    width: 350px;
    margin: 0;
  }
  .form__btn {
    margin: 0;
  }
  .header__logo-sns img {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
  }
  .sns__list {
    width: 500px;
    gap: 80px;
    margin-top: 10px;
  }
}
.footer {
  font-size: 15px;
}