@charset "utf-8";
/* CSS Document */

html{font-size: 62.5%;}

body{
  font-family: "Yu Mincho", "YuMincho", serif;
	color: #313131;
  min-width: 900px;
}

.clearfix::after{
  content: "";
  display: table;
  clear: both;
}

img{
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a{
	text-decoration: none;
	color: #313131;
}

ul{list-style: none;}

#wrap{
	width: 900px;
	margin: 0 auto;
}

.wrap{
	width: 900px;
	margin: 0 auto;
}

header{
	width: 900px;
	height: 380px;
	background: url(../images/page_header_back.jpg) no-repeat;
	position: relative;
  margin-bottom: 5px; 
}

#page-header-logo{
	position: absolute;
  top: 35px;
  left: 35px;
}

nav{margin-bottom: 80px;}
	
nav ul{
	display: flex;
	justify-content: space-between;
}

/* contents */

#contents{
  width: 900px;
  margin: 0 auto;
}

#contents-inner{
  width: 840px;
  padding: 0 30px;
}

h2{
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  margin-bottom: 50px;
}

h3{
  font-size: 33px;
	line-height: 40px;
  padding-left: 40px;
	background: url(../images/page_h3_back.png) no-repeat;
  background-position: left center;
	margin-bottom: 20px;
}

/* introduction page css */

#introduction-contents{margin-bottom: 120px;}

#introduction-contents-inner{
  width: 840px;
  margin: 0 auto;
}

#introduction-section01{margin-bottom: 120px;}

#introduction-section01 p{
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph;
}

#introduction-section02{margin-bottom: 60px;}

#introduction-section02 p{
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph;
}

#introduction-section03{margin-bottom: 120px;}

#introduction-section03-img{text-align: center;}

#introduction-section04{
  background: #E6E1E1;
  padding: 100px 0;
}

#introduction-section04-inner{
  width: 840px;
  margin: 0 auto;
}

.introduction-section04-text{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 80px;
  font-weight: 600;
}

.introduction-section04-box{margin-bottom: 60px;}

.introduction-section04-box-inner{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.introduction-section04-box-img{
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

.introduction-section04-box-title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.introduction-section04-box-name{
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}

.introduction-section04-box-text{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 600;
}

/* cast page css */

#cast-contents{margin-bottom: 120px;}

.cast-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.cast-box-img{
  width: 120px;
  height: 160px;
}

.cast-box-info{width: 700px;}

.cast-box-name{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #929292;
}

.cast-box-text{
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* staff page css */

#staff-contents{margin-bottom: 120px;}

#staff-box-wrap{margin-bottom: 100px;}

.staff-box{margin-bottom: 80px;}

.staff-box-inner{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.staff-box-img{
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

.staff-box-title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.staff-box-name{
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}

.staff-box-text{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 600;
}

#staff-list ul li{
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* schedule page css */

#schedule01{margin-bottom: 140px;}

#schedule02{margin-bottom: 140px;}

#schedule03{margin-bottom: 140px;}

.schedule-info{margin-bottom: 20px;}

.schedule-text01{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.schedule-text01 span{
  font-size: 16px;
}

.schedule-text02{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.schedule-text03{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: url("../images/schedule_icon01.png") no-repeat;
  background-position: left center;
  padding-left: 30px;
}

.schedule-text04{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.schedule-text05{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.schedule-text06{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mb10{margin-bottom: 10px;}

.mb20{margin-bottom: 20px;}

.schedule-link{
  display: flex;
  margin-bottom: 40px;
}

.schedule-link-box{margin-right: 40px;}

.schedule-link-box p{
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: -1px;
}

.schedule-organizer{margin-bottom: 20px;}

.schedule-icon{display: flex;}

.schedule-icon img{margin-right: 15px;}

#schedule-tokyo-wrap{margin-bottom: 40px;}

.schedule-tokyo-box{margin-bottom: 10px;}

/* contents end */

footer{
  width: 900px;
  height: 245px;
  background: url("../images/footer_back.png") no-repeat;
  position: relative;
}
	
#footerInner{padding: 60px 30px 0;}
	
#footer-box01{
  display: flex;
  margin-bottom: 30px;
}
	
#footer-box01-text{
  width: 380px;
  margin-right: 30px;
}

#footer-box01-text p{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

#footer-box01-icon img{margin-right: 30px;}

#footer-box02{margin-bottom: 50px;}

#footer-box02 p{
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
	
#copyright{text-align: center;}
	
#copyright small{font-size: 12px;}
