@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html { 
  font-size: 62.5%; 
}

body {
  font-family: 'Josefin Slab', serif;
  margin: 0;
}

time {
  font-family: 'Elsie', cursive;
  font-size: 1.5rem;
}

a {
  color: #666;
  padding: 0;
  margin: 0;
  text-decoration: none;
  /*border-bottom: 1px #EEE;*/
}


.text {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 1.3rem;
  margin:0;
}

.next_title {
  /*text-align: center;*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;  
  margin:0;
  margin-top: 10px;
  padding-left: 2%;
}

.next_subtitle {
  font-size: 1.5rem;
}

.title_center {
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
  color: #666;
  font-size: 2rem;
}


.next_header_main img {
  width: 100%;
  vertical-align: bottom;
}



.next_stage {
  position: absolute;
  right: 5%;
  bottom: -40px;
  background-color: #FF003E;
  border-radius: 100px;
  padding-left: 7px;
  width: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}






.box {
  width: 73%;
  margin: 0 auto;
  color: #666;
}





/*情報*/
.information {
  width: 90%;
  margin:0 auto;
  line-height: 1;
  /*margin-top: 50px;*/
  margin-bottom: 70px;
}

.information .text {
  padding-left: 4%;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 100;
}

.information .title {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 100;
  margin: 0 20;
  color: #FF003E;
}




/*作品概要*/

.next_concept {
  margin-top: 100px;
  margin-bottom: 70px;
  margin-right: 50px;
  margin-left: 50px;
}

.next_concept p{
  /*font-weight: 200;*/
}







/*チケット価格*/
.ticket_price {
  margin-top: 100px;
  margin-bottom: 70px;
}

.ticket_price .title_center {
  margin-bottom: 15px;
}

.ticket_price .box {
  font-size: 1.5rem;
  padding:20px 0;
}

.ticket_price .border {
  width: 50%;
  margin-top:20px;
  margin-bottom: 20px;
  padding: 0;
}

.ticket_price .box {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ticket_price ul{
  margin-top: 0;
}




/*タイムテーブル*/
.time_table {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  color: #666;
}


.time_table img{
  width: 100%;
  padding-top: 40px;
}



/*役者紹介*/

.actor_wrap{
  margin-top: 40px;
  margin-bottom: 40px;
}

.actor {
  width: 40%;
  margin: 20px;
}



.profile img{
  display: block;
  /*margin: 20px auto;*/
  width: 200px;
  border-radius: 200px;
}

.profile .contents_indv{
  /*width: 20%;*/
  text-align: center;
  margin-bottom: 30px;
}

.profile_name {
  font-size: 1.5rem;
}


/*受付中*/
.accept {
  margin-bottom: 40px;
}

.accepting {
  width:270px;
  color: white;
  background-color: #FF003E;
  margin: 20px auto;
  padding: 5px 0;
  font-weight: 200;
  font-size: 2rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  border-radius:4px;
}

.card {
  background-color: #BBB;
  margin-bottom: 5px;
  color: #DDD;
}

.accept .title_center {
  margin-top: 0;
}

.accept a {
  color: white;
}


/*フッター*/
footer p{
  clear: both;
  margin-top: 20px;
  font-size: 1,2rem;
  text-align: center;
}

.border {
  width: 100%;
  border-bottom: 1px dashed #FF003E;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}








/*別解像度*/
@media (max-width: 600px) {

  .actor {
  width: 90%;
}


}

@media (min-width: 450px) {

/*.header_right{
  right: 30px;
}*/
.next_stage {
  right: 10%;
  font-size: 2rem;
  padding-left: 10px;
  /*padding-right:10px;*/
  width:30px;
}


.information .text {
  padding-left: 4%;
  font-size: 2rem;
  line-height: 1.5;
}

.information .title {
  font-size: 3rem;
  line-height: 1.2;
}




/*.header_left {

  font-size: 2rem;
}*/

/*.header_right{

  font-size: 2rem;  
  text-shadow: 1px 1px 0px #555;
}*/

/*.header_right img{
  height: 60px;
}
*/




@media (min-width: 680px) {

.next_stage {
  right: 10%;
  bottom: -100px;
  font-size: 3rem;
  padding-left: 17px;
  padding-right:20px;
  width:50px;
}

.information .text {
  padding-left: 4%;
  font-size: 2.3rem;
  line-height: 1.5;
}

.information .title {
  font-size: 4rem;
  line-height: 1.2;
}



.header_right img{
  height: 80px;
}


/*.contents_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 20%;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.contents_indv{
  width: 20%;
  flex-wrap: nowrap;
  flex-direction: center;  
}*/

.contents img{
}



.profile .contents_flex {
  justify-content: center;
  flex-wrap: wrap;
}

.profile .contents_indv{
  /*width: 20%;*/
  text-align: center;
  /*padding-left: 30px;*/
  margin-bottom: 0;
}

.profile .title {
  padding-top: 20px;
}

.profile .dokkai {
  padding-bottom: 0;
}

}*/