@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");


*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  background-color: #ffffff;
  color: #0c0b0b;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.sp-menu {
  overflow: hidden;
}
body.modal-active {
  overflow: hidden;
}
.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
.top-content {
  z-index: 2;
  position: relative;
}
.loader {
  display: flex;
  visibility: hidden;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background-color: #ededed;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.is-loading .loader {
  visibility: visible;
  opacity: 1;
}
.loader img {
  width: 100%;
  height: auto;
}
.loader .loader-inner {
  width: 100%;
  max-width: 330px;
  padding: 0 20px;
}
.loader .loader-logo {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.loader .loader-bar {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}
.loader .loader-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #df0051;
}
.loader .loader-ico {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 50px auto 0 auto;
}
.loader .loader-ico-mask {
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.loader .loader-ico-mask img {
  position: absolute;
  bottom: -36px;
  left: 18px;
  width: 54px;
  height: auto;
  animation: loading-ico-move 1.6s infinite linear;
}
.loader .loader-ico-circle {
  z-index: 1;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffffff;
}
.loader .loader-ico-ttl {
  display: flex;
  z-index: 3;
  position: relative;
  top: -10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2px;
}
.loader .loader-ico-ttl img.ttl {
  display: block;
  width: 70px;
  height: auto;
}
.loader .loader-ico-ttl-dots {
  aspect-ratio: 1/0.5;
  width: 28px;
  --_g: no-repeat radial-gradient(circle closest-side, #df0051 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: dots-move 1s infinite linear;
}
@keyframes dots-move {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
@keyframes loading-ico-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
header {
  z-index: 100;
  position: fixed;
  top: 20px;
  left: 50%;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  transform: translateX(-50%);
}
header.top {
  visibility: hidden;
  opacity: 0;
}
body.animated header {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
header .sp-hm-menu {
  display: none;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 5px;
  width: 54px;
  height: 54px;
  background-image: url("../img/ico-menu.png");
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
header .sp-hm-menu .sp-menu-text {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
header .sp-hm-menu .sp-menu-text::before {
  content: "MENU";
}
header .sp-hm-menu .sp-menu-ico {
  z-index: 2;
  position: absolute;
  top: 19px;
  left: 50%;
  width: 18px;
  height: 9px;
  transform: translateX(-50%);
}
header .sp-hm-menu .sp-menu-ico > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
header .sp-hm-menu .sp-menu-ico > span:last-child {
  bottom: 0;
}
.sp-menu header .sp-hm-menu {
  background-image: url("../img/ico-menu-on.png");
}
.sp-menu header .sp-hm-menu .sp-menu-text::before {
  content: "CLOSE";
}
.sp-menu header .sp-hm-menu .sp-menu-ico > span {
  top: 25%;
  transform: rotate(45deg);
}
.sp-menu header .sp-hm-menu .sp-menu-ico > span:last-child {
  transform: rotate(-45deg);
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.7% 0 2.5%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-nav img {
  display: block;
  width: 100%;
  height: auto;
}
.header-nav .logo {
  width: 102px;
  margin-right: 3.9%;
}
.header-nav .sns-link {
  width: 50px;
  margin-left: 3.6%;
}
.header-nav .sns-link a img {
  transition: opacity 0.3s;
}
.header-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.header-nav ul li a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 80px;
  border-bottom: 3px solid transparent;
  color: #e5004f;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-decoration: none;
  transition: border-bottom 0.5s ease;
}
.header-nav ul li a span {
  display: block;
  margin-top: 5px;
  color: #2d2c2c;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  transition: color 0.3s;
}
.top-kv {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 calc(25vw - 150px) 0;
  line-height: 1;
  text-align: center;
}
.top-kv {
  visibility: hidden;
  opacity: 0;
}
body.animated .top-kv {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.top-kv .text1 {
  position: relative;
  left: -4.1346153846%;
  width: 104.4230769231%;
}
.top-kv .text1 img {
  width: 100%;
  pointer-events: none;
}
.top-kv .logo {
  margin-top: 0;
  text-align: center;
}
.top-kv .logo img {
  display: inline-block;
  width: 51.9230769231%;
  pointer-events: none;
}
.top-kv .text2 {
  position: relative;
  left: -1.9230769231%;
  width: 103.75%;
  margin-top: -12px;
}
.top-kv .text2 img {
  width: 100%;
  pointer-events: none;
}
.top-kv .text2 img.sp {
  display: none;
}
.top-kv-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190vw;
  overflow: hidden;
  opacity: 0;
}
.top-kv-image.on {
  opacity: 1;
}
.top-kv-image img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.top-kv-image-inner {
  position: relative;
  top: -55vw;
}
.kv-animation .top-kv-image-inner {
  top: -30vw;
  transition: top 1.6s linear;
}
.kv-position-set .top-kv-image-inner {
  top: -25vw;
}
.top-kv-image-front {
  position: absolute;
  top: 75.1vw;
  left: 0;
  width: 100%;
  transition: top 1.6s linear;
}
.kv-animation .top-kv-image-front {
  top: 79vw;
}
.top-kv-image-front img.front-base {
  z-index: 1;
  position: relative;
}
.top-kv-image-front img.front-effect {
  z-index: 2;
  position: absolute;
  top: 0;
  top: -18.2%;
  left: 0vw;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.8s ease 1.6s;
}
.kv-animation .top-kv-image-front img.front-effect {
  opacity: 1;
}
.top-kv-image-mask {
  z-index: 3;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, #ffffff 30%);
}
.top-movie {
  padding-top: 300px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
}
.top-movie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}
.top-movie-ttl {
  width: 21.55%;
}
.top-movie-ttl-ttl img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.top-movie-ttl-desc {
  margin-top: 30px;
  color: #00b298;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.top-movie-ttl-movie {
  width: 73.77%;
}
.top-movie-wrapper {
  position: relative;
  aspect-ratio: 900/506;
  overflow: hidden;
  border-radius: 20px;
  background-color: #00b298;
}
.top-movie-wrapper iframe {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-movie-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/ico-play.svg");
  background-position: center center;
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 178, 152, 0.6);
  cursor: pointer;
  transition: background-size 0.3s;
}
.top-news {
  z-index: 2;
  position: relative;
}
.top-news::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  content: "";
}
.top-news-innner {
  position: relative;
  padding: 0 20px;
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
}
.top-news-innner::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 94, 64, 0.9);
  content: "";
}
.top-news-innner::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top-news-bg.jpg");
  background-position: center center;
  background-size: cover;
  content: "";
}
.top-news-content {
  display: flex;
  z-index: 3;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 190px 0 190px 0;
}
.top-news-ttl {
  position: relative;
  width: 31%;
}
.top-news-ttl-inner {
  display: flex;
  position: relative;
  top: 0;
  left: -16.9%;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 106.4%;
  background-image: url("../img/top-news-ttl-bg.png");
  background-size: cover;
}
.top-news-ttl-ttl {
  position: relative;
  width: 68%;
  transform: translateY(-45%);
}
.top-news-ttl-ttl img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.top-news-sp-ttl {
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-news-sp-ttl-ttl {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 56.4%;
  margin: 0 auto;
  background-image: url("../img/top-news-ttl-bg.png");
  background-size: cover;
}
.top-news-sp-ttl-ttl img {
  display: block;
  width: 54%;
  margin-top: -28%;
}
.top-news-list {
  width: 69%;
  padding-right: 20px;
}
.top-news-list ul {
  list-style: none;
}
.top-news-list ul li {
  border-top: 1px solid #ffffff;
}
.top-news-list ul li:last-child {
  border-bottom: 1px solid #ffffff;
}
.top-news-list ul li a,
.top-news-list ul li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  gap: 27px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.top-news-list ul li a .news-date,
.top-news-list ul li span .news-date {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.top-news-list ul li a .news-date .news-date-header,
.top-news-list ul li span .news-date .news-date-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 5px;
}
.top-news-list ul li a .news-date .news-date-header > b,
.top-news-list ul li span .news-date .news-date-header > b {
  font-size: 1.3rem;
}
.top-news-list ul li a .news-date .news-date-header > i,
.top-news-list ul li span .news-date .news-date-header > i {
  padding: 2px 6px;
  border-radius: 9999px;
  background-color: #e5004f;
  color: #ffffff;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
}
.top-news-list ul li a .news-text,
.top-news-list ul li span .news-text {
  width: 100%;
  font-weight: 700;
  font-size: 1.7rem;
  overflow-wrap: anywhere;
}
.top-news-more {
  margin-top: 30px;
  text-align: right;
}
.top-news-more a {
  display: inline-block;
  padding-right: 10px;
  background-image: url("../img/ico-top-news-aw.svg");
  background-position: 100% 50%;
  background-size: 6px auto;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-introduction-dec {
  z-index: 2;
  position: relative;
  margin-top: -150px;
  text-align: center;
}
.top-introduction-dec img {
  display: inline-block;
  width: 312px;
  pointer-events: none;
}
.top-introduction {
  z-index: 1;
  position: relative;
  margin-top: -260px;
  overflow-x: hidden;
  background-color: #ffffff;
}
.top-introduction-main {
  position: relative;
  padding-top: 240px;
  padding-bottom: 113px;
  text-align: center;
}
.top-introduction-main h2 {
  position: relative;
  line-height: 0;
}
.top-introduction-main h2 img {
  display: inline-block;
  position: relative;
  width: 636px;
  pointer-events: none;
}
.top-introduction-main p {
  margin-top: 24px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8;
}
.top-introduction-main p.bold {
  font-weight: 700;
}
.top-introduction-main h2 + p {
  margin-top: 50px;
}
.top-introduction-inner {
  z-index: 1;
  position: relative;
  left: 50%;
  width: 100%;
  min-width: 1440px;
  overflow: hidden;
  transform: translateX(-50%);
}
.top-introduction-inner::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1696px;
  height: 425px;
  transform: translateX(-50%);
  background-image: url("../img/top-introduction-dec1.svg");
  background-position: left top;
  background-size: 531px auto;
  background-repeat: no-repeat;
  content: "";
}
.top-introduction-inner::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 1710px;
  height: 391px;
  transform: translateX(-50%);
  background-image: url("../img/top-introduction-dec2.svg");
  background-position: right bottom;
  background-size: 500px auto;
  background-repeat: no-repeat;
  content: "";
}
.top-introduction-main--block{
    display: flex;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
}

.top-introduction-main--block--txt{
    width: 50vw;
}

.top-introduction-main--block--photo{
    width: 25vw;
}

.top-introduction-main--block--photo .img1 {
    width: 23vw;
    position: absolute;
    top: -4.5vw;
    left: 2.2vw;
}

.top-introduction-main--block--photo .img2 {
    width: 23vw;
    position: absolute;
    top: 14vw;
    left: 2vw;
}

.top-introduction-main--block--photo .img3{
    width: 21vw;
    position: absolute;
    bottom: 12.5vw;
    right: 3vw;
}

.top-introduction-main--block--photo .img4{
    width: 24vw;
    position: absolute;
    bottom: -4vw;
    right: 3vw;
}
/*
.top-introduction-content {
  z-index: 3;
  position: relative;
  left: 50%;
  width: 1440px;
  transform: translateX(-50%);
}
.top-introduction-content::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 240px;
  left: 0;
  width: 337px;
  height: 573px;
  background-image: url("../img/top-introduction-image1.png");
  background-position: center center;
  background-size: cover;
  content: "";
}
.top-introduction-content::after {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 383px;
  height: 557px;
  background-image: url("../img/top-introduction-image2.png");
  background-position: center center;
  background-size: cover;
  content: "";
}
*/
.top-introduction-sp-image {
  display: none;
}
.top-introduction-sp-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.top-staff {
  background-color: #f4f4f4;
}
.top-staff-inner {
  position: relative;
  padding: 0 20px;
}
.top-staff-inner::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 920px;
  height: 600px;
  transform: translateX(-50%);
  background-image: url("../img/top-staff-image.png");
  background-position: left bottom;
  background-size: 153px auto;
  background-repeat: no-repeat;
  content: "";
}
.top-staff-main {
  padding: 100px 0;
  text-align: center;
}
.top-staff-ttl img {
  display: inline-block;
  width: 100%;
  max-width: 546px;
  pointer-events: none;
}
.top-staff-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-staff-section + .top-staff-section {
  padding-bottom: 0;
}
.top-staff-section + .top-staff-section::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  height: 1px;
  margin: 0 auto;
  transform: translateX(-50%);
  background-color: #0c0b0b;
  content: "";
}
.top-staff-section + .top-staff-section::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: -4.5px;
  left: 50%;
  width: 500px;
  height: 10px;
  transform: translateX(-50%);
  background-image: url("../img/ico-circle.svg"), url("../img/ico-circle.svg");
  background-position: 0% center, 100% center;
  background-size: 5px auto, 5px auto;
  background-repeat: no-repeat, no-repeat;
  content: "";
}
.top-staff-subttl {
  display: inline-flex;
  color: #529fd5;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}
.top-staff-subttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 50px;
  border: solid 1px #529fd5;
}
.top-staff-subttl span + span {
  border-left: none;
}
.top-staff-subttl.c2 {
  color: #786bb0;
}
.top-staff-subttl.c2 span {
  border-color: #786bb0;
}
.top-staff-subttl-sp {
  display: none;
}
@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}
.top-staff-name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.top-staff-name + .top-staff-subttl {
  margin-top: 50px;
}
.top-staff-name img {
  display: inline-block;
  width: 37px;
  margin-left: 5px;
}
.top-staff-name a:hover img {
  animation: dokundokun 1s ease infinite;
}
.top-staff-name:has(a) {
  margin-top: 13px;
}
.top-staff-desc {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.top-staff-image-sp {
  display: none;
}
.top-staff-image-sp img {
  display: block;
  width: 100%;
}
.top-comics {
  padding: 100px 20px;
  background-color: #529fd5;
}
.top-comics-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}
.top-comics-section {
  color: #ffffff;
}
.top-comics-section + .top-comics-section {
  padding-left: 55px;
}
.top-comics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.top-comics-list img {
  display: block;
  width: 100%;
  border: solid 2px #ffffff;
}
.top-comics-ttl img {
  display: block;
  width: 100%;
  max-width: 240px;
  pointer-events: none;
}
.top-comics-info {
  margin-top: 50px;
  line-height: 1;
}
.top-comics-info-name img {
  display: inline-block;
  width: 263px;
}
.top-comics-info-name img.ico-x {
  width: 38px;
  height: 38px;
  margin-left: 17px;
  vertical-align: top;
  transition: opacity 0.3s;
}
.top-comics-info-name a:hover img {
  opacity: 0.7;
}
.top-comics-info-ttl {
  margin-top: 26px;
}
.top-comics-info-ttl img {
  display: inline-block;
  width: 358px;
  pointer-events: none;
}
.top-comics-info-magazine {
  margin-top: 15px;
}
.top-comics-info-magazine a {
  display: inline-block;
  padding: 6px 9px;
  border: solid 1px #ffffff;
  border-radius: 2px;
  background-color: #ffffff;
  color: #529fd5;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.top-comics-info-desc {
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}
.top-comics-info-info {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
}
.top-comics-info-copyright {
  margin-top: 14px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.top-comics-links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 55px auto 0 auto;
  gap: 6.5%;
}
.top-comics-links p {
  width: 29%;
}
.top-comics-links p img {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
.top-comics-links p a {
  display: block;
  background-color: #ffffff;
}
.top-comics-links p a:hover img {
  opacity: 0.8;
}
footer {
  position: relative;
  padding: 100px 0 60px 0;
  text-align: center;
}
footer .footer-inner {
  position: relative;
}
footer.low {
  padding: 0 0 60px 0;
  margin-bottom: -60px;
  background-color: #f4f4f4;
}
footer.low .footer-inner {
  top: -55px;
}
.footer-logo {
  position: relative;
}
.footer-logo img {
  display: inline-block;
  width: 238px;
}
.footer-image {
  margin-top: 52px;
}
.footer-image img {
  display: inline-block;
  width: 191px;
  pointer-events: none;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 55px auto 0 auto;
  gap: 6.5%;
}
.footer-links p {
  width: 29%;
}
.footer-links p img {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
.footer-links p a {
  display: block;
  background-color: #ffffff;
}
.footer-links p a:hover img {
  opacity: 0.8;
}
.footer-copyright {
  margin-top: 60px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 20px;
  list-style: none;
}
.footer-nav a {
  display: block;
  position: relative;
  color: #e5004f;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer-nav a.sns-link::after {
  display: none;
}
.footer-nav a .ico-x {
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.footer-nav a:hover .ico-x {
  opacity: 0.7;
}
#page-top {
  visibility: hidden;
  z-index: 50;
  position: fixed;
  right: 10px;
  bottom: 20px;
  aspect-ratio: 115/192;
  width: 115px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.scrolled #page-top {
  visibility: visible;
  opacity: 1;
}
#page-top img {
  display: block;
  width: 100%;
  scale: 1;
  animation: fuwafuwa 2s linear infinite;
}
#page-top:hover img {
  animation-play-state: paused;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.modal-base {
  display: flex;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  background-color: rgba(228, 228, 228, 0.9);
  opacity: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-base iframe {
  aspect-ratio: 1000/562;
  width: 69.4%;
  max-width: 1000px;
  height: auto;
}
.modal-movie-active .modal-base.modal-movie {
  visibility: visible;
  opacity: 1;
}
.modal-comment1-active .modal-base.modal-comment-1 {
  visibility: visible;
  opacity: 1;
}
.modal-comment2-active .modal-base.modal-comment-2 {
  visibility: visible;
  opacity: 1;
}
.modal-comment {
  position: relative;
  aspect-ratio: 1042/392;
  width: 100%;
  max-width: 1000px;
  margin: 0 30px;
  background-image: url("../img/modal-comment-bg.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.modal-comment.long {
  aspect-ratio: 960/690;
  background-image: url("../img/modal-comment-bg-long.svg");
}
.modal-comment-inner {
  position: relative;
  padding: 0 60px 0 100px;
}
.modal-comment-header {
  position: relative;
  margin-top: 8px;
}
.modal-comment-header > p {
  line-height: 1;
}
.modal-comment-header > p img {
  display: inline-block;
}
.modal-comment-header > p img.ttl {
  width: 375px;
}
.modal-comment-header > p img.ico {
  width: 63px;
  margin-left: 10px;
  vertical-align: top;
}
.modal-comment-main {
  display: grid;
  grid-template-columns: 164px 1fr;
  margin-top: 24px;
  gap: 38px;
}
.modal-comment-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.modal-comment-name-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 164px;
  margin-top: 20px;
  background-image: url("../img/modal-comment-name-bg.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.modal-comment-name-inner p {
  font-weight: 700;
  line-height: 1;
}
.modal-comment-name-inner p.ts1 {
  font-size: 2rem;
}
.modal-comment-name-inner p.ts2 {
  margin-top: 7px;
  font-size: 1.8rem;
}
.modal-comment-name-inner p.ts3 {
  margin-top: 12px;
  font-size: 1.4rem;
}
.modal-comment-name-inner p.ts3 span {
  font-size: 1.1rem;
}
.modal-comment-text p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
.modal-comment-text p + p {
  margin-top: 0.5em;
}
.modal-comment-text p.tr {
  margin-bottom: 10px;
  color: #e5004f;
  font-size: 2.4rem;
}
.modal-close {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 16px;
  right: 16px;
  width: 74px;
  height: 74px;
  background-image: url("../img/ico-menu-on.png");
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.modal-active .modal-close {
  display: block;
}
.modal-close img {
  display: block;
  width: 100%;
}
.modal-close-text {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.modal-close-menu-ico {
  z-index: 2;
  position: absolute;
  top: 26px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
}
.modal-close-menu-ico > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.modal-close-menu-ico > span:last-child {
  bottom: 0;
}
.modal-close-menu-ico > span {
  top: 25%;
  transform: rotate(45deg);
}
.modal-close-menu-ico > span:last-child {
  transform: rotate(-45deg);
}
/* 下層 */
.content-header {
  height: 300px;
  background-color: #f8a700;
}
.content-header-inner {
  position: relative;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 160px 20px 0 20px;
  text-align: center;
}
.content-header.news-header .content-header-inner {
  background-image: url("../img/news-header-image.png");
  background-position: left 80px bottom 0;
  background-size: 140px auto;
  background-repeat: no-repeat;
}
.content-title {
  line-height: 1;
  text-align: center;
}
.content-title.news img {
  display: inline-block;
  width: 238px;
}
.low-content-main {
  padding-bottom: 140px;
}
.news-list {
  padding: 70px 20px 0 20px;
}
.news-list ul {
  max-width: 690px;
  margin: 0 auto;
  list-style: none;
}
.news-list ul li {
  border-top: 1px solid #0c0b0b;
}
.news-list ul li:last-child {
  border-bottom: 1px solid #0c0b0b;
}
.news-list ul li a,
.news-list ul li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  gap: 27px;
  color: #0c0b0b;
  text-decoration: none;
  transition: all 0.3s;
}
.news-list ul li a .news-date,
.news-list ul li span .news-date {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.news-list ul li a .news-date .news-date-header,
.news-list ul li span .news-date .news-date-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 5px;
}
.news-list ul li a .news-date .news-date-header > b,
.news-list ul li span .news-date .news-date-header > b {
  font-size: 1.3rem;
}
.news-list ul li a .news-date .news-date-header > i,
.news-list ul li span .news-date .news-date-header > i {
  padding: 2px 6px;
  border-radius: 9999px;
  background-color: #e5004f;
  color: #ffffff;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
}
.news-list ul li a .news-text,
.news-list ul li span .news-text {
  width: 100%;
  font-weight: 700;
  font-size: 1.7rem;
  overflow-wrap: anywhere;
}
/* ページャー */
.pager {
  margin-top: 50px;
}
.pager .pager-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.pager .pager-inner .no {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
  display: flex;
          appearance: none;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f8a700;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.pager .pager-inner .no.prev {
  background-image: url("../img/ico-pager-aw-prev.svg");
  background-position: center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  text-indent: -1000px;
}
.pager .pager-inner .no.next {
  background-image: url("../img/ico-pager-aw-next.svg");
  background-position: center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  text-indent: -1000px;
}
.pager .pager-inner .no.active {
  border: solid 1px #f8a700;
  background-color: #ffffff;
  color: #f8a700;
  font-weight: 700;
}
.pager .pager-inner .no.off {
  display: none;
}
.low-article {
  padding: 0 20px;
}
.low-article-inner {
  max-width: 894px;
  margin: 0 auto;
}
.article-header {
  position: relative;
  padding: 35px 0 20px 0;
}
.article-header::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c0b0b;
  content: "";
}
.article-header::after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -4.5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/ico-circle.svg"), url("../img/ico-circle.svg");
  background-position: 0% center, 100% center;
  background-size: 5px auto, 5px auto;
  background-repeat: no-repeat, no-repeat;
  content: "";
}
.article-header .article-date {
  color: #f8a700;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.article-header .article-ttl {
  margin-top: 10x;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  text-box-trim: trim-both;
}
.article-body * {
  margin-top: 40px;
}
.article-body p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}
.article-body p b {
  font-weight: 700;
}
.article-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.article-image * {
  margin-top: 0 !important;
}
.article-image p {
  margin-top: 0 !important;
}
.article-image p img {
  display: block;
  width: 100%;
}
.article-image p + * {
  margin-top: 0 !important;
}
.sns-links {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
.sns-links-inner {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 40px;
  gap: 34px;
  border-radius: 3px;
  background-color: #f4f4f4;
}
.sns-links-inner .sns-links-desc {
  padding-right: 20px;
  background-image: url("../img/ico-sns-aw.svg");
  background-position: right center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 1.6rem;
}
.sns-links-inner .sns-links-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 25px;
  list-style: none;
}
.sns-links-inner .sns-links-list li {
  margin-top: 0 !important;
}
.sns-links-inner .sns-links-list li::before {
  display: none !important;
}
.sns-links-inner .sns-links-list li a {
  display: block;
  width: 40px;
  transition: all 0.3s;
}
.sns-links-message {
  display: inline-block;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 150px;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 30px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.sns-links-message.visible {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1399.98px){
  .top-kv-image-inner {
    top: -50vw;
  }
  .kv-animation .top-kv-image-inner {
    top: -15vw;
  }
  .kv-position-set .top-kv-image-inner {
    top: -15vw;
  }
  .top-kv-image-mask {
    top: 43%;
    height: 57%;
  }
}
@media (max-width: 1199.98px){
  .top-kv {
    padding: 100px 0 calc(19vw - 150px) 0;
  }
  .top-kv-image-inner {
    top: -45vw;
  }
  .kv-animation .top-kv-image-inner {
    top: 0;
  }
  .kv-position-set .top-kv-image-inner {
    top: 0;
  }
  .top-kv-image-mask {
    top: 48%;
    height: 52%;
  }
}
@media (max-width: 1119.98px){
  .top-news-ttl-inner {
    left: 0;
    width: 90%;
  }
}
@media (max-width: 1059.98px){
  .header-nav .logo {
    margin-right: 3.6%;
  }
  .header-nav .sns-link {
    margin-left: 3.2%;
  }
  .header-nav ul {
    gap: 24px;
  }
  .header-nav ul li a {
    font-size: 1.8rem;
  }
  .header-nav ul li a span {
    font-size: 1.1rem;
  }
}
@media (max-width: 1019.98px){
  .modal-comment {
    aspect-ratio: initial;
    background-image: none;
  }
  .modal-comment::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    content: "";
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  .modal-comment.long {
    aspect-ratio: initial;
    background-image: none;
  }
  .modal-comment.long::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    content: "";
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  .modal-comment-inner {
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 999.98px){
  .top-kv-image-inner {
    top: -40vw;
  }
  .kv-animation .top-kv-image-inner {
    top: 0;
  }
  .kv-position-set .top-kv-image-inner {
    top: 0;
  }
  .top-kv-image-mask {
    top: 50%;
    height: 52%;
  }
}
@media (max-width: 919.98px){
  .header-nav .logo {
    margin-right: 3.2%;
  }
  .header-nav .sns-link {
    margin-left: 2.9%;
  }
  .header-nav ul {
    gap: 20px;
  }
  .header-nav ul li a {
    font-size: 1.6rem;
  }
  .header-nav ul li a span {
    font-size: 1rem;
  }
  .top-staff-inner::before{
    left: 57%;    
  }
}
@media (max-width: 859.98px){
  .header-nav ul {
    gap: 15px;
  }
}
@media (any-hover: hover) and (max-width: 767.98px){
  .top-movie-overlay:hover {
    background-size: 46px auto !important;
  }
  .sns-links-inner .sns-links-list li a:hover {
    opacity: 1;
  }
}
@media (max-width: 767.98px){
    
  .top-staff-subttl span.spn {
    display: none;
  }    
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .loader .loader-inner {
    max-width: 290px;
  }
  .loader .loader-logo {
    max-width: 240px;
  }
  .loader .loader-ico {
    margin: 30px auto 0 auto;
  }
  header {
    top: 5px;
    left: 0;
    transform: none;
  }
  header .sp-hm-menu {
    display: block;
  }
  .header-nav {
    display: none;
    z-index: 90;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    padding: 0 0 0 0;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .sp-menu .header-nav {
    display: block;
  }
  .header-nav .logo {
    width: 164px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
  }
  .header-nav .sns-link {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-nav ul {
    flex-direction: column;
    gap: 0;
  }
  .header-nav ul li a {
    flex-direction: column;
    height: auto;
    border-bottom: none;
    font-size: 3rem;
  }
  .header-nav ul li a span {
    font-size: 1.5rem;
  }
  .header-nav ul li + li {
    margin-top: 30px;
  }
  .top-kv {
    padding: 54px 0 calc(53.5vw - 75px) 0;
  }
  .top-kv .text1 {
    width: 108%;
  }
  .top-kv .logo {
    margin-top: 0px;
  }
  .top-kv .logo img {
    width: 79.4%;
  }
  .top-kv .text2 {
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .top-kv .text2 img {
    display: none;
  }
  .top-kv .text2 img.sp {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .top-kv-image {
    height: 230vw;
  }
  .top-kv-image-inner {
    top: -80vw;
    left: -37vw;
    width: 174vw;
  }
  .kv-animation .top-kv-image-inner {
    top: -25vw;
  }
  .kv-position-set .top-kv-image-inner {
    top: -25vw;
  }
  .top-kv-image-front {
    top: 135vw;
  }
  .kv-animation .top-kv-image-front {
    top: 142vw;
  }
  .top-kv-image-mask {
    top: 60%;
    height: 60%;
  }
  .top-movie {
    padding: 75px 20px 10vw 20px;
  }
  .top-movie-inner {
    flex-direction: column;
    gap: 20px;
  }
  .top-movie-ttl {
    width: 100%;
  }
  .top-movie-ttl-ttl img {
    width: 33.8vw;
    max-width: 264px;
    margin: 0 auto;
  }
  .top-movie-ttl-desc {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .top-movie-ttl-movie {
    width: 100%;
  }
  .top-movie-overlay {
    background-size: 46px auto;
    transition: none;
  }
  .top-news {
    padding-top: 75px;
  }
  .top-news-innner {
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
  }
  .top-news-content {
    display: block;
    padding: 52.8vw 0 25vw 0;
  }
  .top-news-ttl {
    display: none;
  }
  .top-news-sp-ttl {
    display: block;
  }
  .top-news-list {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-news-list ul li a,
  .top-news-list ul li span {
    padding: 16px 0px;
    gap: 17px;
  }
  .top-news-list ul li a .news-date,
  .top-news-list ul li span .news-date {
    font-size: 2.7rem;
  }
  .top-news-list ul li a .news-date .news-date-header > b,
  .top-news-list ul li span .news-date .news-date-header > b {
    font-size: 1.1rem;
  }
  .top-news-list ul li a .news-date .news-date-header > i,
  .top-news-list ul li span .news-date .news-date-header > i {
    font-size: 0.9rem;
  }
  .top-news-list ul li a .news-text,
  .top-news-list ul li span .news-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .top-news-more {
    margin-top: 30px;
    text-align: center;
  }
  .top-news-more a {
    padding-right: 20px;
    background-size: 6px auto;
    font-size: 1.5rem;
  }
  .top-introduction-dec {
    margin-top: -90px;
  }
  .top-introduction-dec img {
    width: 185px;
  }
  .top-introduction {
    margin-top: -255px;
  }
  .top-introduction-main {
    padding-bottom: 45px;
  }
  .top-introduction-main h2 img {
    width: 81.5vw;
  }
  .top-introduction-main p {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .top-introduction-main h2 + p {
    margin-top: 30px;
  }
  .top-introduction-inner {
    left: 0;
    min-width: 100%;
    transform: none;
  }
  .top-introduction-inner::before {
    top: 100px;
    left: -17.6vw;
    width: 117.6vw;
    height: 53.5vw;
    transform: none;
    background-image: url("../img/top-introduction-dec1-sp.svg");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-introduction-inner::after {
    bottom: 68vw;
    left: -24.5vw;
    width: 47.17vw;
    height: 66.4vw;
    transform: none;
    background-image: url("../img/top-introduction-dec2-sp.svg");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-introduction-main--block{
    display: block;
  }
  .top-introduction-main--block--photo{
    display: none;
  }
  .top-introduction-main--block--txt{
   width: auto;
   }
  .top-introduction-content {
    left: 0;
    width: 100%;
    transform: none;
  }
  .top-introduction-content::before {
    display: none;
  }
  .top-introduction-content::after {
    display: none;
  }
  .top-introduction-sp-image {
    display: block;
    margin-top: 35px;
  }
  .top-staff-inner::before {
    display: none;
  }
  .top-staff-main {
    padding: 50px 0;
  }
  .top-staff-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-staff-section + .top-staff-section::before {
    width: 100%;
  }
  .top-staff-section + .top-staff-section::after {
    width: 100%;
  }
  .top-staff-subttl {
    font-size: 2rem;
  }
  .top-staff-subttl span {
    width: 40px;
  }
  .top-staff-subttl-sp {
    display: flex;
    justify-content: center;
    margin-top: 0;
    color: #786bb0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
  }
  .top-staff-subttl-sp span {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 40px;
    border: solid 1px #786bb0;
    border-top: none;
  }
  .top-staff-subttl-sp span + span {
    border-left: none;
  }
  .top-staff-name {
    margin-top: 15px;
    font-size: 2rem;
  }
  .top-staff-name img {
    width: 27px;
    margin-left: 3px;
  }
  .top-staff-name:has(a) {
    margin-top: 8px;
  }
  .top-staff-image-sp {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17.6vw;
  }
  .top-comics {
    padding: 40px 30px 50px 30px;
  }
  .top-comics-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .top-comics-section + .top-comics-section {
    padding-left: 0;
  }
  .top-comics-ttl img {
    width: 41vw;
    max-width: 160px;
    margin: 0 auto;
  }
  .top-comics-info {
    margin-top: 35px;
  }
  .top-comics-info-name img {
    width: 57.9vw;
    max-width: 226px;
  }
  .top-comics-info-name img.ico-x {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .top-comics-info-ttl {
    margin-top: 18px;
  }
  .top-comics-info-ttl img {
    width: 80.7vw;
    max-width: 315px;
  }
  .top-comics-info-magazine a {
    padding: 4px 8px;
    font-size: 1.5rem;
  }
  .top-comics-info-desc {
    margin-top: 18px;
    font-size: 1.3rem;
  }
  .top-comics-info-info {
    margin-top: 20px;
    font-size: 1.62rem;
  }
  .top-comics-info-copyright {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: center;
  }
  .top-comics-links {
    flex-direction: column;
    margin: 40px auto 0 auto;
    gap: 20px;
  }
  .top-comics-links p {
    width: 71.7vw;
    max-width: 360px;
  }
  footer {
    padding: 60px 0 50px 0;
  }
  footer.low .footer-inner {
    top: -67px;
  }
  .footer-image {
    margin-top: 10px;
  }
  .footer-image img {
    width: 25.6vw;
    max-width: 230px;
  }
  .footer-links {
    flex-direction: column;
    margin: 38px auto 0 auto;
    gap: 20px;
  }
  .footer-links p {
    width: 71.7vw;
    max-width: 360px;
  }
  .footer-copyright {
    margin-top: 45px;
    font-weight: 700;
  }
  .footer-nav {
    display: block;
    margin-top: 20px;
  }
  .footer-nav li {
    display: inline-block;
    padding: 15px 0;
  }
  .footer-nav li + li {
    margin-left: 18px;
  }
  .footer-nav a {
    font-size: 1.6rem;
  }
  .footer-nav a .ico-x {
    width: 38px;
    height: 38px;
  }
  #page-top {
    right: -4px;
    bottom: 10px;
    width: 24.8vw;
    max-width: 97px;
  }
  .modal-base.comment {
    align-items: flex-start;
    padding-top: 75px;
  }
  .modal-base iframe {
    width: 100%;
    margin: 0 20px;
  }
  .modal-comment-inner {
    padding: 0 30px 0 30px;
  }
  .modal-comment-header {
    margin-top: 20px;
  }
  .modal-comment-header > p {
    text-align: center;
  }
  .modal-comment-header > p img.ttl {
    width: 72%;
    max-width: 260px;
  }
  .modal-comment-header > p img.ico {
    width: 10%;
    max-width: 39px;
    margin-left: 8px;
  }
  .modal-comment-main {
    grid-template-columns: 1fr;
    margin-top: 12px;
    gap: 18px;
  }
  .modal-comment-text p {
    font-size: 1.5rem;
  }
  .modal-comment-text p.tr {
    text-align: center;
  }
  .modal-close {
    top: 5px;
    right: 5px;
    width: 54px;
    height: 54px;
  }
  .modal-close-text {
    bottom: 10px;
  }
  .modal-close-menu-ico {
    top: 19px;
    width: 18px;
    height: 9px;
  }
  .content-header {
    height: 160px;
  }
  .content-header-inner {
    padding: 60px 15px 0 15px;
  }
  .content-header.news-header .content-header-inner {
    background-position: left 15px bottom 0;
    background-size: 85px auto;
  }
  .content-title.news img {
    width: 30.5vw;
    min-width: 119px;
    max-width: 170px;
  }
  .low-content-main {
    padding-bottom: 127px;
  }
  .news-list {
    padding: 40px 30px 0 30px;
  }
  .news-list ul li a,
  .news-list ul li span {
    padding: 16px 0px;
    gap: 17px;
  }
  .news-list ul li a .news-date,
  .news-list ul li span .news-date {
    font-size: 2.7rem;
  }
  .news-list ul li a .news-date .news-date-header > b,
  .news-list ul li span .news-date .news-date-header > b {
    font-size: 1.1rem;
  }
  .news-list ul li a .news-date .news-date-header > i,
  .news-list ul li span .news-date .news-date-header > i {
    font-size: 0.9rem;
  }
  .news-list ul li a .news-text,
  .news-list ul li span .news-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .pager {
    margin-top: 40px;
  }
  .pager .pager-inner {
    gap: 6px;
  }
  .pager .pager-inner .no {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .low-article {
    padding: 0 30px;
  }
  .low-article-inner {
    max-width: 100%;
  }
  .article-header {
    padding: 40px 0 10px 0;
  }
  .article-header .article-date {
    font-size: 1.2rem;
  }
  .article-header .article-ttl {
    margin-top: 6px;
    font-size: 2rem;
  }
  .article-body * {
    margin-top: 25px;
  }
  .article-body p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .article-image {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .article-image p + * {
    margin-top: 0 !important;
  }
  .sns-links {
    margin-top: 50px;
  }
  .sns-links-inner {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
  }
  .sns-links-inner .sns-links-desc {
    background-image: none;
  }
  .sns-links-inner .sns-links-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px !important;
    gap: 24px;
  }
  .sns-links-message {
    padding: 0 70px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px){
  .header-nav ul {
    margin-top: 35px;
  }
}
@media (any-hover: hover){
  .header-nav .sns-link a:hover img {
    opacity: 0.7;
  }
  .header-nav .sns-link a:hover {
    opacity: 0.7;
  }
  .header-nav ul li a:hover {
    border-bottom-color: #e5004f;
  }
  .header-nav ul li a:hover span {
    color: #e5004f;
  }
  .top-movie-overlay:hover {
    background-size: 130px auto;
  }
  .top-news-list ul li a:hover {
    background-color: #ffffff;
    color: #ea5e40;
  }
  .top-news-more a:hover {
    opacity: 0.7;
  }
  .top-comics-info-magazine a:hover {
    background-color: #529fd5;
    color: #ffffff;
  }
  .news-list ul li a:hover {
    opacity: 0.7;
  }
  .news-list ul li a:hover .news-text {
    text-decoration: underline;
  }
  .pager .pager-inner .no:hover {
    background-color: #e5004f;
    color: #ffffff;
    font-weight: 700;
  }
  .sns-links-inner .sns-links-list li a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 400px){
  .footer-copyright {
    margin-top: 45px;
    margin-left: 30px;
    font-weight: 700;
    text-align: left;
  }
}

.fadein {
    opacity: 0;
    transition: all 1.2s;
}

.fadein.scale.scrollin{
    animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(0) scale(0.7);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.fadein.list.scrollin p,
.fadein.list.scrollin li {
  opacity: 0; /* 初期状態は非表示 */
  transform: translateY(10px); /* 下から少し持ち上がる感じ */
  animation: fadeIn 0.5s ease forwards;
}

.fadein.list.scrollin p:nth-child(1),
.fadein.list.scrollin li:nth-child(1) {
  animation-delay: 0.2s;
}

.fadein.list.scrollin p:nth-child(2),
.fadein.list.scrollin  li:nth-child(2) {
  animation-delay: 0.4s;
}

.fadein.list.scrollin p:nth-child(3),
.fadein.list.scrollin  li:nth-child(3) {
  animation-delay: 0.6s;
}

.fadein.list.scrollin p:nth-child(4),
.fadein.list.scrollin  li:nth-child(4) {
  animation-delay: 0.8s;
}

.fadein.list.scrollin p:nth-child(5),
.fadein.list.scrollin  li:nth-child(5) {
  animation-delay: 1.0s;
}

.fadein.list.scrollin p:nth-child(6),
.fadein.list.scrollin  li:nth-child(6) {
  animation-delay: 1.2s;
}

.fadein.list.scrollin p:nth-child(7),
.fadein.list.scrollin  li:nth-child(7) {
  animation-delay: 1.4s;
}

.fadein.list.scrollin p:nth-child(8),
.fadein.list.scrollin  li:nth-child(8) {
  animation-delay: 1.6s;
}

.fadein.list.scrollin p:nth-child(9),
.fadein.list.scrollin  li:nth-child(9) {
  animation-delay: 1.8s;
}

.fadein.list.scrollin p:nth-child(10),
.fadein.list.scrollin  li:nth-child(10) {
  animation-delay: 2s;
}
/* アニメーション定義 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

 
.fadein.scrollin{
    opacity: 1 !important;
    transform: translateY(0);
  }