body {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #3c301e;
}

img {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
  text-align: center;
  padding: 12px;
}

.header-logo {
  width: 60px;
  margin: 0 auto;
}

.header-nav {
  margin-top: 10px;
}

.header-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.header-nav-link {
  color: #ffffff;
}

/* 共通クラス */
.inner {
  padding: 0 40px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading-l {
  color: #fff;
}

.section-heading-main {
  display: block;
  font-size: 40px;
}

.section-heading-sub {
  display: block;
  font-size: 12px;
}

.fv-picture img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.about {
  padding: 110px 0;
  background-color: #f1eee4;
}

.about-text-contents {
  margin-top: 20px;
}

.about-text {
  font-size: 18px;
  line-height: 2;
}

.about-text + .about-text {
  margin-top: 16px;
}

.news {
  background-color: #f1eee4;
  padding: 110px 0;
}

.news-text-contents {
  text-align: center;
  padding: 16px 10px;
}

.news-name-main {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #a98c5f;
}

.news-name-sub {
  display: block;
  font-size: 18px;
  color: #a98c5f;
  margin-top: 8px;
}

.news-text {
  font-size: 18px;
  color: #a98c5f;
  margin-top: 16px;
}

.domain::before {
  content: "@";
}

.shop {
  background-color: #f0d016;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}

.shop-inner {
  padding: 0 20px;
}

.shop-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.info-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 3;
}
.domain::before {
  content: "@";
}

footer {
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 50px 0;
  background-color: #cab64a;
}
.footer-text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 16px;
  }

  .header-inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .header-logo {
    margin: 0;
  }

  .header-nav-list {
    gap: 40px;
  }

  .header-nav-link {
    transition: opacity 0.3s;
  }

  .header-nav-link:hover {
    opacity: 0.7;
  }

  .inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
  }

  .section-heading-main {
    font-size: 64px;
  }

  .about {
    padding: 100px 0;
  }

  .about-contents {
    display: flex;
    gap: 40px;
    align-items: center;
  }

  .about-img {
    width: 300px;
  }

  .about-text-contents {
    margin-top: 0;
  }

  .about-text {
    font-size: 22px;
  }

  .about-text + .about-text {
    margin-top: 30px;
  }

  .news {
    padding: 100px 0 100px;
  }

  .news-list {
    display: flex;
    gap: 50px;
  }

  .news-item {
    width: calc(100% / 2);
    height: auto;
  }

  .shop-inner {
    max-width: 600px;
    margin: 0 auto;
  }

  .form {
    display: flex;
    gap: 20px;
  }

  .form-submit {
    margin-top: 0;
    transition: opacity 0.3s;
  }

  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .footer-text {
    margin-top: 12px;
  }

  .footer-nav-list {
    gap: 40px;
  }

  .footer-copylight {
    font-size: 13px;
  }
}
