@charset "UTF-8";
/*
============================================================

animelist

============================================================
*/
/* 共通パーツ
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* いつも使うもの
------------------------------------------------------------ */
/*
============================================================

基本のSCSS

============================================================
*/
/* リセットCSS
------------------------------------------------------------ */
/* Mixin
------------------------------------------------------------ */
/*
============================================================

ベース

============================================================
*/
/* basic
------------------------------------------------------------ */
/* webfont
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
============================================================

Mixin

============================================================
*/
/* Rex Breakpoint  ≥
----------------------------------------------------------------*/
/* Standard Color
----------------------------------------------------------------*/
/* Backbround Skew
----------------------------------------------------------------*/
/* このプロジェクト専用
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* いつも使うもの
------------------------------------------------------------ */
/* ベース
------------------------------------------------------------ */
/* reset
------------------------------------------------------------ */
/* 全体共通
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* 変数セット
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

全体共通

============================================================
*/
html {
  scroll-behavior: smooth;
}

.nonetb {
  display: none !important;
}
@media screen and (min-width: 1221px) {
  .nonetb {
    display: block !important;
  }
}
.nonesp {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .nonesp {
    display: block !important;
  }
}
.nonepc {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .nonepc {
    display: none !important;
  }
}

.onlysp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .onlysp {
    display: block !important;
  }
}

img {
  display: inline-block;
  width: 100%;
}

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

.dramalist a {
  text-decoration: none;
  color: #1499FF;
}

picture {
  line-height: 0;
  display: block;
}

/* main
------------------------------------------------------------ */
/*
============================================================

animelist

============================================================
*/
/* 共通パーツ
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

animelist

============================================================
*/
.animelist {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 24px;
  color: #002F7C;
  /* レスポンシブ対応 */
  /* Responsive styles for desktop */
}
.animelist-kv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/kv/bg_sp.webp);
  position: relative;
}
@media (min-width: 769px) {
  .animelist-kv {
    background-image: url(../img/kv/bg.webp);
    background-size: auto 352px;
    height: 352px;
  }
}
@media (min-width: 1441px) {
  .animelist-kv {
    background-size: cover;
  }
}
.animelist-kv-inr {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 41px 0 70px;
}
@media (min-width: 769px) {
  .animelist-kv-inr {
    padding: 38px 0 0;
  }
}
.animelist-kv-inr h1 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  text-align: center;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.animelist-kv-ttl {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 0 20px 0 !important;
}
@media (min-width: 769px) {
  .animelist-kv-ttl {
    padding: 0;
    max-width: 646px;
  }
}
.animelist-kv-txt {
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  position: relative;
  text-align: center;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.animelist-kv-txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(233, 224, 255, 0.5);
  mix-blend-mode: screen;
}
@media (min-width: 769px) {
  .animelist-kv-txt {
    max-width: 700px;
  }
}
.animelist-kv-txt span {
  display: block;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
@media (min-width: 769px) {
  .animelist-kv-txt span {
    font-size: 16px;
  }
}
.animelist-kv-txt small {
  font-size: 13px;
  z-index: 2;
  position: relative;
}
.animelist-content {
  max-width: 970px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .animelist-content {
    padding: 0;
  }
}
.animelist-content.page {
  margin: 0 auto 138px;
}
@media (min-width: 769px) {
  .animelist-content.page {
    margin: 0 auto 160px;
  }
}
.animelist-content.single {
  margin: 40px auto;
}
.animelist-content.fixed {
  padding-top: 312px;
}
@media (min-width: 1441px) {
  .animelist-content.fixed {
    padding-top: 184px;
  }
}
.animelist-content-scrolltop {
  position: fixed;
  bottom: 160px;
  right: 0;
  background: #5089E5;
  border-radius: 8px 0px 0px 8px;
  opacity: 0;
  transition: opacity 0.3s;
}
.animelist-content-scrolltop a {
  display: flex;
  flex-direction: column;
  padding: 16px 12px;
  margin: 0;
  flex-wrap: wrap;
  gap: 4px;
}
.animelist-content-scrolltop a span {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.animelist-content-scrolltop a::before {
  content: "";
  background: url(../img/down.svg) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 16px;
  transform: rotate(180deg);
  margin: 0 auto;
}
.animelist-content-scrolltop.fixed {
  opacity: 1;
}
.animelist-content-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media (min-width: 769px) {
  .animelist-content-nav {
    gap: 24px;
  }
}
.animelist-content-nav-wrap {
  width: 100%;
  margin-inline: auto;
}
.animelist-content-nav-wrap-inr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0 32px;
  margin: 0 0;
}
.animelist-content-nav-wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 7;
  transform: translateY(0);
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.1);
}
.animelist-content-nav-wrap.fixed .animelist-content-nav {
  justify-content: center;
  position: relative;
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-ttl {
  display: none;
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-wrap-inr {
  justify-content: center;
  padding: 14px 20px;
  gap: 8px;
}
@media (min-width: 769px) {
  .animelist-content-nav-wrap.fixed .animelist-content-nav-wrap-inr {
    flex-direction: row;
    padding: 16px 0;
    gap: 16px;
  }
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-link {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 4px;
}
@media (min-width: 769px) {
  .animelist-content-nav-wrap.fixed .animelist-content-nav-link {
    gap: 8px;
  }
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-link a {
  font-size: 14px;
  padding: 12px 8px;
  flex: 1 0 auto;
}
@media (min-width: 769px) {
  .animelist-content-nav-wrap.fixed .animelist-content-nav-link a {
    font-size: 16px;
    padding: 16px;
    gap: 6px;
    width: auto;
  }
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-link a::after {
  display: none;
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-link a.single {
  padding: 12px 8px;
  gap: 12px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .animelist-content-nav-wrap.fixed .animelist-content-nav-link a.single {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.animelist-content-nav-wrap.fixed .animelist-content-nav-link a.single::after {
  display: none;
}
.animelist-content-nav-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .animelist-content-nav-ttl {
    width: 112px;
  }
}
.animelist-content-nav-link {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .animelist-content-nav-link {
    width: auto;
  }
}
.animelist-content-nav-link a {
  background: #CD2A5E;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 14px 16px 16px;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
}
.dramalist .animelist-content-nav-link a {
  background: #0656A5;
}
@media (min-width: 577px) {
  .animelist-content-nav-link a {
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .animelist-content-nav-link a {
    padding: 16px 16px 16px 32px;
    gap: 10px;
    font-size: 18px;
  }
}
.animelist-content-nav-link a::after {
  display: inline-block;
  content: "";
  background: url(../img/down.svg) no-repeat center;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.animelist-content-nav-link a.single {
  background: #CD2A5E;
  color: #fff;
  padding: 16px 32px;
  gap: 16px;
  width: 100%;
}
.dramalist .animelist-content-nav-link a.single {
  background: #0656A5;
}
@media (min-width: 769px) {
  .animelist-content-nav-link a.single {
    width: auto;
  }
}
.animelist-content-nav-link a.single span {
  width: 100%;
  flex: 1 0 0;
  text-align: center;
}
.animelist-content-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .animelist-content-wrap {
    gap: 40px;
  }
}
.animelist-content-main {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  gap: 16px;
}
@media (min-width: 769px) {
  .animelist-content-main {
    gap: 24px;
  }
}
.animelist-content-main-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 769px) {
  .animelist-content-main-wrap {
    gap: 40px;
  }
}
.animelist-content-ttl {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .animelist-content-ttl {
    height: auto;
  }
}
.animelist-content-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  padding: 24px;
  gap: 16px;
}
@media (min-width: 769px) {
  .animelist-content-list {
    padding: 48px 80px 40px;
    gap: 24px;
  }
}
.animelist-content-list-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.animelist-content-list-box-ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.animelist-content-list-box-ttl span {
  color: #002F7C;
  font-size: 20px;
  font-weight: bold;
}
.animelist-content-list-box-ttl:after {
  content: "";
  display: block;
  flex: 1 0 0;
  width: 100%;
  height: 1px;
  background: #DADCE1;
}
.animelist-content-list-box ul {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.animelist-content-list-box ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.animelist-content-list-box ul li a {
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.4;
  width: 100%;
}
.animelist-content-list-box ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #F44280 url(../img/down.svg) center no-repeat;
  background-size: 8px;
  border-radius: 100vmax;
  flex: 1 0 auto;
}
.dramalist .animelist-content-list-box ul li:before {
  background: #1499FF url(../img/down.svg) center no-repeat;
}
.animelist-content-box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  padding: 32px 24px 24px;
}
@media (min-width: 769px) {
  .animelist-content-box {
    padding: 48px 80px 40px;
  }
}
.animelist-content-box-ttl {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
  gap: 12px;
}
@media (min-width: 769px) {
  .animelist-content-box-ttl {
    gap: 24px;
  }
}
.animelist-content-box-ttl h2 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #002F7C;
}
@media (min-width: 769px) {
  .animelist-content-box-ttl h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.animelist-content-box-ttl:before, .animelist-content-box-ttl:after {
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/ttiline_sp.svg) no-repeat center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .animelist-content-box-ttl:before, .animelist-content-box-ttl:after {
    background: url(../img/ttiline.svg) no-repeat center;
    background-size: cover;
  }
}
.animelist-content-box-main {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 769px) {
  .animelist-content-box-main {
    gap: 6px;
  }
}
.animelist-content-box-main h3 {
  display: flex;
  align-items: center;
  border-left: 3px solid #CD2A5E;
  color: #CD2A5E;
  font-weight: 700;
  padding: 0 0 0 8px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.dramalist .animelist-content-box-main h3 {
  border-left: 3px solid #0656A5;
  color: #0656A5;
}
@media (min-width: 769px) {
  .animelist-content-box-main h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.animelist-content-box-main p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0;
}
@media (min-width: 769px) {
  .animelist-content-box-main p {
    font-size: 16px;
    margin: 0 0 6px;
  }
}
.animelist-content-box-main p a {
  text-decoration: underline;
}
.animelist-content-box-main .wp-block-group {
  padding: 6px 0px;
}
.animelist-content-box-main .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.animelist-content-box-main .wp-block-lazyblock-linktyp1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 16px 0px 24px;
}
@media (min-width: 769px) {
  .animelist-content-box-main .wp-block-lazyblock-linktyp1 {
    padding: 16px 0px;
  }
}
.animelist-content-box-main .wp-block-lazyblock-linktyp2 {
  display: flex;
  padding: 8px 0px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.animelist-content-box-main .linktyp-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #bf0000;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  transition: background 0.3s;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .animelist-content-box-main .linktyp-1 {
    width: 400px;
    padding: 24px;
    font-size: 18px;
  }
}
.animelist-content-box-main .linktyp-1:hover {
  background: #ff1212;
}
.animelist-content-box-main .linktyp-1 span {
  display: block;
  flex: 1 0 0;
}
.animelist-content-box-main .linktyp-1::after {
  content: "";
  background: url(../img/right.svg) no-repeat center;
  background-size: contain;
  width: 7px;
  height: 14px;
}
.animelist-content-box-main .linktyp-2 {
  color: #F44280;
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s;
}
.dramalist .animelist-content-box-main .linktyp-2 {
  color: #1499FF;
}
.animelist-content-box-main .linktyp-2:hover {
  opacity: 0.8;
}
.animelist-content-box-main .linktyp-2 span {
  display: block;
  flex: 1 0 0;
}
.animelist-content-box-main .linktyp-2::after {
  content: "";
  background: #F44280 url(../img/right.svg) no-repeat center;
  background-size: 4px;
  width: 18px;
  height: 18px;
  border-radius: 100vmax;
  top: 1px;
  position: relative;
}
.dramalist .animelist-content-box-main .linktyp-2::after {
  background: #1499FF url(../img/right.svg) no-repeat center;
  background-size: 4px;
}
.animelist .tab-container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.animelist .tab-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 24px 32px;
  border: none;
  border-radius: 10px 10px 0 0;
  transition: opacity 0.2s;
  position: relative;
  transition: 0.2s ease all;
}
.animelist .tab-button:not(.active):hover {
  filter: brightness(1.4);
}
.animelist .tab-button.anime {
  background: #F44280;
}
.animelist .tab-button.drama {
  background: #006BD6;
}
.animelist .tab-label {
  flex: 1;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.animelist .check-icon {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 10px;
  background: #FFF;
  width: 20px;
  height: 20px;
}
.animelist .tab-button.active .check-icon {
  display: flex;
}
@media (max-width: 640px) {
  .animelist .tab-container {
    gap: 16px;
  }
  .animelist .tab-button {
    padding: 20px 24px;
    gap: 16px;
  }
  .animelist .tab-label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .animelist .tab-button {
    padding: 16px 16px;
    gap: 12px;
  }
  .animelist .tab-label {
    font-size: 16px;
  }
  .animelist .check-icon {
    width: 18px;
    height: 18px;
  }
}
.animelist .genre-toggle {
  display: none;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background-color: #E7E7EB;
  width: 100%;
  max-width: 268px;
}
.animelist .animelist-content-nav-wrap.fixed .genre-toggle {
  display: flex;
}
.animelist .genre-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  flex: 1;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease;
  background-color: #999FA4;
  width: 115px;
}
.animelist .genre-button.active.anime {
  background-color: #F44280;
}
.animelist .genre-button.active.drama {
  background-color: #006BD6;
}
.animelist .check-icon {
  display: flex;
  padding: 4.286px;
  align-items: center;
  gap: 7.143px;
  border-radius: 10px;
  background-color: #ffffff;
}
.animelist .check-icon svg {
  width: 12px;
  height: 12px;
}
.animelist .check-icon.anime svg {
  fill: #F44280;
  stroke: #F44280;
}
.animelist .check-icon.drama svg {
  fill: #006BD6;
  stroke: #006BD6;
}
@media (min-width: 768px) {
  .animelist .genre-button {
    padding: 16px;
    font-size: 16px;
  }
}
.sp .animelist .switch-bottom-pc {
  display: none;
}
.pc .animelist .switch-bottom-sp {
  display: none;
}
.sp .animelist .switch-bottom-sp {
  position: absolute;
  top: -38px;
  width: 100%;
}
.sp .animelist .switch-bottom-sp .genre-toggle {
  padding: 0px;
  align-items: end;
  gap: 8px;
  background-color: initial;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.sp .animelist .switch-bottom-sp .genre-toggle .genre-button {
  padding: 10px 16px;
}
.sp .animelist .switch-bottom-sp .genre-toggle .genre-button:nth-child(1) {
  border-radius: 0 4px 0 0;
}
.sp .animelist .switch-bottom-sp .genre-toggle .genre-button:nth-child(2) {
  border-radius: 4px 0 0 0;
}
.animelist .genre-button[data-genre=anime], .animelist .genre-button[data-genre=drama] {
  transition: 0.2s ease all;
}
.animelist .genre-button[data-genre=anime]:hover {
  background-color: #F44280;
}
.animelist .genre-button[data-genre=drama]:hover {
  background-color: #006BD6;
}