@charset "utf-8";

/********************************************/
html, body, div, p, blockquote, img, footer, header, nav, section, summary, span {
    margin: 0;
    padding: 0;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: black;
  color: white;
}

img {
  border: 0px;
  display: block;
}

/********************************************/
.container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.stage {
  position: relative;
  top: 0px;
  line-break: loose;
  display: block;
  margin: 0px auto;
  z-index:10;
  text-align: center;
}

.spacer {
  display: block;
  width:100%;
/*  width: 980px;*/
  margin:0px;
  padding: 0px;
}

.mainimage {
  display: block;
  width: 980px;
  height: 1080px;
  margin: 0px auto;
  text-align: center;
}

.movielink {
  display: block;
  width: 980px;
  margin: 0px auto;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
}

.cast_staff {
  display: block;
  width: 980px;
  margin: 0px auto;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: left;
}

.cast_staff_profile {
  display: block;
  width: 680px;
  margin: 0px auto;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: left;
}

/*
.cast_staff img {
  width: 350px;
  height: 245px;
}*/

.photo {
  display: block;
  margin: 0px auto;
/*  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
*/
}

.photo img {
  width: 168px;
  height: 240px;
}

.name {
/*  width: 600px;*/
  font-size: 2rem;
  line-height: 1.5;
}

.profile {
/*  width: 600px;*/
  height: 170px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.staff2 {
  width: 980px;
  height: 45px;
  font-size: 1rem;
  line-height: 1.5;
}

.small {
  font-size: 1.2rem;
}

.kyousan {
  display: block;
  width: 980px;
  margin: 0px auto;
  text-align: center;
}

.kyousan img {
  display: inline-block;
  position: relative;
  height: 64px;
  margin-left: 15px;
  margin-right: 15px;
}

.kyousan_title {
  display: block;
  width: 980px;
  margin: 0px auto;
  text-align: center;
  font-family: serif;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
}

.kyousan_title img {
  display: inline-block;
  position: relative;
  height: 35px;
  margin: 0px auto;
}

.div-left-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
/*    margin: 0px 0px;*/
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.footer_note {
  display: block;
  width: 980px;
  margin: 0px auto;
  text-align: center;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.0;
}

.hr_all {
  width: 960px;
  height: 2px;
  border-width: 0px;
  background-color: #444444;
  margin: 10px;
}

/********************************************/
