@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant&family=Roboto&display=swap");
.mvArea {
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.mvArea figure {
  width: 100%;
  height: 100%;
}
.mvArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvArea h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.mvArea h2 span {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
}
.mvArea h2 span.en01 {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(45px, 7.5833333333vw, 90px);
}
.mvArea h2 span.en02 {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: clamp(15px, 1.75vw, 20px);
}
.mvArea h2 span.jp {
  font-size: clamp(15px, 1.75vw, 20px);
  line-height: 1;
  margin-top: 60px;
  position: relative;
}
.mvArea h2 span.jp::before {
  content: "";
  width: 134px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -67px;
}

.imgContentsWrap {
  width: 90%;
  max-width: 1800px;
  margin: clamp(20px, 2.2222222222vw, 40px) auto;
  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;
  row-gap: clamp(20px, 2.2222222222vw, 40px);
}
.imgContentsWrap figure figcaption.imgCap01 {
  right: auto;
  left: clamp(10px, 1.1111111111vw, 20px);
  bottom: clamp(10px, 1.1111111111vw, 20px);
}
.imgContentsWrap figure figcaption.imgCap01 span {
  display: block;
}
.imgContentsWrap figure figcaption.imgCap01 span small {
  font-size: 80%;
}
.imgContentsWrap figure figcaption.imgCap01 span.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(15px, 1.7222222222vw, 30px);
}
.imgContentsWrap figure figcaption.imgCap01 span.jp {
  font-size: clamp(12px, 0.9444444444vw, 16px);
  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-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-top: 10px;
}
.imgContentsWrap figure figcaption.imgCap01 span.jp::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: relative;
}
.imgContentsWrap .w440 {
  width: 24.4444444444%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w440 {
    width: 100%;
  }
}
.imgContentsWrap .w460 {
  width: 25.5555555556%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w460 {
    width: 100%;
  }
}
.imgContentsWrap .w620 {
  width: 34.4444444444%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w620 {
    width: 100%;
  }
}
.imgContentsWrap .w840 {
  width: 46.6666666667%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w840 {
    width: 100%;
  }
}
.imgContentsWrap .w880 {
  width: 48.8888888889%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w880 {
    width: 100%;
  }
}
.imgContentsWrap .w1140 {
  width: 63.3333333333%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w1140 {
    width: 100%;
  }
}
.imgContentsWrap .w1300 {
  width: 72.2222222222%;
}
@media (max-width: 767px) {
  .imgContentsWrap .w1300 {
    width: 100%;
  }
}
.imgContentsWrap .w1800 {
  width: 100%;
}