.about-menu {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 16px;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.about-item {
  position: relative;
  width: calc(50% - 15px);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.about-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.about-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}
@media (max-width: 767px) {
  .about-item {
    width: 100%;
  }
}

.page-id-4879 h3,
.page-id-4269 h3{
    position: relative;
    padding-bottom: 10px;
    display: block;
    margin: 80px auto 50px;
    text-align: center;
}
.page-id-4879 h3.brand-title:before,
.page-id-4269 h3.brand-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px;
        left: 0;
    right: 0;
    margin: auto;
}
.story-section {
  position: relative;
  width: 100%;
  min-height: 460px;
  padding: 80px 0 90px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(120, 80, 20, 0.35);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.story-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1; 
}
.story-text {
  max-width: 520px;
  line-height: 1.9;
}
.story-section--right .story-inner {
  justify-content: flex-end;
  text-align: left;
}
.story-section--left .story-inner {
  justify-content: flex-start;
  text-align: left;
}
.story-label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  white-space: nowrap;
  width:100%;
}
.story-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}
.story-heading {
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: 700;
}
.story-body {
  font-size: 14px;
  margin: 0;
}
.story-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.story-scroll__icon {
  position: relative;
  width: 14px;
  height: 20px;
}
.story-scroll__icon::before,
.story-scroll__icon::after {
  content: "";
  position: absolute;
  background: #fff;
}
.story-scroll__icon::before {
  width: 2px;
  height: 20px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.story-scroll__icon::after {
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
}

.story1 {
  background-image: url("https://picsum.photos/1600/900?image=1067");
}

.story2 {
  background-image: url("https://picsum.photos/1600/900?image=1040");
}

/* ===== SP ===== */
@media (max-width: 767px) {
  .story-section {
    padding: 60px 0 80px;
    min-height: 0;
  }

  .story-text {
    max-width: 100%;
  }

  .story-heading {
    font-size: 22px;
  }

  .story-body {
    font-size: 13px;
  }
}