@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*	▼	250716 GM追加	*/
body {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

.pre-inc h2 {
  font-weight: 400;
}

.pre-inc h3 {
  font-weight: normal;
}

.main-contents {
  position: relative;
  background: rgba(206, 246, 255, 0.1);
}
.main-contents img {
  width: 100%;
}
.main-contents img.obj-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pre-inc .cap-sec .cap-inner {
  /*@include smp {
  	padding: 60px 0;
  }*/
}
@media only screen and (max-width: 991px) {
  .pre-inc .cap-sec .cap-inner {
    padding: 80px 0;
  }
}

/*js css
------------------------------------------*/
.pre-inc .js-numText {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .js-pala {
  overflow: hidden;
}
.pre-inc .js-pala .js-pala_img {
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pre-inc .js-inview {
  transition: 0.8s ease 0.2s;
  opacity: 0;
}
.pre-inc .js-inview.is-inview {
  opacity: 1;
}
.pre-inc .js-inview.inview-fadeup {
  transform: translateY(10px);
}
.pre-inc .js-inview.inview-fadeup.is-inview {
  transform: translateY(0px);
}

/*page common
------------------------------------------*/
.pre-inc .caption {
  font-size: 11px;
  line-height: 1.3;
}
.pre-inc .caption.cap-right {
  text-align: right;
}
.pre-inc .main-contents > *:not(.cap-sec) {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .pre-inc .main-contents > *:not(.cap-sec) {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .main-contents > *:not(.cap-sec) {
    padding: 80px 0;
  }
}
.pre-inc .conts-inner {
  position: relative;
  max-width: 1420px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.pre-inc .bg-blue {
  width: 100%;
  background: #e9f4f5;
}
.pre-inc .bg-blue .sec-ttl {
  color: #fff;
}
.pre-inc .section-sticky {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-sticky {
    flex-direction: column;
  }
}
.pre-inc .section-sticky > * {
  position: relative;
}
.pre-inc .section-sticky .section-sticky-box {
  position: sticky;
  top: 110px;
}
.pre-inc .sec-ttl {
  font-size: 17rem;
  line-height: 0.8;
  color: #e9f4f5;
  /*margin-left: -30px;*/
  margin-bottom: -30px;
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 991px) {
  .pre-inc .sec-ttl {
    font-size: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .sec-ttl {
    font-size: 5.4rem;
    margin-bottom: 20px;
  }
}
.pre-inc .section-txt-common {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-txt-common {
    display: block;
  }
}
.pre-inc .section-txt-common [class*=-name] {
  font-family: "Cinzel", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  width: calc(22% - 15px);
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-txt-common [class*=-name] {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 25px;
  }
}
.pre-inc .section-txt-common [class*=-name] .js-numText {
  font-family: "Cinzel", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", serif;
}
.pre-inc .section-txt-common [class*=-txt-box] {
  width: calc(44% - 15px);
}
.pre-inc .section-txt-common [class*=-txt-box]:last-child {
  width: calc(78% - 15px);
}
@media only screen and (max-width: 991px) {
  .pre-inc .section-txt-common [class*=-txt-box]:last-child {
    width: calc(82% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-txt-common [class*=-txt-box] {
    width: 100%;
  }
  .pre-inc .section-txt-common [class*=-txt-box]:last-child {
    width: 100%;
  }
}
.pre-inc .section-txt-common [class*=-img] {
  width: calc(33% - 15px);
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-txt-common [class*=-img] {
    width: 100%;
    margin-top: 25px;
    height: 200px;
  }
}
.pre-inc .section-txt-common [class*=-ttl] {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .pre-inc .section-txt-common [class*=-ttl] {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-txt-common [class*=-ttl] {
    font-size: 2.2rem;
  }
}
.pre-inc .section-txt-common [class$=-txt] {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .pre-inc .section-txt-common [class$=-txt] {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .section-txt-common [class$=-txt] {
    font-size: 1.3rem;
  }
}
.pre-inc .txt-badge {
  background: #698c8f;
  padding: 5px 8px;
  font-size: 0.95em;
  color: #fff;
  margin-left: 1rem;
}

/*kv-sec
------------------------------------------*/
.pre-inc .main-contents .kv-sec {
  padding-top: 0;
}
.pre-inc .kv-ttl-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pre-inc .kv-ttl-row .conts-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pre-inc .kv-ttl-row .kv-ttl-wrap {
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
}
.pre-inc .kv-ttl-row .kv-ttl-wrap.js-anime {
  animation: page-name-anim 2s forwards linear;
}
@media only screen and (max-width: 767px) {
  .pre-inc .kv-ttl-row .kv-ttl-wrap.js-anime {
    animation-duration: 0.8s;
  }
}
.pre-inc .kv-ttl-row .kv-ttl-wrap .page-name {
  font-size: 12rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .pre-inc .kv-ttl-row .kv-ttl-wrap .page-name {
    font-size: 6rem;
  }
}
.pre-inc .kv-ttl-row .kv-ttl-wrap .sub-ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 5px;
}
.pre-inc .kv-ttl-row .kv-img {
  width: 78%;
  height: 100vh;
  overflow: hidden;
}
.pre-inc .kv-ttl-row .kv-img .kv-img-in {
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes page-name-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.pre-inc .kv-palaImg {
  position: absolute;
  top: -420px;
  right: 5%;
  width: 370px;
  height: 420px;
}
@media only screen and (max-width: 767px) {
  .pre-inc .kv-palaImg {
    top: -250px;
    right: 0;
    width: 180px;
    height: 190px;
  }
}
.pre-inc .intro-txt-wrap {
  margin-top: 210px;
  padding-top: 25px;
}
@media only screen and (max-width: 991px) {
  .pre-inc .intro-txt-wrap {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .intro-txt-wrap {
    margin-top: 150px;
    padding-top: 25px;
  }
}
.pre-inc .intro-txt-wrap .intro-ttl {
  font-size: 3.2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .pre-inc .intro-txt-wrap .intro-ttl {
    font-size: 2.6rem;
  }
}
.pre-inc .intro-txt-wrap .intro-txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 20px;
}

/*modaal
------------------------------------------*/
.pre-inc .modalWrap {
  position: relative;
}
.pre-inc .modalWrap .modalOpen {
  pointer-events: none;
  display: block;
}
.pre-inc .modalWrap-swipe {
  position: relative;
  overflow: hidden;
}
.pre-inc .modalWrap-swipe .inner {
  display: none;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.pre-inc .zoomIcon {
  display: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
  text-align: center;
}
.pre-inc .zoomIcon::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon-zoom.png");
  background-size: contain;
}
.pre-inc .swipeIcon {
  display: block;
  font-size: 45px;
  line-height: 45px;
  animation: swipeAnimation 1s ease-in-out infinite alternate;
}
.pre-inc .swipeIcon::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 68px;
  background-image: url("../img/icon-scroll.png");
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .pre-inc .modalWrap .modalOpen {
    pointer-events: auto;
  }
  .pre-inc .modalMap .modaal-content-container {
    padding: 0px;
  }
  .pre-inc .modalMap .modalWrap-swipe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.5s;
  }
  .pre-inc .modalMap .modalWrap-swipe.active::before {
    opacity: 0;
  }
  .pre-inc .modalMap .modalWrap-swipe .inner {
    display: block;
  }
  .pre-inc .modalMap .modalWrap-swipe figure img {
    max-width: none;
    width: 1500px !important;
  }
  .pre-inc .zoomIcon {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .modaal-wrapper {
    z-index: 100002;
  }
  .pre-inc .modaal-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: fixed;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  .pre-inc .modaal-inner-wrapper::before, .pre-inc .modaal-inner-wrapper::after {
    position: fixed;
    top: 35px;
    left: 25px;
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
  }
  .pre-inc .modaal-inner-wrapper::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .pre-inc .modaal-inner-wrapper::after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .pre-inc .modalMap .modalWrap-swipe figure img {
    width: 800px !important;
  }
  .pre-inc .zoomIcon {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

@keyframes swipeAnimation {
  0% {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(25%);
  }
}/*# sourceMappingURL=lower-common.css.map */