@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Noto+Serif&family=Sen&display=swap');

body {
  background: #000 url(../img/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  font-family: 'Kosugi', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pc { display: block; }
.sp { display: none; }

.blue { color: #0cf; }
.red { color: #f66; }
.yellow { color: #f93; }

img { 
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

a img:hover {
  opacity: 0.7;
  transition: all .5s ease;
}

.loading {
  animation: load 4s ease 1s forwards;
  background: radial-gradient( rgba(220,0,0,1) 0%, rgba(0,0,0,1) 100%);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content :center;
  padding: 100px 20px 100px 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

@keyframes load {
  0% { opacity: 1;}
  100% { display: none; opacity: 0; z-index: -9999; }
}

.loading p {
  animation: load_logo 2s ease  forwards;
  opacity: 0;
}

@keyframes load_logo {
  0% { opacity: 0;}
  80% { opacity: 1;}
  100% { opacity: 0; }
}

.visual {
  animation: visual 5s ease 2s forwards;
  position: relative;
  transform: scale(2);
  width: 100%;
  z-index: 999;
}

@keyframes visual {
  0% { transform: scale(2); }
  60% { transform: scale(1); }
  100% {  transform: scale(1); }
}

.visual div {
  animation: catch 2s ease 4s forwards;
  bottom: 50%;
  font-size: max(2.5vw, 20px);
  font-family: 'Noto Serif', serif;
  opacity: 0;
  position: absolute;
  right: 20%;
  text-shadow: 0 0 1px #000 , 0 0 3px #000;
  writing-mode: vertical-rl;
}

@keyframes catch {
  0% { opacity: 0; bottom: 65%; }
  100% { opacity: 1; bottom: 20%; }
}


h1 {
  animation: logo 2s ease 3.5s forwards;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50px;
  width: 100%;
  z-index: 1000;
}

h1 img {
  max-width: 50%;
}

@keyframes logo {
  0% { opacity: 0; top: 100px; }
  100% { opacity: 1; top: 50px; }
}

.fade-block1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s;
}

.fade-block1.blockIn {
  opacity: 1;
  transform: translateY(0);
}

.fade-block2 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all .5s;
}

.fade-block2.blockIn {
  opacity: 1;
  transform: translateX(0);
}

.contents {
  transform: rotate(0.003deg);
  width: 100%;
}

.contents h2 {
  font-family: 'Sen', sans-serif;
  font-size: 200%;
  letter-spacing: 3px;
  margin:0 auto;
  margin-top: 50px;
  padding: 5px 30px 10px 30px;
  position :relative;
  text-align: center;
  width: 30%;
}

.contents h2::before {
  background: rgba(0,0,0,.9);
  box-shadow: 20px 20px 0 0 rgba(0,0,0,.5);
  content: ""; 
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  transform: skewX(-45deg);
  z-index: -1;
}

.contents .base {
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px 40px 20px;
  width: 90%;
}

.contents .news {
  max-width: 800px;
}

.contents .news ul {
  display: flex;
}

.contents .news ul li {
  margin: 5px 0 5px 10px;
}

.contents .news ul li:nth-child(1) {
  color: #f93;
  font-weight: bold;
}

.contents .news a {
  color: #ff7aa6;
  transition: all .5s ease;
}

.contents .info {
  background: #000 url(../img/bg_intro.jpg) no-repeat center center;
  background-size: 100% auto;
  color: #fff;
  font-size: 120%;
  line-height: 200%;
  min-height: 768px;
  padding: 30px 10px 30px 10px;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.contents .info strong {
  font-size: 130%;
}

.contents .chara {
  margin: 0 0 40px 0;
  padding: 30px 0 30px 0;
  width: 100%;
}

.contents .chara ul {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
}

.contents .chara li {
  margin: 10px;
}

.contents .chara li:nth-child(1) {
  filter: drop-shadow(10px 10px 0 rgba(0,0,0,.6));
}

.contents .chara li:nth-child(2) {
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  line-height: 150%;
  position: relative;
  padding: 60px 20px 20px 20px;
}

.contents .chara li h3 {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  color: #000;
  font-size: 150%;
  margin: 2px 2px 0 0;
  padding: 10px 5px 10px 5px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 50%;
}

.contents .chara li h4 {
  background: rgba(0,51,204,.5);
  border-radius: 10px;
  margin: 20px 0 10px 0;
  padding: 5px 10px 5px 10px;
  text-align: center;
  width: 20%;
}

.contents .chara li strong {
  color: #ff7aa6;
  border-bottom: 2px solid #b8003d;
  margin-bottom: 10px;
}

.contents .chara li span {
  background: #cd2a62;
  border-radius: 10px;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px 0 5px;
}

.contents .chara .sub {
  display: flex;
  line-height: 150%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1024px;
  width: 90%;
}

.contents .chara .sub div:nth-child(1) {
  background: rgba(0,0,0,.6);
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  width: 30%;
}

.contents .chara .sub div:nth-child(2) {
  background: rgba(0,0,0,.8);
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px 5px 10px;
  width: 70%;
}

.contents .chara .sub .name {
  margin-bottom: 10px;
}
.contents .chara .sub .name strong{
  color: #000;
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
}

.contents .story {
  background: #000;
  margin: 40px 0 40px 0;
  padding: 20px;
  width: 100%;
}

.contents .story h3 {
  color: #ff7aa6;
  border-bottom: 2px solid #b8003d;
  margin: 20px 0 20px 0;
  padding-bottom: 10px;
  text-align: center;
}

.contents .story img {
  border: 2px solid #b8003d;
  border-radius: 5px;
  margin: 30px 0 30px 0;
}

.contents .story p {
  text-align: center;
}

.contents .story a {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  transition: all .5s ease;
}

.contents .story a:hover {
  background: #f66;
  color: #fff;
}

.contents .movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contents .movie div {
  margin: 40px 10px 0 10px;
}

.contents .movie img {
  border: 2px solid #000;
  border-radius: 10px;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  text-align: center;
  width: 95%;
}

.banner p {
  margin: 10px;
}

.banner a img {
  transition: all .5s ease;
}

.banner a img:hover {
  opacity: 0.5;
}

footer {
  background: #000;
  color: #fff;
  line-height: 150%;
  margin-top: 30px;
  padding: 20px 0 20px 0;
  text-align: center;
  width: 100%;
}

footer a {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  transition: all .5s ease;
}

footer a:hover {
  background: #f66;
  color: #fff;
}

.episode {
  margin: 0 auto;
  max-width: 640px;
  width: 95%;
}

.episode p {
  text-align: center;
}

@media screen and (max-width: 720px){

body { 
  font-size: 14px;
}

body::before {
  background: #000 url(../img/bg_sp.jpg) no-repeat center top;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pc { display: none; }
.sp { display: block; }

.visual {
  animation: visual 1s ease  forwards;
  margin-top :0;
  transform: translateY(-50px);
  opacity: 0;
}

@keyframes visual {
  0% { opacity: 0; margin: 0; transform: translateY(-50px); }
  100% { opacity: 1; margin: 0; transform: translateY(0); }
}

.visual div {
  bottom: 5%;
  animation: catch 2s ease 2s forwards;
  right: 90%;
}

@keyframes catch {
  0% { opacity: 0; bottom: 20%; }
  100% { opacity: 1; bottom: 5%; }
}

h1 {
  animation: logo 1s ease 1.5s forwards;
  top: 5px;
  transform: scale(0); 
}

@keyframes logo {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 1; transform: scale(1); }
}

h1 img {
  max-width: 100%;
}

.contents h2 {
  width: 60%;
}

.contents .info {
  background: #000 url(../img/bg_intro_s.jpg) no-repeat center center;
  min-height: 100%;
}

.contents .chara ul {
  flex-direction: column;
  position: relative;
}

.contents .chara li:nth-child(2) {
  bottom: 0;
  position: absolute;
}

.contents .chara li h3 {
  width: 100%;
}

.contents .chara li h4 {
  width: 40%;
}

.contents .chara .sub {
  display: inherit;
  line-height: 150%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1024px;
  width: 90%;
}

.contents .chara .sub div:nth-child(1) {
  margin: 0 auto;
  margin-bottom :10px;
  width: 50%;
}

.contents .chara .sub div:nth-child(2) {
  border-radius: 5px;
  width: 100%;
}

.contents .chara .sub .name strong{
 border-radius: 5px;
 display: block;
 text-align: center;
 width: 100%;
}

@keyframes load_logo {
  0% { opacity: 0;}
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0); }
}

.contents .story p {
  text-align: left;
}

}

