@charset "UTF-8";
:root {
  --color-main01: #007995;
  --font-go: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-en: "EB Garamond", serif;
  --font-en02: "Lora", serif;
}

:root {
  --vw-size11: clamp(10px, calc(((11 + 2) / 1360) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 2) / 1360) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 2) / 1360) * 100vw), 14px);
  --vw-size16: clamp(13px, calc(((16 + 2) / 1360) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 2) / 1360) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 2) / 1360) * 100vw), 20px);
  --vw-size22: clamp(16px, calc(((22 + 2) / 1360) * 100vw), 22px);
  --vw-size24: clamp(18px, calc(((24 + 2) / 1360) * 100vw), 24px);
  --vw-size26: clamp(18px, calc(((26 + 2) / 1360) * 100vw), 26px);
  --vw-size28: clamp(19px, calc(((28 + 2) / 1360) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 2) / 1360) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 2) / 1360) * 100vw), 32px);
  --vw-size40: clamp(22px, calc(((40 + 2) / 1360) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 2) / 1360) * 100vw), 45px);
  --vw-size48: clamp(26px, calc(((48 + 2) / 1360) * 100vw), 48px);
  --vw-size52: clamp(28px, calc(((52 + 2) / 1360) * 100vw), 52px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1360) * 100vw), 56px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1360) * 100vw), 80px);
  --vw-size100: clamp(50px, calc(((100 + 2) / 1360) * 100vw), 100px);
  --vw-size120: clamp(60px, calc(((120 + 2) / 1360) * 100vw), 120px);
}

.introArea {
  position: relative;
}
.introArea .bgArea {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.introArea .bgArea .bgVideo {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.introArea .bgArea::before {
  content: "";
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #AAC7D2;
  position: absolute;
  top: 0;
  left: 0;
}
.introArea .inner01 {
  padding: clamp(60px, 12.8571428571vw, 180px) 0;
  position: relative;
  padding-bottom: 100dvh;
  z-index: 3;
}
.introArea p {
  text-align: center;
}
.introArea p.inrtoTtl {
  font-size: var(--vw-size52);
  line-height: 1.65em;
  margin-bottom: clamp(30px, 4.2857142857vw, 60px);
}
.introArea p.introTxt {
  font-size: var(--vw-size18);
  line-height: 2.6em;
}

h3.en {
  font-family: var(--font-en);
  font-size: var(--vw-size24);
  font-weight: normal;
  line-height: 1;
  margin-bottom: clamp(30px, 5.7142857143vw, 80px);
}
h3.en.wh {
  color: #fff;
}

h4 {
  font-size: var(--vw-size26);
  line-height: 2em;
  font-weight: normal;
  margin-bottom: clamp(20px, 2.2857142857vw, 32px);
}
h4.wh {
  color: #fff;
}

.c-text {
  font-size: var(--vw-size18);
  line-height: 2em;
}
.c-text.wh {
  color: #fff;
}

.positionArea {
  margin-top: -60dvh;
  position: relative;
  z-index: 2;
}
.positionArea .positionIntro .parallax-wrap {
  aspect-ratio: 1920/2128;
}
@media (max-width: 767px) {
  .positionArea .positionIntro .parallax-wrap {
    aspect-ratio: 767/1773;
  }
}
.positionArea .positionIntro .txtArea {
  width: 100%;
  position: absolute;
  top: 25%;
  z-index: 5;
}
@media (max-width: 767px) {
  .positionArea .positionIntro .txtArea {
    top: 20%;
  }
}
.positionArea .positionIntro .txtArea h3 {
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.positionArea .positionIntro .txtArea p {
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.positionArea .positionIntro .txtArea p.cc01 {
  font-size: var(--vw-size30);
  line-height: 1.65em;
}
.positionArea .positionWrap {
  padding: clamp(20px, 3.4285714286vw, 48px) 0 clamp(100px, 14.2857142857vw, 200px);
  background: #fff;
}
.positionArea .positionWrap .positionBox01 .txtWrap {
  margin-bottom: clamp(20px, 2.8571428571vw, 40px);
}
.positionArea .positionWrap .positionBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(40px, 5.7142857143vw, 80px);
     -moz-column-gap: clamp(40px, 5.7142857143vw, 80px);
          column-gap: clamp(40px, 5.7142857143vw, 80px);
  margin-top: clamp(40px, 5.7142857143vw, 80px);
}
@media (max-width: 767px) {
  .positionArea .positionWrap .positionBox02 {
    -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;
  }
}
.positionArea .positionWrap .positionBox02 .imgWrap {
  width: 51.7769607843%;
}
@media (max-width: 767px) {
  .positionArea .positionWrap .positionBox02 .imgWrap {
    width: 100%;
  }
}
.positionArea .positionWrap .positionBox02 .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 573px;
}

.historyArea {
  position: relative;
  z-index: 2;
}
.historyArea .historyIntro {
  position: relative;
}
.historyArea .historyIntro .imgBg {
  aspect-ratio: 1920/3837;
}
@media (max-width: 767px) {
  .historyArea .historyIntro .imgBg {
    aspect-ratio: 767/3540;
  }
}
.historyArea .historyIntro .txtArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.historyArea .historyIntro .txtArea .inner02 {
  height: 100%;
  padding: 10% 0 clamp(40px, 5.7142857143vw, 80px);
  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: clamp(60px, 10.7142857143vw, 150px);
}
.historyArea .historyIntro .txtArea .historyTop {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .historyArea .historyIntro .txtArea .historyTop {
    width: 100%;
  }
}
.historyArea .historyIntro .txtArea .historyTop .cc01 {
  font-size: var(--vw-size30);
  line-height: 1.65em;
}
.historyArea .historyIntro .txtArea h4, .historyArea .historyIntro .txtArea .c-text, .historyArea .historyIntro .txtArea .ttl {
  text-shadow: 0 0 10px #000;
}
.historyArea .historyIntro .txtArea .historyBox01 {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(40px, 5.7142857143vw, 80px);
     -moz-column-gap: clamp(40px, 5.7142857143vw, 80px);
          column-gap: clamp(40px, 5.7142857143vw, 80px);
}
@media (max-width: 767px) {
  .historyArea .historyIntro .txtArea .historyBox01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.historyArea .historyIntro .txtArea .historyBox01 .imgWrap {
  width: 57.7380952381%;
}
@media (max-width: 767px) {
  .historyArea .historyIntro .txtArea .historyBox01 .imgWrap {
    width: 100%;
  }
}
.historyArea .historyIntro .txtArea .historyBox01 .imgWrap .parallax-wrap {
  aspect-ratio: 970/650;
}
.historyArea .historyIntro .txtArea .historyBox01 .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.historyArea .historyIntro .txtArea .historyBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: clamp(40px, 5.7142857143vw, 80px);
     -moz-column-gap: clamp(40px, 5.7142857143vw, 80px);
          column-gap: clamp(40px, 5.7142857143vw, 80px);
}
@media (max-width: 767px) {
  .historyArea .historyIntro .txtArea .historyBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.historyArea .historyIntro .txtArea .historyBox02 .imgWrap {
  width: 58.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .historyArea .historyIntro .txtArea .historyBox02 .imgWrap {
    width: 100%;
  }
}
.historyArea .historyIntro .txtArea .historyBox02 .imgWrap figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.historyArea .historyIntro .txtArea .historyBox02 .imgWrap .parallax-wrap {
  aspect-ratio: 490/446;
}
.historyArea .historyIntro .txtArea .historyBox02 .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.historyArea .historyIntro .txtArea .historyBox02 .txtWrap .lyricBox {
  padding-left: 20px;
  font-size: var(--vw-size16);
  margin-bottom: 20px;
}
.historyArea .historyIntro .txtArea .historyBox02 .txtWrap .lyricBox .ttl {
  color: #fff;
}
.historyArea .historyIntro .txtArea .historyBox02 .txtWrap .note {
  color: #fff;
}
.historyArea .historyWrap {
  position: relative;
  margin-bottom: clamp(180px, 16.4705882353vw, 280px);
}
.historyArea .historyWrap .bgImg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}
.historyArea .historyWrap .bgImg figure {
  width: 100%;
  height: 100%;
}
.historyArea .historyWrap .bgImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyArea .historyWrap .bgImg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 2;
}
.historyArea .historyWrap .txtArea {
  padding-top: 100vh;
  position: relative;
  z-index: 3;
}
.historyArea .historyWrap .txtArea .historyCc01 {
  width: 40.7142857143%;
  margin-left: auto;
  color: #fff;
  font-size: var(--vw-size45);
  line-height: 1.65em;
  margin-bottom: clamp(25px, 3.5714285714vw, 50px);
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyCc01 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.historyArea .historyWrap .txtArea .historyBox03 {
  width: 41.0119047619%;
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox03 {
    width: 100%;
  }
}
.historyArea .historyWrap .txtArea .historyBox03 .imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(15px, 2.1428571429vw, 30px);
     -moz-column-gap: clamp(15px, 2.1428571429vw, 30px);
          column-gap: clamp(15px, 2.1428571429vw, 30px);
  margin-top: clamp(20px, 2.1428571429vw, 30px);
}
.historyArea .historyWrap .txtArea .historyBox03 .imgWrap figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 197px;
}
.historyArea .historyWrap .txtArea .historyBox04 {
  width: 40.7142857143%;
  margin-left: auto;
  margin-top: calc(clamp(80px, 11.4285714286vw, 160px) * -1);
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox04 {
    width: 100%;
    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;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox04 h4 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox04 .c-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.historyArea .historyWrap .txtArea .historyBox04 .imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox04 .imgWrap {
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.historyArea .historyWrap .txtArea .historyBox04 .imgWrap figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.historyArea .historyWrap .txtArea .historyBox05 {
  --lateY: clamp(80px, calc(((150) / 1700) * 100vw), 150px);
  margin-top: calc(clamp(80px, 11.4285714286vw, 160px) * -1);
  -webkit-transform: translateY(var(--lateY));
          transform: translateY(var(--lateY));
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox05 {
    margin-top: 60px;
  }
}
.historyArea .historyWrap .txtArea .historyBox05 .txtWrap {
  width: 41.0119047619%;
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox05 .txtWrap {
    width: 100%;
  }
}
.historyArea .historyWrap .txtArea .historyBox05 .imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(20px, 2.1428571429vw, 30px);
}
@media (max-width: 767px) {
  .historyArea .historyWrap .txtArea .historyBox05 .imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyArea .historyWrap .txtArea .historyBox05 .imgWrap figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}