.mvArea {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(145, 255, 166, 0.74)), to(rgba(127, 202, 255, 0.74)));
  background: -webkit-linear-gradient(left, rgba(145, 255, 166, 0.74), rgba(127, 202, 255, 0.74));
  background: linear-gradient(to right, rgba(145, 255, 166, 0.74), rgba(127, 202, 255, 0.74));
}
@media (max-width: 767px) {
  .mvArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mvArea .bgImg {
  position: relative;
  overflow: hidden;
}
.mvArea .bgImg .bg01 {
  width: 30%;
  height: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #aa8958;
  position: absolute;
  bottom: -35%;
  right: -18%;
}
.mvArea .txtArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .mvArea .txtArea {
    left: -2%;
  }
}
@media (max-width: 991px) {
  .mvArea .txtArea {
    left: -8%;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea {
    position: relative;
    height: 60vw;
    left: 0;
  }
}
.mvArea .txtArea h2 {
  width: 460px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: -230px;
  margin-top: -230px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2 {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2 {
    width: 70%;
    left: -35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    padding-right: 10px;
  }
}
.mvArea .txtArea h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(30deg, #7fcaff 38%, #91ffa6 97%);
  background: linear-gradient(60deg, #7fcaff 38%, #91ffa6 97%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2::before {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.mvArea .txtArea h2::after {
  content: "";
  width: 80%;
  height: 80%;
  background: #729ab5;
  opacity: 0.66;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2::after {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2::after {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
.mvArea .txtArea h2 span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2 span {
    font-size: 8vw;
  }
}

.cc01 {
  font-size: 40px;
  line-height: 1.75em;
  text-align: center;
  color: #002662;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cc01 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.cc01.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cc01.mb30 {
    margin-bottom: 15px;
  }
}
.cc01.mt {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cc01.mt {
    margin-top: 50px;
  }
}
.cc01 small {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .cc01 small {
    font-size: 12px;
  }
}

.txt01 {
  text-align: center;
  font-size: 17px;
  line-height: 2em;
  color: #002662;
}
@media (max-width: 991px) {
  .txt01 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 13px;
  }
}
.txt01.mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .txt01.mb {
    margin-bottom: 30px;
  }
}

.txt02 {
  font-size: 14px;
  line-height: 2em;
  color: #002662;
}
@media (max-width: 991px) {
  .txt02 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .txt02 {
    font-size: 12px;
  }
}
.txt02.mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .txt02.mb {
    margin-bottom: 30px;
  }
}

.txt03 {
  font-size: 19px;
  line-height: 2.5em;
  color: #002662;
}
@media (max-width: 991px) {
  .txt03 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .txt03 {
    font-size: 14px;
  }
}
.txt03.mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .txt03.mb {
    margin-bottom: 30px;
  }
}
.txt03.cnt {
  text-align: center;
}
.txt03.mt {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .txt03.mt {
    margin-top: 50px;
  }
}

figure.img01 {
  margin-bottom: 60px;
}

.introArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .introArea {
    padding: 60px 0 40px;
  }
}
.introArea .materialArea {
  background: #E2EAF0;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .introArea .materialArea {
    padding: 45px 0;
  }
}
.introArea .materialArea .materialBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .introArea .materialArea .materialBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.introArea .materialArea .materialBox .imgArea {
  width: 46.7010309278%;
  position: relative;
}
@media (max-width: 767px) {
  .introArea .materialArea .materialBox .imgArea {
    width: 80%;
    padding-bottom: 20%;
  }
}
.introArea .materialArea .materialBox .imgArea figure:first-child {
  position: relative;
  z-index: 5;
}
.introArea .materialArea .materialBox .txtArea {
  width: 48.7628865979%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .introArea .materialArea .materialBox .txtArea {
    width: 100%;
    padding-top: 0;
  }
}
.introArea .materialArea .materialBox .txtArea .ttl {
  font-size: 28px;
  line-height: 1.6em;
  color: #002662;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .introArea .materialArea .materialBox .txtArea .ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .introArea .materialArea .materialBox .txtArea .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.landplanArea {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .landplanArea {
    padding: 20px 0 40px;
  }
}
.landplanArea .img01 {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto 60px;
  position: relative;
}
.landplanArea .img01 .zoom {
  cursor: pointer;
  width: 56px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (max-width: 767px) {
  .landplanArea .img01 .zoom {
    width: 50px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.landplanArea .imgFul {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .landplanArea .imgFul {
    margin-bottom: 40px;
  }
}
.landplanArea .landplanList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .landplanArea .landplanList {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .landplanArea .landplanList {
    margin-bottom: 50px;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
  }
}
.landplanArea .landplanList li {
  width: 30.9278350515%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .landplanArea .landplanList li {
    width: 100%;
  }
}
.landplanArea .landplanList li .txtArea {
  background: #658DAF;
  padding: 30px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.landplanArea .landplanList li .txtArea .ttl {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .landplanArea .landplanList li .txtArea .ttl {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .landplanArea .landplanList li .txtArea .ttl {
    font-size: 20px;
  }
}
.landplanArea .landplanList li .txtArea .ttl strong {
  font-weight: normal;
}
.landplanArea .landplanList li .txtArea .ttl strong.big {
  font-size: 135%;
  line-height: 1.1em;
}
.landplanArea .landplanList li .txtArea .ttl strong.num {
  font-size: 146%;
  line-height: 1em;
}
.landplanArea .landplanList li .txtArea .ttl small {
  font-size: 65%;
  line-height: 1.5em;
}
.landplanArea .landplanList li .txtArea .ttl small.sm {
  font-size: 50%;
}
.landplanArea .landplanList li .txtArea dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 10px;
}
.landplanArea .landplanList li .txtArea .note {
  color: #fff;
  margin-top: 10px;
}
.landplanArea .plantingList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .landplanArea .plantingList {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 1.33333%;
  }
}
.landplanArea .plantingList li {
  width: 12.9896907216%;
}
@media (max-width: 767px) {
  .landplanArea .plantingList li {
    width: 24%;
  }
}
.landplanArea .plantingList li p.name {
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 10px;
  color: #002662;
}
@media (max-width: 767px) {
  .landplanArea .note.right {
    margin-top: 5px;
  }
}
.landplanArea .viewWrap {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.landplanArea .viewWrap .scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 0;
}
.landplanArea .viewWrap p.cap {
  font-size: 10px !important;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
.landplanArea .viewWrap figure img {
  position: relative;
  width: auto !important;
  max-width: none;
  height: 360px;
  margin: auto;
}
.landplanArea .viewWrap button.scroll-button {
  width: 60px;
  height: 60px;
  position: absolute;
  background: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .landplanArea .viewWrap button.scroll-button {
    width: 40px;
    height: 40px;
  }
}
.landplanArea .viewWrap button.scroll-button::before, .landplanArea .viewWrap button.scroll-button::after {
  content: "";
  width: 100%;
  height: 100%;
  border-top: solid 1px #658DAF;
  border-right: solid 1px #658DAF;
  position: absolute;
  top: 0;
}
.landplanArea .viewWrap button.scroll-button.scroll-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.landplanArea .viewWrap button.scroll-button.scroll-left::before, .landplanArea .viewWrap button.scroll-button.scroll-left::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.landplanArea .viewWrap button.scroll-button.scroll-left::before {
  left: 20px;
}
@media (max-width: 767px) {
  .landplanArea .viewWrap button.scroll-button.scroll-left::before {
    left: 15px;
  }
}
.landplanArea .viewWrap button.scroll-button.scroll-left::after {
  left: 40px;
}
@media (max-width: 767px) {
  .landplanArea .viewWrap button.scroll-button.scroll-left::after {
    left: 25px;
  }
}
.landplanArea .viewWrap button.scroll-button.scroll-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.landplanArea .viewWrap button.scroll-button.scroll-right::before, .landplanArea .viewWrap button.scroll-button.scroll-right::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.landplanArea .viewWrap button.scroll-button.scroll-right::before {
  right: 20px;
}
@media (max-width: 767px) {
  .landplanArea .viewWrap button.scroll-button.scroll-right::before {
    right: 15px;
  }
}
.landplanArea .viewWrap button.scroll-button.scroll-right::after {
  right: 40px;
}
@media (max-width: 767px) {
  .landplanArea .viewWrap button.scroll-button.scroll-right::after {
    right: 25px;
  }
}
.landplanArea .viewTtl {
  background: -webkit-gradient(linear, left top, right top, from(rgba(101, 141, 175, 0.47)), color-stop(50%, rgba(204, 217, 228, 0.47)), to(rgba(101, 141, 175, 0.47)));
  background: -webkit-linear-gradient(left, rgba(101, 141, 175, 0.47), rgba(204, 217, 228, 0.47) 50%, rgba(101, 141, 175, 0.47));
  background: linear-gradient(to right, rgba(101, 141, 175, 0.47), rgba(204, 217, 228, 0.47) 50%, rgba(101, 141, 175, 0.47));
  padding: 20px 10px;
}
.landplanArea .viewTtl p.ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.landplanArea .viewTtl p.ttl span:first-child {
  color: #5385A8;
  font-family: "EB Garamond", serif;
  font-size: 34px;
  line-height: 1;
}
.landplanArea .viewTtl p.ttl span:last-child {
  font-size: 16px;
  line-height: 1.8;
}

.movie-wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.movie-wrap .imgScroll {
  width: 100%;
  overflow: auto;
}
.movie-wrap .imgScroll figure {
  min-width: 1300px;
}
@media (max-width: 767px) {
  .movie-wrap .imgScroll figure {
    min-width: 900px;
  }
}
.movie-wrap button.mfp-close, .movie-wrap button.mfp-arrow {
  top: 0;
  color: #333;
}