/* common */
/* * {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Shippori Mincho', serif;
  background-color: #000;
  color: #fff;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

h1 {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.pc{display: block;}
.sp{display: none;}
/* header & top banner */
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/img/navi_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

header ul {
  width: 75%;
}

header li a {
  color: #000;
  font-size: 1.5em;
  text-shadow: 0 0 4px #fff;
  font-weight: 600;
}

main {
  background-image: url(/img/background.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}

.overview {
  position: relative;
  margin-top: 150px;
}

.overview::after {
  content: "";
  width: 100%;
  height: 1170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/overview_flame.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .overview::after {
    width: 118%;
    height: 1025px;
  }
}
@media screen and (max-width: 992px) {
  .overview::after {
    display: none;
  }
}
.overview h1 {
  color: #BF9A00;
  font-size: 2em;
  letter-spacing: 0;
  text-shadow: 0 0 5px #000;
}
/* 追加 */
.sangokushi_title{
  width: 85%;
  display: block;
  margin: 0 auto 5rem;
}

.overview h1 span{
  display: block;
  font-size: 2.8rem;
  margin-bottom: -1rem;
}
.overview p {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 2em;
}

.story {
  margin-top: 180px;
}

.story h1 {
  background-image: url(/img/h1_back.jpg);
  background-repeat: no-repeat;
  color: #000;
  text-shadow: 0 0 6px #fff;
  letter-spacing: .2em;
  font-weight: 700;
  font-size: 2.2em;
  background-position: center;
  padding: 14px 0;
}

p.latest-date {
  font-size: 1.65em;
  font-weight: 600;
  margin-bottom: 6px;
}

p.latest-title {
  font-size: 2.8em;
  font-weight: 600;
  margin-bottom: 6px;
}

.latest-title span {
  margin-right: 20px;
  font-size: .8em;
}

p.latest-synopsis {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-top: 63px;
}

.arrow-bottom {
  display: inline-block;
  border-bottom: solid 3.5px #BF9A00;
  border-right: solid 3.5px #BF9A00;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  transition: .5s;
}

.arrow-top {
  transform: rotate(225deg);
}

.past-broadcast-list {
  display: none;
}

.arrow-bottom {
  cursor: pointer;
}

.to-top {
  display: inline-block;
  position: fixed;
  bottom: 2em;
  right: 2em;
  opacity: 0;
  transition: .5s;
}

.to-top:hover {
  text-decoration: none;
  cursor: pointer;
}

.to-top span {
  font-size: 1.5em;
  display: block;
}

#template {
  visibility: hidden;
  height: 0;
}

.first-broadcast-message {
  visibility: hidden;
  height: 0;
}

.origin-author {
  margin-top: 130px;
  position: relative;
}

.origin-author::before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 30px;
  left: auto;
  background-image: url(../img/origin-author-flame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.origin-author::after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -100px;
  left: auto;
  transform: scale(1, -1);
  background-image: url(../img/origin-author-flame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.origin-author h1 {
  color: #BF9A00;
  text-shadow: 0 0 6px #000;
  letter-spacing: .15em;
  margin-bottom: 75px;
}

.origin-author p {
  text-shadow: 0 0 6px #000;
}

.career p {
  font-size: 1.05em;
  line-height: 1.3em;
  margin-bottom: 0;
}

.career p .year {
  width: 58px;
  margin-right: 20px;
  text-align: right;
  display: inline-block;
  font-size: 1.1em;
}

.cast {
  margin-top: 200px;
}

.cast h1 {
  background-image: url(/img/h1_back.jpg);
  background-repeat: no-repeat;
  color: #000;
  text-shadow: 0 0 6px #fff;
  letter-spacing: .2em;
  font-weight: 700;
  font-size: 2.2em;
  background-position: center;
  padding: 14px 0;
  margin-bottom: 90px;
}

.cast h2 {
  background-image: url(/img/cast_h2_lowerser.png);
  background-repeat: no-repeat;
  background-size: contain;
  letter-spacing: .1em;
  font-weight: 800;
  font-size: 2em;
  background-position: center;
  padding: 13px 0;
  margin-bottom: 70px;
}

.narration {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: .2em;
}

.narration span {
  font-size: .65em;
  margin-right: 20px;
}

.narration_prof  {
  font-size: 1em;
  margin-right: 20px;
}

.special {
  margin-top: 150px;
}

.special h2 {
  width: 360px;
  padding-left: 20px;
}

.special p {
  font-size: 2em;
  letter-spacing: .1em;
  font-weight: 600;
}

.other-cast {
  margin-top: 100px;
}

.cast-name {
  font-size: 1.6em;
  letter-spacing: .6em;
  font-weight: 600;
  margin-bottom: .65em;
}

.cast-etc {
  font-size: 1.3em;
  letter-spacing:.1em;
}

.written-and-directed, .music {
  font-size: 2em;
}

.written-and-directed span, .music span {
  width: 200px;
}


.director-etc p {
  margin-bottom: 0;
  line-height: 80px;
}


.director-etc .post {
  font-size: 1.2em;
}

.director-etc .name {
  font-size: 1.7em;
  font-weight: 600;
}

.staff h1 {
  background-image: url(/img/h1_back.jpg);
  background-repeat: no-repeat;
  color: #000;
  text-shadow: 0 0 6px #fff;
  letter-spacing: .2em;
  font-weight: 700;
  font-size: 2.2em;
  background-position: center;
  padding: 14px 0;
  margin-bottom: 50px;
  margin-top:150px;
}

.sns h1 {
  background-image: url(/img/h1_back.jpg);
  background-repeat: no-repeat;
  color: #000;
  text-shadow: 0 0 6px #fff;
  letter-spacing: .2em;
  font-weight: 700;
  font-size: 2.2em;
  background-position: center;
  padding: 14px 0;
  margin-bottom: 50px;
}

.staff {
  font-weight: 600;
}

.staff .post p {
  font-size: .85em;
  line-height: 25px;
}

.staff .name p {
  font-size: 1.3em;
  line-height: 25px;
}

.staff .name .belong-to {
  font-size: .8em;
}

.staff .strings {
  width: 80px;
  text-align: right;
  font-size: .7em;
  margin-right: 1.5em;
  display: inline-block;
}

.sns iframe {
  width: 352px;
  height: 188.5px;
}

.sns .account-list {
  margin-bottom: 15px;
  padding-left: 4em;
  display: block;
  color: #fff;
  transition: .2s;
}

.sns .account-list:hover {
  text-decoration: none;
  cursor: pointer;
  color: #BF9A00;
}

.sns .account-list img {
  width: 35px;
  object-fit: contain;
}

.sns .account-list span {
  margin-left: 1em;
  letter-spacing: .05em;
}

.broadcaster {
  font-size: 1.2em;
  letter-spacing: .02em;
}

.broadcaster a {
  color: #fff;
  transition: .2s;
  overflow-wrap: anywhere;
}

.broadcaster a:hover {
  text-decoration: none;
  color: #BF9A00;
}

/* ドリームエンターテインメント　過去制作作品 */
.past-works h1{
  border-bottom: 3px solid #000;
  font-size:1.8em;
  text-align:center;
  padding-bottom:10px;
  width:70%;
  margin: 0 auto;
}

.past-works{
  background:linear-gradient(rgba(165,152,84,0.5),rgba(85,79,43,0.5));
  padding:3% 7%;
  border-radius:2px;
}

.past-works-text{
  line-height:25px;
  letter-spacing:0.08em;
  vertical-align:middle;
}

.past-works .row{
  margin-top:4%;
}

.past-works-img img{
  width:60%;
  height:auto;
}

.past-works-img{
  text-align:center;
  padding:0;
}

.past-works-subtitle{
  font-size:1.4em;
  margin-bottom:4%;
  font-weight: 600;
}

.past-works-title{
  font-size:2em;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.past-works-content{
  margin-top:30px;
  margin-bottom:30px;
}

.past-works-detail{
  margin-bottom:0;
  font-size:0.9em;
}

a:hover{
  color:#ffffff;
  text-decoration:none;
  transition: .2s;
}

.account-list{
  margin-bottom:5%;
}

.account-list a{
  display:inline-block;
  margin-left:7px;
}

.account-list:hover{
  opacity:0.8;
}


.foot-copyright {
  font-size: .85rem;
}

.other-cast-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 100px;
}
.other-cast-list .--list--item {
  /* flex: 0 0 25%; */
  flex-shrink: 0;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: .6em;
  margin-bottom: 0.65em;
  width: 25%;
}
.other-cast-list .--list--item.--ls {
  letter-spacing: .26em;
}
.other-cast-list .--list--item.--lss {
  letter-spacing: .1em;
}
.other-cast-list .--list--item:last-child {
  box-sizing: border-box;
  flex: 1;
  font-size: 1.3em;
  text-align: right;
  letter-spacing: .1em;
  padding-right: 3em;
}

/*J3編集はこれからです*/

#spinoff {
  background-color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#spinoff .spinoffHead {
  background-image: url(/img/spinOffH1Bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 630px;
  height: 145px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#spinoff h1 {
  color: #000;
  text-shadow: 0 0 6px #fff;
  letter-spacing: -0.1em;
  font-weight: 700;
  font-size: 	2.1875rem;
}

#spinoff .spinoffSub {
  font-size: 6.4vw;
  color: black;
  font-weight: bold;
  text-shadow: 0 0 6px #fff;
  letter-spacing: -0.1em;
}

#spinoff h2 {
  color: #987B1F;
  -webkit-text-stroke-width: 0.72px;
  -webkit-text-stroke-color: #DCD7C6;
  font-weight: bolder;
}

#spinoff h2 {
  font-size: 3rem;
}

#spinoff h3 {
  font-size: 1.2rem;
  color: #987B1F;
  -webkit-text-stroke-width: 0.64px;
  -webkit-text-stroke-color: white;
  font-weight: bolder;
}

#spinoff .right, #spinoff .left {font-size: 1rem}
#spinoff .left {padding-left: 1rem !important}
#spinoff .right {padding-right: 1rem !important}

#spinoff span {
  font-size: 2.4vw
}

#spinoff h4 {
  font-size: 0.9rem;
}

#spinoff .description {
  font-size: 0.72rem;
}

#spinoff .director {
  font-size: 0.72rem;
}
#spinoff .director .col-6:nth-child(1) {
  margin-left: 25px;
  margin-right: -25px;
}

#spinoff .date {
  font-size: 0.75rem;
  line-height: 12px;
}

#spinoff .date div {
  padding: 4px;
}

#toiawase .pc {
  display: none;
}

#toiawase .mob {
  display: block;
}

#toiawase h1 {
  color: #BF9A00;
  text-shadow: 0 0 6px #000;
  letter-spacing: .15em;
  font-size: 1.2rem;
}

#toiawase .promotion {
  font-size: 1rem;
}

#toiawase .contact {
  font-size: 0.81rem;
  letter-spacing: 2px;
}

#toiawase .contact i {
  font-size: 0.81rem;
}

@media screen and (min-width: 768px) {
  
  #spinoff .row {
    width: 50%;
    margin-top: -1rem;
  }

  #spinoff .spinoffSub {
    font-size: 2.9375rem;
  }

  #spinoff h2 {
    font-size: 3.6rem;
    margin-bottom: 39px;
  }
  
  #spinoff h3 {
    font-size: 1.8rem;
  }
  
  #spinoff span, #spinoff p {
    font-size: 0.875rem
  }

  #spinoff h4, #spinoff .left ,#spinoff .right  {
    font-size: 1.313rem;
  }

  #spinoff .left {padding-left: 0 !important}
  #spinoff .right {padding-right: 0 !important}

  #spinoff .description {
    font-size: 0.875rem;
    min-height: 75px;
    margin: 42px 0 42px 0 !important;
  }
  
  #spinoff .director {
    font-size: 0.9rem;
    margin: 42px auto 42px auto !important;
  }
  
  #spinoff .date {
    font-size: 1rem !important;
  }
  
  #spinoff .date div {
    padding: 10px;
  }
  #spinoff .date div:nth-child(1),#spinoff .date div:nth-child(3) {
    margin-right: -42px;
  }
  #spinoff .date div:nth-child(2),#spinoff .date div:nth-child(4) {
    margin-left: -42px;
  }

  #toiawase .pc {
    display: block;
  }
  
  #toiawase .mob {
    display: none;
  }

  #toiawase h1 {
    font-size: 1.8rem;
  }
  
  #toiawase .promotion {
    font-size: 20px;
  }
  
  #toiawase .contact {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

  #toiawase .contact i {
    font-size: 1rem;
  }
  .pc{display: none;}
  .sp{display: block;}

}
