@charset "utf-8";


:root {
  --base-grn: #00a33e;
  --base-dk-grn: #01873f;
  --base-lt-grn: #e7edea;
  --base-ble: #007DB8;
  --base-red: #e60012;
  --base-dk-red: #bf0008;
  --base-wht: #fff;
  --base-blk: #444444;
  --base-gry: #eee;
  --base-lt-gry: #fafafa;
  --base-ne-grn: #00d254;
  --base-ne-ble: #00a5ff;
  --base-txt-blk: #313131;
}

body {
  overflow-x: clip;
  margin: 0;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/

#famifest_2608 .js-kv,
#famifest_2608 .card2,
#famifest_2608 .card3,
#famifest_2608 .card4,
#famifest_2608 .ff-scrolldown,
#famifest_2608 .js-fadein {
  visibility: hidden;
}

/*===============================================
●共通
===============================================*/

/* ============ common =========== */
#famifest_2608 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#famifest_2608 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#famifest_2608 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#famifest_2608 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#famifest_2608 img {
  max-width: 100%;
  display: block;
  height: auto;
}

/*====================== main-area =======================*/

#famifest_2608 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 100%;
  padding: 0;
  position: relative;
  color: var(--base-blk);
  font-feature-settings: "palt", "tnum";
  letter-spacing: 0.05em;
}

#famifest_2608 .content {
  width: min(90%, 1200px);
  margin: 0 auto;
}

/* ===================== bg (最下層）==================== */
#famifest_2608 .base-bg {
  display: none;
}

/* #famifest_2608 .base-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: #e5e5e5;
  background-image: radial-gradient(#ccc 2px, transparent 2px);
  background-size: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

#famifest_2608 .base-bg .logo {
  font-size: clamp(1.5rem, 4vw, 4rem);
  font-weight: 800;
  color: var(--base-blk);
  letter-spacing: 0.1em;
}

#famifest_2608 .base-bg .sub {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #666;
} */

/* =========================================
/   完全無欠！Pin × Sticky ハイブリッド
/========================================= */
#famifest_2608 .main-wrap {
  position: relative;
  width: 100%;
  overflow: visible !important;
  z-index: 1;
  /* margin-bottom: 100dvh; //最下層のbg表示*/
  margin-bottom: 0;
}

/* ===================== card1 （KV）==================== */

#famifest_2608 .card1 {
  position: sticky;
  top: 96px;
  width: 100%;
  height: 100svh;
  z-index: 10;
  background-color: var(--base-wht);
  color: var(--base-blk);
  border-left: var(--base-ne-grn) 30px solid;
  border-right: var(--base-ne-ble) 30px solid;
}

#famifest_2608 .content.imgbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#famifest_2608 .imgbox .kv {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 4dvh 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}

#famifest_2608 .imgbox .kv img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 550px;
  margin-bottom: 2.5rem;
  transform-origin: center center !important;
  will-change: transform;
}

/* 下側のテキスト全体の箱 */
#famifest_2608 .kv .kv-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  color: var(--base-txt-blk);
  text-align: center;
  font-weight: 900 !important;
}

#famifest_2608 .kv .kv-info .title {
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  line-height: 1.2;
}

#famifest_2608 .kv .kv-info .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  margin-bottom: 1rem;
}

#famifest_2608 .kv .kv-info .date {
  letter-spacing: 0.02em;
}

#famifest_2608 .kv .kv-info .date .wed {
  margin-left: 0.2em;
}

#famifest_2608 .kv .kv-info .leadT {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 1.5rem auto 0;
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.5;
  /* 長文が読みやすくなる黄金の行間 */
  letter-spacing: 0.04em;
  color: var(--base-txt-blk);
  text-align: center;
  word-break: break-all;
  overflow-wrap: anywhere;
}


/* ===================== card2 （ロゴ）==================== */

/* #famifest_2608 .card2 {
  z-index: 20;
  background-color: var(--base-wht);
  color: var(--base-blk);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  will-change: transform, opacity;
  transform: scale(0.7) translateZ(0);
  backface-visibility: hidden;
}

#famifest_2608 .card2 .content {
  padding-bottom: 0;
}

#famifest_2608 .card2 .ttl_h2.logo {
  margin: 0 auto;
}

#famifest_2608 .card2 .ttl_h2.logo figcaption {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  text-align: center;
  margin-top: 1rem;
} */

/* ===================== card3 （テーマ）==================== */
#famifest_2608 .card3,
#famifest_2608 .card4 {
  position: sticky;
  top: 96px;
  width: 100%;
  z-index: 30;
  border-radius: 32px 32px 0 0;
}

#famifest_2608 .card3 {
  height: 100svh;
  background-color: var(--base-blk);
  z-index: 30;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30dvh;
}

#famifest_2608 .card3 .content,
#famifest_2608 .card3 .theme-warp {
  height: 100%;
}

#famifest_2608 .card3 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

#famifest_2608 .card3 .theme-warp {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--base-wht);
}

#famifest_2608 .card3 .theme-warp p {
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: clamp(1rem, 1.6vw, 1.4rem);
}

#famifest_2608 .card3 .ttl_h2 {
  color: var(--base-wht);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
}

#famifest_2608 .card3 .ttl_h2::before {
  color: #656363;
}

/* =========================================
/  ショルダーコピー（今年のテーマは）の装飾
/========================================= */
#famifest_2608 .card3 .ttl_h3 .sub {
  display: block;
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

/* 1. 見出し本体（テキストの箱） */
#famifest_2608 .card3 .ttl_h3 {
  position: relative;
  color: var(--base-wht);
  padding: 0.9rem 4.5rem 1rem;
  width: fit-content;
  margin: 3.5rem auto;
  letter-spacing: 0.15em;
  /* transform: skewX(-15deg); */
  background: none;
  border: none !important;
  z-index: 1;
  font-size: clamp(1.3rem, 2.5vw, 3rem);
}


/* ------------------------------------------------------------
  左側のサイバー括弧 ［ 
------------------------------------------------------------ */
#famifest_2608 .card3 .ttl_h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  border: 5px solid transparent;
  border-right: none;
  border-image: linear-gradient(to bottom, #00C896, #00A0E9) 1;
}

/* ------------------------------------------------------------
  右側のサイバー括弧 ］
------------------------------------------------------------ */
#famifest_2608 .card3 .ttl_h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  border: 5px solid transparent;
  border-left: none;
  border-image: linear-gradient(to top, #00A0E9, #00C896) 1;
  background: none;
  left: auto;
  bottom: auto;
  transform: none;
}



/* ===================== card4 (概要）==================== */

#famifest_2608 .card4 {
  height: auto;
  min-height: 100svh;
  padding-top: 5px;
  padding-bottom: 70px;
  background-color: var(--base-lt-gry);
  z-index: 40;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
}


/* 見出しを手前にする設定はそのまま */
#famifest_2608 .card4 .ttl_h2 {
  position: relative;
  z-index: 41;
}

#famifest_2608 .event-summary {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.3);

}

#famifest_2608 .event-summary .info-wrap {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#famifest_2608 .event-summary dt {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 800;
  color: var(--base-blk);
  padding-right: 1rem;
}

#famifest_2608 .event-summary dd {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 500;
  line-height: 1.8;
  color: var(--base-blk);
  margin: 0;
}

#famifest_2608 .map-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#famifest_2608 .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#famifest_2608 .comment-area {
  width: 90%;
  margin: 0 auto;
}

#famifest_2608 .comment-wrap {
  display: grid;
  grid-template-columns: 260px auto;
  gap: 1rem;
}

#famifest_2608 .comment-wrap img {
  width: 90%;
  margin: 0 auto;
  clip-path: ellipse(50% 45% at 50% 50%);
}

#famifest_2608 .comment {
  line-height: 1.8;
}

#famifest_2608 .comment-wrap figcaption {
  font-size: clamp(0.85rem, 1.06vw, 0.9rem);
  text-align: center;
}

#famifest_2608 .comment p:not(:last-child) {
  margin-bottom: 1em;
}

/* =========================================
/カードの内側にドットを敷く
/========================================= */
#famifest_2608 .card3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 10;
  background-image:
    linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, var(--base-blk) 77%),
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 40%, transparent 40%);
  background-size: 100% 100%, 6px 6px;
  pointer-events: none;
  border-radius: 32px 32px 0 0;
}

#famifest_2608 .card4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 10;
  border-radius: 32px 32px 0 0;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--base-lt-gry) 77%),
    radial-gradient(circle, #262626 40%, transparent 40%);
  background-size: 100% 100%, 6px 6px;
  pointer-events: none;
  border-radius: 32px 32px 0 0;
}

#famifest_2608::before {
  content: '';
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: var(--base-wht);
  z-index: 1;
}


/* =============== h2 / h3 =============== */
#famifest_2608 .ttl_h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 6rem;
  padding: 0;
  width: 100%;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--base-blk);
  z-index: 1;
}

#famifest_2608 .ttl_h2::before {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(2.5rem, 6.5vw, 4.5rem);
  font-weight: 900;
  color: #ebebeb;
  z-index: -1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  margin: 0;
  width: auto;
  height: auto;
  font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
}

#famifest_2608 .ttl_h2.logo img {
  width: 100%;
}

#famifest_2608 .ttl_h2.logo {
  color: var(--base-blk);
}

#famifest_2608 .ttl_h3 {
  text-align: center;
  margin: 3.5rem auto 1.5rem;
  padding-bottom: 0.8rem;
  color: var(--base-blk);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  position: relative;
}

#famifest_2608 .ttl_h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--base-ne-grn), var(--base-ne-ble));
}


/* =================== kome =================== */
#famifest_2608 .notes-area {
  width: min(90%, 1100px);
  margin: 1.5rem auto;
  color: var(--base-blk);
}

#famifest_2608 .kome {
  text-align: left;
  font-size: clamp(0.8rem, 1.05vw, 0.9rem);
}

#famifest_2608 .kome::before {
  content: "\203b";
}


/* =================== pic img =================== */
#famifest_2608 .c-pic-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
  will-change: transform;
}

#famifest_2608 .c-pic-item img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
  will-change: filter;
}

/*===============================================
● KV用のスクロール誘導アニメーション
===============================================*/
#famifest_2608 .ff-scrolldown {
  position: absolute;
  bottom: 150px;
  right: -4%;
  left: unset;
  z-index: 2;
}

/* 「SCROLL」の文字装飾（お客様のこだわりの文字組み設定を継承） */
#famifest_2608 .ff-scrolldown span {
  font-size: .8rem;
  font-weight: 700;
  color: var(--base-txt-blk);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

/* スーッと下に伸びる縦線の正体 */
#famifest_2608 .ff-scrolldown::after {
  display: block;
  content: '';
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 50px;
  background: var(--base-txt-blk);
  animation: scrollLineAnimation 2.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  transform-origin: top;
}

/* 線の伸縮無限ループの計算式 */
@keyframes scrollLineAnimation {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }

  30% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: top;
  }

  60% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    opacity: 0;
    transform-origin: bottom;
  }
}

/* ======================= hover ====================== */

@media (hover: hover) {}

/* ======================= AEM ====================== */
.others {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: var(--base-wht);
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}

.others .inner {
  width: min(100%, 1200px);
  margin: 0 auto;

}

.ly-contents-area {
  padding: 10px 0 0;
}

#fm45th_inc {
  background: #fff;
}

.breadcrumb {
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  background: #fff;
}


/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #famifest_2608 .pc-none {
    display: none;
  }

}

/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #famifest_2608 .sp-none {
    display: none;
  }

  #famifest_2608 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: clip;
  }

  #famifest_2608 .content:not(.imgbox) {
    padding: 1rem;
    width: 100%;
  }

  #famifest_2608 .content.imgbox {
    width: 100%;
    top: 0px;
  }

  #famifest_2608 .imgbox .kv h1 {
    width: 100%;
  }

  #famifest_2608 .imgbox .kv h1 img {
    max-width: 270px;
    min-width: auto;
    margin: 0 auto 1rem;
  }

  #famifest_2608 .ff-scrolldown span {
    width: fit-content;
    display: block;
    padding: .2rem .5rem;
    margin-bottom: 0;
    background: var(--base-wht);
  }

  #famifest_2608 .kv .kv-info .leadT {
    line-height: 2.1;
  }

  #famifest_2608 .card1 {
    border-left: var(--base-ne-grn) 10px solid;
    border-right: var(--base-ne-ble) 10px solid;
    top: 55px;
  }


  #famifest_2608 .card3 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 10dvh;
  }

  #famifest_2608 .card3 .theme-warp {
    width: 100%;
    flex-grow: 1;
    margin: 0 auto;
    height: auto;
  }

  #famifest_2608 .card3 .ttl_h2 {
    position: absolute;
    top: 3.5rem;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 21;
  }

  #famifest_2608 .card4 .ttl_h2 {
    position: relative;
    margin: 2.5rem auto 2rem;

  }

  #famifest_2608 .card3 .ttl_h3 {
    padding: 0.9rem 2.5rem 1rem;
    margin: 2rem auto 4rem;
  }

  #famifest_2608 .card3 .theme-warp p {
    line-height: 2.2;
  }

  #famifest_2608 .card4 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  #famifest_2608 .card4::before,
  #famifest_2608 .card3::before {
    height: 100px;
    background-size: 100% 100%, 4px 4px;
  }

  #famifest_2608 .event-summary {
    width: 100%;
  }

  #famifest_2608 .event-summary .info-wrap {
    grid-template-columns: 1fr;
  }

  #famifest_2608 .event-summary dt {
    padding-right: 0;
    padding-bottom: .5rem;
  }

  #famifest_2608 .comment-area {
    width: 100%;
  }

  #famifest_2608 .comment-wrap {
    grid-template-columns: 1fr;
  }

  #famifest_2608 .comment-wrap figure img {
    width: 67%;
    margin: 0 auto;
  }

  #famifest_2608 .card3 {
    top: 55px;
  }

  #famifest_2608 .ff-scrolldown {
    bottom: 50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  #famifest_2608 .ff-scrolldown::after {
    height: 40px;
  }

  /* ============ AEM ========== */
  .others {
    padding: 0.8rem;
  }

  .ly-btn-pagetop {
    background: #fff;
  }

  .ly-wrp-breadcrumb-sp {
    position: relative;
  }

}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {}

@media screen and (min-width: 737px) and (max-width: 1023px) {}


/* =========================================================
/   ① フルHDモニター対策（1440px 〜 1920px）
/   ※世の中で最も多い 21〜24インチ。絶対にハミ出させない黄金比
/========================================================= */
@media screen and (min-width: 1440px) and (max-width: 1920px) and (min-height: 850px) {

  #famifest_2608 .content.imgbox {
    top: 4svh;
  }

  #famifest_2608 .imgbox .kv img {
    min-width: 650px;
  }

  #famifest_2608 .kv .kv-info .title {
    font-size: 5.5rem;
  }

  #famifest_2608 .kv .kv-info {
    gap: 1.5rem;
  }

  #famifest_2608 .kv .kv-info .meta {
    font-size: 1.8rem;
  }

  #famifest_2608 .kv .kv-info .leadT {
    max-width: 850px;
    font-size: 1.15rem;
    /* 読みやすさ重視 */
  }

  #famifest_2608 .card1 {
    border-left: var(--base-ne-grn) 40px solid;
    border-right: var(--base-ne-ble) 40px solid;
  }

  /* 縦幅に合わせて自動昇降（最大でも200pxまでしか上げない） */
  #famifest_2608 .ff-scrolldown {
    bottom: clamp(120px, 21svh, 200px);
  }

  #famifest_2608 .card4::before,
  #famifest_2608 .card3::before {
    height: 150px;
  }

  #famifest_2608 .card3 .ttl_h2,
  #famifest_2608 .card4 .ttl_h2 {
    font-size: 3rem;
    margin: 5rem auto 7rem;
  }

  #famifest_2608 .ttl_h2::before {
    font-size: 4.8rem;
  }

  #famifest_2608 .card3 .ttl_h3 {
    font-size: 2.8rem;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #famifest_2608 .card3 .ttl_h3 .sub {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  #famifest_2608 .card3 .ttl_h3::before {
    border: 6px solid transparent;
    border-right: none;
    border-image: linear-gradient(to bottom, #00C896, #00A0E9) 1;
  }

  #famifest_2608 .card3 .ttl_h3::after {
    border: 6px solid transparent;
    border-left: none;
    border-image: linear-gradient(to top, #00A0E9, #00C896) 1;
  }

  #famifest_2608 .card3 .theme-warp p {
    font-size: 1.2rem;
    line-height: 2;
  }

  #famifest_2608 .event-summary .info-wrap {
    padding: 2rem 0;
  }

  #famifest_2608 .event-summary dt,
  #famifest_2608 .event-summary dd {
    font-size: 1.1rem;
  }

  #famifest_2608 .comment-wrap .comment {
    font-size: 1.05rem;
    line-height: 1.9;
  }
}

/* =========================================================
/   ② 超巨大モニター対策（1921px 〜）
/   ※WQHDや4Kなど、27インチ以上。ご自身のモニターで映える大迫力設定
/========================================================= */
@media screen and (min-width: 1921px) {

  #famifest_2608 .content.imgbox {
    top: 8svh;
    /* 画面がデカいので、上品に少し下げる */
  }

  #famifest_2608 .imgbox .kv img {
    min-width: 800px;
  }

  /* 💥 大画面用の超特大サイズ！ */
  #famifest_2608 .kv .kv-info .title {
    font-size: 8rem;
  }

  #famifest_2608 .kv .kv-info {
    gap: 2rem;
  }

  #famifest_2608 .kv .kv-info .meta {
    font-size: 2.6rem;
  }

  #famifest_2608 .kv .kv-info .leadT {
    max-width: 940px;
    font-size: 1.5rem;
  }

  #famifest_2608 .card1 {
    border-left: var(--base-ne-grn) 50px solid;
    border-right: var(--base-ne-ble) 50px solid;
  }

  #famifest_2608 .ff-scrolldown {
    bottom: clamp(180px, 20svh, 280px);
    right: -24%;
  }

  #famifest_2608 .card4::before,
  #famifest_2608 .card3::before {
    height: 200px;
  }

  #famifest_2608 .card3 .ttl_h2,
  #famifest_2608 .card4 .ttl_h2 {
    font-size: 3.5rem;
    margin: 6rem auto 10rem;
  }

  #famifest_2608 .ttl_h2::before {
    font-size: 6.5rem;
  }

  #famifest_2608 .card3 .ttl_h3 {
    font-size: 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #famifest_2608 .card3 .ttl_h3 .sub {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  #famifest_2608 .card3 .ttl_h3::before {
    border: 10px solid transparent;
    border-right: none;
    border-image: linear-gradient(to bottom, #00C896, #00A0E9) 1;
  }

  #famifest_2608 .card3 .ttl_h3::after {
    border: 10px solid transparent;
    border-left: none;
    border-image: linear-gradient(to top, #00A0E9, #00C896) 1;
  }

  #famifest_2608 .card3 .theme-warp p {
    font-size: 1.5rem;
    line-height: 2.2;
  }

  #famifest_2608 .event-summary .info-wrap {
    padding: 3rem 0;
  }

  #famifest_2608 .event-summary dt,
  #famifest_2608 .event-summary dd {
    font-size: 1.3rem;
  }

  #famifest_2608 .comment-wrap .comment {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/* #famifest_2608 .base-bg .logo {
    font-size: clamp(4rem, 6vw, 6rem);
  }

  #famifest_2608 .base-bg .sub {
    font-size: clamp(1.2rem, 2vw, 2rem);
  } */