@charset "utf-8";

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/

/*          ページタイトル          */
.lowerLogo {
	padding: 120px 0 0;
	text-align: center;
}
.pageTitle {
	padding: 80px 0 100px;
	text-align: center;
}
.pageTitleVE {
	position: relative;
	margin: 0 0 15px;
}
.titleEN {
	position: absolute;
	height: 1em;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: #B39159;
	font-family: 'Merriweather', serif;
	font-size: 2.8rem;
	font-weight: 400;
	z-index: 1;
}
.titleJP {
	display: block;
	color: #80735F;
	font-size: 1rem;
	font-weight: 400;
}

/*          コンテンツタイトル          */
.cttTitle {
	font-family: 'Merriweather', serif;
	font-size: 2.2rem;
	font-weight: 300;
	color: #B39159;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ニュースコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* カテゴリー */
.category {
	display: -webkit-flex; display: flex;
	-webkit-align-items: stretch; align-items: stretch;
	-webkit-justify-content: space-between; justify-content: space-between;
}
.newsCategory {
	width: 720px;
	margin: auto;
}
.category a {
	display: block;
	width: 8em;
	padding: 10px 5px;
	margin: 0 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border: 1px #6A6A6A solid;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.category a:hover {
	color: #B39159;
	border: 1px #B39159 solid;
	text-decoration: none;
}
/* ニュース */
.newsContentList {
	padding: 40px;
	margin: 0 0 40px;
	background: rgba(255, 255, 255, .6);
}
.newsContentHd .data {
	color: #B39159;
	font-family: 'Merriweather', serif;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: italic;
}
.newsContentHd .data span {
	margin: 0 5px;
}
.newsContentHd .data a {
	color: #B39159;
}
.newsTitle {
	display: block;
	padding: 20px 0;
	margin: 0 0 20px;
	font-size: 2rem;
	border-bottom: 1px #B39159 solid;
}
/* news */
.newsCtt {line-height: 1.8;}
.newsCtt p, .newsCtt dl, .newsCtt ul {
	margin: 10px 0;
}
.newsCtt dl dt {
	margin: 5px 0;
}
.newsCtt dl dd {
	margin-left: 1em;
}
.newsCtt img {
}
.newsCtt a {
	color: #B39159;
	text-decoration: underline;
}
.newsCtt a:hover {
	text-decoration: none;
}
/* news pager */
#pager.newsContentPager {
	margin: 40px 0;
	text-align: center;
}
#pager.newsContentPager a, #pager.newsContentPager span {
	position: relative;
	display: inline-block;
	padding: .5em 1em;
	margin: 0 .5em;
	font-size: 1.6rem;
	vertical-align: middle;
}
#pager.newsContentPager a:hover, #pager.newsContentPager span.current {
	color: #B39159;
	text-decoration: none;
}
.newsBacklist {
	display: block;
	width: 9em;
	padding: 10px 5px;
	margin: 40px auto;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border: 1px #6A6A6A solid;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.newsBacklist:hover {
	color: #B39159;
	border: 1px #B39159 solid;
	text-decoration: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     イントロダクション＆ストーリーコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.storyWrap .cttTitle {
	width: 20%;
}
/* イントロダクション */
.bgIntro {
	position: relative;
}
.bgIntro::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 100%;
	background: url(/img/story/introBG.jpg) no-repeat center center / cover;
	z-index: 0;
}
.introduction {
	position: relative;
	z-index: 1;
}
.introLead {
	margin: 0 0 60px;
}
.cttIntro>p {
	margin: 25px 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.introCatch {
	margin: 30px 0;
}
.cttIntro>p.introRoadshow {
	font-size: 2rem;
}
/* ストーリー */
.storyLeadImg {
	margin: 0 0 40px -40px;
}
.cttStory>p {
	margin: 25px 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.cttStory>p.storyTxt {
	margin: 60px 0;
}
.cttStory>p.storyTxt span {
	font-size: 1.8rem;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スタッフ＆キャストコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.staffcastWrap .cttTitle {
	width: 14%;
}
.cttStaffCast {
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	width: 86%;
}
.cttStaffCast>li {
	width: 50%;
	margin: 0 0 40px;
}
.cttStaffCast .role {
	position: relative;
	padding: 0 3em 0 0;
	font-size: 1.3rem;
}
.cttStaffCast .role::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.2em;
	width: 1.5em;
	height: 1px;
	margin: auto;
	background: #707070;
}
.cttStaffCast .name {
	padding: 0 3em 0 0;
	font-size: 1.8rem;
}
.cttStaffCast .name span {
	font-size: 1.3rem;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     前売券コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.ticketTitle {
	width: 600px;
	font-size: 2.8rem;
	margin: 0 auto 30px;
}
.ticketImg {
	position: relative;
	width: 600px;
	margin: 30px auto;
	text-align: center;
	font-size: 1rem;
}
.tkFr1, .tkFr1::after, .tkFr2, .tkFr2::after, .tkFr3, .tkFr3::after, .tkFr4, .tkFr4::after {
	position: absolute;
	color: #b39159;
	background: transparent;
	border: .1em solid;
}
.tkFr1, .tkFr2, .tkFr3, .tkFr4 { width: 7em; height: 7em; }
.tkFr1::after, .tkFr2::after, .tkFr3::after, .tkFr4::after { content: ""; width: 6.4em; height: 6.4em; }
.tkFr1, .tkFr1::after { border-bottom:0; border-right:0; }
.tkFr2, .tkFr2::after { border-bottom:0; border-left:0; }
.tkFr3, .tkFr3::after { border-top:0; border-left:0; }
.tkFr4, .tkFr4::after { border-top:0; border-right:0; }
.tkFr1 { left:0; top:0; }
.tkFr2 { right:0; top:0; }
.tkFr3 { right:0; bottom:0; }
.tkFr4 { left:0; bottom:0; }
.tkFr1::after { left:.4em; top:.4em; }
.tkFr2::after { right:.4em; top:.4em; }
.tkFr3::after { right:.4em; bottom:.4em; }
.tkFr4::after { left:.4em; bottom:.4em; }
.ticketData {
	width: 600px;
	margin: 30px auto;
	line-height: 1.7;
}
.ticketData>p {
	font-size: 1.6rem;
}
.ticketNote {
	margin: 20px auto;
	font-size: 1.4rem;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     劇場一覧コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* 劇場トピックス */
.theaterTopics {
	width: 600px;
	margin: 0 auto 100px;
}
.theaterTopicsImg {
	text-align: center;
}
.theaterTopicsTxt {
	font-size: 1.5rem;
	margin: 30px 0 0;
}
/* 劇場アンカー */
.theaterAnchor {
	display: -webkit-flex; display: flex;
	-webkit-align-items: stretch; align-items: stretch;
	-webkit-justify-content: space-between; justify-content: space-between;
}
.theaterAnchor a {
	display: block;
	width: 8em;
	padding: 10px 5px;
	margin: 0 0 30px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border: 1px #6A6A6A solid;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.theaterAnchor a:hover {
	color: #B39159;
	border: 1px #B39159 solid;
	text-decoration: none;
}
/* 劇場一覧 */
.areaList {
	padding: 30px 0;
}
.areaList>header {
	padding: 0 0 10px;
	color: #B39159;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.theaterList>li {
	display: -webkit-flex; display: flex;
	-webkit-align-items: stretch; align-items: stretch;
	border-bottom: 1px #C8D1D1 solid;
	-webkit-transition: .7s ease-out; transition: .7s ease-out;
}
.theaterList>li.listHeader {
	background: #FFF;
	border: 1px #B39159 solid;
}
.theaterList>li:not(.listHeader):hover {
	background: #FFF;
}
.theaterList>li>span {
	padding: 15px 5px;
}
.theaterList>li.listHeader>span {
	font-size: 1.6rem;
	font-weight: 500;
}
.theaterList .new {
	font-size: 1.2rem;
	padding-left: 0.5em;
	color: #6a6a6a;
}
/* 地名・劇場名・電話番号のみの場合 */
.theaterList .pre {
	width: 25%;
	text-align: center;
}
.theaterList .name {
	width: 60%;
}
.theaterList .name a {
	color: #B39159;
}
.theaterList .tel {
	width: 15%;
}
/* 地名・劇場名・電話番号・上映期間・備考の場合 */
/*.theaterList .pre {
	width: 10%;
	text-align: center;
}
.theaterList .name {
	width: 35%;
}
.theaterList .tel {
	width: 20%;
}
.theaterList .sc {
	width: 20%;
	text-align: center;
}
.theaterList .add1 {
	width: 15%;
}
*/

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スペシャルコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.specialTitle {
	font-size: 2.8rem;
	margin: 0 auto 30px;
	text-align: center;
}
.specialIntro {
	font-size: 1.6rem;
	margin: 0 auto 60px;
}
.special01 .specialIntro{
	width: 710px;
}
.iconImg {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between; justify-content: space-between;
	flex-wrap: wrap;
	width: 720px;
	margin: auto;
}
.iconImg li {
	width: 150px;
	margin: 0 0 40px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Footer Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/






/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Media Screen     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          SP          */
@media screen and (max-width:767px) {
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          ページタイトル          */
	.lowerLogo {
		padding: 5em 4em 0;
	}
	.pageTitle {
		padding: 40px 0;
	}
	.pageTitleVE {
		margin: 0 0 10px;
	}
	.titleViolet {
		display: block;
		width: 100%;
		max-width: 80%;
		margin: auto;
	}
	.titleEN {
		font-size: 2rem;
	}
	.titleJP {
		font-size: .8rem;
	}
/*          コンテンツタイトル          */
	.cttTitle {
		margin: 0 0 40px;
		font-size: 1.8rem;
		text-align: left;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ニュースコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* カテゴリー */
	.newsCategory {
		width: 100%;
		padding: 40px 20px;
	}
	.category {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.category>li {
		width: 47%;
	}
	.category a {
		width: 100%;
		margin: 0 0 13%;
		font-size: 1.4rem;
	}
/* ニュース */
	.newsList.content {
		padding: 40px 0;
	}
	.newsContentList {
		padding: 20px;
	}
	.newsContentHd .data {
		font-size: 1.3rem;
	}
	.newsTitle {
		font-size: 1.6rem;
	}
	.newsMovie {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.newsMovie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 640px;
		max-height: 390px;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     イントロダクション＆ストーリーコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.storyWrap .cttTitle {
		width: 100%;
	}
	.bgIntro::before {
		width: 100%;
	}
	.introLead, .introCatch{
		width: 85%;
	}
	.cttIntro>p {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.cttIntro>p.introRoadshow {
		font-size: 1.3rem;
	}
	.storyLeadImg {
		margin: 0 -20px 40px -20px;
	}
	.cttStory>p {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.cttStory>p.storyTxt span {
		display: block;
		font-size: 1.5rem;
	}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スタッフ＆キャストコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.staffcastWrap .cttTitle {
		width: 100%;
	}
	.cttStaffCast {
		width: 100%;
		padding: 0 0 0 2.5em;
	}
	.cttStaffCast>li {
		width: 100%;
		margin: 0 0 30px;
	}
	.cttStaffCast .role {
		padding: 0;
		margin: 0 0 .2em;
		font-size: 1.1rem;
	}
	.cttStaffCast .name {
		padding: 0;
		font-size: 1.4rem;
	}
	.cttStaffCast .name span {
		font-size: 1rem;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     前売券コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.ticketTitle {
		width: 100%;
		font-size: 1.7rem;
	}
	.ticketImg {
		width: 100%;
	}
	.tkFr1, .tkFr2, .tkFr3, .tkFr4 {width:5em;height:5em;}
	.tkFr1::after, .tkFr2::after, .tkFr3::after, .tkFr4::after {width:4.6em;height:4.6em;}
	.tkFr1::after {left:.2em;top:.2em;}
	.tkFr2::after { right:.2em; top:.2em; }
	.tkFr3::after { right:.2em; bottom:.2em; }
	.tkFr4::after { left:.2em; bottom:.2em; }
	.ticketData {
		width: 100%;
	}
	.ticketData>p {
		font-size: 1.4rem;
	}
	.ticketNote {
		font-size: 1.2rem;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     劇場一覧コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          劇場トピックス          */
	.theaterTopics {
		width: 100%;
		margin: 0 auto;
		padding: 40px 20px;
	}
	.theaterTopicsTxt {
		font-size: 1.4rem;
		margin: 30px 0 0;
	}
/*          劇場アンカー          */
	.theaterAnchor {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.theaterAnchor>li {
		width: 47%;
	}
	.theaterAnchor a {
		width: 100%;
		margin: 0 0 13%;
		font-size: 1.4rem;
	}
/*          劇場一覧          */
	.areaList>header {
		font-size: 1.6rem;
	}
	.theaterList>li {
		-webkit-align-items: center; align-items: center;
	}
	.theaterList>li.listHeader>span {
		font-size: 1.3rem;
	}
	.theaterList .new {
		font-size: 1rem;
	}
	.theaterList>li.listHeader>.tel {
		display: none;
	}
	.theaterList .tel {
		padding: 15px 12px;
		text-align: center;
	}
	
	/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スペシャルコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.specialTitle {
		font-size: 1.7rem;
		text-align: left;
	}
	.specialIntro {
		font-size: 1.4rem;
	}
	.special01 .specialIntro{
		width: 100%;
	}
	.iconImg {
		width: 100%;
		margin: auto;
	}
	.iconImg li {
		width: 24%;
		margin: 0 0 20px;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	
	
}

/*          PC          */
@media screen and (min-width:768px) {
/*          Site Contents          */
	
}















