@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

/* --------- 調整・消去（他ページ共通） --------- */
body .box-white {
  background-color: #dbcbb8;
}
body .box-white,
body .post-content {
  padding: 0;
}
body .group {
  padding: 0 0 80px;
}
body main > .title_area,
body .group::before,
body .inner > header,
body .inner dl.periodText {
  display: none !important;
}
body .post-content p {
  margin: 0;
}
#topic h2,
#topic h3,
#topic p,
#topic a {
  line-height: revert !important;
  text-align: revert !important;
  font-weight: revert !important;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif !important;
}

@media screen and (max-width: 768px) {
  body .group .inner { width: 100%; }
}
@media print, screen and (min-width: 769px) {
  body .group .inner { width: 100%; max-width: 900px; }
}

/*======================
         LIBERTY LP
======================*/

/* ============================================================
   BASE
   ============================================================ */
#topic #contentDetail {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  background: #fbfaf7;
  max-width: 100%;
  overflow-x: hidden;
}
#topic a {
  text-decoration: none;
  color: inherit;
}
#topic img {
  display: block;
  max-width: 100%;
}

#topic {
  --lb-plum: #4f0341;
  --lb-plum-d: #4a2044;
  --lb-accent: #7a3a6e;
  --lb-ink: #000;
  --lb-paper: #fbfaf7;
}

#topic .lb-about-title,
#topic .lb-works-title,
#topic .lb-lineup-title,
#topic .lb-card-name,
#topic .lb-card-name-s {
  font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif !important;
}

#topic .lb-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* ============================================================
   FV（メイン画像1枚）
   ============================================================ */
#topic .lb-fv {
  width: 100%;
  line-height: 0;
}
#topic .lb-fv-img {
  width: 100%;
  height: auto;
}

/* ============================================================
   リード
   ============================================================ */
#topic .lb-lead {
  padding: 2.6rem 1.4rem 2rem;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
#topic .lb-lead-text {
  font-size: 17px !important;
  line-height: 2 !important;
  color: var(--lb-plum) !important;
  font-weight: 500 !important;
  text-align: center !important;
  letter-spacing: .04em;
  margin-bottom: 1.6rem !important;
}
#topic .lb-lead-photo {
  overflow: hidden;
}
#topic .lb-lead-photo img { width: 100%; }

/* ============================================================
   About
   ============================================================ */
#topic .lb-about {
  padding: 1rem 1.4rem 2.8rem;
  max-width: 720px;
  margin: 0 auto;
}
#topic .lb-about-en {
  display: block;
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--lb-accent);
  font-weight: 500;
  margin-bottom: .3rem;
}
#topic .lb-about-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--lb-plum) !important;
  line-height: 1.4 !important;
  margin: 0 0 1.4rem !important;
  text-align: left !important;
}
#topic .lb-about-p {
  font-size: 14px !important;
  line-height: 2 !important;
  color: var(--lb-ink) !important;
  text-align: left !important;
  margin: 0 0 1.3rem !important;
}

/* ============================================================
   Sample Works（横スクロール10枚）
   ============================================================ */
#topic .lb-works {
  position: relative;
  background: var(--lb-paper);
  padding: 2.2rem 0 2.4rem;
}
/* 上部だけの紫グラデ帯（作品画像の上半分にかかる） */
#topic .lb-works::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 210px;
  background: linear-gradient(120deg, #6f3865, #47203f);
  z-index: 0;
}
#topic .lb-works-head {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 1.4rem;
  padding: 0 1.4rem;
}
#topic .lb-works-title {
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #fff !important;
  letter-spacing: .04em !important;
  text-align: left !important;
  margin: 0 !important;
  display: inline-block;
}
#topic .lb-works-sub {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.7);
  margin-top: .4rem;
  letter-spacing: .04em;
}

/* スクローラー：画面外まで続く横スクロール */
#topic .lb-works-scroller {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(120,90,110,.4) transparent;
  padding-bottom: .6rem;
  margin-left: 1.4rem;
}
#topic .lb-works-scroller::-webkit-scrollbar { height: 6px; }
#topic .lb-works-scroller::-webkit-scrollbar-thumb {
  background: rgba(120,90,110,.35);
}
#topic .lb-works-track {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
}
#topic .lb-work {
  flex: 0 0 auto;
  width: 210px;
}
#topic .lb-work a {
  display: block;
  overflow: hidden;
  background: #fff;
}
#topic .lb-work img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#topic .lb-works-note {
  position: relative;
  z-index: 1;
  text-align: center !important;
  font-size: 0.85em !important;
  color: #000 ;
  margin: 1.2rem 1.4rem 0;
}

/* 切り替わりグラデーション */
#topic .lb-transition {
  height: 30px;
  background: linear-gradient(0deg, var(--lb-paper) 0%, var(--lb-paper) 50%, #f3f2ef 100%);
}

/* ============================================================
   Lineup
   ============================================================ */
#topic .lb-lineup {
  padding: 2rem 1.4rem 3rem;
  max-width: 860px;
  margin: 0 auto;
}
#topic .lb-lineup-title {
  font-size: 34px !important;
  font-weight: normal !important;
  font-style: italic;
  color: var(--lb-plum) !important;
  text-align: left !important;
  margin: 0 0 !important;
  letter-spacing: .02em;
}
#topic .lb-lineup-note {
  font-size: 12px;
  color: #000;
  margin-bottom: 2rem;
}

/* グリッド：2カラム基本 */
#topic .lb-lineup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* 新柄：2カラム幅フルワイド */
#topic .lb-card-new {
  grid-column: 1 / -1;
  position: relative;
  background: #fff;
  border: 1px solid #f3f2ef;
}
#topic .lb-card-new .lb-card-img {
  position: relative;
  aspect-ratio: 2/1;
  overflow: hidden;
  padding: 10px;
}
#topic .lb-card-new .lb-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topic .lb-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--lb-plum);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: .02em;
  z-index: 2;
}
#topic .lb-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 10px 10px 10px;
}
#topic .lb-card-text { flex: 1 1 auto; }
#topic .lb-card-name {
  font-size: 20px !important;
  font-weight: normal !important;
  color: #000 !important;
  text-align: left !important;
  margin: 0 0 .2rem !important;
  line-height: 1.3 !important;
}
#topic .lb-card-desc {
  font-size: 12px;
  color: #8a7a72;
  line-height: 1.7;
}
#topic .lb-card-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-size: 13px;
  font-weight: 500;
  color: var(--lb-plum);
  border: 1px solid var(--lb-plum);
  padding: 9px 18px;
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s;
}
#topic .lb-card-btn:hover {
  background: var(--lb-plum);
  border-color: var(--lb-plum);
  color: #fff;
}
#topic .lb-card-arrow { font-size: 15px; line-height: 1; }

/* 旧柄：1カラム・柄名のみ */
#topic .lb-card-old {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f3f2ef;
}
#topic .lb-card-old a { display: block; }
#topic .lb-card-old .lb-card-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 10px;
}
#topic .lb-card-old .lb-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topic .lb-card-name-s {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #000 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 .4rem .8rem;
  line-height: 1.3 !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
#topic .lb-footer {
  background: var(--lb-plum-d);
  padding: 1.4rem;
  text-align: center;
}
#topic .lb-footer p {
  font-size: 11px !important;
  color: rgba(255,255,255,.75) !important;
  letter-spacing: .12em !important;
  text-align: center !important;
  margin: 0 !important;
}

/* ============================================================
   PC リデザイン
   ============================================================ */
@media (min-width: 769px) {
  #topic .lb-lead { padding: 3.4rem 1.4rem 2.6rem; }
  #topic .lb-lead-text { font-size: 20px !important; }

  #topic .lb-about { padding: 1.6rem 1.4rem 3.4rem; }
  #topic .lb-about-title { font-size: 28px !important; }

  #topic .lb-works { padding: 3rem 0 3.2rem; }
  #topic .lb-works::before { height: 268px; }
  #topic .lb-works-title { font-size: 30px !important; }
  #topic .lb-work { width: 260px; }

  #topic .lb-lineup { padding: 4rem 1.4rem 4rem; }
  #topic .lb-lineup-title { font-size: 44px !important; }

  /* 旧柄を4カラムに */
  #topic .lb-lineup-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  #topic .lb-card-new { grid-column: 1 / -1; }
  #topic .lb-card-new .lb-card-img { aspect-ratio: 21/6; }
  #topic .lb-card-body { padding: 1.2rem 2rem 1.4rem; }
  #topic .lb-card-name { font-size: 24px !important; }
  #topic .lb-card-desc { font-size: 13px; }
  #topic .lb-badge {
    width: 80px;
    height: 80px;
    top: -12px;
    left: -12px;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  #topic .lb-lead-text { font-size: 22px !important; }
  #topic .lb-work { width: 300px; }
  #topic .lb-works::before { height: 300px; }
}