@charset "UTF-8";

/* **************************************************************** *
 * @desc@ 本サイト
 * @edit@ 2020/11/04
 * **************************************************************** */

html {
	font-size: 62.5%;
}

body {
	background: #000;
	color: #ccc;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: ryo-display-plusn,
		'Hiragino Mincho Pro',
		'Hiragino Mincho ProN', 'Hiragino Mincho',
		'Kozuka Mincho Pro', 'Kozuka Mincho Std',
		serif;
	font-weight: 500;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body::after {
	content: '';
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg_pc.jpg) center top no-repeat;
	background-size: cover;
}

a {
	color: #be0069;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a:hover,
a:active {
	text-shadow: 0 0 8px #be0069;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

strong,
em {
	font-weight: inherit;
	font-style: inherit;
}

rt {
	position: absolute;
	-webkit-transform: translateY(0.2em);
	transform: translateY(0.2em);
}

[data-ruby] {
	display: inline-block;
	position: relative;
}

[data-ruby]:before {
	content: attr(data-ruby);
	position: absolute;
	top: 0.5em;
	left: -10%;
	right: 0;
	z-index: 1;
	margin: auto;
	width: 120%;
	font-size: 0.5em;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
}

[data-ruby] rt {
	display: none;
}

.emColor01 {
	color: #be0069;
}

.noteColor {
	color: #999;
}

.en {
	font-family: rigatoni, sans-serif;
	font-weight: 400;
}

.fsS {
	font-size: 0.85em;
	line-heihgt: inherit;
}

.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.dis {
	text-decoration: line-through;
}

.brace {
	text-indent: -0.45em;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.mgt1p {
	margin-top: 30px;
}

.mgt2p {
	margin-top: 60px;
}

.button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	position: relative;
	height: 78px;
	color: #ccc;
	font-size: 1.5rem;
	line-height: 1.2em;
	text-align: center;
	cursor: default;
}

.button::before,
.button::after {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 1 53px;
	flex: 0 1 53px;
	width: 53px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.button::before {
	background-position: right center;
	background-image: url(../img/button_bg_l.png);
}

.button::after {
	background-position: left center;
	background-image: url(../img/button_bg_r.png);
}

.button > span {
	-webkit-box-flex: 3;
	-ms-flex: 3 1 auto;
	flex: 3 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 20px 0;
	min-width: 150px;
	background: transparent url(../img/button_bg_c.png) center repeat-x;
	background-size: auto 100%;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

.button.l {
	height: 117px;
}

.button.l::before,
.button.l::after {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 80px;
	flex: 0 1 80px;
	width: 80px;
}

.button.l > span {
	min-width: 300px;
}

.button.off {
	opacity: 0.6;
}

.button:not(.off) {
	cursor: pointer;
}

.button:not(.off):hover {
	color: #be0069;
	text-shadow: 0 0 8px #be0069;
}

.button:not(.off):hover::before {
	background-image: url(../img/button_bg_l_on.png);
}

.button:not(.off):hover::after {
	background-image: url(../img/button_bg_r_on.png);
}

.button:not(.off):hover > span {
	background-image: url(../img/button_bg_c_on.png);
}

.buttonWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.buttonWrapper > li {
	margin: 20px 10px 0;
}

table.def {
	border-width: 1px 0;
	border-style: solid;
	border-color: #be0069;
	width: 100%;
	text-align: left;
}

table.def th,
table.def td {
	border-top: 1px dotted #ccc;
	padding: 15px 0;
	line-height: 1.4em;
	vertical-align: top;
}

table.def th {
	color: #be0069;
	text-align: center;
}

table.def.th80 th {
	width: 81px;
}

table.def.th140 th {
	width: 141px;
}

table.def.th250 th {
	width: 251px;
}

table.simple {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
}

table.simple th,
table.simple td {
	padding: 5px 0;
	line-height: 1.4em;
	vertical-align: top;
}

table.simple th {
	padding-right: 15px;
	color: #be0069;
	white-space: nowrap;
}

table.simple.th80 th {
	width: 81px;
}

table.simple.th140 th {
	width: 141px;
}

table.simple.th250 th {
	width: 251px;
}

ul.def {
	text-align: left;
}

ul.def > li {
	padding-left: 1em;
	width: 111%;
	letter-spacing: 0.1em;
	text-indent: -1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

ul.def > li > *:not(:first-child) {
	text-indent: 0;
}

#Splash {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Splash > div {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 10.0s;
	transition: all 10.0s;
}

#Splash > div:nth-of-type(1) {
	right: 0;
	background-image: url(../img/op/mist_tol.png);
	background-position: 50% 50%;
}

#Splash > div:nth-of-type(2) {
	left: 0;
	background-image: url(../img/op/mist_tor.png);
	background-position: 50% 50%;
}

#Splash.move {
	background-color: transparent;
}

#Splash.move > div:nth-of-type(1) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#Splash.move > div:nth-of-type(2) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#Bg > .cloud > div {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-size: 100% auto;
	-webkit-transition: all 1.0s linear;
	transition: all 1.0s linear;
}

#Bg > .cloud > div:nth-of-type(1) {
	background-position: -100px 0;
	background-image: url(../img/cloud/01_pc.png);
}

#Bg > .cloud > div:nth-of-type(2) {
	background-position: -20px 0;
	background-image: url(../img/cloud/02_pc.png);
}

#Bg > .cloud > div:nth-of-type(3) {
	background-position: -50px 0;
	background-image: url(../img/cloud/03_pc.png);
}

#Bg > .cloud > div:nth-of-type(4) {
	background-position: 0 0;
	background-image: url(../img/cloud/04_pc.png);
}

#Bg > .cloud > div:nth-of-type(5) {
	background-position: -450px 0;
	background-image: url(../img/cloud/05_pc.png);
}

#Bg > .visual {
	overflow-x: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}

#Bg > .visual > .logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 64.8%;
	z-index: 3;
	padding-right: 2%;
	width: 100%;
	text-align: center;
	-webkit-transition: opacity 3.0s;
	transition: opacity 3.0s;
}

#Bg > .visual > .logo.hide {
	opacity: 0;
}

#Bg > .visual > .logo img {
	width: 47%;
}

#Bg > .visual .mist {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: transparent url(/img/mist_pc.png) 0 100% repeat-x;
	background-size: 100% auto;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: all 1.0s linear;
	transition: all 1.0s linear;
}

#Bg > .visual .bg {
	position: relative;
	z-index: 1;
	-webkit-transition: all 2.0s;
	transition: all 2.0s;
}

#Bg > .visual .bg img {
	width: 100%;
}

#Bg > .visual.hide .mist,
#Bg > .visual.hide .bg {
	opacity: 0;
}

body > header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 41000;
	width: 100%;
	background: #000;
}

body > header > h1 {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 158px;
	line-height: 0;
}

body > header > h1 a {
	display: block;
}

body > header > nav {
	margin: 0 auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

body > header > nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body > header > nav ul > li {
	margin: 0 15px;
	padding: 10px 0 8px;
}

body > header > nav ul > li > a,
body > header > nav ul > li > span {
	outline: none;
	overflow: hidden;
	display: block;
	height: 24px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

body > header > nav ul > li > span {
	opacity: 0.5;
}

body > header > nav ul > li:nth-of-type(1) {
	width: 140px;
}

body > header > nav ul > li:nth-of-type(1) > a,
body > header > nav ul > li:nth-of-type(1) > span {
	background-image: url(../img/nv_about.png);
}

body > header > nav ul > li:nth-of-type(1) > a:hover,
body > header > nav ul > li:nth-of-type(1).cur > a {
	background-image: url(../img/nv_about_on.png);
}

body > header > nav ul > li:nth-of-type(2) {
	width: 87px;
}

body > header > nav ul > li:nth-of-type(2) > a,
body > header > nav ul > li:nth-of-type(2) > span {
	background-image: url(../img/nv_cast.png);
}

body > header > nav ul > li:nth-of-type(2) > a:hover,
body > header > nav ul > li:nth-of-type(2).cur > a {
	background-image: url(../img/nv_cast_on.png);
}

body > header > nav ul > li:nth-of-type(3) {
	width: 128px;
}

body > header > nav ul > li:nth-of-type(3) > a,
body > header > nav ul > li:nth-of-type(3) > span {
	background-image: url(../img/nv_ticket.png);
}

body > header > nav ul > li:nth-of-type(3) > a:hover,
body > header > nav ul > li:nth-of-type(3).cur > a {
	background-image: url(../img/nv_ticket_on.png);
}

body > header > nav ul > li:nth-of-type(4) {
	width: 47px;
}

body > header > nav ul > li:nth-of-type(4) > a,
body > header > nav ul > li:nth-of-type(4) > span {
	background-image: url(../img/nv_goods.png);
}

body > header > nav ul > li:nth-of-type(4) > a:hover,
body > header > nav ul > li:nth-of-type(4).cur > a {
	background-image: url(../img/nv_goods_on.png);
}

body > header > nav ul > li:nth-of-type(5) {
	width: 72px;
}

body > header > nav ul > li:nth-of-type(5) > a,
body > header > nav ul > li:nth-of-type(5) > span {
	background-image: url(../img/nv_dvd.png);
}

body > header > nav ul > li:nth-of-type(5) > a:hover,
body > header > nav ul > li:nth-of-type(5).cur > a {
	background-image: url(../img/nv_dvd_on.png);
}

body > header > nav ul > li:nth-of-type(6) {
	width: 45px;
}

body > header > nav ul > li:nth-of-type(6) > a,
body > header > nav ul > li:nth-of-type(6) > span {
	background-image: url(../img/nv_guide.png);
}

body > header > nav ul > li:nth-of-type(6) > a:hover,
body > header > nav ul > li:nth-of-type(6).cur > a {
	background-image: url(../img/nv_guide_on.png);
}

body > header > nav ul > li:nth-of-type(7) {
	width: 59px;
}

body > header > nav ul > li:nth-of-type(7) > a,
body > header > nav ul > li:nth-of-type(7) > span {
	background-image: url(../img/nv_special.png);
}

body > header > nav ul > li:nth-of-type(7) > a:hover,
body > header > nav ul > li:nth-of-type(7).cur > a {
	background-image: url(../img/nv_special_on.png);
}

body > footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 40000;
	padding: 40px 0;
	background: rgba(0, 0, 70, 0.5);
}

body > footer p {
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

body > footer .snsBoxData .bro-snsbox > div > div {
	margin: 0 5px;
}

body > footer .snsBoxData .bro-snsbox.bro-circle-view > div > div {
	width: 30px !important;
}

body > footer .blog {
	margin: 10px 0 0;
}

body > footer .blog a {
	overflow: hidden;
	outline: none;
	display: inline-block;
	width: 199px;
	height: 53px;
	background: transparent url(../img/ft_bt_blog.png) center no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

body > footer .blog a:hover {
	background-image: url(../img/ft_bt_blog_on.png);
}

body > footer .portal {
	width: auto;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
}

body > footer .portal a {
	display: inline-block;
	color: #ccc;
	font-size: 2.4rem;
	line-height: 1.0em;
	vertical-align: bottom;
}

body > footer .portal a:hover {
	color: #be0069;
}

body > footer .copy {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}

body > footer .copy .mark {
	margin-right: 0.1em;
	font-size: 1.68em;
	line-height: 1.1em;
	vertical-align: top;
}

#Wrap {
	opacity: 1;
	position: relative;
	z-index: 10000;
	padding: 100px 0;
	-webkit-transition: opacity 1.0s;
	transition: opacity 1.0s;
}

#Wrap > h1 {
	margin-bottom: 100px;
}

#Wrap > h1 img {
	width: auto;
	height: 52px;
}

#Wrap p {
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Wrap .pagenav {
	line-height: 1.0em;
}

#Wrap .pagenav ul {
	position: relative;
	z-index: 1000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	background: transparent url(../img/icon.png) 0 50% no-repeat;
	background-size: 20px auto;
}

#Wrap .pagenav ul > li {
	padding: 0 30px 0 10px;
	background: transparent url(../img/icon.png) 100% 50% no-repeat;
	background-size: 20px auto;
	vertical-align: middle;
}

#Wrap .pagenav ul > li a,
#Wrap .pagenav ul > li span {
	display: block;
	width: 111%;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Wrap .pagenav ul > li a {
	color: #ccc;
}

#Wrap .pagenav ul > li a:hover {
	color: #be0069;
}

#Wrap .pagenav.float > div {
	position: fixed;
	left: 0;
	top: 42px;
	z-index: 2000;
	padding: 10px 0;
	width: 100%;
	background: rgba(0, 0, 70, 0.5);
	-webkit-animation: floatPageNav 0.2s ease 1;
	animation: floatPageNav 0.2s ease 1;
}

@-webkit-keyframes floatPageNav {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes floatPageNav {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#Wrap > section {
	position: relative;
	margin: 100px auto 0;
	max-width: 840px;
}

#Wrap > section > h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	min-height: 110px;
	background: transparent url(../img/bg_blood.png) center no-repeat;
	background-size: auto 108px;
	color: #be0069;
	text-align: center;
}

#Wrap > section > h1 > span {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.2em;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
}

#Wrap > section > h1 > span:last-child {
	margin-bottom: 0;
	font-size: 2.4rem;
	line-height: 1.2em;
}

#Wrap > section > h1 > span:last-child.en {
	font-size: 3.0rem;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

#Wrap > section > div > *:first-child {
	margin-top: 0 !important;
}

#Wrap > section > div > article {
	margin-top: 100px;
}

#Wrap > section > div > article > h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-bottom: 30px;
	min-height: 58px;
	text-align: center;
}

#Wrap > section > div > article > h1::before,
#Wrap > section > div > article > h1::after {
	content: '';
	-webkit-box-flex: 2;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;
	background: transparent url(../img/h2_bg_line.png) center repeat-x;
	background-size: auto 100%;
}

#Wrap > section > div > article > h1 > span {
	-webkit-box-flex: 0;
	-ms-flex: 0 2 375px;
	flex: 0 2 375px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 60px;
	background-color: transparent;
	background-image: url(../img/h2_bg_l.png), url(../img/h2_bg_r.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%, auto 100%;
	color: #be0069;
}

#Wrap > section > div > article > h1 > span > span {
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Top > header {
	background: transparent;
}

#Top::after,
#Top > header,
#Top > footer,
#Top #Wrap {
	opacity: 1;
	-webkit-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
}

#Top.hide::after,
#Top.hide > header,
#Top.hide > footer,
#Top.hide #Wrap {
	opacity: 0;
}

#Top #Wrap {
	padding-top: 0;
}

#Top #Main {
	position: relative;
	z-index: 1;
}

#Top #Main > nav {
	position: absolute;
	padding: 60px;
	text-align: left;
}

#Top #Main > nav > h1 img {
	width: 210px;
}

#Top #Main > nav > ul {
	padding: 30px 30px 0;
}

#Top #Main > nav > ul > li {
	margin: 24px 0 0;
}

#Top #Main > nav > ul > li > a,
#Top #Main > nav > ul > li > span {
	outline: none;
	overflow: hidden;
	display: block;
	height: 26px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#Top #Main > nav > ul > li > span {
	opacity: 0.5;
}

#Top #Main > nav > ul > li:nth-of-type(1) {
	width: 150px;
}

#Top #Main > nav > ul > li:nth-of-type(1) > a,
#Top #Main > nav > ul > li:nth-of-type(1) > span {
	background-image: url(/img/nv_about.png);
}

#Top #Main > nav > ul > li:nth-of-type(1) > a:hover {
	background-image: url(/img/nv_about_on.png);
}

#Top #Main > nav > ul > li:nth-of-type(2) {
	width: 94px;
}

#Top #Main > nav > ul > li:nth-of-type(2) > a,
#Top #Main > nav > ul > li:nth-of-type(2) > span {
	background-image: url(/img/nv_cast.png);
}

#Top #Main > nav > ul > li:nth-of-type(2) > a:hover {
	background-image: url(/img/nv_cast_on.png);
}

#Top #Main > nav > ul > li:nth-of-type(3) {
	width: 138px;
}

#Top #Main > nav > ul > li:nth-of-type(3) > a,
#Top #Main > nav > ul > li:nth-of-type(3) > span {
	background-image: url(/img/nv_ticket.png);
}

#Top #Main > nav > ul > li:nth-of-type(3) > a:hover {
	background-image: url(/img/nv_ticket_on.png);
}

#Top #Main > nav > ul > li:nth-of-type(4) {
	width: 50px;
}

#Top #Main > nav > ul > li:nth-of-type(4) > a,
#Top #Main > nav > ul > li:nth-of-type(4) > span {
	background-image: url(/img/nv_goods.png);
}

#Top #Main > nav > ul > li:nth-of-type(4) > a:hover {
	background-image: url(/img/nv_goods_on.png);
}

#Top #Main > nav > ul > li:nth-of-type(5) {
	width: 78px;
}

#Top #Main > nav > ul > li:nth-of-type(5) > a,
#Top #Main > nav > ul > li:nth-of-type(5) > span {
	background-image: url(/img/nv_dvd.png);
}

#Top #Main > nav > ul > li:nth-of-type(5) > a:hover {
	background-image: url(/img/nv_dvd_on.png);
}

#Top #Main > nav > ul > li:nth-of-type(6) {
	width: 48px;
}

#Top #Main > nav > ul > li:nth-of-type(6) > a,
#Top #Main > nav > ul > li:nth-of-type(6) > span {
	background-image: url(/img/nv_guide.png);
}

#Top #Main > nav > ul > li:nth-of-type(6) > a:hover {
	background-image: url(/img/nv_guide_on.png);
}

#Top #Main > nav > ul > li:nth-of-type(7) {
	width: 63px;
}

#Top #Main > nav > ul > li:nth-of-type(7) > a,
#Top #Main > nav > ul > li:nth-of-type(7) > span {
	background-image: url(/img/nv_special.png);
}

#Top #Main > nav > ul > li:nth-of-type(7) > a:hover {
	background-image: url(/img/nv_special_on.png);
}

#Top #Main > aside {
	position: absolute;
	left: 60px;
	top: 520px;
	line-height: 1.2em;
}

#Top #Main > aside ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#Top #Main > aside ul > li {
	margin-right: 20px;
}

#Top #Main > aside ul > li > a,
#Top #Main > aside ul > li > span {
	display: block;
	border: 1px solid #be0069;
	padding: 10px;
	color: #be0069;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Top #Main > aside ul > li > a:hover,
#Top #Main > aside ul > li > span:hover {
	-webkit-box-shadow: 0 0 8px rgba(190, 0, 105, 0.4), 0 0 16px rgba(190, 0, 105, 0.5), 0 0 8px inset rgba(190, 0, 105, 0.5), 0 0 16px inset rgba(190, 0, 105, 0.5);
	box-shadow: 0 0 8px rgba(190, 0, 105, 0.4), 0 0 16px rgba(190, 0, 105, 0.5), 0 0 8px inset rgba(190, 0, 105, 0.5), 0 0 16px inset rgba(190, 0, 105, 0.5);
	text-shadow: 0 0 16px #be0069, 0 0 16px #be0069;
}

#Top .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	margin: 50px auto 0;
	max-width: 860px;
}

#Top .wrapper > section {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 400px;
	flex: 0 1 400px;
	border-bottom: 1px solid #ccc;
}

#Top .wrapper > section > h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

#Top .wrapper > section > h1 img {
	width: auto;
	height: 33px;
}

#Top .wrapper #News dl {
	overflow: hidden;
	max-height: 280px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
}

#Top .wrapper #News dl > dt {
	border-top: 1px solid rgba(204, 204, 204, 0.2);
	padding: 10px 0 0;
	font-size: 1.2em;
	line-height: 1.0em;
	font-family: rigatoni, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#Top .wrapper #News dl > dt:first-child {
	border-top: none;
}

#Top .wrapper #News dl > dd {
	padding: 5px 0 10px;
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Top .wrapper #Twitter iframe {
	vertical-align: bottom;
}

#About #gekidan p {
	margin-top: 2.0em;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}

#About #gekidan aside {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 70px auto 0;
	border: 1px solid #be0069;
	padding: 40px;
	max-width: 680px;
	font-size: 0.9em;
	line-height: 1.8em;
}

#About #theater p {
	margin-top: 2.0em;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}

#About #summary p {
	margin-top: 2.0em;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}

#Cast #Wrap > #cast {
	max-width: 870px;
}

#Cast #Wrap > #cast ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

#Cast #Wrap > #cast ul p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
	background: transparent url(../img/bg_rose.png) center no-repeat;
	background-size: contain;
}

#Cast #Wrap > #cast ul p > span {
	font-size: 2.0rem;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}

#Cast #Wrap > #cast ul p > strong {
	margin-top: 12px;
	font-size: 2.6rem;
	line-height: 1.0em;
}

#Cast #Wrap > #cast ul.main > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 290px;
	flex: 0 1 290px;
	cursor: pointer;
}

#Cast #Wrap > #cast ul.main > li > div {
	position: relative;
	z-index: 1;
}

#Cast #Wrap > #cast ul.main > li > div::after {
	content: '';
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(/cast/img/cast_thumb_on.png) center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Cast #Wrap > #cast ul.main > li:hover > div::after {
	opacity: 1;
}

#Cast #Wrap > #cast ul.sub {
	margin-top: 70px;
}

#Cast #Wrap > #cast ul.sub > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 180px;
	flex: 0 1 180px;
	margin: 30px 0 0;
}

#Cast #Wrap > #cast ul.sub.photo {
	max-width: 700px;
}

#Cast #Wrap > #cast ul.sub.photo > li {
	-ms-flex-preferred-size: 290px;
	flex-basis: 290px;
}

#Cast #Wrap > #cast .ensemble {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 100px auto 0;
	max-width: 700px;
	font-size: 2.0rem;
	line-height: 1.0em;
}

#Cast #Wrap > #cast .ensemble > dt {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

#Cast #Wrap > #cast .ensemble > dd {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100px;
	flex: 0 1 100px;
	margin: 30px 30px 0;
}

#Cast #Wrap > #cast .ensemble > dd.sup {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 30px 0 0;
	color: #999;
	font-size: 1.6rem;
	line-height: 1.0em;
}

#Cast #Wrap > #cast .ensemble > dt > em,
#Cast #Wrap > #cast .ensemble > dt > span,
#Cast #Wrap > #cast .ensemble > dd > em,
#Cast #Wrap > #cast .ensemble > dd > span {
	display: block;
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
}

#Cast #Wrap > #diagram .box {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 800px;
}

#Cast #Wrap > #diagram .box > ul > li {
	position: absolute;
	z-index: 2;
	width: 18%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(1),
#Cast #Wrap > #diagram .box > ul > li:nth-of-type(2),
#Cast #Wrap > #diagram .box > ul > li:nth-of-type(3) {
	width: 20.9%;
}

#Cast #Wrap > #diagram .box > ul > li:hover {
	background: #be0069;
	-webkit-box-shadow: 0 0 10px rgba(190, 0, 105, 0.8);
	box-shadow: 0 0 10px rgba(190, 0, 105, 0.8);
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(1) {
	left: 51.7%;
	top: 14.4%;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(2) {
	left: 33.3%;
	top: 45.7%;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(3) {
	left: 70.0%;
	top: 45.7%;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(4) {
	left: 71.4%;
	top: 73.3%;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(5) {
	left: 9.0%;
	top: 15.5%;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(6) {
	left: 42.4%;
	top: 73.3%;
}

#Cast #Wrap > #diagram .box > ul > li:nth-of-type(7) {
	left: 9.0%;
	top: 41.6%;
}

#Cast #staff ul {
	margin-top: 45px;
}

#Cast #staff ul > li {
	margin: 5px 0;
	width: 111%;
	letter-spacing: 0.05em;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
}

#Ticket #Wrap > section .place {
	font-size: 2.8rem;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

#Ticket #Wrap > section .period {
	margin-top: 10px;
	color: #be0069;
	font-size: 2.0rem;
	line-height: 1.4em;
	letter-spacing: 0.2em;
}

#Ticket #Wrap > section .schedule {
	margin: 40px auto;
}

#Ticket #Wrap > section .schedule img {
	width: 375px;
}

#Ticket #Wrap > section .bromide {
	margin-top: 5px;
}

#Ticket #Wrap > section .bromide img {
	max-width: 440px;
}

#Ticket #Wrap > section table.def {
	margin-top: 30px;
	margin-bottom: 30px;
}

#Ticket #Wrap > section table.simple {
	margin-top: 30px;
	margin-bottom: 10px;
}

#Ticket #Wrap > section#ticket > div > ul.def {
	margin-top: 20px;
}

#Ticket #Wrap > section#liveviewing > div .lead {
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 5px 10px 7px;
	background: rgba(190, 0, 105, 0.3);
	font-size: 2.0rem;
	line-height: 1.4em;
}

#refund {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 70px auto 0;
	border: 1px solid #be0069;
	padding: 40px;
}

#Goods #Wrap > section#lineup > div > article > h1 {
	font-size: 1.4em;
	line-height: 1.2em;
}

#Goods #Wrap > section#lineup > div > article .img {
	margin: 10px auto;
	padding: 5px;
	width: 90%;
	max-width: 600px;
	max-height: 600px;
}

#Goods #Wrap > section#lineup > div > article .imglst {
	margin: 20px auto 30px;
	width: 100%;
	list-style: none;
	text-align: center;
}

#Goods #Wrap > section#lineup > div > article .imglst li {
	display: inline-block;
	position: relative;
	margin: 0 2px;
	border: 1px solid rgba(190, 0, 105, 0.8);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

#Goods #Wrap > section#lineup > div > article .imglst li img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#Goods #Wrap > section#lineup > div > article .comp {
	margin-top: 50px;
	border: 1px solid #be0069;
	padding: 20px 40px 30px;
}

#Goods #Wrap > section#lineup > div > article .comp dt {
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 5px 10px 7px;
	background: rgba(190, 0, 105, 0.3);
	font-size: 2.0rem;
	line-height: 1.4em;
}

#Goods #Wrap > section#lineup > div > article .comp dd .broimg {
	padding: 10px 0;
}

#Goods #Wrap > section#lineup > div > aside {
	margin-top: 50px;
}

#Goods #schedule table.timetable {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.4em;
	text-align: center;
}

#Goods #schedule table.timetable th,
#Goods #schedule table.timetable td {
	border: 1px solid #be0069;
	padding: 20px 0;
	vertical-align: middle;
}

#Goods #schedule table.timetable thead {
	font-size: 1.4rem;
	line-height: 1.2em;
}

#Goods #schedule table.timetable thead th {
	padding: 5px 0;
	background: rgba(190, 0, 105, 0.5);
	line-height: 1.2em;
}

#Goods #schedule table.timetable tbody th {
	width: 9em;
}

#Goods #schedule table.timetable .time {
	width: 4.4em;
}

#Goods #schedule table.timetable .target {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#Goods #guide {
	text-align: left;
}

#Goods #tuhan dl.tuhan_item {
	border: 1px solid #fff;
	text-align: center;
}

#Goods #tuhan dl.tuhan_item dt {
	padding: 5px 0;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

#Goods #tuhan dl.tuhan_item dd ul,
#Goods #tuhan dl.tuhan_item dd li {
	list-style: none;
}

#Goods #tuhan dl.tuhan_item dd li {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 3px 0;
}

#Goods #tuhan dl.tuhan_item dd li:first-child {
	border: none;
}

#Dvd #Wrap > section > div > h2 {
	margin-bottom: 30px;
	border-bottom: 2px solid #be0069;
	padding-bottom: 10px;
	font-size: 2.0rem;
	line-height: 1.6em;
}

#Dvd #Wrap > section > div > h2 > span {
	display: block;
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Dvd #Wrap > section .title {
	margin: 20px 0;
	border-radius: 4px;
	padding: 5px 10px 7px;
	background: rgba(190, 0, 105, 0.3);
	font-size: 2.0rem;
	line-height: 1.4em;
}

#Dvd #Wrap > section aside {
	margin-top: 50px;
	border: 1px solid #be0069;
	padding: 20px 40px 30px;
	text-align: left;
}

#Dvd #Wrap > section aside > h1 {
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 5px 10px 7px;
	background: rgba(190, 0, 105, 0.3);
	font-size: 2.0rem;
	line-height: 1.4em;
	text-align: center;
}

#Dvd #Wrap > section aside > h1 > span {
	display: block;
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Dvd #Wrap > section aside > h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #be0069;
	padding-bottom: 5px;
	text-align: center;
}

#Dvd #Wrap > section aside > h2 > span {
	display: block;
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
}

#Guide #Wrap > section {
	text-align: left;
}

#Guide #Wrap > section dl > dt {
	margin: 70px 0 5px;
	border-bottom: 1px solid #be0069;
	padding: 0 0 5px;
	color: #be0069;
	line-height: 1.4em;
}

#Guide #Wrap > section dl > dt:first-child {
	margin-top: 0;
}

#Guide #Wrap > section dl > dt > span,
#Guide #Wrap > section dl > dd > p {
	width: 111%;
	letter-spacing: 0.1em;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#Special #movie ul {
	margin: 0 auto;
	max-width: 604px;
}

#Special #movie ul > li {
	margin-top: 40px;
}

#Special #movie ul > li:first-child {
	margin-top: 0;
}

#Special #movie ul > li a {
	display: block;
	position: relative;
	z-index: 1;
	border: 2px solid #be0069;
}

#Special #movie ul > li a::after {
	content: '▼';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	z-index: 2;
	border: 2px solid #be0069;
	border-radius: 100px;
	padding-top: 10px;
	width: 100px;
	height: 100px;
	colro: #be0069;
	font-size: 50px;
	line-height: 1.0em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-box-shadow 0.4s;
	transition: -webkit-box-shadow 0.4s;
	transition: box-shadow 0.4s;
	transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

#Special #movie ul > li a:hover {
	-webkit-box-shadow: 0 0 8px rgba(190, 0, 105, 0.4), 0 0 16px rgba(190, 0, 105, 0.5);
	box-shadow: 0 0 8px rgba(190, 0, 105, 0.4), 0 0 16px rgba(190, 0, 105, 0.5);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#Special #movie ul > li a:hover::after {
	-webkit-box-shadow: 0 0 8px rgba(190, 0, 105, 0.4), 0 0 16px rgba(190, 0, 105, 0.5), 0 0 8px inset rgba(190, 0, 105, 0.5), 0 0 16px inset rgba(190, 0, 105, 0.5);
	box-shadow: 0 0 8px rgba(190, 0, 105, 0.4), 0 0 16px rgba(190, 0, 105, 0.5), 0 0 8px inset rgba(190, 0, 105, 0.5), 0 0 16px inset rgba(190, 0, 105, 0.5);
}

#Special #movie ul > li .sup {
	margin-top: 5px;
}

body.modal {
	overflow: hidden;
}

body.modal header,
body.modal footer,
body.modal #Wrap {
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

#Popup {
	display: none;
}

#Modal {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: ceter;
	-ms-flex-pack: ceter;
	justify-content: ceter;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 58000;
	width: 100%;
	height: 100%;
	background: #000 url(../img/popup_bg_pc.jpg) center no-repeat;
	background-size: cover;
}

#Modal > .inner {
	opacity: 0;
	overflow: auto;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 0;
	max-height: 100%;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform: translateY(2%);
	transform: translateY(2%);
}

#Modal > .inner.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#Modal .close {
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 1000;
	width: 45px;
	height: 45px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#Modal .close > span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#Modal .close > span::before,
#Modal .close > span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/modal_close.png) center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#Modal .close.show {
	opacity: 1;
}

#Modal .close.show > span:nth-of-type(1)::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#Modal .close.show > span:nth-of-type(1)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#Modal .close.show > span:nth-of-type(2)::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#Modal .close.show > span:nth-of-type(2)::after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#Modal .pictBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0 0 110px;
	max-width: 672px;
}

#Modal .pictBox > img {
	border: 1px solid #f2f2f2;
}

#Modal .inlineBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#Modal .inlineBox.info > h1 {
	margin-bottom: 90px;
	width: 111%;
	color: #be0069;
	font-size: 2.4rem;
	line-height: 1.4em;
	letter-spacing: 0.15em;
	-webkit-transform: translateX(-5.5%) scaleX(0.9);
	transform: translateX(-5.5%) scaleX(0.9);
	text-align: center;
}

#Modal .inlineBox.info > div > *:first-child {
	margin-top: 0 !important;
}

#Modal .inlineBox.info p {
	margin-top: 2.5em;
	line-height: 2.0em;
}

#Modal .inlineBox.info section,
#Modal .inlineBox.info article,
#Modal .inlineBox.info aside {
	margin-top: 30px;
}

#Modal .inlineBox.info .sign {
	text-align: center;
}

#Modal .inlineBox.cast .pic {
	position: relative;
	z-index: 1;
}

#Modal .inlineBox.cast .desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding-left: 4.5%;
	width: 100%;
	height: 100%;
	text-align: left;
}

#Modal .inlineBox.cast .desc img {
	width: auto;
	height: 100%;
}

#Modal .inlineBox.cast .desc h1 {
	height: 12.3%;
}

#Modal .inlineBox.cast .desc .actor {
	margin: 5.6% 0 3.5%;
	height: 11.8%;
}

#Modal .inlineBox.cast .desc .profile {
	height: 27.6%;
}

@media screen and (min-width: 901px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 900px) {
	body {
		font-size: 2.4rem;
		line-height: 1.8em;
	}

	body::after {
		background-image: url(../img/bg_sp.jpg);
	}

	.pc {
		display: none !important;
	}

	.button {
		height: 156px !important;
		font-size: 2.4rem;
		line-height: 1.2em;
	}

	.button::before,
	.button::after {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 1 106px !important;
		flex: 0 1 106px !important;
		width: 106px !important;
	}

	.button > span {
		padding: 4px 0 0;
		min-width: 300px !important;
	}

	.button:not(.off):hover {
		color: #ccc;
		text-shadow: none;
	}

	.button:not(.off):hover::before {
		background-image: url(../img/button_bg_l.png);
	}

	.button:not(.off):hover::after {
		background-image: url(../img/button_bg_r.png);
	}

	.button:not(.off):hover > span {
		background-image: url(../img/button_bg_c.png);
	}

	.buttonWrapper > li {
		margin: 30px 15px 0;
	}

	table.def {
		display: block;
		border-width: 2px 0;
	}

	table.def tbody,
	table.def tr,
	table.def th,
	table.def td {
		display: block;
	}

	table.def tr {
		border-top: 2px dotted #ccc;
		padding: 20px 0;
	}

	table.def tbody > tr:first-child {
		border-top: none;
	}

	table.def th,
	table.def td {
		border-top: none;
		padding: 0;
		width: auto !important;
		text-align: left;
	}

	table.simple {
		display: block;
	}

	table.simple tbody,
	table.simple tr,
	table.simple th,
	table.simple td {
		display: block;
	}

	table.simple tr {
		padding: 10px 0;
	}

	table.simple th,
	table.simple td {
		padding: 0;
		width: auto !important;
	}

	#Splash > div {
		top: 45%;
		height: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#Bg > .cloud > div:nth-of-type(1) {
		background-position: -200px 0;
		background-image: url(../img/cloud/01_sp.png);
	}

	#Bg > .cloud > div:nth-of-type(2) {
		background-position: -350px 0;
		background-image: url(../img/cloud/02_sp.png);
	}

	#Bg > .cloud > div:nth-of-type(3) {
		background-position: 400px 0;
		background-image: url(../img/cloud/03_sp.png);
	}

	#Bg > .cloud > div:nth-of-type(4) {
		background-image: url(../img/cloud/04_sp.png);
	}

	#Bg > .cloud > div:nth-of-type(5) {
		background-position: 0 0;
		background-image: url(../img/cloud/05_sp.png);
	}

	#Bg > .visual > .logo {
		top: 77.5%;
		padding-right: 0;
	}

	#Bg > .visual > .logo img {
		width: 88%;
	}

	#Bg > .visual .mist {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	body > header {
		padding: 15px 30px 5px;
		background: rgba(0, 0, 0, 0.8);
	}

	body > header > h1 {
		position: static;
		width: 315px;
	}

	body > header > nav {
		opacity: 0;
		overflow: auto;
		position: fixed;
		left: 0;
		top: -100%;
		width: 100%;
		height: 100%;
		background: #000 url(../img/popup_bg_sp.jpg) center no-repeat;
		background-size: cover;
		text-align: center;
	}

	body > header > nav > div {
		padding: 100px 0;
	}

	body > header > nav ul {
		display: block;
		padding: 50px 0 0;
	}

	body > header > nav ul > li {
		margin: 0 auto;
		padding: 40px 0 0;
		width: 350px !important;
	}

	body > header > nav ul > li > a,
	body > header > nav ul > li > span {
		height: 60px;
	}

	body > header .oc {
		overflow: hidden;
		position: fixed;
		right: 20px;
		top: 0;
		z-index: 10;
		width: 80px;
		height: 80px;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	body > header .oc::before,
	body > header .oc::after {
		content: '';
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 1;
		width: 60px;
		height: 60px;
		background: transparent url(../img/modal_close.png) center no-repeat;
		background-size: contain;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	body > header .oc::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	body > header .oc::after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	body > header .oc > span {
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 2;
		width: 60px;
		height: 60px;
	}

	body > header .oc > span::before,
	body > header .oc > span::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: transparent url(../img/modal_close.png) center no-repeat;
		background-size: contain;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	body > header .oc > span:nth-of-type(1)::before {
		-webkit-transform: translateY(-15px) rotate(-45deg);
		transform: translateY(-15px) rotate(-45deg);
	}

	body > header .oc > span:nth-of-type(1)::after {
		-webkit-transform: translateY(-15px) rotate(135deg);
		transform: translateY(-15px) rotate(135deg);
	}

	body > header .oc > span:nth-of-type(2)::before {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}

	body > header .oc > span:nth-of-type(2)::after {
		-webkit-transform: translateY(15px) rotate(135deg);
		transform: translateY(15px) rotate(135deg);
	}

	body > header.show .oc::before,
	body > header.show .oc::after {
		opacity: 0;
	}

	body > header.show .oc > span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	body > header.show .oc > span:nth-of-type(1)::before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	body > header.show .oc > span:nth-of-type(1)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	body > header.show .oc > span:nth-of-type(2)::before {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	body > header.show .oc > span:nth-of-type(2)::after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	body > header.show > nav {
		opacity: 1;
		top: 0;
	}

	body > footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	body > footer .snsBoxData .bro-snsbox > div > div {
		margin: 0 15px;
	}

	body > footer .snsBoxData .bro-snsbox.bro-circle-view > div > div {
		width: 60px !important;
	}

	body > footer .blog {
		margin: 40px 0 15px;
	}

	body > footer .blog a {
		width: 398px;
		height: 106px;
	}

	body > footer .blog a:hover {
		background-image: url(../img/ft_bt_blog.png);
	}

	body > footer .portal a {
		font-size: 5.5rem;
		line-height: 1.0em;
	}

	body > footer .portal a:hover {
		color: #ccc;
	}

	body > footer .copy {
		margin-top: 30px;
		font-size: 2.2rem;
		line-height: 1.8em;
		letter-spacing: 0.05em;
	}

	body > footer .copy > span,
	body > footer .copy > strong {
		display: block;
	}

	#Wrap {
		padding: 150px 0;
	}

	#Wrap > h1 {
		margin-bottom: 150px;
	}

	#Wrap > h1 img {
		height: 78px;
	}

	#Wrap .pagenav {
		font-size: 2.0rem;
	}

	#Wrap .pagenav ul {
		background-size: 25px auto;
	}

	#Wrap .pagenav ul > li {
		padding-left: 5px;
		background-size: 25px auto;
	}

	#Wrap .pagenav ul > li a:hover {
		color: #ccc;
	}

	#Wrap .pagenav.float > div {
		top: 80px;
		padding: 15px 0;
	}

	#Wrap > section {
		padding: 0 40px;
	}

	#Wrap > section > h1 {
		margin-bottom: 30px;
		min-height: 165px;
		background-size: auto 162px;
	}

	#Wrap > section > h1 > span {
		font-size: 2.4rem;
		line-height: 1.2em;
	}

	#Wrap > section > h1 > span:last-child {
		font-size: 3.6rem;
		line-height: 1.2em;
	}

	#Wrap > section > h1 > span:last-child.en {
		font-size: 4.5rem;
		line-height: 1.2em;
	}

	#Top #Main > nav {
		display: none;
		padding: 30px;
	}

	#Top #Main > nav > h1 img {
		width: 315px;
	}

	#Top #Main > nav > ul {
		padding: 0;
	}

	#Top #Main > nav > ul > li {
		margin: 30px 0 0;
	}

	#Top #Main > nav > ul > li > a,
	#Top #Main > nav > ul > li > span {
		height: 39px;
	}

	#Top #Main > nav > ul > li:nth-of-type(1) {
		width: 225px;
	}

	#Top #Main > nav > ul > li:nth-of-type(1) > a:hover {
		background-image: url(/img/nv_about.png);
	}

	#Top #Main > nav > ul > li:nth-of-type(2) {
		width: 141px;
	}

	#Top #Main > nav > ul > li:nth-of-type(2) > a:hover {
		background-image: url(/img/nv_cast.png);
	}

	#Top #Main > nav > ul > li:nth-of-type(3) {
		width: 207px;
	}

	#Top #Main > nav > ul > li:nth-of-type(3) > a:hover {
		background-image: url(/img/nv_ticket.png);
	}

	#Top #Main > nav > ul > li:nth-of-type(4) {
		width: 75px;
	}

	#Top #Main > nav > ul > li:nth-of-type(4) > a:hover {
		background-image: url(/img/nv_goods.png);
	}

	#Top #Main > nav > ul > li:nth-of-type(5) {
		width: 117px;
	}

	#Top #Main > nav > ul > li:nth-of-type(5) > a:hover {
		background-image: url(/img/nv_dvd.png);
	}

	#Top #Main > nav > ul > li:nth-of-type(6) {
		width: 72px;
	}

	#Top #Main > nav > ul > li:nth-of-type(6) > a:hover {
		background-image: url(/img/nv_guide.png);
	}

	#Top #Main > nav > ul > li:nth-of-type(7) {
		width: 95px;
	}

	#Top #Main > nav > ul > li:nth-of-type(7) > a:hover {
		background-image: url(/img/nv_special.png);
	}

	#Top #Main > aside {
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		font-size: 2.4rem;
		line-height: 1.0em;
	}

	#Top #Main > aside ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#Top #Main > aside ul > li {
		margin: 0 10px;
	}

	#Top #Main > aside ul > li > a,
	#Top #Main > aside ul > li > span {
		border-width: 2px;
		padding: 20px;
	}

	#Top #Main > aside ul > li > a:hover,
	#Top #Main > aside ul > li > span:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		text-shadow: none;
	}

	#Top .wrapper {
		display: block;
		margin-top: 0;
		padding: 0 40px;
	}

	#Top .wrapper > section {
		margin-top: 100px;
		border-bottom-width: 2px;
	}

	#Top .wrapper > section > h1 {
		border-bottom-width: 2px;
		padding-bottom: 40px;
	}

	#Top .wrapper > section > h1 img {
		height: auto;
	}

	#Top .wrapper #News dl {
		height: 420px;
		font-size: 2.1rem;
		line-height: 1.4em;
	}

	#Top .wrapper #News dl > dt {
		border-top-width: 2px;
		padding: 15px 0 0;
	}

	#Top .wrapper #News dl > dd {
		padding: 8px 0 15px;
	}

	#Top .wrapper #Twitter iframe {
		height: 420px !important;
	}

	#Cast #Wrap > #cast ul p {
		height: 135px;
	}

	#Cast #Wrap > #cast ul p > span {
		font-size: 3.0rem;
		line-height: 1.0em;
	}

	#Cast #Wrap > #cast ul p > strong {
		font-size: 3.9rem;
		line-height: 1.0em;
	}

	#Cast #Wrap > #cast ul.main > li {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-top: 100px;
	}

	#Cast #Wrap > #cast ul.main > li:first-child {
		margin-top: 0;
	}

	#Cast #Wrap > #cast ul.main > li p {
		height: 189px;
	}

	#Cast #Wrap > #cast ul.main > li p > span {
		font-size: 4.2rem;
		line-height: 1.0em;
	}

	#Cast #Wrap > #cast ul.main > li p > strong {
		font-size: 5.5rem;
		line-height: 1.0em;
	}

	#Cast #Wrap > #cast ul.sub {
		margin-top: 105px;
	}

	#Cast #Wrap > #cast ul.sub > li {
		-ms-flex-preferred-size: 270px;
		flex-basis: 270px;
		margin: 45px 0 0;
	}

	#Cast #Wrap > #cast ul.sub.photo > li {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
	}

	#Cast #Wrap > #cast .ensemble {
		margin-top: 150px;
		font-size: 3.0rem;
		line-height: 1.0em;
	}

	#Cast #Wrap > #cast .ensemble > dd {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
		margin: 45px 30px 0;
	}

	#Cast #Wrap > #cast .ensemble > dd.sup {
		margin: 45px 0 0;
		font-size: 2.4rem;
		line-height: 1.0em;
	}

	#Cast #staff ul {
		margin-top: 70px;
	}

	#Cast #staff ul > li {
		margin: 10px 0;
	}

	#Ticket #Wrap > section .bromide {
		margin-top: 10px;
	}

	#Ticket #Wrap > section .bromide img {
		max-width: 100%;
	}

	#Ticket #Wrap > section .place {
		font-size: 4.2rem;
		line-height: 1.4em;
	}

	#Ticket #Wrap > section .period {
		font-size: 3.0rem;
		line-height: 1.4em;
		letter-spacing: 0.2em;
	}

	#Ticket #Wrap > section .schedule {
		margin: 50px auto;
	}

	#Ticket #Wrap > section .schedule img {
		width: auto;
	}

	#Ticket #Wrap > section table.def {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	#Ticket #Wrap > section table.simple {
		margin-top: 45px;
		margin-bottom: 10px;
	}

	#Ticket #Wrap > section#liveviewing > div .lead {
		margin-bottom: 30px;
		font-size: 3.0rem;
		line-height: 1.4em;
	}

	#refund {
		width: 90%;
		padding: 30px !important;
	}

	#Goods #Wrap > section#lineup > div > article > h1 {
		font-size: inherit;
		line-height: inherit;
	}

	#Goods #Wrap > section#lineup > div > article .comp {
		border-width: 2px;
		padding: 30px 25px 40px;
	}

	#Goods #Wrap > section#lineup > div > article .comp dt {
		margin-bottom: 30px;
		font-size: 3.0rem;
		line-height: 1.4em;
	}

	#Goods #schedule table.timetable tbody th {
		width: 5.3em;
	}

	#Goods #schedule table.timetable .time {
		width: 4.2em;
	}

	#Goods #schedule table.timetable .target {
		padding-left: 5px;
		padding-right: 0;
	}

	#Dvd #Wrap > section > div > h2 {
		font-size: 3.0rem;
		line-height: 1.4em;
	}

	#Dvd #Wrap > section .title {
		margin-bottom: 30px;
		font-size: 3.0rem;
		line-height: 1.4em;
	}

	#Dvd #Wrap > section aside {
		border-width: 2px;
		padding: 30px 25px 40px;
	}

	#Dvd #Wrap > section aside > h1 {
		margin-bottom: 30px;
		font-size: 3.0rem;
		line-height: 1.4em;
	}

	#Modal {
		background-image: url(../img/popup_bg_sp.jpg);
	}

	#Modal .close {
		right: 20px;
		top: 20px;
		width: 60px;
		height: 60px;
	}

	#Modal .close > span {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
	}

	#Modal .close > span::before,
	#Modal .close > span::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: transparent url(../img/modal_close.png) center no-repeat;
		background-size: contain;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	#Modal .pictBox {
		padding: 110px 20px;
		max-width: none;
	}

	#Modal .pictBox > img {
		border-width: 2px;
	}

	#Modal .inlineBox.info {
		padding: 130px 80px;
		text-align: left;
	}

	#Modal .inlineBox.info > h1 {
		font-size: 3.6rem;
		line-height: 1.4em;
	}

	#Modal .inlineBox.info section,
	#Modal .inlineBox.info article,
	#Modal .inlineBox.info aside {
		margin-top: 40px;
	}

	#Modal .inlineBox.cast .pic {
		overflow: hidden;
		width: 100%;
	}

	#Modal .inlineBox.cast .pic img {
		width: 1400px;
		max-width: 1400px;
		-webkit-transform: translateX(-460px);
		transform: translateX(-460px);
	}

	#Modal .inlineBox.cast .desc {
		display: block;
		position: relative;
		padding: 80px 40px 100px;
		height: auto;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(black));
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, black 100%);
		text-align: left;
	}

	#Modal .inlineBox.cast .desc h1 {
		position: absolute;
		left: 40px;
		top: -68px;
		height: 98px;
		text-align: left;
	}

	#Modal .inlineBox.cast .desc .actor {
		margin: 0 0 50px;
		height: 126px;
	}

	#Modal .inlineBox.cast .desc .profile {
		height: 296px;
	}
}

/*# sourceMappingURL=../map/style.css.map */
