@charset "utf-8";

.sp{
	display:none !important;
}
#cinemabird {
	font-family: 'Noto Serif JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	font-size:18px;
	color: #212529;
}
#cinemabird section {
    padding: 0 1%;
}
#cinemabird .inner {
    max-width:1280px;
    margin: 50px auto 80px auto;
}
#cinemabird h2.ttl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 0 0;
}
#cinemabird h2.ttl div{
    font-family: 'Pacifico', 'Noto Serif JP' , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
    font-weight: 400;
    font-size: 60px;
    text-align:center;
    width: 40%;
}
#cinemabird h2.ttl div span{
    font-size: 16px;
    display:block;
    margin-top: 10px;
}
#cinemabird h2.ttl:before,
#cinemabird h2.ttl:after{
    content: "";
    width:30%;
    height:10px;
    display:block;
}
#cinemabird h2.ttl:before{
    background: linear-gradient(to left, #212529 50%,transparent 50%) repeat-x;
    background-size: 20px 10px;
    background-position: right;
}
#cinemabird h2.ttl:after{
    background: linear-gradient(to right, #212529 50%,transparent 50%) repeat-x;
    background-size: 20px 10px;
    background-position: left;
}
#cinemabird .pt{
    position:relative;
    padding: 13% 0;
    background-attachment:fixed;
    background-size:cover;
    background-position:top center;
}
#cinemabird .pt:before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:url(../images/ph_dot.png);
    position: absolute;
    top: 0;
    left: 0;
}
#cinemabird .pt > * {
    position: relative;
}
#cinemabird .pt1 {
    background-image:url(../images/sub_ph01.jpg);
}
#cinemabird .pt2 {
    background-image:url(../images/sub_ph02.jpg);
}

#cinemabird a.btn {
    width: 90%;
    max-width: 600px;
    font-size: 24px;
    margin: 0 auto;
    letter-spacing: 6px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #212529;
    border: solid 1px #212529;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}
#cinemabird a.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #212529;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#cinemabird a.btn.prev:before {
    right: 0;
	left: auto;
}
#cinemabird a.btn:hover:before, #cinemabird a.btn:active:before {
    width: 100%;
}
#cinemabird a.btn > span {
    position: relative;
    display: block;
    padding: 20px;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#cinemabird a.btn:hover > span {
    color:#fff;
}


#cinemabird .btn.gray {
    color: #ccc;
    border: 1px solid #ccc;
    cursor: default;
}
#cinemabird .btn.gray:before {
    content: none;
}
#cinemabird .btn.gray:hover > span {
    color: #ccc;
}


/*------ メインヘッダー ------*/

#cinemabird #mainHead {
    color: #fff;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
#cinemabird #mainHead ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow:hidden;
}
#cinemabird #mainHead ul:before {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:url(../images/ph_dot.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#cinemabird #mainHead li {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    transform:scale(1);
    transition: 1s opacity,7s transform ease-in;
}
#cinemabird #mainHead li:before {
    content:none;
}
#cinemabird #mainHead li.active {
    opacity:1;
    transform:scale(1.05);
}
#cinemabird #mainHead li:nth-of-type(1) {
    background-image:url(../images/main_ph01.jpg?190719);
}
#cinemabird #mainHead li:nth-of-type(2) {
    background-image:url(../images/main_ph02.jpg?190719);
}
#cinemabird #mainHead li:nth-of-type(3) {
    background-image:url(../images/main_ph03.jpg?190719);
}
#cinemabird #mainHead li:nth-of-type(4) {
    background-image:url(../images/main_ph04.jpg?190719);
}
#cinemabird #mainHead li:nth-of-type(5) {
    background-image:url(../images/main_ph05.jpg?190719);
}
#cinemabird #mainHead .inner {
    margin: 0 auto;
}
#cinemabird #mainHead h1 {
    max-width: 412px;
    width: 50%;
    margin: 0 auto;
}
#cinemabird #mainHead h1 img {
    width: 100%;
}
#cinemabird #mainHead h2 {
    font-size: 36px;
    margin-top:20px;
    text-shadow: 0 0 5px #000;
}

/*------ コンセプト ------*/

#cinemabird #concept .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#cinemabird #concept .inner img {
    width: 30%;
}
#cinemabird #concept .inner p{
    width: 68%;
    margin-left: 2%;
    line-height: 1.8;
}

/*------ スケジュール ------*/

#cinemabird #schedule dl {
    border: 1px solid #212529;
    text-align:center;
    padding: 20px 0;
}
#cinemabird #schedule dt {
    font-weight: normal;
    position: relative;
    margin-bottom: 5px;
}
#cinemabird #schedule dt:after {
    content:"";
    position: absolute;
    max-width: 80px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#cinemabird #schedule dt.cinema {
    font-size:24px;
}
#cinemabird #schedule dt.cinema:after{
    content:none;
}
#cinemabird #schedule dd {
    margin-bottom: 30px;
}
#cinemabird #schedule .map {
    position: relative;
    padding-top: 25%;
    max-width: 1000px;
    margin: 10px auto;
}
#cinemabird #schedule .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------ 出演者 ------*/

#cinemabird #cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#cinemabird #cast li {
    width: 18%;
    margin: 4%;
    min-width: 180px;
    margin-bottom: 20px;
}
#cinemabird #cast li p {
    margin-top: 15px;
}
#cinemabird #cast li span {
    background: #212529;
    color: #fff;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 10px;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 13px;
}
#cinemabird #cast .castPhCont {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    padding-top: 100%;
    width: 100%;
}
#cinemabird #cast .castPhCont:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#cinemabird  #cast .castPhCont img {
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------ 募集要項 ------*/

#cinemabird #guide .tableCont{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}
#cinemabird #guide .tableCont table{
    width:49.5%;
    min-height: 480px;
    height: 100%;
    align-self: stretch;
}
#cinemabird #guide tr {
    border-top: 1px solid #212529;
    border-left: 1px solid #212529;
}
#cinemabird #guide th,#cinemabird #guide td {
    border-right: 1px solid #212529;
    border-bottom: 1px solid #212529;
    padding: 10px;
}
#cinemabird #guide th {
    width: 8em;
    text-align: center;
    font-weight: normal;
}
#cinemabird #guide td ul li {
    padding-left:1em;
    text-indent:-1em;
}
#cinemabird #guide td ul.targetNotes li {
    padding-left:3.5em;
    text-indent:-3.5em;
    font-size: 90%;
}
#cinemabird #guide .btnCont {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
#cinemabird #guide a.btn {
    width: 48%;
    margin: 0;
    line-height: 1.2;
}
#cinemabird #guide a.btn span > span {
    font-size: 60%;
}



#cinemabird #guide.notes .tableCont table{
    min-height: 1100px;
    font-size: 88.8%;
}
#cinemabird #guide.notes th {
    width: 10em;
}
#cinemabird #guide.notes p {
    text-align: center;
    margin-bottom: 1em;
}
@media screen and (max-width: 1280px){
#cinemabird #guide.notes .tableCont{
    flex-wrap:wrap;
}
#cinemabird #guide.notes .tableCont table {
    width:100%;
}
}





/*------ お問い合わせ ------*/

#cinemabird #contact{
    background-image:url(../images/sub_ph03.jpg);
    color: #fff;
    text-align: center;
    padding: 70px 1%;
}
#cinemabird #contact .inner{
    background: rgba(0, 0, 0, 0.6);
    padding: 25px 0;
    margin: 0 auto;
}