/*castandstaff*/

body {
  font-family: "ヒラギノ明朝 Pro W3", serif;
  animation-name: fadein;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  font-feature-settings: "palt";
}

@keyframes fadein {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

.background::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image:url('背景その2.PNG');
  background-size: cover;
 }

@media (max-width: 768px){
.background::before {
   background-image: url("背景その2.PNG");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   min-height:80vh;
   position: fixed;
   z-index: -1;
  }
}

.titlepng {
  width: 90vw;
}

.title_logo {
  text-align: center;
  margin-top: 2.5vw;
}

span {
  color: #FDC400;
}

txt1 {
  color: white;
  font-size: 23vw;
  margin: auto;
  font-weight: 800;
  text-shadow: 0 0 15vw white;
}

p {
  color: white;
  font-size: 3.5vw;
  margin-top: 0.25vw;
  margin-bottom: 0px;
  text-align: center;
}

span1 {
  color: #FDC400;
  text-shadow: 0 0 15vw #FDC400;
}

h3 {
  color: white;
  font-size: 3.3vw;
  text-align: center;
  font-weight: bolder;
  text-shadow: 0 0 20vw white;
  margin: auto;
}

h2 {
  font-size: 4vw;
  color: white;
  text-align: center;
}

h1 {
  color: white;
  text-align: center;
  font-size: 6vw;
  font-weight: 800;
  text-shadow: 0 0 10vw white;
}

h4 {
  color: white;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 800;
  text-shadow: 0 0 20vw white;
  margin: auto;
}

a {
  font-size: 3.5vw;
  margin-top: 0.25vw;
  margin-bottom: 0px;
  text-align: center;
}

.mini {
  color: white;
  font-size: 3.5vw;
  text-align: center;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: white;
  text-shadow: 0 0 5vw white;
}

/*メニュー*/

.menu-btn {
    position: fixed;
    top: 2vw;
    right: 2vw;
    display: flex;
    height: 8vw;
    width: 8vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FDC400;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content:" ";
    display: block;
    height: 0.5vw;
    width: 4vw;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 1.5vw;
}

.menu-btn span:after {
    top: 1.5vw;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/*中身自体*/
.menu-content {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(253, 196, 0, 1);
    transition: all 1s;
}

.menu-content ul {
    padding: 10vw 3vw 0;
    height: 80%;
    overflow: auto;
}
.menu-content ul li {
    border-bottom: solid 0.25vw #5a5a5a;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2.5vw;
    box-sizing: border-box;
    color:#5a5a5a;
    text-decoration: none;
    padding: 3vw 0 2vw 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 5vw;
    height: 4vw;
    transform: rotate(45deg);
    position: absolute;
    top: 7vw;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0vw;/*メニューを画面内へ*/
}

#menu-btn-check {
    display: none;
}

ol {
  color: white;
	list-style-type: none;
  font-size: 3.5vw;
}

.twitter-timeline {
  position: relative;
  width: 95vw;
  height: 100vw;
}

.timeline {
  width: 20vw;
  padding-right:2.5vw;
  padding-bottom: 5vw;
}

/*いろいろ*/

.cast_character {
  color: white;
	list-style-type: none;
  font-size: 3.5vw;
}

ol.chief {
  text-align:center;
}

.cast td{
  width: 47.5vw;
  height: 30vw;
  border-bottom: 0.25vw dashed white;
  text-align: center;
  margin: auto;
}

.photo_cast {
  width: 25vw;
}

.cap {
  font-size: 2vw;
}

.photo_chief {
  width: 20vw;
}

.staff td {
  height: 30vw;
  border-bottom: 0.25vw dashed white;
  text-align: center;
  margin: auto;
}

.s_photo {
  width: 37.5vw;
}

.s_name {
  width: 57.5vw;
}

.chp {
  font-size: 2vw;
}
