main {
  background: #E2E1E2;
}

#visual {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #visual {
    margin-bottom: 0;
  }
}
#visual .ly_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #visual .ly_inner {
    position: static;
    display: block;
    color: #000;
  }
}
#visual .title {
  width: 50%;
  font-size: 4.4rem;
  padding-left: 180px;
}
@media screen and (max-width: 767px) {
  #visual .title {
    width: 100%;
    padding-left: 0;
  }
}
#visual .txt {
  width: 50%;
  max-width: 442px;
}
@media screen and (max-width: 767px) {
  #visual .txt {
    width: 100%;
    max-width: none;
  }
}
#visual .txt .vol {
  font-size: 2rem;
  font-weight: 500;
}
#visual .txt h1 {
  font-size: 2.5rem;
  font-weight: 500;
}
#visual .txt .prof {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
#visual .txt .prof .brand {
  font-size: 1.8rem;
}
#visual .txt .prof .name {
  font-size: 1.4rem;
}
#visual.story2 .txt {
  max-width: 360px;
}

#contents .story-block .ly_inner {
  max-width: 960px;
}
#contents .story-block h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contents .story-block h2 {
    font-size: 2rem;
  }
}
#contents .story-block h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 1px;
  background-color: #000;
  left: -75px;
  top: 2.52rem;
}
#contents .story-block h2 a {
  margin-left: 10px;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: underline;
}
#contents .story-block p {
  line-height: 2.5;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #contents .story-block p {
    margin-bottom: 50px;
  }
}
#contents .story-block p .note {
  font-size: 1.2rem;
}
#contents .story-block .image {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #contents .story-block .image {
    margin-bottom: 50px;
  }
}
#contents .wide-image {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #contents .wide-image {
    margin-bottom: 50px;
  }
}