.mgz-mv {
  width: 100%;
}
.mgz-mv picture {
  width: 100%;
}
.mgz-mv picture img {
  width: 100%;
  height: auto;
}

.mgz-sidetrack {
  padding: 60px 0;
}

.mgz-sidetrack-title {
  position: relative;
  margin-bottom: 100px;
  margin-bottom: 100px;
  padding-right: 30%;
}
.mgz-sidetrack-title__title {
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
}
.mgz-sidetrack-title__lead {
  font-size: 1.25rem;
}
.mgz-sidetrack-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25%;
  max-width: 250px;
  aspect-ratio: 363/306;
  margin: 0 0 0 auto;
  background: url(../../images/magazine/sidetrack-title-img.png) center center/contain no-repeat;
}

.title_image {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.mgz-feature-1 {
  background: url(../../images/magazine/202602/feature-1-deco-1.png) right top/70% auto no-repeat, url(../../images/magazine/202602/feature-1-deco-2.png) left bottom/70% auto no-repeat, url(../../images/magazine/202602/feature-1-bg.png) center center/cover no-repeat;
  padding: 30px 0;
}

.feature-1-inner {
  width: calc(100% - 64px);
  margin: auto;
  border-radius: 18px;
  padding: 86px 0 110px 0;
}

.feature-1-box {
  position: relative;
}
.feature-1-box__title {
  width: 80%;
  max-width: 800px;
  aspect-ratio: 520/153;
  margin: auto;
  background: url(../../images/magazine/202602/feature-title-1.png) center center/contain no-repeat;
  margin-bottom: 30px;
}
.feature-1-box__lead {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 50px;
}
.feature-1-box .postList_item--title p {
  color: #fff;
}
.feature-1-box .sub-info a {
  color: #ffffff;
}

.mgz-feature-2 {
  padding: 30px 0;
  background: #A62624;
}

.feature-2-inner {
  width: calc(100% - 64px);
  margin: auto;
  padding: 86px 0 110px 0;
  background: url(../../images/magazine/202602/feature-2-bg.png) center center/cover no-repeat;
}

.feature-2-box {
  position: relative;
}
.feature-2-box__title {
  width: 80%;
  max-width: 777px;
  aspect-ratio: 777/228;
  margin: auto;
  background: url(../../images/magazine/202602/feature-title-2.png) center center/contain no-repeat;
  margin-bottom: 30px;
}
.feature-2-box__lead {
  text-align: center;
  color: #562013;
  font-size: 1.25rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feature-1-box__lead {
    font-size: 1rem;
  }
  .feature-2-box__lead {
    font-size: 1rem;
  }
  .feature-2-box__title {
    width: 100%;
  }
}/*# sourceMappingURL=single-magazine-202602.css.map */