@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(about-style.css)ver.1 2026.04.16
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*FLAG 青緑　濃い*/
/*FLAG 青緑　薄い*/
/*FLAG 緑　*/
/*■　共有設定　■*/
.text-left {
  text-align: left;
}

/*■■■■■■　#0 ココシティ俯瞰　■■■■■■■*/
.swipe-view {
  margin: 0 auto;
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: url("../images/crip-wave-bottom_16-9.svg");
  mask-image: url("../images/crip-wave-bottom_16-9.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
}

.about-fv-pc {
  margin: 80px 0 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}

.about-fv-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.swipe-guide {
  display: none;
}

/*タイトル*/
.about-title {
  padding: 0 0 0 5%;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  color: #007481;
  position: absolute;
  z-index: 30;
  top: 25%;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 100%;
  text-shadow: 0 0 6px #FFF, 0 0 12px #FFF, 0 0 18px #FFF, 0 0 24px #FFF;
  text-align: left;
}

.top-img-caption {
  padding: 5px 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #FFF;
  position: absolute;
  right: 10px;
  bottom: 20px;
  text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000, 0 0 7px #000;
  z-index: 5;
}

/*■■■■■■　#1 京都ココシティについて　■■■■■■■*/
.about-block {
  margin: 0 auto;
  padding: 2em 0 2em;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(7%, #e6f1f2), color-stop(80%, #e6f1f2), to(#FFF));
  background: linear-gradient(to bottom, #FFF 0, #e6f1f2 7%, #e6f1f2 80%, #FFF 100%);
}

.text-mi-en {
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
}

.text-color-main {
  color: #007480;
}

.text-read-m {
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-title-l {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 400;
}

/* ロゴセクション */
.logo-section {
  margin: -25vh 0 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-logo-block {
  height: 600px;
}

/* ロゴ */
.logo-mark {
  width: 120px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

/* ロゴテキスト */
.logo-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(100px) translateY(-50%);
          transform: translateX(100px) translateY(-50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.logo-text h2 {
  margin: 10vh 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 500;
}

.logo-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6;
  font-weight: 400;
  width: 100%;
  max-width: 600px;
}

.text-foot-note {
  margin: 0 auto 0;
  display: inline-block;
  font-size: 1rem;
  text-align: left;
}

/*■■■ アメーバオブジェクト ■■■*/
.bg-obj {
  position: absolute;
  pointer-events: none;
  will-change: transform;
  opacity: 0.5;
}

.bg-obj img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-obj-1 {
  top: 5%;
  right: -60px;
  width: 400px;
  -webkit-animation: floatA 18s ease-in-out infinite alternate;
          animation: floatA 18s ease-in-out infinite alternate;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bg-obj-1 img {
  -webkit-transform: rotate(260deg);
          transform: rotate(260deg);
}

.bg-obj-2 {
  top: 2%;
  left: -60px;
  width: 400px;
  -webkit-animation: floatB 22s ease-in-out infinite alternate;
          animation: floatB 22s ease-in-out infinite alternate;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}

.bg-obj-3 {
  bottom: -10px;
  right: -10px;
  width: 300px;
  -webkit-animation: floatC 20s ease-in-out infinite alternate;
          animation: floatC 20s ease-in-out infinite alternate;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}

.bg-obj-4 {
  bottom: 10%;
  left: -30px;
  width: 300px;
  -webkit-animation: floatD 24s ease-in-out infinite alternate;
          animation: floatD 24s ease-in-out infinite alternate;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}

/* =========================
A
========================= */
@-webkit-keyframes floatA {
  0% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
            transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
  }
  50% {
    -webkit-transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
            transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
  }
  75% {
    -webkit-transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
            transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
  }
  100% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
}
@keyframes floatA {
  0% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
            transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
  }
  50% {
    -webkit-transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
            transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
  }
  75% {
    -webkit-transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
            transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
  }
  100% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
}
/* =========================
B
========================= */
@-webkit-keyframes floatB {
  0% {
    -webkit-transform: scale(0.98) scaleX(1.1) scaleY(0.98) rotate(-1deg) translate(0, 0);
            transform: scale(0.98) scaleX(1.1) scaleY(0.98) rotate(-1deg) translate(0, 0);
  }
  20% {
    -webkit-transform: scale(1.05) scaleX(0.94) scaleY(1.08) rotate(2deg) translate(-12px, 8px);
            transform: scale(1.05) scaleX(0.94) scaleY(1.08) rotate(2deg) translate(-12px, 8px);
  }
  45% {
    -webkit-transform: scale(0.94) scaleX(1.08) scaleY(0.9) rotate(-3deg) translate(8px, -10px);
            transform: scale(0.94) scaleX(1.08) scaleY(0.9) rotate(-3deg) translate(8px, -10px);
  }
  70% {
    -webkit-transform: scale(1.07) scaleX(1.02) scaleY(0.96) rotate(1deg) translate(-6px, 4px);
            transform: scale(1.07) scaleX(1.02) scaleY(0.96) rotate(1deg) translate(-6px, 4px);
  }
  100% {
    -webkit-transform: scale(0.98) scaleX(1.02) scaleY(0.98) rotate(-1deg) translate(0, 0);
            transform: scale(0.98) scaleX(1.02) scaleY(0.98) rotate(-1deg) translate(0, 0);
  }
}
@keyframes floatB {
  0% {
    -webkit-transform: scale(0.98) scaleX(1.1) scaleY(0.98) rotate(-1deg) translate(0, 0);
            transform: scale(0.98) scaleX(1.1) scaleY(0.98) rotate(-1deg) translate(0, 0);
  }
  20% {
    -webkit-transform: scale(1.05) scaleX(0.94) scaleY(1.08) rotate(2deg) translate(-12px, 8px);
            transform: scale(1.05) scaleX(0.94) scaleY(1.08) rotate(2deg) translate(-12px, 8px);
  }
  45% {
    -webkit-transform: scale(0.94) scaleX(1.08) scaleY(0.9) rotate(-3deg) translate(8px, -10px);
            transform: scale(0.94) scaleX(1.08) scaleY(0.9) rotate(-3deg) translate(8px, -10px);
  }
  70% {
    -webkit-transform: scale(1.07) scaleX(1.02) scaleY(0.96) rotate(1deg) translate(-6px, 4px);
            transform: scale(1.07) scaleX(1.02) scaleY(0.96) rotate(1deg) translate(-6px, 4px);
  }
  100% {
    -webkit-transform: scale(0.98) scaleX(1.02) scaleY(0.98) rotate(-1deg) translate(0, 0);
            transform: scale(0.98) scaleX(1.02) scaleY(0.98) rotate(-1deg) translate(0, 0);
  }
}
/* =========================
C
========================= */
@-webkit-keyframes floatC {
  0% {
    -webkit-transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
            transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1.1) scaleX(1.1) scaleY(0.9) rotate(-2deg) translate(14px, -6px);
            transform: scale(1.1) scaleX(1.1) scaleY(0.9) rotate(-2deg) translate(14px, -6px);
  }
  55% {
    -webkit-transform: scale(0.92) scaleX(0.88) scaleY(1.12) rotate(3deg) translate(-10px, 10px);
            transform: scale(0.92) scaleX(0.88) scaleY(1.12) rotate(3deg) translate(-10px, 10px);
  }
  80% {
    -webkit-transform: scale(1.03) scaleX(1.06) scaleY(0.95) rotate(-1deg) translate(4px, -8px);
            transform: scale(1.03) scaleX(1.06) scaleY(0.95) rotate(-1deg) translate(4px, -8px);
  }
  100% {
    -webkit-transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
            transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
  }
}
@keyframes floatC {
  0% {
    -webkit-transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
            transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1.1) scaleX(1.1) scaleY(0.9) rotate(-2deg) translate(14px, -6px);
            transform: scale(1.1) scaleX(1.1) scaleY(0.9) rotate(-2deg) translate(14px, -6px);
  }
  55% {
    -webkit-transform: scale(0.92) scaleX(0.88) scaleY(1.12) rotate(3deg) translate(-10px, 10px);
            transform: scale(0.92) scaleX(0.88) scaleY(1.12) rotate(3deg) translate(-10px, 10px);
  }
  80% {
    -webkit-transform: scale(1.03) scaleX(1.06) scaleY(0.95) rotate(-1deg) translate(4px, -8px);
            transform: scale(1.03) scaleX(1.06) scaleY(0.95) rotate(-1deg) translate(4px, -8px);
  }
  100% {
    -webkit-transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
            transform: scale(1) scaleX(0.96) scaleY(1.04) rotate(1deg) translate(0, 0);
  }
}
/* =========================
D
========================= */
@-webkit-keyframes floatD {
  0% {
    -webkit-transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
  22% {
    -webkit-transform: scale(0.95) scaleX(1.12) scaleY(0.88) rotate(2deg) translate(10px, 12px);
            transform: scale(0.95) scaleX(1.12) scaleY(0.88) rotate(2deg) translate(10px, 12px);
  }
  48% {
    -webkit-transform: scale(1.08) scaleX(0.92) scaleY(1.1) rotate(-2deg) translate(-12px, -6px);
            transform: scale(1.08) scaleX(0.92) scaleY(1.1) rotate(-2deg) translate(-12px, -6px);
  }
  74% {
    -webkit-transform: scale(0.97) scaleX(1.04) scaleY(0.96) rotate(1deg) translate(6px, 4px);
            transform: scale(0.97) scaleX(1.04) scaleY(0.96) rotate(1deg) translate(6px, 4px);
  }
  100% {
    -webkit-transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
}
@keyframes floatD {
  0% {
    -webkit-transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
  22% {
    -webkit-transform: scale(0.95) scaleX(1.12) scaleY(0.88) rotate(2deg) translate(10px, 12px);
            transform: scale(0.95) scaleX(1.12) scaleY(0.88) rotate(2deg) translate(10px, 12px);
  }
  48% {
    -webkit-transform: scale(1.08) scaleX(0.92) scaleY(1.1) rotate(-2deg) translate(-12px, -6px);
            transform: scale(1.08) scaleX(0.92) scaleY(1.1) rotate(-2deg) translate(-12px, -6px);
  }
  74% {
    -webkit-transform: scale(0.97) scaleX(1.04) scaleY(0.96) rotate(1deg) translate(6px, 4px);
            transform: scale(0.97) scaleX(1.04) scaleY(0.96) rotate(1deg) translate(6px, 4px);
  }
  100% {
    -webkit-transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1.02) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
}
/*■■■■■■　#2 ビジョン　■■■■■■■*/
/* ========================================
STORY SECTION WRAP
======================================== */
.story-wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* 最後に余白を作る */
.story-wrap::after {
  content: "";
  display: block;
  height: 100vh;
}

/* ========================================
VISION
======================================== */
.story-vision {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #007481;
  color: #FFF;
  padding: 0 0 320px 0;
  /* Safari対策 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.story-vision-inner {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.story-vision h2 {
  font-size: clamp(50px, 9vw, 120px);
  line-height: 1;
  letter-spacing: 0.08em;
}

/* ========================================
COMMON PANEL
======================================== */
.story-panel {
  position: sticky;
  top: 0;
  width: 100%;
  height: 150vh;
  overflow: hidden;
  /* 追加 */
  margin-top: -80px;
  padding-top: 80px;
  /* Safari対策 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  isolation: isolate;
  /*波型切り抜きパス*/
  -webkit-mask-image: url("../images/about/crip-wabe-story.svg?20260516");
  mask-image: url("../images/about/crip-wabe-story.svg?20260516");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
}

.story-sticky {
  position: sticky;
  top: 0;
  height: calc(100vh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-bottom: 80px;
}

.story-panel-inner {
  position: relative;
  z-index: 5;
  width: min(100% - 40px, 1200px);
  margin: auto;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 40px;
  text-align: center;
}

.story-panel h2 {
  font-size: clamp(42px, 8vw, 110px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.story-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 60px;
  border-radius: 999px;
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 20;
  /* Safariクリック対策 */
  pointer-events: auto;
}

.story-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* ========================================
PANEL COLORS
======================================== */
.story-carbon {
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#85cba4), to(#67be8d));
  background: linear-gradient(to top, #85cba4, #67be8d);
  color: #FFF;
}

.story-community {
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4a433), to(#f18d00));
  background: linear-gradient(to top, #f4a433, #f18d00);
  color: #FFF;
}

.story-access {
  z-index: 4;
  background: -webkit-gradient(linear, left top, left bottom, from(#4fb1e1), to(#239dda));
  background: linear-gradient(to bottom, #4fb1e1, #239dda);
  color: #FFF;
}

.story-landplan {
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(#8f82bc), to(#a59bc9));
  background: linear-gradient(to bottom, #8f82bc, #a59bc9);
  color: #FFF;
}

.next {
  background: #daeddb;
}

.next .panel-inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  background-color: #FFF;
  color: #000000;
}

/*ストーリー部分デザインcss*/
.story-img-box img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.story-text-box {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.story-title-en {
  font-size: 4.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: left;
}

.story-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}

.story-read {
  margin: 0 auto 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 400;
  text-align: left;
}

.story-btn-box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

a.story-btn {
  margin: 0 auto;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  position: relative;
  width: 220px;
  height: 42px;
  border-radius: 21px;
  background: rgb(255, 255, 255);
  color: #006ea1;
  font-size: 1.9rem;
  font-weight: 500;
}
a.story-btn:after {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  background: url(../images/top/btn-arrow-flag.svg) center center no-repeat;
  background-size: cover;
}

/*ボタンカラー別*/
a.story1-btn:after {
  background: url(../images/about/btn-arrow-story1.svg) center center no-repeat;
}
a.story1-btn:link, a.story1-btn:visited, a.story1-btn:hover, a.story1-btn:active {
  color: #67be8d;
}

a.story2-btn:after {
  background: url(../images/about/btn-arrow-story2.svg) center center no-repeat;
}
a.story2-btn:link, a.story2-btn:visited, a.story2-btn:hover, a.story2-btn:active {
  color: #f18d00;
}

a.story3-btn:after {
  background: url(../images/about/btn-arrow-story3.svg) center center no-repeat;
}
a.story3-btn:link, a.story3-btn:visited, a.story3-btn:hover, a.story3-btn:active {
  color: #239dda;
}

a.story4-btn:after {
  background: url(../images/about/btn-arrow-story4.svg) center center no-repeat;
}
a.story4-btn:link, a.story4-btn:visited, a.story4-btn:hover, a.story4-btn:active {
  color: #a59bc9;
}

a.no-link {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
a.no-link:after {
  background: url(../images/about/btn-arrow-no-link.svg) center center no-repeat;
  opacity: 0.3;
}
a.no-link:link, a.no-link:visited, a.no-link:hover, a.no-link:active {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btn-comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff000;
  color: #f29700;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}

/*■■■■■■　#3 ランドプラン　■■■■■■■*/
.story-next-section {
  margin: 0 auto;
  width: 100%;
  min-height: 150vh;
  position: relative;
  z-index: 10;
  /* 上に重ねる */
  margin-top: -150vh;
  background: #FFF;
  text-align: center;
}

.factory-main-img-box {
  margin: 8em -16px 8em;
  position: relative;
}
.factory-main-img-box .right {
  left: auto;
  right: 0;
}

.img-caption {
  padding: 5px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  color: #FFF;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
}

.access-block {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.bg-landplan {
  padding: 0 0 4em;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5f1f2), to(#FFF));
  background: linear-gradient(to bottom, #e5f1f2, #FFF);
}

.tap-navi-text {
  margin: 3em auto 0;
  padding: 10px 20px;
  border: 2px solid #007481;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.5rem;
  color: #007481;
  font-weight: 500;
}

.num1-color {
  color: #ed6c00;
}

.num2-color {
  color: #00a051;
}

.num3-color {
  color: #54c3f1;
}

.num4-color {
  color: #abcd03;
}

.num5-color {
  color: #f6ab00;
}

.num6-color {
  color: #f19ec2;
}

.num7-color {
  color: #a674b0;
}

.num8-color {
  color: #00ada9;
}

/*■　マップ　■*/
.land-map-block {
  margin: 0;
  padding: 0 0 4em;
  background-color: #FFF;
  display: block;
  width: auto;
  text-align: center;
}

.map-inner {
  padding: 0 0 15px;
  width: 850px;
}

svg {
  width: 100%;
  height: auto;
}

/*マウス操作の挙動を抑える*/
svg image {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/*■ボタンを画像に■*/
.hover {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.map-point:hover .hover {
  opacity: 1;
}

.map-point:hover .normal {
  opacity: 0;
}

.map-point {
  cursor: pointer;
}

/*■　スクロールヒント　■*/
/* スワイプガイド */
.swipe-guide-map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 135px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 10;
  pointer-events: none;
}
.swipe-guide-map img {
  width: 96px;
  height: auto;
}

/* 表示 */
.scroll-wrap.show-hint .swipe-guide-map {
  opacity: 1;
}

/* 非表示 */
.scroll-wrap.hide-hint .swipe-guide-map {
  opacity: 0;
}

/*■swiper　本体*/
.swiper {
  width: 100%;
  max-width: 940px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/*■　モーダル　■*/
.modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* ← 下寄せ */
  /*背景画像用*/
  --theme-color: #54b77f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s ease;
  transition: background-image 0.4s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
  z-index: 9999;
}

.modal-content {
  width: 100%;
  max-width: 940px;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.25s ease, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/*　施設カード　*/
.factory-card {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 940px;
  text-align: left;
  position: relative;
}
.factory-card h2 {
  margin: 0 auto -10px 0;
  padding: 8px 15px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  background-color: var(--theme-color);
  border-bottom: 10px solid;
  border-color: var(--theme-color);
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  height: 50px;
  border-radius: 10px 10px 0 0;
  gap: 10px;
}
.factory-card h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: var(--theme-color);
  font-weight: 500;
}

.factory-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  height: 100%;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
}

.text-center {
  text-align: center;
}

.factory-img-box {
  display: block;
  width: 100%;
  max-width: 420px;
  position: relative;
  top: 0;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.factory-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
}

.factory-img-mi {
  font-size: 10rem;
  font-weight: 400;
  color: #FFF;
  position: absolute;
  bottom: -20px;
  left: 10px;
  z-index: 100;
  font-family: "Noto Serif JP", serif;
}

.factory-img-caption {
  padding: 5px;
  font-size: 1rem;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

.factory-text-box {
  text-align: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-title {
  padding: 20px 0 10px;
  font-size: 2.8rem;
  color: var(--theme-color);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.modal-read {
  padding: 10px 20px 0 0;
  font-size: 1.4rem;
  text-align: left;
}

/*アイコン群*/
.modal-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px; /* 上下左右の余白 */
  padding: 20px 20px 20px 0;
  margin: outo 0 0;
  list-style: none;
}

.modal-icon-list li {
  width: calc(50% - 3px); /* gapの半分引く */
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: var(--theme-color);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 2px solid;
  border-color: var(--theme-color);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-icon-list:has(li:only-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-icon-list:has(li:only-child) li {
  width: auto;
  min-width: 50%;
}

/*■　矢印カスタマイズ　■*/
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  background: rgba(0, 116, 129, 0.8);
  border-radius: 50%;
  position: absolute;
}

.swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/*■　モーダル起動演出　■*/
/* 開いたとき */
.modal.active .modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/*■　閉じるボタン　■*/
.close {
  position: absolute;
  top: 40px;
  right: calc(50% - 450px);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 30px;
  background-color: var(--theme-color);
  color: #FFF;
  border: 0;
  border-radius: 0 10px 0 0;
  z-index: 1000; /* ← 追加 */
}

/* ホバー時 */
.close:hover {
  background-color: #CCC;
}

/*■■■■■■　#4 ランドスケープ　■■■■■■■*/
.contents-landscape {
  padding: 4em 0;
}

.landscape-block {
  margin: 4em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}

.landscape-box {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.landscape-img {
  position: relative;
}
.landscape-img img {
  border-radius: 10px;
}

.landscape-name {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

.landscape-text {
  font-size: 1.3rem;
  text-align: left;
}

/*■■■■■■　#5 ランドスケープデザイン　■■■■■■■*/
.landscape-design {
  margin: 0 0 4em;
  padding: 4em 0;
  background-color: #d9eaec;
  display: none;
}

.design-corplate-logo {
  margin: 0 0 2em;
}

.designer-block {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.designer-text {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.designer-title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #007481;
  text-align: left;
}

.designer-name {
  font-size: 2rem;
  text-align: center;
}
.designer-name small {
  font-size: 1.2rem;
  display: block;
}
.designer-name span {
  font-size: 1.8rem;
}

.designer-img {
  width: 100%;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.designer-img img {
  width: 100%;
  height: auto;
}

.designer-text-read {
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  max-width: 380px;
}

/*PCレイアウト用*/
.designer-block-pc {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.designer-box-pc {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.designer-img-pc {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.designer-img-pc img {
  margin: 0 0 10px;
}

/*実績一覧*/
.text-risult-mi {
  font-size: 1.5rem;
  font-weight: 500;
}

.designer-result-block {
  margin: 5px auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.designer-result-block img {
  width: 100%;
  max-width: 680px;
  height: auto;
}

.design-result-caption {
  padding: 2px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■　SP共有設定　■*/
  .sp-wide {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
  /*■■■■■■　#0 ココシティ俯瞰　■■■■■■■*/
  .swipe-view {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
    -webkit-mask-image: url("../images/crip-wave-bottom_9-16.svg");
    mask-image: url("../images/crip-wave-bottom_9-16.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom;
  }
  /* 横スクロール部分 */
  .swipe-inner {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
  /* スクロールバー非表示 */
  .swipe-inner::-webkit-scrollbar {
    display: none;
  }
  .swipe-inner img {
    height: 100%;
    width: auto; /* ←これ重要（左右はみ出す） */
    max-width: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /* ガイドUI */
  .swipe-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120px;
    height: 135px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 10;
    pointer-events: none;
  }
  .swipe-guide img {
    width: 80%;
  }
  /* 非表示状態 */
  .swipe-guide.is-swipe-hide {
    opacity: 0;
    pointer-events: none;
  }
  /*タイトル*/
  .about-title {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 500;
    color: #007481;
    position: absolute;
    z-index: 30;
    top: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-shadow: 0 0 6px #FFF, 0 0 12px #FFF, 0 0 18px #FFF, 0 0 24px #FFF;
    text-align: center;
  }
  /*■■■■■■　#1 京都ココシティについて(XS)　■■■■■■■*/
  .about-block {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(7%, #e6f1f2), color-stop(80%, #e6f1f2), to(#FFF));
    background: linear-gradient(to bottom, #FFF 0, #e6f1f2 7%, #e6f1f2 80%, #FFF 100%);
  }
  .text-mi-en {
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .text-color-main {
    color: #007480;
  }
  .text-read-m {
    margin-bottom: 6px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title-l {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-read {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 2.6;
    font-weight: 400;
  }
  /* ロゴセクション (XS)*/
  .logo-section {
    margin: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  /* ロゴ */
  .logo-mark {
    width: 300px;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  /* ロゴテキスト */
  .logo-text {
    position: static;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .logo-text h2 {
    margin: 40px 0 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .logo-text p {
    margin: 0 auto 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 2.6;
    font-weight: 400;
    width: 100%;
    max-width: 340px;
    text-align: left;
  }
  /*■　リンクボタン(XS)　■*/
  .top-btn-box {
    margin: 180px 0 40px;
  }
  a.link-btn-gra {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 320px;
    height: 52px;
    border-radius: 26px;
    background: -webkit-gradient(linear, left top, right top, from(#4d8cbe), to(#54b77f));
    background: linear-gradient(to right, #4d8cbe, #54b77f);
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
  }
  a.link-btn-gra:after {
    content: "";
    display: block;
    width: 26px;
    height: 16px;
    background: url(../images/top/btn-arrow.svg) center center no-repeat;
    background-size: cover;
  }
  a.link-btn-gra:link, a.link-btn-gra:visited, a.link-btn-gra:hover, a.link-btn-gra:active {
    color: #FFF;
  }
  .text-foot-note {
    margin: 0 auto;
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    max-width: 340px;
  }
  /*■■■ アメーバオブジェクト ■■■*/
  .bg-obj {
    position: absolute;
    pointer-events: none;
    will-change: transform;
    opacity: 0.5;
  }
  .bg-obj img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bg-obj-1 {
    top: 5%;
    right: -60px;
    width: 200px;
    -webkit-animation: floatA 18s ease-in-out infinite alternate;
            animation: floatA 18s ease-in-out infinite alternate;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
  }
  .bg-obj-1 img {
    -webkit-transform: rotate(260deg);
            transform: rotate(260deg);
  }
  .bg-obj-2 {
    top: 2%;
    left: -60px;
    width: 200px;
    -webkit-animation: floatB 22s ease-in-out infinite alternate;
            animation: floatB 22s ease-in-out infinite alternate;
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
  .bg-obj-3 {
    bottom: -10px;
    right: -10px;
    width: 150px;
    -webkit-animation: floatC 20s ease-in-out infinite alternate;
            animation: floatC 20s ease-in-out infinite alternate;
    -webkit-animation-duration: 22s;
            animation-duration: 22s;
  }
  .bg-obj-4 {
    bottom: 45%;
    left: -30px;
    width: 150px;
    -webkit-animation: floatD 24s ease-in-out infinite alternate;
            animation: floatD 24s ease-in-out infinite alternate;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
  /*■■■■■■　#2 ビジョン(XS)　■■■■■■■*/
  /* ========================================
  STORY SECTION WRAP
  ======================================== */
  .story-wrap {
    position: relative;
    z-index: 1;
  }
  /* 最後に余白を作る */
  .story-wrap::after {
    content: "";
    display: block;
    height: 150vh;
  }
  /* ========================================
  VISION
  ======================================== */
  .story-vision {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #007481;
    color: #FFF;
    padding: 0 0 200px;
    /* Safari対策 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .story-vision-inner {
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story-vision h2 {
    font-size: clamp(50px, 9vw, 120px);
    line-height: 1;
    letter-spacing: 0.08em;
  }
  /* ========================================
  COMMON PANEL
  ======================================== */
  .story-panel {
    position: sticky;
    top: 0;
    width: 100%;
    height: 150vh;
    overflow: hidden;
    /* 追加 */
    margin-top: -80px;
    padding-top: 80px;
    /* Safari対策 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    isolation: isolate;
    -webkit-mask-image: url("../images/about/crip-wabe-story_sp.svg");
    mask-image: url("../images/about/crip-wabe-story_sp.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
  }
  .story-sticky {
    position: sticky;
    top: 0;
    height: calc(100vh - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .story-panel-inner {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: min(100% - 40px, 1200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    text-align: center;
  }
  .story-panel h2 {
    font-size: clamp(42px, 8vw, 110px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .story-btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 60px;
    border-radius: 999px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 20;
    /* Safariクリック対策 */
    pointer-events: auto;
  }
  .story-btn:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .next {
    background: #daeddb;
  }
  .next .panel-inner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
    background-color: #FFF;
    color: #000000;
    pointer-events: auto;
  }
  /*ストーリー部分デザインcss*/
  .story-img-box img {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 220px;
  }
  .story-text-box {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .story-title-en {
    font-size: 3.2rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .story-title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
  }
  .story-read {
    margin: 0 auto 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 400;
    text-align: center;
  }
  .story-btn-box {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  a.story-btn {
    margin: 0 auto;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    position: relative;
    width: 220px;
    height: 42px;
    border-radius: 21px;
    background: rgb(255, 255, 255);
    color: #006ea1;
    font-size: 1.9rem;
    font-weight: 500;
  }
  a.story-btn:after {
    content: "";
    display: block;
    width: 26px;
    height: 16px;
    background: url(../images/top/btn-arrow-flag.svg) center center no-repeat;
    background-size: cover;
  }
  a.story-btn:link, a.story-btn:visited, a.story-btn:hover, a.story-btn:active {
    color: #006ea1;
  }
  a.no-link {
    background: rgba(0, 0, 0, 0.3);
  }
  .btn-comingsoon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #fff000;
    color: #f29700;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
  }
  /*■■■■■■　#3 ランドプラン(XS)　■■■■■■■*/
  .story-next-section {
    position: relative;
    z-index: 10;
    /* 上に重ねる */
    margin-top: -150vh;
    background: #FFF;
    text-align: center;
  }
  .bg-landplan {
    padding: 4em 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f1f2), to(#FFF));
    background: linear-gradient(to bottom, #e5f1f2, #FFF);
  }
  .factory-main-img-box {
    margin: 0 0 2em;
    position: relative;
  }
  .tap-navi-text {
    margin: 3em auto 0;
    padding: 10px 20px;
    border: 2px solid #007481;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.5rem;
    color: #007481;
    font-weight: 500;
  }
  /*■　マップ(XS)　■*/
  .land-map-block {
    margin: 0;
    padding: 0 0 4em;
    background-color: #FFF;
    display: block;
    width: auto;
    text-align: center;
  }
  .scroll-wrap {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .map-inner {
    width: 700px;
  }
  svg {
    width: 100%;
    height: auto;
  }
  /*マウス操作の挙動を抑える*/
  svg image {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
  }
  /*■　スクロールヒント(XS)　■*/
  /* スワイプガイド (XS)*/
  .swipe-guide-map {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120px;
    height: 135px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 10;
    pointer-events: none;
  }
  .swipe-guide-map img {
    width: 96px;
    height: auto;
  }
  /* 表示 */
  .scroll-wrap.show-hint .swipe-guide-map {
    opacity: 1;
  }
  /* 非表示 */
  .scroll-wrap.hide-hint .swipe-guide-map {
    opacity: 0;
  }
  /*■swiper　本体*/
  .swiper {
    width: 100%;
    max-width: 390px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  /*■　モーダル(XS)　■*/
  .modal {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; /* ← 下寄せ */
    /*背景画像用*/
    --theme-color: #54b77f;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
  }
  .modal.active {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: auto;
    z-index: 9999;
  }
  .modal-content {
    width: 100%;
    max-width: 390px;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
  }
  /*　施設カード　*/
  .factory-card {
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    text-align: left;
    position: relative;
  }
  .factory-card h2 {
    margin: 0 auto -10px 0;
    padding: 8px 15px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background-color: var(--theme-color);
    border-bottom: 10px solid;
    border-bottom-color: var(--theme-color);
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 500;
    height: 50px;
    border-radius: 10px 10px 0 0;
    gap: 10px;
  }
  .factory-card h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFF;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: var(--theme-color);
    font-weight: 500;
  }
  .factory-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: 100%;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
  }
  .text-center {
    text-align: center;
  }
  .factory-img-box {
    top: 0;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 6/4;
    overflow: hidden;
    background: #eee;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .factory-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px 10px 0 0;
  }
  .factory-img-box img.img-bottom {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .factory-img-mi {
    font-size: 6rem;
    font-weight: 500;
    color: #FFF;
    position: absolute;
    bottom: -20px;
    left: 10px;
    z-index: 100;
    font-family: "Noto Serif JP", serif;
  }
  .factory-img-caption {
    padding: 5px;
    font-size: 1rem;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .factory-text-box {
    text-align: center;
  }
  .modal-title {
    padding: 10px 0;
    font-size: 2rem;
    color: var(--theme-color);
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .modal-read {
    padding: 10px 20px;
    font-size: 1.3rem;
    text-align: left;
  }
  /*アイコン群*/
  .modal-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px; /* 上下左右の余白 */
    padding: 20px;
    margin: 0;
    list-style: none;
  }
  .modal-icon-list li {
    width: calc(50% - 3px); /* gapの半分引く */
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    color: var(--theme-color);
    border: 2px solid;
    border-color: var(--theme-color);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal-icon-list:has(li:only-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-icon-list:has(li:only-child) li {
    width: auto;
    min-width: 50%;
  }
  /*■　矢印カスタマイズ(XS)　■*/
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: rgba(0, 116, 129, 0.8);
    border-radius: 50%;
    position: absolute;
  }
  .swiper-button-next img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  /*■　モーダル起動演出(XS)　■*/
  /* 開いたとき */
  .modal.active .modal-content {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  /*■　閉じるボタン(XS)　■*/
  .close {
    position: absolute;
    top: 40px;
    right: calc(50% - 180px);
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33px;
    height: 30px;
    background-color: var(--theme-color);
    color: #FFF;
    border: 0;
    border-radius: 0 10px 0 0;
    z-index: 10; /* ← 追加 */
    pointer-events: auto;
  }
  /* ホバー時 */
  .close:hover {
    background-color: #CCC;
  }
  /*■■■■■■　#4 ランドスケープ(XS)　■■■■■■■*/
  .landscape-block {
    margin: 4em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 15px;
  }
  .landscape-box {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .landscape-img {
    position: relative;
  }
  .landscape-img img {
    border-radius: 10px;
  }
  .landscape-name {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
  }
  .landscape-text {
    font-size: 1.2rem;
    text-align: left;
  }
  /*■■■■■■　#5 ランドスケープデザイン(XS)　■■■■■■■*/
  .landscape-design {
    margin: 0 0 4em;
    padding: 4em 0;
    background-color: #d9eaec;
  }
  .design-corplate-logo {
    margin: 0;
  }
  .designer-block {
    margin: 0 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .designer-text {
    width: 100%;
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .designer-title {
    font-size: 1.9rem;
    font-family: "Noto Serif JP", serif;
    color: #007481;
    text-align: left;
  }
  .designer-name {
    font-size: 2rem;
    text-align: left;
  }
  .designer-name small {
    font-size: 1.2rem;
    display: block;
  }
  .designer-name span {
    font-size: 1.8rem;
  }
  .designer-img {
    width: 100%;
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .designer-img img {
    width: 100%;
    height: auto;
  }
  .designer-text-read {
    margin: 0 auto 4em;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    width: 100%;
    max-width: 340px;
  }
  /*実績一覧*/
  .text-risult-mi {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .designer-result-block {
    margin: 5px auto 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .designer-result-block img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .design-result-caption {
    padding: 2px 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-wrap {
    overflow-x: visible; /* スクロール解除 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*■■■■■■　#1 京都ココシティについて(SM)　■■■■■■■*/
  .about-block {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(7%, #e6f1f2), color-stop(80%, #e6f1f2), to(#FFF));
    background: linear-gradient(to bottom, #FFF 0, #e6f1f2 7%, #e6f1f2 80%, #FFF 100%);
  }
  .text-mi-en {
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .text-color-main {
    color: #007480;
  }
  .text-read-m {
    margin-bottom: 6px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title-l {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-read {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 2.6;
    font-weight: 400;
  }
  /* ロゴセクション (XS)*/
  .logo-section {
    margin: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  /* ロゴ */
  .logo-mark {
    width: 300px;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  /* ロゴテキスト */
  .logo-text {
    position: static;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .logo-text h2 {
    margin: 40px 0 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .logo-text p {
    margin: 0 auto 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 2.6;
    font-weight: 400;
    width: 100%;
    max-width: 480px;
    text-align: left;
  }
  /*■　リンクボタン(SM)　■*/
  .top-btn-box {
    margin: 180px 0 40px;
  }
  a.link-btn-gra {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 320px;
    height: 52px;
    border-radius: 26px;
    background: -webkit-gradient(linear, left top, right top, from(#4d8cbe), to(#54b77f));
    background: linear-gradient(to right, #4d8cbe, #54b77f);
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
  }
  a.link-btn-gra:after {
    content: "";
    display: block;
    width: 26px;
    height: 16px;
    background: url(../images/top/btn-arrow.svg) center center no-repeat;
    background-size: cover;
  }
  a.link-btn-gra:link, a.link-btn-gra:visited, a.link-btn-gra:hover, a.link-btn-gra:active {
    color: #FFF;
  }
  .text-foot-note {
    margin: 0 auto;
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    max-width: 480px;
  }
  /*■■■■■■　#2 ビジョン(SM)　■■■■■■■*/
  /* ========================================
  STORY SECTION WRAP
  ======================================== */
  .story-wrap {
    position: relative;
    z-index: 1;
  }
  /* 最後に余白を作る */
  .story-wrap::after {
    content: "";
    display: block;
    height: 100vh;
  }
  /* ========================================
  VISION
  ======================================== */
  .story-vision {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #007481;
    color: #FFF;
    padding: 0 0 120px 0;
    /* Safari対策 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .story-vision-inner {
    min-height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story-vision h2 {
    font-size: clamp(50px, 9vw, 120px);
    line-height: 1;
    letter-spacing: 0.08em;
  }
  /* ========================================
  COMMON PANEL
  ======================================== */
  .story-panel {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* 追加 */
    margin-top: -80px;
    padding-top: 80px;
    /* Safari対策 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    isolation: isolate;
    /*波型切り抜きパス*/
    -webkit-mask-image: url("../images/about/crip-wabe-story_tab.svg?20260516");
    mask-image: url("../images/about/crip-wabe-story_tab.svg?20260516");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
  }
  .story-sticky {
    position: sticky;
    top: 0;
    height: calc(100vh - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .story-panel-inner {
    position: relative;
    z-index: 5;
    width: min(100% - 40px, 1200px);
    margin: auto;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 40px;
    text-align: center;
  }
  .story-panel h2 {
    font-size: clamp(42px, 8vw, 110px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .story-btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 60px;
    border-radius: 999px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 20;
    /* Safariクリック対策 */
    pointer-events: auto;
  }
  .story-btn:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .next {
    background: #daeddb;
  }
  .next .panel-inner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
    background-color: #FFF;
    color: #000000;
  }
  /*ストーリー部分デザインcss*/
  .story-img-box img {
    width: 100%;
    height: 100%;
    max-height: 320px;
  }
  .story-text-box {
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .story-title-en {
    font-size: 4.2rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-align: left;
  }
  .story-title {
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
  }
  .story-read {
    margin: 0 auto 20px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6;
    font-weight: 400;
    text-align: left;
  }
  .story-btn-box {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  a.story-btn {
    margin: 0 auto;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    position: relative;
    width: 220px;
    height: 42px;
    border-radius: 21px;
    background: rgb(255, 255, 255);
    color: #006ea1;
    font-size: 1.9rem;
    font-weight: 500;
  }
  a.story-btn:after {
    content: "";
    display: block;
    width: 26px;
    height: 16px;
    background: url(../images/top/btn-arrow-flag.svg) center center no-repeat;
    background-size: cover;
  }
  a.story-btn:link, a.story-btn:visited, a.story-btn:hover, a.story-btn:active {
    color: #006ea1;
  }
  a.no-link {
    background: rgba(255, 255, 255, 0.5);
  }
  .btn-comingsoon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #fff000;
    color: #f29700;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
  }
  /*■■　＃3　ランドプラン（SM）　■■*/
  /*■swiper　本体*/
  .swiper {
    width: 100%;
    max-width: 520px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  /*■　モーダル(SM)　■*/
  .modal {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; /* ← 下寄せ */
    /*背景画像用*/
    --theme-color: #54b77f;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
  }
  .modal.active {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: auto;
    z-index: 9999;
  }
  .modal-content {
    width: 100%;
    max-width: 460px;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
  }
  /*　施設カード　*/
  .factory-card {
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    text-align: left;
    position: relative;
  }
  .factory-card h2 {
    margin: 0 auto -10px 0;
    padding: 8px 15px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background-color: var(--theme-color);
    border-bottom: 10px solid;
    border-bottom-color: var(--theme-color);
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 500;
    height: 50px;
    border-radius: 10px 10px 0 0;
    gap: 10px;
  }
  .factory-card h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFF;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: var(--theme-color);
    font-weight: 500;
  }
  .factory-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: 100%;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
  }
  .text-center {
    text-align: center;
  }
  .factory-img-box {
    top: 0;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 6/4;
    overflow: hidden;
    background: #eee;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .factory-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px 10px 0 0;
  }
  .factory-img-box img.img-bottom {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .factory-img-mi {
    font-size: 6rem;
    font-weight: 500;
    color: #FFF;
    position: absolute;
    bottom: -20px;
    left: 10px;
    z-index: 100;
    font-family: "Noto Serif JP", serif;
  }
  .factory-img-caption {
    padding: 5px;
    font-size: 1rem;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .factory-text-box {
    text-align: center;
  }
  .modal-title {
    padding: 10px 0;
    font-size: 2.2rem;
    color: var(--theme-color);
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .modal-read {
    padding: 10px 20px;
    font-size: 1.3rem;
    text-align: left;
  }
  /*アイコン群*/
  .modal-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px; /* 上下左右の余白 */
    padding: 20px;
    margin: 0;
    list-style: none;
  }
  .modal-icon-list li {
    width: calc(50% - 3px); /* gapの半分引く */
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    color: var(--theme-color);
    border: 2px solid;
    border-color: var(--theme-color);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal-icon-list:has(li:only-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-icon-list:has(li:only-child) li {
    width: auto;
    min-width: 50%;
  }
  /*■　閉じるボタン(SM)　■*/
  .close {
    right: calc(50% - 215px);
  }
  /*■■■■■■　#4 ランドスケープ（SM）　■■■■■■■*/
  .contents-landscape {
    padding: 4em 0;
  }
  .landscape-block {
    margin: 4em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 40px;
  }
  .landscape-box {
    width: 100%;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .landscape-img {
    position: relative;
  }
  .landscape-img img {
    border-radius: 10px;
  }
  .landscape-name {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
  }
  .landscape-text {
    font-size: 1.3rem;
    text-align: left;
  }
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 1024px) and (max-width: 1215px) {
  .scroll-wrap {
    overflow-x: visible; /* スクロール解除 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*------------(LG)------------*/
@media (min-width: 1216px) and (max-width: 1439px) {
  .scroll-wrap {
    overflow-x: visible; /* スクロール解除 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* ロゴセクション */
  .logo-section {
    margin: -25vh 0 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-logo-block {
    height: 640px;
  }
  /* ロゴ */
  .logo-mark {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  /* ロゴテキスト */
  .logo-text {
    position: absolute;
    left: 40%;
    top: 50%;
    -webkit-transform: translateX(100px) translateY(-50%);
            transform: translateX(100px) translateY(-50%);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .logo-text h2 {
    margin: 10vh 0 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.7rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .logo-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.6;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
  }
  .text-foot-note {
    margin: 0 auto 0;
    display: inline-block;
    font-size: 1rem;
    text-align: left;
  }
}
/*------------(XL)------------*/
@media (min-width: 1440px) {
  /*■■■■■■　#1 京都ココシティについて（XL）　■■■■■■■*/
  .text-mi-en {
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
  }
  .text-color-main {
    color: #007480;
  }
  .text-read-m {
    margin-bottom: 6px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.7rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title-l {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-read {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6;
    font-weight: 400;
  }
  /* ロゴセクション */
  .logo-section {
    margin: -25vh 0 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-logo-block {
    height: 600px;
  }
  /* ロゴ */
  .logo-mark {
    width: 130px;
    position: absolute;
    top: 55%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  /* ロゴテキスト */
  .logo-text {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translateX(100px) translateY(-50%);
            transform: translateX(100px) translateY(-50%);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .logo-text h2 {
    margin: 10vh 0 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.7rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .logo-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.6;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
  }
  .text-foot-note {
    margin: 0 auto 0;
    display: inline-block;
    font-size: 1rem;
    text-align: left;
  }
  /*スワイプマップ*/
  .scroll-wrap {
    overflow-x: visible; /* スクロール解除 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*■■■■■■　#3 ランドプラン(XXL)　■■■■■■■*/
  .map-inner {
    width: 860px;
  }
}
/*------------(XXL)------------*/
@media (min-width: 1920px) {
  /*タイトル*/
  .about-title {
    font-size: 6.2rem;
    top: 25%;
    left: 0;
  }
  /*■■■■■■　#1 京都ココシティについて（XXL）　■■■■■■■*/
  /* ロゴセクション */
  .logo-section {
    margin: -25vh 0 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-logo-block {
    height: 650px;
  }
  /* ロゴ */
  .logo-mark {
    width: 140px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  /* ロゴテキスト */
  .logo-text {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translateX(100px) translateY(-50%);
            transform: translateX(100px) translateY(-50%);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .logo-text h2 {
    margin: 10vh 0 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.7rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .logo-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.6;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
  }
  /*■■■■■■　#3 ランドプラン(XXL)　■■■■■■■*/
  .map-inner {
    width: 1000px;
  }
}