.l-general-header {
  position: relative;
}

.l-general-header__heading {
  padding: 140px 0 0;
}

@media screen and (max-width: 768px) {
  .l-general-header__heading {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0;
  }
}

.l-general-header__title {
  text-align: center;
}

.l-general-section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-general-section__header .container--wide {
    padding: 0 32px 0;
  }
}

.l-general-section__heading-and-text {
  height: 250px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-general-section__heading-and-text {
    height: 240px;
  }
}

.l-general-section__heading, .l-general-section__text {
  text-align: center;
}

.l-general-section__heading {
  padding: 0 0 20px;
}

.l-main-contents {
  padding: 0 0 600px;
}

@media screen and (max-width: 768px) {
  .l-main-contents {
    padding: 0 0 320px;
  }
}

@media screen and (max-width: 768px) {
  .l-main-contents .container {
    padding: 0 32px 0;
  }
}

.l-main-contents__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-main-contents__image-and-caption {
  width: 31%;
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__image-and-caption {
    width: 100%;
    margin: 0 0 30px;
  }
}

.l-main-contents__image-item img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  .l-general-header {
    background: url("../img/top-menu.jpg") no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .l-general-header {
    background: url("../img/top-menu-sp.jpg") no-repeat;
    background-position: top 60px right 0;
    background-size: cover;
  }
}

.l-general-header__title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 500;
  line-height: inherit;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-general-header__title {
    font-size: clamp(14px, 6vw, 30px);
    line-height: 1.3em;
    letter-spacing: 0.1em;
  }
}

.l-general-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.l-general-section__header, .l-general-section__contents {
  color: #ffffff;
}

.l-general-section__heading span {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 52px;
}

@media screen and (max-width: 768px) {
  .l-general-section__heading span {
    font-size: clamp(14px, 6.5vw, 30px);
    line-height: 37.5px;
  }
}

.l-general-section__text span {
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-general-section__text span {
    font-size: 14px;
    line-height: 25px;
  }
}

.l-main-contents__caption-item span {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__caption-item span {
    font-size: 15px;
    line-height: 32px;
  }
}

.p-spice-tanaka {
  width: 640px;
  position: absolute;
  z-index: -1;
  bottom: -190px;
  left: calc(50% - 320px);
}

@media screen and (max-width: 768px) {
  .p-spice-tanaka {
    width: 400px;
    bottom: -140px;
    left: calc(50% - 200px);
  }
}

.p-spice-tanaka img {
  width: 100%;
}