/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
#wapper {
  width: 1124px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px
}
#sec1, #sec2, #sec3 {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#sec0 {
  width: 1044px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#title {}
.pcMain {
  background: #FFFFFF;
  text-align: center;
  padding-top: 60px
}
header {
  position: fixed;
  width: 100%;
  background:rgba(255, 255, 255, 0.90);
  z-index: 100
}
nav {
  width: 1024px;
  height: 60px;
  margin: 0 auto;
  font-family: "Sawarabi Mincho";
}
nav p {
  float: left;
  margin-top: 12px
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
nav ul li {
  display: inline-block;
  font-size: 1.1rem;
  padding-left: 30px;
  margin-top: 16px
}
nav a {
  color: #2E2E2E;
}
nav a:hover {
  text-decoration: underline;
}
h2 {
  padding: 1rem 2rem;
  color: #fff;
  background: #5B6EB2;
  -webkit-box-shadow: 5px 5px 0 #96A2CE;
  box-shadow: 5px 5px 0 #96A2CE;
}
h3 {
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #5B6EB2;
  -webkit-box-shadow: 5px 5px 0 #96A2CE;
  box-shadow: 5px 5px 0 #96A2CE;
}
footer {
  background: #F6F7FB;
  text-align: center;
  color: #252525;
  padding: 20px 0;
}
/* micro clearfx */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
} /* For IE 6/7 */
.sp {
  display: none
}
.pc {
  display: block;
}
/*//////// HOME ////////*/
.homeText {
  background: rgba(255, 255, 255, 0.70);
  padding: 30px;
  font-family: "Sawarabi Mincho";
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 40px
}
.homeText-2 {
  background: rgba(255, 255, 255, 0.70);
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 1px 1px #E3E3E3;
  box-shadow: 0px 1px 1px #E3E3E3;
}
/*//////// 公演スケジュール ////////*/
#sec1 h1 {
  margin-bottom: 40px
}
.scheduleBox {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px #E3E3E3;
  box-shadow: 0px 1px 1px #E3E3E3;
}
.location {
  margin-bottom: 0px;
  color: #101010
}
.location p {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  margin-right: 20px;
}
.loclist {
  display: flex;
}
.loclist dl {
  width: 50%
}
dt {}
dt span {
  background: linear-gradient(transparent 60%, #FFEBD1 0%);
}
dd {}
dd span {
  display: inline-block;
  background: #F7CDFF;
  padding: 5px;
  margin-top: 5px;
}
.ryoukin {}
.box4 {
  padding: 8px 19px;
  margin: 1em 0;
  color: #2c2c2f;
  background: #F5EEEC;
  border-top: solid 5px #5989cf;
  border-bottom: solid 5px #5989cf;
}
.box4 p {
  margin: 0;
  padding: 0;
  text-align: center;
}
/*//////// 出演者 ////////*/
#sec2 h1 {
  margin-bottom: 40px
}
.dancer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 20px;
}
.dancer img {
  width: 230px;
  height: auto;
}
.musician {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px
}
.musician img {
  width: 210px;
  height: auto;
}
.musician .picup img {
  width: 250px;
  height: auto;
}
figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9rem
}
.youtube {
  width: 60%;
  margin: 0 auto;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*//////// お問い合わせ ////////*/
#sec3 h1 {
  margin-bottom: 40px
}
#sec3 p {
  text-align: center
}
#sec3 .lage {
  font-size: 20px
}
/*//////// 出演 ////////*/
.profileblock {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px
}
.profileblock p.special img {
  width: 300px;
  height: auto;
  margin-right: 20px
}
.profileblock p {
  font-size: 1.2rem;
  line-height: 1.6
}
.profileblock p span {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px #CBCBCB solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: bold
}
.profileblock-sub {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px
}
.profileblock-sub p.special img {
  width: 160px;
  height: auto;
  margin-right: 20px
}
.profileblock-sub p {
  font-size: 1rem;
  line-height: 1.6
}
.profileblock-sub p span {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px #CBCBCB solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: bold
}
.radio {
  background: #E5F2FB;
  padding: 10px;
  margin-bottom: 20px;
}
.radio p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.radio h4 {
  background: #48A7E7;
  color: #FFFFFF;
  padding: 10px;
  font-size: 1.4rem;
}
.radio strong {
  font-weight: bold;
  font-size: 1.2rem;
}
.radio span {
  color: #FF9E00;
}
#online {
  background: #FFFFFF;
}
@media screen and (max-width: 480px) {
  body {
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  }
  header {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #title {
    height: auto;
  }
  #wapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 60px
  }
  #sec0, #sec1, #sec2, #sec3 {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #sec0 {
    margin-top: 40px;
  }
  footer {
    background: #F6F7FB;
    text-align: center;
    color: #252525;
    padding: 20px 0;
  }
  /*//////// HOME ////////*/
  .homeText {
    background: rgba(255, 255, 255, 0.70);
    padding: 10px;
    font-family: "Sawarabi Mincho";
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 20px
  }
  /*//////// 公演スケジュール ////////*/
  #sec1 h1 {
    margin-bottom: 40px
  }
  .scheduleBox {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .location {
    margin-bottom: 0px;
    color: #101010
  }
  .location p {
    font-size: 1.0rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .loclist {
    display: block;
  }
  dl {
    margin-bottom: 0
  }
  .loclist dl {
    width: 100%
  }
  dt {
    float: none;
    clear: both;
    margin-right: 0.5em;
    width: 100%;
    font-size: 0.9rem;
  }
  dt span {
    background: linear-gradient(transparent 60%, #FFEBD1 0%);
  }
  dd {
    float: left;
    margin-left: 1em;
    font-size: 0.8rem
  }
  .ryoukin {
    margin-right: 30px;
  }
  /*//////// 出演 ////////*/
  figcaption {
    text-align: center;
    margin-top: 10px;
    font-size: 0.7rem
  }
  figure {
    margin: 0 1px;
  }
  .musician .picup img {
    width: 210px;
    height: auto;
  }
  .profileblock {
    display: block;
    justify-content: space-around;
    margin-bottom: 30px;
    width: 98%;
  }
  .profileblock p.special img {
    width: 100%;
    height: auto;
    margin-right: 20px
  }
  .profileblock p {
    font-size: 1rem;
    line-height: 1.6
  }
  .profileblock p span {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px #CBCBCB solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold
  }
  .profileblock-sub {
    display: block;
    justify-content: space-around;
    margin-bottom: 30px;
    width: 98%;
  }
  .profileblock-sub p.special img {
    width: 100%;
    height: auto;
    margin-right: 20px
  }
  .profileblock-sub p {
    font-size: 1rem;
    line-height: 1.6
  }
  .profileblock-sub p span {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px #CBCBCB solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold
  }
  #sec3 .lage {
    font-size: 1.1rem
  }
  .sp {
    display: inline;
  }
  .pc {
    display: none;
  }
  .youtube {
    width: 96%;
    margin: 0 auto;
  }
}