@charset "UTF-8";
.infomation{
  margin-bottom: 20px;
}
.infomation div{
  width:80%;
  margin:0 auto;
  padding:20px;
  background-color: #fff;
  border-radius: 20px;
}
.infomation a{
  display: block;
  border-bottom: 1px solid #333;
  padding:10px 0;
}

.infomation h3{
  font-size:150%;
}
.infomation p{
  margin:5px 0;
}



.inner-bg{
  padding-top: 5%;
}
.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;
  font-size:200%;
  background-color: #000;
  color:#fff;
  border-radius: 20px;
}

.pv {
  width:60%;
  margin-top:7%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  border-top:5px solid #eee;
  border-left:5px solid #ccc;
  border-right:5px solid #777;
  border-bottom:5px solid #333;
}
.pv iframe{
  width:100%;
  height:100%;
  aspect-ratio: 16 / 9;
  display: block;
  border:5px solid #fff;
}

.stories {
  width:80%;
  margin:10% auto 0;
}

.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;
}

.story iframe{
  width: 100%;
  height:100%;
  aspect-ratio: 16 / 9;
  display: block;
  border:5px solid #fff;
}

.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;
}






