/* -----------------------------------
スマホ/タブレット解像度早見表
http://scene-live.com/page.php?page=96
min-width:480px:スマホ横用
min-width:768px:タブレット用
min-width:960px：ノートPC用
min-width:1250px：デスクトップ用

----------------------------------- */

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*==================================
	 html5 Reset Stylesheet
==================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}
html{
/* 	overflow-y: scroll; */
}
body {
	line-height:1;
}
article, aside, canvas, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section,summary {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==========================================
	 font
	 基本：100% = 1em = 1rem = 16px = 12pt
	 ========================================== */

html { font-size: 62.5%; } /* sets the base font to 10px */
body {
/* ゴシックタイプ */
font-family: Avenir,"Helvetica neue",Helvetica,YuGothic,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:0.4em;
	font-size:1.9rem;
	font-weight: bold;
	text-shadow:
	0px 0px 1px #fff,
	1px 1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff,
	1px -1px 1px #fff

	;
}
p {
/* 	margin-bottom:0.4em; */
	font-size: 1.7rem;
	line-height: 1.5;
	text-shadow:
	0px 0px 1px #fff,
	1px 1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff,
	1px -1px 1px #fff
	;
}
address,dt,dd,li,th,td {
	font-size: 1.7rem;
	line-height: 1;
}

small { font-size: 0.75em;}
span,small,strong,em {
	display: inline-block;
	text-indent: 0;
}

/* ==========================================
	 リンク
============================================= */

a {
	text-decoration: none;
	overflow: hidden;
	display: inline-block;
	max-width: auto;
	vertical-align: middle;
	word-break: break-all;
}

a:link    { color: #F4C804;}
a:visited { color: #F4C804;}
a:hover   { color: #FEDD40;}
a:active  { color: #f80;}


a.anime,a.anime:hover {
	transition: 0.47s;
}
/* a img { border: 5px solid #F7BDBB;} */

img {
	max-width: 100%;
	height: auto;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}



/* ==========================================
	 汎用クラス
============================================= */

.red { color: #e00;}
.blue {color: #0169BC;}
.center { text-align: center;}
.right { text-align: right;}
.both { clear: both;}
.nowrap,.nw { display: inline-block; white-space: nowrap; text-indent: 0;}
.margin {margin: 0 .5em;}

.brackets:before { content: "（";}
.brackets:after { content: "）";}
.small {font-size: .8rem;}

.m0 { margin: 0 !important;}
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px!important;}
.mt30 { margin-top: 30px!important;}
.mt40 { margin-top: 40px!important;}
.mt50 { margin-top: 50px!important;}
.mt60 { margin-top: 60px!important;}
.mt70 { margin-top: 70px!important;}
.mt80 { margin-top: 80px!important;}
.mt90 { margin-top: 90px!important;}
.mt100 { margin-top: 100px!important;}

.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}

.hidden,.hdn { display: none;}

/* ==========================================
	 構造
---------------------------------------------
■■■コーディングの注意点
× （_）単語の区切りにはアンダーバーは使わない。
× （#hogehoge）IDセレクタは使わない
============================================= */
html,body {margin:0px;padding:0px;}

#container {
/* 	overflow: hidden; */
	background-color: #fff;
}

header {
	position: relative;
/* 	min-height: 100%; */
	color:#AFB3BB;
	text-align: center;
	background-size:contain;
	overflow-y:hidden;
}
header.header {
	width: 100%;
	height: 100vh;
}

#six header h1,
#six header h2,
header.header h1,
header.header h2 {text-shadow: none; position: absolute;z-index: 0;top:0;}
header .title {
	position: relative;
	width: 90%;
	margin: auto;
	max-width: 480px;
	height:auto;
	min-height: 100px;
	text-align: right;
	z-index: 10;
}
header .title img {
	width: 100%;
		max-width: 480px;
	height: auto;
}
header .title img.title-date {
	width: 100%;
	max-width: 320px;
}

/* ==========================================
	ハンバーガーメニュー
	https://www.webopixel.net/javascript/1483.html (２個め)
============================================= */
#nav-toggle {
	display: none;
	position: fixed;
	padding:15px;
	bottom: 25px;
	right: 25px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10000;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  border-radius: 3px;
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span:nth-child(1) { top: 4px;}
#nav-toggle span:nth-child(2) { top: 14px;}
#nav-toggle span:nth-child(3) { top: 24px;}
#nav-toggle:hover span:nth-child(1) { top: 4px;}
#nav-toggle:hover span:nth-child(3) { top: 24px;}

body.open,
body.open #container {
	overflow:hidden !important;
}
.open #nav-toggle {
	border-radius: 50%;
	background-color: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#gloval-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 29px;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
	overflow-y: scroll;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 
		transform .7s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open #gloval-nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#gloval-nav ul.menulist {
	display: block;
	padding-top: 20vh;
	background: url(../images/menu-title.png) no-repeat center top;
	background-position-y: 20px;
	background-size: 85% auto;
}
#gloval-nav a {
	display: inline-block;
	padding: 5px 0px;
	width: 100%;
	height: 8vh;
	color: #fff;
/* 	font-size: .001rem; */
	text-decoration: none;
	-webkit-transition: color .35s ease;
	transition: color .35s ease;

}
#gloval-nav a img {
	filter: 
		brightness( 0% ) /* 輝度 */
		invert(100)/* 反転 */
	;
}
html body .maincolor #gloval-nav #shoplist a img { filter: none !important;}


#gloval-nav li label {
	padding: 5px 0;
	height: 8vh;
	background-size: auto 100% !important;
	background-position: center center;
	filter: 
		brightness( 0% ) /* 輝度 */
		invert(100)/* 反転 */
	;
}
#gloval-nav li a {
	background-size: auto 100%  !important;
	background-position: center center !important;
}
#gloval-nav li.sns a {
	padding: 0 6vw;
	width: auto;
	font-size: 4rem;
	vertical-align: middle;
}

#gloval-nav li label img,
#gloval-nav li a img {
	width: auto;
	height: 100%;
}

#gloval-nav li.mono a {
	margin: 5px auto;
	height:10vh;
}
#gloval-nav li.sns {
	margin-top: 20px;
}
#gloval-nav li #shoplist { margin: 0;}
#gloval-nav li #shoplist li { line-height: .6;}
#gloval-nav li #shoplist li a {
	padding: 10px 0;
	height: 50px;
	color: #777;
	font-size: 2rem;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
#gloval-nav li #shoplist li.amazon a { padding: 11px 0;}
#gloval-nav li #shoplist li.youtube a { padding: 12px 0;}
#gloval-nav li #shoplist li.googleplay a { padding: 7px 0;}
#gloval-nav li #shoplist li.musicjp a { padding: 9px 0;}
#gloval-nav li #shoplist li.jcom a { padding: 13px 0;}
#gloval-nav li #shoplist li.videx a { padding: 13px 0;}



#gloval-nav li #paststagelist li a {
	margin-bottom: 5px;
	padding-top: 10px;
	height: 35px;
	font-size: 2rem;
}
#gloval-nav li #shoplist li a img,
#gloval-nav li #paststagelist li a img {
	padding-right: .2em;
	width: auto;
	height: 100%;
} 


#gloval-nav ul li {
	position: relative;
	-webkit-transform: translateX(-400px);
	        transform: translateX(-400px);
	-webkit-transition: -webkit-transform 0.8s ease;
/*
	transition: -webkit-transform 1.3s ease;
	transition: transform 1.3s ease;
	transition: transform 1.3s ease, -webkit-transform 1.3s ease;
*/
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.open #gloval-nav li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


/* Past stage */
#gloval-nav label {
    display: block;
    margin: 0;
    padding : 10px 0;
    color :#fff;
    font-size: 2rem;
    line-height: 1;
    cursor :pointer;
}
#gloval-nav input {
	display: none ;
}
#gloval-nav #shoplist { background-color: rgba(255,255,255,.9) !important;}
#gloval-nav #shoplist li,
#gloval-nav #paststagelist li {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.open #gloval-nav #shop_btn:checked ~ #shoplist li,
.open #gloval-nav #paststage:checked ~ #paststagelist li {
    height: 50px;
    opacity: 1;
}



/* end ハンバーガーメニュー */




header .btn {
	position: absolute;
	bottom: 200px;
	left: 0;
	right: 0;
}
header .btn .toggle-menu {
	width: 70px;
	height: 70px;
	line-height: 70px;
	-webkit-border-radius: 50%; /* Safari, Chrome用 */
	-moz-border-radius   : 50%; /* Firefox用 */
	border-radius        : 50%; /* CSS3 */
	background-color: #EFEFEF;
}
header .btn .toggle-menu:hover { background-color: #fff;}
header .btn a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	-webkit-border-radius: 50%; /* Safari, Chrome用 */
	-moz-border-radius   : 50%; /* Firefox用 */
	border-radius        : 50%; /* CSS3 */
	background-color: #EFEFEF;
}

header .btn a,
header .btn a:link {  color: #AFB3BB;}
header .btn a:hover { background-color: #fff;}

header .btn1 {
	bottom:23%;
	right: auto;
	left: 5%;
}

header .btn2 {
	bottom: 28%;
	right: 10%;
	left: auto;

}
header .btn3 .toggle-menu {
	visibility: hidden;
	display: none;
	width: 1px;
	height: 1px;
}




/* ================================
	インフォエリアにスクロール（button a.btnscroll）
================================ */
.arrow3 {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
}
#onze .arrow3 {
  top: 85vh;
}
.arrow3 a.btnscroll {
	padding-top: 80px;
}
.arrow3 a.btnscroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.arrow3 a.btnscroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.arrow3 a.btnscroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.arrow3 a.btnscroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes sdb {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}





.oval-thought {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 1em auto 40px;
/* 	padding: 40px; */
	font-size: 1.3rem;
	text-align: center;
	opacity: 0.8;
	-webkit-border-radius: 50%; /* Safari, Chrome用 */
	-moz-border-radius   : 50%; /* Firefox用 */
	border-radius        : 50%; /* CSS3 */
	z-index: 1;
}

/*
.oval-thought::before {
	position: absolute;
	bottom: -9px;
	left: 55px;
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius   : 50%;
	border-radius        : 50%;
	opacity: 0.6;
	background: #eee none repeat scroll 0 0;
	z-index: 0;

}
.oval-thought::after {
	position: absolute;
	bottom: -20px;
	left: 50px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius   : 50%;
	border-radius        : 50%;
	opacity: 0.3;
	background: #eee none repeat scroll 0 0;
	content: "";
}
*/

.btn1.oval-thought::before { left: 10px;	bottom: -15px;}
.btn1.oval-thought::after {left: 30px;}


.main h1 {margin: 2em 0 .6em;}
.main h2 {margin: 3em 0 .6em;}
.cast,.supervisor {
	font-size: 2.7rem;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.1em;
}





.main .infoarea.column2 {
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
}
.main .infoarea.column2 .section.section2 {
	margin: 1em auto 3em;
}


.main .infoarea.column2 .section.date {
	max-width: 1200px;
}
.main .section ul.attention {
	display: inline-block;
/* 	width: 96%; */
	max-width: 600px;
	margin: 0 auto .4em;
}
.main .section ul.attention li {
	font-size: 1.35rem;
	line-height: 1.3;
	text-align: left;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.main .section ul.attention li span,
.main .section ul.attention li a {
	text-indent: 0;
	display: inline-block;
}

/* --------------------------------
	タイムテーブル
-------------------------------- */
.main .section.date .tables {
	display: inline-block;
	clear: both;
}
.main .section.date .tables .attention.right { max-width: 98%;}
.main .section.date .tables .attention.right li { text-align: right;}


/* --------------------------------
	スタッフ
-------------------------------- */

/*
.main .credit dl {
	display: inline-block;
	margin: 0 auto .5em;
	text-align: center;
	clear: both;
}
.main .credit dl dt,
.main .credit dl dd {
	float: left;
		margin: .3em 0;
	padding: 0 .3em;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
}
*/
.main .credit h3 { margin-bottom: 1em;}
.main .credit p {
	display: inline-block;
	white-space: nowrap;
	margin: 0 .5em;
	font-size: 1.5rem;
	font-weight: 600;
}

.main .credit p.nonowrap,
.main .credit p.nonw {
	white-space: normal;
}


 body [class*=js-] { cursor: pointer;}

.main .credit dl dt { border-right: 1px solid #000;}
.main .credit dl dd { margin-right: .5em;}

/* --------------------------------
	お問い合わせ
-------------------------------- */

.main .section .release p {
	display: inline-block;
	margin:20px 0;
	padding: .4em 2em .2em;
	line-height: 1.35;
	border: solid 1px #000;
	border-radius: 50px;
} 


/* --------------------------------
	チケット
-------------------------------- */
.main .section.ticket {
	margin: 2em auto ;
}
.main .section.ticket .period {
	margin-bottom: 1.3vh;
	padding: .4em .3em .2em;
	font-size: 1.65rem;
	line-height: 1.1;
	text-align: center;
	border: 1px solid #111;
}
.main .section.ticket h3 {
	margin-bottom: .7em;
}
.main .section.ticket .price p .linethrough {
	display: inline-block;
	
}
.main .section.ticket .price p .linethrough .big {
	padding-right: .5em;
/* 	color: #cc2929; */
	font-size: 2.5rem;
	text-decoration: line-through;
}
.main .section.ticket .price p strong {
	font-size: 3.5rem;
}
.main .section.ticket .btn { margin: 2em 0;	}
.main .section.ticket .btn.btn2 { margin:-1em 0 2em;	}


.main .section.ticket .btn a {
	display: inline-block;
	padding: .8em 2em;
	width: 100%;
	max-width: 300px;
	text-indent: 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	background-color: #008c75;
	border-radius: 5px;
	transition: 0.25s;
}
.main .section.ticket .btn a:link,
.main .section.ticket .btn a:visited {
	box-shadow : 0px 2px 1px 0px rgba(0,0,0,0.3);
}
.main .section.ticket .btn a:hover {
	box-shadow : 0px 2px 1px 0px rgba(0,0,0,0.1);
	filter: 
		brightness( 107% ) /* 輝度 */
		contrast( 108% ) /* コントラスト */
	;
}
.main .section.ticket .btn a:active {
	filter: 
		brightness( 114% ) /* 輝度 */
		contrast( 116% ) /* コントラスト */
	;
		box-shadow : 0px 0px 3px 1px rgba(0,0,0,0.4) inset;
}

.main .section.ticket .lottery p {
    display: inline-block;
    margin: -10px auto 20px;
    padding: .5em 2em .3em;
    width: 90%;
    line-height: 1.2;
/*     border: solid 1px #000; */
    border-radius: 50px;
    background-color: #F4D500;
    
}





.main .section.ticket .table {
	display: table;
	margin-bottom: 2vh;
	width: 100%;
}
.main .section.ticket .table .tablerow {display: table-row;}
.main .section.ticket .table .tablerow .tabledata {display: table-cell;}
.main .section.ticket .table .tablerow .tabledata.newheadline {
	width: 1.4em;
	color: #fff;
	font-size: 1.55rem;
	text-align: center;
	background-color: #000;
	vertical-align: middle;
}
.main .section.ticket .table .tablerow .tabledata .box {
	margin-left: .7em;
	margin-bottom: 2em;
}
.main .section.ticket .table .tablerow .tabledata dl dt,
.main .section.ticket .table .tablerow .tabledata dl dd {
	padding: 0;
}



/* --------------------------------
	地方（city）
-------------------------------- */


.main .city { margin-bottom: 2em;}
.main .city h2 {margin-bottom: 2em; font-size: 2rem;}
.main .city h3 {margin:1.5em 0 1em;}
.main .city h4 {margin:1.5em 0 .6em; font-size: 1.3rem;}
.main .city p { font-weight: 600;}
.main .city p.year {
	margin-bottom: .5em;
	font-size: 1.8rem;
}
.main .city table {
	margin: 0 auto;
}
.main .city table th {
	text-align: right;
}
.main .city table th,
.main .city table td {
	display: table-cell;
	padding: .1em .5em;
	font-size: 2rem;
	font-weight: 600;
/* 	border: 1px solid #333; */
	text-shadow:
	0px 0px 1px #fff,
	1px 1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff,
	1px -1px 1px #fff
	;
}
.main .city table td small {
	display: inline-block;
	padding-left: .5em;
	font-size: .6em;
}
.main .city .place {
	font-size: 2.2rem;
	font-weight: 600;
}
.main .city dl.price dt,
.main .city dl.price dd {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	text-shadow:
	0px 0px 1px #fff,
	1px 1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff,
	1px -1px 1px #fff
	;
}
.main .city dl.price dd { font-size: 2.8rem;}
.main .city dl.price dd small { font-size: .5em;}
.main .city .sponsorship {
	font-size: 1.4rem;
}






footer {
	padding:5em 0 1em;
	text-align: center;

}
footer .copyright {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
/*
.menu {
	position: absolute;
	bottom: 30px;
	left: 10px;
	z-index: 1000;
	background-color: aqua;
}
*/


#topbutton {
  /* ▼表示位置を画面の右下に固定 */
  position: fixed; /* ←表示場所を固定 */
  bottom: 28px;   /* ←下端からの距離 */
  right: 22px;    /* ←右端からの距離 */
  /* ▼最初は非表示にしておく */
  display: none;
	z-index: 1000;
  /* ▼配色・配置・文字の装飾など */
	color: #fff;
	text-shadow: none;
  font-size: 1.3rem;       /* ←文字サイズ */
  font-weight: normal;     /* ←文字の太さ */
  text-align: center;    /* ←文字の位置 */
  margin: 0px;    /* ←外側の余白 */

}

/*
#topbutton::before {
	position: absolute;
	bottom: -13px;
	left: 40px;
	content: "";
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius   : 50%;
	border-radius        : 50%;
	opacity: 0.4;
	background: #AFB3BB none repeat scroll 0 0;
	z-index: 0;

}
#topbutton::after {
	position: absolute;
	bottom: -20px;
	left: 30px;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius   : 50%;
	border-radius        : 50%;
	opacity: 0.2;
	background: #AFB3BB none repeat scroll 0 0;
	content: "";
}
*/


#topbutton span {
	display: block;
	padding: 10px;  /* ←内側の余白 */
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #AFB3BB; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
-webkit-border-radius: 50%; /* Safari, Chrome用 */
-moz-border-radius   : 50%; /* Firefox用 */
border-radius        : 50%; /* CSS3 */
   }
#topbutton span.btn2 {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* #topbutton      {animation: horizontal 1s ease-in-out infinite alternate;} */
/* #topbutton span {animation: vertical 1s ease-in-out infinite alternate;} */


body [off-canvas] { background-color: #AFB3BB;}






 body#prof {
	background:none;
/* 	background: #AFB3BB; */
	background-color: #fff;
}

#prof header {
	background: none;
/* 	background-color: #FED201 ; */
}

#prof .main {
	padding: 15px 0;
	background: none;

}
#prof .main::before { background: none;}
#prof .main h2 {
	margin:0 0 2em;
	color: #fff;
	font-size: 2.1rem;
	text-shadow: none;
	letter-spacing: 0.1em;
}
#prof .main .header .pict {text-align: center;}
#prof .main .header .pict img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
#prof .main .body {
	position: relative;
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
}
#prof .main .body ul li {
	margin-bottom: .8em;
	padding: 0 .2em;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3;
}
#prof .main .body ul li h2 {
		margin:0 0 1em;
}
#prof .main .body ul li.twitter  {
	padding: 1em 1em 3em;
}
#prof .main .body ul a { color: #1b95e0;}
#prof .main .body ul a:hover { color: #55acee;}

#prof #topbutton { display: block;}
#prof #topbutton span { color:#afb3bb; background-color:#fff; }

#prof footer {
	clear: both;
	margin-top: 2em;
	padding-top: 0;
}
#prof footer p.copyright { text-shadow: none; color: #fff;}


@media screen and (min-width:380px){

header .btn1 {
	bottom:5%;
	right: auto;
	left: 2%;
}

header .btn2 {
	bottom: 1%;
	right: 6%;
	left: auto;

}

}@media screen and (min-width:480px){ /* スマホ横用 */
#prof header {
	height: 30%;
}

body::before {background: none;}




}@media screen and (min-width:768px){ /*タブレット*/

/* ==========================================
	メニュー
============================================= */

#gloval-nav ul.menulist {
	background-position-y: 5vh;
	background-size: 55% auto;
}
#gloval-nav a {

}


header { background-size:auto;}
header .btn2 {
	bottom: 35%;
	left: 22%;
	right: auto;
}

header .btn1 {
	bottom:25%;
	left: auto;
	right: 16%;
}

.main  { background-size:auto;}
.main::before {background: none;}

.main .section.ticket .table .tablerow .tabledata .box {
    margin-left: 2vw;
}

/* --------------------------------
	チケット
-------------------------------- */
.main .section.ticket .period { text-align: left;}


.main .city dl.price {
	margin: 0 auto;
	min-width: 300px;
	display: table;
	vertical-align: baseline;
}
.main .city dl.price dt { clear: both;}
.main .city dl.price dt,
.main .city dl.price dd { display: table-cell;}
.main .city dl.price dd {padding: 0 1em 0 0 ;}





#prof .main .body ul {
	width: 50%;
	float: left;
}
#prof .main .body ul li {
	font-size: 1.9rem;
}
#prof .main h2 {
	font-weight: 500;
}



}@media screen and (min-width:960px){ /* ノートPC用 */

body.open,
body.open #container {
	overflow: scroll !important;
}

/* ハンバーガーメニューアイコン（burgermenu）
--------------------------------------------- */
#nav-toggle {
	display: none;
	visibility: hidden;
}


/* ==========================================
	modal menu OFF
	https://ecmemo.net/modal-window
============================================= */

header.header { overflow: visible;}

#fixnavi {
	position: fixed;
	top: -80px;
	width: 100%;
	height: 70px;
	z-index: 10000;
	opacity: 1;
}

#fixnavi.is-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 10000;
	opacity: 1;
}
#fixnavi .innernav {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: 100%;
}
.fixnavi #gloval-nav {
	position: absolute;
	width: 100%;
	height: 70px;
	overflow: visible;
	text-align: right;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: 0;
	transition: none;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;


}
.fixnavi #gloval-nav .menulist {
	position: relative;
	top:0;
	left: 0;
	margin:0;
	padding: 0 0 0 17vw;
	height: 70px;
	transform: translateY(0%);
	box-shadow : none;
	overflow: visible;
	text-align: center;
	background-position: left 5vw top 17px;
	background-size: auto 40px ;
}
.fixnavi #gloval-nav .menulist li {
	display: inline-block;
	width: auto;
	height: 70px;
	transform: none;
	line-height: .6;
	vertical-align: top;
}
.fixnavi #gloval-nav .menulist li a {
	display: block;
	margin: 0;
	padding: 22px 1.2vw;
	width: 100%;
	height: 100%;
	transition: 0.7s;
}
.fixnavi #gloval-nav .menulist li a img {
	height: 30px;
}
.fixnavi #gloval-nav .menulist li.mono a {
	padding-top: 15px;
}
.fixnavi #gloval-nav .menulist li.mono a img {
	height: 40px;
}


.fixnavi #gloval-nav .menulist li a:hover {
	background-color: rgba(0,0,0,0.3);
/* 	filter: brightness( 104% ) contrast( 106% ) ;	 */
}
.fixnavi #gloval-nav .menulist li a:hover img {
	opacity: 1;
	filter: 
		brightness( 1140% ) /* 輝度 */
		contrast( 1160% ) /* コントラスト */
		saturate( 1000% ) /* 彩度 */
		inherit(0;)
		;	
}


.fixnavi #gloval-nav .menulist li.sns {
	margin-top: 0;
	width: auto;
}


.fixnavi #gloval-nav .menulist li.sns a {
	display: inline-block;
	margin: 0;
	padding: 0 13px;
	width: 50%;
	height: 100%;
	font-size: 3rem;
	line-height: 70px;
	text-align: center;
}
.fixnavi #gloval-nav .menulist li.sns a i,
.fixnavi #gloval-nav .menulist li.sns a img {
	vertical-align: middle;
}

/* 購入/レンタル */
.fixnavi #gloval-nav .menulist li.shoplist {
	width: 150px;
	height: auto;
}
.fixnavi #gloval-nav .menulist li.shoplist:hover {
	background-color: rgba(0,0,0,0.3);
}
.fixnavi #gloval-nav .menulist li.shoplist label {
	display: inline-block;
	padding: 22px .25em;
	width: 150px;
	height: 70px;
	text-align: center;
}
.fixnavi #gloval-nav .menulist li.shoplist label img { height: 30px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist {
	position: relative;
	padding: 0 ;
	width: 150px;
	height: 0px;
	transition: all 0.5s;
	background: #fff !important;
}



.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	opacity: 0 ;
/* 	background-color: #fff !important; */
}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li a {
	display: flex;
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	margin: 0;
	text-align: center;
	padding:7px 10px;
	height: 50px;
/* 	box-shadow : 0px 0px 3px 2px rgba(0,0,0,0.05) inset; */
}

.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.amazon a { padding: 11px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.youtube a { padding: 13px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.googleplay a { padding: 7px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.musicjp a { padding: 9px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.jcom a { padding: 13px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.telasa a { padding: 11px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.milplus a { padding: 11px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.videx a { padding: 14px 10px;}





.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li a img {
	padding: 0;
	height: 0;
	opacity: 1;
}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li a small  {
	display: none;
	font-size: 1.2rem;
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist {
	height: auto;
	transition: all 0.25s;
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li {
	position: relative;
	height: 50px;
	opacity: 1;
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a {
/* 	border-bottom: 1px solid rgba(0,0,0,.2); */
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a:hover {
	background-color: rgba(0,0,0,.1) !important;
	opacity: 1;
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a:hover img {
	opacity: 1;
}

.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a img {
	width: 	auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: baseline;
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a small  {
	display: inline-block;
}






/* 過去公演 */
.fixnavi #gloval-nav .menulist li.paststagelist {
	width: 150px;
	height: auto;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover {
	background-color: rgba(0,0,0,0.3);
}
.fixnavi #gloval-nav .menulist li.paststagelist label {
	display: inline-block;
	padding: 22px .25em;
	width: 150px;
	height: 70px;
	text-align: center;
}
.fixnavi #gloval-nav .menulist li.paststagelist label img {
	height: 30px;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist {
	position: relative;
	padding: 0 ;
	width: 150px;
	height: 0px;
	transition: all 0.25s;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li a {
	margin: 0;
	padding: 0;
	height: 0 ;
	text-align: center;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li a img {
	padding: 0;
	width: 100px;
	height: 0;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li a small  {
	display: none;
	font-size: 1.2rem;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist {
	height: auto;
	transition: all 0.25s;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li {
	position: relative;
	height: 30px;
	opacity: 1;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li a {
	padding:7px 0;
	height: 30px;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li a img {
	padding: 0;
	width: 90px;
	height: auto;
	vertical-align: baseline;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li a small  {
	display: inline-block;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li a:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.2);
	filter: brightness( 104% ) contrast( 106% ) ;	
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li a:hover img {
	opacity: 1;
}















h1, h2, h3, h4, h5, h6, p {
    font-weight: 500;
}

header .btn1 .toggle-menu {
	visibility: hidden;
	display: none;
	width: 1px;
	height: 1px;
}



header .btn3 .toggle-menu {
	visibility: visible;
	display: block;
	width: 70px;
	height: 70px;
}


header .btn2 { /* live info */
	bottom: 35%;
	left: 25%;
	right: auto;
}

header .btn3 { /* menu */
	bottom:25%;
	left: auto;
	right: 20%;
}
.main {margin-bottom: 10em;}

#topbutton span.btn1 {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}
#topbutton span.btn2 {
	display: block;
	visibility: visible;
	width: 40px;
	height: 40px;
}

#prof header .title {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


.main .infoarea.column2 .section.section2 {
	margin: 1em auto 2em;
}
/*
.main .infoarea.column2 .section.section2.theater {
	margin: 1em auto 0em;
}
*/

.main .section.ticket .table .tablerow .tabledata .box {
    margin-left: 15px;
}

/* --------------------------------
	チケット
-------------------------------- */
.main .section.ticket {
	margin: 2em auto ;
}
/*
.main .section.ticket .period {
	margin-bottom: .5em;
	padding: .3em .3em .2em;
	font-size: 1.45rem;
	line-height: 1.1;
	text-align: left;
	border: 1px solid #111;
}
*/
.main .section.ticket h3 {
	margin-bottom: .7em;
}


.main .table .tablerow .tabledata h3 {
	margin-top: 0;
}

}@media screen and (min-width:1250px){ /* デスクトップ用 */

/* ==========================================
	modal menu OFF
	https://ecmemo.net/modal-window
============================================= */

.fixnavi #gloval-nav {
	height: 70px;
	background-position: left 0 top 15px;
	background-size: auto 55px;
}
.fixnavi #gloval-nav .menulist {
	padding: 0 0 0 13vw;
	height: 70px;
	background-position: left 40px top 12px;
	background-size: auto 50px ;
}


.fixnavi #gloval-nav .menulist li { height: 70px; }
.fixnavi #gloval-nav .menulist li a { padding: 15px 20px; }
.fixnavi #gloval-nav .menulist li a img,
.fixnavi #gloval-nav .menulist li.shoplist label img,
.fixnavi #gloval-nav .menulist li.paststagelist label img { height: 37px; }
.fixnavi #gloval-nav .menulist li.mono a { padding-top: 10px; }
.fixnavi #gloval-nav .menulist li.mono a img { height: 50px; }
.fixnavi #gloval-nav .menulist li.sns {}
.fixnavi #gloval-nav .menulist li.sns a {
	padding: 0 18px;
	font-size: 3.5rem;
	line-height: 66px;
}

/* 購入・レンタル */

.fixnavi #gloval-nav .menulist li.shoplist { width: 180px;}
.fixnavi #gloval-nav .menulist li.shoplist label {
	padding: 17px .25em;
	width: 170px;
	height: 70px;
}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist { width: 180px;}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li { height: 60px;}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a {
	padding:10px ;
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.fixnavi #gloval-nav .menulist li.shoplist:hover ul#shoplist li a img {
/* 	height: 30px; */
}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.amazon a { padding: 11px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.youtube a { padding: 15px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.googleplay a { padding: 7px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.musicjp a { padding: 12px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.jcom a { padding: 13px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.telasa a { padding: 12px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.milplus a { padding: 11px 10px;}
.fixnavi #gloval-nav .menulist li.shoplist ul#shoplist li.videx a { padding: 17px 10px;}





/* 過去公演 */


.fixnavi #gloval-nav .menulist li.paststagelist { width: 180px;}
.fixnavi #gloval-nav .menulist li.paststagelist label {
	padding: 17px .25em;
	width: 170px;
	height: 70px;
}
.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist { width: 180px;}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li { height: 40px;}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li a {
	padding:10px 0;
	height: 40px;
}
.fixnavi #gloval-nav .menulist li.paststagelist:hover ul#paststagelist li a img { width: 110px;}




header .btn2 { /* live info */
	bottom: 35%;
	left: 29%;
	right: auto;
}

header .btn3 { /* menu */
	bottom:25%;
	left: auto;
	right: 27%;
}

}@media screen and (min-width:1440px){

/* ==========================================
	modal menu OFF
	https://ecmemo.net/modal-window
============================================= */
/* .fixnavi #gloval-nav {	background-position: left 13vw top 15px;} */
.fixnavi #gloval-nav .menulist { padding: 0 0 0 10%;}

}