/* =========================
   Font Stacks
   ========================= */
/* =========================
   News
   ========================= */
#news {
  margin: 60px auto 80px;
  width: 95%;
  max-width: 1000px; }
  @media (max-width: 768px) {
    #news {
      margin: 20px auto 40px; } }
  #news h2 {
    max-width: 240px;
    width: 50%;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      #news h2 {
        width: 40%; } }
  #news.news-archive {
    padding: 30px 0 60px;
    max-width: 1100px !important; }
    #news.news-archive h2 {
      max-width: 340px;
      width: 60%;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        #news.news-archive h2 {
          width: 50%; } }
  #news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 768px) {
      #news ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    #news ul > li {
      position: relative; }
      @media (max-width: 768px) {
        #news ul > li {
          margin-bottom: 20px; } }
      #news ul > li .thumbnail {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden; }
        #news ul > li .thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease; }
      #news ul > li .day {
        margin-top: 8px; }
        #news ul > li .day p {
          font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
          color: #e60021;
          font-size: 1.4em; }
      #news ul > li .news-title p {
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 1.4em; }
      #news ul > li:hover .thumbnail img {
        transform: scale(1.08); }
  @media (min-width: 1001px) {
    #news.news-archive ul li {
      margin-bottom: 30px; } }
  #news .more-btn {
    margin: 30px auto; }

/* =========================
   News Modal
   ========================= */
.news-panel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99; }

.news-inner {
  background: #000;
  border: 1px solid #3f3f3f;
  background-size: cover;
  background-position: top center;
  margin: auto;
  width: 80%;
  height: 70%;
  max-width: 800px;
  position: fixed;
  inset: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent; }
  .news-inner::-webkit-scrollbar {
    width: 8px; }
  .news-inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px; }
  .news-inner::-webkit-scrollbar-track {
    background: transparent; }
  .news-inner .close {
    width: 40px;
    height: 40px;
    position: sticky;
    top: 4px;
    float: right;
    background: none;
    border: none;
    padding: 0;
    z-index: 100; }
    .news-inner .close svg {
      width: 40px;
      height: 40px;
      display: block; }
  .news-inner .news-body {
    padding: 2em 0;
    font-size: 1.4em;
    position: relative;
    width: 90%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .news-inner .news-body {
        padding: 0.5em 0;
        margin-top: 40px; } }
    .news-inner .news-body .news-title {
      text-align: left;
      font-size: 1.8em; }
    .news-inner .news-body .day {
      color: #e60021; }
      @media (max-width: 768px) {
        .news-inner .news-body .day {
          margin-top: 10px; } }
    .news-inner .news-body p {
      margin: 20px 0;
      text-align: left;
      font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-synthesis: none;
      line-height: 1.9em;
      letter-spacing: 0.07em; }
      @media (max-width: 768px) {
        .news-inner .news-body p {
          margin: 0 auto 10px;
          text-align: left;
          text-align: justify;
          text-justify: inter-ideograph; } }
    .news-inner .news-body .line {
      height: 1px;
      background: #fff;
      margin: 10px auto 20px; }
      @media (max-width: 768px) {
        .news-inner .news-body .line {
          margin: 10px auto; } }
  .news-inner .btn-wrap + .btn-wrap {
    margin-top: -30px; }

/*# sourceMappingURL=news.css.map */
