header {
  z-index: 10;
}

#fv {
  display: flex;
  position: relative;
  z-index: 10;
}
#fv #fv-left {
  width: 19%;
  min-width: 220px;
}
@media screen and (max-width: 960px) {
  #fv #fv-left {
    display: none;
  }
}
#fv #fv-left #fv-logo {
  max-width: 165px;
  margin: 30px auto 0;
}
#fv #fv-left #fv-logo-type {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 20px;
}
#fv #fv-left #fv-logo-type h1 {
  font-size: 3.8rem;
  letter-spacing: 0.3rem;
}
#fv #fv-left #fv-logo-type p {
  font-size: 13px;
  letter-spacing: 0.05rem;
  margin-top: 10px;
}
#fv #fv-left #fv-link {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 15px;
}
#fv #fv-left #fv-link ul {
  text-align: left;
  display: inline-block;
}
#fv #fv-left #fv-link ul li {
  margin-top: 45px;
}
#fv #fv-left #fv-link ul li:before {
  content: "";
  width: 4px;
  height: 2px;
  border: solid #333333 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #333333;
}
#fv #fv-right {
  width: 100%;
}
#fv #fv-right img {
  width: 100%;
  max-height: 100vh;
  min-height: 600px;
  object-fit: cover;
}
#fv #fv-copy {
  max-width: 960px;
  position: absolute;
  bottom: 0;
  background-color: #d0503e;
  padding: 50px 160px 30px 150px;
}
@media screen and (max-width: 1570px) {
  #fv #fv-copy {
    display: none;
  }
}
@media screen and (max-height: 900px) {
  #fv #fv-copy {
    display: none;
  }
}
#fv #fv-copy p {
  color: #fafafa;
  font-size: 6.0rem;
  font-weight: 900;
  letter-spacing: 1.0rem;
  line-height: 1.5;
}
#fv #fv-copy p:nth-child(1) {
  letter-spacing: 1.05rem;
  line-height: 0.4;
  padding-left: 70px;
}

#fv-copy-over {
  display: none;
  background-color: #d0503e;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 1570px) {
  #fv-copy-over {
    display: block;
  }
}
@media screen and (max-height: 900px) {
  #fv-copy-over {
    display: block;
  }
}
#fv-copy-over p {
  color: #efefef;
  font-size: 5.0rem;
  font-weight: 900;
  letter-spacing: 1.0rem;
  line-height: 1.5;
}
#fv-copy-over p:nth-child(1) {
  letter-spacing: 0.7rem;
  line-height: 0.4;
  padding-right: 480px;
}

main #about-meat {
  width: 1200px;
  margin: 125px auto 0;
}
main #about-meat .section-right #section1-image1 {
  margin-right: 120px;
}
main #about-meat .section-right #section1-image2 {
  margin: 30px 0 0 120px;
}
main #about-farm {
  background-color: #f4ebeb;
  margin-top: 120px;
}
main #about-farm .section-area {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 90px 0;
}
main #about-farm .section-left #section2-image1 {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 0;
}
main #about-farm .section-left #section2-image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main #information {
  margin-top: 100px;
  background-color: #f4ebeb;
  padding: 100px 0 120px;
}
main #information #information-inner {
  width: 1200px;
  margin: 50px auto 0;
}
main #information #information-inner ul li {
  display: flex;
  border-bottom: solid 2px #d0503e;
  align-items: center;
}
main #information #information-inner ul li p {
  margin-top: 0;
}
main #information #information-inner ul li .date {
  color: #6c6c6c;
  font-size: 1.8rem;
  padding: 0 70px 0 10px;
}
main #information #information-inner ul li .news {
  font-size: 2.0rem;
  line-height: 4.5;
}
main #access {
  margin-top: 100px;
}
main #access .section-area {
  width: 1200px;
  display: flex;
  margin: 75px auto 0;
}
main #access .section-area .section-left {
  padding: 30px 30px 50px 30px;
  background-color: #f4ebeb;
}
main #access .section-area .section-left ul li {
  display: flex;
  margin-top: 40px;
}
main #access .section-area .section-left ul li p {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1;
}
main #access .section-area .section-left ul li .title {
  width: 25%;
  color: #d0503e;
}
main #access .section-area .section-left ul li .contents {
  width: 75%;
}
main #access .section-area .section-left ul li .contents span {
  display: inline-block;
  font-weight: 500;
  line-height: 2;
  font-size: 1.4rem;
  margin-top: 20px;
}
main #access .section-area .section-left .in-section-link {
  margin-top: 50px;
}
main #access .section-area .map {
  height: 100%;
}
main #access .section-area .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1250px) {
  main #about-meat {
    width: 900px;
  }
  main #about-meat .section-right #section1-image1 {
    margin: 50px 0 0 40px;
  }
  main #about-meat .section-right #section1-image2 {
    margin: 50px 0 0 40px;
  }
  main #about-farm .section-area {
    width: 900px;
  }
  main #about-farm .section-area .section-right p:nth-child(2) {
    margin-top: 60px;
  }
  main #information #information-inner {
    width: 900px;
  }
  main #access .section-area {
    width: 900px;
  }
  main #access .section-area .section-left ul li .title {
    width: 30%;
  }
  main #access .section-area .section-left ul li .contents {
    width: 70%;
  }
  main #access .section-area .map {
    margin-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  header {
    position: relative;
  }

  #fv #fv-right img {
    min-height: auto;
  }

  #fv-copy-over {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 25px 0;
    z-index: 20;
  }
  #fv-copy-over p {
    font-size: 25px;
    font-weight: 700;
  }
  #fv-copy-over p:nth-child(1) {
    padding-right: 280px;
    letter-spacing: 1rem;
  }

  main #about-meat {
    width: 100%;
    margin: 80px 0;
  }
  main #about-meat .section-left {
    padding: 0;
  }
  main #about-meat .section-right #section1-image1 {
    margin: 50px 0 0;
  }
  main #about-meat .section-right #section1-image1 img {
    width: 100%;
  }
  main #about-farm {
    margin: 80px 0;
  }
  main #about-farm .section-area {
    width: 100%;
    padding: 0;
  }
  main #about-farm .section-area .section-left {
    order: 2;
  }
  main #about-farm .section-area .section-left #section2-image1 {
    margin: 50px 0 0;
    padding: 0;
  }
  main #about-farm .section-area .section-left #section2-image1 img {
    width: 100%;
    height: 50vw;
  }
  main #about-farm .section-area .section-right {
    order: 1;
  }
  main #about-farm .section-area .in-section-link {
    order: 3;
  }
  main #information {
    margin-top: 30px;
    padding: 80px 0;
  }
  main #information #information-inner {
    width: 100%;
    padding: 20px;
  }
  main #information #information-inner ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  main #information #information-inner ul li .date {
    font-size: 1.4rem;
    padding: 0;
  }
  main #information #information-inner ul li .news {
    font-size: 1.6rem;
    line-height: 4;
  }
  main #information #information-inner ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  main #access .section-area {
    width: 100%;
    flex-direction: column;
  }
  main #access .section-area .section-left {
    margin: 0;
  }
  main #access .section-area .section-right {
    margin-top: 30px;
  }
  main #access .section-area .section-right .map {
    margin-left: 0;
  }
  main #access .section-area .section-right .map iframe {
    height: 65vw;
  }
}
@media screen and (max-width: 520px) {
  #fv-copy-over {
    position: relative;
    padding: 25px 0;
  }
  #fv-copy-over p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  #fv-copy-over p:nth-child(1) {
    padding-right: 208px;
    letter-spacing: 1rem;
  }

  main #information #information-inner ul li .date {
    font-size: 1.2rem;
  }
  main #information #information-inner ul li .news {
    font-size: 1.4rem;
    line-height: 2;
  }
  main #information #information-inner ul li:nth-child(n+2) {
    margin-top: 30px;
  }
  main #access .section-area .section-left {
    padding: 15px 15px 30px;
  }
  main #access .section-area .section-left ul li p {
    font-size: 1.6rem;
  }
  main #access .section-area .section-right .map iframe {
    height: 80vw;
  }
}
@media screen and (max-width: 400px) {
  #fv-copy-over p {
    letter-spacing: 0.5rem;
  }
  #fv-copy-over p:nth-child(1) {
    padding-right: 170px;
    letter-spacing: 0.4rem;
  }

  main #about-farm {
    margin-top: 80px;
  }
  main #information {
    padding: 60px 0;
  }
  main #access {
    margin-top: 80px;
  }
  main #access .section-area .section-left ul li p {
    font-size: 1.4rem;
  }
  main #access .section-area .section-left ul li .contents span {
    font-size: 1.2rem;
  }
  main #access .section-area .section-right .map iframe {
    height: 100vw;
  }
}
