@import url(https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=JetBrains+Mono&display=swap);/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
.txt_white {
  color: #F8F7F2 !important; }

.txt_black {
  color: #101010 !important; }

.txt_pink {
  color: #F5B3BB !important; }

.txt_green {
  color: #00A33D !important; }

.txt_sky {
  color: #00A3D9 !important; }

.txt_red {
  color: #E83817 !important; }

.txt_blue {
  color: #0072BD !important; }

.txt_cha {
  color: #824221 !important; }

.txt_orange {
  color: #EC6700 !important; }

.txt_l-green {
  color: #08D836 !important; }

.txt_purple {
  color: #A300BD !important; }

.txt_mizuiro {
  color: #7ACAE5 !important; }

.txt_midori {
  color: #4BE6CA !important; }

.txt_l-red {
  color: #FF0000 !important; }

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes flowing2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes flowing2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes kashi {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); } }

@keyframes kashi {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); } }

@-webkit-keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

.bbs {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  position: fixed;
  top: 12px; }
  .bbs ul {
    -webkit-animation: flowing 40s linear infinite;
            animation: flowing 40s linear infinite;
    -webkit-animation-timing-function: steps(90, jump-start);
            animation-timing-function: steps(90, jump-start);
    font-size: 13px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "MS PGothic", "Inter", sans-serif;
    letter-spacing: 2px; }
    .bbs ul li {
      display: inline-block;
      padding-right: 10px; }

.bbs2 {
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  position: fixed;
  bottom: 12px;
  white-space: nowrap; }
  .bbs2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-animation: flowing2 40s linear infinite;
            animation: flowing2 40s linear infinite;
    -webkit-animation-timing-function: steps(90, jump-start);
            animation-timing-function: steps(90, jump-start);
    font-size: 13px; }
    .bbs2 ul li {
      margin-right: 20px;
      display: inline-block;
      width: -webkit-max-content;
      width: max-content;
      display: flex;
      align-items: center; }
      .bbs2 ul li p {
        font-weight: 500; }
      .bbs2 ul li img {
        width: 20px;
        border-radius: 5px;
        margin-right: 6px; }

.bbs3 {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: calc(100% - 88px);
  white-space: nowrap;
  z-index: 1;
  position: fixed;
  bottom: 40px;
  background-color: #232323;
  box-sizing: border-box;
  border: solid 1px #8f8f8f;
  height: 30px; }
  .bbs3 ul {
    -webkit-animation: flowing 40s linear infinite;
            animation: flowing 40s linear infinite;
    -webkit-animation-timing-function: steps(90, jump-start);
            animation-timing-function: steps(90, jump-start);
    font-size: 13px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin: 0;
    padding: 0;
    font-family: "Doto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "ROND" 100;
    color: #ffffff; }
    .bbs3 ul li {
      display: inline-block;
      padding-right: 10px; }

@-webkit-keyframes noise {
  0% {
    background-position: 0 0; }
  10% {
    background-position: -10% -10%; }
  20% {
    background-position: 10% 10%; }
  30% {
    background-position: -2% -2%; }
  40% {
    background-position: 3% 3%; }
  50% {
    background-position: -3% -3%; }
  60% {
    background-position: 40% 40%; }
  70% {
    background-position: -40% -40%; }
  80% {
    background-position: 2% 2%; }
  90% {
    background-position: -3% -3%; } }

@keyframes noise {
  0% {
    background-position: 0 0; }
  10% {
    background-position: -10% -10%; }
  20% {
    background-position: 10% 10%; }
  30% {
    background-position: -2% -2%; }
  40% {
    background-position: 3% 3%; }
  50% {
    background-position: -3% -3%; }
  60% {
    background-position: 40% 40%; }
  70% {
    background-position: -40% -40%; }
  80% {
    background-position: 2% 2%; }
  90% {
    background-position: -3% -3%; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes blink {
  0%, 50% {
    opacity: 1; }
  51%, 100% {
    opacity: 0; } }

@keyframes blink {
  0%, 50% {
    opacity: 1; }
  51%, 100% {
    opacity: 0; } }

::selection {
  color: #F8F7F2;
  background-color: #101010; }

body {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #101010;
  font-size: 12px;
  overflow-x: hidden;
  background-color: #000;
  overscroll-behavior-x: none; }

html {
  overscroll-behavior-x: none; }

.sp-only {
  display: none !important; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

a {
  text-decoration: none;
  color: #101010; }

/* Import fonts in CSS */
@font-face {
  font-family: "Number";
  src: local("Barlow");
  font-weight: 300;
  unicode-range: U+0030-0039; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-style: normal; }

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  font-family: ten-mincho-antique, sans-serif;
  font-weight: 500; }
  body.loading {
    overflow: hidden; }

html {
  height: 100%; }

body:has(.wrapper) {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: visible; }

.left {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  z-index: 1;
  line-height: 0;
  font-size: 0; }
  .left .copy {
    font-size: min(8vw, 24px);
    font-weight: 300;
    letter-spacing: 5px;
    font-family: "ten-mincho", serif;
    position: absolute;
    top: 170px;
    right: 160px;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
    .left .copy .copy-char {
      display: inline; }
  .left .copy2 {
    font-size: min(8vw, 23px);
    font-weight: 300;
    letter-spacing: 5px;
    font-family: "ten-mincho", serif;
    position: absolute;
    top: 200px;
    right: 220px;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
    .left .copy2 .copy-char {
      display: inline; }
  .left .kv {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: left top;
    opacity: 0; }
  .left .logo-wrap {
    position: absolute;
    left: 50%;
    top: 36px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 90%;
    z-index: 1; }
    .left .logo-wrap .tv-anime-sp {
      font-size: min(4.2vw, 14px);
      font-weight: 500;
      letter-spacing: 6px;
      margin-bottom: 22px;
      text-align: left;
      padding-left: 2px; }
    .left .logo-wrap .logo {
      width: 100%; }
    .left .logo-wrap .date {
      font-weight: 300;
      letter-spacing: 5px;
      margin-top: 24px; }

.right {
  position: fixed;
  top: 0;
  bottom: 0;
  left: var(--left-width, 50vw);
  width: var(--right-width, 50vw);
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  flex-direction: column;
  opacity: 0;
  /* 動く回数は元の約10回の半分＝5回（-2→2→-2→2→-2→0） */ }
  .right .copy {
    font-size: min(1.7vw, 24px);
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 1.8vw;
    font-family: "ten-mincho", serif; }
  .right .tv-anime {
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 3px;
    margin-top: 3vw;
    color: #000;
    text-align: left;
    padding-bottom: 20px;
    width: 30vw;
    max-width: 900px;
    scale: 1 0.9;
    font-family: "ten-mincho", serif; }
  .right .logo {
    width: 30vw;
    max-width: 900px;
    height: auto;
    object-fit: contain;
    object-position: center center; }
  .right .date {
    text-align: center;
    font-size: 1.5vw;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 2vw;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 30vw;
    max-width: 900px;
    font-family: "Number", "ten-mincho", sans-serif; }
  .right .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    gap: 6px;
    margin-top: 32px;
    flex-wrap: wrap; }
    .right .bottom .list1 {
      width: 100%;
      flex-direction: column !important;
      margin-bottom: 20px; }
      .right .bottom .list1 .gensaku {
        font-weight: 300;
        letter-spacing: 1px; }
      .right .bottom .list1 .shogakukan {
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0px;
        margin-top: 1px; }
    .right .bottom .list {
      width: 100%;
      max-width: 800px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: inherit; }
      .right .bottom .list p {
        font-size: min(1vw, 14px);
        font-weight: 300;
        letter-spacing: 0.2px;
        display: inline-block;
        white-space: nowrap;
        font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
      .right .bottom .list .name {
        margin-left: 2px;
        font-size: min(1.2vw, 16px);
        font-family: "ten-mincho", serif; }
      .right .bottom .list .comment {
        width: 14px;
        margin-left: 4px;
        position: relative;
        top: 1px; }
  .right .news {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    position: relative;
    -webkit-perspective: 50vw;
            perspective: 50vw;
    margin-top: 36px;
    margin-bottom: 100px; }

@-webkit-keyframes kata {
  0% {
    rotate: -2deg; }
  19% {
    rotate: -2deg; }
  20% {
    rotate: 2deg; }
  39% {
    rotate: 2deg; }
  40% {
    rotate: -2deg; }
  59% {
    rotate: -2deg; }
  60% {
    rotate: 2deg; }
  79% {
    rotate: 2deg; }
  80% {
    rotate: -2deg; }
  99% {
    rotate: -2deg; }
  100% {
    rotate: 0deg; } }

@keyframes kata {
  0% {
    rotate: -2deg; }
  19% {
    rotate: -2deg; }
  20% {
    rotate: 2deg; }
  39% {
    rotate: 2deg; }
  40% {
    rotate: -2deg; }
  59% {
    rotate: -2deg; }
  60% {
    rotate: 2deg; }
  79% {
    rotate: 2deg; }
  80% {
    rotate: -2deg; }
  99% {
    rotate: -2deg; }
  100% {
    rotate: 0deg; } }
  .right .news-sticky {
    padding: 10px 16px;
    width: 100%;
    scale: 0.9;
    position: relative;
    cursor: default;
    cursor: pointer; }
    .right .news-sticky::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: calc(100% - 2px);
      left: 0;
      top: 0;
      background-image: linear-gradient(to right, #303030, #f1f1f1);
      z-index: -1;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: translate3d(4px, 1px, -1px) rotate(1deg);
              transform: translate3d(4px, 1px, -1px) rotate(1deg);
      -webkit-filter: blur(1px);
              filter: blur(1px); }
    .right .news-sticky__text {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.8px;
      margin: 0;
      font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
    .right .news-sticky.animate-kata {
      -webkit-animation: kata 1.03s linear;
              animation: kata 1.03s linear;
      -webkit-animation-timing-function: steps(1);
              animation-timing-function: steps(1); }
    .right .news-sticky--1 {
      background-color: #fff9a4;
      -webkit-transform: rotate(-2.2deg);
              transform: rotate(-2.2deg);
      left: -30px; }
    .right .news-sticky--2 {
      background-color: #f6c0d6;
      -webkit-transform: rotate(3deg);
              transform: rotate(3deg);
      right: -30px;
      top: 0px; }
  .right .sns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .right .sns a {
      width: 28px; }
      .right .sns a img {
        width: 100%; }
  .right .copyright {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 16px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-family: "ten-mincho", serif; }

@-webkit-keyframes modal_movie_fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal_movie_fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.modal_movie {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out; }
  .modal_movie.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1; }
  .modal_movie .modal_movie_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: white;
    cursor: pointer; }
  .modal_movie .modal_movie_inner {
    position: relative;
    z-index: 2;
    width: 75%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #ffffff;
    opacity: 0; }
  .modal_movie.is-open .modal_movie_inner {
    -webkit-animation: modal_movie_fadeIn 1s 0.3s forwards;
            animation: modal_movie_fadeIn 1s 0.3s forwards; }
  .modal_movie .modal_movie_video {
    position: absolute;
    inset: 0;
    border: 1px solid #000;
    padding: 16px 16px 10px 16px;
    box-sizing: border-box;
    aspect-ratio: 1920 / 1080;
    /* iframe の前面に3px白枠（クリックは透過） */ }
    .modal_movie .modal_movie_video::before {
      content: "";
      position: absolute;
      top: 16px;
      right: 16px;
      bottom: 10px;
      left: 16px;
      border: 6px solid #fff;
      box-sizing: border-box;
      pointer-events: none;
      z-index: 1; }
    .modal_movie .modal_movie_video iframe {
      width: 100%;
      aspect-ratio: 1920 / 1080; }
  .modal_movie .modal_movie_close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    color: #000; }
    .modal_movie .modal_movie_close:hover {
      opacity: 0.3; }
    .modal_movie .modal_movie_close .border {
      position: relative;
      width: 60px;
      height: 60px;
      flex-shrink: 0; }
      .modal_movie .modal_movie_close .border .close_line {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
        .modal_movie .modal_movie_close .border .close_line:nth-child(1) {
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .modal_movie .modal_movie_close .border .close_line:nth-child(2) {
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }

body.modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden !important; }

.modal_comment,
.modal_content {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden; }
  .modal_comment.is-open,
  .modal_content.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1; }
  .modal_comment .modal_comment_overlay,
  .modal_content .modal_comment_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    touch-action: none; }
  .modal_comment .modal_comment_inner,
  .modal_content .modal_comment_inner {
    position: relative;
    z-index: 1;
    max-width: 480px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000;
    padding: 24px 32px 32px; }
  .modal_comment .modal_comment_content,
  .modal_content .modal_comment_content {
    position: relative;
    z-index: 2;
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
    cursor: text;
    padding-right: 32px;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 62px 40px 40px;
    width: 800px;
    height: 80vh;
    max-height: 80vh;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    flex-shrink: 0;
    touch-action: pan-y; }
    .modal_comment .modal_comment_content .comment_item,
    .modal_content .modal_comment_content .comment_item {
      margin-bottom: 68px; }
      .modal_comment .modal_comment_content .comment_item .comment_role,
      .modal_content .modal_comment_content .comment_item .comment_role {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        font-family: "ten-mincho", serif;
        margin-bottom: 8px; }
      .modal_comment .modal_comment_content .comment_item .comment_name,
      .modal_content .modal_comment_content .comment_item .comment_name {
        font-size: 32px;
        font-weight: 300;
        letter-spacing: 0.5px;
        font-family: "ten-mincho", serif;
        margin-bottom: 8px;
        margin-bottom: 12px; }
      .modal_comment .modal_comment_content .comment_item .news-name,
      .modal_content .modal_comment_content .comment_item .news-name {
        font-size: 21px;
        margin-bottom: 24px;
        text-decoration: underline;
        text-underline-offset: 3px; }
      .modal_comment .modal_comment_content .comment_item .news-title,
      .modal_content .modal_comment_content .comment_item .news-title {
        font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
        position: relative;
        left: -7px;
        letter-spacing: 1px; }
      .modal_comment .modal_comment_content .comment_item .news-text,
      .modal_content .modal_comment_content .comment_item .news-text {
        margin-bottom: 56px !important; }
      .modal_comment .modal_comment_content .comment_item .comment_text,
      .modal_content .modal_comment_content .comment_item .comment_text {
        font-size: 15px;
        font-weight: 300;
        line-height: 2.3;
        letter-spacing: 0.5px;
        font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
        margin-bottom: 8px;
        background-image: linear-gradient(to right, transparent 0, transparent 3px, #fff 2px, #fff 7px), linear-gradient(to bottom, transparent 0, transparent calc(2.3em - 1px), #000000 calc(2.3em - 2px), #000000 2.3em);
        background-repeat: repeat, repeat-y;
        background-size: 7px 7px, 100% 2.3em;
        background-position: 0 calc(2.3em - 2px), 0 0; }
  .modal_comment .modal_comment_text,
  .modal_content .modal_comment_text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-family: "ten-mincho", serif;
    white-space: pre-wrap;
    word-break: break-word; }
  .modal_comment .news-table,
  .modal_content .news-table {
    width: 100%;
    margin-top: 12px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
    .modal_comment .news-table .news-table__item,
    .modal_content .news-table .news-table__item {
      font-weight: 500; }
    .modal_comment .news-table td,
    .modal_content .news-table td {
      padding: 10px 12px;
      border: 1px solid #ccc;
      vertical-align: top;
      font-weight: 300; }
    .modal_comment .news-table__img td,
    .modal_content .news-table__img td {
      padding: 0;
      border: 1px solid #ccc;
      line-height: 0; }
    .modal_comment .news-table__img img,
    .modal_content .news-table__img img {
      display: block;
      width: 100%;
      height: auto; }
  .modal_comment .news-note,
  .modal_content .news-note {
    margin-top: 12px;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
  .modal_comment .modal_comment_close,
  .modal_content .modal_comment_close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s; }
    .modal_comment .modal_comment_close:hover,
    .modal_content .modal_comment_close:hover {
      opacity: 0.6; }
    .modal_comment .modal_comment_close .border,
    .modal_content .modal_comment_close .border {
      position: relative;
      width: 60px;
      height: 60px;
      flex-shrink: 0; }
      .modal_comment .modal_comment_close .border .close_line,
      .modal_content .modal_comment_close .border .close_line {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
        .modal_comment .modal_comment_close .border .close_line:nth-child(1),
        .modal_content .modal_comment_close .border .close_line:nth-child(1) {
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .modal_comment .modal_comment_close .border .close_line:nth-child(2),
        .modal_content .modal_comment_close .border .close_line:nth-child(2) {
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }

.mouse {
  pointer-events: none;
  z-index: 999; }
  .mouse.hov_ {
    transition: .5s; }
    .mouse.hov_ svg {
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
    @media (max-width: 1023px) {
    .bbs3 {
      display: none; }
    .sp-only {
      display: block !important; }
  .pc-only {
    display: none !important; }
    body {
      background-color: #F7F6F5; }
    html {
      overflow: visible;
      height: auto; }
    body:has(.wrapper) {
      overflow: visible;
      height: auto; }
    .wrapper {
      height: auto;
      min-height: auto;
      overflow: hidden; }
    .left {
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      width: 100%; }
      .left .copy {
        font-size: min(4.4vw, 23px);
        top: 180px;
        right: 70px; }
      .left .copy2 {
        font-size: min(4.4vw, 24px);
        top: 200px;
        right: 100px; }
      .left .kv {
        width: 100%; }
      .left .logo-wrap {
        opacity: 0; }
        .left .logo-wrap .date {
          font-size: min(4.5vw, 20px);
          letter-spacing: 4.2px;
          margin-top: 20px; }
    .right {
      opacity: 0;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      width: 100%;
      padding: 1rem 0.3rem;
      margin-top: 24px;
      background-color: #F7F6F5; }
      .right .copy {
        display: none; }
      .right .tv-anime {
        display: none; }
      .right .logo {
        display: none; }
      .right .date {
        display: none; }
      .right .bottom {
        position: relative;
        padding: 0px 8px;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        margin-top: 12px;
        gap: 8px; }
          .right .bottom .list1 .gensaku {
            margin-top: 0px; }
          .right .bottom .list1 .shogakukan {
            font-size: 11px;
            margin-top: 2px; }
          .right .bottom .list p {
            letter-spacing: 0px;
            font-size: 14px; }
          .right .bottom .list .name {
            font-size: min(4vw, 16px); }
      .right .news {
        margin-bottom: 20px;
        gap: 22px;
        width: 100%;
        align-items: center; }
      .right .news-sticky {
        padding: 12px 16px;
        width: 70%;
        box-shadow: 6px 5px 3px rgba(0, 0, 0, 0.1); }
        .right .news-sticky__text {
          font-size: 12px; }
        .right .news-sticky::before {
          display: none; }
        .right .news-sticky--1 {
          left: -20px; }
        .right .news-sticky--2 {
          right: -10px; }
      .right .sns {
        bottom: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        position: relative;
        width: 100%;
        margin-top: 40px;
        justify-content: center;
        gap: 18px; }
        .right .sns a {
          width: 28px; }
      .right .copyright {
        font-size: 10px;
        margin-top: 40px;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        position: relative;
        margin-bottom: 60px; }
      .modal_movie .modal_movie_inner {
        width: 100%; }
      .modal_movie .modal_movie_video {
        padding: 6px;
        padding: 6px 6px 2px 6px; }
        .modal_movie .modal_movie_video::before {
          top: 5px;
          right: 6px;
          bottom: 2px;
          left: 6px;
          border: 3px solid #fff; }
        .modal_movie .modal_movie_video iframe {
          aspect-ratio: 1920 / 1079; }
      .modal_movie .modal_movie_close {
        top: 24px;
        right: 24px;
        width: 32px;
        height: 32px; }
      .modal_comment .modal_comment_inner,
      .modal_content .modal_comment_inner {
        padding: 16px 16px 16px; }
      .modal_comment .modal_comment_content,
      .modal_content .modal_comment_content {
        padding: 52px 24px 24px;
        width: 100%;
        max-width: 100%; }
          .modal_comment .modal_comment_content .comment_item .comment_name,
          .modal_content .modal_comment_content .comment_item .comment_name {
            font-size: 24px;
            margin-bottom: 16px; }
          .modal_comment .modal_comment_content .comment_item .news-name,
          .modal_content .modal_comment_content .comment_item .news-name {
            font-size: 17px; }
          .modal_comment .modal_comment_content .comment_item .news-text,
          .modal_content .modal_comment_content .comment_item .news-text {
            font-size: 14px !important; }
          .modal_comment .modal_comment_content .comment_item .comment_text,
          .modal_content .modal_comment_content .comment_item .comment_text {
            font-size: 14px;
            margin-bottom: 16px;
            background-image: linear-gradient(to right, transparent 0, transparent 5px, #fff 2px, #fff 7px), linear-gradient(to bottom, transparent 0, transparent calc(2.3em - 1px), #000000 calc(2.3em - 2px), #000000 2.3em);
            background-size: 9px 3px, 100% 2.3em; }
      .modal_comment .news-table,
      .modal_content .news-table {
        font-size: 12px; }
      .modal_comment .modal_comment_close,
      .modal_content .modal_comment_close {
        top: 24px;
        right: 24px;
        width: 32px;
        height: 32px; } }
    @media (min-width: 1024px) {
      .right .news-sticky {
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        .right .news-sticky--1:hover {
          -webkit-transform: translate3d(0px, -1px, 0px) rotate(-3.2deg) skew(-1deg, 0deg);
                  transform: translate3d(0px, -1px, 0px) rotate(-3.2deg) skew(-1deg, 0deg); }
          .right .news-sticky--1:hover::before {
            -webkit-transform: translate3d(14px, 1px, -1px) rotate(1.6deg);
                    transform: translate3d(14px, 1px, -1px) rotate(1.6deg);
            opacity: 1; }
        .right .news-sticky--2:hover {
          -webkit-transform: translate3d(0px, -1px, 0px) rotate(2.2deg) skew(-1deg, 0deg);
                  transform: translate3d(0px, -1px, 0px) rotate(2.2deg) skew(-1deg, 0deg); }
          .right .news-sticky--2:hover::before {
            -webkit-transform: translate3d(14px, 1px, -1px) rotate(1.6deg);
                    transform: translate3d(14px, 1px, -1px) rotate(1.6deg);
            opacity: 1; } }
