*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    Arial, "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background-color: #ffffff;
  color: #1d1d23;
}

/* LP全体：横幅600px固定＋中央寄せ */
.lp-wrapper {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

/* セクション共通 */
section {
  padding: 0;
}

/* バナー */
.hero {
  width: 100%;
}

.hero-banner {
  display: block;
  width: 100%;
  height: auto;
}

/* タイトル */
.title-block {
  padding: 16px;
  text-align: center;
}

.title-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

/* 注目作品 PICK UP! */
.pickup {
}

.pickup-head {
  background-color: #ff4000;
  padding: 8px;
  text-align: center;
}

.pickup-head-text {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.pickup-body {
  background-color: #fdf8ea;
  padding: 24px 16px;
}

/* メインページ画像 */
.pickup-main {
  background-color: #ffffff;
  padding: 16px;
}

.pickup-main-image-wrap {
  border: 1px solid #000000;
  width: 100%;
}

.pickup-main-image {
  display: block;
  width: 100%;
  height: auto;
}

.pickup-main-credit {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
}

/* 作品情報部分 */
.pickup-info {
  display: flex;
  gap: 8px;
  padding: 16px;
  background-color: #ffffff;
}

.pickup-thumb {
  width: 100px;
  flex-shrink: 0;
}

.pickup-thumb-image {
  display: block;
  width: 100%;
  height: auto;
}

.pickup-texts {
  flex: 1;
}

.pickup-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}

.pickup-author {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
}

.pickup-description {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

/* CTA部分：無料コピー＋ボタン */
.pickup-cta {
  background-color: #ffffff;
  padding: 16px;
  text-align: center;
}

.pickup-cta-copy {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #ff4000;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  border-radius: 2px;
  border: 2px solid #000000;
  background-color: #ff4000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 0 #000000;
  cursor: pointer;
}

.cta-button:hover {
  opacity: 0.9;
}

/* リストセクション */
.list-section {
  margin: 24px auto;
  width: 80%;
  max-width: 100%;
  border: 1px solid #1d1d23;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 8px 0;
}

/* 各行 */
.list-card_link{display: flex; max-width: 600px; width: 100%; text-decoration:none; color:#222; padding: 8px 0px; align-items: center; gap: 8px; align-self: stretch;}
.thumbnail_img{max-width: 100%; max-height: 100%; height: auto; flex-shrink: 0; object-fit: contain; display: block;}
.list-card {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
}

.list-thumb {
  width: 64px;
  height: 90px;
  flex-shrink: 0;
}

.list-thumb-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f6f9fb;
  border: 1px solid #1d1d23;
}

/* テキスト部分 */
.list-texts {
  flex: 1;
}

.list-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}

.list-author {
  margin: 0;
  font-size: 14px;
  color: #778a92;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-badge {
  margin: 0;
  font-size: 13px;
  color: #ff4000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 区切り線 */
.list-divider {
  padding: 4px 16px;
}

.list-divider-image {
  display: block;
  width: 100%;
  height: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    Arial, "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background-color: #ffffff;
  color: #222;
}

/* LP全体の横幅を600pxに固定し中央寄せ */
.lp-wrapper {
  width: 600px;
  margin: 0 auto;
  padding: 0;
}

/* 共通Frameスタイル */
.frame {
  padding: 24px 20px;
}

/* Frame間の余白（最後以外） */
.frame + .frame {
  margin-top: 16px;
}

/* 画像Frame */
.frame--image {
  padding: 0;
}

.frame-image {
  display: block;
  width: 100%; /* 親の600pxにフィット */
  height: auto;
}

/* テキスト */
.frame-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.frame-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
}

/* ボタン */
.frame-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff6c00; /* Figmaのボタン色に合わせて変更してください */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.frame-button:hover {
  opacity: 0.9;
  transform: translateY(1px);
}

/* 画像+テキスト+ボタンの複合Frameの例 */
.frame--mixed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 必要なら横並びにもできます（Figmaが2カラムならこのコメントアウトを外す） */
/*
.frame--mixed {
  display: flex;
  gap: 16px;
}

.frame-media,
.frame-content {
  flex: 1;
}
*/

/* レスポンシブ補助（600pxベースだが、ブラウザ縮小時の余白調整など） */
@media (max-width: 640px) {
  .lp-wrapper {
    width: 100%;
    max-width: 600px;
  }

  .frame {
    padding-left: 16px;
    padding-right: 16px;
  }
}

