@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* 内側_背景 */
.inner-bg {
  padding-top: 5%;
}
/* ストーリー_枠 */
@media screen and (min-width:768px) { /* PC ==================== */
  .category_story {
    width: 70%;
    margin: 0 15%;
    border-spacing: 0;
    border-collapse: collapse;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .category_story {
    width: 84%;
    margin: 0 8% 1.5em 8%;
    border-spacing: 0;
    border-collapse: collapse;
  }
}
/* ストーリー_タイトル */
@media screen and (min-width:768px) { /* PC ==================== */
  .category_story_title {
    border-left: 15px solid #2655a2;
    font-size: 2rem;
    line-height: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #222;
    padding: .2em .4em .9em;
    margin: 0 0 1em 0;
  }
  .category_story_title .episode {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #222;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .category_story_title {
    border-left: 5px solid #2655a2;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #222;
    padding: .2em .4em;
    margin: 0 0 0.8em 0;
  }
  .category_story_title .episode {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #222;
  }
}
/* スライダー_枠 */
@media screen and (min-width:768px) { /* PC ==================== */
  .category_movie_window {
    width: 900px;
    height: auto;
    padding: 0 auto 0 auto;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .category_movie_window {
    width: 90%;
    height: auto;
    padding: .3rem auto 2rem auto;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
}
/* スライダー_本体 */
@media screen and (min-width:768px) { /* PC ==================== */
  .swiper {
    width: 880px;
    margin: 0 auto 0 auto;
  }
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .swiper {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
/* スライダー_サムネイル */
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 5);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* ストーリー_本文枠 */
@media screen and (min-width:768px) { /* PC ==================== */
  .category_story_waku {
    width: 880px;
    margin: 1em auto;
    padding: 3em 2em 2em;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #b5ccd9;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: left;
    valign: middle;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .category_story_waku {
    width: 80%;
    height: auto;
    margin: 10px 10%;
    padding: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #b5ccd9;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: left;
    valign: middle;
  }
}
/* ストーリー_本文 */
@media screen and (min-width:768px) { /* PC ==================== */
  .category_story_honbun {
    font-size: 1.2rem;
    line-height: 1.9rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #222;
    margin: 0 0 1em 0;
    text-align: left;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .category_story_honbun {
    font-size: 1.1rem;
    line-height: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #222;
    margin: 0 0 0.8em 0;
    text-align: left;
  }
}
/* スタッフ＆キャスト */
@media screen and (min-width:768px) { /* PC ==================== */
  .anime_staff_table {
    width: 70%;
    margin: 0 15% 30px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .anime_staff_table {
    width: 80%;
    margin: 0 10% 15px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.anime_staff_table th, .anime_staff_table td {
  border-bottom: 2px solid #0055A8;
}
@media screen and (min-width:768px) { /* PC ==================== */
  .anime_staff_table th {
    width: 35%;
    padding: 1em 0 1em 1em;
    color: #262626;
    font-size: 2em;
    text-align: left;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .anime_staff_table th {
    width: 35%;
    padding: 5px 0 5px 5px;
    color: #262626;
    font-size: 0.7em;
    text-align: left;
  }
}
@media screen and (min-width:768px) { /* PC ==================== */
  .anime_staff_table td {
    width: 65%;
    padding: 1em 0 1em 2em;
    font-size: 1.8em;
    color: #262626;
    text-align: left;
    valign: middle;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .anime_staff_table td {
    width: 65%;
    padding: 1em 0 1em 2em;
    font-size: 0.7em;
    color: #262626;
    text-align: left;
    valign: middle;
  }
}
.anime_staff_table th:last-child, .anime_staff_table td:last-child {
  border-bottom: 2px solid #0055A8;
}
.anime_staff_table tr:last-child th, .anime_staff_table tr:last-child td {
  border-bottom: 2px solid #0055A8;
}
.anime_staff_table th:first-child, .anime_staff_table td:first-child {
  border-top: 2px solid #0055A8;
  border-bottom: 2px solid #0055A8;
}
.anime_staff_table tr:first-child th {
  border-top: 2px solid #0055A8 !important;
}
.anime_staff_table tr:first-child td {
  border-top: 2px solid #0055A8 !important;
}
/* 新スタッフ＆キャスト_タイトル */
@media screen and (min-width:768px) { /* PC ==================== */
  .anime_2025_staff_table {
    width: 70%;
    padding: 30px 0 10px;
    border-spacing: 0;
    border-collapse: separate;
    background-image: repeating-linear-gradient(24deg, #96e6ff, #96e6ff 1px, #b8e2f3 1px, #b8e2f3 10px);
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #222;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .anime_2025_staff_table {
    width: 80%;
    padding: 15px 0 10px;
    border-spacing: 0;
    border-collapse: separate;
    background-image: repeating-linear-gradient(24deg, #96e6ff, #96e6ff 1px, #b8e2f3 1px, #b8e2f3 10px);
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #222;
    text-align: center;
  }
}
.anime_2025_staff_table th:last-child, .anime_2025_staff_table td:last-child {
  border-bottom: 2px solid #0055A8;
}
.anime_2025_staff_table tr:last-child th, .anime_2025_staff_table tr:last-child td {
  border-bottom: 2px solid #0055A8;
}
.anime_2025_staff_table th:first-child, .anime_2025_staff_table td:first-child {
  border-top: 2px solid #0055A8;
}
.anime_2025_staff_table tr:first-child th {
  border-top: 2px solid #0055A8 !important;
}
.anime_2025_staff_table tr:first-child th {
  border-bottom: none;
}
.anime_2025_staff_table tr:first-child td[rowspan] {
  border-top: 2px solid #0055A8 !important;
}
/* 過去回コンテナ */
.past_container {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 20px;
  justify-content: center;
	margin: 30px 0 50px;
}
@media (max-width:768px) { /* SP ==================== */
  .past_container {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    gap: 10px;
    justify-content: center;
	  	margin: 15px 0 30px;
  }
}
/* 過去回コンテナ_個別 */
.past_item {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 30%;
  align-items: stretch;
  order: 0;
  border: 2px solid #01106a;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width:768px) { /* SP ==================== */
  .past_item {
    flex: 1 1 calc(50% - 20px);
  }
}
.past_item_image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.past_item_image p {
  position: absolute;
  top: 80%;
  left: 85%;
  width: 10%;
  filter: invert(22%) sepia(99%) saturate(7468%) hue-rotate(358deg) brightness(106%) contrast(118%) drop-shadow(2px 2px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
  ;
}
.past_item_title_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0px;
}
.past_item_category_title {
  background: #01106a;
  color: white;
  padding: 5px;
  font-weight: bold;
}
.past_item_category_date {
  margin-left: auto;
  color: black;
  font-weight: normal;
}
.past_item_title {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0;
}
.past_item_content {
  font-size: 1em;
  padding: 3px 0 10px;
}
@media (max-width:768px) { /* SP ==================== */
.past_item_title {
  font-weight: bold;
  font-size: 1em;
  padding: 5px 0;
}
.past_item_content {
  font-size: 0.8em;
  padding: 3px 0 10px;
}
}
/* 各アイテム_コンテナ */
.character_2025_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  justify-content: space-between;
}
/* コンテナ_個別 */
.character_2025_item {
  width: 76%;
  margin: 0 auto;
  padding: 0 0 25px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:768px) { /* SP ==================== */
  .character_2025_item {
    flex: 1 1 calc(50% - 20px);
    position: relative;
  }
}
/* アーカイブボタン */
.archive_2025_container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  background: rgba(103, 114, 137, 0.5);
}
@media screen and (min-width:768px) { /* PC ==================== */
  .btn_archive_2025 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.7em;
    border-radius: 20px;
    margin: 0 auto;
    width: 70%;
    height: 100px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    border: 2px solid #ffffff;
    transition: 0.3s;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(271deg, rgba(60, 117, 255, 1), rgba(2, 0, 67, 1));
  }
  .btn_archive_2025:hover {
    box-shadow: 0 0 rgba(0, 0, 0, .3);
  }
}
@media (max-width:768px) { /* SP ==================== */
  .btn_archive_2025 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.8em;
    border-radius: 10px;
    margin: 0 auto;
    width: 80%;
    height: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    border: 2px solid #ffffff;
    transition: 0.3s;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(271deg, rgba(60, 117, 255, 1), rgba(2, 0, 67, 1));
  }
  .btn_archive_2025:hover {
    box-shadow: 0 0 rgba(0, 0, 0, .3);
  }
}






/* 旧_アニメタグ==============================- */
.new-anime {
  text-align: center;
  background-image: url(../img/anime-base.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.new-anime__youtube {
  padding-bottom: 7%;
}
.new-anime__youtube iframe {
  width: 81.5%;
  margin: 7% 5% 0 5%;
  aspect-ratio: 16 / 9;
}
.new-anime {
  margin-top: 7%;
}
.new-anime__img {
  width: 60%;
  margin: auto;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 10;
}
.story-title {
  width: 80%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}
@media screen and (min-width:768px) { /* PC ==================== */
  .story-title {
    font-size: 200%;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .story-title {
    font-size: 120%;
  }
}
.pv {
  margin-top: 7%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
@media screen and (min-width:768px) { /* PC ==================== */
  .pv {
    width: 60%;
    border-top: 5px solid #eee;
    border-left: 5px solid #ccc;
    border-right: 5px solid #777;
    border-bottom: 5px solid #333;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .pv {
    width: 80%;
    border-top: 3px solid #eee;
    border-left: 3px solid #ccc;
    border-right: 3px solid #777;
    border-bottom: 3px solid #333;
  }
}
.pv iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
@media screen and (min-width:768px) { /* PC ==================== */
  .pv iframe {
    border: 5px solid #fff;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .pv iframe {
    border: 3px solid #fff;
  }
}
.stories {
  width: 80%;
  margin: 10% auto 0;
}
@media screen and (min-width:768px) { /* PC ==================== */
  .story {
    width: calc(50% - 10px);
    float: left;
    border-top: 5px solid #eee;
    border-left: 5px solid #ccc;
    border-right: 5px solid #777;
    border-bottom: 5px solid #333;
    margin-top: 10px;
  }
  .story:nth-child(2n+1) {
    margin-right: 15px;
  }
  .story:nth-child(n) {
    float: left;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .story {
    border-top: 3px solid #eee;
    border-left: 3px solid #ccc;
    border-right: 3px solid #777;
    border-bottom: 3px solid #333;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) { /* PC ==================== */
  .story span {
    width: 100%;
    height: 100%;
    padding: 26.7%;
    display: block;
    overflow: hidden;
    border: 5px solid #fff;
    position: relative;
  }
  .story span img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .story p {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 120%;
    background-color: #000;
    color: #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  .story div {
    display: none;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .story div {
    display: block;
  }
  .story div iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border: 3px solid #fff;
  }
  .story div p {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 120%;
    background-color: #000;
    color: #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .story a {
    display: none;
  }
}