.site-main--news-detail, .site-main--news-index { position: relative; display: flow-root; min-width: 1200px; color: #000; }
.news-page__breadcrumb { overflow: hidden; background: #f5f5f5; white-space: nowrap; }
.news-page__breadcrumb a { text-decoration: none; }
.news-detail__layout { display: grid; width: 1200px; min-height: 1120px; padding-top: 42px; margin: 0 auto; grid-template-columns: 868px 283px; gap: 49px; }
.news-detail__header { display: flex; flex-direction: column; align-items: flex-start; }
.news-category { display: inline-flex; min-width: 103px; height: 36px; padding: 0 22px; align-items: center; justify-content: center; border-radius: 100px; background: #e0e0e0; font-size: 12px; font-weight: 700; line-height: 2; }
.news-detail__header h1 { width: 894px; margin: 23px 0 0; background: var(--gradient-brand); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 24px; line-height: 1.4; letter-spacing: 1.2px; }
.news-detail__header time { margin-top: 0; font-family: Afacad, var(--font-family-ja); font-size: 16px; font-weight: 400; line-height: 1.8; }
.news-detail__content { width: 868px; padding-top: 29px; margin-top: 29px; border-top: 1px solid #c0c0c0; font-size: 16px; font-weight: 400; line-height: 2; }
.news-detail__content p { margin: 0; }
.news-latest { width: 283px; min-height: 759px; padding: 0 16px 32px; border-radius: 10px; background: #f8f8f8; }
.news-latest > h2 { margin: -20px 0 20px; background: var(--gradient-brand); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 20px; line-height: 1.4; letter-spacing: 1px; }
.news-latest__cards { display: flex; flex-direction: column; gap: 21px; }
.news-card { position: relative; min-height: 207px; border-radius: 10px; background: #fff; }
.news-card > a { position: relative; display: block; min-height: 207px; padding: 15px 18px; color: #000; text-decoration: none; }
.news-card__meta { display: flex; align-items: center; justify-content: space-between; }
.news-card__meta time { font-family: Afacad, var(--font-family-ja); font-size: 14px; font-weight: 400; line-height: 1.8; }
.news-card__meta span { min-width: 73px; height: 24px; padding: 0 12px; border-radius: 100px; background: #e0e0e0; font-size: 10px; font-weight: 700; line-height: 2.4; text-align: center; }
.news-card h3 { margin: 15px 0 0; font-size: 16px; font-weight: 400; line-height: 2; }
.news-card > a > img { position: absolute; right: 11px; bottom: 7px; width: 24px; height: 24px; transform: rotate(90deg); }
.news-card > a > .ds-css-arrow { position: absolute; right: 14px; bottom: 13px; width: 18px; height: 13px; }
.news-index-link { position: relative; display: flex; width: 202px; height: 64px; margin: 30px auto 0; align-items: center; border-radius: 10px; background: #000; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.news-index-link span { width: 150px; text-align: center; }
.news-index-link > .ds-css-arrow { flex: 0 0 18px; width: 18px; height: 13px; }
.news-index-link img { width: 25px; height: 25px; filter: grayscale(1) brightness(4); transform: rotate(90deg); }
.news-index__header { display: flex; width: 1200px; height: 56px; margin: 42px auto 0; align-items: center; gap: 28px; }
.news-index__header h1 { margin: 0; background: var(--gradient-brand); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 40px; line-height: 1.4; letter-spacing: 2px; }
.news-index__header span { font-size: 20px; font-weight: 400; }
.news-index__layout { display: grid; width: 1200px; min-height: 1132px; padding-top: 161px; margin: 0 auto; grid-template-columns: 869px 283px; gap: 48px; }
.news-index__list { display: flex; flex-direction: column; }
.news-index-row { display: grid; min-height: 128px; padding-bottom: 25px; grid-template-columns: 103px 644px 24px; align-items: start; column-gap: 49px; border-bottom: 1px solid #c0c0c0; margin-bottom: 25px; }
.news-index-row__meta { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.news-index-row__meta time { font-family: Afacad, var(--font-family-ja); font-size: 17px; font-weight: 500; line-height: 1.4; letter-spacing: .85px; }
.news-index-row__meta span { display: inline-flex; width: 103px; height: 36px; align-items: center; justify-content: center; border-radius: 100px; background: #e0e0e0; font-size: 12px; font-weight: 700; line-height: 2; }
.news-index-row__title { font-size: 16px; font-weight: 500; line-height: 1.8; text-decoration: none; }
.news-index-row__title:hover { text-decoration: underline; }
.news-index-row__arrow { width: 24px; height: 24px; }
.news-index-row__arrow .ds-css-arrow { top: 5px; width: 18px; height: 13px; }
.news-index-row__arrow img { width: 24px; height: 24px; transform: rotate(90deg); }
.news-index__filters { display: flex; flex-direction: column; gap: 40px; }
.news-index__filters section { width: 283px; padding: 0 16px 17px; border-radius: 10px; background: #f8f8f8; }
.news-index__filters h2 { margin: -20px 0 14px; background: var(--gradient-brand); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 20px; line-height: 1.4; letter-spacing: 1px; }
.news-index__filters ul { padding: 0; margin: 0; list-style: none; }
.news-index__filters li { position: relative; min-height: 40px; padding: 6px 40px 6px 16px; border-radius: 10px; background: #fff; font-size: 16px; font-weight: 700; line-height: 1.4; letter-spacing: .8px; }
.news-index__filters li + li { margin-top: 9px; }
.news-index__filters li::after { content: ''; position: absolute; top: 14px; right: 14px; width: 12px; height: 12px; border: 2px solid #80c700; border-radius: 50%; }
.news-index__filters a { text-decoration: none; }
.news-index__pagination { width: 869px; height: 89px; padding-bottom: 57px; margin: -121px calc((100% - 1200px) / 2) 0; text-align: center; }
.news-index__pagination .page-numbers { display: inline-flex; min-width: 32px; height: 32px; margin: 0 18px; align-items: center; justify-content: center; font-family: Afacad, var(--font-family-ja); font-size: 18px; font-weight: 500; text-decoration: none; }
.news-index__pagination .current { border-radius: 2px; background: var(--gradient-brand); color: #fff; }
@media (max-width: 767px) {
	.site-main--news-detail, .site-main--news-index { min-width: 0; }
	.news-page__breadcrumb, .news-detail__layout, .news-index__header, .news-index__layout, .news-index__pagination { width: calc(100% - 32px); }
	.news-detail__layout { grid-template-columns: 1fr; }
	.news-detail__header h1, .news-detail__content { width: 100%; }
	.news-latest { width: 100%; margin-top: 50px; }
	.news-index__layout { grid-template-columns: 1fr; }
	.news-index-row { grid-template-columns: 90px 1fr 24px; column-gap: 12px; }
	.news-index__filters, .news-index__filters section { width: 100%; }
}
