main {
  background-color: #000;
}
main,
main a {
  color: #fff;
}
main .breadcrumbs {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs {
    margin-bottom: 54px;
  }
}
main section.lead {
  margin-bottom: 50px;
  padding: 60px 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.lead {
    margin-bottom: 32px;
    padding: 0 5% 42px;
  }
}
main section.lead::before {
  content: "";
  max-width: 590px;
  width: 100%;
  aspect-ratio: 59/11;
  background-color: #1f1f1f;
  -webkit-mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern01.svg);
          mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  main section.lead::before {
    width: 60%;
    top: 56px;
  }
}
main section.lead::after {
  content: "";
  max-width: 440px;
  width: 100%;
  aspect-ratio: 11/2;
  background-color: #1f1f1f;
  -webkit-mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern01.svg);
          mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 2%;
}
@media screen and (max-width: 768px) {
  main section.lead::after {
    width: 40%;
  }
}
main section.lead .inner {
  display: flex;
  justify-content: space-between;
  gap: 24px 2.5%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section.lead .inner {
    flex-direction: column;
  }
}
main section.lead .inner hgroup h2 {
  line-height: 1.75;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.lead .inner hgroup h2 {
    line-height: 1.4;
    font-size: 26px;
  }
}
main section.lead .inner .txt {
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  main section.lead .inner .txt {
    max-width: 550px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main section.lead .inner .txt {
    line-height: 1.8;
  }
}
main section.keywords {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  padding: 0 5% 100px;
}
@media screen and (max-width: 768px) {
  main section.keywords {
    padding-bottom: 68px;
  }
}
main section.keywords .cntWrap {
  display: flex;
  max-width: 1200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 768px) {
  main section.keywords .cntWrap {
    flex-direction: column;
  }
}
main section.keywords .cntWrap figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  main section.keywords .cntWrap figure {
    width: 100%;
    height: 240px;
  }
  main section.keywords .cntWrap figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main section.keywords .cntWrap .txt {
  display: flex;
  flex-direction: column;
  width: 55%;
  padding: 50px 100px 50px 50px;
}
@media screen and (max-width: 768px) {
  main section.keywords .cntWrap .txt {
    width: 100%;
    padding: 18px 5% 42px;
  }
}
main section.keywords .cntWrap .txt hgroup {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  main section.keywords .cntWrap .txt hgroup {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 12px;
    margin-bottom: 14px;
  }
}
main section.keywords .cntWrap .txt hgroup h3 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  main section.keywords .cntWrap .txt hgroup h3 {
    font-size: 28px;
  }
}
main section.keywords .cntWrap .txt hgroup p {
  line-height: 1;
  color: var(--bc-gray);
}
main section.keywords .cntWrap .txt > p {
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.keywords .cntWrap .txt > p {
    margin-bottom: 18px;
    line-height: 1.8;
  }
}
main section.keywords .cntWrap .txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 210px;
  width: 90%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
main section.keywords .cntWrap .txt a:hover {
  background-color: #fff;
  color: #000;
}
main section.keywords .cntWrap .txt a i {
  width: 15px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  transition: 0.5s;
}
main section.keywords .cntWrap .txt a i::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 -40%;
  rotate: 45deg;
  transition: inherit;
}/*# sourceMappingURL=style.css.map */