.mvArea .inner01, .mvArea .inner02 {
  padding-top: 6vw;
}
.mvArea .inner01 h2 > span span, .mvArea .inner02 h2 > span span {
  font-size: 10.4166666667vw;
}

.introArea {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .introArea {
    padding: 60px 0;
  }
}
.introArea .cc01 {
  font-size: 36px;
  line-height: 2.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .introArea .cc01 {
    font-size: 18px;
    text-align: left;
  }
}
.introArea .cc01.mb {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .introArea .cc01.mb {
    margin-bottom: 20px;
  }
}

h3 {
  font-family: "Cormorant Garamond", "serif";
  font-weight: normal;
  font-size: 5.8vw;
  color: rgba(42, 78, 135, 0.5);
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  h3 {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 10.6666666667vw;
  }
}
h3.cnt {
  text-align: center;
}
h3.bk {
  color: #212527;
}
h3.mb {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  h3.mb {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  h3.mb {
    margin-bottom: 40px;
  }
}

.historyArea {
  padding: 50px 0 200px;
}
@media (max-width: 767px) {
  .historyArea {
    padding: 20px 0 60px;
  }
}
.historyArea .inner04 {
  max-width: 1164px;
}
.historyArea .cc03 {
  font-size: 28px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .historyArea .cc03 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.historyArea .historyBox {
  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;
}
@media (max-width: 767px) {
  .historyArea .historyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.historyArea .historyBox .txtArea {
  width: 48.1099656357%;
}
@media (max-width: 767px) {
  .historyArea .historyBox .txtArea {
    width: 100%;
  }
}
.historyArea .historyBox .txtArea .txtInner {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
}
@media (max-width: 767px) {
  .historyArea .historyBox .txtArea .txtInner {
    position: static;
  }
}
.historyArea .historyBox .imgArea {
  width: 45.0171821306%;
  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;
  row-gap: 80px;
}
@media (max-width: 767px) {
  .historyArea .historyBox .imgArea {
    width: 100%;
    row-gap: 40px;
  }
}
.historyArea .historyBox .imgArea .imgBox figure figcaption {
  line-height: 1.5em;
}

.cc02 {
  font-size: 32px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cc02 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.cc02.wh {
  color: #fff;
}
.cc02.cnt {
  text-align: center;
}

.landscapeArea {
  padding: 50px 0 200px;
}
@media (max-width: 767px) {
  .landscapeArea {
    padding: 20px 0 60px;
  }
}
.landscapeArea .landscapeImgWrap {
  width: 100%;
  height: 200dvh;
  position: relative;
  contain: paint;
  will-change: contain;
}
.landscapeArea .landscapeImgWrap .landscapeImgInner {
  height: 300dvh;
}
.landscapeArea .landscapeImgWrap .landscapeImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100dvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .landscapeArea .landscapeImgWrap .landscapeImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landscapeArea .landscapeImgWrap .landscapeImg .inBox {
  width: 50%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .landscapeArea .landscapeImgWrap .landscapeImg .inBox {
    width: 100%;
    height: 50%;
  }
}
.landscapeArea .landscapeImgWrap .landscapeImg .inBox figure {
  width: 100%;
  height: 100%;
}
.landscapeArea .landscapeImgWrap .landscapeImg .inBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.landscapeArea .landscapeImgWrap .landscapeImg .inBox .txtArea {
  width: 80%;
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 2;
}
.landscapeArea .landscapeImgWrap .landscapeImg .inBox .txtArea .cc02 {
  letter-spacing: 0.04em;
}
.landscapeArea .landscape02Wrap {
  padding: 100px 0 0;
  width: 100%;
  contain: paint;
  will-change: contain;
}
@media (max-width: 767px) {
  .landscapeArea .landscape02Wrap {
    padding: 50px 0 0;
  }
}
.landscapeArea .landscape02Wrap .cc02 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .landscapeArea .landscape02Wrap .cc02 {
    margin-bottom: 40px;
  }
}

.designArea {
  padding: 50px 0 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .designArea {
    padding: 20px 0 60px;
  }
}
.designArea .txtWrap {
  position: relative;
}
.designArea .txtArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4.15vw;
  z-index: 3;
}
.designArea .txtArea p {
  font-size: 8.333vw;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Cormorant Garamond", "serif";
}
@media (max-width: 991px) {
  .designArea .txtArea p {
    font-size: 12.8vw;
  }
}
.designArea .inner04 {
  max-width: 1280px;
}
.designArea .designBox {
  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) {
  .designArea .designBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.designArea .designBox .imgArea {
  width: 43.75%;
}
@media (max-width: 767px) {
  .designArea .designBox .imgArea {
    width: 100%;
  }
}
.designArea .designBox .txtArea02 {
  width: 43.75%;
}
@media (max-width: 991px) {
  .designArea .designBox .txtArea02 {
    margin-top: 10vw;
  }
}
@media (max-width: 767px) {
  .designArea .designBox .txtArea02 {
    margin-top: 0;
    width: 100%;
  }
}
.designArea .designConBox {
  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;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .designArea .designConBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.designArea .designConBox.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .designArea .designConBox.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.designArea .designConBox .imgArea {
  width: 66.6666666667%;
}
@media (max-width: 991px) {
  .designArea .designConBox .imgArea {
    width: 100%;
  }
}
.designArea .designConBox .txtArea02 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5%;
}
@media (max-width: 991px) {
  .designArea .designConBox .txtArea02 {
    padding: 30px 5% 0;
  }
}

.harborArea {
  padding: 50px 0 200px;
}
@media (max-width: 767px) {
  .harborArea {
    padding: 20px 0 60px;
  }
}
.harborArea .harborBox {
  margin: 80px 0 200px;
  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;
}
@media (max-width: 767px) {
  .harborArea .harborBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin: 40px 0 100px;
  }
}
.harborArea .harborBox .imgArea {
  width: 50%;
}
@media (max-width: 767px) {
  .harborArea .harborBox .imgArea {
    width: 100%;
  }
}
.harborArea .harborBox .imgArea figure {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
}
@media (max-width: 767px) {
  .harborArea .harborBox .imgArea figure {
    position: relative;
    top: 0;
  }
}
.harborArea .harborBox .txtArea {
  width: 43.75%;
  padding-right: 5%;
  padding-top: 200px;
}
@media (max-width: 991px) {
  .harborArea .harborBox .txtArea {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .harborArea .harborBox .txtArea {
    width: 100%;
    padding: 0 5%;
    padding-top: 0;
  }
}
.harborArea .harborBox .txtArea .harborList {
  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;
  row-gap: 50px;
}
@media (max-width: 991px) {
  .harborArea .harborBox .txtArea .harborList {
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .harborArea .harborBox .txtArea .harborList {
    row-gap: 20px;
  }
}
.harborArea .harborBox .txtArea .harborList li {
  padding-left: 50px;
  position: relative;
  font-size: 20px;
  line-height: 1.75em;
}
@media (max-width: 991px) {
  .harborArea .harborBox .txtArea .harborList li {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .harborArea .harborBox .txtArea .harborList li {
    font-size: 15px;
    padding-left: 30px;
  }
}
.harborArea .harborBox .txtArea .harborList li span.num {
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .harborArea .harborBox .txtArea .harborList li span.num {
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .harborArea .harborBox .txtArea .harborList li span.num {
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
  }
}
.harborArea .harborBox .txtArea .harborList li span.num.beige {
  color: #fff;
  background: #9B872D;
}
.harborArea .harborBox .txtArea .harborList li span.num.bk {
  border: solid 1px #000;
}
.harborArea .harborBox .txtArea .harborList li strong {
  font-weight: normal;
  color: #9B872D;
}
.harborArea .harborBox .txtArea .harborList li img {
  margin-top: 20px;
}