#rss {
  padding: 3vw 10% 0;
  font-weight: 400;
}
#rss * {
  box-sizing: border-box;
}
#rss p {
  padding: 0;
  margin: 0;
}
#rss h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8vw;
}
#rss .feed .rss-item dt {
  font-size: 13px;
  color: #969087;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
#rss .feed .rss-item dd {
  font-size: 14px;
  letter-spacing: 0.1em;
}
#rss .btn-more {
  margin: 22px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#rss .btn-more a {
  font-size: 14px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 32px 4px 4px;
  position: relative;
}
#rss .btn-more a::before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#rss .btn-more a::after {
  content: "";
  background: url(../img/fujisawa/rss_arr.png) no-repeat 0 0/100% auto;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 3px;
}
#sec-add {
  padding: 13vw 0 16vw;
  background: url(../img/fujisawa/bg1.jpg);
}
#sec-add * {
  box-sizing: border-box;
}
#sec-add p {
  padding: 0;
  margin: 0;
}
#sec-add .wrap {
  padding: 0 5%;
}
#sec-add h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 9.5vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12vw;
}
#sec-add .content .set:not(:last-child) {
  margin-bottom: 14vw;
}
#sec-add .content .set .photo img {
  width: 100%;
  height: auto;
}
#sec-add .content .set .gr-txt {
  margin-top: 4vw;
}
#sec-add .content .set .gr-txt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 3.5vw;
}
