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

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
}
a:hover {
    opacity: 0.7;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.wrapper section {
    margin: -70px 0 130px;
    padding: 70px 0 0;
}
.inner {
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner h2 {
    margin: 0 0 60px;
}
.inner .txt {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0;
}
.inner .introBlock {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.inner .introBlock .item {
    width: 50%;
}
.inner .introBlock .item:last-of-type {
    margin-left: 15px;
}
/*----------
   header
----------*/
header {
    width: 100%;
    height: 55px;
    position: absolute;
    top: 60px;
    z-index: 2;
    transition: .5s;
}
.pcHeader nav {
    max-width: 940px;
    margin: 0 auto;
}
.pcHeader nav .linkArea {
    border: 1px solid #9bb3d3;
    display: table;
    width: 89%;
    float: left;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    line-height: 3.5;
}
.pcHeader nav .linkArea li {
    border-left: 1px solid #9bb3d3;
    display: table-cell;
    width: 14%;
}
.pcHeader nav .linkArea li:first-child {
    border-left: none;
}
.pcHeader nav .linkArea li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.pcHeader nav .linkArea li a:hover {
    background-color: #fff;
    color: #0856ad;
}
.pcHeader nav .linkArea li.gray a {
    color: #e7e7e7;
    opacity: 0.3;
}
.pcHeader nav .linkArea li.gray a:hover {
    background-color: transparent;
    color: #e7e7e7;
}
.pcHeader nav .snsArea {
    display: block;
    width: 10%;
    float: right;
    margin-top: 10px;
}
.pcHeader nav .snsArea li {
    display: inline-block;
    margin-left: 15px;
}
.spHeader {
    display: none;
}
/* scroll */
.pcHeader.scroll {
    background-color: #fff;
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
}
.pcHeader.scroll nav {
    margin: 0 auto;
    padding: 5px 0;
}
.pcHeader.scroll nav .linkArea {
    border: none;
}
.pcHeader.scroll nav .linkArea li {
    border-left: none;
}
.pcHeader.scroll nav .linkArea li a {
    color: #000;
}
.pcHeader.scroll nav .linkArea li.gray a {
    color: #e7e7e7;
    opacity: 1;
}
.pcHeader.scroll nav .linkArea li a span {
    padding-bottom: 3px;
}
.pcHeader.scroll nav .linkArea li a:hover,
.pcHeader.scroll nav .linkArea li.gray a:hover {
    opacity: 1;
}
.pcHeader.scroll nav .linkArea li a span:hover {
    border-bottom: 1px solid #000;
}
.pcHeader.scroll nav .linkArea li.gray a span:hover {
    border-bottom: none;
}
.pcHeader.scroll nav .snsArea li:last-child {
    margin-left: 10px;
}
/*----------
   main
----------*/
.main {
    background: url(../img/bg_main.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
}
.main .inner {
    padding: 80% 0 1.5%;
	position: relative;
}
.main .inner .mainTitle {
    display: none;
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
}
.main .inner .mainTitle img {
    margin: 0 auto;
}
.main .inner .txtArea {
    color: #fff;
    text-align: center;
}
.main .inner .txtArea .credit {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 5%;
}
.main .inner .txtArea .production {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
.main .inner .filmfestival {
    position: absolute;
    top: 158px;
	left: 0;
}
.main .inner .filmfestival_r {
    position: absolute;
    top: 158px;
	left: 137px;
}
.main .infoArea {
    margin: 0 0 0 auto;
    position: absolute;
    top: 18%;
    right: 2%;
}
.main .infoArea .movieBlock {
    width: 180px;
    margin: 0 0 10px auto;
}
.main .infoArea .ticketBlock {
    width: 180px;
    margin: 0 0 10px auto;
    box-sizing: border-box;
}
.main .infoArea .ticketBlock a {
	background: url(../img/bg_ticket.png) repeat-y top left;
	border: 3px solid #fff;
    display: block;
	width: 180px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
.main .infoArea .ticketBlock a.advance {
	font-size: 25px;
	letter-spacing: 0.08em;
	padding: 17px 0;
}
.main .infoArea .ticketBlock a.booking {
	font-size: 19px;
	letter-spacing: 0.02em;
	padding: 8px 0 10px;
}
.main .infoArea .ticketBlock a:hover {
	background-color: #fff;
	color: #0856ad;
}
.main .infoArea .ticketBlock a span {
	display: block;
	font-weight: 400;
	line-height: 1;
}
.main .infoArea .ticketBlock a.advance span {
	font-size: 33px;
	letter-spacing: 0.05em;
	padding-left: 0.5em;
}
.main .infoArea .ticketBlock a.booking span {
	font-size: 24px;
}

.main .infoArea .commentBlock {
    width: 260px;
    margin: 45px 0 0;
    box-sizing: border-box;
}
.main .infoArea .commentBlock a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.main .infoArea .commentBlock a .commentBox {
    padding: 15px 15px 20px;
    background-color: #fff;
}
.main .infoArea .commentBlock a .commentBox .text {
    margin: 0 auto 15px;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
}
.main .infoArea .commentBlock a .commentBox .name {
    text-align: right;
    font-size: 20px;
    color: #000000;
    line-height: 1;
}
.main .infoArea .commentBlock a .commentBox .name span {
    display: block;
    margin: 5px 0 0;
    text-align: right;
    font-size: 12px;
    color: #000000;
    line-height: 1;
}
.main .infoArea .commentBlock a .note {
    margin: 0 auto;
    padding: 5px;
    background-color: #0856ad;
    text-align: right;
    font-size: 13px;
    color: #fff;
    line-height: 1;
}
.main .infoArea .commentBlock a .note:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 8px;
    background: url(../img/icon_arr_comment.png) no-repeat;
    margin-left: 10px;
}



/*----------
    news
----------*/
.newsArea {
    margin: 40px auto;
    /*text-align: center;*/
}
.newsArea .inner .detail {
    margin: 20px auto 0;
}
.newsArea .inner .detail table {
    /*width: 560px;*/
	width: 100%;
    margin: 0 auto;
}
.newsArea .inner .detail table tr {
    font-size: 15px;
    line-height: 1.5;
}
.newsArea .inner .detail table tr th {
    width: 22%;
}
.newsArea .inner .detail table tr td {
    text-align: left;
	padding-bottom: 15px;
}
.newsArea .inner .detail a {
    color: #000;
    text-decoration: none;
    position: relative;
}
.newsArea .inner .detail a.sp {
    display: none;
}
.newsArea .inner .detail a.pc {
    display: inline;
}
.newsArea .inner{
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.newsArea .inner .left{
	width:  64.5%;
	position: relative;
}
.newsArea .inner .left .bnrArea{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
	line-height: 0;
}
.newsArea .inner .left .bnrArea a{
	/*float: left;*/
	width: calc(292 / 606 * 100%);
}
.newsArea .inner .twi_Area{
	width:  31%;
	border-left: 1px solid rgba(15,70,100,.12);
	border-right: 1px solid rgba(15,70,100,.12);
	height: 394px;
}
/*.newsArea .inner .detail a:after {
    content: url(../img/icon_arr.png);
    margin-left: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}*/
/*----------
   column
----------*/
.columnArea {
    margin: -70px auto 120px;
    padding-top: 70px;
}
.columnArea .inner {
	border: 1px solid #83aad6;
	max-width: 920px;
	margin: auto;
	padding: 2.059% 1.03% 2.28% 2.648%;
}
.columnArea .columnTitle {
	color: #0856ad;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.21em;
	text-align: center;
	margin-right: 22px;
	position: relative;
}
.columnArea .columnTitle:after {
	content: '';
	border-bottom: 3px solid #0856ad;
	width: 35px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.columnArea .columnBlock {
	margin: 50px auto 0;
}
.columnArea .columnBlock .imgBox {
	display: block;
	max-width: 271px;
	width: 29.3%;
	float: right;
}
.columnArea .columnBlock .txtArea {
	display: block;
	max-width: 570px;
	width: 70%;
	float: left;
}
.columnArea .columnBlock .txtArea .txt01 {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.06em;
}
.columnArea .columnBlock .txtArea .txt02 {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.04em;
}
.columnArea .columnBlock .txtArea a {
	color: #0856ad;
}
.columnArea .columnBlock .txtArea .txtBox {
	/* border: 1px dotted #83aad6; */
	max-width: 540px;
	margin: 19px 0 24px;
	padding: 0 4.325% 5.227% 0;
	box-sizing: border-box;
}
.columnArea .columnBlock .txtArea .txtBox p {
	display: inline-block;
	float: left;
	color: #0856ad;
	font-size: 14px;
	letter-spacing: 0.08em;
}
.columnArea .columnBlock .txtArea .txtBox p strong {
	font-size: 48px;
	vertical-align: middle;
}
.columnArea .columnBlock .txtArea .txtBox p span {
	display: block;
	font-size: 12px;
	margin: 20px 0 10px;
}
.columnArea .columnBlock .txtArea .btn {
	max-width: 394px;
	margin-top: 16px;
	box-sizing: border-box;
}
.columnArea .columnBlock .txtArea .btn a {
	background-color: #5288c5;
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding: 7px 32px 6px 21px;
	position: relative;
}
.columnArea .columnBlock .txtArea .btn a:after {
	content: url(../img/icon_btn_arr.png);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -6px;
}
.columnArea .columnBlock .txtArea .txtBox .btn {
	display: inline-block;
	width: 60%;
	float: left;
	vertical-align: top;
	margin: 0;
}
.columnArea .columnBlock .txtArea .txtBox .btn a {
	background-color: #0856ad;
	max-width: 324px;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding: 12px 20px 13px 16px;
}
.columnArea .columnBlock .txtArea .txtBox .btn a:after {
	right: 9px;
}

/*----------
    modal
----------*/
.modalArea{
    display: none;
    position: absolute;
    width: 100%;
    max-width: 960px;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.modalArea .inner{
	background-color: #ffffff;
    padding: 70px 30px 20px;
    position: relative;
}
.modalArea.modal02 .inner {
    padding: 70px 80px;
}
.modalArea .inner .link_btn{
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
	margin-top: 30px;
}
.modalArea .inner .link_btn a{
	width: calc(172 / 900 * 100%);
	color: #fff;
	display: block;
	text-align: center;
	padding: 13px 0;
	background: url(../img/bg_modal_btn_off.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0 10px 0 0;
}
.modalArea .inner .link_btn a:nth-child(5){
	margin: 0;
}
.modalArea .inner .link_btn a:hover{
	border: 2px solid #0856ad;
	background: url(../img/bg_modal_btn_on.jpg) no-repeat top left;
	color: #0856ad;
	box-sizing: border-box;
}
.modalArea .inner .link_btn a.on{
	color: #0856ad;
	border: 2px solid #0856ad;
	background: url(../img/bg_modal_btn_on.jpg) no-repeat top left;
	box-sizing: border-box;
}
.modalArea .inner .link_btn a.other_link{
	background: none;
	text-decoration: underline;
}
.modalArea .inner .link_btn a.other_link.sp{
	display: none;
}
.modalArea .inner a.other_link{
	margin: 20px 0 0;
	color: #555555;
}
.modalArea .inner .close{
	display: block;
    padding: 12px 0;
    position: absolute;
    top: 3%;
    right: 20px;
}
.modalArea .inner .movieBox{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.modalArea .inner .movieBox #mov02,
.modalArea .inner .movieBox #mov03 {
    display: none;
}
.modalArea .inner .movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modalArea .inner h2 {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 38px;
    color: #0856ad;
    letter-spacing: 7.4px;
}
.modalArea .inner .newsList {
    height: 500px;
    overflow-y: scroll;
    position: relative;
}
.modalArea .inner .newsList dl {
    margin: 0 auto;
    padding: 40px 0;
    border-top: solid 1px #d2d2d2;
    position: relative;
}
.modalArea .inner .newsList dl:before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #0856ad;
    position: absolute;
    top: -1px;
    left: 0;
}
.modalArea .inner .newsList dl dt {
    margin: 0 auto 30px;
    padding-left: 60px;
    font-size: 18px;
    color: #000;
    position: relative;
}
.modalArea .inner .newsList dl dt span {
    display: inline-block;
    width: 60px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.modalArea .inner .newsList dl dd {
    margin: 0 auto;
    padding-left: 60px;
    font-size: 13px;
    color: #000;
    line-height: 1.5;
}

.modalOverlay {
	display: none;
    width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
/*----------
    story
----------*/
#story {
    background: url(../img/bg_story.jpg) no-repeat bottom center;
    background-size: cover;
}
#story .inner {
    padding: 70px 0 80px;
}
#story .inner h2 {
    margin: 0 0 65px;
}
#story .inner h3 {
    font-size: 26px;
    line-height: 2;
    text-align: center;
    margin: 0 0 45px;
}
#story .inner .txt {
    font-size: 15px;
    line-height: 2;
    text-align: center;
}
#story .inner .imgArea {
    max-width: 858px;
    margin: 80px auto 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
#story .inner .imgArea img {
    max-width: 100%;
    width: 100%;
}
/*----------
    cast
----------*/
#cast .inner h2 {
    margin: 0 0 70px;
}
#cast .inner .introBlock {
    margin: 60px 0 0;
}
#cast .inner .introBlock .item .txt:last-of-type {
    font-size: 12px;
    margin: 20px 0 0;
}
/*----------
    staff
----------*/
#staff .inner .txt {
    margin: 0;
}
#staff .inner .introBlock {
    margin: 50px 0 0;
}
#staff .inner .introBlock .item:first-of-type {
    width: 33%;
}
#staff .inner .introBlock .item:first-of-type img {
    margin: 0 0 15px;
}
#staff .inner .introBlock .item:last-of-type {
    width: 67%;
}
#staff .inner .staffList {
    border-top: 1px solid #d2d2d2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    margin: 35px 0 0;
    padding: 20px 0 10px;
}
/*----------
    music
----------*/
#music {
    background: url(../img/bg_music.jpg) no-repeat bottom center;
    background-size: cover;
    margin-bottom: 0;
}
#music .inner {
    padding: 0 0 30px;
}
#music .inner .txt {
    margin: 20px 0 0;
}
#music .inner .introBlock {
    margin: 0 0 550px;
}
#music .inner .small {
    font-size: 13px;
    text-align: center;
}
#music .inner .introBlock .item:first-of-type {
    width: 28%;
}
#music .inner .introBlock .item:last-of-type {
    width: 72%;
    margin-left: 40px;
    margin-top: 5%;
}



/*----------
    theatre
----------*/
.theatre {
    background: #3a67ad;
}
.theatre .pcHeader.scroll {
    display: block !important;
}
.theatre .wrapper {
    background: url(/img/bg_main.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding: 110px 0 40px;
}
.theatre .wrapper h1 {
    margin: 0 auto 45px;
}
.theatre .wrapper h1 a {
    display: block;
    width: 60px;
    margin: 0 auto;
}
.theatre .wrapper h1 img {
    display: block;
    margin: 0 auto;
}
.theatre .wrapper .theatreTitle {
    margin: 0 auto 60px;
    text-align: center;
    font-size: 38px;
    color: #fff;
    letter-spacing: 7.6px;
}
.theatre .wrapper .theatreBlock {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 38%;
    background-color: #fff;
    padding: 40px 2px 70px;
    position: relative;
}
.theatre .wrapper .theatreBlock .theatreList {
    margin: 0 auto 70px;
}
.theatre .wrapper .theatreBlock .theatreList.last {
    margin: 0 auto;
}
.theatre .wrapper .theatreBlock .theatreList h3 {
    margin: 0 auto 25px;
    text-align: center;
    font-size: 26px;
    color: #2b55a3;
}
.theatre .wrapper .theatreBlock .theatreList table {
    width: 100%;
    margin: 0 auto;
}
.theatre .wrapper .theatreBlock .theatreList table thead tr th {
    background: url(../img/bg_modal_btn_off.jpg) repeat top left;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}
.theatre .wrapper .theatreBlock .theatreList table thead tr th:first-child {
    padding-left: 40px;
}
.theatre .wrapper .theatreBlock .theatreList table thead tr th:last-child {
    width: 240px;
    padding-right: 40px;
}
.theatre .wrapper .theatreBlock .theatreList table tbody tr td {
    padding: 15px 0;
    font-size: 14px;
    color: #000;
}
.theatre .wrapper .theatreBlock .theatreList table tbody tr td:first-child {
    padding-left: 40px;
}
.theatre .wrapper .theatreBlock .theatreList table tbody tr td:last-child {
    padding-right: 40px;
}
.theatre .wrapper .theatreBlock .theatreList table tbody tr:nth-child(even) td {
    background-color: #f5f5f5;
}
.theatre .wrapper .theatreBlock .theatreList dl {
    display: none;
}
.theatre .wrapper .theatreBlock .pagetop {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.theatre .wrapper .small {
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.theatre .wrapper .modalArea.modal01 {
    display: none;
}
.theatre .wrapper .modalOverlay {
    display: none;
}


/*----------
comment
----------*/
.theatre .wrapper .commentBlock {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 38%;
    position: relative;
}
.theatre .wrapper .commentBlock * {
    box-sizing: border-box;
}
.commentBlock .commentList {
    margin: 0 auto;
    background-color: #fff;
}
.commentBlock .commentList li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
}
.commentBlock .commentList li:nth-child(even) {
    background-color: #f5f5f5;
}
.commentBlock .commentList li .text {
    width: calc(100% - 200px);
}
.commentBlock .commentList li .text p {
    font-size: 16px;
    color: #000;
    line-height: 2;
}
.commentBlock .commentList li .name {
    width: 150px;
    margin-left: 50px;
}
.commentBlock .commentList li .name p {
    text-align: right;
    font-size: 24px;
    color: #000;
    line-height: 1;
}
.commentBlock .commentList li .name p span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
}
.commentBlock .commentList li .name img {
    display: block;
    width: 100%;
    margin: 20px auto 0;
}
.commentBlock .pagetop {
    color: #fff;
    position: absolute;
    bottom: -35px;
    right: 0;
}




@media screen and (max-width: 767px) and (min-width: 480px) {
	iframe.twitter-timeline {
		width: 100% !important;
	}
}

@media screen and (max-width: 480px) {
	iframe.twitter-timeline {
		width: 353px !important;
	}
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
    body {
        font-size: 1.6rem;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .wrapper section {
        margin: 0 0 13%;
        padding: 0;
    }
    .inner {
        max-width: 715px;
        width: 100%;
        padding: 0 3%;
    }
    .inner h2 {
        margin: 0 0 6%;
    }
    .inner .txt {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 2% 0 0;
    }
    .inner .introBlock {
        display: block;
    }
    .inner .introBlock .item {
        width: 100%;
    }
    .inner .introBlock .item:first-of-type {
        display: none;
    }
    .inner .introBlock .item:last-of-type {
        margin: 0;
    }
    /*header*/
    header {
        height: auto;
        position: fixed;
        top: 0;
        z-index: 3;
    }
    .spHeader {
        display: block;
        position: relative;
    }
    .spHeader nav {
        background-color: #fff;
        display: none;
        width: 77%;
        padding: 17% 7% 50%;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }
    .spHeader nav ul li {
        display: block;
        border-bottom: 1px solid #d2d2d2;
        font-size: 1.8rem;
        line-height: 1.5;
        width: auto;
        box-sizing: border-box;
    }
    .spHeader nav ul li a {
        display: block;
        padding: 7% 0;
        color: #000;
        text-decoration: none;
        position: relative;
    }
    .spHeader nav ul li.gray {
        opacity: 0.3;
    }
    .spHeader nav ul li.gray a {
        color: #c3c3c3;
    }
    .spHeader nav ul li a:after {
        content: url(../img/icon_menu_arr_sp.png);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        position: absolute;
        top: 50%;
        right: 3%;
        margin-top: -20px;
    }
    .spHeader .headerIcon {
        background-color: #fff;
        float: right;
        padding: 3% 0;
        text-align: center;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }
    .spHeader .headerIcon img {
        width: 60%;
    }
    .pcHeader {
        display: none !important;
    }
    /*main*/
    .main .inner {
        padding: 10% 3% 2%;
    }
    .main .inner .mainTitle {
        display: block;
        margin: 0 auto 66%;
        position: static !important;
        top: 0 !important;
        opacity: 0;
    }
    .main .inner .txtArea .production {
        line-height: 1.5;
    }
  	.main .inner .filmfestival {
  		width: 26%;
  		top: 14%;
  		left: 20px;
  	}
    .main .inner .filmfestival_r {
      width: 28.5%;
      top: 14%;
  		right: 20px;
      left: auto;
    }
    .infoArea.sp {
        margin: 5% auto 10%;
    }
    .infoArea.sp .movieBlock {
      width: 42.666vw;
      margin: 2% auto 0;
    }
    .infoArea.sp .movieBlock .movieBox {
        margin: 5% 0 0;
    }
    .infoArea.sp .ticketBlock li {
        width: 48%;
        margin: 0 auto;
        /*float: left;*/
    }
    /*
    .infoArea.sp .ticketBlock li:last-child {
        float: right;
    }
    */

    .infoArea.sp .commentBlock {
        width: 100%;
        margin: 30px 0 0;
        border: solid 2px #0856ad;
        box-sizing: border-box;
    }
    .infoArea.sp .commentBlock a {
        display: block;
        width: 100%;
        text-decoration: none;
    }
    .infoArea.sp .commentBlock a .commentBox {
        padding: 20px 20px 15px;
        background-color: #fff;
    }
    .infoArea.sp .commentBlock a .commentBox .text {
        margin: 0 auto 15px;
        font-size: 13px;
        color: #000000;
        line-height: 1.7;
    }
    .infoArea.sp .commentBlock a .commentBox .name {
        text-align: right;
        font-size: 18px;
        color: #000000;
        line-height: 1;
    }
    .infoArea.sp .commentBlock a .commentBox .name span {
        display: block;
        margin: 5px 0 0;
        text-align: right;
        font-size: 11px;
        color: #000000;
        line-height: 1;
    }
    .infoArea.sp .commentBlock a .note {
        margin: 0 auto;
        padding: 10px;
        background-color: #0856ad;
        text-align: right;
        font-size: 13px;
        color: #fff;
        line-height: 1;
    }
    .infoArea.sp .commentBlock a .note:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 4px;
        height: 8px;
        background: url(../img/icon_arr_comment.png) no-repeat;
        margin-left: 10px;
    }


    .newsArea {
        margin: 7% 0;
	}
    .newsArea .inner .newsTitle {
		text-align: center;
	}
    .newsArea .inner .detail table {
        width: 100%;
    }
    .newsArea .inner .detail table tr {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .newsArea .inner .detail table tr th {
        width: auto;
        display: block;
    }
    .newsArea .inner .detail table tr td {
        display: block;
    }
    .newsArea .inner .detail a:after {
        margin-left: 2.5%;
	}
	.newsArea .inner .detail a.sp {
		display: inline;
	}
	.newsArea .inner .detail a.pc {
		display: none;
	}
	.newsArea .inner{
		display: block;
	}
	.newsArea .inner .left{
		width:  100%;
		position: static;
	}
	.newsArea .inner .left .bnrArea{
		display: block;
        position: static;
	}
    .newsArea .inner .left .bnrArea a {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
    }
    .newsArea .inner .left .bnrArea a:last-child {
        margin: 0 auto;
    }
    .newsArea .inner .left .bnrArea a img {
        display: block;
        width: 100%;
    }
	.newsArea .inner .twi_Area{
		width:  100%;
		border-left: none;
		border-right: none;
		margin-top: 16px;
	}
	/*----------
	   column
	----------*/
	.columnArea {
		width: 100%;
		margin: 7% 0;
    	padding: 0 3%;
		box-sizing: border-box;
	}
	.columnArea .inner {
		width: 100%;
		padding: 5%;
	}
	.columnArea .columnBlock {
		margin: 0;
	}
	.columnArea .columnBlock .imgBox {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 0 3%;
	}
	.columnArea .columnTitle {
		float: left;
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
		margin: 0;
	}
	.columnArea .columnTitle:after {
		width: 1.3em;
		bottom: -15px;
		right: auto;
		margin: 0;
	}
	.columnArea .columnBlock .imgBox .img {
		width: 45%;
		float: right;
		margin-top: -3%;
	}
	.columnArea .columnBlock .txtArea {
		width: 100%;
		max-width: 100%;
		float: left;
	}
	.columnArea .columnBlock .txtArea .txt01 {
		font-size: 12px;
		line-height: 1.7;
	}
	.columnArea .columnBlock .txtArea .txt02 {
		font-size: 10px;
		line-height: 1.5;
	}
	.columnArea .columnBlock .txtArea .txtBox {
		max-width: 100%;
		margin: 4% 0;
		padding: 3%;
	}
	.columnArea .columnBlock .txtArea .txtBox p {
		display: block;
		float: none;
		font-size: 12px;
		text-align: center;
	}
	.columnArea .columnBlock .txtArea .txtBox p strong {
		font-size: 32px;
	}
	.columnArea .columnBlock .txtArea .txtBox p span {
		display: inline-block;
		font-size: 10px;
		vertical-align: middle;
		margin: 0 0 0 20px;
	}
	.columnArea .columnBlock .txtArea .btn {
		max-width: 270px;
		margin: 3% auto 0;
	}
	.columnArea .columnBlock .txtArea .btn a {
		font-size: 10px;
		padding: 10px 15px 9px 10px;
	}
	.columnArea .columnBlock .txtArea .txtBox .btn {
		display: block;
		width: 100%;
		max-width: 280px;
		float: none;
		margin: 2% auto 0;
	}
	.columnArea .columnBlock .txtArea .txtBox .btn a {
		max-width: inherit;
		font-size: 12px;
		padding: 12px 20px 13px 16px;
	}

	/*----------
		modal
	----------*/
	.modalArea{
		position: static;
		width: auto;
		max-width: 100%;
		margin: 0 0 60px;
	}
    .modalArea.modal01 {
        display: block;
    }
	.modalArea .inner{
		background-color: #ffffff;
		padding: 0 3%;
		position: static;
	}
	.modalArea .inner .link_btn{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		margin: 0;
	}
	.modalArea .inner .link_btn a{
		width: 49%;
		padding: 15px 0 12px;
		margin: 10px 0 0;
	}
	.modalArea .inner .link_btn a:hover{
		color: #0856ad;
		box-sizing: border-box;
	}
	.modalArea .inner .link_btn a:nth-child(5){
		margin: 10px 0 0;
	}
	.modalArea .inner a.other_link{
		font-size: 1.2rem;
	}
	.modalArea .inner a.other_link:hover{
		border: none;
		padding: 15px 0 12px;
	}
	.modalArea .inner .link_btn a.other_link.sp{
		display: block;
	}
	.modalArea .inner .close{
		display: none;
	}

    .modalArea.modal02 {
        position: absolute;
        width: 95%;
        margin: 0 auto;
    }
    .modalArea.modal02 .inner {
        padding: 55px 15px 40px;
    }
    .modalArea.modal02 .inner h2 {
        margin: 0 auto 25px;
        font-size: 27px;
    }
    .modalArea.modal02 .inner .newsList {
        height: 300px;
    }
    .modalArea.modal02 .inner .newsList dl {
        padding: 20px 0;
    }
    .modalArea.modal02 .inner .newsList dl dt {
        padding-left: 50px;
        font-size: 14px;
        line-height: 1.8;
    }
    .modalArea.modal02 .inner .newsList dl dt span {
        width: 50px;
    }
    .modalArea.modal02 .inner .newsList dl dd {
        padding-left: 50px;
        font-size: 12px;
    }
    .modalArea.modal02 .inner .close{
        display: block;
        top: 15px;
        right: 15px;
        width: 70px;
    }

	.modalOverlay {
		display: none;
	}
    /*story*/
    #story {
        background: url(../img/bg_story_sp.jpg) no-repeat top center;
    }
    #story .inner {
        padding: 10% 3% 5%;
    }
    #story .inner h2 {
        margin: 0 0 7%;
    }
    #story .inner .txt {
        font-size: 1.3rem;
    }
    #story .inner .imgArea {
        max-width: 670px;
        margin: 8% auto 0;
        display: block;
    }
    #story .inner .imgArea li:first-child {
        margin: 0 0 2%;
    }
    #story .inner .imgArea li:nth-child(2) {
        width: 49%;
        float: left;
    }
    #story .inner .imgArea li:last-child {
        width: 49%;
        float: right;
    }
    /*cast*/
    #cast .inner h2 {
        margin: 0 0 7%;
    }
    #cast .inner .introBlock {
        margin: 6% 0 0;
    }
    #cast .inner .introBlock .item .sp {
        position: relative;
    }
    #cast .inner .introBlock .item .sp:after {
        content: url(../img/icon_arr02_sp.png);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        position: absolute;
        top: 50%;
        right: 3%;
        margin-top: -10px;
    }
    #cast .inner .introBlock .item .sp.on:after {
        content: url(../img/icon_arr01_sp.png);
    }
    #cast .inner .introBlock .item .sp + div {
        display: none;
    }
    #cast .inner .introBlock .item .txt:last-of-type {
        font-size: 1.2rem;
        margin: 3% 0 0;
    }
    /*staff*/
    #staff .inner .txt {
        margin: 2% 0 0;
    }
    #staff .inner .introBlock {
        margin: 0;
    }
    #staff .inner .introBlock .item:last-of-type {
        width: 100%;
    }
    #staff .inner .staffList {
        display: block;
        margin: 3% 0 0;
        padding: 3% 0 0;
    }
    #staff .inner .staffList ul {
        width: 50%;
        float: left;
        margin: 0;
        font-size: 1.4rem;
    }
    #staff .inner .staffList ul li {
        margin: 0 0 2%;
    }
    #staff .inner .staffList ul li span {
        display: block;
        font-size: 1.1rem;
        margin: 0;
    }
    /*music*/
    #music {
        background: url(../img/bg_music_sp.jpg) no-repeat bottom center;
		background-size: cover;
    }
    #music .inner {
        padding: 0 3% 3%;
    }
    #music .inner .txt {
        margin: 2% 0 0;
    }
    #music .inner .introBlock {
        margin: 0 0 30%;
    }
    #music .inner .introBlock .item:last-of-type {
        width: 100%;
        margin: 0;
    }
    #music .inner .footerArea {
        /*max-width: 150px;*/
        margin: 0 auto;
    }
    #music .inner .footerArea .snsArea {
        width: 90px;
        margin: 0 auto 10%;
    }
    #music .inner .footerArea .snsArea li {
        width: 35%;
        float: left;
    }
    #music .inner .footerArea .snsArea li:last-child {
        float: right;
    }
	#music .inner .footerArea .bnrArea {
		text-align: center;
		margin-bottom: 6%;
    }
	#music .inner .footerArea .bnrArea a{
		display: block;
	}
	#music .inner .footerArea .bnrArea a:first-child{
		margin-bottom: 3%;
    }
    #music .inner .footerArea .small {
        font-size: 1.3rem;
    }
    .footerNav li {
        background: url(../img/bg_btn_sp.jpg) no-repeat;
        background-size: cover;
        border-top: 1px solid #fff;
        font-size: 2rem;
        text-align: center;
    }
    .footerNav li:first-child {
        border-top: none;
    }
    .footerNav li a {
        display: block;
        padding: 5% 0;
        color: #fff;
        text-decoration: none;
        position: relative;
    }
    .footerNav li a:after {
        content: url(../img/icon_arr03_sp.png);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        position: absolute;
        top: 50%;
        right: 3%;
        margin-top: -15px;
    }
    .overlay {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }


    /*----------
    theatre
    ----------*/
    .theatre .pcHeader.scroll {
        display: none !important;
    }
    .theatre .wrapper {
        padding: 65px 20px 10px;
        position: relative;
    }
    .theatre .wrapper h1 {
        display: inline-block;
        width: 60px;
        margin: 0 0 45px 20px;
        position: relative;
        z-index: 2;
    }
    .theatre .wrapper h1 img {
        display: block;
        margin: 0 auto;
    }
    .theatre .wrapper .theatreTitle {
        margin: 0 auto;
        font-size: 27px;
        letter-spacing: 5.4px;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
    }
    .theatre .wrapper .theatreBlock {
        margin: 0 auto 50%;
        padding: 2px 2px 40px;
    }
    .theatre .wrapper .theatreBlock .theatreList {
        margin: 0 auto;
    }
    .theatre .wrapper .theatreBlock .theatreList h3 {
        margin: 0 auto;
        padding: 20px 15px;
        background: url(../img/bg_modal_btn_off.jpg) repeat top left;
        text-align: left;
        font-size: 21px;
        color: #fff;
    }
    .theatre .wrapper .theatreBlock .theatreList table {
        display: none;
    }
    .theatre .wrapper .theatreBlock .theatreList dl {
        display: block;
        padding: 0 15px;
    }
    .theatre .wrapper .theatreBlock .theatreList dl:nth-child(even) {
        background-color: #f5f5f5;
    }
    .theatre .wrapper .theatreBlock .theatreList dl dt {
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }
    .theatre .wrapper .theatreBlock .theatreList dl dd {
        padding: 10px 0;
        font-size: 12px;
    }
    .theatre .wrapper .theatreBlock .pagetop {
        font-size: 12px;
        bottom: 15px;
        right: 15px;
    }
    .theatre .wrapper .small {
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
    .theatre .wrapper .modalArea.modal01 {
        display: none;
        position: absolute;
        width: 95%;
        margin: 0 auto;
    }
    .theatre .wrapper .modalArea.modal01 .inner {
        padding: 45px 15px 15px;
        position: relative;
    }
    .theatre .wrapper .modalArea.modal01 .inner .close {
        display: block;
        padding: 0;
        top: 15px;
        right: 15px;
        width: 70px;
    }


    /*----------
    comment
    ----------*/
    .commentBlock .commentList li {
        display: block;
        padding: 25px;
    }
    .commentBlock .commentList li .text {
        width: 100%;
    }
    .commentBlock .commentList li .text p {
        font-size: 14px;
    }
    .commentBlock .commentList li .name {
        width: 100%;
        margin: 35px auto 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .commentBlock .commentList li .name p {
        width: 48%;
        text-align: right;
        font-size: 24px;
        color: #000;
        line-height: 1;
    }
    .commentBlock .commentList li .name p span {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.4;
    }
    .commentBlock .commentList li .name img {
        width: 48%;
        max-width: 240px;
        margin: 0;
    }
    .commentBlock .pagetop {
        color: #fff;
        position: absolute;
        bottom: -35px;
        right: 0;
    }



}
@media only screen and (max-width: 335px) {
	.columnArea .columnBlock .txtArea .txtBox p strong {
		font-size: 27px;
	}
	.columnArea .columnBlock .txtArea .txtBox p span {
		margin: 0 0 0 7px;
	}
}
