/* ==========================================================
  p-top.css reorganized by section
  PC指定の直後に、同じセクションのSP指定を置く構成
========================================================== */

/* ==========================================================
  0. 変数定義・リセット / 共通
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026 {
  --red: #d90012;
  --red-dark: #a9000d;
  --black: #171717;
  --text: #222;
  --auto: #17adc7;
  --auto-dark: #0795b4;
  --auto-light: #79d7e5;
  --auto-bg: #dff8fb;
  --carbon: #1fad57;
  --carbon-dark: #119448;
  --carbon-light: #83d9a6;
  --carbon-bg: #e4f8ea;
  --safety: #ef7f96;
  --safety-dark: #df627c;
  --safety-light: #f2a6b8;
  --safety-bg: #fde7eb;
  --brown: #75664f;
  --access-bg: #fde6eb;

  color: var(--text);
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .045em;
  overflow: hidden;
  background: #fff;
}

.serif{
    font-family: "Noto Serif JP", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}

.p-ex2026 *,
.p-ex2026 *::before,
.p-ex2026 *::after {
  box-sizing: border-box;
}

.p-ex2026 img,
.p-ex2026 svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-ex2026 a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-ex2026 a:hover {
  opacity: .8;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026 {
    font-size: 16px;
  }
}


/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026 {
    font-size: 14px;
  }

  .p-ex2026 {
    font-size: 13px;
      line-height: 1.65;
      letter-spacing: .035em;
  }
}


/* ---------- Small SP ---------- */
@media (max-width: 374px) {
  .p-ex2026 {
    font-size: 12px;
  }
}


/* ==========================================================
  1. 共通コンテナ・見出し
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-inner {
  width: 90%;
  max-width: 1000px; 
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.l-only_pc {
  display: inline;
}

.l-only_sp {
  display: none;
}

.p-ex2026-heading {
  margin-bottom: 30px;
  color: #111;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .08em;
	font-size: 48px;
    text-align: left;
}

.p-ex2026-heading::before {
  content: "";
  display: inline-block;
  width: 37.5px;
  height: 37.5px;
  margin-right: 16px;
  background: url("../img/common/lineup_img.jpg") 0 0/100% auto no-repeat;
}

.p-ex2026-heading span {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
      margin-top: 18px;
  letter-spacing: .02em;
  vertical-align: middle;
}

.p-ex2026-pc {
  display: block;
}

.p-ex2026-sp {
  display: none;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .l-only_pc {
    display: inline !important;
  }

  .l-only_sp {
    display: none !important;
  }

  .p-ex2026-inner {
    width: 100%;
          max-width: 1100px;
  }

  .p-ex2026-inner--carbon {
    width: 100%;
          max-width: 1220px!important;
  		margin: 0 auto;
  }
}


/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
  .p-ex2026-inner {
    width: 88%;
      max-width: 860px;
  }

  .p-ex2026-heading {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .p-ex2026-heading {
    font-size: clamp(30px, 3.6vw, 42px);
    line-height: 1.35;
  }

  .p-ex2026-heading::before {
    width: clamp(24px, 3vw, 32px);
    height: clamp(24px, 3vw, 32px);
    margin-right: 10px;
    vertical-align: -3px;
  }

  .p-ex2026-heading span {
    display: block;
    margin: 8px 0 0 42px;
    font-size: 11px;
    line-height: 1.4;
  }
}
/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-sp {
    display: block;
  }

  .p-ex2026-pc {
    display: none;
  }

  .l-only_pc {
    display: none !important;
  }

  .l-only_sp {
    display: inline !important;
  }

  .p-ex2026-inner {
    width: 88%;
      max-width: none;
  }

  .l-only_pc {
    display: none !important;
  }

  .l-only_sp {
    display: inline !important;
  }

  .p-ex2026-heading {
    margin-bottom: 18px;
      font-size: 21px;
      line-height: 1.45;
      text-align: left;
  }

  .p-ex2026-heading::before {
    width: 16px;
      height: 16px;
      margin-right: 6px;
  }

  .p-ex2026-heading span {
    display: block;
      margin: 4px 0 0 17px;
      font-size: 9px;
      line-height: 1.45;
  }

  .p-ex2026-inner--carbon {
    padding: 0 5%;
  }
}


/* ---------- Small SP ---------- */
@media (max-width: 374px) {
  .p-ex2026-inner {
    width: 90%;
  }
}


/* ==========================================================
  2. HERO
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-hero {
  padding: 60px 0 50px;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.p-ex2026-hero__date {
  max-width: 1616px;
    margin: 0 auto 20px;
    position: relative;
    padding: 0 7.91%;
    z-index: 2;
}

.p-ex2026-hero__date h1 {
  max-width: 980px;
  margin: 0 auto 10px;
      padding: 0 9.3%;
}

.p-ex2026-hero__date > p {
  max-width: 190px;
    width: 11.75%;
    margin: -10px 0 0 auto;
    top: 0;
    right: 7.91%;
    position: absolute;
}

.p-ex2026-hero__visual {
  max-width: 1616px;
  margin: 0 auto 60px;
  position: relative;
  padding: 0 7.91%;
  z-index: 1;
}

.p-ex2026-hero__visual > p:first-child {
  width: 80%;
  max-width: 930px;
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.5));
}

.p-ex2026-hero__visual > p:last-child {
  width: 100vw;
  position: absolute;
  z-index: 5;
  left: 6.25%;;
  bottom: -50px;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-ex2026-hero__bottom {
  width: 100%;
  border-bottom: 5px solid #d70c18;
  text-align: center;
}

.p-ex2026-hero__lead {
  font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.p-ex2026-hero__nav {
  max-width: 1000px;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.45%;
  padding: 0 4%;
}

.p-ex2026-hero__nav a {
  padding: 20px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  background: url("../img/common/menu_bk.jpg") center bottom/100% auto no-repeat;
  position: relative;
}
.p-ex2026-hero__nav a em {
  font-style: normal;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}
.p-ex2026-hero__txt{
    display: inline-block;
  width: fit-content;
  max-width: calc(100% - 60px);
  margin: 60px auto 85px;
  padding: 0;
  text-align: left;
  line-height: 2;
}
/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-hero {
    padding: 60px 0 50px;
  }

  .p-ex2026-hero__date {
    max-width: 1616px;
      padding: 0 7.91%;
  }

  .p-ex2026-hero__date h1 {
    max-width: 980px;
      padding: 0 9.3%;
  }

  .p-ex2026-hero__date > p {
    width: 11.75%;
      max-width: 190px;
      right: 7.91%;
  }

  .p-ex2026-hero__visual {
    max-width: 1616px;
      margin-bottom: 60px;
      padding: 0 7.91%;
  }

  .p-ex2026-hero__visual > p:first-child {
    width: 79%;
      max-width: 858px;
  }

  .p-ex2026-hero__lead {
    font-size: 24px;
  }
}


/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
  .p-ex2026-hero {
    padding: 42px 0 44px;
  }

  .p-ex2026-hero__lead {
    font-size: 20px;
  }
}


/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-hero__nav {
    grid-template-columns: repeat(3, 1fr); 
      gap: 10px;
  }

  .p-ex2026-hero__nav a {
    font-size: 10px;
      padding: 15px 5px;
      border-radius: 0 0 10px 10px;
  	  height: 70px;
  }

  .p-ex2026-hero {
    padding: 18px 0 34px;
  }

  .p-ex2026-hero__date {
    margin-bottom: 12px;
      padding: 0 5%;
  }

  .p-ex2026-hero__date h1 {
    width: 96%;
      max-width: none;
      padding: 0;
  	 margin: 55px auto 10px;
  }

  .p-ex2026-hero__date > p {
    width: 76px;
      max-width: 22%;
      right: 7%;
      margin-top: -4px;
  	 top: -50px;
  }

  .p-ex2026-hero__visual {
    margin-bottom: 38px;
      padding: 0;
  }

  .p-ex2026-hero__visual > p:first-child {
    width: 85%;
      max-width: none;
  }

  .p-ex2026-hero__visual > p:last-child {
    left: -17%;
          bottom: -24px;
          width: 200vw;
  }

  .p-ex2026-hero__bottom {
    border-bottom-width: 3px;
  }

  .p-ex2026-hero__lead {
    margin-bottom: 14px;
      font-size: 14px;
      line-height: 1.65;
  }

  .p-ex2026-hero__nav {
    width: 100%;
      gap: 9px;
      padding: 0 5%;
  	 margin: 25px auto 0;
  }

  .p-ex2026-hero__nav a {
    min-height: 54px;
      padding: 8px 3px;
      font-size: 10px;
      line-height: 1.4;
      border-radius: 0;
      background-size: 100% 100%;
  	  height: 70px;
  }

  .p-ex2026-hero__nav a::before {
    width: 13px;
      height: 7px;
      top: 6px;
  }
    .p-ex2026-hero__txt {
    max-width: calc(100% - 40px);
    margin: 25px auto 40px;
    font-size: 12px;
    line-height: 1.8;
  }
}


/* ---------- Small SP ---------- */
@media (max-width: 374px) {
  .p-ex2026-hero__nav a {
    min-height: 50px;
      font-size: 8px;
  }
}


/* ==========================================================
  3. LINEUP
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-lineup {
  padding: 60px 5% 0;
  position: relative;
}

.p-ex2026-lineup__map {
  max-width: 1200px;
  margin: 0 auto 30px;
  position: relative;
}

.p-ex2026-lineup__category {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.is-automation {
  background: #e5f7fb;
}

.is-carbonneutral {
  background: #e8f7ee;
}

.is-safety {
  background: #fdf2f3;
}

.is-automation,.is-carbonneutral,.is-safety {
  width: 31.66%;
  position: relative;
}

.is-automation .p-ex2026-lineup__categoryIcon {
  width: 52.63%;
}

.is-automation::before,.is-carbonneutral::before,.is-safety::before {
  position: absolute;
    bottom: 10px;
    right: 10px;
    transform: translateX(-50%);
    content: "";
    width: 15px;
    height: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.is-automation::before {
  background: #00abd6;
}

.is-carbonneutral::before {
  background: #1bad55;
}

.is-safety::before {
  background: #ee7e85;
}

.is-carbonneutral .p-ex2026-lineup__categoryIcon {
  width: 60.52%;
}

.is-safety .p-ex2026-lineup__categoryIcon {
  width: 41.31%;
}

.p-ex2026-lineup__category a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 20px;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-hero__nav,
    .p-ex2026-lineup__category {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-lineup__category {
    grid-template-columns: repeat(3, 1fr); 
      gap: 8px;
  }

  .p-ex2026-lineup {
    padding: 36px 0 42px;
  }

  .p-ex2026-lineup__map {
    margin-bottom: 15px;
  }

  .p-ex2026-lineup__category {
    gap: 6px;
  }

  .p-ex2026-lineup__category a {
    min-height: 54px;
      padding: 16px 5px;
      border-radius: 0;
      box-shadow: none;
  }

  .is-automation .p-ex2026-lineup__categoryIcon {
    width: 73.63%;
  }

  .is-carbonneutral .p-ex2026-lineup__categoryIcon {
    width: 86.52%;
  }

  .is-safety .p-ex2026-lineup__categoryIcon {
    width: 59.31%;
  }

  .is-automation::before, .is-carbonneutral::before, .is-safety::before {
    bottom: 5px;
      right: 0px;
      width: 8px;
      height: 7px;
  }
}


/* ==========================================================
  4. THEME 共通 / Auto・Carbon・Safety
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-theme {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  --theme-color: #00abd6;
  --theme-light: #75c7de;
  --theme-bg: #d9f2f8;

  
  --theme-skew: -38deg;
  --theme-stripe-angle: 128deg; 

  
  --theme-bridge-rgb: 0, 171, 214;
  --theme-bridge-opacity: 0.86;
  --theme-bridge-top: 160px;
  --theme-bridge-left: -20%;
  --theme-bridge-width: 72%;
  --theme-bridge-height: 250px;
}

.p-ex2026-theme--automation {
  --theme-color: #00abd6;
  --theme-light: #75c7de;
  --theme-bg: #d9f2f8;
  --theme-bridge-rgb: 0, 171, 214;
  --theme-top: 309px;
}

.p-ex2026-theme--carbonneutral {
  --theme-color: #1bad55;
  --theme-light: #83d9a6;
  --theme-bg: #e4f8ea;
  --theme-bridge-rgb: 27, 173, 85;
  --theme-top: 269px;
}

.p-ex2026-theme--safety {
  --theme-color: #ee7e85;
  --theme-light: #f2a6b8;
  --theme-bg: #fde7eb;
  --theme-bridge-rgb: 238, 126, 133;
  --theme-top: 378px;
}

.p-ex2026-theme::before {
  content: "";
    position: absolute;
    left: var(--theme-bridge-left);
    top: var(--theme-bridge-top);
    width: var(--theme-bridge-width);
    height: var(--theme-bridge-height);
    background: rgba(var(--theme-bridge-rgb), var(--theme-bridge-opacity));
    transform: skewX(var(--theme-skew));
    transform-origin: left top;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: .2;
	top: var(--theme-top);
}

.p-ex2026-theme__head {
  position: relative;
  padding: 180px 0 30px;
  background: #fff;
  overflow: hidden;
}

.p-ex2026-theme__head::after {
  content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 270px;
    background: var(--theme-light);
    z-index: 1;
    pointer-events: none;
}

.p-ex2026-theme__head .p-ex2026-inner {
  position: relative;
  z-index: 5;
  isolation: isolate;
  width: 90%;
  max-width: 1100px;
  min-height: 190px;
  margin: 0 auto;
  padding: 28px 54px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  background: transparent;
  clip-path: none;
}

.p-ex2026-theme__head .p-ex2026-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: skewX(var(--theme-skew));
  transform-origin: left top;
  z-index: -1;
  pointer-events: none;
	width: 124%;
}

.p-ex2026-theme__title--auto {
  width: 330px;
}

.p-ex2026-theme__title--carbon {
  width: 392px;
}

.p-ex2026-theme__title--safety {
  width: 270px;
}

.p-ex2026-theme__icon {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.p-ex2026-theme__copy {
  flex: 1;
}

.p-ex2026-theme__copy--ttl {
  color: var(--theme-color);
  font-size: 39px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .10em;
  margin-bottom: 24px;
}

.p-ex2026-theme__copy p {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .04em;
}

.p-ex2026-theme__body {
  position: relative;
  padding: 86px 5% 100px;
  background-color: var(--theme-bg);
  background-image: repeating-linear-gradient(
    var(--theme-stripe-angle),
    rgba(255, 255, 255, 0.78) 0,
    rgba(255, 255, 255, 0.78) 1px,
    transparent 1px,
    transparent 12px
  );
  overflow: hidden;
}

.p-ex2026-theme__body .p-ex2026-inner,
.p-ex2026-theme__body .p-ex2026-inner--carbon {
  position: relative;
  z-index: 5;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-theme__head .p-ex2026-inner {
    flex-direction: row;
      gap: 50px;
      text-align: left;
  }
}


/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1150px) {
  .p-ex2026-theme__copy--ttl {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .p-ex2026-theme__head .p-ex2026-inner {
    gap: 34px;
  }

  .p-ex2026-theme__icon {
    width: 170px;
  }
      .p-ex2026-theme__copy--ttl {
        font-size: 24px;
    }
      .p-ex2026-theme__copy p {
        font-size: 12px;
    }

}
@media (min-width: 768px) and (max-width: 899px) {
.p-ex2026-theme__title--auto {
    width: 250px;
}
    .p-ex2026-theme__title--carbon{
    width: 330px;
  }
}
@media (min-width: 900px) and (max-width: 1150px) {
.p-ex2026-theme__title--auto {
    width: 330px;
}
  .p-ex2026-theme__copy--ttlcarbon{
    font-size: 34px!important;
    margin-bottom: 24px!important;
  }
}
/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-theme {
    --theme-skew: -24deg;
    --theme-stripe-angle: 114deg;
      --theme-bridge-top: 78px;
      --theme-bridge-left: -28%;
      --theme-bridge-width: 82%;
      --theme-bridge-height: 120px;
      --theme-bridge-opacity: 0.86;
  }

  .p-ex2026-theme__head {
    padding: 28px 0 0;
  }

  .p-ex2026-theme__head::before {
    left: -14%;
      width: 48%;
      height: 86px;
  }

  .p-ex2026-theme__head::after {
    right: -14%;
      width: 36%;
      height: 86px;
  }

  .p-ex2026-theme__head .p-ex2026-inner {
    width: 88%;
      min-height: auto;
      padding: 18px 18px 24px;
      display: grid;
      grid-template-columns: 96px 1fr;
      gap: 14px;
      align-items: center;
  }

  .p-ex2026-theme__title {
    width: 96px;
  }

  .p-ex2026-theme__icon {
    width: 96px;
  }

  .p-ex2026-theme__copy--ttl {
    margin-bottom: 8px;
      font-size: 16px;
      line-height: 1.45;
      letter-spacing: .06em;
  }

  .p-ex2026-theme__copy p {
    font-size: 10px;
      line-height: 1.65;
  }

  .p-ex2026-theme__body {
    padding: 48px 0 56px;
      background-image: repeating-linear-gradient(
        var(--theme-stripe-angle),
        rgba(255, 255, 255, 0.78) 0,
        rgba(255, 255, 255, 0.78) 1px,
        transparent 1px,
        transparent 12px
      );
  }

  .p-ex2026-theme__body::before {
    height: 18px;
  }

  .p-ex2026-theme__head .p-ex2026-inner {
    flex-direction: column;
      text-align: center;
      gap: 20px;
      padding: 20px 0;
  }

  .p-ex2026-theme__icon {
    width: 140px;
  }

  .p-ex2026-theme__head {
    padding: 30px 0 15px;
  }

  .p-ex2026-theme__head::before,
    .p-ex2026-theme__head::after {
    height: 219px;
  }

  .p-ex2026-theme__head::after {
    width: 128vw;
  }
  .p-ex2026-theme::before{
    width: 130%;
  }
  .p-ex2026-theme__head .p-ex2026-inner {
    width: 88%;
      display: flex;
      text-align: left;
  }

  .p-ex2026-theme__icon {
    width: 40%;
  }

  .p-ex2026-theme__copy--ttl {
    margin-bottom: 8px;
      font-size: 18px;
      line-height: 1.45;
  }

  .p-ex2026-theme__copy p {
    font-size: 9px;
      line-height: 1.6;
  }

  .p-ex2026-theme__body {
    padding: 36px 0 42px;
  }

.p-ex2026-theme--automation {
  --theme-top: 140px;
}

.p-ex2026-theme--carbonneutral {
  --theme-top: 269px;
}

.p-ex2026-theme--safety {
  --theme-top: 142px;
}
.p-ex2026-theme__head .p-ex2026-inner::before {
  transform-origin: 0;
	width: 114%;
}
}
/* ---------- Small SP ---------- */
@media (max-width: 374px) {
  .p-ex2026-theme__head .p-ex2026-inner {
    grid-template-columns: 82px 1fr;
      gap: 10px;
      padding-right: 16px;
  }

  .p-ex2026-theme__icon {
    width: 82px;
  }

  .p-ex2026-theme__copy--ttl {
    font-size: 14px;
  }
}


/* ==========================================================
  5. プロダクトブロック
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-productBlock {
  max-width: 1100px;
  margin: 0 auto 40px;
}

.p-ex2026-productBlock__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}

.p-ex2026-productBlock__head h4 {
  letter-spacing: 0.12em;
  color: var(--theme-color);
  font-size: clamp(20px, 2.5vw, 40px);
  font-weight: 700;
  position: relative;
  line-height: 1;
}

.p-ex2026-productBlock__head h4 span {
  letter-spacing: 0.06em;
  font-size: 21px;
}

.p-ex2026-productBlock__main {
  background: #fff;
  padding: 30px 30px 40px;;
}

.p-ex2026-productBlock__visual {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.p-ex2026-productBlock__visual--figure {
  position: absolute;
    right: 5%;
  top: 15%;
    width: 21.05%;
}

.p-ex2026-productBlock__visual--figurenano{
    position: absolute;
    right: 7%;
  top: 20%;
    width: 21.05%;
}


.p-ex2026-productBlock__visual--item {
  width: 65.76%;
  position: relative;
}

.p-ex2026-productBlock__visual--item::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 10px;
  position: absolute;
  background: url("../img/common/auto_palette_1_circle.svg") 0 0/100% auto no-repeat;
}

.p-ex2026-productList--transport::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 5px;
  position: absolute;
  background: url("../img/common/auto_palette_2_circle.svg") 0 0/100% auto no-repeat;
}

.p-ex2026-productList--strage::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 5px;
  position: absolute;
  background: url("../img/common/auto_palette_3_circle.svg") 0 0/100% auto no-repeat;
}

.p-ex2026-productList--sort::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 5px;
  position: absolute;
  background: url("../img/common/auto_piece_circle.svg") 0 0/100% auto no-repeat;
}

.p-ex2026-productBlock__visual--txt {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  display: flex;
    color: #00abd6;
    margin-top: auto;
  padding-left: 20px;
}

.p-ex2026-productList--more {
  width: 60%;
      display: flex;
    justify-content: center;
    align-items: center;
}

.p-ex2026-productList--more p {
  font-size: 2.1rem!important;
    margin-bottom: 50px;
}

.p-ex2026-productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 30px;
}

.p-ex2026-productList--item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 0;
}

.p-ex2026-productList a,
.p-ex2026-productList--item > p {
  display: flex;
  flex-direction: column;
}

.p-ex2026-productList p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #00abd6;
  position: relative;
  letter-spacing: 0;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-productList {

  }
}
/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
.p-ex2026-productBlock__visual--txt {
  font-size: 16px;
}
  .p-ex2026-productList--transport::after{
    bottom: -20px;
  }
  .p-ex2026-productList--strage::after{
    bottom: -20px;
  }
  .p-ex2026-productList--sort::after{
    bottom: -20px;
  }
  .p-ex2026-productList p{
    font-size: 13px;
  }
  .p-ex2026-productBlock__visual--figure {
    right: 7%;
  top: 3%;
}
  .p-ex2026-productBlock__visual--figurenano{
    right: 5%;
  top: 20%;
}

}


/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-productList {
    grid-template-columns: repeat(2, 1fr);
  }
.p-ex2026-productBlock__visual {
  margin-bottom: 15px;
}
  .p-ex2026-productList--item {
    width: 47.16%;
    margin-bottom: 15px;
  }

  .p-ex2026-productBlock__visual--item {
    width: 72%;
  }

  .p-ex2026-productBlock__visual--item::after {
    width: 35px;
      height: 35px;
      bottom: -20px;
      right: 5px;
  }

  .p-ex2026-productList--transport::after,.p-ex2026-productList--strage::after,.p-ex2026-productList--sort::after {
    width: 35px;
      height: 35px;
      bottom: -20px;
      right: 5px;
  }

  .p-ex2026-productList--more {
    width: 48%;
  }

  .p-ex2026-productList--more p {
    font-size: 1.3rem !important;
      margin-bottom: 40px;
  }

  .p-ex2026-productBlock__visual--figure {
            top: 40%;
        right: -3%;
        width: 30.05%;
        transform: translateY(-50%);
  }

    .p-ex2026-productBlock__visual--figurenano {
            top: 45%;
        right: -3%;
        width: 30.05%;
        transform: translateY(-50%);
  }

  .p-ex2026-productBlock__visual {
    flex-wrap: wrap;
  }

  .p-ex2026-productBlock {
    margin-bottom: 26px;
  }

  .p-ex2026-productBlock__head {
    display: block;
      margin-bottom: 10px;
  }

  .p-ex2026-productBlock__head h4 {
    padding-left: 13px;
      font-size: 17px;
      line-height: 1.45;
  }

  .p-ex2026-productBlock__head h4 span,
    .p-ex2026-productBlock__head p {
    font-size: 11px;
      line-height: 1.5;
  }

  .p-ex2026-productList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
  }

  .p-ex2026-productList a,
    .p-ex2026-productList li > p {
    padding: 0;
      border: none;
      border-radius: 0;
  }

  .p-ex2026-productList p {
    margin-top: 6px;
      font-size: 10px;
      line-height: 1.45;
      text-align: left;
  }
  .p-ex2026-productBlock__visual--txt {
    font-size: 11px;
    margin-top: 7px;
    padding-left: 0;
    width: 100%;
}
  .p-ex2026-productList {
  justify-content:space-between;
  gap: 0;
}
}


/* ---------- Small SP ---------- */
@media (max-width: 374px) {
  .p-ex2026-productList {
    gap: 8px;
  }
}


/* ==========================================================
  6. Carbon neutral / Safety 個別
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-safetyttl {
  font-size: 34px;
	text-align: center;
	margin-bottom: 25px;
	color: #ee7e85;
	font-weight: 700;
}

.p-ex2026-carbonPanel {
  max-width: 1050px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
margin-bottom: 60px;
}

.p-ex2026-carbonPanel h4 {
  color: #000;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.p-ex2026-safetyList {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.p-ex2026-safetyList__item {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 8.1%;
  margin-bottom: 30px;
}

.p-ex2026-safetyList__img {
  width: 70.51%;
      display: flex;
    justify-content: center;
  background: linear-gradient(to right,rgba(237, 126, 132, 0.05) 0%,rgba(237, 126, 132, 0) 100%);
}

.p-ex2026-safetyList__img1 {
  width: 84.6%;
}

.p-ex2026-safetyList__img2 {
  width: 63.73%;
}

.p-ex2026-safetyList__img3 {
  width: 52.79%;
}

.p-ex2026-safetyList__txt p {
  color: #ee7e85;
  font-size: 22px;
  font-weight: 700;
}

.p-ex2026-safetyList__txt p span {
  display: block;
  font-size: 15px;
  color: #ee7e85;
  margin-bottom: 5px;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-safetyList__item {
    grid-template-columns: 200px 1fr;
      text-align: left;
  }
}


/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
  .p-ex2026-productBlock,
    .p-ex2026-carbonPanel,
    .p-ex2026-safetyList {
    max-width: 760px;
  }
}


/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-safetyList__item {
    grid-template-columns: 1fr;
      text-align: center;
      gap: 15px;
  }

  .p-ex2026-carbonPanel {
    margin-bottom: 30px;
  }

  .p-ex2026-carbonPanel h4 {
    font-size: 13px;
  	margin-bottom: 10px;
  }

  .p-ex2026-safetyList__img {
    max-width: none;
  	width: 100%;
  }

  .p-ex2026-safetyList__item {
    width: 100%;
      padding: 15px 4.1%;
      margin-bottom: 10px;
  }

  .p-ex2026-safetyList__txt p {
    text-align: left;
  }

  .p-ex2026-safetyttl {
    font-size: 14px;
      margin-bottom: 15px;
      font-weight: 500;
  }

  .p-ex2026-carbonPanel h4 {
    font-size: 17px;
      line-height: 1.45;
  }

  .p-ex2026-safetyList {
    gap: 14px;
  }

  .p-ex2026-safetyList__item {
    flex-wrap: wrap;
  }

  .p-ex2026-safetyList__img {
      margin: 0 auto;
  }

  .p-ex2026-safetyList__txt p {
    font-size: 16px;
      line-height: 1.45;
  }

  .p-ex2026-safetyList__txt p span {
    font-size: 10px;
  }
}


/* ==========================================================
  7. Lounge / Case
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-case {
  position: relative;
  background: #958161; 
  margin-top: 300px;
}

.p-ex2026-case {
  --case-white-width: clamp(360px, 36vw, 620px);
  padding: 0 5%;
}

.p-ex2026-case::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px; 
  background-image: url("../img/common/lounge_bk.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}

.p-ex2026-case::after {
  content: "";
  position: absolute;
  left: calc(var(--case-white-width) * -0.48);
  top: calc(var(--case-white-width) * -0.15);
  width: var(--case-white-width);
  height: calc(var(--case-white-width) * 0.43);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}

.p-ex2026-case__label {
  width: 10.72%;
}

.p-ex2026-case__box {
  display: flex;
  padding-top: 50px;
  position: relative;
  z-index: 5;
}

.p-ex2026-case__box::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -10%;
  width: 593px;
  height: 75px;
  background: url("../img/common/lounge_txt.svg") top right / contain no-repeat;
  z-index: 1;
  pointer-events: none;
}

.p-ex2026-case__box h2 {
  text-align: left;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-left: 20px;
}

.p-ex2026-case__box h2 span {
  font-size: 30px;
  display: block;
  color: #fff;
  letter-spacing: 0.14em;
}

.p-ex2026-case .p-ex2026-inner > div:last-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: end;
  text-align: center;
  padding-bottom: 250px;
}

.p-ex2026-case__arrow {
  left: 20%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -5%;
    width: 100%;
    z-index: 1;
}

.p-ex2026-case__item p span {
  text-align: left;
    color: #fff;
    padding-top: 15px;
  display: block;
}

.p-ex2026-case__item--bl {
  text-align: left;
    margin-bottom: 95px;
}
.p-ex2026-case__item--txt{
  font-size: 15px;
  color: #fff;
}
.p-ex2026-case .p-ex2026-inner {
  position: relative;
  z-index: 5;
}

.p-ex2026-case__box {
  position: relative;
  z-index: 6;
}

.p-ex2026-case__label {
  position: relative;
  z-index: 20;
}

.p-ex2026-case__label img {
  position: relative;
  z-index: 20;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-case .p-ex2026-inner > div:last-of-type {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* ---------- Tablet ---------- */
@media (min-width: 1024px) and (max-width: 1150px) {
  .p-ex2026-case__box::after {
            top: 3px;
        right: -4%;
        width: 450px;
        height: 56px;
  }

  .p-ex2026-case__item--bl {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .p-ex2026-case__item p span{
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-ex2026-case__box::after {
    top: 3px;
          right: -6%;
          width: 423px;
          height: 54px;
  }

  .p-ex2026-case__item--bl {
    margin-bottom: 0;
    font-size: 12px;
  }
  .p-ex2026-case__item p span{
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
.p-ex2026-case{
      margin-top: 150px;
}
}
/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-case .p-ex2026-inner > div:last-of-type {
    grid-template-columns: 1fr; 
      gap: 20px;
  }

  .p-ex2026-case {
    margin-top: 60px;
  }

  .p-ex2026-case__box {
    padding-top: 0;
  	flex-wrap: wrap;
  }

  .p-ex2026-case__label {
    margin: 0 auto;
  }

  .p-ex2026-case__box h2 {
    text-align: center;
      font-size: 21px;
    width: 100%;
    margin-left: 0;
    line-height: 1.2;
        margin-top: 5px;
  }

  .p-ex2026-case__box h2 span {
    font-size: 14px;
    margin-top: 5px;
  }

  .p-ex2026-case__label {
    width: 19.3%;
          height: auto;
          font-size: 12px;
  }

  .p-ex2026-case__item {
    padding: 0 8%;
  }

  .p-ex2026-case .p-ex2026-inner > div:last-of-type {
    padding-bottom: 40px;
  }

  .p-ex2026-case::after {
           left: -395px;
        top: -53px;
      width: 596px;
      height: 200px;
  }

  .p-ex2026-case {
    padding: 25px 0 58px;
  }

  .p-ex2026-case__text h3 {
    margin-bottom: 22px;
      font-size: 21px;
      line-height: 1.45;
  }

  .p-ex2026-case__text h3 span {
    font-size: 13px;
  }

  .p-ex2026-case .p-ex2026-inner > div:last-of-type {
    grid-template-columns: 1fr;
      gap: 18px;
  }
  .p-ex2026-case__box::after{
    top: -35px;
    right: -363px;
    width: 751px;
    height: 45px;
    transform: rotate(90deg);
  }
  .p-ex2026-case::before {
  height: 163px; 
  background-image: url("../img/common/lounge_bk_sp.png");
}
  .p-ex2026-case__item--bl {
    margin-bottom: 10px;
    margin-top: 15px;
}
  .p-ex2026-case__item--txt{
    padding: 0 8%;
  }
  .p-ex2026-case__arrow{
        left: 0;
    bottom: -8%;
    width: 151%;
  }
}

/* ==========================================================
  8. Present / CTA
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-present .p-ex2026-inner {
  max-width: 1200px!important;
}
.p-ex2026-present {
  margin-top: 300px;
  padding: 0 0 60px;
  background-color: #e5e5e5;
  background-image: repeating-linear-gradient(
    128deg,
    rgba(255, 255, 255, 0.75) 0,
    rgba(255, 255, 255, 0.75) 1px,
    transparent 1px,
    transparent 12px
  );
}

.p-ex2026-present__title {
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.p-ex2026-present__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 460px;
  height: 100%;
  background: url("../img/common/present_ttl_bk.png") left center/100% auto no-repeat;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.p-ex2026-present__box {
  background: #fff;
  padding: 40px 4.34%;
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
}

.p-ex2026-present__item {
  border: 2px solid #d80c18;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.p-ex2026-present__item:nth-of-type(1) {
  width: 63.88%;
}

.p-ex2026-present__item:nth-of-type(2) {
  width: 31.8%;
}

.p-ex2026-present__item--ttl {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  background: #d80c18;
  padding: 10px 0;
}

.p-ex2026-present__item--wh {
  padding: 20px;
  position: relative;
}

.p-ex2026-present__item--set {
  font-size: 36px;
    height: 75px;
    font-weight: 700;
    line-height: 1.1;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
}
.p-ex2026-present__item--mini {
  font-size: 30px!important;
  padding: 0!important;
}

.p-ex2026-present__item--set::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: calc(100% - 10px);
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: translateY(-50%);
}

.p-ex2026-present__item--set::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: calc(100% - 10px);
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: translateY(-50%);
}

.p-ex2026-present__item--set span {
  font-size: 18px;
  font-weight: 700;
  vertical-align: baseline;
}

.p-ex2026-present__item--explan{
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
}

.p-ex2026-present__txt{
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
  margin: 5px 5% 0;
}
.p-ex2026-cta {
  text-align: center;
  padding: 200px 0;
}

  .p-ex2026-cta__btn {
    width: 100%;
  max-width: 800px;
  height: 138px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/pc/btn.png") center center / 100% 100% no-repeat;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-ex2026-cta__btn span{
  font-size: 34px;
}


/* ---------- PC ---------- */
@media (min-width: 768px) {
  .p-ex2026-present__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1100px) {
  .p-ex2026-present__item--ttl{
    font-size: 17px;
  }
  .p-ex2026-present__item--mini{
    font-size: 15px!important;
    padding: 20px 0!important;
  }
  .p-ex2026-present__item--set span{
    font-size: 12px;
  }
  .p-ex2026-present__item--set {
    font-size: 24px;
    padding-top: 22px;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {
    .p-ex2026-present{
    margin-top: 150px;
  }
  .p-ex2026-cta{
    padding: 100px 0;
  }
}

/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-present {
  margin-top: 100px;
  padding: 0 0 40px;
  }
  .p-ex2026-present__box {
    grid-template-columns: 1fr;
  }

  .p-ex2026-cta__btn {
    font-size: 16px;
      padding: 15px 30px;
  }
  .p-ex2026-present__item:nth-of-type(1),.p-ex2026-present__item:nth-of-type(2) {
    width: 100%;
  	padding: 0;
  	border-radius: 5px;
  }

  .p-ex2026-present__item--ttl {
    margin-bottom: 0;
      font-size: 14px;
      padding: 3px 0;
  }

  .p-ex2026-productBlock__main,
    .p-ex2026-carbonPanel,
    .p-ex2026-present__item {
    padding: 12px;
      border-radius: 0;
      box-shadow: none;
  }

  .p-ex2026-present {
    padding: 0 0 30px;
        margin-bottom: 60px;
  }

  .p-ex2026-present__title {
    margin-bottom: 24px;
      padding: 14px 16px;
      font-size: 18px;
      line-height: 1.45;
  }

  .p-ex2026-present__box {
    grid-template-columns: 1fr;
      gap: 18px;
    flex-wrap: wrap;
    margin: 0;
  }

  .p-ex2026-present__item h5 {
    font-size: 24px;
      line-height: 1.45;
  }

  .p-ex2026-cta {
    padding: 0 0 60px;
  }

  .p-ex2026-cta__btn {
    width: min(100%, 320px);
      padding: 15px 24px;
      font-size: 15px;
      line-height: 1.45;
  }
  .p-ex2026-present__box {
  padding: 20px 4.34%;
}
  .p-ex2026-present__item--set {
      padding: 0 0 7px;
    font-size: 28px;
}
  .p-ex2026-present__item--set span{
    font-size: 14px;
  }
  .p-ex2026-present__txt{
    margin: 10px 0;
  }
  .p-ex2026-present__title::before{
        left: -35%;
    width: 185px;
  }
  .p-ex2026-present__item--wh{
    padding: 5%;
}
  .p-ex2026-present__item--explan{
    font-size: 12.5px;
    margin-bottom: 10px;
  }
  .p-ex2026-present__item--mini{
    font-size: 24px!important;
    padding-top: 6px !important;
  }
  .p-ex2026-cta__btn {
    width: 100%;
  max-width: none!important;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/pc/btn.png") center center / 100% 100% no-repeat;
  color: #fff !important;
  padding: 22px 20px;
}

  .p-ex2026-cta__btn span{
  font-size: 16px;
}

}


/* ==========================================================
  9. Access
========================================================== */

/* ---------- PC / 共通 ---------- */
.p-ex2026-access {
  position: relative;
  overflow: hidden;
  background-color: #fde3e7;
  background-image: repeating-linear-gradient(
    128deg,
    rgba(255, 255, 255, 0.75) 0,
    rgba(255, 255, 255, 0.75) 1px,
    transparent 1px,
    transparent 12px
  );
  padding-bottom: 100px;
}

.p-ex2026-access::before {
  content: "";
    position: absolute;
    top: -10%;
    right: 7%;
    width: 90%;
    height: 130%;
    background: rgba(237, 126, 132, 0.28);
    transform: skewX(-38deg);
    transform-origin: top right;
    z-index: 0;
    pointer-events: none;
}

.p-ex2026-access .p-ex2026-inner {
  position: relative;
  z-index: 1;
}

.p-ex2026-access__lead {
  color: #d70c18;
  font-size: 4.8rem;
  font-weight: 700;
}

.p-ex2026-access__lead--ttl {
  text-align: center;
  margin-bottom: 80px;
	font-weight: 700;
    margin-top: 100px;
}

.p-ex2026-access__lead--ttl span {
  background: #fff;
  padding: 0 20px;
  display: inline-block;
}

.p-ex2026-accessCard__place {
  text-align: center;
}

.p-ex2026-accessCard__place,.p-ex2026-accessCard__img {
  padding: 60px 11.8%;
}

.p-ex2026-accessCard__train,.p-ex2026-accessCard__car {
  padding: 60px 18.18%;
}

.p-ex2026-accessCard__place--m {
  font-size: 43px;
}

.p-ex2026-accessCard__place--s {
  font-size: 28px;
}

.p-ex2026-access__box {
  display: grid;
  gap: 100px;
}

.p-ex2026-accessCard__train__body {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
}

.p-ex2026-accessCard__train--ttl-l {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
}


.p-ex2026-accessCard__train--ttl-m {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.p-ex2026-accessCard__train--ttl-m span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.6;
}
.p-ex2026-accessCard__train--ttl-s {
  font-size: 21px;
	font-weight: 700;
  margin-bottom: 10px;
}

.p-ex2026-accessCard__train--ttl-m span,.p-ex2026-accessCard__train--ttl-s span {
  font-size: 16px;
}

.p-ex2026-accessCard__map {
  border-top: 1px solid #D70C18;
  text-align: left;
  padding-top: 30px;
}

.p-ex2026-accessCard__map--item:nth-of-type(1) {
  margin-bottom: 30px;
}

.p-ex2026-accessCard {
  background: #fff;
}

.p-ex2026-accessCard > h3 {
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 7px;
    font-weight: 700;
    font-size: 24px;
  margin: 0 auto;
}

.p-ex2026-accessCard__body {
  padding: 30px;
}
.p-ex2026-accessCard__train {
  text-align: center;
}

.p-ex2026-accessCard__train__body {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.p-ex2026-accessCard__txt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}
.p-ex2026-accessCard__txt + .p-ex2026-accessCard__txt {
  margin-top: 26px;
}
.p-ex2026-accessCard__arrow {
  width: 24px;
  flex-shrink: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
}
.p-ex2026-accessCard__txtInner {
  flex: 1;
  min-width: 0;
}
.p-ex2026-accessCard__car .p-ex2026-accessCard__body {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 0;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__txt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__txt + .p-ex2026-accessCard__txt {
  margin-top: 26px;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__arrow {
  width: 24px;
  flex-shrink: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__txtInner {
  flex: 1;
  min-width: 0;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__train--ttl-l {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__train--ttl-m {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.p-ex2026-accessCard__car {
  display: flex;
  justify-content: center;
  padding: 60px 18.18%;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__body {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__txt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.p-ex2026-accessCard__car .p-ex2026-accessCard__txt + .p-ex2026-accessCard__txt {
  margin-top: 26px;
}

/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1024px) {

.p-ex2026-accessCard__place--m {
  font-size: 39px;
}

.p-ex2026-accessCard__place--s {
  font-size: 24px;
}
}
/* ---------- SP ---------- */
@media (max-width: 767px) {
  .p-ex2026-access__lead {
    font-size: 24px;
  	letter-spacing: 0.1em;
  }

  .p-ex2026-access__lead--ttl {
    margin-bottom: 20px;
      margin-top: 0px;
  }

  .p-ex2026-access {
    padding: 20px 0 30px;
  }

  .p-ex2026-accessCard > h3 {
    padding: 2px;
      font-size: 14px;
  }

  .p-ex2026-accessCard__place, .p-ex2026-accessCard__img {
    padding: 20px 6.8%;
  }

  .p-ex2026-accessCard__place--s {
    font-size: 11px;
  }

  .p-ex2026-accessCard__place--m {
    font-size: 18px;
  	font-weight: 700;
  }

  .p-ex2026-accessCard__train--ttl-m {
    font-size: 11px;
      font-weight: 700;
  }

  .p-ex2026-accessCard__train--ttl-l {
    font-size: 15px;
    line-height: 1.45;
  }

    .p-ex2026-accessCard__train--ttl-m {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.6;
  }
  .p-ex2026-accessCard__train--ttl-m span {
    font-size: 9px;
    line-height: 1.5;
  }
  .p-ex2026-accessCard__train--ttl-m span, .p-ex2026-accessCard__train--ttl-s span {
    font-size: 9px;
  }

  .p-ex2026-accessCard__train--ttl-s {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .p-ex2026-accessCard__train, .p-ex2026-accessCard__car {
    padding: 25px 10.18%;
  }

  .p-ex2026-accessCard__train__body {
    max-width: none;
    padding-bottom: 20px;
  }

  .p-ex2026-access {
    padding: 42px 0 52px;
  }

  .p-ex2026-access__lead {
    padding: 16px 14px;
      border-top-width: 8px;
  }

  .p-ex2026-accessCard {
    border-radius: 0;
  }

  .p-ex2026-accessCard > h3 {
    padding: 5px;
      font-size: 16px;
  }

  .p-ex2026-accessCard__body {
    padding: 16px;
  }
  .p-ex2026-access__box{
    gap: 25px;
  }
    .p-ex2026-accessCard__txt {
    gap: 6px;
  }

  .p-ex2026-accessCard__txt + .p-ex2026-accessCard__txt {
    margin-top: 18px;
  }

  .p-ex2026-accessCard__arrow {
    width: 14px;
    font-size: 15px;
    line-height: 1.45;
  }
  .p-ex2026-accessCard__car {
    padding: 25px 5%;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__body {
    max-width: none;
    padding: 0;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__txt {
    gap: 5px;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__txt + .p-ex2026-accessCard__txt {
    margin-top: 16px;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__arrow {
    width: 13px;
    font-size: 13px;
    line-height: 1.45;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__train--ttl-l {
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__train--ttl-m {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .p-ex2026-accessCard__car {
    display: flex;
    justify-content: center;
    padding: 25px 3%;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__body {
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__txt {
    gap: 5px;
  }

  .p-ex2026-accessCard__car .p-ex2026-accessCard__txt + .p-ex2026-accessCard__txt {
    margin-top: 16px;
  }
}


/* ==========================================================
  10. Footer 調整
========================================================== */

/* ---------- PC / 共通 ---------- */
#ex2026-common-footer {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #1d1d1d;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.6;
}

#ex2026-common-footer *,
#ex2026-common-footer *::before,
#ex2026-common-footer *::after {
  box-sizing: border-box;
}



.regAnim {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.regAnim.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


.arrowAnim img {
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 1.4s ease,
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.arrowAnim.show img {
  opacity: 1;
  transform: translateX(0);
}



.p-ex2026-hero__visual > p:last-child {
  position: absolute;
  z-index: 5;
  left: calc(50% - 50vw);
  bottom: -38px;
  width: clamp(560px, 54vw, 820px);
  max-width: none;
  transform: none;
  pointer-events: none;
}

.p-ex2026-case__arrow{
  position: absolute;
  z-index: 5;
  left: calc(50% - 50vw);
  bottom: -38px;
  width: clamp(560px, 54vw, 820px);
  max-width: none;
  transform: none;
  pointer-events: none;
}


.p-ex2026-hero__visual > p:last-child img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

@media (max-width: 767px) {
  .p-ex2026-hero__visual > p:last-child {
    left: calc(50% - 68vw);
    bottom: -20px;
    width: 100vw;
    max-width: none;
    transform: none;
  }
    .p-ex2026-case__arrow {
    left: calc(50% - 68vw);
    bottom: -20px;
    width: 100vw;
    max-width: none;
    transform: none;
  }
}