@charset "utf-8";

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.outBorder {
	position: relative;
	min-width: 1200px;
	border: solid 3px #b39159;
	z-index: 1;
}
.lowerBox {
	margin: 50px 45px;
	border: solid 2px #b39159;
}
.innerBorder {
	margin: 2px;
	border: solid 1px #b39159;
}
.lowerDecoTL, .lowerDecoTR, .lowerDecoBL, .lowerDecoBR {
	position: absolute;
	width: 70px;
	height: 70px;
	background: no-repeat center / 100%;
}
.lowerDecoTL {
	top: 0;
	left: 0;
	background-image: url(/img/bg/lowerDecoTL.png);
}
.lowerDecoTR {
	top: 0;
	right: 0;
	background-image: url(/img/bg/lowerDecoTR.png);
}
.lowerDecoBL {
	bottom: 0;
	left: 0;
	background-image: url(/img/bg/lowerDecoBL.png);
}
.lowerDecoBR {
	bottom: 0;
	right: 0;
	background-image: url(/img/bg/lowerDecoBR.png);
}


/*          ページタイトル          */
.lowerLogo {
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}
.lowerLogo a {
	display: block;
	width: 340px;
	margin: 0 auto;
}
.pageTitleBox {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	padding-top: 270px;
	background: no-repeat center;
	z-index: -1;
}
.pageTitle {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
.pageTitleVE {
	position: relative;
	display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
	width: 250px;
	height: 66px;
	margin: 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, .85);
}
.pageTitleVE:after {
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	padding: 5px;
	border: solid 1px rgba(255, 255, 255, .3);
}
.pageTitleVE .textSvg {
	width: 72%;
	max-width: 180px;
}
.lowerWrap {
	padding: 270px 0 0;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.navigationBtn, .navigationWrap {
	background-color: rgba(175, 145, 89, .9);
}
.navigationList>li>a:hover {
	fill: #ffe6bb;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ニュースコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* カテゴリー */
.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: 120px auto 0;
}
.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;
}
/* ニュース */
.newsList {
	padding-top: 80px;
}
.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;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ストーリーコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.dir-story .outBorder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 0 17em / cover;
	opacity: .6;
	z-index: -2;
}
.storyLead01 {
	margin: 0 auto;
	text-align: center;
}
.storyLead02 {
	margin: 60px auto 0;
	text-align: center;
}
.storyText {
	margin: 100px auto 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
.storyText p:nth-child(n+2) {
	margin: 60px auto 0;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     キャラクターコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.character.content {
	width: 960px;
}
.character .box {
	position: relative;
}
.character .container {
	position: relative;
}
.character .text {
	position: absolute;
	width: 320px;
	line-height: 1.8;
}
.character .chara01 .text {
	top: 40px;
	right: 35px;
}
.character .chara02 .text {
	top: 90px;
	left: 35px;
}
.character .text1 {
	font-size: 1.6rem;
}
.character .text2 {
	padding: .8em 0 0;
	font-size: 1.4rem;
}
.character .name {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 620px;
	padding: 10px 40px;
	text-align: center;
}
.character .chara01 .name {
	bottom: 0;
	background: #FFF;
}
.character .chara02 .name {
	top: 0;
	background: #0f0f0f;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スタッフ＆キャストコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.staffcast {
	-webkit-justify-content: center; justify-content: center;
}
.cast {
	margin: 0 120px 0 0;
}
.cast .heading {
	width: 69px;
}
.staffcast .heading {
	width: 75px;
	margin: 0 30px 0 0;
}
.cttStaffCast {
	-webkit-flex-flow: column; flex-flow: column;
	width: 100%;
}
.cttStaffCast>li {
	margin: 0 0 40px;
}
.cttStaffCast .role {
	position: relative;
	font-size: 1.3rem;
	color: #b39159;
}
.cttStaffCast .name {
	font-size: 1.8rem;
}
.cttStaffCast .name span {
	font-size: 1.3rem;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     前売券コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.ticketList .cttTicket:nth-child(n+2) {
	margin: 120px auto 0;
}
.ticketTitle {
	width: 600px;
	margin: 0 auto 30px;
	text-align: center;
}
.ticketImg {
	position: relative;
	width: 600px;
	margin: 50px auto 30px;
	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;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
}
.ticketData .ticket_day {
	font-size: 2.0rem;
	padding-bottom: 10px;
}
.ticketLink {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between; justify-content: space-between;
	width: 600px;
	margin: 0 auto 120px;
}
.ticketLink li {
	width: 48%;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     音楽コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.musicList .cttMusic {
	max-width: 600px;
	margin: auto;
}
.musicList .cttMusic {
	padding: 140px 0 0;
}
.musicLink {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between; justify-content: space-between;
	width: 600px;
	margin: 0 auto 5px;
}
.musicTitleBox {
	text-align: center;
}
.musicTitle {
	margin: 0 auto;
}
.musicAr {
	margin: 50px auto 0;
}
.musicJacket {
	margin: 50px auto 0;
}
.musicIndex .music_tex dl dt:nth-child(n+2) {
	padding-top: .5em; 
}
.musicIndex .music_tex dl dd {
	padding-left: 2em; 
}
.musicTxtBox {
	padding: 25px 0 0;
	font-size: 1.6rem;
	line-height: 24px;
}
.music_con p:nth-child(2) {
	padding: 25px 0 0;
}
.music_conTitle {
	margin: 60px auto 10px 0;
}
.musicIndex .music_conTitle {
	width: 53.5px;
}
.musicMV .music_conTitle {
	width: 117px;
}
.musicPriv .music_conTitle {
	width: 204px;
}
.musicComment {
	margin: 25px 0 0;
}
.music_tex {
	margin: 25px 0 0;
}
.music_tex .heading {
	color: #b39159;
}
.music_tex .heading:nth-child(n+2) {
	margin: 100px 0 0;
}
.musicPriv .list li:nth-child(n+2) {
	padding: 50px 0 0;
}
.musicPriv .list p {
	padding: 10px 0;
}
.musicPriv .list li .image {
	width: 600px;
	padding: 30px;
	text-align: center;
	background: #FFF;
}
.musicPriv .list li .image:nth-of-type(2) {
	padding-top: 0;
}
.musicPriv .textList li:nth-child(n+2) {
	padding-top: .5em; 
}
.musicNote {
	margin: 50px auto 0;
	padding-left: 1em;
	text-indent: -1em;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     グッズコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.goods .red, .goods .red a {
	color: #c12727;
}
.goodsTitle {
	text-align: center;
}
.goodsNote {
	margin: 80px 0 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.goodsNote .red {
	padding: 0 0 1rem;
}
.goodsNote a {
	text-decoration: underline;
}
.goodsNote a:hover {
	text-decoration: none;
}
.goodsNote .cancel {
	text-decoration: line-through;
}
.goodsOriginList {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	width: 860px;
	margin: 30px auto 0;
}
.goodsPamphlet .goodsOriginList {
	display: block;
}
.goodsOriginList>li {
	width: 400px;
	margin: 60px 0 0;
}
.goodsPamphlet .goodsOriginList>li {
	width: 100%;
}
.goodsOriginList .work {
	padding: 15px 0 0;
}
.goodsOriginList .name {
	padding: 15px 0 0;
	font-size: 1.8rem;
	font-weight: 400;
	color: #b39159;
}
.goodsOriginList .detail {
	padding: 15px 0 0;
}
.goodsOriginList .count3 {
	padding-left: 3em;
	text-indent: -3em;
	word-break: break-all;
}
.goodsOriginList .count4 {
	padding-left: 4em;
	text-indent: -4em;
	word-break: break-all;
}
.goodsOriginList .count5 {
	padding-left: 5em;
	text-indent: -5em;
	word-break: break-all;
}
.goodsPamphlet a {
	color: #B39159;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     入場者プレゼントコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.noveltyTitleBox {
	text-align: center;
}
.cttNovelty {
	max-width: 600px;
	margin: auto;
}
.noveltyTitle {
	padding: 30px 0 0;
}
.noveltyImage {
	padding: 40px 0 0;
}
.noveltyTxtBox {
	padding: 40px 0 0;
	line-height: 1.7;
}
.noveltyTxtBox .novelty_conTitle {
	padding-bottom: 1em;
}
.noveltyTxtBox .priv .novelty_conTitle {
	width: 93px;
}
.noveltyTxtBox .priv .text {
	font-size: 2.0rem;
}
.noveltyTxtBox .priv .text span {
	font-size: 1.6rem;
}
.noveltyTxtBox .priv .list {
	padding: 1.5em 0 0;
	font-size: 1.6rem;
}
.noveltyTxtBox .period .novelty_conTitle {
	width: 90.5px;
	padding-top: 55px;
}
.noveltyTxtBox .period .text {
	font-size: 1.6rem;
}
.noveltyTxtBox .period .text span {
	font-size: 1.4rem;
}
.noveltyTxtBox .note {
	padding-top: 60px;
	padding-left: 1em;
	text-indent: -1em;
}
.novelty .theaterLink {
	padding: 30px 0 0;
	font-size: 1.6rem;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     動画コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.movieBox {
	width: 750px;
	margin: auto;
}
.movieBox p {
	font-size: 2.4rem ;
	text-align: center;
	padding-top: 20px;
}
.movieBox div {
	padding-bottom: 120px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     書籍コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.booksEA_box {
	text-align: center;
}
.booksDayImage {
	margin: 40px 0 0;
}
.booksImage {
	width: 330px;
	margin: 50px auto 160px;
}
.bookstxt {
	text-align: center;
	padding-bottom: 80px;
}
.bookstxt .url {
	padding-top: 70px;
	font-size: 2rem;
}
.booksImgBox {
	width: 550px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 60px;
}
.booksImgBox li {
	width: 256px;
}
.booksImgBox li img {
	width: 250px;
}
.booksImgBox li p {
	padding-top: 5px; 
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スペシャルコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.specialTitle {
	font-size: 2.8rem;
	margin: 0 auto 30px;
	text-align: center;
    border-bottom: 1px #C8D1D1 solid;
    padding-bottom: 20px;
}
.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;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	width: 720px;
	margin: auto;
}
.iconImg li {
	width: 150px;
	margin: 0 0 40px;
}
.specialBox {
	width: 880px;
	margin: auto;
	display: -webkit-flex;display: flex;
	-webkit-justify-content: space-between; justify-content: space-between;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	padding: 0 0 45px;
}
.specialBox li {
	width: 425px;
}
.specialBox li:nth-child(n + 3) {
	padding: 45px 0 0;
}
.specialBox li .text {
	height: 90px;
	background-color: #e8e3d7;
	padding: 20px;
}
.specialBox li .text p {
	font-size: 1.6rem;
}
/*+-+-+-+-+-+-+-+-+-+-     comment     -+-+-+-+-+-+-+-+-+-+*/
.comment {
	width: 881px;
}
/*+-+-+-+-+-+-+-+-+-+-     interview     -+-+-+-+-+-+-+-+-+-+-*/
.interviewTi {
	border-bottom: 0;
	margin: 0 auto 60px;
}
.interview {
	width: 735px;
	text-align: left;
	margin: auto;
}
.interviewBox {
	padding-bottom: 80px;
	width: 740px;
	margin: auto;
	line-height: 24px;
}
.interviewBox .title {
	font-size: 2.0rem;
	color: #B39159;
	padding-bottom: 30px;
}
.interviewBox .txt {
	font-size: 1.6rem;
}
.interviewBox .img {
	padding-top: 30px;
}
.interviewBox .last {
	font-size: 1.4rem;
	text-align: right;
}
.interview_KV_box {
	padding: 120px 0 30px;
}
.interview_KV_box p {
	font-size: 1.6rem;
	padding-top: 20px;
}

/*+-+-+-+-+-+-+-+-+-+-     ライデンシャフトリヒ・タイムス     -+-+-+-+-+-+-+-+-+-+-*/
.newspaper {
	width: 710px;
	margin: 50px auto 0;
	font-size: 1.6rem;
	line-height: 1.8;
}
.newspaper .image {
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}
.newspaper .image01 {
	width: 100%;
	max-width: 450px;
}
.newspaper .text01 p {
	padding: 1.5em 0 0;
}
.newspaper .text02 {
	padding: 3em 0 0;
}
.newspaper .image02 {
	padding-top: 2em;
}
.newspaper .overview {
	padding: 1em 0 0;
	text-align: center;
}
.newspaper .overview li:first-child {
	font-weight: bold;
}
.newspaper .overview .download a {
	display: block;
	width: 170px;
	margin: .5em auto 0;
}
.newspaper .overview .download p {
	font-size: 1.3rem;
}
.newspaper .note {
	padding-top: 3em;
	padding-left: 1em;
	text-indent: -1em;
}

/*+-+-+-+-+-+-+-+-+-+-     カウントダウンコメント     -+-+-+-+-+-+-+-+-+-+-*/
.countdownList li {
	width: 700px;
	margin: 60px auto 0;
	padding: 40px 50px;
	font-size: 1.6rem;
	line-height: 2;
	background: rgba(255,255,255,.9);
}
.countdownList li .name, .countdownList li .img {
	padding: 0 0 25px;
	text-align: center;
}

/*+-+-+-+-+-+-+-+-+-+-     バーチャル背景     -+-+-+-+-+-+-+-+-+-+-*/
.virtualBg {
	padding: 0 0 45px;
}
.virtualBg .intro .text {
	font-size: 1.6rem;
}
.virtualBg .intro .note {
	padding-top: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.virtualBg .box {
	padding: 60px 0 0;
}
.virtualBg .heading {
	padding: 0 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
.virtualBgList {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between; justify-content: space-between;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.virtualBgList li {
	width: 260px;
}
.virtualBgList li:nth-child(n + 4) {
	padding: 30px 0 0;
}
.virtualBgList li .thumb {
	padding: 10px 0;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Footer Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/






/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Media Screen     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          SP          */
@media screen and (max-width:767px) {
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.lowerWrap {
		padding: 6em 0 0;
	}
	.outBorder {
		min-width: unset;
		padding-bottom: 4.0em;
	}
	.lowerBox {
		width: 95%;
		margin: 0 auto;
	}
	.innerBorder {
		padding: 2em 0 0;
	}
	.lowerDecoTL, .lowerDecoTR, .lowerDecoBL, .lowerDecoBR {
		width: 3.5em;
		height: 3.5em;
	}

/*          ページタイトル          */
	.lowerLogo {
		padding: 2em 4em 1.5em;
	}
	.lowerLogo a {
		width: 85%;
		max-width: 400px;
	}
/*          ページタイトル          */
	.pageTitleBox {
		padding-top: 22.4%;
		background-size: 100% auto;
	}
	.pageTitle {
		
	}
	.pageTitleVE {
		width: 50%;
		max-width: 250px;
		height: auto;
		max-height: 66px;
	}
	.pageTitleVE::after {
		padding: 2.5px;
	}
	.pageTitleVE .textSvg {
		width: 80%;
	}
	.dir-news .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgNews_sp.jpg);
	}
	.dir-story .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgStory_sp.jpg);
	}
	.dir-character .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgCharacter_sp.jpg);
	}
	.dir-caststaff .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgCaststaff_sp.jpg);
	}
	.dir-movie .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgMovie_sp.jpg);
	}
	.dir-ticket .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgTicket_sp.jpg);
	}
	.dir-music .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgMusic_sp.jpg);
	}
	.dir-goods .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgGoods_sp.jpg);
	}
	.dir-novelty .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgNovelty_sp.jpg);
	}
	.dir-books .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgBooks_sp.jpg);
	}
	.ptbsp.pageTitleBox {
		background-image: url(/img/bg/pageTitleBgSpecial_sp.jpg);
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ニュースコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* カテゴリー */
	.newsCategory {
		width: 100%;
		margin: 0 auto;
		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: 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;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ストーリーコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.dir-story .outBorder:before {
		background-image: url(/img/bg/storyBg_sp.jpg);
		background-position: 0 10em;
	}
	.storyLead02 {
		margin: 30px auto 0;
	}
	.storyText {
		margin: 50px auto 0;
		font-size: 1.3rem;
		line-height: 1.7;
		text-align: left;
	}
	.storyText p:nth-child(n+2) {
		margin: 30px auto 0;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     キャラクターコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.character.content {
		width: 100%;
	}
	.character .box {
		display: -webkit-flex; display: flex;
		max-width: 550px;
		margin: auto;
	}
	.character .container {
		display: -webkit-flex; display: flex;
		-webkit-flex-direction: column; flex-direction: column;
		width: 85%;
	}
	.character .text {
		position: unset;
		width: auto;
		padding: 1.5em 1em;
		background: #e8e3d7;
	}
	.character .text1 {
		font-size: 1.2rem;
	}
	.character .text2 {
		font-size: 1rem;
	}
.character .name {
		position: unset;
		transform: unset;
		width: 15%;
		padding: 20px 11px;
}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スタッフ＆キャストコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.cttStaffCast {
		padding: 40px 0 0 2em;
	}
	.staffcastWrap .flexBox {
		-webkit-flex-direction: column; flex-direction: column;
	}
	.cast {
		margin: 0;
	}
	.staff {
		margin: 90px 0 0;
	}
	.cttStaffCast>li {
		margin: 0 0 30px;
	}
	.cttStaffCast .role {
		margin: 0 0 .2em;
		font-size: 1.1rem;
	}
	.cttStaffCast .name {
		font-size: 1.4rem;
	}
	.cttStaffCast .name span {
		font-size: 1rem;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     前売券コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.ticketTitle {
		width: 100%;
		margin: 0 auto 25px;
	}
	.ticketImg {
		width: 100%;
		margin: 25px auto 15px;
	}
	.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%;
		margin: 15px auto;
	}
	.ticketData>p {
		font-size: 1.4rem;
	}
	.ticketNote {
		font-size: 1.2rem;
	}
	.ticketData .ticket_day {
		font-size: 1.6rem;
	}
	.ticketLink {
		-webkit-flex-flow: column; flex-flow: column;
		width: 100%;
		margin: 0 auto 60px;
	}
	.ticketLink li {
		width: 100%;
	}
	.ticketLink li:nth-child(2) {
		margin-top: 1em;
	}
	
	/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     音楽コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.musicList .cttMusic {
		padding: 80px 0 0;
	}
	#music01 {
		padding: 60px 0 0;
	}
	.musicLink {
		display: block;
		width: auto;
	}
	.musicLink li {
		width: 70%;
		max-width: 370px;
		margin: 0 auto;
	}
	.musicLink li:nth-child(n+2) {
		margin-top: 13px;
	}
	.musicTitle {
		width: 100%;
	}
	.musicAr {
		width: 75%;
		max-width: 408.5px;
		margin: 30px auto 0;
	}
	.musicJacket {
		margin: 20px auto 0;
}
	.music_con p:nth-child(2) {
		padding: 20px 0 0;
	}
	.musicTxtBox {
		padding: 20px 0;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.music_conTitle {
		margin: 30px auto 10px 0;
	}
	.musicIndex .music_conTitle {
		width: 17%;
	}
	.musicPriv .music_conTitle {
		width: 60%;
	}
	.music_tex .heading:nth-child(n+2) {
		margin: 60px 0 0;
	}
	.musicPriv .list li:nth-child(n+2) {
		padding: 25px 0 0;
	}
	.musicPriv .list li .image {
		width: 100%;
	}
	.musicPriv .list li .image img {
		max-width: 210px;
	}
	.musicNote li {
		margin-left: 1.2em;
		text-indent: -1.2em;
	}
	.musicNote {
		margin: 30px auto 0;
	}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     グッズコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.goodsNote {
	margin: 40px 0 0;
}
.goodsOriginList {
		-webkit-flex-direction: column; flex-direction: column;
		width: 100%;
		max-width: 500px;
		margin: 15px auto 0;
}
.goodsOriginList>li {
	width: 100%;
	margin: 4em 0 0;
}
.goodsPamphlet .goodsOriginList>li {
	margin: 40px 0 0;
}
	.goodsOriginList .image {
		max-width: 324px;
		margin: 0 auto;
	}
.goodsOriginList .work {
	padding: 7.5px 0 0;
}
.goodsOriginList .name {
	padding: 7.5px 0 0;
	font-size: 1.6rem;
}
.goodsOriginList .detail {
	padding: 7.5px 0 0;
}
.goodsPamphlet .goodsOriginList .detail {
	padding: 15px 0 0;
}
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     入場者プレゼントコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.noveltyTitle {
		padding: 15px 0 0;
	}
	.noveltyTitleBox .numberTitle {
		width: 70%;
		margin: 0 auto;
	}
	.noveltyImage {
		padding: 20px 0 0;
	}
	.noveltyTxtBox {
		padding: 20px 0 0;
	}
	.noveltyTxtBox .priv .novelty_conTitle {
		width: 27.5%;
	}
	.noveltyTxtBox .priv .text {
		font-size: 1.5rem;
	}
	.noveltyTxtBox .priv .text span {
		font-size: 1.3rem;
	}
	.noveltyTxtBox .priv .list {
		font-size: 1.3rem;
	}
	.noveltyTxtBox .period .novelty_conTitle {
		width: 27%;
		padding-top: 40px;
	}
	.noveltyTxtBox .period .text {
		font-size: 1.3rem;
	}
	.noveltyTxtBox .period .text span {
		font-size: 1.1rem;
	}
	.noveltyTxtBox .note {
		padding-top: 30px;
	}
	.novelty .theaterLink {
		padding: 30px 0 0;
		font-size: 1.3rem;
	}

	/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     動画コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.movieBox {
		width: 100%;
	}
	.movieBox p {
		font-size: 1.4rem ;
		padding-top: 10px;
	}
	.movieBox div {
		padding-bottom: 40px;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     書籍コンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.booksWrap .content {
	}
	.booksDayImage {
		width: 50%;
		max-width: 215.5px;
		margin: 20px auto 0;
	}
	.booksImage {
		width: 100%;
		margin: 30px auto 80px;
	}
	.bookstxt {
		padding-bottom: 40px;
	}
	.bookstxt .esuma {
		font-size: 1.5rem;
	}
	.bookstxt .title {
		font-size: 1.7rem;
	}
	.bookstxt .day {
		font-size: 1.7rem;
	}
	.bookstxt .url {
		padding-top: 15px;
		font-size: 1.3rem;
	}
	.booksImgBox {
		width: 100%;
		padding-bottom: 30px;
	}
	.booksImgBox li {
		width: 48%;
	}
	.booksImgBox li img {
		width: 100%;
	}
	.booksImgBox li p {
		padding-top: 5px; 
		font-size: 1.1rem;
	}

	
	/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     スペシャルコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.specialTitle {
		font-size: 1.7rem;
		text-align: left;
	}
	.specialIntro {
		font-size: 1.2rem;
	}
	.special01 .specialIntro{
		width: 100%;
	}
	.iconImg {
		width: 100%;
		margin: auto;
	}
	.iconImg li {
		width: 24%;
		margin: 0 0 20px;
	}
	.specialBox {
		width: 100%;
		max-width: 425px;
	}
	.specialBox li {
		width: 100%;
	}
	.specialBox li:nth-child(2), .specialBox li:nth-child(n+3) {
		padding: 45px 0 0;
	}
	.specialBox li .text {
		height: auto;
		padding: 10px;
	}
	.specialBox li .text p {
		font-size: 1.4rem;
	}
	/*+-+-+-+-+-+-+-+-+-+-     comment     -+-+-+-+-+-+-+-+-+-+*/
	.comment {
		width: 100%;
	}
	/*+-+-+-+-+-+-+-+-+-+-     interview     -+-+-+-+-+-+-+-+-+-+-*/

	.interview {
		width: 100%;
	}
	.interviewTi {
    	margin: 0 auto 30px;
	}
	.interviewBox {
		padding-bottom: 70px;
		width: 100%;
		margin: auto;
	}
	.interviewBox .title {
		font-size: 1.5rem;
		padding-bottom: 25px;
	}
	.interviewBox .txt {
		font-size: 1.4rem;
	}
	.interviewBox .img {
		padding-top: 25px;
	}
	.interviewBox .last {
		font-size: 1.3rem;
		text-align: right;
	}
	.interview_KV_box {
		padding: 60px 0 30px;
	}
	.interview_KV_box p {
		font-size: 1.3rem;
		padding-top: 20px;
	}
	
/*+-+-+-+-+-+-+-+-+-+-     ライデンシャフトリヒ・タイムス     -+-+-+-+-+-+-+-+-+-+-*/
	.newspaper {
		width: 100%;
		font-size: 1.2rem;
	}
	.newspaper .overview {
		text-align: left;
	}
	.newspaper .overview .download a {
		margin: .5em 0 0;
		width: 35%;
		max-width: 170px;
	}
	.newspaper .overview .download p {
		font-size: 1rem;
	}
	
/*+-+-+-+-+-+-+-+-+-+-     カウントダウンコメント     -+-+-+-+-+-+-+-+-+-+-*/
	.countdownList li {
		width: 100%;
		max-width: 600px;
		padding: 2em 1em;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.countdownList li .name {
		padding: 0 0 15px;
	}
	
/*+-+-+-+-+-+-+-+-+-+-     バーチャル背景     -+-+-+-+-+-+-+-+-+-+-*/
	.virtualBg .intro .text {
		font-size: 1.2rem;
	}
	.virtualBg .intro .note {
		font-size: 1.0rem;
	}
	.virtualBg .heading {
		font-size: 1.3rem;
	}
	.virtualBg .box {
		max-width: 500px;
		margin: auto;
	}
	.virtualBg div.box:nth-of-type(2) {
		padding: 45px 0 0;
	}
	.virtualBgList {
		-webkit-flex-direction: column; flex-direction: column;
	}
	.virtualBgList li {
		width: 100%;
		max-width: 600px;
	}
	.virtualBgList li:nth-child(n + 2) {
		padding: 30px 0 0;
	}
	
	
	
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/

	
}

/*          PC          */
@media screen and (min-width:768px) {
/*          Site Contents          */
/*          ページタイトル          */
	.dir-news .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgNews.jpg);
	}
	.dir-story .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgStory.jpg);
	}
	.dir-character .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgCharacter.jpg);
	}
	.dir-caststaff .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgCaststaff.jpg);
	}
	.dir-movie .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgMovie.jpg);
	}
	.dir-ticket .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgTicket.jpg);
	}
	.dir-music .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgMusic.jpg);
	}
	.dir-goods .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgGoods.jpg);
	}
	.dir-novelty .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgNovelty.jpg);
	}
	.dir-books .pageTitleBox {
		background-image: url(/img/bg/pageTitleBgBooks.jpg);
	}
	.ptbsp.pageTitleBox {
		background-image: url(/img/bg/pageTitleBgSpecial.jpg);
	}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     ストーリーコンテンツ     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.dir-story .outBorder:before {
		background-image: url(/img/bg/storyBg.jpg);
	}
	
}















