.main-content img {
  border-radius: 8px;
}
.logo-banner{
      display: flex;
      justify-content: center;
    }
.girls-baito-text .line-text {
  display: block;
}
.archiveTgb_popular__item {
    width: 100%;
}
.archiveTgb_popular__item__title{
  width: 65%;
  font-size: 14px;
  line-height: 1.5;
}
.archiveTgb_popular__item__thumbnail{
      width: 25%;
    }
.archiveTgb_popular__anchor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rank_dotted_line {
      width: 100%;
      margin: 5px 0;
      height: 6px;
      background-image: radial-gradient(circle, #F8CDE1 1px, transparent 1.5px);
      background-size: 9px 6px;
      background-repeat: repeat-x;
}
.rank_wrap {
      position: relative;
      width: fit-content;
    }
    .rank_count{
      font-size: 17px;
      font-weight: 700;
      position: absolute;
      width: 100%;
      bottom: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .rank_count_top {
      color: white;
    }
    .rank_count_top_3{
      color: #D45287;
    }
    .rank_default {
      color: #EB92B9;
      position: absolute;
    } 
@media (min-width: 1024px) {
  .archiveTgb_pagination{
    margin-top: 25px;
  }
  .content-leftside {
      max-width: 70%;
    }
  .archiveTgb_popular__item__title{
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
    .button_shadow_soft.button_useful_info{
      border: 2px solid #D44180;
      border-radius: 8px;
      color: var(--color-red);
      font-size: 15px;
      margin:0 38px;
    }
    .news-section{
      margin: 0 calc(50% - 50vw);
    }
    .archiveTgb_popular__item {
        width: 100%;
        margin-bottom: 0px;
    }
    .popularRanking__list{
        margin: 0 18px;
    }
    .archiveTgb_popular__item__thumbnail{
      width: 17%;
    }
    .archiveTgb_popular__item__title{
      font-size: 12px;
    }
    .rank_wrap {
      position: relative;
      width: fit-content;
    }
    .rank_count{
      font-size: 17px;
      font-weight: 700;
      position: absolute;
      width: 100%;
      bottom: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .rank_count_top {
      color: white;
    }
    .rank_count_top_3{
      color: #D45287;
    }
    .rank_default {
      color: #EB92B9;
      position: absolute;
    }
    .logo-banner-sp{
        width:263px;
      }
    .line-text-first{
      margin-bottom: 15px;
    }
    .short-divider{
        height: 1px;
        border: 0;
        background-color: #D44180;
        width: 25px;
        margin: 20px auto 22px auto;
    }
    .girls-baito-section{
      margin:0 calc(50% - 50vw);
      padding-bottom: 25px;
      background-color: #FFEAF4;
    }
}
    /* 全体レイアウト */
    .content-wrapper {
      display: flex;
      justify-content: space-between;
      margin-top: 56px;
    }

    .marker {
      background: linear-gradient(to bottom, transparent 60%, #FFFF83 60%);
      padding: 2px 0;
    }

    @media (max-width: 1024px) {
      .content-wrapper {
        margin-top: 24px;
      }
    }

    .content-leftside {
      max-width: 790px;
    }

    @media (max-width: 1024px) {
      .content-leftside {
        padding: 0 16px;
      }
    }

    .tgb-news-header {
      padding-bottom: 16px;
      text-align: left;
      width: 90%;
    }

    .tgb-news-header-inner {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 8px;
    }

    .tgb-news-category {
      background-color: #fa8dba;
      color: #fff;
      padding: 4px 24px 2px 24px;
      border-radius: 4px;
      font-size: 12px;
      margin-right: 16px;
    }

    .tgb-news-date {
      font-size: 12px;
      color: #D8D8D8;
      display: flex;
      align-items: center;
    }

    .tgb-news-date span {
      margin-left: 4px;
    }

    .tgb-news-title {
      font-size: 32px;
      font-weight: 700;
      color: #4D4D4D;
    }

    @media (max-width: 1024px) {
      .tgb-news-title {
        font-size: 20px;
        line-height: 28px;
      }
    }

    /* サムネイル画像 */
    .tgb-news-thumbnail {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border-radius: 16px;
    }

    @media (max-width: 1024px) {
      .tgb-news-thumbnail {
        border-radius: 0;
      }

    }

    /* メインコンテンツエリア */
    .main-content {
      width: 90%;
      font-family: "Zen Maru Gothic", sans-serif;
    }

    .main-content a {
      color: #0782C1;
      text-decoration: underline;
    }

    /* エディター */
    .main-content h2 {
      display: flex;
      align-items: center;
      background-color: #fa8dba;
      color: #fff;
      margin-top: 32px;
      margin-bottom: 24px;
      padding: 28px 16px;
      font-weight: 700;
      font-size: 24px;
      text-align: left;
      color: #fff;

    }

    @media (max-width: 1024px) {
      .main-content h2 {
        font-size: 18px;
        padding: 16px;
      }
    }

    .main-content h3 {
      color: #4D4D4D;
      position: relative;
      margin-top: 32px;
      margin-bottom: 24px;
      font-weight: 700;
      font-size: 24px;
      text-align: left;

    }

    .main-content h3:after {
      content: '';
      display: block;
      height: 4px;
      background-color: #fa8dba;
      margin-top: 10px;
    }

    @media (max-width: 1024px) {
      .main-content h3 {
        margin-top: 24px;
        font-size: 16px;
        margin-bottom: 16px;
      }
    }

    .main-content h4 {
      color: #fa8dba;
      font-weight: 700;
    }

    .main-content p {
      font-size: 16px;
      font-weight: 500;
      line-height: 32px;
      text-align: left;
      color: #4D4D4D;
    }

    @media (max-width: 1024px) {
      .main-content p {
        font-size: 14px;
        line-height: 24px;
      }
    }

    .main-content img {
      margin-bottom: 32px
    }

    @media (max-width: 1024px) {
      .main-content img {
        margin-bottom: 24px
      }
    }

    .main-content table {
      border-collapse: collapse;
      width: 100% !important;
      border: 2px solid #fa8dba;
    }

    .main-content th,
    .main-content td {
      border: solid 1px #fa8dba;
      padding: 3px 5px;
      color: #4D4D4D;
    }

    .main-content th {
      background-color: #eee;
    }

    .main-content ol,
    .main-content ul,
    .main-content dl {
      line-height: 150%;
      margin: 30px 0;
    }

    .main-content ol {
      list-style: none;
      counter-reset: custom-counter;
    }

    .main-content ol li {
      counter-increment: custom-counter;
      position: relative;
      padding-left: 1.5em;
    }

    .main-content ol li::before {
      content: counter(custom-counter) ".";
      position: absolute;
      left: 0;
      color: #fa8dba;
      font-weight: bold;
    }

    .main-content ul {
      list-style: none;
    }

    .main-content ul li {
      position: relative;
      padding-left: 1.5em;
    }

    .main-content ul li::before {
      content: '⚫︎';
      position: absolute;
      left: 0;
      color: #fa8dba;
      font-size: 1.2em;
    }

    /* あせて読みたい */
    .related-news-section {
      margin: 24px 0;
    }

    .related-message {
      font-size: 14px;
      font-weight: 700;
      line-height: 22px;
      text-align: left;
      color: #4D4D4D;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
    }

    .related-news-icon {
      margin-left: 5px;
    }

    .related-news-item {
      border: 1px solid #ccc;
      padding: 18px 12px;
      display: flex;
      align-items: center;
      position: relative;
    }

    .related-news-label {
      font-size: 12px;
      color: #666;
      margin-right: 15px;
      position: absolute;
      top: -6px;
      background-color: #fff;
      padding: 0 6px 0 4px;
    }

    .related-news-link {
      display: flex;
      align-items: flex-start;
      text-decoration: none;
      color: inherit;
    }

    .related-news-thumbnail {
      max-width: 75px;
      width: 100%;
      object-fit: cover;
      margin-right: 10px;
    }

    .related-news-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: left;
      color: #4D4D4D;
    }

    /* 記事フッターバナー等 */

    .girls-baito-title {
      color: var(--color-red);
      white-space: nowrap;
      position: relative;
      padding: 10px;
      font-weight: 700;
      font-size: 24px;
      text-align: center;
    }

    /* .girls-baito-title:after {
      content: '';
      display: block;
      height: 4px;
      background-color: #fa8dba;
      margin-top: 10px;
    } */

    @media (max-width: 1024px) {
      .girls-baito-title {
        font-size: 16px;
      }
    }

    .girls-baito-text {
      font-size: 16px;
      font-weight: 500;
      line-height: 32px;
      text-align: center;
      color: #4D4D4D;
      margin-bottom: 44px;

    }

    @media (max-width: 1024px) {
      .girls-baito-text {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 24px;
      }
    }

    .highlight {
      font-size: 22px;
      font-weight: 900;
      text-decoration: underline;
    }

    .recommendation-section-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      color: var(--color-red);;

    }

    @media (max-width: 1024px) {
      .recommendation-section-title {
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 24px;
      }
    }

    .girls-baito-banner {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 44px;
      margin-top: 16px;
    }

    .recommendation-buttons {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-top: 32px;
      margin-bottom: 50px;
    }

    @media (max-width: 1024px) {
      .recommendation-buttons {
        margin-top: 4px;
        margin-bottom: 32px;
        gap: 13px;
      }
    }

    .girls-baito-gradation {
      font-size: 16px;
      font-weight: 700;
      display: block;
      padding: 22px 0;
      color: var(--color-red);
      text-decoration: none;
      text-align: center;
      border-radius: 8px;
      border: 2px solid var(--color-red);;
      box-shadow: 0px 3px 0px var(--color-soft-pink);
      width: 90%;
      background: #fff;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }

    @media (max-width: 1024px) {
      .girls-baito-gradation {
        padding: 10px 0;
      }
    }

    .girls-baito-gradation:hover,
    .girls-baito-beginner:hover {
      opacity: 0.7;
    }

    .girls-baito-beginner {
      display: inline-block;
      padding: 22px 0;
      font-size: 14px;
      color: #FFF;
      text-decoration: none;
      border: 1px solid #fa8dba;
      border-radius: 8px;
      width: 90%;
      font-weight: 700;
      font-size: 16px;
      text-align: center;
      border-radius: 8px;
      background: #D44180;
      border: 1px solid #fa8dba;
      box-shadow: 0px 3px 0px var(--color-soft-pink);
    }

    @media (max-width: 1024px) {
      .girls-baito-beginner {
        font-size: 16px;
        padding: 10px 0;
      }
    }

    .girls-baito-more-link:hover {
      background-color: #f4f4f4;
    }

    .girls-baito-pc-banner {
      display: block
    }
    .girls-baito-pc-banner:hover {
			opacity: 0.7;
		}

    .girls-baito-sp-banner {
      display: none;
    }

    @media (max-width: 1024px) {
      .girls-baito-pc-banner {
        display: none;
      }

      .girls-baito-sp-banner {
        display: block
      }

      .common__bannerGroup {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
      }

      .common__bannerWrap.-request {
        width: 48%;
        max-width: none;
        margin: 16px 0 0;
      }
    }

    /* SNS関連 */
    .category-sns {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 48px;
      margin-bottom: 48px;
    }

    @media (max-width: 1024px) {
      .category-sns {
        margin-top: 32px;
        margin-bottom: 24px;
      }
    }

    .tgb-category {
      border-radius: 4px;
      padding: 8px 44px;
      background: #fa8dba;
      font-weight: 500;
      font-size: 21px;
      line-height: 32px;
      text-align: center;
      color: #fff;
    }

    @media (max-width: 1024px) {
      .tgb-category {
        border-radius: 4px;
        padding: 4px 24px 2px;
        background: #fa8dba;
        font-size: 12px;
        line-height: 18px;
      }
    }

    .tgb-category:hover {
      opacity: 0.7;
    }

    .sns-wrapper {
      display: flex;
    }

    .x,
    .line {
      width: 40px;
      height: 30px;
      margin: 0 10px
    }

    @media (max-width: 1024px) {

      .x,
      .line {
        width: 24px;
        height: 20px;
        margin: 0 10px
      }
    }

    .x:hover {
      opacity: 0.5;
    }

    .line:hover {
      opacity: 0.7;
    }



    .pagination-wrapper {
      margin-top: 40px;
    }

    @media (max-width: 1024px) {
      .pagination-wrapper {
        margin-top: 24px;
      }
    }

    .pagination-link {
      display: flex;
      width: 100%;
      align-items: center;
      text-decoration: none;
      color: #4D4D4D;
      transition: transform 0.2s ease;
    }


    .pagination-link.-next {
      justify-content: flex-end;
    }

    .pagination-link.-prev {
      justify-content: flex-start;
    }

    .pagination-link:hover {
      transform: scale(1.01);
    }

    .pagination-link img {
      width: 100%;
      max-width: 116px;
      height: auto;
    }

    @media (max-width: 1024px) {
      .pagination-link img {
        width: 100%;
        max-width: 60px;
        height: auto;
      }
    }

    .pagination-arrow {
      font-size: 24px;
      background-color: #fa8dba;
      padding: 30px 10px
    }

    @media (max-width: 1024px) {
      .pagination-arrow {
        font-size: 12px;
        background-color: #fa8dba;
        padding: 12px 4px
      }

      .pagination-arrow svg {
        width: 7px;
      }
    }

    .pagination-arrow.-prev {
      margin-right: 24px;
    }

    .pagination-arrow.-next {
      margin-left: 24px;
    }

    @media (max-width: 1024px) {
      .pagination-arrow.-prev {
        margin-right: 12px;
      }

      .pagination-arrow.-next {
        margin-left: 12px;
      }
    }

    .pagination-title {
      font-size: 16px;
      color: #4D4D4D;
      line-height: 1.2;
    }

    @media (max-width: 1024px) {
      .pagination-title {
        font-size: 12px;
        color: #4D4D4D;
        line-height: 18px;
      }
    }

    .pagination-title.-next {
      margin-right: 24px;
    }

    .pagination-title.-prev {
      margin-left: 24px;
    }



    .new-article-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    @media (max-width: 1024px) {
      .new-article-header {
        display: none;
      }
    }
    .new-article-title {
      color: #e13b7a;
      font-weight: bold;
      font-size: 20px;
      margin:0 20px;
      white-space: nowrap;
    }

    .new-article-line {
      flex-grow: 1;
      height: 1px;
      background-color: #F6E3EB;
    }

    /* 全体のセクションスタイル */
    .news-section {
      text-align: center;
      padding:20px 0 0 0;
      position: relative;
    }

    .news-section__title {
      font-size: 24px;
      font-weight: bold;
      color: #e13b7a;
      margin-bottom: 20px;
      position: relative;
    }

    .news-section__title::after {
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      background-color: #F6E3EB;
      margin: 8px auto 0;
    }

    .news-section__list {
      display: grid;
      gap: 20px;
      justify-content: center;
    }

    @media (min-width: 1024px) {
      .news-section__list {
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 1023px) {
      .new-article-title{
      font-size: 16px;
    }
      .news-section__list {
        padding: 0 15px;
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* カードのスタイル */
    .news-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      text-align: left;
      visibility: visible;
      /* 非表示カードと揃えるための設定 */
    }

    @media (max-width: 1024px) {
      .news-card {
        box-shadow: none;
      }
    }

    .news-card--hidden {
      display: none;
      /* 非表示時 */
    }

    .news-card--visible {
      display: flex;
      /* 表示時に通常のカードと同じ表示設定に */
    }

    /* その他のスタイルは既存のまま */

    .news-card:hover {
      transform: translateY(-5px);
    }

    .news-card__link {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      color: inherit;
      text-decoration: none;
    }

    .news-card__thumbnail {
      position: relative;
    }

    .news-card__thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .news-card__category {
      position: absolute;
      top: 8px;
      right: 8px;
      background: #e13b7a;
      color: #fff;
      font-size: 12px;
      padding: 4px 18px;
      border-radius: 999px;
    }

    @media (max-width: 1024px) {
      .news-card__category {
        display: none;
      }
    }

    .news-card__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 16px;
      flex-grow: 1;
      text-align: left;
      /* コンテンツ内テキストを左寄せに */
    }

    @media (max-width: 1024px) {
      .news-card__content {
        padding: 8px 0;
      }
    }


    .news-card__title {
      font-size: 16px;
      font-weight: 700;
      color: #4D4D4D;
      margin-bottom: 8px;
      flex-shrink: 0;
      text-align: center;
    }

    @media (max-width: 1024px) {
      .news-card__title {
        font-size: 12px;
        margin-bottom: 0;
      }
    }

    .news-card__text {
      font-size: 14px;
      color: #4D4D4D;
      line-height: 1.5;
      margin-bottom: 12px;
      flex-grow: 1;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    @media (max-width: 1024px) {
      .news-card__text {
        display: none;
      }
    }

    .news-card__date-wrapper {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #b2b2b2;
      margin-top: auto;
      flex-shrink: 0;
    }

    @media (max-width: 1024px) {
      .news-card__date-wrapper {
        display: none;
      }
    }

    .news-card__date {
      display: flex;
      align-items: center;
    }

    .news-card__date svg {
      margin-right: 4px;
    }

    .news-card__date span {
      margin-left: 4px;
    }

    .news-card--hidden {
      display: none;
    }

    .sidebar {
      width: 30%;
    }

    @media (max-width: 1024px) {
      .sidebar {
        display: flex;
        flex-direction: column;
      }
    }

    .sidebar-banner {
      margin-bottom: 20px;
    }

    @media (max-width: 1024px) {
      .sidebar-banner {
        display: none;
      }
    }

    .sidebar-banner img {
      width: 100%;
      height: auto;
    }

    /* メディアクエリでレスポンシブ対応 */
    @media (max-width: 1024px) {
      .content-wrapper {
        flex-direction: column;
      }

      .main-content,
      .sidebar {
        width: 100%;
      }

      .sidebar {
        margin-top: 8px;
      }
    }

    /* カスタムカテゴリのデザイン */
    .customCategory {
      margin-bottom: 20px;
    }

    @media (max-width: 1024px) {
      .customCategory {
        margin-bottom: 32px;
      }
    }

    .customCategory__titleWrap {
      text-align: center;
      margin-bottom: 10px;
      position: relative;
    }

    .customCategory__titleWrap.-pcnone {
      display: none;
    }

    @media (max-width: 1024px) {
      .customCategory__titleWrap.-pcnone {
        display: block;
      }
    }

    .customCategory__title {
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      color: var(--color-red);
      background-color: #fff;
      padding: 0 24px;
      position: relative;
      z-index: 1;
      white-space: nowrap;
    }

    .customCategory__titleLine {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #F6E3EB;
      z-index: 0;
    }

    .customCategory__listWrap {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }

    @media (max-width: 1024px) {
      .customCategory__listWrap {
        margin-bottom: 0;
        padding:0 11px;
      }
    }

    .customCategory__list {
      list-style: none;
      padding: 0;
      width: 100%;
    }

    @media (max-width: 1024px) {
      .customCategory__list {
        display: grid;
        gap: 8px 10px;
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .customCategory__item {
      margin-bottom: 10px;
    }

    @media (max-width: 1024px) {
      .customCategory__item {
        margin-bottom: 0;
        white-space: nowrap;
      }
    }

    .customCategory__link {
      display: block;
      text-align: center;
      font-size: 16px;
      color: #4D4D4D;
      padding: 12px 16px;
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    @media (max-width: 1024px) {
      .customCategory__link {
        font-size: 12px !important;
        font-weight: 500 !important;
      }
    }

    .customCategory__link:hover {
      background-color: #f4f4f4;
    }

    .customCategory__imageBanner {
      margin-top: 20px;
      text-align: center;
    }

    .customCategory__imageBanner img {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }

    /* サイドバーの画像デザイン */
    .archiveTgb_section__imageBanner {
      margin-top: 20px;
      text-align: center;
    }

    .archiveTgb_section__imageBanner img {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }

    .tgb-news-inner {
      max-width: 1090px;
      margin: 0 auto;
    }

    /* カテゴリ一覧のデザイン */
    .sectionTitleWrap {
      text-align: center;
      margin-bottom: 20px;
      position: relative;
    }

    .sectionTitle {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      color: #e13b7a;
      position: relative;
      z-index: 1;
      background-color: #fff;
      padding: 0 10px;
    }

    .sectionTitleLine {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #F6E3EB;
      z-index: 0;
    }


    .popularRanking__list {
      list-style: none;
      padding: 0;
    }

    .popularRanking__item {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }

    /* @media (max-width: 1024px) {
   .popularRanking__item {
    margin-bottom: 8px;
   }
    } */
    .popularRanking__link {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #4D4D4D;
      width: 100%;
      transition: transform 0.3s ease;
      will-change: transform;
    }

    .popularRanking__link:hover {
      transform: translateY(-3px);
    }

    /* ランキング番号 */
    .popularRanking__number {
      font-family: "Bodoni 72";
      font-size: 24px;
      font-weight: 700;
      margin-right: 14px;
      text-align: center;
    }

    @media (max-width: 1024px) {
      .popularRanking__number {
        font-size: 24px;
      }
    }

    /* 1位の色 */
    .popularRanking__number:nth-child(1),
    .popularRanking__item:nth-child(1) .popularRanking__number {
      color: #dcbf8b;
      /* ゴールド */
    }

    /* 2位の色 */
    .popularRanking__item:nth-child(2) .popularRanking__number {
      color: #9aa8b5;
      /* シルバー */
    }

    /* 3位の色 */
    .popularRanking__item:nth-child(3) .popularRanking__number {
      color: #d4a27f;
      /* ブロンズ */
    }

    /* 4位以降の色 */
    .popularRanking__item:nth-child(n+4) .popularRanking__number {
      color: #e7b7c7;
      /* ピンク */
    }

    .popularRanking__thumbnail {
      flex-shrink: 0;
      width: 59px;
      margin-right: 10px;
      overflow: hidden;
    }

    @media (max-width: 1024px) {
      .popularRanking__thumbnail {
        flex-shrink: 0;
        width: 80px;
        margin-right: 10px;
        overflow: hidden;
      }
    }

    .popularRanking__thumbnail img {
      width: 100%;
      /* height: 100%; */
    }

    .popularRanking__title {
      font-size: 14px;
      line-height: 1.5;
      font-weight: normal;
      color: #4D4D4D;
    }

    @media (max-width: 1024px) {
      .popularRanking__title {
        font-size: 12px;
        line-height: 18px;
        color: #4D4D4D;
      }
    }

    .tgbtop-banner {
      display: none;
      margin-bottom: 26px;
      padding: 0 16px;
    }

    @media (max-width: 1024px) {
      .tgbtop-banner {
        display: block;
      }
    }

    .tgbtop-banner-titleWrap {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    @media (max-width: 1024px) {
      .new-article-header {
        display: none;
      }
    }



    .tgbtop-banner-title {
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-align: left;
      color: #4D4D4D;
      margin-right: 20px;
      white-space: nowrap;
    }

    .tgbtop-banner-line {
      flex-grow: 1;
      height: 1px;
      background-color: #F6E3EB;
    }

    .tgbtop-banner-image img {
      border-radius: 8px;
    }

    .tgbtop-banner-image:hover {
      opacity: 0.7;
    }