@charset "UTF-8";
body {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-item {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-item {
    display: block;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    width: 90%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 300px;
    column-gap: 40px;
    grid-template-areas: "header  header" "deco    deco" "nav     nav" "main    sidebar" "bnews   sidebar" "fbanner sidebar" "footer  footer";
    align-items: start;
  }
}

.header {
  grid-area: header;
}

.header-decoration {
  grid-area: deco;
}

.navi {
  grid-area: nav;
}

main {
  grid-area: main;
}

.side-bar {
  grid-area: sidebar;
}

.bottom-news-area,
.other-news {
  grid-area: bnews;
}

.footer-banner-area {
  grid-area: fbanner;
}

footer {
  grid-area: footer;
}

.break-wrapper {
  display: contents;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px 0;
}
@media screen and (min-width: 1024px) {
  .header {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(5%, (100vw - 1200px) / 2);
    padding-right: max(5%, (100vw - 1200px) / 2);
    box-sizing: border-box;
  }
}
.header .logo img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .header .logo img {
    width: 250px;
  }
}
.header .button-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .button-wrapper .search-button {
  border: none;
  background: none;
  cursor: pointer;
}
.header .button-wrapper .search-button img {
  width: 20px;
}
.header .button-wrapper .new-account-button,
.header .button-wrapper .login-button {
  text-align: center;
  width: 60px;
  height: 30px;
  background: #ccc;
  font-size: 8px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .header .button-wrapper .new-account-button,
  .header .button-wrapper .login-button {
    width: 80px;
    font-size: 10px;
  }
}

.header-decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 4px 0;
}
@media screen and (min-width: 1024px) {
  .header-decoration {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .header-decoration {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header-decoration {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(5%, (100vw - 1200px) / 2);
    padding-right: max(5%, (100vw - 1200px) / 2);
    box-sizing: border-box;
  }
}
.header-decoration .volume #parallel-vol {
  display: none;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .header-decoration .volume #parallel-vol {
    display: block;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
  }
}
.header-decoration .date #parallel-date {
  font-size: 3vw;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .header-decoration .date #parallel-date {
    font-size: 15px;
    font-weight: bold;
  }
}
.header-decoration .other-contents {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-decoration .other-contents {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.header-decoration .other-contents .copyright {
  font-size: 1.2vw;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .header-decoration .other-contents .copyright {
    font-size: 12px;
  }
}
.header-decoration .other-contents .few {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-decoration .other-contents .few {
    display: block;
    margin-right: 0;
    font-size: 16px;
    font-weight: bold;
  }
}

.navi {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .navi {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(5%, (100vw - 1200px) / 2);
    padding-right: max(5%, (100vw - 1200px) / 2);
    box-sizing: border-box;
  }
}
.navi ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.navi ul::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 650px) {
  .navi ul {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .navi ul {
    justify-content: space-between;
    overflow: visible;
    width: 100%;
  }
}
.navi ul li {
  flex: 0 0 auto;
}
.navi ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .navi ul li a {
    padding: 15px 0;
    font-size: 15px;
  }
}

main {
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  main {
    width: 100%;
    max-width: none;
  }
}

.news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .text-container {
  flex: 1;
  margin-right: 20px;
}
.news-wrapper .text-container h3 {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .news-wrapper .text-container h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.news-wrapper .text-container .date {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
.news-wrapper .image-wrapper {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .news-wrapper .image-wrapper {
    width: 90px;
    height: 90px;
  }
}
.news-wrapper .image-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

li {
  margin-top: 10px;
}
li::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background: #9c9c9c;
}

@media screen and (min-width: 1024px) {
  .hero-news .sp-contents,
  .top-news .sp-contents {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-left: -30px;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents .top-article,
  .top-news .sp-contents .top-article {
    width: 58%;
    flex-shrink: 0;
  }
}
.hero-news .sp-contents .top-article .image-wrapper,
.top-news .sp-contents .top-article .image-wrapper {
  display: block;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents .top-article .image-wrapper,
  .top-news .sp-contents .top-article .image-wrapper {
    max-height: none;
    margin-bottom: 15px;
  }
}
.hero-news .sp-contents .top-article .image-wrapper img,
.top-news .sp-contents .top-article .image-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents .top-article .image-wrapper img,
  .top-news .sp-contents .top-article .image-wrapper img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
.hero-news .sp-contents .top-article h3,
.top-news .sp-contents .top-article h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents .top-article h3,
  .top-news .sp-contents .top-article h3 {
    font-size: 22px;
    line-height: 1.6;
  }
}
.hero-news .sp-contents .top-article .date,
.top-news .sp-contents .top-article .date {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents .top-article .date,
  .top-news .sp-contents .top-article .date {
    text-align: right;
    color: #666;
  }
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents ul,
  .top-news .sp-contents ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.hero-news .sp-contents ul h3,
.top-news .sp-contents ul h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.hero-news .sp-contents ul .date,
.top-news .sp-contents ul .date {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .hero-news .sp-contents ul li,
  .top-news .sp-contents ul li {
    margin-top: 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .hero-news .sp-contents ul li::after,
  .top-news .sp-contents ul li::after {
    display: none;
  }
  .hero-news .sp-contents ul li:last-child,
  .top-news .sp-contents ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.hero-news .pc-contents,
.top-news .pc-contents {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero-news .pc-contents,
  .top-news .pc-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    margin-top: 30px;
  }
}
.hero-news .pc-contents li,
.top-news .pc-contents li {
  width: auto;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .hero-news .pc-contents li,
  .top-news .pc-contents li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
  }
  .hero-news .pc-contents li::after,
  .top-news .pc-contents li::after {
    display: none;
  }
  .hero-news .pc-contents li:nth-last-child(-n+2),
  .top-news .pc-contents li:nth-last-child(-n+2) {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.banner-area {
  margin-top: 50px;
}
.banner-area ul {
  display: flex;
  justify-content: space-between;
}
.banner-area ul li {
  width: 49%;
}
.banner-area ul li::after {
  display: none;
}
.banner-area ul li img {
  width: 100%;
  height: auto;
}

.top-news,
.featured-news,
.sp-bottom-news {
  margin-top: 50px;
}
.top-news h2,
.featured-news h2,
.sp-bottom-news h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.top-news .sp-contents {
  margin-left: 0px;
}

.featured-news ul {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .featured-news ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-news ul li {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
  }
  .featured-news ul li::after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-bottom-news {
    display: none;
  }
}

.bottom-news-area {
  width: 100%;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .bottom-news-area {
    margin-top: 60px;
    position: relative;
    z-index: 1;
    min-width: 0;
  }
}
.bottom-news-area .image-wrapper {
  width: 300px;
  flex-shrink: 0;
}
.bottom-news-area .image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.news-contents-1,
.news-contents-2,
.news-contents-3 {
  margin-top: 50px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .news-contents-1,
  .news-contents-2,
  .news-contents-3 {
    display: block;
  }
}
.news-contents-1 h2,
.news-contents-2 h2,
.news-contents-3 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 4px solid #333;
  padding-left: 10px;
}
.news-contents-1 ul,
.news-contents-2 ul,
.news-contents-3 ul {
  display: flex;
  width: 100%;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.news-contents-1 ul::-webkit-scrollbar,
.news-contents-2 ul::-webkit-scrollbar,
.news-contents-3 ul::-webkit-scrollbar {
  height: 8px;
}
.news-contents-1 ul::-webkit-scrollbar-thumb,
.news-contents-2 ul::-webkit-scrollbar-thumb,
.news-contents-3 ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.news-contents-1 ul::-webkit-scrollbar-track,
.news-contents-2 ul::-webkit-scrollbar-track,
.news-contents-3 ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.news-contents-1 ul li,
.news-contents-2 ul li,
.news-contents-3 ul li {
  flex: 0 0 240px;
  scroll-snap-align: start;
  margin-top: 0;
  list-style: none;
}
.news-contents-1 ul li::after,
.news-contents-2 ul li::after,
.news-contents-3 ul li::after {
  display: none;
}
.news-contents-1 ul li .news-wrapper,
.news-contents-2 ul li .news-wrapper,
.news-contents-3 ul li .news-wrapper {
  flex-direction: column-reverse;
}
.news-contents-1 ul li .news-wrapper .text-container,
.news-contents-2 ul li .news-wrapper .text-container,
.news-contents-3 ul li .news-wrapper .text-container {
  margin-right: 0;
  margin-top: 10px;
}
.news-contents-1 ul li .news-wrapper .text-container h3,
.news-contents-2 ul li .news-wrapper .text-container h3,
.news-contents-3 ul li .news-wrapper .text-container h3 {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-contents-1 ul li .news-wrapper .image-wrapper,
.news-contents-2 ul li .news-wrapper .image-wrapper,
.news-contents-3 ul li .news-wrapper .image-wrapper {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background: #eee;
}
.news-contents-1 ul li .news-wrapper .image-wrapper img,
.news-contents-2 ul li .news-wrapper .image-wrapper img,
.news-contents-3 ul li .news-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-contents-1 .more-btn-area,
.news-contents-2 .more-btn-area,
.news-contents-3 .more-btn-area {
  text-align: right;
  margin-top: 10px;
}
.news-contents-1 .more-btn-area a,
.news-contents-2 .more-btn-area a,
.news-contents-3 .more-btn-area a {
  display: inline-block;
  padding: 8px 24px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.news-contents-1 .more-btn-area a:hover,
.news-contents-2 .more-btn-area a:hover,
.news-contents-3 .more-btn-area a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .side-bar {
    background: #f9f9f9;
    padding: 20px;
    height: fit-content;
    z-index: 10;
  }
  .side-bar .latest-informetion h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 4px solid #000;
    padding-left: 10px;
    font-family: "Noto-Serif-JP", sans-serif;
  }
  .side-bar .sidebar-banner1 {
    margin-top: 50px;
  }
  .side-bar .sidebar-banner1 img {
    width: 100%;
    height: auto;
  }
  .side-bar .sidebar-banner2 {
    margin-top: 20px;
  }
  .side-bar .sidebar-banner2 img {
    width: 100%;
    height: auto;
  }
  .side-bar .recommendation {
    margin-top: 50px;
  }
  .side-bar .recommendation h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 4px solid #000;
    padding-left: 10px;
    font-family: "Noto-Serif-JP", sans-serif;
  }
  .side-bar .recommendation ul li {
    margin-top: 20px;
  }
  .side-bar .recommendation ul li::after {
    display: none;
  }
  .side-bar .recommendation ul li h3 {
    margin-top: 10px;
  }
}

.footer-banner-area {
  margin: 50px auto 0;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .footer-banner-area {
    margin: 40px 0;
    width: 100%;
  }
}
.footer-banner-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.footer-banner-area ul li {
  width: 48%;
}
.footer-banner-area ul li::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-banner-area ul li {
    flex: 30%;
    width: auto;
  }
}
.footer-banner-area ul li img {
  width: 100%;
  height: auto;
}
.footer-banner-area .sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .footer-banner-area .sns {
    flex-direction: row;
    gap: 40px;
  }
}
.footer-banner-area .sns .sns-item {
  margin: 0 auto;
  width: 90%;
  max-width: 250px;
  height: auto;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #000;
  transition: background-color 0.2s ease;
}
.footer-banner-area .sns .sns-item:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer-banner-area .sns .sns-item {
    width: 300px;
  }
}

footer {
  width: 90%;
  margin: 40px auto;
  padding-top: 20px;
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(5%, (100vw - 1200px) / 2);
    padding-right: max(5%, (100vw - 1200px) / 2);
    box-sizing: border-box;
  }
}
footer .logo {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  footer .logo {
    font-size: 40px;
  }
}
footer .footer-nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer-nav {
    width: auto;
    margin-bottom: 5px;
  }
}
footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  footer .footer-nav ul {
    flex-direction: row;
    gap: 30px;
  }
}
footer .footer-nav ul li a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
footer .copyright {
  font-size: 12px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  footer .copyright {
    grid-column: 1/-1;
  }
}

.single .related-articles {
  margin-top: 50px;
}
.single .related-articles h2 {
  margin-bottom: 5px;
}
.single .related-articles ul li {
  margin: 0;
  font-family: "Noto-Serif-JP", sans-serif;
}
.single .related-articles ul li a {
  display: block;
  margin-bottom: 50px;
}
.single .related-articles ul .no-related-articles::after {
  margin-top: 50px;
}
.single .title-wrapper {
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
}
.single .article-title {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto-Serif-JP", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .single .article-title {
    font-size: 30px;
  }
}
.single .single-date {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}
.single .article-main-wrapper {
  margin-top: 30px;
  line-height: 1.5;
}
.single .article-main-wrapper h2 {
  font-family: "Noto-Serif-JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.single .article-main-wrapper .textarea {
  margin-top: 30px;
  margin-bottom: 80px;
}
.single .article-main-wrapper .textarea div {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .single .article-main-wrapper .textarea div {
    font-size: 16px;
  }
}
.single .article-main-wrapper .textarea img {
  margin-top: 40px;
}
.single .article-main-wrapper .media-flex {
  display: flex;
  flex-direction: column;
}
.single .article-main-wrapper .media-flex img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .single .article-main-wrapper .media-flex {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    margin-right: 50px;
  }
  .single .article-main-wrapper .media-flex img {
    width: 50%;
  }
}
.single .article-main-wrapper .other-news .other-news-title {
  font-family: "Noto-Serif-JP", sans-serif;
}

.logo {
  border-bottom: none;
}

.archive .category-title,
.category .category-title {
  font-size: 30px;
}
.archive .article-list,
.category .article-list {
  margin-top: 40px;
  width: 100%;
}
.archive li,
.category li {
  margin-top: 15px;
}
.archive .article-item,
.category .article-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.archive .article-item::after,
.category .article-item::after {
  display: none;
}
.archive .article-item .news-wrapper,
.category .article-item .news-wrapper {
  width: 100%;
}
.archive .article-item .text-container,
.category .article-item .text-container {
  width: calc(70% - 20px);
}
.archive .article-item .text-container h2,
.category .article-item .text-container h2 {
  font-size: 14px;
  font-weight: bold;
}
.archive .article-item .text-container .date,
.category .article-item .text-container .date {
  font-size: 10px;
  margin-top: 5px;
}
.archive .article-item .text-container .pc-contents,
.archive .article-item .text-container p,
.category .article-item .text-container .pc-contents,
.category .article-item .text-container p {
  display: none;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .archive .article-item .text-container h2,
  .category .article-item .text-container h2 {
    font-size: 20px;
  }
  .archive .article-item .text-container .date,
  .category .article-item .text-container .date {
    font-size: 12px;
  }
  .archive .article-item .text-container .pc-contents,
  .category .article-item .text-container .pc-contents {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .archive .article-item .image-wrapper,
  .category .article-item .image-wrapper {
    width: 30%;
    height: 100%;
    aspect-ratio: 16/9;
  }
  .archive .article-item .image-wrapper img,
  .category .article-item .image-wrapper img {
    width: 100%;
    height: 100%;
  }
}

.search .search-result-container {
  padding: 40px 0;
}
.search .search-result-container .result-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.search .search-result-container .result-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.search .search-result-container .result-header .re-search-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #666;
}
.search .search-result-container .vertical-news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.search .search-result-container .vertical-news-list .news-item {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.search .search-result-container .vertical-news-list .news-item::after {
  display: none;
}
.search .search-result-container .vertical-news-list .news-item h3 {
  font-size: 14px;
}

.page .search-page-container {
  margin-top: 10vh;
  margin-bottom: 10vh;
  text-align: center;
}
.page .search-page-container h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .search-page-container .sub-text {
  color: #999;
  font-size: 14px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}
.page .search-page-container .big-search-form {
  max-width: 600px;
  margin: 0 auto 40px;
  display: flex;
  border-bottom: 2px solid #333;
}
.page .search-page-container .big-search-form input {
  flex: 1;
  border: none;
  background: none;
  padding: 15px;
  font-size: 18px;
  outline: none;
}
.page .search-page-container .big-search-form button {
  background: #333;
  color: #fff;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  font-weight: bold;
}
.page .search-page-container .big-search-form button:hover {
  opacity: 0.8;
}
.page .search-page-container .recommend-keywords p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}
.page .search-page-container .recommend-keywords ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page .search-page-container .recommend-keywords ul li a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 12px;
  color: #666;
}
.page .search-page-container .recommend-keywords ul li a:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.pagination-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.pagination-wrapper .pagination,
.pagination-wrapper .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination-wrapper .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.pagination-wrapper .page-numbers:hover {
  background: #333;
  color: #fff;
}
.pagination-wrapper .page-numbers.current, .pagination-wrapper .page-numbers.active {
  background: #333;
  color: #fff;
  pointer-events: none;
}
.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
  width: auto;
  padding: 0 15px;
}
.pagination-wrapper .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
.pagination-wrapper .page-numbers.dots:hover {
  background: transparent;
  color: #333;
}

.signin-page {
  text-align: center;
}
.signin-page .signin-wrapper {
  margin-top: 15vh;
  margin-bottom: 15vh;
}
.signin-page h2 {
  font-size: 30px;
}
.signin-page #puzzle-id {
  margin-top: 40px;
  border: 2px solid #868686;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  height: 50px;
  padding: 0 10px;
}
.signin-page #puzzle-pass {
  margin-top: 20px;
  border: 2px solid #868686;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  height: 50px;
  padding: 0 10px;
}
.signin-page #login-error-msg {
  margin-top: 10px;
}
.signin-page .login-submit {
  margin: 30px auto 0;
  border: 2px solid #868686;
  border-radius: 10px;
  width: 160px;
  padding: 5px 20px;
}
.signin-page .login-submit:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .signin-page {
    grid-template-columns: 1fr !important;
    max-width: 100%;
  }
  .signin-page .signin-wrapper {
    max-width: 500px;
    margin: 100px auto;
  }
}

.privacy-wrapper {
  margin-top: 60px;
  padding: 0 20px 60px;
}
@media screen and (min-width: 1024px) {
  .privacy-wrapper {
    margin-top: 100px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    grid-column: 1/-1;
  }
}
.privacy-wrapper h1 {
  font-family: "Noto-Serif-JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .privacy-wrapper h1 {
    font-size: 30px;
  }
}
.privacy-wrapper .doc-meta {
  font-size: 12px;
  text-align: right;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.6;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (min-width: 1024px) {
  .privacy-wrapper .doc-meta {
    font-size: 14px;
  }
}
.privacy-wrapper .text-container section {
  margin-bottom: 40px;
}
.privacy-wrapper .text-container section h3 {
  font-family: "Noto-Serif-JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 5px solid #333;
  padding-left: 10px;
  background-color: #f4f4f4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.privacy-wrapper .text-container section p {
  font-family: "BIZ UDPMincho", serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .privacy-wrapper .text-container section p {
    font-size: 15px;
  }
}

.forbidden-word,
.forbidden-word2 {
  position: relative;
  display: inline-block;
  color: transparent;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.forbidden-word {
  padding-right: 38px;
}

.forbidden-word2 {
  padding-right: 170px;
}

.forbidden-word::before,
.forbidden-word2::before {
  /* JSで注入した変数を表示 */
  content: var(--text-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.5px;
  filter: blur(3px);
  animation: kinki-glitch 0.1s infinite linear alternate, kinki-blackout 3s infinite steps(1);
}

/* ▼ 3重ブレ（残像）アニメーション */
@keyframes kinki-glitch {
  0% {
    /* 左右に薄い影を落として3重に見せる */
    transform: translate(2px, 0) skew(0deg);
    text-shadow: -8px 0 rgba(0, 0, 0, 0.8), 8px 0 rgba(0, 0, 0, 0.6);
  }
  20% {
    /* 上下にブレる */
    transform: translate(-2px, 2px) skew(20deg);
    text-shadow: 0 -4px rgba(0, 0, 0, 0.8), 0 12px rgba(0, 0, 0, 0.6);
    filter: blur(4px);
    /* 強くぼかす */
  }
  40% {
    /* 斜めに大きく引き裂く */
    transform: translate(3px, -3px) skew(-20deg);
    text-shadow: -5px -2px rgba(0, 0, 0, 0.9), 5px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
  }
  60% {
    /* 中央に寄せて濃くする（実体化） */
    transform: translate(-4px, 1px) skew(5deg);
    text-shadow: 5px 5px rgb(0, 0, 0), -1px -1px rgba(0, 0, 0, 0.8);
    filter: blur(1px);
  }
  80% {
    /* 逆方向にブレる */
    transform: translate(1px, -1px) skew(-10deg);
    text-shadow: 4px 0 rgba(0, 0, 0, 0.3), -4px 0 rgba(0, 0, 0, 0.6);
  }
  100% {
    transform: translate(0, 0) skew(0deg);
    text-shadow: 12px 4px rgba(0, 0, 0, 0.4), -2px -2px rgba(0, 0, 0, 0.8);
  }
}
/* ▼ 時々黒塗りで完全に隠す */
@keyframes kinki-blackout {
  0%, 80% {
    background-color: transparent;
  }
  /* 黒塗り化 */
  85% {
    background-color: #000;
    color: transparent;
    transform: scale(1.1);
  }
  95% {
    background-color: transparent;
  }
  100% {
    opacity: 1;
  }
}
.company-wrapper {
  margin-top: 60px;
  padding: 0 20px 60px;
}
@media screen and (min-width: 1024px) {
  .company-wrapper {
    margin-top: 100px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    grid-column: 1/-1;
  }
}
.company-wrapper h1 {
  font-family: "Noto-Serif-JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .company-wrapper h1 {
    font-size: 30px;
  }
}
.company-wrapper .text-container h2 {
  margin-bottom: 5px;
}
.company-wrapper .text-container li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  margin-top: 20px;
  padding-bottom: 20px;
}
.company-wrapper .text-container li::after {
  display: none;
}
.company-wrapper .text-container li p {
  text-align: right;
}

.bbs-wrapper {
  margin-top: 60px;
  padding: 0 20px 60px;
}
@media screen and (min-width: 1024px) {
  .bbs-wrapper {
    margin-top: 100px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    grid-column: 1/-1;
  }
}
.bbs-wrapper h1 {
  text-align: left;
  font-family: "Noto-Serif-JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  .bbs-wrapper h1 {
    font-size: 30px;
  }
}
.bbs-wrapper .start-date {
  margin-top: 10px;
  font-size: 10px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}
.bbs-wrapper .bbs-res {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bbs-wrapper .bbs-res {
    margin-top: 50px;
  }
}
.bbs-wrapper .text-container {
  margin-top: 10px;
  line-height: 150%;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .bbs-wrapper .text-container {
    font-size: 16px;
  }
}
.bbs-wrapper .res-header {
  display: flex;
  font-size: 10px;
  gap: 10px;
  color: #545454;
}
.bbs-wrapper .user-highlight {
  color: blue;
}

.button-container {
  margin-top: 60px;
}
.button-container input.wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 12px 24px;
  border: 2px solid #333;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5rem;
  appearance: none;
}
.button-container input.wpcf7-submit:hover {
  color: #333;
  background-color: #fff;
}
.button-container .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dd0000;
  margin-top: 5px;
}

.main-title-container {
  font-family: "Noto-Serif-JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .main-title-container {
    font-size: 30px;
  }
}

.contact-wrapper {
  text-align: center;
  margin: 60px auto;
  width: 90%;
  max-width: 720px;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  color: #333;
}
.contact-wrapper li {
  margin-top: 0;
}
.contact-wrapper li::after {
  content: none;
}
.contact-wrapper .label-container {
  font-size: 18px;
}
.contact-wrapper .name-container,
.contact-wrapper .mail-container,
.contact-wrapper .content-container {
  margin-top: 40px;
  text-align: left;
}
.contact-wrapper .item-container,
.contact-wrapper .mail-conta {
  margin-top: 10px;
  border: 1px solid #545454;
  border-radius: 10px;
  padding: 10px;
}
.contact-wrapper .content-text-container {
  margin-top: 10px;
  border: 1px solid #545454;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .wrapper.contact-wrapper {
    display: block;
  }
}

.news-wrapper,
.top-article,
.sidebar-latest-information li,
.recommendation ul li {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 5px;
  border-radius: 4px;
}
.news-wrapper:hover,
.top-article:hover,
.sidebar-latest-information li:hover,
.recommendation ul li:hover {
  background-color: #111;
  color: #eee;
  transform: translateX(8px);
  box-shadow: -4px 4px 0 rgba(0, 0, 0, 0.2);
}
.news-wrapper:hover h3,
.news-wrapper:hover h3 a,
.news-wrapper:hover .date,
.top-article:hover h3,
.top-article:hover h3 a,
.top-article:hover .date,
.sidebar-latest-information li:hover h3,
.sidebar-latest-information li:hover h3 a,
.sidebar-latest-information li:hover .date,
.recommendation ul li:hover h3,
.recommendation ul li:hover h3 a,
.recommendation ul li:hover .date {
  color: #eee;
  text-decoration: none;
}
.news-wrapper:hover .image-wrapper img,
.top-article:hover .image-wrapper img,
.sidebar-latest-information li:hover .image-wrapper img,
.recommendation ul li:hover .image-wrapper img {
  filter: grayscale(100%) contrast(1.5);
  transform: scale(1.05);
}
.news-wrapper,
.top-article,
.sidebar-latest-information li,
.recommendation ul li {
  /* 画像自体の動き設定 */
}
.news-wrapper .image-wrapper,
.top-article .image-wrapper,
.sidebar-latest-information li .image-wrapper,
.recommendation ul li .image-wrapper {
  overflow: hidden;
}
.news-wrapper .image-wrapper img,
.top-article .image-wrapper img,
.sidebar-latest-information li .image-wrapper img,
.recommendation ul li .image-wrapper img {
  transition: transform 0.4s ease, filter 0.2s;
}

#simon-alert-banner {
  display: none;
  width: 100% !important;
  height: auto !important;
  min-height: 40px;
  background-color: #800000 !important;
  color: #ffffff !important;
  z-index: 999999 !important;
  /* 最大級の数値 */
  padding: 15px 10px !important;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ff0000;
}

/* headerが重ならないように調整 */
body.simon-active {
  padding-top: 50px;
  /* バナーの高さ分、全体を下げる */
}

#simon-alert-banner {
  display: none;
  width: 100% !important;
  height: auto !important;
  min-height: 40px;
  background-color: #800000 !important;
  color: #ffffff !important;
  z-index: 999999 !important;
  padding: 15px 10px !important;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ff0000;
  position: fixed;
  /* 追従させる */
  top: 0;
  left: 0;
}

/* バナーが出た時の本体調整 */
body.simon-active {
  padding-top: 60px;
}

body.level2::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 9998;
  animation: doom-fade-in 3s ease-out forwards;
}

@keyframes doom-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.noise-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.1s;
}

body.level3 .noise-overlay.glitch-fire {
  opacity: 0.8 !important;
  background-color: rgba(0, 0, 0, 0.2);
}

.forbidden-word {
  position: relative;
  display: inline-block;
  color: transparent;
  user-select: none;
  white-space: nowrap;
  padding-right: 40px;
  /* 文字数に合わせて調整 */
}

.forbidden-word::before {
  content: var(--text-content);
  /* JSから値を受け取る */
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
  font-style: italic;
  filter: blur(3px);
  animation: kinki-glitch 0.1s infinite linear alternate;
}

@keyframes kinki-glitch {
  0% {
    transform: translate(2px, 0);
    text-shadow: -2px 0 rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: translate(-2px, 0);
    text-shadow: 2px 0 rgba(0, 0, 0, 0.5);
  }
}
#simon-alert-banner {
  display: none;
  width: 100% !important;
  height: auto !important;
  min-height: 40px;
  background-color: #800000 !important;
  color: #ffffff !important;
  z-index: 999999 !important;
  padding: 15px 10px !important;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ff0000;
  position: fixed;
  top: 0;
  left: 0;
}

body.simon-active {
  padding-top: 60px;
}

body.level2::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 9998;
  animation: doom-fade-in 3s ease-out forwards;
}

@keyframes doom-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==============================================
   ▼ Level 3: 激しいグリッチ演出 (追加分)
   ============================================== */
/* 1. ノイズオーバーレイ（基本設定） */
.noise-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.1s;
  /* SVGノイズフィルター */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  /* ノイズをアニメーションさせる */
  animation: noise-anim 0.2s steps(3) infinite;
}

/* heavy-glitchクラスがついた時だけ表示＆激しくする */
.noise-overlay.heavy-glitch {
  opacity: 0.8;
  filter: invert(1) contrast(2);
  background-color: rgba(0, 0, 0, 0.2);
}

/* ノイズが暴れるアニメーション定義 */
@keyframes noise-anim {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -50% -50%;
  }
  40% {
    background-position: 80% 50%;
  }
  60% {
    background-position: -40% -60%;
  }
  80% {
    background-position: 70% 62%;
  }
  100% {
    background-position: 0 0;
  }
}
/* 2. 画面全体の歪み（さらに激しく） */
.wrapper.glitch-active {
  animation: glitch-skew 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  /* 処理落ち軽減のため、背面固定を追加 */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

@keyframes glitch-skew {
  0% {
    transform: translate(0) skew(0deg);
  }
  20% {
    transform: translate(-10px, 5px) skew(-20deg);
    filter: hue-rotate(180deg) invert(1);
  }
  40% {
    transform: translate(10px, -5px) skew(20deg);
  }
  60% {
    transform: translate(-5px, 10px) skew(-10deg);
    filter: invert(0.5);
  }
  80% {
    transform: translate(5px, -10px) skew(10deg);
  }
  100% {
    transform: translate(0) skew(0deg);
  }
}
/* 波紋エフェクトの親枠 */
.wave-effect {
  position: relative;
  /* 必須: 中身の波の基準点にするため */
  overflow: hidden;
  /* 必須: 枠外に出た波を隠すため */
}

/* 疑似要素で「動く透明な膜」を作る */
.wave-effect::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px) hue-rotate(90deg);
  /* ぼかし + 色相回転(異世界感) */
  mix-blend-mode: hard-light;
  /* 画像と馴染ませる */
  top: -100%;
  /* 最初は画面の上に隠しておく */
  pointer-events: none;
  /* マウスの邪魔をしないようにする */
  animation: waveScan 3s linear infinite;
  /* 3秒ごとに繰り返し */
  z-index: 2;
}

/* アニメーション定義：上から下へ */
@keyframes waveScan {
  0% {
    top: -20%;
    /* スタート位置（上） */
    opacity: 0;
    transform: scaleY(1);
  }
  10% {
    opacity: 1;
    /* 出現 */
  }
  50% {
    /* 通過中：少し縦に引き伸ばして歪みを表現 */
    transform: scaleY(1.5) translateX(10px) skewX(-20deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    /* ゴール位置（下） */
    opacity: 0;
    transform: scaleY(1);
  }
}
.forbidden-word {
  position: relative;
  display: inline-block;
  color: transparent;
  user-select: none;
  white-space: nowrap;
  padding-right: 40px;
}

.forbidden-word::before {
  content: var(--text-content);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
  font-style: italic;
  filter: blur(3px);
  animation: kinki-glitch 0.1s infinite linear alternate;
}

@keyframes kinki-glitch {
  0% {
    transform: translate(2px, 0);
    text-shadow: -2px 0 rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: translate(-2px, 0);
    text-shadow: 2px 0 rgba(0, 0, 0, 0.5);
  }
}
#simon-alert-banner {
  display: none;
  width: 100% !important;
  background-color: #800000 !important;
  color: #fff !important;
  z-index: 999999;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 2px solid #f00;
}

body.simon-active {
  padding-top: 60px;
}

body.level2::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 9998;
  animation: doom-fade-in 3s ease-out forwards;
}

@keyframes doom-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.forbidden-word {
  position: relative;
  color: transparent;
  user-select: none;
  white-space: nowrap;
  padding-right: 40px;
}

.forbidden-word::before {
  content: var(--text-content);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
  font-style: italic;
  filter: blur(3px);
  animation: kinki-glitch 0.1s infinite linear alternate;
}

@keyframes kinki-glitch {
  0% {
    transform: translate(2px, 0);
    text-shadow: -2px 0 rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: translate(-2px, 0);
    text-shadow: 2px 0 rgba(0, 0, 0, 0.5);
  }
}
body.page-template-page-secret,
body.category-secret,
body.single-secret {
  background-color: #000 !important;
  color: #00ff00;
  font-family: "Courier New", monospace !important;
  /* ヘッダー・フッター・ナビ */
}
body.page-template-page-secret header,
body.page-template-page-secret .header,
body.page-template-page-secret footer,
body.page-template-page-secret .footer,
body.category-secret header,
body.category-secret .header,
body.category-secret footer,
body.category-secret .footer,
body.single-secret header,
body.single-secret .header,
body.single-secret footer,
body.single-secret .footer {
  background-color: #000 !important;
}
body.page-template-page-secret header a,
body.page-template-page-secret header .logo,
body.page-template-page-secret .header a,
body.page-template-page-secret .header .logo,
body.page-template-page-secret footer a,
body.page-template-page-secret footer .logo,
body.page-template-page-secret .footer a,
body.page-template-page-secret .footer .logo,
body.category-secret header a,
body.category-secret header .logo,
body.category-secret .header a,
body.category-secret .header .logo,
body.category-secret footer a,
body.category-secret footer .logo,
body.category-secret .footer a,
body.category-secret .footer .logo,
body.single-secret header a,
body.single-secret header .logo,
body.single-secret .header a,
body.single-secret .header .logo,
body.single-secret footer a,
body.single-secret footer .logo,
body.single-secret .footer a,
body.single-secret .footer .logo {
  color: #00ff00;
}
body.page-template-page-secret header .button-wrapper .new-account-button,
body.page-template-page-secret header .button-wrapper .login-button,
body.page-template-page-secret .header .button-wrapper .new-account-button,
body.page-template-page-secret .header .button-wrapper .login-button,
body.page-template-page-secret footer .button-wrapper .new-account-button,
body.page-template-page-secret footer .button-wrapper .login-button,
body.page-template-page-secret .footer .button-wrapper .new-account-button,
body.page-template-page-secret .footer .button-wrapper .login-button,
body.category-secret header .button-wrapper .new-account-button,
body.category-secret header .button-wrapper .login-button,
body.category-secret .header .button-wrapper .new-account-button,
body.category-secret .header .button-wrapper .login-button,
body.category-secret footer .button-wrapper .new-account-button,
body.category-secret footer .button-wrapper .login-button,
body.category-secret .footer .button-wrapper .new-account-button,
body.category-secret .footer .button-wrapper .login-button,
body.single-secret header .button-wrapper .new-account-button,
body.single-secret header .button-wrapper .login-button,
body.single-secret .header .button-wrapper .new-account-button,
body.single-secret .header .button-wrapper .login-button,
body.single-secret footer .button-wrapper .new-account-button,
body.single-secret footer .button-wrapper .login-button,
body.single-secret .footer .button-wrapper .new-account-button,
body.single-secret .footer .button-wrapper .login-button {
  border: 1px solid #00ff00 !important;
  background: none !important;
}
body.page-template-page-secret .header .button-wrapper,
body.category-secret .header .button-wrapper,
body.single-secret .header .button-wrapper {
  color: #000;
}
body.page-template-page-secret nav ul li a,
body.category-secret nav ul li a,
body.single-secret nav ul li a {
  color: #00ff00;
}
body.page-template-page-secret,
body.category-secret,
body.single-secret {
  /* 不要パーツ非表示 */
}
body.page-template-page-secret .side-bar,
body.page-template-page-secret .related-articles,
body.page-template-page-secret .other-news,
body.page-template-page-secret .footer-banner-area,
body.category-secret .side-bar,
body.category-secret .related-articles,
body.category-secret .other-news,
body.category-secret .footer-banner-area,
body.single-secret .side-bar,
body.single-secret .related-articles,
body.single-secret .other-news,
body.single-secret .footer-banner-area {
  display: none !important;
}
body.page-template-page-secret,
body.category-secret,
body.single-secret {
  /* レイアウト調整 */
}
@media screen and (min-width: 1024px) {
  body.page-template-page-secret .wrapper,
  body.category-secret .wrapper,
  body.single-secret .wrapper {
    grid-template-areas: "header  header" "deco    deco" "nav     nav" "main    main" "footer  footer" !important;
    grid-template-columns: 1fr;
  }
  body.page-template-page-secret main,
  body.category-secret main,
  body.single-secret main {
    margin: 60px auto 0 !important;
    max-width: 1200px !important;
  }
}
body.page-template-page-secret .single .title-wrapper,
body.category-secret .single .title-wrapper,
body.single-secret .single .title-wrapper {
  border-bottom: 1px solid #00ff00;
}
body.page-template-page-secret .post-content,
body.page-template-page-secret .article-main-wrapper,
body.page-template-page-secret .textarea,
body.page-template-page-secret h2,
body.page-template-page-secret .secret-text,
body.page-template-page-secret p,
body.page-template-page-secret div,
body.category-secret .post-content,
body.category-secret .article-main-wrapper,
body.category-secret .textarea,
body.category-secret h2,
body.category-secret .secret-text,
body.category-secret p,
body.category-secret div,
body.single-secret .post-content,
body.single-secret .article-main-wrapper,
body.single-secret .textarea,
body.single-secret h2,
body.single-secret .secret-text,
body.single-secret p,
body.single-secret div {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  color: #00ff00;
}
body.page-template-page-secret .post-content,
body.page-template-page-secret .article-main-wrapper,
body.page-template-page-secret .textarea,
body.category-secret .post-content,
body.category-secret .article-main-wrapper,
body.category-secret .textarea,
body.single-secret .post-content,
body.single-secret .article-main-wrapper,
body.single-secret .textarea {
  margin-bottom: 40px;
}
body.page-template-page-secret .single .article-main-wrapper h2,
body.category-secret .single .article-main-wrapper h2,
body.single-secret .single .article-main-wrapper h2 {
  margin: 40px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #00ff00;
  padding-bottom: 5px;
  font-size: 20px;
}
body.page-template-page-secret .textarea,
body.category-secret .textarea,
body.single-secret .textarea {
  line-height: 180%;
}

.secret-page {
  line-height: 180%;
}
.secret-page .category-title {
  border-left: 10px solid #00ff00;
  padding-left: 20px;
  font-family: "Courier New", monospace;
  font-size: 24px;
  color: #00ff00;
}
.secret-page .secret-article-wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.secret-page .secret-article-wrapper .secret-item-link {
  display: block;
  text-decoration: none;
  color: #00ff00;
  opacity: 1 !important;
  /* JSなしで即表示 */
}
.secret-page .secret-article-wrapper .secret-item-link .secret-article-item {
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: all 0.3s ease;
  /* ▼▼ これが「ニョキッ」の正体です ▼▼ */
}
.secret-page .secret-article-wrapper .secret-item-link .secret-article-item .pc-contents {
  color: #000;
  border-bottom: 2px solid #00ff00;
  border-top: none;
  padding: 10px 10px;
  max-height: 0;
  /* 最初は高さ0で隠す */
  opacity: 0;
  /* 最初は透明 */
  overflow: hidden;
  /* ヌルッと動くアニメーション設定 */
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.secret-page .secret-article-wrapper .secret-item-link .secret-article-item .meta-info {
  font-size: 12px;
}
.secret-page .secret-article-wrapper .secret-item-link .secret-article-item::before {
  content: "■";
  position: absolute;
  left: 15px;
  top: 8px;
  color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.secret-page .secret-article-wrapper .secret-item-link {
  /* ホバー時の動き */
}
.secret-page .secret-article-wrapper .secret-item-link:hover .secret-article-item {
  background-color: #00ff00;
  color: #000;
}
.secret-page .secret-article-wrapper .secret-item-link:hover .secret-article-item h3,
.secret-page .secret-article-wrapper .secret-item-link:hover .secret-article-item .meta-info {
  color: #000;
}
.secret-page .secret-article-wrapper .secret-item-link:hover .secret-article-item::before {
  opacity: 1;
}
.secret-page .secret-article-wrapper .secret-item-link:hover .secret-article-item {
  /* ニョキッと出す */
}
.secret-page .secret-article-wrapper .secret-item-link:hover .secret-article-item .pc-contents {
  max-height: 300px;
  /* 高さを広げる */
  opacity: 1;
  /* 不透明にする */
  margin-top: 15px;
  padding: 20px 10px;
  border-color: #000;
  color: #000;
  /* 文字色を黒に */
}
.secret-page .foot-text {
  margin-top: 60px;
}

body.page-template-page-secret .noise-overlay,
body.category-secret .noise-overlay,
body.single-secret .noise-overlay,
.secret-page .noise-overlay {
  display: none !important;
  opacity: 0 !important;
  background-image: none !important;
  animation: none !important;
  z-index: -9999 !important;
}

/* 戻るボタン */
.secret-back-container {
  text-align: center;
}

.secret-back-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #000;
  color: #00ff00;
  border: 1px solid #00ff00;
  text-decoration: none;
  transition: all 0.3s ease;
}
.secret-back-btn:hover {
  background-color: #00ff00;
  color: #000;
  box-shadow: 0 0 15px #00ff00;
}

/* 文字化け演出用 */
.moji-bake {
  display: inline-block;
  color: #00ff00;
  /* 赤 */
  font-family: "Impact", sans-serif !important;
  animation: bake-shake 0.1s infinite;
}

@keyframes bake-shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==============================================
   ▼ Phase 4 (Level 3): 高速エラーログウィンドウ
   ============================================== */
.error-window {
  position: fixed;
  width: 350px;
  height: 200px;
  /* 高さ固定 */
  background-color: rgba(0, 0, 0, 0.9);
  /* 少し透ける黒 */
  border: 2px solid #ff0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  z-index: 999999;
  font-family: "Courier New", monospace;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* はみ出し防止 */
  user-select: none;
}

/* ヘッダー（ドラッグ領域） */
.error-header {
  background-color: #ff0000;
  color: #000;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
  cursor: move;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ff0000;
}

/* ログが流れるエリア */
.error-content {
  flex: 1;
  padding: 5px;
  overflow: hidden;
  /* スクロールバーは隠す */
  color: #ff0000;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* 下から積み上げる */
  text-align: left;
}

/* ログの1行ごとのスタイル */
.log-line {
  white-space: nowrap;
  /* 折り返さない */
  opacity: 0.9;
}

.log-line.critical {
  color: #ff00ff;
  font-weight: bold;
  text-shadow: 0 0 5px #ff00ff;
}

/* ==============================================
   ▼ Phase 4 (Level 4): CRTモニタ風エフェクト & ノイズ
   ============================================== */
/* 1. CRTオーバーレイ（画面全体を覆う） */
.crt-monitor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  /* 解像度の荒さを表現 */
  backdrop-filter: blur(0.5px) contrast(1.1);
  /* 全体の明滅（フリッカー） */
  animation: crt-flicker 0.15s infinite;
}

/* 2. 走査線（スキャンライン） */
.crt-monitor::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* 4pxごとの縞模様 */
  background: linear-gradient(to bottom, rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
  background-size: 100% 4px;
  z-index: 2;
  pointer-events: none;
}

/* 3. 画面の隅を暗くする（ビネット） */
.crt-monitor::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* 周辺減光 */
  background: radial-gradient(circle, rgba(18, 16, 16, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
  pointer-events: none;
}

@keyframes crt-flicker {
  0% {
    opacity: 0.95;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.98;
  }
}
/* ★Level 4発動時：サイト全体の文字を発光させる */
body.level4 {
  text-shadow: 0 0 3px rgba(0, 255, 0, 0.4), 0 0 1px rgba(255, 255, 255, 0.3);
}

/* ==============================================
   ▼ Ending Mode: 崩壊した世界 & クライマックス
   ============================================== */
/* 1. 終焉の世界（トップページ） */
body.world-ended {
  /* 色を失わせ、コントラストを上げて不穏にする */
  filter: grayscale(100%) contrast(1.2);
  background-color: #f0f0f0 !important;
}

/* 削除された記事の見た目（薄くする） */
body.world-ended .news-item,
body.world-ended .article-item {
  opacity: 0.5;
  transition: opacity 1s;
}

/* トップ記事（Endingへの入り口）だけは強調 */
body.world-ended .top-article {
  opacity: 1 !important;
  filter: drop-shadow(0 0 10px red);
  /* 赤く光らせる */
}

/* 2. クライマックス時の激しい点滅（警告色） */
body.critical-error-mode {
  animation: critical-flash 0.1s infinite;
  pointer-events: none;
  /* 演出中は操作させない */
}

@keyframes critical-flash {
  0% {
    background-color: #fff;
    filter: invert(0);
  }
  50% {
    background-color: #000;
    filter: invert(1);
  }
  100% {
    background-color: #fff;
    filter: invert(0);
  }
}
/* ==============================================
   ▼ Final Phase: 粛清 (Blue Screen of Death)
   ============================================== */
/* 1. ブルースクリーン本体（最初は隠しておく） */
#blue-screen {
  display: none;
  /* JSでblockにする */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000AA;
  /* クラシックなエラーブルー */
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  z-index: 2147483647;
  /* 最前面 */
  padding: 50px;
  box-sizing: border-box;
  cursor: none;
  /* カーソルも消す */
  user-select: none;
  line-height: 1.5;
  font-size: 16px;
  overflow: hidden;
  /* スクロール禁止 */
}

/* 2. 激しいグリッチ演出（発動用クラス） */
body.purge-glitch {
  animation: purge-shake 0.1s infinite;
  filter: invert(1) contrast(2);
}

@keyframes purge-shake {
  0% {
    transform: translate(5px, 5px) skew(0deg);
  }
  25% {
    transform: translate(-5px, -5px) skew(10deg);
  }
  50% {
    transform: translate(5px, -5px) skew(-10deg);
  }
  75% {
    transform: translate(-5px, 5px) skew(5deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg);
  }
}
#blue-screen {
  animation: bsod-signal-failure 0.05s infinite;
  text-shadow: 2px 0px rgba(255, 0, 0, 0.5), -2px 0px rgba(0, 255, 0, 0.5);
  width: 103vw !important;
  height: 103vh !important;
  top: 0 !important;
  left: -1vw !important;
}

@keyframes bsod-signal-failure {
  0% {
    transform: translate(0, 0) skew(0deg);
    filter: blur(0px) contrast(1);
  }
  20% {
    transform: translate(-5px, 2px) skew(0.5deg);
    filter: blur(0.5px) contrast(1.1);
  }
  40% {
    transform: translate(5px, -2px) skew(0deg);
    filter: blur(0px) contrast(1);
  }
  60% {
    transform: translate(-3px, 4px) skew(-0.5deg);
    opacity: 0.95;
  }
  80% {
    transform: translate(3px, -4px) skew(0deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */