.elementor-2378 .elementor-element.elementor-element-61e7c17{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-f731d8d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-505a222{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-6e7077e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-2219b6d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-988888a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-238ed2e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-febbdaa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2378 .elementor-element.elementor-element-0cab83c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3fb2f70 *//* ==================================================
   KENYA HERO V3
================================================== */

.kenya-hero-v3 {
  --kh-navy: #093D52;
  --kh-gold: #A67C37;
  --kh-gold-light: #D7AE63;
  --kh-white: #F9F7F2;

  position: relative;

  width: 100%;
  min-height: 100svh;

  overflow: hidden;

  background: #042A38;

  color: var(--kh-white);
}


.kenya-hero-v3,
.kenya-hero-v3 * {
  box-sizing: border-box;
}


/* ==================================================
   PHOTO
================================================== */

.kenya-hero-v3__media {
  position: absolute;
  inset: 0;
}


.kenya-hero-v3__media img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;

  transform: scale(1.025);

  animation:
    kenyaHeroPhoto
    18s ease-in-out infinite alternate;
}


@keyframes kenyaHeroPhoto {

  from {
    transform: scale(1.025);
  }

  to {
    transform: scale(1.075);
  }

}


/* ==================================================
   OVERLAY
================================================== */

.kenya-hero-v3__overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(2,20,28,.83) 0%,
      rgba(2,20,28,.67) 31%,
      rgba(2,20,28,.36) 58%,
      rgba(2,20,28,.13) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1,12,17,.13) 0%,
      rgba(1,12,17,.05) 53%,
      rgba(1,12,17,.46) 100%
    );
}


/* ==================================================
   INNER
================================================== */

.kenya-hero-v3__inner {
  position: relative;
  z-index: 2;

  width: 100%;
  min-height: 100svh;

  display: flex;
  align-items: center;

  /*
   * ★ここが今回重要
   * 写真は全幅、文字だけ大きく内側へ
   */
  padding:
    clamp(120px,10vh,165px)
    clamp(72px,7vw,112px)
    clamp(70px,8vh,105px);
}


/* ==================================================
   CONTENT
================================================== */

.kenya-hero-v3__content {
  width: min(100%, 900px);
}


/* EYEBROW */

.kenya-hero-v3__eyebrow {
  display: flex;
  align-items: center;

  gap: 18px;

  margin-bottom: 24px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .2em;

  color:
    var(--kh-gold-light);
}


.kenya-hero-v3__eyebrow-line {
  width: 70px;
  height: 1px;

  flex: 0 0 70px;

  background:
    var(--kh-gold-light);
}


/* META */

.kenya-hero-v3__meta {
  margin:
    0 0 31px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .17em;

  color:
    rgba(255,255,255,.70);
}


/* ==================================================
   H1
================================================== */

.kenya-hero-v3__title {
  margin: 0;

  max-width: 880px;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size: clamp(58px,5vw,86px) !important;

  line-height: 1.14;

  font-weight: 500;

  letter-spacing: -.025em;

  color:
    var(--kh-white);

  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}


.kenya-hero-v3__title span {
  display: block;

  white-space: nowrap;
}


/* second line */

.kenya-hero-v3__title span + span {
  margin-top: .10em;
}


/* ==================================================
   LEAD
================================================== */

.kenya-hero-v3__lead {
  width: min(100%,720px);

  margin-top:
    clamp(28px,3vw,40px);
}


.kenya-hero-v3__lead p {
  margin: 0;

  font-size:
    clamp(16px,1.5vw,21px);

  line-height: 2;

  letter-spacing: .03em;

  color:
    rgba(255,255,255,.80);

  line-break: strict;
}


.kenya-hero-v3__lead p:first-child {
  margin-bottom: 5px;

  font-size:
    clamp(18px,1.7vw,23px);

  color:
    rgba(255,255,255,.94);
}


/* ==================================================
   CTA
================================================== */

.kenya-hero-v3__cta {
  width: 230px;
  min-height: 70px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  margin-top: 36px;

  padding:
    0
    19px
    0
    25px;

  background:
    var(--kh-gold);

  color: #fff;

  text-decoration: none;

  transition:
    transform .3s ease,
    background .3s ease;
}


.kenya-hero-v3__cta:hover {
  transform:
    translateY(-4px);

  background: #B7893D;
}


.kenya-hero-v3__cta > span {
  font-size: 14px;
  font-weight: 700;
}


.kenya-hero-v3__cta > i {
  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(255,255,255,.38);

  border-radius: 50%;

  font-style: normal;

  transition:
    transform .3s ease;
}


.kenya-hero-v3__cta:hover > i {
  transform:
    translateY(4px);
}


/* ==================================================
   SIDE META
================================================== */

.kenya-hero-v3__side {
  position: absolute;

  right:
    clamp(32px,3vw,50px);

  top: 50%;

  transform:
    translateY(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 14px;
}


.kenya-hero-v3__side span {
  writing-mode:
    vertical-rl;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 7px;
  font-weight: 700;

  letter-spacing: .18em;

  color:
    rgba(255,255,255,.50);
}


.kenya-hero-v3__side i {
  width: 1px;
  height: 64px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.08),
      var(--kh-gold-light),
      rgba(255,255,255,.08)
    );
}


/* ==================================================
   SCROLL
================================================== */

.kenya-hero-v3__scroll {
  position: absolute;

  left:
    clamp(72px,7vw,112px);

  bottom:
    clamp(25px,3vw,42px);

  display: flex;
  align-items: center;

  gap: 16px;
}


.kenya-hero-v3__scroll > span {
  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 7px;
  font-weight: 700;

  letter-spacing: .18em;

  color:
    rgba(255,255,255,.46);
}


.kenya-hero-v3__scroll > div {
  position: relative;

  width: 95px;
  height: 1px;

  overflow: hidden;

  background:
    rgba(255,255,255,.18);
}


.kenya-hero-v3__scroll i {
  position: absolute;

  top: 0;
  left: -35%;

  width: 35%;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--kh-gold-light)
    );

  animation:
    kenyaHeroScroll
    3s ease-in-out infinite;
}


@keyframes kenyaHeroScroll {

  from {
    left: -35%;
  }

  to {
    left: 100%;
  }

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {

  .kenya-hero-v3__inner {
    padding-left: 56px;
    padding-right: 56px;
  }


  .kenya-hero-v3__scroll {
    left: 56px;
  }


  .kenya-hero-v3__title {
    font-size:
      clamp(55px,7.7vw,78px);
  }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .kenya-hero-v3 {
    min-height: 100svh;
  }


  .kenya-hero-v3__media img {
    object-position: 62% center;
  }


  .kenya-hero-v3__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(2,20,28,.22) 0%,
        rgba(2,20,28,.38) 30%,
        rgba(2,20,28,.70) 63%,
        rgba(2,20,28,.91) 100%
      );
  }


  /*
   * ★SPでも文字を画面端から離す
   */
  .kenya-hero-v3__inner {
    align-items: flex-end;

    padding:
      105px
      24px
      82px;
  }


  .kenya-hero-v3__content {
    width: 100%;
  }


  .kenya-hero-v3__eyebrow {
    gap: 11px;

    margin-bottom: 16px;

    font-size: 9px;
  }


  .kenya-hero-v3__eyebrow-line {
    width: 38px;

    flex-basis: 38px;
  }


  .kenya-hero-v3__meta {
    margin-bottom: 17px;

    font-size: 9px;

    letter-spacing: .13em;
  }


  /*
   * 2行を意図的に維持
   */
  .kenya-hero-v3__title {
    max-width: 100%;

    font-size:
      clamp(36px,9.8vw,47px);

    line-height: 1.27;

    letter-spacing: -.035em;
  }


  .kenya-hero-v3__title span {
    display: block;

    white-space: nowrap;
  }


  .kenya-hero-v3__lead {
    margin-top: 21px;
  }


  .kenya-hero-v3__lead p {
    font-size: 14px;

    line-height: 1.95;

    letter-spacing: .01em;
  }


  .kenya-hero-v3__lead p:first-child {
    font-size: 16px;
  }


  .kenya-pc {
    display: none;
  }


  .kenya-hero-v3__cta {
    width: 100%;

    min-height: 60px;

    margin-top: 26px;
  }


  .kenya-hero-v3__side {
    display: none;
  }


  .kenya-hero-v3__scroll {
    left: 24px;
    bottom: 26px;
  }


  .kenya-hero-v3__scroll > div {
    width: 62px;
  }

}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 370px) {

  .kenya-hero-v3__inner {
    padding-left: 20px;
    padding-right: 20px;
  }


  .kenya-hero-v3__title {
    font-size: 35px;
  }


  .kenya-hero-v3__scroll {
    left: 20px;
  }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .kenya-hero-v3__media img,
  .kenya-hero-v3__scroll i {
    animation: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e21a5b3 *//* ==================================================
   ABOUT KENYA
   TRAVEL EDITORIAL
================================================== */

.kenya-about {
  --ka-navy: #093D52;
  --ka-gold: #A67C37;

  --ka-paper: #F5F0E5;
  --ka-paper-light: #FBF8F1;

  --ka-muted: #718087;
  --ka-line: rgba(9,61,82,.14);

  position: relative;

  width: 100%;

  overflow: hidden;

  padding:
    clamp(105px,10vw,165px)
    0
    clamp(110px,11vw,180px);

  background:
    #F7F3EA;

  color:
    var(--ka-navy);
}


.kenya-about,
.kenya-about * {
  box-sizing: border-box;
}


/* ==================================================
   INNER
================================================== */

.kenya-about__inner {
  width:
    min(
      calc(100% - clamp(144px,14vw,220px)),
      1320px
    );

  margin-inline: auto;
}


/* ==================================================
   HEADER
================================================== */

.kenya-about__header {
  width: min(100%,820px);

  margin-bottom:
    clamp(55px,6vw,85px);
}


.kenya-about__eyebrow {
  display: flex;
  align-items: center;

  gap: 17px;

  margin-bottom: 35px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .2em;

  color:
    var(--ka-gold);
}


.kenya-about__eyebrow-line {
  width: 50px;
  height: 1px;

  flex: 0 0 50px;

  background:
    var(--ka-gold);
}


.kenya-about__number {
  margin:
    0 0 20px;

  font-family:
    Georgia,
    serif;

  font-size: 10px;

  font-style: italic;

  letter-spacing: .12em;

  color:
    #8A9698;
}


/* ==================================================
   H2
================================================== */

.kenya-about__heading h2 {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size:
    clamp(42px,4.5vw,66px);

  line-height: 1.55;

  font-weight: 500;

  letter-spacing: -.025em;
}


.kenya-about__heading h2 span {
  display: block;
}


/* ==================================================
   MAIN PHOTO
================================================== */

.kenya-about__hero-photo {
  position: relative;

  width: 86%;

  margin-left: auto;
}


.kenya-about-photo {
  margin: 0;
}


.kenya-about-photo--land {
  position: relative;

  width: 100%;

  aspect-ratio:
    16 / 9;

  overflow: hidden;

  background:
    #DDD7CA;
}


.kenya-about-photo--land img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transform:
    scale(1.025);

  transition:
    transform 1.2s
    cubic-bezier(.22,.8,.24,1);
}


.kenya-about-photo--land:hover img {
  transform:
    scale(1.06);
}


/* ==================================================
   CAPTION
================================================== */

.kenya-about-photo figcaption {
  display: flex;
  align-items: center;

  gap: 14px;
}


.kenya-about-photo--land figcaption {
  position: absolute;

  left: 25px;
  bottom: 24px;

  padding:
    13px
    17px;

  background:
    rgba(4,42,56,.74);

  backdrop-filter:
    blur(8px);

  color: #fff;
}


.kenya-about-photo figcaption > span {
  font-family:
    Georgia,
    serif;

  font-size: 11px;

  font-style: italic;

  color:
    #D5AD63;
}


.kenya-about-photo figcaption > div {
  display: flex;
  flex-direction: column;

  gap: 3px;
}


.kenya-about-photo figcaption small {
  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  font-weight: 700;

  letter-spacing: .16em;

  color:
    rgba(255,255,255,.60);
}


.kenya-about-photo figcaption strong {
  font-family:
    "Yu Mincho",
    serif;

  font-size: 13px;

  font-weight: 500;
}


/* ==================================================
   PHOTO META
================================================== */

.kenya-about__photo-meta {
  position: absolute;

  top: 50%;
  left: -82px;

  transform:
    translateY(-50%)
    rotate(-90deg);

  display: flex;
  align-items: center;

  gap: 12px;
}


.kenya-about__photo-meta span {
  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .18em;

  color:
    #829094;
}


.kenya-about__photo-meta i {
  width: 42px;
  height: 1px;

  background:
    var(--ka-gold);
}


/* ==================================================
   STORY
================================================== */

.kenya-about__story {
  width:
    min(100%,720px);

  margin:
    clamp(60px,7vw,95px)
    0
    clamp(70px,8vw,115px)
    auto;

  display: grid;

  grid-template-columns:
    150px
    minmax(0,1fr);

  gap: 45px;

  align-items: start;
}


.kenya-about__story-index {
  padding-top: 5px;

  display: flex;
  flex-direction: column;

  gap: 5px;

  font-family:
    Arial,
    sans-serif;
}


.kenya-about__story-index span {
  font-size: 7px;

  font-weight: 700;

  letter-spacing: .16em;

  color:
    var(--ka-gold);
}


.kenya-about__story-index strong {
  font-family:
    Georgia,
    serif;

  font-size: 14px;

  font-style: italic;

  font-weight: 400;

  letter-spacing: .04em;

  color:
    var(--ka-navy);
}


.kenya-about__lead {
  margin: 0;

  max-width: 500px;

  font-size: 14px;

  line-height: 2.15;

  color:
    var(--ka-muted);

  line-break: strict;
}


/* ==================================================
   SCENES
================================================== */

.kenya-about__scenes {
  position: relative;

  min-height:
    clamp(650px,53vw,800px);

  margin-top: 20px;
}


/* ==================================================
   CITY
================================================== */

.kenya-about-photo--city {
  position: absolute;

  top: 0;
  left: 0;

  width: 36%;
}


.kenya-about-photo--city
.kenya-about-photo__image {
  aspect-ratio:
    3 / 4;

  overflow: hidden;
}


.kenya-about-photo--city img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform .8s ease;
}


.kenya-about-photo--city:hover img {
  transform:
    scale(1.045);
}


.kenya-about-photo--city figcaption {
  margin-top: 14px;

  color:
    var(--ka-navy);
}


.kenya-about-photo--city figcaption small {
  color:
    #829094;
}


/* ==================================================
   COAST
================================================== */

.kenya-about-photo--coast {
  position: absolute;

  right: 0;
  bottom: 0;

  width: 56%;
}


.kenya-about-photo--coast
.kenya-about-photo__image {
  aspect-ratio:
    16 / 10;

  overflow: hidden;
}


.kenya-about-photo--coast img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform .8s ease;
}


.kenya-about-photo--coast:hover img {
  transform:
    scale(1.045);
}


.kenya-about-photo--coast figcaption {
  margin-top: 14px;

  color:
    var(--ka-navy);
}


.kenya-about-photo--coast figcaption small {
  color:
    #829094;
}


/* ==================================================
   BIG COPY
================================================== */

.kenya-about__big-copy {
  position: absolute;

  top: 15%;
  left: 43%;

  z-index: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(50px,6.5vw,92px);

  line-height: .95;

  font-style: italic;

  letter-spacing: -.055em;

  color:
    rgba(9,61,82,.055);

  pointer-events: none;
}


/* ==================================================
   NEXT
================================================== */

.kenya-about__next {
  margin-top:
    clamp(80px,8vw,120px);

  padding-top: 34px;

  border-top:
    1px solid
    var(--ka-line);

  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  gap: 50px;
}


.kenya-about__next > div > span {
  display: block;

  margin-bottom: 15px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  font-weight: 700;

  letter-spacing: .17em;

  color:
    var(--ka-gold);
}


.kenya-about__next p {
  margin: 0;

  font-family:
    "Yu Mincho",
    serif;

  font-size:
    clamp(22px,2.2vw,33px);

  line-height: 1.65;

  font-weight: 400;
}


.kenya-about__next strong {
  font-weight: 500;
}


/* LINK */

.kenya-about__next > a {
  min-width: 190px;
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 22px;

  padding:
    0
    17px
    0
    21px;

  background:
    var(--ka-navy);

  color: #fff;

  text-decoration: none;

  transition:
    transform .3s ease,
    background .3s ease;
}


.kenya-about__next > a:hover {
  transform:
    translateY(-3px);

  background:
    #062E3E;
}


.kenya-about__next > a span {
  font-size: 12px;

  font-weight: 700;
}


.kenya-about__next > a i {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(255,255,255,.25);

  border-radius: 50%;

  font-style: normal;

  color:
    #D5AD63;
}


/* ==================================================
   SCROLL REVEAL
   Chrome等対応ブラウザのみ
================================================== */

@supports (animation-timeline: view()) {

  .kenya-about-photo--land {
    animation:
      kenyaAboutMain
      linear both;

    animation-timeline:
      view();

    animation-range:
      entry 5%
      cover 35%;
  }


  @keyframes kenyaAboutMain {

    from {
      clip-path:
        inset(0 0 0 18%);

      transform:
        translateY(30px);
    }

    to {
      clip-path:
        inset(0 0 0 0);

      transform:
        translateY(0);
    }

  }


  .kenya-about-photo--city {
    animation:
      kenyaAboutCity
      linear both;

    animation-timeline:
      view();

    animation-range:
      entry 5%
      cover 28%;
  }


  @keyframes kenyaAboutCity {

    from {
      transform:
        translateY(55px);

      opacity: .25;
    }

    to {
      transform:
        translateY(0);

      opacity: 1;
    }

  }


  .kenya-about-photo--coast {
    animation:
      kenyaAboutCoast
      linear both;

    animation-timeline:
      view();

    animation-range:
      entry 10%
      cover 32%;
  }


  @keyframes kenyaAboutCoast {

    from {
      transform:
        translateY(70px);

      opacity: .25;
    }

    to {
      transform:
        translateY(0);

      opacity: 1;
    }

  }

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {

  .kenya-about__inner {
    width:
      calc(100% - 96px);
  }


  .kenya-about__hero-photo {
    width: 90%;
  }


  .kenya-about__story {
    width: 76%;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .kenya-about {
    padding:
      82px
      0
      95px;
  }


  /*
   * ★文字と画面端の距離
   */
  .kenya-about__inner {
    width:
      calc(100% - 48px);
  }


  /* HEADER */

  .kenya-about__header {
    margin-bottom: 43px;
  }


  .kenya-about__eyebrow {
    gap: 11px;

    margin-bottom: 24px;

    font-size: 8px;
  }


  .kenya-about__eyebrow-line {
    width: 35px;

    flex-basis: 35px;
  }


  .kenya-about__number {
    margin-bottom: 15px;

    font-size: 8px;
  }


  .kenya-about__heading h2 {
    font-size:
      clamp(30px,8vw,38px);

    line-height: 1.65;
  }


  .kenya-about__heading h2 span {
    display: block;

    white-space: nowrap;
  }


  /* MAIN PHOTO */

  .kenya-about__hero-photo {
    width:
      calc(100% + 24px);

    margin-left: 0;
  }


  .kenya-about-photo--land {
    aspect-ratio:
      4 / 5;
  }


  .kenya-about-photo--land
  figcaption {
    left: 12px;
    bottom: 12px;

    padding:
      10px
      12px;
  }


  .kenya-about__photo-meta {
    display: none;
  }


  /* STORY */

  .kenya-about__story {
    width: 100%;

    margin:
      48px 0
      65px;

    display: block;
  }


  .kenya-about__story-index {
    margin-bottom: 18px;
  }


  .kenya-about__lead {
    max-width: none;

    font-size: 13px;

    line-height: 2.05;

    word-break: normal;

    line-break: strict;
  }


  /* SCENES */

  .kenya-about__scenes {
    min-height: 610px;
  }


  .kenya-about-photo--city {
    width: 58%;
  }


  .kenya-about-photo--coast {
    width: 72%;
  }


  .kenya-about__big-copy {
    top: 26%;
    left: auto;
    right: -12px;

    font-size: 48px;
  }


  /* NEXT */

  .kenya-about__next {
    margin-top: 65px;

    display: block;
  }


  .kenya-about__next p {
    font-size:
      clamp(22px,6vw,28px);
  }


  .kenya-about__next p br {
    display: none;
  }


  .kenya-about__next > a {
    width: 100%;

    margin-top: 25px;
  }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 390px) {

  .kenya-about__inner {
    width:
      calc(100% - 40px);
  }


  .kenya-about__heading h2 {
    font-size: 29px;
  }


  .kenya-about__heading h2 span {
    white-space: normal;
  }


  .kenya-about__scenes {
    min-height: 550px;
  }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .kenya-about-photo,
  .kenya-about-photo img {
    animation: none !important;

    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95ebdae *//* ==================================================
   KENYA AT A GLANCE
================================================== */

.kenya-facts {
  --kf-navy: #093D52;
  --kf-deep: #052D3C;
  --kf-gold: #A67C37;

  --kf-sand: #EDE4D2;
  --kf-paper: #F8F5EE;

  --kf-muted: #6E7C80;
  --kf-line: rgba(9,61,82,.15);

  width: 100%;

  overflow: hidden;

  padding:
    clamp(105px,10vw,160px)
    0
    clamp(105px,10vw,160px);

  /*
   * ABOUTより少し濃いサンドへ変更
   */
  background:
    #EDE4D2;

  color:
    var(--kf-navy);
}


.kenya-facts,
.kenya-facts * {
  box-sizing: border-box;
}



/* ==================================================
   INNER
================================================== */

.kenya-facts__inner {
  width:
    min(
      calc(100% - clamp(144px,14vw,220px)),
      1320px
    );

  margin-inline: auto;
}



/* ==================================================
   HEADER
================================================== */

.kenya-facts__header {
  display: grid;

  grid-template-columns:
    180px
    minmax(0,1fr)
    minmax(250px,340px);

  gap:
    clamp(35px,5vw,75px);

  align-items: end;

  margin-bottom:
    clamp(60px,7vw,95px);
}


.kenya-facts__eyebrow {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 14px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  letter-spacing: .18em;

  color:
    var(--kf-gold);
}


.kenya-facts__eyebrow > span {
  width: 35px;
  height: 1px;

  flex: 0 0 35px;

  background:
    var(--kf-gold);
}


.kenya-facts__eyebrow strong {
  font-weight: 700;

  white-space: nowrap;
}


.kenya-facts__index {
  margin: 0;

  font-family:
    Georgia,
    serif;

  font-size: 9px;

  font-style: italic;

  letter-spacing: .12em;

  color:
    #879194;
}


/* ==================================================
   TITLE
================================================== */

.kenya-facts__header h2 {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size:
    clamp(39px,4vw,61px);

  line-height: 1.55;

  font-weight: 500;

  letter-spacing: -.025em;
}


.kenya-facts__header h2 span {
  display: block;
}


.kenya-facts__intro {
  margin: 0;

  font-size: 13px;

  line-height: 2.05;

  color:
    var(--kf-muted);

  line-break: strict;
}



/* ==================================================
   PHOTO
================================================== */

.kenya-facts__visual {
  position: relative;

  width: 100%;

  aspect-ratio:
    16 / 7;

  margin: 0;

  overflow: hidden;

  background:
    #887D68;
}


.kenya-facts__visual img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transform:
    scale(1.025);

  transition:
    transform 1.4s
    cubic-bezier(.22,.8,.24,1);
}


.kenya-facts__visual:hover img {
  transform:
    scale(1.055);
}


.kenya-facts__visual-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(3,29,39,.74) 0%,
      rgba(3,29,39,.34) 42%,
      rgba(3,29,39,.08) 72%
    ),
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(3,29,39,.38) 100%
    );
}



/* ==================================================
   POPULATION
================================================== */

.kenya-facts__population {
  position: absolute;

  left:
    clamp(25px,4vw,58px);

  bottom:
    clamp(24px,4vw,50px);

  color: #fff;
}


.kenya-facts__population > span {
  display: block;

  margin-bottom: 2px;

  font-family:
    Arial,
    sans-serif;

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .18em;

  color:
    #E0B76D;
}


.kenya-facts__population > strong {
  display: block;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(70px,9vw,135px);

  line-height: .95;

  font-weight: 400;

  letter-spacing: -.055em;
}


.kenya-facts__population > strong em {
  margin-left: 4px;

  font-size: .35em;

  font-style: normal;

  color:
    rgba(255,255,255,.64);
}


.kenya-facts__population p {
  margin:
    10px 0 0;

  font-size: 16px;

  color:
    rgba(255,255,255,.9);
}


.kenya-facts__population p small {
  display: block;

  margin-top: 4px;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  letter-spacing: .13em;

  color:
    rgba(255,255,255,.52);
}



/* ==================================================
   PHOTO META
================================================== */

.kenya-facts__photo-meta {
  position: absolute;

  right: 28px;
  top: 28px;

  display: flex;
  align-items: center;

  gap: 12px;
}


.kenya-facts__photo-meta span {
  font-family:
    Arial,
    sans-serif;

  font-size: 7px;
  font-weight: 700;

  letter-spacing: .17em;

  color:
    rgba(255,255,255,.7);
}


.kenya-facts__photo-meta i {
  width: 36px;
  height: 1px;

  background:
    #D9B36C;
}



/* ==================================================
   PRIMARY FACTS
================================================== */

.kenya-facts__primary {
  display: grid;

  grid-template-columns:
    .9fr
    1fr
    1.35fr
    .95fr;

  gap: 0;

  margin-top:
    clamp(42px,5vw,70px);

  border-top:
    1px solid
    var(--kf-line);

  border-bottom:
    1px solid
    var(--kf-line);
}



/* ==================================================
   ITEM
================================================== */

.kenya-facts-item {
  position: relative;

  min-height: 235px;

  padding:
    31px
    24px
    29px;

  border-right:
    1px solid
    var(--kf-line);

  transition:
    background .3s ease,
    transform .3s ease;
}


.kenya-facts-item:last-child {
  border-right: 0;
}


.kenya-facts-item:hover {
  background:
    rgba(255,255,255,.25);

  transform:
    translateY(-5px);
}


.kenya-facts-item__number {
  position: absolute;

  top: 23px;
  right: 17px;

  font-family:
    Georgia,
    serif;

  font-size: 10px;

  font-style: italic;

  color:
    rgba(166,124,55,.65);
}


.kenya-facts-item > small {
  display: block;

  margin-bottom: 38px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;
  font-weight: 700;

  letter-spacing: .16em;

  color:
    #7F8B8E;
}


.kenya-facts-item > strong {
  display: block;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(30px,2.9vw,45px);

  line-height: 1.1;

  font-weight: 400;

  letter-spacing: -.025em;

  color:
    var(--kf-navy);
}


.kenya-facts-item > strong em {
  font-size: .42em;

  font-style: normal;
}


.kenya-facts-item--language > strong {
  font-size:
    clamp(23px,2vw,32px);

  line-height: 1.35;
}


.kenya-facts-item > p {
  margin:
    20px 0 0;

  font-size: 12px;

  color:
    var(--kf-muted);
}



/* ==================================================
   SECONDARY FACTS
================================================== */

.kenya-facts__secondary {
  display: grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:
    clamp(18px,2.5vw,35px);

  margin-top: 44px;
}


.kenya-facts-mini {
  min-width: 0;
}


.kenya-facts-mini small {
  display: block;

  margin-bottom: 8px;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;
  font-weight: 700;

  letter-spacing: .15em;

  color:
    var(--kf-gold);
}


.kenya-facts-mini p {
  margin: 0;

  font-family:
    "Yu Mincho",
    serif;

  font-size:
    clamp(16px,1.4vw,20px);

  line-height: 1.5;

  color:
    var(--kf-navy);
}


.kenya-facts-mini > span,
.kenya-facts-mini > a {
  display: block;

  margin-top: 6px;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  letter-spacing: .12em;

  color:
    #859093;
}


.kenya-facts-mini > a {
  color:
    var(--kf-gold);

  text-decoration: none;
}



/* ==================================================
   SOURCE
================================================== */

.kenya-facts__source {
  margin:
    40px 0 0;

  padding-top: 18px;

  border-top:
    1px solid
    rgba(9,61,82,.08);

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  line-height: 1.7;

  letter-spacing: .04em;

  color:
    #899294;
}



/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .kenya-facts {
    padding:
      82px
      0
      92px;
  }


  /*
   * 左右24px
   */
  .kenya-facts__inner {
    width:
      calc(100% - 48px);
  }


  /* HEADER */

  .kenya-facts__header {
    display: block;

    margin-bottom: 43px;
  }


  .kenya-facts__header > div {
    margin-bottom: 24px;
  }


  .kenya-facts__header h2 {
    font-size:
      clamp(29px,8vw,37px);

    line-height: 1.62;
  }


  .kenya-facts__header h2 span {
    display: block;

    white-space: nowrap;
  }


  .kenya-facts__intro {
    margin-top: 22px;

    max-width: 340px;

    font-size: 13px;

    line-height: 1.95;
  }


  /* PHOTO */

  .kenya-facts__visual {
    width:
      calc(100% + 24px);

    aspect-ratio:
      4 / 5;
  }


  .kenya-facts__visual-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3,29,39,.05),
        rgba(3,29,39,.72)
      );
  }


  .kenya-facts__population {
    left: 18px;
    bottom: 22px;
  }


  .kenya-facts__population > strong {
    font-size:
      clamp(67px,21vw,92px);
  }


  .kenya-facts__photo-meta {
    top: 15px;
    right: 14px;
  }


  /* PRIMARY */

  .kenya-facts__primary {
    grid-template-columns:
      repeat(2,1fr);

    margin-top: 38px;
  }


  .kenya-facts-item {
    min-height: 190px;

    padding:
      23px
      15px;
  }


  .kenya-facts-item:nth-child(2n) {
    border-right: 0;
  }


  .kenya-facts-item:nth-child(-n+2) {
    border-bottom:
      1px solid
      var(--kf-line);
  }


  .kenya-facts-item > small {
    margin-bottom: 28px;

    font-size: 6px;
  }


  .kenya-facts-item > strong {
    font-size:
      clamp(25px,7vw,33px);
  }


  .kenya-facts-item--language > strong {
    font-size:
      clamp(18px,5vw,23px);
  }


  .kenya-facts-item > p {
    margin-top: 15px;
  }


  /* SECONDARY */

  .kenya-facts__secondary {
    grid-template-columns:
      repeat(2,1fr);

    row-gap: 30px;

    margin-top: 36px;
  }

}



/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 390px) {

  .kenya-facts__inner {
    width:
      calc(100% - 40px);
  }


  .kenya-facts__header h2 {
    font-size: 29px;
  }


  .kenya-facts__header h2 span {
    white-space: normal;
  }


  .kenya-facts__primary {
    grid-template-columns: 1fr;
  }


  .kenya-facts-item {
    min-height: 155px;

    border-right: 0;

    border-bottom:
      1px solid
      var(--kf-line);
  }


  .kenya-facts-item:last-child {
    border-bottom: 0;
  }


  .kenya-facts__secondary {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07b0a0e *//* =========================================================
   WHERE IS KENYA?
   COMPLETE CSS
========================================================= */


/* =========================================================
   ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
   ★ EDIT ZONE
   ★ 後から調整する時は基本ここだけ
   ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
========================================================= */

.kenya-map-section {

  /* ==========================================
     JAPAN POSITION

     x：
     数字を増やす → 右
     数字を減らす → 左

     y：
     数字を増やす → 下
     数字を減らす → 上
  ========================================== */

  --japan-x: 45.5%;
  --japan-y: 54.5%;


  /* ==========================================
     KENYA POSITION
  ========================================== */

  --kenya-x: 18.0%;
  --kenya-y: 68.0%;


  /* ==========================================
     ROUTE

     数字を大きくする
     → 上へ大きく膨らむ

     数字を小さくする
     → 直線に近づく
  ========================================== */

  --route-curve: 95;


  /* ==========================================
     JAPAN LABEL
  ========================================== */

  --japan-label-x: 18px;
  --japan-label-y: -23px;


  /* ==========================================
     KENYA LABEL
  ========================================== */

  --kenya-label-x: 18px;
  --kenya-label-y: -23px;


  /* ==========================================
     PC KENYA CARD
  ========================================== */

  --kenya-card-x: 21%;
  --kenya-card-y: 70%;


  /* ==========================================
     COLORS
  ========================================== */

  --km-navy: #093D52;

  --km-deep: #042D3B;

  --km-deeper: #021E29;

  --km-gold: #A67C37;

  --km-gold-light: #DDB66A;

  --km-white: #F8F6F0;

  --km-muted:
    rgba(255,255,255,.64);

  --km-line:
    rgba(255,255,255,.11);


  position: relative;

  width: 100%;

  overflow: hidden;

  padding:
    clamp(110px,10vw,170px)
    0
    clamp(110px,10vw,170px);

  color:
    var(--km-white);

  background:
    radial-gradient(
      circle at 63% 38%,
      rgba(166,124,55,.10),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #073847 0%,
      var(--km-deep) 52%,
      var(--km-deeper) 100%
    );
}


/* RESET */

.kenya-map-section,
.kenya-map-section * {
  box-sizing:
    border-box;
}


/* =========================================================
   INNER / SIDE SPACE
========================================================= */

.kenya-map-section__inner {

  width:
    min(
      calc(
        100% -
        clamp(
          144px,
          14vw,
          220px
        )
      ),
      1320px
    );

  margin-inline:
    auto;
}


/* =========================================================
   HEADER
========================================================= */

.kenya-map-section__header {

  margin-bottom:
    clamp(
      60px,
      7vw,
      95px
    );
}


/* EYEBROW */

.kenya-map-section__eyebrow {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 34px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 700;

  letter-spacing:
    .19em;

  color:
    var(--km-gold-light);
}


.kenya-map-section__eyebrow > span {

  width: 48px;

  height: 1px;

  flex:
    0 0 48px;

  background:
    var(--km-gold-light);
}


/* HEADING */

.kenya-map-section__heading {

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(260px,350px);

  gap:
    clamp(
      50px,
      8vw,
      115px
    );

  align-items:
    end;
}


.kenya-map-section__heading h2 {

  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size:
    clamp(
      43px,
      4.7vw,
      68px
    );

  line-height:
    1.5;

  font-weight:
    500;

  letter-spacing:
    -.025em;

  line-break:
    strict;
}


.kenya-map-section__heading h2 span {

  display:
    block;
}


.kenya-map-section__heading p {

  margin: 0;

  font-size:
    13px;

  line-height:
    2.05;

  color:
    var(--km-muted);

  line-break:
    strict;
}


/* =========================================================
   MAP WRAPPER
========================================================= */

.kenya-world-map {

  position:
    relative;

  width:
    100%;

  overflow:
    visible;
}


/* =========================================================
   MAP CANVAS

   ★重要
   PC / TABLET / SP
   全部この比率を維持
========================================================= */

.kenya-world-map__canvas {

  position:
    relative;

  width:
    100%;

  aspect-ratio:
    1000 / 768;

  overflow:
    hidden;

  background:
    rgba(
      0,
      12,
      18,
      .14
    );

  border-top:
    1px solid
    var(--km-line);

  border-bottom:
    1px solid
    var(--km-line);
}


/* GRID */

.kenya-world-map__canvas::before {

  content:
    "";

  position:
    absolute;

  inset:
    0;

  z-index:
    0;

  background-image:

    linear-gradient(
      rgba(255,255,255,.025) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.025) 1px,
      transparent 1px
    );

  background-size:
    100px 100px;

  pointer-events:
    none;
}


/* =========================================================
   MAP IMAGE
========================================================= */

.kenya-world-map__image {

  position:
    absolute;

  inset:
    0;

  z-index:
    1;

  width:
    100%;

  height:
    100%;

  display:
    block;

  object-fit:
    contain;

  object-position:
    center;

  transform:
    none !important;

  opacity:
    .57;

  mix-blend-mode:
    screen;

  filter:
    saturate(.42)
    brightness(1.22);

  pointer-events:
    none;

  transition:
    opacity .7s ease;
}


.kenya-world-map__canvas:hover
.kenya-world-map__image {

  opacity:
    .66;
}


/* =========================================================
   ROUTE
========================================================= */

.kenya-world-map__route {

  position:
    absolute;

  inset:
    0;

  z-index:
    5;

  width:
    100%;

  height:
    100%;

  pointer-events:
    none;
}


.kenya-world-map__path {

  fill:
    none;

  stroke:
    rgba(
      221,
      182,
      106,
      .64
    );

  stroke-width:
    1.7;

  stroke-dasharray:
    5 10;

  stroke-linecap:
    round;

  animation:
    kenyaRouteDash
    15s
    linear
    infinite;
}


@keyframes kenyaRouteDash {

  to {

    stroke-dashoffset:
      -190;
  }
}


/* LIGHT */

.kenya-world-map__traveller {

  fill:
    var(--km-gold-light);

  filter:
    drop-shadow(
      0 0 10px
      rgba(221,182,106,1)
    );
}


/* =========================================================
   POINT COMMON
========================================================= */

.kenya-map-point {

  position:
    absolute;

  z-index:
    9;

  width:
    1px;

  height:
    1px;

  padding:
    0;

  margin:
    0;

  border:
    0;

  background:
    transparent;

  color:
    #fff;

  font:
    inherit;
}


/* =========================================================
   ★ JAPAN
========================================================= */

.kenya-map-point--japan {

  left:
    var(--japan-x);

  top:
    var(--japan-y);
}


/* =========================================================
   ★ KENYA
========================================================= */

.kenya-map-point--kenya {

  left:
    var(--kenya-x);

  top:
    var(--kenya-y);

  cursor:
    pointer;
}


/* =========================================================
   DOT
========================================================= */

.kenya-map-point__dot {

  position:
    absolute;

  left:
    0;

  top:
    0;

  width:
    10px;

  height:
    10px;

  transform:
    translate(
      -50%,
      -50%
    );

  border-radius:
    50%;
}


/* JAPAN */

.kenya-map-point--japan
.kenya-map-point__dot {

  background:
    #fff;

  box-shadow:

    0 0 0 8px
    rgba(
      255,
      255,
      255,
      .09
    ),

    0 0 20px
    rgba(
      255,
      255,
      255,
      .7
    );
}


/* KENYA */

.kenya-map-point--kenya
.kenya-map-point__dot {

  background:
    var(--km-gold-light);

  box-shadow:
    0 0 18px
    rgba(
      221,
      182,
      106,
      .92
    );
}


/* =========================================================
   KENYA PULSE
========================================================= */

.kenya-map-point__pulse {

  position:
    absolute;

  left:
    0;

  top:
    0;

  width:
    18px;

  height:
    18px;

  transform:
    translate(
      -50%,
      -50%
    );

  border:
    1px solid
    rgba(
      221,
      182,
      106,
      .58
    );

  border-radius:
    50%;

  pointer-events:
    none;

  animation:
    kenyaPulse
    2.8s
    ease-out
    infinite;
}


.kenya-map-point__pulse--2 {

  animation-delay:
    1.35s;
}


@keyframes kenyaPulse {

  from {

    width:
      18px;

    height:
      18px;

    opacity:
      .9;
  }

  to {

    width:
      72px;

    height:
      72px;

    opacity:
      0;
  }
}


/* =========================================================
   LABEL COMMON
========================================================= */

.kenya-map-point__label {

  position:
    absolute;

  min-width:
    120px;

  display:
    flex;

  flex-direction:
    column;

  align-items:
    flex-start;

  text-align:
    left;

  pointer-events:
    none;
}


/* JAPAN LABEL */

.kenya-map-point--japan
.kenya-map-point__label {

  left:
    var(--japan-label-x);

  top:
    var(--japan-label-y);
}


/* KENYA LABEL */

.kenya-map-point--kenya
.kenya-map-point__label {

  left:
    var(--kenya-label-x);

  top:
    var(--kenya-label-y);
}


.kenya-map-point__label small {

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    5px;

  font-weight:
    700;

  letter-spacing:
    .16em;

  color:
    rgba(
      255,
      255,
      255,
      .42
    );
}


.kenya-map-point__label strong {

  margin-top:
    2px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    15px;

  line-height:
    1;

  font-weight:
    400;
}


.kenya-map-point--kenya
.kenya-map-point__label strong {

  color:
    var(--km-gold-light);
}


.kenya-map-point__label span {

  margin-top:
    3px;

  font-size:
    9px;

  color:
    rgba(
      255,
      255,
      255,
      .60
    );
}


/* =========================================================
   TOP RIGHT
========================================================= */

.kenya-world-map__discover {

  position:
    absolute;

  z-index:
    7;

  right:
    28px;

  top:
    28px;

  display:
    flex;

  align-items:
    center;

  gap:
    11px;

  pointer-events:
    none;
}


.kenya-world-map__discover span {

  font-family:
    Arial,
    sans-serif;

  font-size:
    6px;

  font-weight:
    700;

  letter-spacing:
    .16em;

  color:
    rgba(
      255,
      255,
      255,
      .40
    );
}


.kenya-world-map__discover i {

  width:
    40px;

  height:
    1px;

  background:
    var(--km-gold-light);
}


.kenya-world-map__discover strong {

  font-family:
    Georgia,
    serif;

  font-size:
    12px;

  font-weight:
    400;

  color:
    rgba(
      255,
      255,
      255,
      .72
    );
}


/* =========================================================
   KENYA CARD
========================================================= */

.kenya-map-card {

  position:
    absolute;

  z-index:
    12;

  left:
    var(--kenya-card-x);

  top:
    var(--kenya-card-y);

  width:
    min(
      280px,
      30vw
    );

  padding:
    22px
    23px
    21px;

  border-left:
    2px solid
    var(--km-gold);

  background:
    rgba(
      3,
      35,
      47,
      .95
    );

  backdrop-filter:
    blur(13px);

  box-shadow:
    0 22px 60px
    rgba(0,0,0,.22);

  opacity:
    0;

  transform:
    translateY(14px);

  pointer-events:
    none;

  transition:
    opacity .35s ease,
    transform .35s ease;
}


/* OPEN */

.kenya-world-map.is-open
.kenya-map-card {

  opacity:
    1;

  transform:
    translateY(0);
}


/* CARD */

.kenya-map-card__number {

  display:
    block;

  margin-bottom:
    11px;

  font-family:
    Arial,
    sans-serif;

  font-size:
    6px;

  font-weight:
    700;

  letter-spacing:
    .17em;

  color:
    var(--km-gold-light);
}


.kenya-map-card > strong {

  display:
    block;

  font-family:
    Georgia,
    serif;

  font-size:
    37px;

  line-height:
    1;

  font-weight:
    400;
}


.kenya-map-card > p {

  margin:
    16px
    0
    0;

  font-size:
    12px;

  line-height:
    1.9;

  color:
    rgba(
      255,
      255,
      255,
      .67
    );
}


.kenya-map-card__meta {

  display:
    flex;

  align-items:
    center;

  gap:
    9px;

  margin-top:
    17px;
}


.kenya-map-card__meta span {

  font-family:
    Arial,
    sans-serif;

  font-size:
    6px;

  font-weight:
    700;

  letter-spacing:
    .12em;

  color:
    rgba(
      255,
      255,
      255,
      .46
    );
}


.kenya-map-card__meta i {

  width:
    4px;

  height:
    4px;

  border-radius:
    50%;

  background:
    var(--km-gold-light);
}


/* =========================================================
   JOURNEY BAR
========================================================= */

.kenya-map-journey {

  width:
    min(
      100%,
      690px
    );

  display:
    grid;

  grid-template-columns:
    auto
    minmax(90px,1fr)
    auto;

  gap:
    24px;

  align-items:
    center;

  margin-top:
    30px;
}


.kenya-map-journey
> div:not(
  .kenya-map-journey__line
) {

  display:
    flex;

  flex-direction:
    column;
}


.kenya-map-journey small {

  font-family:
    Arial,
    sans-serif;

  font-size:
    5px;

  letter-spacing:
    .16em;

  color:
    rgba(
      255,
      255,
      255,
      .34
    );
}


.kenya-map-journey strong {

  margin-top:
    3px;

  font-family:
    Georgia,
    serif;

  font-size:
    13px;

  font-weight:
    400;
}


.kenya-map-journey__line {

  position:
    relative;

  height:
    1px;

  background:
    rgba(
      255,
      255,
      255,
      .14
    );
}


.kenya-map-journey__line i {

  position:
    absolute;

  top:
    0;

  left:
    -25%;

  width:
    25%;

  height:
    1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--km-gold-light)
    );

  animation:
    kenyaJourneyBar
    3.6s
    ease-in-out
    infinite;
}


@keyframes kenyaJourneyBar {

  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}


.kenya-map-journey__line span {

  position:
    absolute;

  top:
    9px;

  left:
    50%;

  transform:
    translateX(-50%);

  white-space:
    nowrap;

  font-family:
    Arial,
    sans-serif;

  font-size:
    5px;

  letter-spacing:
    .14em;

  color:
    rgba(
      255,
      255,
      255,
      .27
    );
}


/* =========================================================
   BOTTOM
========================================================= */

.kenya-map-section__bottom {

  width:
    min(
      100%,
      620px
    );

  margin:
    clamp(
      90px,
      9vw,
      135px
    )
    0
    0
    auto;
}


.kenya-map-section__bottom > span {

  display:
    block;

  margin-bottom:
    18px;

  font-family:
    Arial,
    sans-serif;

  font-size:
    7px;

  font-weight:
    700;

  letter-spacing:
    .18em;

  color:
    var(--km-gold-light);
}


.kenya-map-section__bottom h3 {

  margin:
    0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size:
    clamp(
      30px,
      3.2vw,
      46px
    );

  line-height:
    1.65;

  font-weight:
    500;
}


.kenya-map-section__bottom p {

  width:
    min(
      100%,
      480px
    );

  margin:
    26px
    0
    0
    auto;

  font-size:
    13px;

  line-height:
    2.1;

  color:
    var(--km-muted);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1000px) {

  .kenya-map-section__inner {

    width:
      calc(
        100% - 96px
      );
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .kenya-map-section {

    padding:
      84px
      0
      95px;
  }


  /* -----------------------------------------
     SIDE SPACE
  ----------------------------------------- */

  .kenya-map-section__inner {

    width:
      calc(
        100% - 48px
      );
  }


  /* -----------------------------------------
     HEADER
  ----------------------------------------- */

  .kenya-map-section__header {

    margin-bottom:
      48px;
  }


  .kenya-map-section__eyebrow {

    margin-bottom:
      25px;

    font-size:
      8px;
  }


  .kenya-map-section__heading {

    display:
      block;
  }


  .kenya-map-section__heading h2 {

    font-size:
      clamp(
        30px,
        8vw,
        38px
      );

    line-height:
      1.62;
  }


  .kenya-map-section__heading h2 span {

    display:
      block;

    white-space:
      nowrap;
  }


  .kenya-map-section__heading p {

    margin-top:
      23px;

    font-size:
      13px;

    line-height:
      1.95;
  }


  /* -----------------------------------------
     MAP

     ★PCと完全に同じ比率
     ★ポイント座標も同じ
  ----------------------------------------- */

  .kenya-world-map {

    width:
      100%;
  }


  .kenya-world-map__canvas {

    width:
      100%;

    aspect-ratio:
      1000 / 768;
  }


  .kenya-world-map__image {

    width:
      100%;

    height:
      100%;

    object-fit:
      contain;

    transform:
      none !important;

    opacity:
      .64;
  }


  .kenya-world-map__route {

    inset:
      0;

    width:
      100%;

    height:
      100%;
  }


  /* -----------------------------------------
     POINT
  ----------------------------------------- */

  .kenya-map-point__dot {

    width:
      8px;

    height:
      8px;
  }


  .kenya-map-point__label {

    min-width:
      72px;
  }


  .kenya-map-point__label small {

    display:
      none;
  }


  .kenya-map-point__label strong {

    font-size:
      10px;
  }


  .kenya-map-point__label span {

    font-size:
      7px;
  }


  /*
   * SPはラベルだけ少し近づける
   */

  .kenya-map-point--japan
  .kenya-map-point__label,

  .kenya-map-point--kenya
  .kenya-map-point__label {

    left:
      11px;

    top:
      -14px;
  }


  /* -----------------------------------------
     TOP LABEL
  ----------------------------------------- */

  .kenya-world-map__discover {

    right:
      12px;

    top:
      12px;

    gap:
      7px;
  }


  .kenya-world-map__discover span {

    font-size:
      5px;
  }


  .kenya-world-map__discover i {

    width:
      24px;
  }


  .kenya-world-map__discover strong {

    font-size:
      8px;
  }


  /* -----------------------------------------
     KENYA CARD

     SPは地図の下
  ----------------------------------------- */

  .kenya-map-card {

    position:
      relative;

    left:
      auto;

    top:
      auto;

    width:
      100%;

    margin-top:
      18px;

    padding:
      25px
      22px;

    opacity:
      1;

    transform:
      none;

    pointer-events:
      auto;

    box-shadow:
      none;
  }


  .kenya-map-card > strong {

    font-size:
      31px;
  }


  /* -----------------------------------------
     JOURNEY
  ----------------------------------------- */

  .kenya-map-journey {

    width:
      100%;

    gap:
      12px;

    margin-top:
      25px;
  }


  .kenya-map-journey strong {

    font-size:
      10px;
  }


  /* -----------------------------------------
     BOTTOM
  ----------------------------------------- */

  .kenya-map-section__bottom {

    width:
      100%;

    margin-top:
      75px;
  }


  .kenya-map-section__bottom h3 {

    font-size:
      clamp(
        28px,
        7vw,
        35px
      );
  }


  .kenya-map-section__bottom p {

    width:
      100%;

    margin:
      23px 0 0;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:390px) {

  .kenya-map-section__inner {

    width:
      calc(
        100% - 40px
      );
  }


  .kenya-map-section__heading h2 {

    font-size:
      29px;
  }


  .kenya-map-section__heading h2 span {

    white-space:
      normal;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {

  .kenya-world-map__path,
  .kenya-map-point__pulse,
  .kenya-map-journey__line i {

    animation:
      none !important;
  }

}

/* =========================================================
   TABLET HEADING FIX
   768px〜1100px
========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

  /* 見出し部分だけ1カラムにする */
  .kenya-map-section__heading {
    display: block;
  }


  /* タブレットはこの2行を固定 */
  .kenya-map-section__heading h2 {
    width: 100%;
    max-width: none;

    font-size: clamp(46px, 6vw, 62px);
    line-height: 1.5;

    word-break: keep-all;
    overflow-wrap: normal;
    line-break: strict;
  }


  .kenya-map-section__heading h2 span {
    display: block;
    white-space: nowrap;
  }


  /* 説明文は見出しの下へ */
  .kenya-map-section__heading p {
    width: min(100%, 520px);

    margin-top: 30px;

    font-size: 13px;
    line-height: 2;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebde7c9 *//* =========================================================
   KENYA HIGHLIGHTS
   EDITORIAL RHYTHM VERSION
========================================================= */

.kenya-hl {
  --kh-navy: #093D52;
  --kh-deep: #052E3D;
  --kh-gold: #A67C37;
  --kh-gold-light: #D8B36C;

  --kh-paper: #F7F3EA;
  --kh-sand: #EADFCB;

  --kh-text: #123E4C;
  --kh-muted: #718085;
  --kh-line: rgba(9,61,82,.14);

  position: relative;

  width: 100%;

  overflow: hidden;

  padding:
    clamp(105px,9vw,155px)
    0
    clamp(110px,10vw,170px);

  background:
    var(--kh-paper);

  color:
    var(--kh-text);
}


.kenya-hl,
.kenya-hl * {
  box-sizing: border-box;
}


/* =========================================================
   INNER
========================================================= */

.kenya-hl__inner {
  width:
    min(
      calc(100% - clamp(144px,14vw,220px)),
      1320px
    );

  margin-inline: auto;
}


/* =========================================================
   HEADER
========================================================= */

.kenya-hl__header {
  margin-bottom:
    clamp(65px,7vw,95px);
}


.kenya-hl__eyebrow {
  display: flex;
  align-items: center;

  gap: 15px;

  margin-bottom: 34px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .2em;

  color:
    var(--kh-gold);
}


.kenya-hl__eyebrow > span {
  width: 48px;
  height: 1px;

  flex: 0 0 48px;

  background:
    var(--kh-gold);
}


.kenya-hl__heading {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(280px,360px);

  gap:
    clamp(60px,9vw,130px);

  align-items: end;
}


.kenya-hl__heading h2 {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size:
    clamp(46px,5vw,72px);

  line-height: 1.5;

  font-weight: 500;

  letter-spacing: -.03em;

  line-break: strict;
}


.kenya-hl__heading h2 span {
  display: block;
}


.kenya-hl__heading p {
  margin: 0;

  font-size: 13px;

  line-height: 2.1;

  color:
    var(--kh-muted);

  line-break: strict;
}


/* =========================================================
   BODY
========================================================= */

.kenya-hl__body {
  display: grid;

  grid-template-columns:
    125px
    minmax(0,1fr);

  gap:
    clamp(45px,6vw,85px);

  align-items: start;
}


/* =========================================================
   STICKY RAIL
========================================================= */

.kenya-hl__rail {
  position: sticky;

  top: 135px;

  align-self: start;

  z-index: 5;

  padding-top: 4px;
}


.kenya-hl__rail-label {
  display: block;

  margin-bottom: 14px;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;
  font-weight: 700;

  letter-spacing: .18em;

  color:
    #8E989B;
}


.kenya-hl__rail-theme {
  display: block;

  min-height: 55px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 24px;

  line-height: 1.05;

  font-weight: 400;
  font-style: italic;

  color:
    var(--kh-navy);

  transition:
    opacity .22s ease,
    transform .22s ease;
}


.kenya-hl__rail-number {
  display: block;

  margin-top: 12px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  letter-spacing: .14em;

  color:
    var(--kh-gold);
}


.kenya-hl__rail-progress {
  display: flex;

  flex-direction: column;

  gap: 8px;

  margin-top: 28px;
}


.kenya-hl__rail-progress i {
  display: block;

  width: 25px;
  height: 1px;

  background:
    rgba(9,61,82,.18);

  transition:
    width .3s ease,
    background .3s ease;
}


.kenya-hl__rail-progress i.is-active {
  width: 62px;

  background:
    var(--kh-gold);
}


/* =========================================================
   STORIES
========================================================= */

.kenya-hl__stories {
  min-width: 0;
}


/* =========================================================
   ITEM COMMON
========================================================= */

.kenya-hl-item {
  position: relative;

  margin-bottom:
    clamp(115px,11vw,165px);
}


.kenya-hl-item:last-child {
  margin-bottom: 0;
}


/* =========================================================
   PHOTO COMMON
========================================================= */

.kenya-hl-item__photo {
  position: relative;

  margin: 0;

  overflow: hidden;

  background:
    #D7D1C5;
}


.kenya-hl-item__photo img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transform:
    scale(1.035);

  transition:
    transform 1.2s
    cubic-bezier(.2,.8,.2,1);
}


.kenya-hl-item.is-active
.kenya-hl-item__photo img {
  transform:
    scale(1);
}


/* =========================================================
   PHOTO LABEL
========================================================= */

.kenya-hl-item__photo figcaption {
  position: absolute;

  left: 18px;
  bottom: 17px;

  z-index: 4;

  display: flex;
  align-items: center;

  gap: 11px;

  padding:
    9px
    12px;

  background:
    rgba(5,40,53,.72);

  backdrop-filter:
    blur(8px);

  color: #fff;
}


.kenya-hl-item__photo figcaption > span {
  font-family:
    Georgia,
    serif;

  font-size: 10px;

  font-style: italic;

  color:
    var(--kh-gold-light);
}


.kenya-hl-item__photo figcaption small {
  font-family:
    Arial,
    sans-serif;

  font-size: 6px;
  font-weight: 700;

  letter-spacing: .14em;
}


/* =========================================================
   COPY COMMON
========================================================= */

.kenya-hl-item__copy {
  width:
    min(100%,410px);
}


.kenya-hl-item__copy > span {
  display: block;

  margin-bottom: 15px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;
  font-weight: 700;

  letter-spacing: .17em;

  color:
    var(--kh-gold);
}


.kenya-hl-item__copy h3 {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size:
    clamp(29px,3vw,43px);

  line-height: 1.65;

  font-weight: 500;

  letter-spacing: -.02em;

  line-break: strict;
}


.kenya-hl-item__copy p {
  max-width: 370px;

  margin:
    20px
    0
    0;

  font-size: 13px;

  line-height: 2.05;

  color:
    var(--kh-muted);

  line-break: strict;
}


/* =========================================================
   01 / SAVANNA
   静かに大きく始める
========================================================= */

.kenya-hl-item--hero {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    300px;

  gap:
    clamp(45px,6vw,80px);

  align-items: end;
}


.kenya-hl-item--hero
.kenya-hl-item__photo {
  aspect-ratio:
    16 / 10;
}


.kenya-hl-item--hero
.kenya-hl-item__copy {
  padding-bottom:
    20px;
}


/* =========================================================
   02 / CITY
   縦写真を右へ
========================================================= */

.kenya-hl-item--right {
  display: grid;

  grid-template-columns:
    minmax(270px,390px)
    minmax(0,1fr);

  gap:
    clamp(55px,8vw,120px);

  align-items: center;
}


.kenya-hl-item--right
.kenya-hl-item__photo {
  grid-column: 2;

  width: 64%;

  margin-left: auto;

  aspect-ratio:
    3 / 4;
}


.kenya-hl-item--right
.kenya-hl-item__copy {
  grid-column: 1;
  grid-row: 1;

  margin-left: auto;
}


/* =========================================================
   03 / COAST
   横に大きく開く
========================================================= */

.kenya-hl-item--left {
  display: grid;

  grid-template-columns:
    minmax(0,1.45fr)
    minmax(260px,.55fr);

  gap:
    clamp(55px,8vw,105px);

  align-items: center;
}


.kenya-hl-item--left
.kenya-hl-item__photo {
  aspect-ratio:
    16 / 10;
}


/* =========================================================
   04 / FOOD
   ★ここで一気に大胆に
========================================================= */

.kenya-hl-item--food {
  position: relative;

  min-height:
    clamp(560px,52vw,720px);

  display: flex;

  align-items: flex-end;

  margin-top:
    clamp(20px,4vw,55px);

  margin-bottom:
    clamp(140px,14vw,200px);
}


.kenya-hl-item--food
.kenya-hl-item__photo {
  position: absolute;

  inset: 0;

  width:
    calc(100% + 90px);

  margin-left:
    -45px;

  aspect-ratio: auto;
}


.kenya-hl-item--food
.kenya-hl-item__photo::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(4,37,49,.05) 0%,
      rgba(4,37,49,.12) 45%,
      rgba(4,37,49,.72) 100%
    );
}


.kenya-hl-item--food
.kenya-hl-item__copy {
  position: relative;

  z-index: 5;

  width:
    min(100%,390px);

  margin:
    0
    35px
    42px
    auto;

  padding:
    30px
    32px;

  background:
    rgba(5,42,55,.88);

  backdrop-filter:
    blur(10px);

  color:
    #fff;
}


.kenya-hl-item--food
.kenya-hl-item__copy > span {
  color:
    var(--kh-gold-light);
}


.kenya-hl-item--food
.kenya-hl-item__copy h3 {
  color:
    #fff;
}


.kenya-hl-item--food
.kenya-hl-item__copy p {
  color:
    rgba(255,255,255,.72);
}


/* =========================================================
   05 / ARCHITECTURE
   静かに観察する
========================================================= */

.kenya-hl-item--architecture {
  display: grid;

  grid-template-columns:
    minmax(0,.8fr)
    minmax(280px,.55fr);

  gap:
    clamp(70px,10vw,140px);

  align-items: center;

  padding:
    clamp(25px,4vw,55px)
    0;
}


.kenya-hl-item--architecture
.kenya-hl-item__photo {
  width: 58%;

  margin-left: 8%;

  aspect-ratio:
    3 / 4;
}


.kenya-hl-item--architecture
.kenya-hl-item__copy {
  position: relative;

  justify-self: end;

  padding-left: 27px;
}


.kenya-hl-item--architecture
.kenya-hl-item__copy::before {
  content: "";

  position: absolute;

  left: 0;
  top: 4px;

  width: 1px;
  height: 82px;

  background:
    var(--kh-gold);
}


/* =========================================================
   06 / MUSIC
   ★ここで暗転
========================================================= */

.kenya-hl-item--music {
  position: relative;

  isolation: isolate;

  padding:
    clamp(90px,9vw,135px)
    0;

  margin-bottom:
    clamp(130px,13vw,190px);
}


.kenya-hl-item--music::before {
  content: "";

  position: absolute;

  z-index: -2;

  top: 0;
  bottom: 0;

  left: 50%;

  width:
    calc(100% + 170px);

  transform:
    translateX(-50%);

  background:
    linear-gradient(
      145deg,
      #073B4C,
      #042B39 60%,
      #021E28
    );
}


.kenya-hl-item--music::after {
  content:
    "MUSIC  /  RHYTHM";

  position: absolute;

  z-index: -1;

  right: -35px;
  top: 45px;

  font-family:
    Georgia,
    serif;

  font-size:
    clamp(42px,6vw,86px);

  font-style: italic;

  white-space: nowrap;

  color:
    rgba(255,255,255,.035);

  pointer-events: none;
}


.kenya-hl-item--music
.kenya-hl-item__photo {
  width: 92%;

  margin-left: auto;

  aspect-ratio:
    16 / 9;
}


.kenya-hl-item--music
.kenya-hl-item__copy {
  position: relative;

  z-index: 3;

  width:
    min(100%,430px);

  margin:
    -75px
    0
    0
    2%;

  padding:
    32px
    34px;

  background:
    rgba(3,30,40,.92);

  color:
    #fff;
}


.kenya-hl-item--music
.kenya-hl-item__copy > span {
  color:
    var(--kh-gold-light);
}


.kenya-hl-item--music
.kenya-hl-item__copy h3 {
  color:
    #fff;
}


.kenya-hl-item--music
.kenya-hl-item__copy p {
  color:
    rgba(255,255,255,.70);
}


/* =========================================================
   07 / PEOPLE
   明るく戻して人で締める
========================================================= */

.kenya-hl-item--people {
  display: flex;

  flex-direction: column;

  align-items: flex-start;
}


.kenya-hl-item--people
.kenya-hl-item__photo {
  width: 88%;

  margin-left: auto;

  aspect-ratio:
    16 / 10;
}


.kenya-hl-item--people
.kenya-hl-item__copy {
  position: relative;

  z-index: 3;

  width:
    min(100%,440px);

  margin:
    -75px
    0
    0
    3%;

  padding:
    32px
    35px
    20px;

  background:
    var(--kh-paper);
}


/* =========================================================
   FOOTER
========================================================= */

.kenya-hl__footer {
  display: flex;

  justify-content: space-between;
  align-items: flex-end;

  gap: 60px;

  margin-top:
    clamp(105px,10vw,155px);

  padding-top:
    40px;

  border-top:
    1px solid
    var(--kh-line);
}


.kenya-hl__footer > div > span {
  display: block;

  margin-bottom:
    13px;

  font-family:
    Arial,
    sans-serif;

  font-size:
    7px;
  font-weight:
    700;

  letter-spacing:
    .18em;

  color:
    var(--kh-gold);
}


.kenya-hl__footer h3 {
  margin: 0;

  font-family:
    "Yu Mincho",
    serif;

  font-size:
    clamp(28px,3vw,43px);

  line-height:
    1.55;

  font-weight:
    500;
}


.kenya-hl__footer p {
  margin:
    12px
    0
    0;

  font-size:
    12px;

  color:
    var(--kh-muted);
}


.kenya-hl__footer > a {
  min-width:
    220px;

  min-height:
    65px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    25px;

  padding:
    0
    20px
    0
    24px;

  background:
    var(--kh-navy);

  color:
    #fff;

  text-decoration:
    none;

  transition:
    transform .3s ease,
    background .3s ease;
}


.kenya-hl__footer > a:hover {
  transform:
    translateY(-4px);

  background:
    #062E3E;
}


.kenya-hl__footer > a span {
  font-family:
    Arial,
    sans-serif;

  font-size:
    10px;

  font-weight:
    700;

  letter-spacing:
    .11em;
}


.kenya-hl__footer > a i {
  font-style:
    normal;

  color:
    var(--kh-gold-light);
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width:768px) and (max-width:1100px) {

  .kenya-hl__inner {
    width:
      calc(100% - 96px);
  }


  .kenya-hl__heading {
    display:
      block;
  }


  .kenya-hl__heading h2 {
    font-size:
      clamp(44px,6vw,60px);

    line-height:
      1.55;
  }


  .kenya-hl__heading h2 span {
    display:
      block;

    white-space:
      nowrap;
  }


  .kenya-hl__heading p {
    width:
      min(100%,520px);

    margin-top:
      28px;
  }


  .kenya-hl__body {
    grid-template-columns:
      95px
      minmax(0,1fr);

    gap:
      38px;
  }


  .kenya-hl-item--hero {
    grid-template-columns:
      minmax(0,1fr)
      250px;
  }


  .kenya-hl-item--right {
    gap:
      55px;
  }


  .kenya-hl-item--right
  .kenya-hl-item__photo {
    width:
      78%;
  }


  .kenya-hl-item--architecture
  .kenya-hl-item__photo {
    width:
      75%;
  }


  .kenya-hl-item--food
  .kenya-hl-item__photo {
    width:
      calc(100% + 50px);

    margin-left:
      -25px;
  }


  .kenya-hl-item--music::before {
    width:
      calc(100% + 90px);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .kenya-hl {
    padding:
      82px
      0
      95px;
  }


  /* 左右24px */

  .kenya-hl__inner {
    width:
      calc(100% - 48px);
  }


  /* HEADER */

  .kenya-hl__header {
    margin-bottom:
      60px;
  }


  .kenya-hl__eyebrow {
    margin-bottom:
      24px;

    font-size:
      8px;
  }


  .kenya-hl__heading {
    display:
      block;
  }


  .kenya-hl__heading h2 {
    font-size:
      clamp(31px,8.3vw,39px);

    line-height:
      1.65;
  }


  .kenya-hl__heading h2 span {
    display:
      block;

    white-space:
      nowrap;
  }


  .kenya-hl__heading p {
    width:
      100%;

    margin-top:
      23px;

    font-size:
      13px;

    line-height:
      2;
  }


  /* RAIL */

  .kenya-hl__body {
    display:
      block;
  }


  .kenya-hl__rail {
    display:
      none;
  }


  /* COMMON ITEM */

  .kenya-hl-item {
    display:
      flex !important;

    flex-direction:
      column !important;

    min-height:
      0 !important;

    margin-bottom:
      95px;

    padding:
      0 !important;
  }


  .kenya-hl-item__photo {
    position:
      relative !important;

    inset:
      auto !important;

    width:
      100% !important;

    margin:
      0 !important;

    aspect-ratio:
      4 / 5 !important;
  }


  .kenya-hl-item__copy {
    position:
      relative !important;

    width:
      100% !important;

    margin:
      27px
      0
      0 !important;

    padding:
      0 !important;

    background:
      transparent !important;

    color:
      var(--kh-text) !important;
  }


  .kenya-hl-item__copy > span {
    color:
      var(--kh-gold) !important;
  }


  .kenya-hl-item__copy h3 {
    font-size:
      clamp(27px,7vw,34px);

    line-height:
      1.65;

    color:
      var(--kh-text) !important;
  }


  .kenya-hl-item__copy p {
    max-width:
      none;

    margin-top:
      17px;

    font-size:
      13px;

    line-height:
      2;

    color:
      var(--kh-muted) !important;
  }


  /* COAST / FOOD / MUSICだけ横長 */

  .kenya-hl-item--left
  .kenya-hl-item__photo,

  .kenya-hl-item--food
  .kenya-hl-item__photo,

  .kenya-hl-item--music
  .kenya-hl-item__photo {
    width:
      calc(100% + 24px) !important;

    aspect-ratio:
      4 / 3 !important;
  }


  /* FOOD */

  .kenya-hl-item--food {
    min-height:
      0;
  }


  .kenya-hl-item--food
  .kenya-hl-item__photo::after {
    display:
      none;
  }


  /* ARCHITECTURE */

  .kenya-hl-item--architecture
  .kenya-hl-item__copy::before {
    display:
      none;
  }


  /* MUSIC */

  .kenya-hl-item--music {
    position:
      relative;

    margin-left:
      -24px;

    margin-right:
      -24px;

    padding:
      65px
      24px
      70px !important;

    background:
      var(--kh-deep);
  }


  .kenya-hl-item--music::before,
  .kenya-hl-item--music::after {
    display:
      none;
  }


  .kenya-hl-item--music
  .kenya-hl-item__copy {
    color:
      #fff !important;
  }


  .kenya-hl-item--music
  .kenya-hl-item__copy > span {
    color:
      var(--kh-gold-light) !important;
  }


  .kenya-hl-item--music
  .kenya-hl-item__copy h3 {
    color:
      #fff !important;
  }


  .kenya-hl-item--music
  .kenya-hl-item__copy p {
    color:
      rgba(255,255,255,.70) !important;
  }


  /* PEOPLE */

  .kenya-hl-item--people
  .kenya-hl-item__photo {
    width:
      calc(100% + 24px) !important;

    aspect-ratio:
      4 / 5 !important;
  }


  /* FOOTER */

  .kenya-hl__footer {
    display:
      block;

    margin-top:
      75px;

    padding-top:
      30px;
  }


  .kenya-hl__footer > a {
    width:
      100%;

    margin-top:
      27px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:390px) {

  .kenya-hl__inner {
    width:
      calc(100% - 40px);
  }


  .kenya-hl__heading h2 {
    font-size:
      29px;
  }


  .kenya-hl__heading h2 span {
    white-space:
      normal;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {

  .kenya-hl-item__photo img,
  .kenya-hl__rail-progress i {
    transition:
      none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6178b29 *//* =========================================================
   DISCOVER KENYA
   JOURNEY TICKET NAVIGATION
========================================================= */

.dk-journey {
  --dj-paper: #F6F1E8;
  --dj-paper-2: #F1EADF;

  --dj-navy: #123B4B;
  --dj-gold: #A67C37;
  --dj-gold-light: #D6AF65;

  position: relative;

  width: 100%;

  overflow: hidden;

  padding:
    clamp(90px,8vw,130px)
    0
    clamp(85px,8vw,125px);

  background:
    linear-gradient(
      180deg,
      var(--dj-paper) 0%,
      var(--dj-paper-2) 100%
    );

  color:
    var(--dj-navy);
}


.dk-journey,
.dk-journey * {
  box-sizing: border-box;
}


/* =========================================================
   INNER
========================================================= */

.dk-journey__inner {
  width:
    min(
      calc(100% - clamp(144px,14vw,220px)),
      1380px
    );

  margin-inline: auto;
}


/* =========================================================
   HEADER
========================================================= */

.dk-journey__header {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(330px,.55fr);

  gap:
    clamp(60px,8vw,130px);

  align-items: end;

  margin-bottom:
    clamp(45px,5vw,68px);
}


/* eyebrow */

.dk-journey__eyebrow {
  display: flex;

  align-items: center;

  gap: 16px;

  margin-bottom: 21px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .21em;

  color:
    var(--dj-gold);
}


.dk-journey__eyebrow > span {
  width: 52px;
  height: 1px;

  flex: 0 0 52px;

  background:
    var(--dj-gold);
}


/* heading */

.dk-journey__heading h2 {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size:
    clamp(47px,5.2vw,75px);

  line-height: 1.36;

  font-weight: 500;

  letter-spacing:
    -.04em;

  line-break: strict;
}


.dk-journey__heading h2 span {
  display: block;

  white-space: nowrap;
}


/* intro */

.dk-journey__intro {
  margin: 0;

  font-size:
    clamp(14px,1.05vw,16px);

  line-height: 2.05;

  color:
    rgba(18,59,75,.67);
}


/* =========================================================
   GUIDE
========================================================= */

.dk-journey__guide {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  margin-bottom: 17px;
}


.dk-journey__guide-pill {
  display: inline-flex;

  align-items: center;

  gap: 14px;

  min-height: 39px;

  padding:
    0
    15px;

  border:
    1px solid
    rgba(166,124,55,.25);

  border-radius: 999px;

  background:
    rgba(255,255,255,.42);

  box-shadow:
    0 6px 20px
    rgba(18,59,75,.035);
}


.dk-journey__guide-pill span {
  font-family:
    Arial,
    sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: .17em;

  color:
    var(--dj-gold);
}


.dk-journey__guide-pill i {
  font-style: normal;

  color:
    var(--dj-gold);

  animation:
    dkJourneyGuide
    1.8s ease-in-out infinite;
}


@keyframes dkJourneyGuide {

  0%,
  100% {
    transform:
      translateX(0);
  }

  50% {
    transform:
      translateX(7px);
  }

}


.dk-journey__guide > p {
  margin: 0;

  font-size: 10px;

  color:
    rgba(18,59,75,.42);
}


/* =========================================================
   VIEWPORT
========================================================= */

.dk-journey__viewport {
  position: relative;
}


/* =========================================================
   RAIL
========================================================= */

.dk-journey__rail {
  display: flex;

  gap:
    clamp(17px,1.6vw,24px);

  overflow-x: auto;

  overflow-y: hidden;

  padding:
    7px
    clamp(100px,9vw,145px)
    28px
    2px;

  scroll-snap-type:
    x mandatory;

  scroll-behavior: smooth;

  overscroll-behavior-inline:
    contain;

  cursor: grab;

  scrollbar-width: none;
}


.dk-journey__rail::-webkit-scrollbar {
  display: none;
}


.dk-journey__rail:active {
  cursor: grabbing;
}


/* =========================================================
   RIGHT NEXT FADE
========================================================= */

.dk-journey__next {
  position: absolute;

  z-index: 10;

  top: 50%;
  right: -1px;

  width:
    clamp(100px,9vw,150px);

  height: calc(100% - 14px);

  transform:
    translateY(-50%);

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  gap: 12px;

  background:
    linear-gradient(
      90deg,
      rgba(246,241,232,0),
      rgba(246,241,232,.88) 54%,
      rgba(246,241,232,1)
    );

  pointer-events: none;
}


.dk-journey__next > span {
  writing-mode: vertical-rl;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .18em;

  color:
    rgba(166,124,55,.54);
}


.dk-journey__next > i {
  width: 38px;
  height: 38px;

  display: grid;

  place-items: center;

  border:
    1px solid
    rgba(166,124,55,.28);

  border-radius: 50%;

  font-style: normal;

  color:
    var(--dj-gold);

  animation:
    dkJourneyNext
    1.8s ease-in-out infinite;
}


@keyframes dkJourneyNext {

  0%,
  100% {
    transform:
      translateX(0);
  }

  50% {
    transform:
      translateX(6px);
  }

}


/* =========================================================
   TICKET
========================================================= */

.dk-ticket {
  position: relative;

  isolation: isolate;

  flex:
    0 0
    clamp(235px,18vw,285px);

  min-height:
    clamp(310px,26vw,385px);

  overflow: hidden;

  scroll-snap-align: start;

  border:
    1px solid
    rgba(18,59,75,.11);

  background:
    #EAE2D5;

  color:
    var(--dj-navy);

  text-decoration: none;

  box-shadow:
    0 12px 28px
    rgba(18,59,75,.035);

  transition:
    transform .42s cubic-bezier(.2,.8,.2,1),
    box-shadow .42s ease,
    border-color .35s ease;
}


/* =========================================================
   PHOTO
========================================================= */

.dk-ticket__photo {
  position: absolute;

  z-index: -3;

  inset: 0;

  background-image:
    var(--card-bg);

  background-size: cover;

  background-position: center;

  transform:
    scale(1.07);

  filter:
    saturate(.78);

  transition:
    transform .75s cubic-bezier(.2,.8,.2,1),
    filter .4s ease;
}


/* placeholder */

.dk-ticket--placeholder
.dk-ticket__photo {
  background:
    linear-gradient(
      145deg,
      var(--fallback-1),
      var(--fallback-2)
    );
}


/* =========================================================
   PAPER SHADE
========================================================= */

.dk-ticket__shade {
  position: absolute;

  z-index: -2;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(247,243,234,.73) 0%,
      rgba(247,243,234,.82) 47%,
      rgba(247,243,234,.96) 100%
    );

  transition:
    background .45s ease;
}


/* subtle edge */

.dk-ticket::after {
  content: "";

  position: absolute;

  z-index: 6;

  inset: 10px;

  border:
    1px solid
    rgba(255,255,255,.22);

  pointer-events: none;

  opacity: 0;

  transition:
    opacity .35s ease;
}


/* =========================================================
   CARD TOP
========================================================= */

.dk-ticket__top {
  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin:
    22px
    22px
    0;

  padding-bottom:
    18px;

  border-bottom:
    1px solid
    rgba(18,59,75,.14);
}


.dk-ticket__number {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 13px;

  font-style: italic;

  color:
    var(--dj-gold);
}


.dk-ticket__point {
  width: 11px;
  height: 11px;

  border:
    1px solid
    rgba(166,124,55,.75);

  border-radius: 50%;

  background:
    rgba(247,243,234,.68);

  transition:
    transform .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}


/* =========================================================
   COPY
========================================================= */

.dk-ticket__copy {
  position: absolute;

  z-index: 3;

  left: 22px;
  right: 22px;
  bottom: 27px;
}


.dk-ticket__category {
  display: block;

  margin-bottom: 9px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  font-weight: 700;

  letter-spacing: .17em;

  color:
    var(--dj-gold);
}


.dk-ticket h3 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(22px,1.6vw,28px);

  line-height: 1.18;

  font-weight: 400;

  letter-spacing:
    -.025em;

  color:
    var(--dj-navy);
}


.dk-ticket h3.dk-ticket__title--long {
  font-size:
    clamp(18px,1.35vw,23px);
}


.dk-ticket__copy p {
  margin:
    14px
    0
    0;

  font-size:
    14px;

  font-weight: 500;

  line-height: 1.75;

  color:
    rgba(18,59,75,.69);
}


/* =========================================================
   ARROW
========================================================= */

.dk-ticket__arrow {
  position: absolute;

  z-index: 5;

  top: 78px;
  right: 19px;

  width: 39px;
  height: 39px;

  display: grid;

  place-items: center;

  border:
    1px solid
    rgba(166,124,55,.28);

  border-radius: 50%;

  color:
    var(--dj-gold);

  font-size: 14px;

  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}


/* =========================================================
   HOVER
========================================================= */

@media (hover:hover) {

  .dk-ticket:hover {
    transform:
      translateY(-10px);

    border-color:
      rgba(166,124,55,.42);

    box-shadow:
      0 25px 45px
      rgba(18,59,75,.11);
  }


  .dk-ticket:hover
  .dk-ticket__photo {
    transform:
      scale(1);

    filter:
      saturate(1);
  }


  .dk-ticket:hover
  .dk-ticket__shade {
    background:
      linear-gradient(
        180deg,
        rgba(247,243,234,.35) 0%,
        rgba(247,243,234,.50) 45%,
        rgba(247,243,234,.91) 100%
      );
  }


  .dk-ticket:hover::after {
    opacity: 1;
  }


  .dk-ticket:hover
  .dk-ticket__point {
    transform:
      scale(1.25);

    background:
      var(--dj-gold-light);

    box-shadow:
      0 0 0 7px
      rgba(166,124,55,.13);
  }


  .dk-ticket:hover
  .dk-ticket__arrow {
    transform:
      translate(3px,3px);

    background:
      rgba(166,124,55,.10);

    border-color:
      rgba(166,124,55,.55);
  }

}


/* =========================================================
   FOOTER GUIDE
========================================================= */

.dk-journey__footer {
  display: grid;

  grid-template-columns:
    auto
    minmax(80px,1fr)
    auto
    30px;

  gap: 17px;

  align-items: center;

  margin-top: 13px;
}


.dk-journey__footer > span,
.dk-journey__footer > strong {
  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .17em;

  color:
    rgba(18,59,75,.40);
}


.dk-journey__footer > i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(166,124,55,.50),
      rgba(18,59,75,.10)
    );
}


.dk-journey__footer > b {
  font-size: 15px;

  font-weight: 400;

  color:
    var(--dj-gold);
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width:768px) and (max-width:1100px) {

  .dk-journey__inner {
    width:
      calc(100% - 96px);
  }


  .dk-journey__header {
    display: block;
  }


  .dk-journey__intro {
    width:
      min(100%,530px);

    margin-top: 27px;
  }


  .dk-ticket {
    flex-basis: 255px;

    min-height: 340px;
  }


  .dk-journey__next {
    width: 105px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .dk-journey {
    padding:
      72px
      0
      75px;
  }


  .dk-journey__inner {
    width:
      calc(100% - 48px);
  }


  /* HEADER */

  .dk-journey__header {
    display: block;

    margin-bottom: 38px;
  }


  .dk-journey__eyebrow {
    font-size: 8px;
  }


  .dk-journey__heading h2 {
    font-size:
      clamp(37px,10vw,47px);

    line-height: 1.43;
  }


  .dk-journey__heading h2 span {
    white-space: nowrap;
  }


  .dk-journey__intro {
    margin-top: 21px;

    font-size: 13px;

    line-height: 1.95;
  }


  /* GUIDE */

  .dk-journey__guide {
    margin-bottom: 13px;
  }


  .dk-journey__guide-pill {
    padding:
      0
      13px;

    min-height: 36px;
  }


  .dk-journey__guide-pill span {
    font-size: 7px;
  }


  .dk-journey__guide > p {
    display: none;
  }


  /* FULL BLEED SCROLL */

  .dk-journey__viewport {
    width:
      calc(100% + 48px);

    margin-left:
      -24px;
  }


  .dk-journey__rail {
    gap: 14px;

    padding:
      7px
      86px
      25px
      24px;
  }


  /* CARD */

  .dk-ticket {
    flex:
      0 0
      min(74vw,275px);

    min-height: 335px;
  }


  .dk-ticket__copy p {
    font-size: 14px;
  }


  .dk-ticket h3 {
    font-size: 24px;
  }


  .dk-ticket h3.dk-ticket__title--long {
    font-size: 20px;
  }


  /* NEXT */

  .dk-journey__next {
    width: 78px;
  }


  .dk-journey__next > span {
    display: none;
  }


  .dk-journey__next > i {
    width: 35px;
    height: 35px;
  }


  /* FOOT */

  .dk-journey__footer {
    grid-template-columns:
      auto
      1fr
      25px;

    margin-top: 8px;
  }


  .dk-journey__footer > strong {
    display: none;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:390px) {

  .dk-journey__inner {
    width:
      calc(100% - 40px);
  }


  .dk-journey__heading h2 span {
    white-space: normal;
  }


  .dk-journey__viewport {
    width:
      calc(100% + 40px);

    margin-left:
      -20px;
  }


  .dk-journey__rail {
    padding-left: 20px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {

  .dk-journey__guide-pill i,
  .dk-journey__next > i {
    animation: none !important;
  }


  .dk-ticket,
  .dk-ticket__photo,
  .dk-ticket__point,
  .dk-ticket__arrow {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc34825 *//* =========================================================
   JAPAN PR DESK CTA
========================================================= */

.country-pr-cta {
  --cpc-navy: #093D52;
  --cpc-deep: #042B39;
  --cpc-deeper: #021F2A;

  --cpc-gold: #A67C37;
  --cpc-gold-light: #DDB66A;

  --cpc-white: #F8F5EE;
  --cpc-muted: rgba(255,255,255,.62);
  --cpc-line: rgba(255,255,255,.13);

  position: relative;

  width: 100%;

  overflow: hidden;

  padding:
    clamp(110px,10vw,170px)
    0
    clamp(80px,8vw,120px);

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(166,124,55,.10),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #073949 0%,
      var(--cpc-deep) 55%,
      var(--cpc-deeper) 100%
    );

  color:
    var(--cpc-white);
}


.country-pr-cta,
.country-pr-cta * {
  box-sizing: border-box;
}


/* =========================================================
   INNER
========================================================= */

.country-pr-cta__inner {
  position: relative;

  z-index: 3;

  width:
    min(
      calc(100% - clamp(144px,14vw,220px)),
      1320px
    );

  margin-inline: auto;
}


/* =========================================================
   ROUTE
========================================================= */

.country-pr-cta__route {
  position: absolute;

  z-index: 1;

  left: 0;
  right: 0;

  top: 54%;

  display: grid;

  grid-template-columns:
    auto
    minmax(120px,1fr)
    auto;

  gap: 18px;

  align-items: center;

  padding-inline:
    clamp(35px,5vw,80px);

  pointer-events: none;

  opacity: .32;
}


.country-pr-cta__route-start,
.country-pr-cta__route-end {
  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .20em;

  color:
    rgba(255,255,255,.48);
}


/* line */

.country-pr-cta__route-line {
  position: relative;

  height: 1px;

  background:
    rgba(255,255,255,.14);

  overflow: visible;
}


/* moving light */

.country-pr-cta__route-line i {
  position: absolute;

  top: -1px;
  left: -12%;

  width: 12%;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--cpc-gold-light)
    );

  animation:
    countryPrJourney
    4.8s
    ease-in-out
    infinite;
}


/* travelling point */

.country-pr-cta__route-line b {
  position: absolute;

  top: 50%;
  left: -1%;

  width: 5px;
  height: 5px;

  transform:
    translate(-50%,-50%);

  border-radius: 50%;

  background:
    var(--cpc-gold-light);

  box-shadow:
    0 0 14px
    rgba(221,182,106,.85);

  animation:
    countryPrPoint
    4.8s
    ease-in-out
    infinite;
}


@keyframes countryPrJourney {

  from {
    left: -12%;
  }

  to {
    left: 100%;
  }

}


@keyframes countryPrPoint {

  from {
    left: 0%;
  }

  to {
    left: 100%;
  }

}


/* =========================================================
   TOP
========================================================= */

.country-pr-cta__top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 40px;

  margin-bottom:
    clamp(75px,8vw,120px);
}


.country-pr-cta__eyebrow {
  display: flex;

  align-items: center;

  gap: 15px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .20em;

  color:
    var(--cpc-gold-light);
}


.country-pr-cta__eyebrow > span {
  width: 50px;
  height: 1px;

  background:
    var(--cpc-gold-light);
}


.country-pr-cta__index {
  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  letter-spacing: .18em;

  color:
    rgba(255,255,255,.38);
}


/* =========================================================
   MAIN
========================================================= */

.country-pr-cta__main {
  display: grid;

  grid-template-columns:
    minmax(0,1.15fr)
    minmax(360px,.65fr);

  gap:
    clamp(80px,10vw,150px);

  align-items: end;
}


/* =========================================================
   COPY
========================================================= */

.country-pr-cta__small {
  margin:
    0
    0
    20px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  font-weight: 700;

  letter-spacing: .18em;

  color:
    rgba(255,255,255,.43);
}


.country-pr-cta__copy h2 {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;

  font-size:
    clamp(52px,6vw,88px);

  line-height: 1.42;

  font-weight: 500;

  letter-spacing: -.035em;

  color:
    var(--cpc-white);

  line-break: strict;
}


.country-pr-cta__copy h2 span {
  display: block;

  white-space: nowrap;
}


/* =========================================================
   CONTENT
========================================================= */

.country-pr-cta__content {
  position: relative;

  z-index: 4;
}


.country-pr-cta__content > p {
  margin: 0;

  font-size:
    clamp(14px,1.2vw,17px);

  line-height: 2.05;

  color:
    var(--cpc-muted);

  line-break: strict;
}


/* =========================================================
   CATEGORIES
========================================================= */

.country-pr-cta__categories {
  display: flex;

  flex-wrap: wrap;

  gap:
    9px
    17px;

  margin-top:
    29px;

  padding-top:
    20px;

  border-top:
    1px solid
    var(--cpc-line);
}


.country-pr-cta__categories span {
  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .14em;

  color:
    rgba(255,255,255,.43);
}


/* =========================================================
   MAIN BUTTON
========================================================= */

.country-pr-cta__button {
  width: 100%;

  min-height: 72px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 25px;

  margin-top: 32px;

  padding:
    0
    18px
    0
    25px;

  background:
    var(--cpc-gold);

  color:
    #fff;

  text-decoration: none;

  transition:
    transform .3s ease,
    background .3s ease;
}


.country-pr-cta__button:hover {
  transform:
    translateY(-4px);

  background:
    #B4873D;
}


.country-pr-cta__button > span {
  font-size: 13px;

  font-weight: 700;
}


.country-pr-cta__button > i {
  width: 40px;
  height: 40px;

  display: grid;

  place-items: center;

  border:
    1px solid
    rgba(255,255,255,.34);

  border-radius: 50%;

  font-style: normal;

  transition:
    transform .3s ease;
}


.country-pr-cta__button:hover > i {
  transform:
    translateX(4px);
}


/* =========================================================
   CONSULT LINK
========================================================= */

.country-pr-cta__consult {
  width: fit-content;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-top: 18px;

  padding-bottom: 4px;

  border-bottom:
    1px solid
    rgba(255,255,255,.22);

  font-size: 10px;

  color:
    rgba(255,255,255,.60);

  text-decoration: none;

  transition:
    color .3s ease,
    border-color .3s ease;
}


.country-pr-cta__consult:hover {
  color:
    var(--cpc-gold-light);

  border-color:
    var(--cpc-gold-light);
}


/* =========================================================
   BOTTOM
========================================================= */

.country-pr-cta__bottom {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 30px;

  margin-top:
    clamp(95px,9vw,140px);

  padding-top: 24px;

  border-top:
    1px solid
    var(--cpc-line);
}


.country-pr-cta__bottom span,
.country-pr-cta__bottom p {
  margin: 0;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  letter-spacing: .16em;

  color:
    rgba(255,255,255,.32);
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width:768px) and (max-width:1100px) {

  .country-pr-cta__inner {
    width:
      calc(100% - 96px);
  }


  .country-pr-cta__main {
    grid-template-columns: 1fr;

    gap: 50px;
  }


  .country-pr-cta__copy h2 {
    font-size:
      clamp(50px,7vw,70px);
  }


  .country-pr-cta__content {
    width:
      min(100%,560px);

    margin-left: auto;
  }


  .country-pr-cta__route {
    top: 48%;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .country-pr-cta {
    padding:
      82px
      0
      72px;
  }


  /* 左右24px */

  .country-pr-cta__inner {
    width:
      calc(100% - 48px);
  }


  /* ROUTE */

  .country-pr-cta__route {
    top: 56%;

    padding-inline: 14px;

    gap: 8px;

    opacity: .22;
  }


  .country-pr-cta__route-start,
  .country-pr-cta__route-end {
    font-size: 4px;
  }


  /* TOP */

  .country-pr-cta__top {
    margin-bottom: 55px;
  }


  .country-pr-cta__eyebrow {
    font-size: 8px;
  }


  .country-pr-cta__eyebrow > span {
    width: 36px;
  }


  .country-pr-cta__index {
    display: none;
  }


  /* MAIN */

  .country-pr-cta__main {
    display: block;
  }


  /* TITLE */

  .country-pr-cta__copy h2 {
    font-size:
      clamp(36px,9.7vw,47px);

    line-height: 1.55;
  }


  .country-pr-cta__copy h2 span {
    display: block;

    white-space: nowrap;
  }


  /* CONTENT */

  .country-pr-cta__content {
    margin-top: 42px;
  }


  .country-pr-cta__content > p {
    font-size: 13px;

    line-height: 2;
  }


  .country-pr-cta__categories {
    margin-top: 25px;
  }


  /* BUTTON */

  .country-pr-cta__button {
    min-height: 64px;

    margin-top: 28px;
  }


  /* BOTTOM */

  .country-pr-cta__bottom {
    margin-top: 78px;

    display: block;
  }


  .country-pr-cta__bottom p {
    margin-top: 6px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:390px) {

  .country-pr-cta__inner {
    width:
      calc(100% - 40px);
  }


  .country-pr-cta__copy h2 {
    font-size: 35px;
  }


  .country-pr-cta__copy h2 span {
    white-space: normal;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {

  .country-pr-cta__route-line i,
  .country-pr-cta__route-line b {
    animation: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3647a59 *//* =========================================================
   KENYA COUNTRY FOOTER
========================================================= */

.kenya-footer {
  --kf-navy: #093D52;
  --kf-deep: #031F2A;
  --kf-deeper: #021820;

  --kf-gold: #A67C37;
  --kf-gold-light: #DDB66A;

  --kf-white: #F8F5EE;
  --kf-muted: rgba(255,255,255,.50);
  --kf-faint: rgba(255,255,255,.28);
  --kf-line: rgba(255,255,255,.11);

  position: relative;

  width: 100%;

  overflow: hidden;

  padding:
    clamp(90px,8vw,130px)
    0
    36px;

  background:
    linear-gradient(
      160deg,
      #042B38 0%,
      var(--kf-deep) 52%,
      var(--kf-deeper) 100%
    );

  color: var(--kf-white);

  isolation: isolate;
}


.kenya-footer,
.kenya-footer * {
  box-sizing: border-box;
}


/* =========================================================
   TOP GOLD LINE
========================================================= */

.kenya-footer__topline {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 1px;

  overflow: hidden;

  background:
    rgba(255,255,255,.08);
}


.kenya-footer__topline i {
  position: absolute;

  top: 0;
  left: -20%;

  width: 20%;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--kf-gold-light),
      transparent
    );

  animation:
    kenyaFooterTopline
    7s ease-in-out infinite;
}


@keyframes kenyaFooterTopline {

  from {
    left: -20%;
  }

  to {
    left: 100%;
  }

}


/* =========================================================
   INNER / SIDE SPACE
========================================================= */

.kenya-footer__inner {
  position: relative;

  z-index: 4;

  width:
    min(
      calc(100% - clamp(144px,14vw,220px)),
      1320px
    );

  margin-inline: auto;
}


/* =========================================================
   SIGNATURE
========================================================= */

.kenya-footer__signature {
  max-width: 760px;
}


/* EYEBROW */

.kenya-footer__eyebrow {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 34px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: .20em;

  color:
    var(--kf-gold-light);
}


.kenya-footer__eyebrow > span {
  width: 48px;
  height: 1px;

  flex: 0 0 48px;

  background:
    var(--kf-gold-light);
}


/* =========================================================
   COUNTRY
========================================================= */

.kenya-footer__country > span {
  display: block;

  margin-bottom: 4px;

  font-family:
    Arial,
    sans-serif;

  font-size: 7px;

  font-weight: 700;

  letter-spacing: .22em;

  color:
    rgba(255,255,255,.36);
}


.kenya-footer__country h2 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(76px,10vw,150px);

  line-height: .9;

  font-weight: 400;

  letter-spacing: -.06em;

  color:
    var(--kf-white);
}


.kenya-footer__country p {
  margin:
    25px
    0
    0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size:
    clamp(18px,1.6vw,23px);

  line-height: 1.8;

  color:
    rgba(255,255,255,.67);
}


/* =========================================================
   NAVIGATION
========================================================= */

.kenya-footer__nav {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(220px,1fr));

  gap:
    clamp(60px,8vw,120px);

  width:
    min(100%,680px);

  margin:
    clamp(90px,8vw,125px)
    0
    0
    auto;
}


.kenya-footer__nav-group {
  border-top:
    1px solid
    var(--kf-line);

  padding-top: 17px;
}


.kenya-footer__nav-label {
  display: block;

  margin-bottom: 23px;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .18em;

  color:
    var(--kf-gold-light);
}


/* LINKS */

.kenya-footer__nav-group a {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  min-height: 45px;

  border-bottom:
    1px solid
    rgba(255,255,255,.07);

  color:
    rgba(255,255,255,.67);

  text-decoration: none;

  transition:
    color .25s ease,
    padding .3s ease,
    border-color .3s ease;
}


.kenya-footer__nav-group a:hover {
  padding-left: 7px;

  color:
    #fff;

  border-color:
    rgba(221,182,106,.40);
}


.kenya-footer__nav-group a span {
  font-size: 11px;
}


.kenya-footer__nav-group a i {
  font-style: normal;

  font-size: 10px;

  color:
    var(--kf-gold-light);

  transition:
    transform .3s ease;
}


.kenya-footer__nav-group a:hover i {
  transform:
    translate(3px,-3px);
}


/* =========================================================
   BACK TO TOP
========================================================= */

.kenya-footer__backtop {
  position: absolute;

  z-index: 8;

  right: 0;
  top: 12px;

  width: 76px;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 11px;

  padding: 0;

  border: 0;

  appearance: none;

  background: transparent;

  color: #fff;

  cursor: pointer;
}


/* vertical route */

.kenya-footer__backtop-line {
  position: relative;

  width: 1px;
  height: 84px;

  overflow: hidden;

  background:
    rgba(255,255,255,.15);
}


.kenya-footer__backtop-line i {
  position: absolute;

  left: 0;
  bottom: -40%;

  width: 1px;
  height: 40%;

  background:
    linear-gradient(
      0deg,
      transparent,
      var(--kf-gold-light)
    );

  transition: none;
}


.kenya-footer__backtop:hover
.kenya-footer__backtop-line i {
  animation:
    kenyaFooterBackTop
    1.25s ease-out infinite;
}


@keyframes kenyaFooterBackTop {

  from {
    bottom: -40%;
  }

  to {
    bottom: 100%;
  }

}


.kenya-footer__backtop-text {
  writing-mode:
    vertical-rl;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .18em;

  color:
    rgba(255,255,255,.43);
}


.kenya-footer__backtop-arrow {
  width: 29px;
  height: 29px;

  display: grid;

  place-items: center;

  border:
    1px solid
    rgba(255,255,255,.16);

  border-radius: 50%;

  font-size: 11px;

  color:
    var(--kf-gold-light);

  transition:
    transform .3s ease,
    border-color .3s ease;
}


.kenya-footer__backtop:hover
.kenya-footer__backtop-arrow {
  transform:
    translateY(-4px);

  border-color:
    rgba(221,182,106,.6);
}


/* =========================================================
   META
========================================================= */

.kenya-footer__meta {
  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:
    clamp(25px,4vw,55px);

  margin-top:
    clamp(95px,9vw,140px);

  padding:
    25px
    0;

  border-top:
    1px solid
    var(--kf-line);

  border-bottom:
    1px solid
    var(--kf-line);
}


.kenya-footer__meta-item small {
  display: block;

  margin-bottom: 8px;

  font-family:
    Arial,
    sans-serif;

  font-size: 5px;

  font-weight: 700;

  letter-spacing: .17em;

  color:
    var(--kf-gold-light);
}


.kenya-footer__meta-item span {
  display: block;

  font-size: 9px;

  line-height: 1.7;

  color:
    rgba(255,255,255,.43);
}


/* =========================================================
   BOTTOM
========================================================= */

.kenya-footer__bottom {
  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 30px;

  padding-top: 28px;
}


.kenya-footer__brand {
  display: flex;

  flex-direction: column;

  gap: 3px;
}


.kenya-footer__brand > span {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 14px;

  letter-spacing: .04em;

  color:
    rgba(255,255,255,.68);
}


.kenya-footer__brand small {
  font-family:
    Arial,
    sans-serif;

  font-size: 5px;

  font-weight: 700;

  letter-spacing: .16em;

  color:
    rgba(255,255,255,.28);
}


.kenya-footer__copyright {
  margin: 0;

  font-family:
    Arial,
    sans-serif;

  font-size: 6px;

  letter-spacing: .12em;

  color:
    rgba(255,255,255,.27);
}


/* =========================================================
   GHOST KENYA
========================================================= */

.kenya-footer__ghost {
  position: absolute;

  z-index: 0;

  left: -2vw;
  bottom: -5vw;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(180px,26vw,430px);

  line-height: .7;

  letter-spacing: -.08em;

  color:
    rgba(255,255,255,.018);

  pointer-events: none;

  user-select: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width:768px) and (max-width:1100px) {

  .kenya-footer__inner {
    width:
      calc(100% - 96px);
  }


  .kenya-footer__country h2 {
    font-size:
      clamp(90px,13vw,130px);
  }


  .kenya-footer__nav {
    width:
      min(100%,620px);
  }


  .kenya-footer__backtop {
    right: 0;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .kenya-footer {
    padding:
      75px
      0
      28px;
  }


  /* 左右24px */

  .kenya-footer__inner {
    width:
      calc(100% - 48px);
  }


  /* SIGNATURE */

  .kenya-footer__eyebrow {
    gap: 11px;

    margin-bottom: 25px;

    font-size: 7px;
  }


  .kenya-footer__eyebrow > span {
    width: 35px;

    flex-basis: 35px;
  }


  .kenya-footer__country h2 {
    font-size:
      clamp(72px,23vw,105px);
  }


  .kenya-footer__country p {
    margin-top: 18px;

    font-size: 16px;
  }


  /* NAV */

  .kenya-footer__nav {
    width: 100%;

    grid-template-columns: 1fr;

    gap: 45px;

    margin-top: 65px;
  }


  /* BACK TOP */

  .kenya-footer__backtop {
    position: relative;

    top: auto;
    right: auto;

    width: 100%;

    flex-direction: row;

    justify-content: flex-end;

    margin-top: 55px;
  }


  .kenya-footer__backtop-line {
    width: 65px;
    height: 1px;
  }


  .kenya-footer__backtop-line i {
    left: -40%;
    bottom: 0;

    width: 40%;
    height: 1px;

    background:
      linear-gradient(
        90deg,
        transparent,
        var(--kf-gold-light)
      );
  }


  .kenya-footer__backtop:hover
  .kenya-footer__backtop-line i {
    animation:
      kenyaFooterBackTopMobile
      1.2s ease-out infinite;
  }


  @keyframes kenyaFooterBackTopMobile {

    from {
      left: -40%;
    }

    to {
      left: 100%;
    }

  }


  .kenya-footer__backtop-text {
    writing-mode:
      horizontal-tb;
  }


  /* META */

  .kenya-footer__meta {
    grid-template-columns: 1fr;

    gap: 24px;

    margin-top: 55px;
  }


  /* BOTTOM */

  .kenya-footer__bottom {
    display: block;

    padding-top: 25px;
  }


  .kenya-footer__copyright {
    margin-top: 18px;
  }


  /* GHOST */

  .kenya-footer__ghost {
    bottom: 0;

    font-size: 42vw;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:390px) {

  .kenya-footer__inner {
    width:
      calc(100% - 40px);
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {

  .kenya-footer__topline i,
  .kenya-footer__backtop-line i {
    animation: none !important;
  }

}/* End custom CSS */