:root {

/* Colors: */
--unnamed-color-bdff3e: #BDFF3E;
--unnamed-color-707070: #707070;
--unnamed-color-00000000: #00000000;
--unnamed-color-daff93: #DAFF93;
--unnamed-color-807dff: #807DFF;
--unnamed-color-393939: #393939;
--unnamed-color-c7c7c7: #C7C7C7;
--unnamed-color-ffffff: #FFFFFF;
--unnamed-color-3d3d3d: #3D3D3D;

/* Font/text values */
--unnamed-font-family-noto-sans: Noto Sans;
--unnamed-font-family-nimbus-sans: Nimbus Sans;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-600: 600px;
--unnamed-font-weight-bold: bold;
--unnamed-font-weight-normal: normal;
--unnamed-font-size-16: 16px;
--unnamed-font-size-18: 18px;
--unnamed-character-spacing-0: 0px;
--unnamed-character-spacing-0-4: 0.4px;
--unnamed-character-spacing-0-45: 0.45px;
--unnamed-line-spacing-22: 22px;
--unnamed-line-spacing-24: 24px;
}
.pc-only { display: block; }
.mobile-only { display: none; }

body.mobile .pc-only { display: none !important; }
body.mobile .mobile-only { display: block !important; }
/* Character Styles */
.unnamed-character-style-1 {
font-family: var(--unnamed-font-family-noto-sans);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-600);
font-size: var(--unnamed-font-size-16);
line-height: var(--unnamed-line-spacing-22);
letter-spacing: var(--unnamed-character-spacing-0-4);
color: var(--unnamed-color-707070);
}
.unnamed-character-style-2 {
font-family: var(--unnamed-font-family-noto-sans);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-600);
font-size: var(--unnamed-font-size-16);
line-height: var(--unnamed-line-spacing-22);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-3d3d3d);
}
.unnamed-character-style-3 {
font-family: var(--unnamed-font-family-noto-sans);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-18);
line-height: var(--unnamed-line-spacing-24);
letter-spacing: var(--unnamed-character-spacing-0-45);
color: var(--unnamed-color-ffffff);
}
.unnamed-character-style-4 {
font-family: var(--unnamed-font-family-nimbus-sans);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-16);
line-height: var(--unnamed-line-spacing-22);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-ffffff);
}
.unnamed-character-style-5 {
font-family: var(--unnamed-font-family-nimbus-sans);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-16);
line-height: var(--unnamed-line-spacing-22);
letter-spacing: var(--unnamed-character-spacing-0-4);
color: var(--unnamed-color-393939);
}
.unnamed-character-style-6 {
font-family: var(--unnamed-font-family-nimbus-sans);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-16);
line-height: var(--unnamed-line-spacing-22);
letter-spacing: var(--unnamed-character-spacing-0-4);
color: var(--unnamed-color-c7c7c7);
}


body{
font-family: "nimbus-sans", sans-serif;
font-weight: 700;
font-style: normal;
}
.announce-bar {
  background: linear-gradient(90deg, #7E7DFF 0%, #D37EFF 100%);

  padding: 18px 0;
  margin: 0;
  padding: 0;
  line-height: 60px; /* テキスト中央寄せしたい場合 */
}
.announce-text{
  margin: 0;
letter-spacing: 1px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

/* NEWS 全幅背景 */
.user-profile-card {
  display: flex;
  align-items: center;
  gap: 38px;
  max-width: 680px;
  margin: 44px auto 18px auto;
  padding: 38px 30px;
  background: #DAFF93;
  border-radius: 18px;
  border: 2px solid #e0e0e0;
}
.ranking-card {
  position: relative;
  overflow: visible !important; /* メダル画像が外にはみ出せるように */
  border: 1px solid #dddddd;
}

.setsumei{
font-size:22px;
}

.ranking-medal-img {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 83px !important;
  height: 80px !important;
  z-index: 10;
  pointer-events: none;
  background: transparent !important;
  border: none;
  box-shadow: none;
  object-fit: contain;     /* これを追加！ */
  object-position: center; /* 画像を中央揃えに */
  display: block;
}
.profile-icon-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.profile-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
}
.profile-name {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}
.profile-sns {
  font-size: 1.02em;
  margin-bottom: 4px;
  color: #7c5cff;
  word-break: break-all;
}
.profile-sns a {
  color: #7c5cff;
  text-decoration: underline;
  word-break: break-all;
}
.profile-luv {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.13em;
  margin-top: 8px;
}
.news-table th,
.news-table td {
  vertical-align: middle !important;
}

.news-table td.news-date,
.news-table td.news-content {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px; /* ここで全体の高さ調整（お好みで） */
}
.banner-wrapper {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #2d2d2d;
}

.banner-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-wrapper img {
  max-width: 1366px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: #2d2d2d;
}

/* モバイル時は固定サイズ＆中央寄せ */
@media (max-width: 700px) {
  .banner-wrapper,
  .banner-wrapper a,
  .banner-wrapper img {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .banner-wrapper img {
    object-fit: contain !important;
    background: #2d2d2d;
  }
}
.news-table th.news-head {
  vertical-align: middle !important;
  padding-top: 0;
  padding-bottom: 0;
}
.luv-icon {
  width: 30px !important;
  height: 30px !important;
}
.luv-label {
  color: #393939;
  font-weight: 600;
  margin-right: 6px;
}
.luv-count {
  font-size: 1.26em;
  font-weight: 700;
  color: #7E7DFF;
  letter-spacing: 0.05em;
}
.news-table td.news-date,
.news-table td.news-content {
  vertical-align: bottom;
  padding: 16px 0 100px 0; /* 上を増やす！（例: 上16px, 下10px） */
}

/* 必要ならnews-headにも少し上パディング追加 */
.news-table th.news-head {
  vertical-align: middle !important;
  border-bottom: none !important;
  padding-top: 50px;
}
@media (max-width: 800px) {
  .user-profile-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    max-width: 99vw;
    padding: 20px 10px;
  }
  .profile-icon-wrap {
    width: 90px; height: 90px; border-radius: 45px;
  }
  .profile-icon { width: 85px; height: 85px; }
}
.news-bar {
  background: #ddff93; /* 明るい黄緑 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 36px 0 28px 0;
}
.news-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.news-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.08em;
  color: #222;
  border-bottom: none !important;
  background: none;
}
.news-table th.news-head {
  font-size: 1.14em;
  font-weight: bold;
  color: #111;
  text-align: right;
  padding: 0 100px 0 0;
  min-width: 105px;
  vertical-align: top;
  letter-spacing: 0.02em;
}


.news-table td.news-content {
  color: #222;
  text-align: left;

  padding: 0 0 10px 0;     /* ←下パディングだけ増やす！ */
  letter-spacing: 0.01em;
  vertical-align: bottom;   /* ←下揃えに修正 */
  padding-top:20px;
}
.news-table td.news-content {
  color: #222;
  text-align: left;
  padding: 8px 0 8px 0;
  letter-spacing: 0.01em;
  vertical-align: top;
  padding-top:20px;
}
.news-table tr {
  border-bottom: 1px dotted #a5b997;
}
.news-table tr:last-child {
  border-bottom: none;
}
/* 1行ずつ点線を敷くための補助 */
.news-table tr:not(:last-child) td, .news-table tr:not(:last-child) th {
  border-bottom: 1px dotted #a5b997;
}

@media (max-width: 700px) {
  .news-list { max-width: 99vw; }
  .news-table th.news-head { font-size: 1em; min-width: 100px; padding-right: 10px;}
  .news-table td.news-date { width: 100px; font-size: 0.95em; padding-right: 8px; }
  .news-table td.news-content { font-size: 0.98em; }
}
/* about（全幅背景） */
.about-bg {
    width: 100vw;
    background: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.about-section {
    max-width: 1368px;
    margin: 0 auto;
    padding: 40px 0 26px 0;
    border-radius: 12px;
    text-align: center;
}
.about-title {
  color:#3D3D3D;
  text-align: center;
  font-size: 48px;
  font-weight: 700 !important;
  margin-bottom: 8px;
}
.about-desc {
  text-align: center;
  font-size: 1.1em;
  color: #444;
  margin-bottom: 8px;
}
.section-title {
  color:#3D3D3D;
  text-align: center;
  font-size: 48px;
  font-weight: 700 !important;
  margin-bottom: 8px;
}
.section-underline {
    width: 200px;
    height: 4px;
    margin: 0 auto 16px;
    background: linear-gradient(90deg, #7E7DFF 0%, #D37EFF 100%);    margin-bottom:30px;
    margin-bottom:30px;
}
.section-underline2 {
    width: 90%;
    height: 4px;
    margin: 0 auto 16px;
    background: #393939;
margin-bottom:30px;
margin-top:15px;
}
.section-divider {
  border-top: 2px solid #e0e0e0;
  margin: 36px 0;
  width: 100%;
}
/* ranking */
.ranking-desc {
  text-align: center;
  font-size: 1.35em;
  color: #444;
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ranking-tabs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  gap: 10px;
}
.ranking-tabs {
  position: relative;
  margin-bottom: 38px;
}
.ranking-tabs::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.5px;
  background: #ccc;
  opacity: 0.65;
  z-index: 0;
  border-radius: 2px;
}
.ranking-tabs .tab {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1.17em;
  font-weight: 700;
  color: #222;
  padding: 8px 18px 12px 18px;
  cursor: pointer;
  transition: color .15s, border-color .16s;
  letter-spacing: 0.03em;
  z-index: 2;
}
.ranking-tabs .tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: #ddff93;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0.6);
  transition:
    opacity 0.25s cubic-bezier(.4,0,.2,1),
    transform 0.25s cubic-bezier(.4,0,.2,1);
  z-index: 1;
  pointer-events: none;
}
.ranking-tabs .tab:hover::after,
.ranking-tabs .tab:focus::after,
.ranking-tabs .tab.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.ranking-date-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 2px;
  font-size: 1.80em;
  color: #393939;
  min-height: 50px;
  padding: 0;
  margin-bottom:50px;
}

.ranking-date-select .date-range {
  font-weight: 600;
  letter-spacing: 0.04em;
  min-width: 340px;
  text-align: center;
  display: inline-block;
}

.ranking-date-select .date-arrow {
  width: 40px;         /* left.png, right.png画像サイズにあわせて */
  height: 40px;        /* ↑必要なら調整 */
  min-width: 40px;
  min-height: 40px;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;    /* 画像をそのまま見切れずぴったり */
  cursor: pointer;
  transition: filter .14s;
  outline: none;
}

/* 画像を背景にセット */
.ranking-date-select .date-arrow.left {
  background-image: url('left.png');
}
.ranking-date-select .date-arrow.right {
  background-image: url('right.png');
}

/* ホバーや押下時だけうっすら明るく */
.ranking-date-select .date-arrow:hover,
.ranking-date-select .date-arrow:active {
  filter: brightness(1.10);
}

/* レスポンシブ用 */
@media (max-width: 600px) {
  .ranking-date-select .date-range { min-width: 170px; font-size: 0.9em; }
  .ranking-date-select .date-arrow { width: 32px; height: 32px; min-width:32px; min-height:32px; background-size:20px 20px; }
  .ranking-date-select { gap: 12px; }
}
@media (max-width: 800px) {
  .ranking-tabs { gap: 12px; }
  .section-title { font-size: 2em !important; }
}
/* --- カードの列数設定 --- */
.ranking-list, .feed-list-group, .feed-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}

.ranking-medal {
  position: absolute; left: 12px; top: 12px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  width: 48px; height: 48px; z-index: 2;
}
.ranking-meta,
.feed-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  font-size: 1.1em;
  background: #393939;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
}
.ranking-user,
.feed-user {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 8px 14px 14px 14px;
  position: relative;
}
.ranking-card, .feed-card {
  width: 100%;
  max-width: 340px;
  min-width: 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #dddddd;
}
.ranking-card img:not(.ranking-medal-img):not(.like-img),
.feed-card img:not(.like-img) {
  width: 100% !important;
  aspect-ratio: 4/5 !important;
  object-fit: cover !important;
  background: #eee;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 18px 18px 0 0 !important;
}
.ranking-user-icon,
.feed-user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
  flex-shrink: 0;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking-user-icon img,
.feed-user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ranking-user-name,
.feed-user-name {
  font-size: 0.93em;
  color: #222;
  font-weight: 500;
  line-height: 1.1;
  margin-right: 56px;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.feed-like-btn,
.ranking-user .feed-like-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  width: 40px;
}
.feed-like-btn:active,
.feed-like-btn:focus {
  filter: brightness(0.93);
}
.like-img {
  border-radius: 0 !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  display: block;
  vertical-align: middle;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.ranking-meta-item,
.feed-meta-item {
  background: #393939;
  color: #fff;
  border-radius: 7px;
  padding: 2px 10px;
  margin-right: 6px;
  font-weight: 500 !important;
  font-size: 1em;
  display: inline-block;
  min-width: 44px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination {
  font-size: 25px;
  text-align: center;
  margin-top: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.pagination {
  font-size: 25px;
  text-align: center;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

/* --- 画像矢印ボタン --- */
.arrow-btn {
  width: 50px;   /* 画像サイズに合わせて調整 */
  height: 40px;
  min-width: 50px;
  min-height: 40px;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  margin: 0 4px;
  vertical-align: middle;
  transition: filter .15s;
}
.arrow-btn.prev-arrow {
  background-image: url('left.png');
}
.arrow-btn.next-arrow {
  background-image: url('right.png');
}
.arrow-btn:hover,
.arrow-btn:active {
  filter: brightness(1.12);
}

.news-table td.news-date {

  width: 132px;
  min-width: 90px;
  font-weight: 500;
  color: #222;
  text-align: left;
  padding: 0 20px 10px 0;  /* ←下パディングだけ増やす！ */
  white-space: nowrap;
  vertical-align: bottom;   /* ←下揃えに修正 */
}
.news-table td.news-content {
  color: #222;
  text-align: left;
  padding: 0 0 10px 0;     /* ←下パディングだけ増やす！ */
  letter-spacing: 0.01em;
  vertical-align: bottom;   /* ←下揃えに修正 */
}
/* 既存のa/数字と高さ・位置を合わせる */
.pagination a,
.pagination span {
text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  font-size: 1.05em;
  line-height: 40px;
  background: #fff;
  color: #C7C7C7;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  border: none;
}
.pagination .active {
  color: #707070;
  font-weight: 700;
  background: #fff;
}
/* レスポンシブ */
@media (max-width: 1200px) {
.announce-bar {
  background: linear-gradient(90deg, #7E7DFF 0%, #D37EFF 100%);

  padding: 18px 0;
  margin: 0;
  padding: 0;
  line-height: 60px; /* テキスト中央寄せしたい場合 */
}
.announce-text{
  margin: 0;
letter-spacing: 1px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
  /* ユーザーアイコン */
  .ranking-user-icon,
  .feed-user-icon {
    width: 48px !important;
    height: 48px !important;
  }
  .ranking-user-icon img,
  .feed-user-icon img {
    width: 48px !important;
    height: 48px !important;
  }
  /* ユーザー名 */
  .ranking-user-name,
  .feed-user-name {
    font-size: 1.5em !important;
    margin-right: 20px;
    line-height: 1.2;
  }
  /* いいねボタン */
  .feed-like-btn, .ranking-user .feed-like-btn {
    min-width: 40px !important;
    min-height: 40px !important;
    width: 40px !important;
    height: 40px !important;
    right: 6px;
  }
  .like-img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }
  .ranking-tabs .tab {
    font-size: 0.96em !important;
    padding: 6px 10px 9px 10px;
  }
  .section-title {
    font-size: 2em !important;
  }
  .ranking-medal-img {
    width: 52px;
    height: 50px;
    top: -20px;
    left: -20px;
  }
  .feed-like-btn, .ranking-user .feed-like-btn {
  border-radius: 0 !important;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    right: 6px;
  }
  .ranking-user-icon, .feed-user-icon {
    width: 24px !important;
    height: 24px !important;
  }
  .like-img {
  border-radius: 0 !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
  }
  .ranking-list, .feed-list-group, .feed-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    max-width: 1020px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ranking-card, .feed-card {
    /* カード幅は固定・中央寄せのまま */
    width: 100%;
    max-width: 340px;
  }
  .about-desc {
    font-size: 1em !important;
  }
  .news-table th.news-head {
min-width:70px;
    font-size: 0.8em !important;
  }
  .news-table td.news-date {
    font-size: 0.8em !important;
  }
  .news-table td.news-content {
    font-size: 0.8em !important;
  }
  .news-bar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pagination span,
  .pagination a {
    min-width: 50px;
    min-height: 38px;
    padding: 10px 14px;
    font-size: 1.36em;
    border-radius: 12px;
    margin: 0 5px;
  }
}

@media (max-width: 600px) {
  .ranking-tabs .tab {
    font-size: 0.80em !important;
    padding: 5px 6px 7px 6px;
  }
  .section-title {
    font-size: 1.2em !important;
  }
  .ranking-list, .feed-list-group, .feed-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
    max-width: 99vw;
  }
  .feed-like-btn, .ranking-user .feed-like-btn {
  border-radius: 0 !important;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    right: 4px;
  }
  .about-desc {
    font-size: 0.8em !important;
  }
  .like-img {
  border-radius: 0 !important;

    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
  }
  .news-table th.news-head {
min-width:60px;
    font-size: 0.6em !important;
  }
  .news-table td.news-date {
    font-size: 0.6em !important;
  }
  .news-table td.news-content {
    font-size: 0.6em !important;
  }

}

body.mobile  .banner-wrapper,
  .banner-wrapper a,
  .banner-wrapper img {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
body.mobile  .banner-wrapper img {
    object-fit: contain !important;
    background: #2d2d2d;
  }
body.mobile .ranking-tabs .tab {
  font-size: 0.96em !important;
  padding: 6px 10px 9px 10px;
}
body.mobile .section-title {
  font-size: 2em !important;
}
body.mobile .ranking-medal-img {
  width: 52px;
  height: 50px;
  top: -20px;
  left: -20px;
}
body.mobile .feed-like-btn, 
body.mobile .ranking-user .feed-like-btn {
  border-radius: 0 !important;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  right: 6px;
}
.menu-btn, .hamburger {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
/* 三本線本体（多くはspanやdiv） */
.menu-btn span, .hamburger span,
.menu-btn .bar, .hamburger .bar {
  display: block;
  height: 3px;
  width: 28px;
  margin: 6px 0;
  background: #fff !important;   /* ←ここを白色にする */
  border-radius: 2px;
  transition: 0.3s;
}
body.mobile .ranking-user-icon, 
body.mobile .feed-user-icon {
  width: 24px !important;
  height: 24px !important;
}
body.mobile .like-img {
  border-radius: 0 !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}
body.mobile .ranking-list, 
body.mobile .feed-list-group, 
body.mobile .feed-list {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px;
  max-width: 1020px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.mobile .ranking-card, 
body.mobile .feed-card {
  /* カード幅は固定・中央寄せのまま */
  width: 100%;
  max-width: 340px;
}
body.mobile .about-desc {
  font-size: 1em !important;
}
body.mobile .news-table th.news-head {
  min-width:70px;
  font-size: 0.8em !important;
}
body.mobile .news-table td.news-date {
  font-size: 0.8em !important;
}
body.mobile .news-table td.news-content {
  font-size: 0.8em !important;
}
body.mobile .news-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.mobile .ranking-user-icon,
body.mobile .feed-user-icon {
  width: 36px !important;
  height: 36px !important;
}
body.mobile .ranking-user-icon img,
body.mobile .feed-user-icon img {
  width: 36px !important;
  height: 36px !important;
}
body.mobile .ranking-user-name,
body.mobile .feed-user-name {
  font-size: 1em !important;
  margin-right: 20px;
  line-height: 1.2;
}
body.mobile .feed-like-btn,
body.mobile .ranking-user .feed-like-btn {
  min-width: 36px !important;
  min-height: 36px !important;
  width: 36px !important;
  height: 36px !important;
  right: 6px;
}
body.mobile .like-img {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
}
body.mobile .pagination span,
body.mobile .pagination a {
  min-width: 40px;
  min-height: 28px;
  padding: 10px 14px;
  font-size: 1em;
  border-radius: 12px;
  margin: 0 5px;
}
body.mobile .announce-bar {
  background: linear-gradient(90deg, #7E7DFF 0%, #D37EFF 100%);

  padding: 18px 0;
  margin: 0;
  padding: 0;
}
body.mobile .announce-text{
  margin: 0;
letter-spacing: 1px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
/* モバイル用NEWSスタイル */
.news-mobile {
  padding: 0 20px;
}

.news-mobile-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.news-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-mobile-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #a5b997;
}

.news-mobile-item:last-child {
  border-bottom: none;
}

.news-mobile-date {
  font-size: 0.9em;
  color: #666;
  font-weight: 500;
}

.news-mobile-content {
  font-size: 1em;
  color: #222;
  line-height: 1.4;
  letter-spacing: 0.01em;
}