@charset "UTF-8";
/* CSS Document */

/* =========================
  レイアウト（absoluteで左に張り出し）
========================= */

/* メイン（中央固定） */
#news .lower_wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1400px) {
  .double_layout {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .sidebar {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 30%;
  }
  #news .lower_wrapper {
    transform: none;
    width: 100%;
    transition: auto;
  }
  #news .news_list li > a > div:nth-child(3) {
    width: 14vw !important;
  }
}

#news .lower_title {
  margin-bottom: 100px;
  height: 74px;
}

.news_commingsoon {
  text-align: center;
  padding-top: 60px;
  min-height: 320px;
}

/* =========================
  NEWSリスト（既存）
========================= */
.news_list {
  margin-bottom: 114px;
}
#news .news_list li > a {
  padding: 48px 0;
  display: flex;
  gap: 40px; /* カラム間の余白。不要なら削除 */
  align-items: flex-start;
  border-bottom: 1px solid #555;
  transition: 0.2s ease-out all;
}

#news .news_list {
  position: relative;
  top: -48px;
}

#news .news_list li > a img {
  transition: 0.2s ease-out all;
}
#news .news_list li > a:hover img {
  transform: scale(1.4);
}
/* 左カラム */
#news .news_list li > a > div:nth-child(1) {
  width: 120px;
  flex-shrink: 0;
}

/* 中央カラム（可変） */
#news .news_list li > a > div:nth-child(2) {
  flex: 1;
  min-width: 0; /* ← テキスト折り返し対策で重要 */
}

/* 右カラム */
#news .news_list li > a > div:nth-child(3) {
  width: 200px;
  flex-shrink: 0;
  overflow: hidden;
}

#news .news_list img {
  width: 100%;
  height: auto;
  display: block;
}

#news .news_listcolumn_01 span {
  display: block;
}

#news .news_listcolumn_02 h2 {
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.56;
  font-weight: 500;
}

#news .news_listcolumn_01 span.news_date {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 400;
}

#news .news_listcolumn_01 span.news_category {
  font-size: 12px;
  border: 1px solid #555;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

#news .news_list li > a:hover {
  text-decoration: none;
}
#news .news_list li > a .news_listcolumn_02 {
  transition: 0.2s ease-out opacity;
}
#news .news_list li > a:hover .news_listcolumn_02 {
  opacity: 0.7;
}
.news_list li.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  #news .news_list li:first-of-type > a {
    padding-top: calc(30 * var(--vw375));
  }
  #news .lower_title img {
    height: calc(39 * var(--vw375));
  }
  #news .lower_wrapper {
    width: 100%;
    padding: 0 calc(20 * var(--vw375));
  }
  .sidebar {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;

    padding: 0 calc(20 * var(--vw375));
  }

  .sidebar_title {
    display: flex;
    align-items: center;
    gap: 16px; /* 文字と線の間 */
    font-weight: 200;
  }

  /* 横棒 */
  .sidebar_title::after {
    content: "";
    flex: 1; /* 残り幅いっぱい */
    height: 1px;
    background: #555;
  }

  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px;
    border: 0;
    padding: calc(10 * var(--vw375)) 0 calc(20 * var(--vw375));
    border-bottom: 1px solid #323232;
  }

  .sidebar li {
    padding: 0;
  }

  .sidebar a {
    font-size: calc(13 * var(--vw375));
  }
  #news .news_list li > a {
    display: block;
    position: relative;
  }
  #news .news_listcolumn_01 {
    width: 50%;
    margin-bottom: calc(10 * var(--vw375));
  }
  #news .news_list li > a > div:nth-child(1) {
    width: 50%;
  }
  #news .news_listcolumn_01 span.news_date {
    font-size: calc(16 * var(--vw375));
  }
  #news .news_listcolumn_01 span.news_category {
    display: inline-flex;
    padding: 0 5px;
  }
  #news .news_listcolumn_02 {
    width: 50%;
    font-size: calc(16 * var(--vw375));
  }
  #news .news_listcolumn_02 h2 {
    font-size: calc(16 * var(--vw375));
  }
  #news .news_listcolumn_03 {
    position: absolute;
    top: 40px;
    right: 0;
  }
  #news .news_listcolumn_03 {
    width: calc(124 * var(--vw375));
  }
  #news .news_list li > a > div:nth-child(3) {
    width: calc(124 * var(--vw375));
  }
  .news_listcolumn_02_text {
    display: none;
  }
  #news .news_listcolumn_01 span.news_date {
    margin-bottom: calc(5 * var(--vw375));
  }
  #news .news_list li > a:hover {
    background-color: transparent;
  }
  #news .news_list li > a {
    padding: calc(30 * var(--vw375)) 0;
  }
  #news .lower_title {
    height: auto;
  }
  #news .lower_title {
    margin-bottom: calc(60 * var(--vw375));
  }
  #news .news_listcolumn_01 span.news_category {
    font-size: calc(12 * var(--vw375));
  }
  #news .news_list {
    position: relative;
    top: 0;
  }
}
