@charset "UTF-8";

#zambi_stage h2, #zambi_stage h3, #zambi_stage h4, #zambi_stage p, #zambi_stage ul, #zambi_stage li, #zambi_stage span, #zambi_stage a {
  color: #ffffff;
  letter-spacing: 0.15em;
  list-style: none;
  line-height: 2;
}
#zambi_stage .stage-area {
  margin: 0 auto;
  background: #362e35 url(../images/common/bg06.gif) repeat 0 0;
  position: relative;
}
#zambi_stage .stage-area a {
  display: block;
}
#zambi_stage .stage-inner {
  position: relative;
  text-align: center;
}
#zambi_stage .stage-detail {
  position: relative;
  max-width: 800px;
  margin: auto;
}
#zambi_stage .line {
  border-top: 1px solid #ffffff;
  border-image-source: url(../images/common/line_wh02.gif);
  border-image-slice: 100 0 0 0;
  margin: 90px auto 10px;
}
#zambi_stage .d-box-title01 {
  background: url(../images/stage/h2_tit_stage1.png) no-repeat center center;
  height: 181px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .d-box-title02 {
  background: url(../images/stage/h2_tit_stage2.png) no-repeat center center;
  height: 181px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .d-box-body {
  position: relative;
  z-index: 10;
  line-height: 0;
}
#zambi_stage .detail li{
  font-size: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#zambi_stage .item {
  padding-right: 20px;
  text-align: right;
}
#zambi_stage .data {
  text-align: left;
}
#zambi_stage .product li:first-child {
  margin-top: 30px;
  font-size: 18px;
} 
#zambi_stage .product li:last-child {
  margin-bottom: 30px;
  font-size: 18px;
}
#zambi_stage .d-box-body .team01,
#zambi_stage .d-box-body .team02{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 30px;
}
#zambi_stage .stage-area:before {
  content: url(../images/stage/item_fl_top.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#zambi_stage .stage-area:after {
  content: url(../images/stage/item_fl_btm.png);
  display: block;
  position: absolute;
  top: 310px;
  left: 0;
}
#zambi_stage .team-red {
  background: url(../images/stage/border_red.png) no-repeat 0 0;
  width: 385px;
  padding: 32px 0 34px;
  position: relative;
}
#zambi_stage .team-blue {
  background: url(../images/stage/border_blue.png) no-repeat 0 0;
  width: 385px;
  padding: 32px 0 34px;
  position: relative;
}
#zambi_stage .team-yellow {
  background: url(../images/stage/border_yellow.png) no-repeat 0 0;
  width: 250px;
  padding: 32px 0 34px;
  position: relative;
}
#zambi_stage .team-black {
  background: url(../images/stage/border_black.png) no-repeat 0 0;
  width: 250px;
  padding: 32px 0 34px;
  position: relative;
}
#zambi_stage .team-green {
  background: url(../images/stage/border_green.png) no-repeat 0 0;
  width: 250px;
  padding: 32px 0 34px;
  position: relative;
}
#zambi_stage .team-titile-red{
  background: url(../images/stage/team_red.png) no-repeat center center;
  background-size: contain;
  height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .team-titile-blue{
  background: url(../images/stage/team_blue.png) no-repeat center center;
  background-size: contain;
  height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .team-titile-yellow{
  background: url(../images/stage/team_yellow.png) no-repeat center center;
  background-size: contain;
  height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .team-titile-black{
  background: url(../images/stage/team_black.png) no-repeat center center;
  background-size: contain;
  height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .team-titile-green{
  background: url(../images/stage/team_green.png) no-repeat center center;
  background-size: contain;
  height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#zambi_stage .team-red ul,
#zambi_stage .team-blue ul,
#zambi_stage .team-yellow ul,
#zambi_stage .team-black ul,
#zambi_stage .team-green ul{
  margin: 25px 0 0;
}
#zambi_stage .team-red ul li,
#zambi_stage .team-blue ul li {
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#zambi_stage .role {
  width: 40%;
  padding-right: 20px;
  text-align: right;
}
#zambi_stage .name {
  width: 60%;
  text-align: left;
}
#zambi_stage ul li .group  {
  font-size: 70%;
}
#zambi_stage .team-yellow ul li,
#zambi_stage .team-black ul li,
#zambi_stage .team-green ul li {
  font-size: 18px;
  text-align: left;
  padding-left: 35px;
}
#zambi_stage .ensemble li:first-child{
  font-size: 20px;
} 
#zambi_stage .ensemble li {
  font-size: 16px;
}
#zambi_stage .credit li {
  font-size: 16px;
  padding: 30px 0 90px;
}



/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  #zambi_stage .stage-area {
    padding: 0;
  }
  #zambi_stage img {
    width: 100%;
  }
  #zambi_stage .stage-detail:first-child {
    padding-top: 50px;
  }
  #zambi_stage .line {
    margin: 0 auto 30px;
  }
  #zambi_stage .d-box-title01 {
    background: url(../images/stage/h2_tit_stage1_sp.png) no-repeat center center;
    background-size: contain;
    height: 70px;
    margin-bottom: 30px;
  }
  #zambi_stage .d-box-title02 {
    background: url(../images/stage/h2_tit_stage2_sp.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 30px;
    height: 60px;
  }
  #zambi_stage .detail li {
    font-size: 16px;
    display: block;
  }
  #zambi_stage .item {
    padding-right: 0;
    text-align: center;
  }
  #zambi_stage .data {
    text-align: center;
    letter-spacing: 0.01em;
  }
  #zambi_stage .product li:first-child {
    margin-top: 30px;
    font-size: 16px;
  } 
  #zambi_stage .product li:last-child {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #zambi_stage .d-box-body .team01,
  #zambi_stage .d-box-body .team02{
  display: block;
  }  
  #zambi_stage .team-red {
    background: url(../images/stage/border_red_sp.png) no-repeat top center;
    padding: 20px 10px 10px;
    background-size: contain;
    width: 100%;
  }
  #zambi_stage .team-blue {
    background: url(../images/stage/border_blue_sp.png) no-repeat top center;
    padding: 20px 10px 10px;
    background-size: contain;
    width: 100%;
    margin-top: 30px;
  }
  #zambi_stage .team-yellow {
    background: url(../images/stage/border_yellow_sp.png) no-repeat top center;
    padding: 20px 10px;
    background-size: contain;
    width: 100%;
  }
  #zambi_stage .team-black {
    background: url(../images/stage/border_black_sp.png) no-repeat top center;
    padding: 20px 10px;
    background-size: contain;
    width: 100%;
    margin-top: 30px;
  }
  #zambi_stage .team-green {
    background: url(../images/stage/border_green_sp.png) no-repeat top center;
    padding: 20px 10px;
    background-size: contain;
    width: 100%;
    margin-top: 30px;
  }
  div#zambi_stage .stage-area .d-box-body {
    padding: 0 0 22.4%;
  }
  div#zambi_stage .stage-inner {
    padding: 0 3%;
  }
  #zambi_stage .team-red ul,
  #zambi_stage .team-blue ul,
  #zambi_stage .team-yellow ul,
  #zambi_stage .team-black ul,
  #zambi_stage .team-green ul{
    margin: 16px 0 0;
  }
  #zambi_stage .team-red ul li,
  #zambi_stage .team-blue ul li {
    font-size: 4.5vw;
  }
  #zambi_stage .team-yellow ul li,
  #zambi_stage .team-black ul li,
  #zambi_stage .team-green ul li {
    font-size: 4.5vw;
    text-align: left;
    padding-left: 55px;
  }
  #zambi_stage .role {
    width: 45%;
  }
  #zambi_stage .ensemble li:first-child{
    font-size: 20px;
  } 
  #zambi_stage .ensemble li {
    font-size: 16px;
  }
  #zambi_stage .credit li {
    font-size: 16px;
    padding: 30px 0 0;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #zambi_stage img {
    width: 100%;
  }
  #zambi_stage .stage-area .d-box-title {
    right: -8.4%;
    min-width: auto;
    background-size: contain;
  }
  #zambi_stage .d-box-title01 {
    background: url(../images/stage/h2_tit_stage1.png) no-repeat bottom center;
    background-size: 30%;
    height: 110px;
    margin-bottom: 30px;
  }
  #zambi_stage .d-box-title02 {
    background: url(../images/stage/h2_tit_stage2.png) no-repeat bottom center;
    background-size: 80%;
    margin: 0 auto 30px;
    height: 70px;
  }
  #zambi_stage .team-red,
  #zambi_stage .team-blue {
    background-size: contain;
    width: 48%;
    padding: 35px 0 20px;
  }
  #zambi_stage .team-yellow,
  #zambi_stage .team-black,
  #zambi_stage .team-green {
    background-size: contain;
    width: 32%;
    padding: 30px 0 20px;
  }
  #zambi_stage .team-titile-yellow,
  #zambi_stage .team-titile-black,
  #zambi_stage .team-titile-green{
    height: 20px;
  }
  #zambi_stage .team-red ul,
  #zambi_stage .team-blue ul,
  #zambi_stage .team-yellow ul,
  #zambi_stage .team-black ul,
  #zambi_stage .team-green ul{
    margin: 30px 0 0;
  }
  #zambi_stage .team-yellow ul li,
  #zambi_stage .team-black ul li,
  #zambi_stage .team-green ul li {
    padding-left: 10px;
  }
  #zambi_stage .team-red ul li,
  #zambi_stage .team-blue ul li {
    font-size: 2vw;
  }
  #zambi_stage .team-yellow ul li,
  #zambi_stage .team-black ul li,
  #zambi_stage .team-green ul li {
    font-size: 2vw;
    padding-left: 30px;
  }
  #zambi_stage .role {
    width: 47%;
  }
}


/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
