@charset "UTF-8";
/* CSS Document */
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;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
	font-family: 'font01';
	src: url("../font/baske9.woff")format("woff");
}

@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}


/***** COMMON *******************/
html,body {
	width: 100%;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: 0.08rem;
	position: relative;
	min-width: 1039px;
}
h2 {
	margin: 24px auto 40px;
}
h2 img {
	height: 72px;
    width: auto;
    display: block;
    margin: auto;
}
#INFORMATION, #CAST_STAFF, #MOVIE, #GOODS {
	background-image: url("../img/img_bg01_pc.jpg");
	background-size: 100%;
	z-index: 0;
}
#pageLink a { font-family: 'font01', 'serif', 'Times', 'Times New Roman', 'Georgia'; }

.container {
	padding-bottom: 140px;
    padding-top: 140px;
	position: relative;
}
.containts {
	width: 96%;
	margin: 0px auto 80px;
	max-width: 1100px;
}
.section_line {
	position: absolute;
	width: 100%;
	height: 74px;
	background-image: url("../img/line_section_pc.png");
	background-position: center center;
	background-size: 100% 100%;
  	top: -43px;
  	background-repeat: no-repeat;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 80px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 8;
}
.yellow { color: #ffc600; }
.telbtn{ color: #fff; }

.small {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
.small_red {
	color: #FF888C;
	font-size: 0.75rem;
}
.red{
	color: #FF888C;
	background: linear-gradient(transparent 50%, #927300 50%);
	font-weight: bold;
}
.red02{
	color: #FF888C;
	border: 1px solid #ff888c;
	padding: 3px;
}
.suchedule_osaka .small {
	display: block;
	margin-bottom: 24px;
		
}
.suchedule_tokyo .small {
	display: block;
	margin-bottom: 32px;
}
.imgcompany{
	display: inline;
  	vertical-align: text-bottom;
}
a.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.pc_none { display: none; }
.sp_none { display: block; }

.bold { font-weight: bold; }

p span.bold { display: block; }

/* 共通btn */
.btn_hover {
	display: block;
	text-align: center;
	background: #09212f;
	padding: 15px 10px;
	color: #fff;
	border: 1px solid #4c4c4c;
	transition: all .3s ease;
}
.btn_hover:hover {
	background: #0c3750;
}

a.img_hover {
	transition: all .3s ease;
}
a:hover.img_hover {
	opacity: .8;
}


/*
---------header nav----------*/
header {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
	z-index: 1000;
    position: fixed;
    min-width: 1120px;
}
#gloval-nav {
	background-color: #f5eee5;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
#gloval-nav a {
	display: block;
	font-size: 1.25rem;
	text-shadow: 0 0 6px #fff;
	color: #523d34;
	text-decoration: none;
	line-height: 56px;
	font-family: 'font01', 'serif', 'Times', 'Times New Roman', 'Georgia';
	letter-spacing: 0.04rem;
	padding: 0 30px;
}
#gloval-nav a:hover {
	transition: 0.5s ;
	color: #fff;
	text-shadow: 0 0 6px #8b6e17;
    background-color: rgba(139,110,23,0.1);
}
#gloval-nav a.gnav-goods {
    color: #fff;
    background: #540000;
}
#gloval-nav a.gnav-goods:hover {
    filter: brightness(1.5);
}
#gloval-nav ul{
	display: flex;
	width: 94%;
	max-width: 1100px;
	margin: auto;
	justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}
#gloval-nav ul li{
	width: auto;
	text-align: center;
}
#gloval-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
	background-color: #f5eee5;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
	min-width: 1040px;
}
#gloval-nav.fixed .g_nav_item{
	display: block;
}
#gloval-nav.fixed .g_nav_item a img{
    width: auto;
    padding-top: 4px;
}
li.icon_tw a {
    height: 34px;
    width: 34px;
    background-image: url(../img/btn_tw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 11px 0px !important;
}
li.icon_tw a:hover {
    transition: 0.5s;
    background-image: url(../img/btn_tw_on.png);
}


/***** MAIN V *******************/
#mv {
	position: relative;
}
.mv_logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 54%;
    z-index: 1;
}
.mv_logo img {
    display: block;
    width: 42vw;
    margin: auto;
}
/*.bnr_list{
	position: absolute;
    display: flex;
    width: auto;
    z-index: 10;
    height: 92px;
    bottom: 8%;
	left: 4%;
}*/
.bnr_list {
	position: absolute;
    display: block;
    z-index: 10;
    height: auto;
    bottom: 10%;
	left: 2%;
	width: 19.5%;
}
.bnr01 a:hover{
	opacity: 0.8;
}
.bnr01{
    width: 300px;
    margin: auto;
}
.bnr_list2 {
	position: absolute;
	display: block;
	z-index: 10;
	height: auto;
	bottom: 10%;
	right: 2%;
	width: 19.5%;
}

/* icon amnime */
.icon_anime{
	animation: IconEffect .6s ease infinite alternate;
}
@-webkit-keyframes IconEffect {
	0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
@keyframes IconEffect {
	0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

.box {
	position: relative;
	width: auto;
	height: 100vh;
	margin: auto;
	overflow: hidden;
	background-image: url("../img/img_mv01.jpg");
	background-size: cover;
	background-position: top center;
}

.box .bgImg {
	position : absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	animation: bgAnime 18s infinite;  
}
.box .src1 {
  	background-image : url("../img/img_mv02.jpg");  
	background-size: cover;
	background-position: top center;
}
@-webkit-keyframes bgAnime {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 1; }
	55% { opacity: 1; }
	75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes bgAnime {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 1; }
	55% { opacity: 1; }
	75% { opacity: 0; }
	100% { opacity: 0; }
}

.box .boxString {
  position   : absolute;
  display    : inline-block;
  padding    : 20px;
  background : rgba(0, 127, 255, 0.7);/* 半透明の青 */
  color      : #fff;
  top        : 50%;/* 中央寄せ */
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
}


/***** INFORMATION *******************/
#INFORMATION h2 {
	width: 700px;
	margin: 24px auto 40px;
}
#INFORMATION h3 {
	width: 160px;
	margin: 24px auto;
}
.container01{
	background-size: 100%;
	padding-top: 96px;
}

/*---NEWS---*/
#NEWS {
	color:#726059;
	font-size: 1rem;
    letter-spacing: 0.16rem;
}
#NEWS li {
	background-color: rgba(255,255,255,1);
	padding: 4px;
	width: 720px;
	margin :0 auto 10px;
	box-sizing: border-box;
}
#NEWS li a {
    width: 710px;
    height: 100%;
    display: flex;
	border: 1px solid rgba(182,159,146,0.4);
	color: #726059;
}
#NEWS li:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 0.4s;
}
#NEWS li a span {
	display: block;
	width: auto;
	padding: 10px;
}
#NEWS li a span.date {
	padding: 4px 16px 4px 8px;
	margin: 6px;
	border-right: 1px solid rgba(182,159,146,0.4);
}
.news_link{
	width:400px;
	height:50px;
	background-color: rgba(0,0,0,1);
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	margin:40px auto 0;
	border-radius: 4px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.news_link a {
	font-size: 1.25rem;
	color:#fff;
	text-decoration:none;
	line-height:54px;
	transition:all 0.6s ease;
	z-index:2;
	position:relative;
	font-family: 'font01', 'serif', 'Times', 'Times New Roman', 'Georgia';
}
.eff {
	width:400px;
	height:50px;
	border:0px solid rgba(0,0,0,1);
	position:absolute;
	transition:all 0.6s ease;
	z-index:1;
	box-sizing:border-box;
}
.news_link:hover .eff {
	border:70px solid #726059;
}
.news_link:hover a {
	color:#fff;
}

	
/*---twitter---*/
.twitter {
	background-color: #fff;
	width: 84.2%;
	padding: 0.4%;
	margin: auto;
	max-width: 700px;
}
.twitter iFrame {
	width: 100%!important;
	display: block!important;
	background-color: #fff;
	border: 1px solid rgba(182,159,146,0.4)!important;
}
.timeline-Header {
    display: none!important;
}
.timeline-InformationCircle-widgetParent {
    display: none!important;
}
/* twitter_feed */
#twitter_feed {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/*---movie---*/
.information_movie {
	margin-top: 100px;
}
.information_movie_block {
	width: 50%;
	margin: 0 auto;
}
.information_movie_item .read {
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 0 0 4px #fff, 0 0 10px #fff;
}


/***** INTRODUCTION & STORY *******************/
.container02 h3 {
	margin: 32px 0;
}
.container02 {
	background-image: url("../img/img_bg02_pc.jpg");
	background-size: cover;
}
.container02 .containts {
    background-color: rgba(0,0,0,1);
    padding: 80px calc(8% + 20px);
    width: 72%;
    max-width: 800px;
	position: relative;
	color: #fff;
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.16rem;
}
.container02 .containts:before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top:10px;
	left: 10px;
	border: 1px solid rgba(182,159,146,0.4);
}
.container02 article {
	margin-top: 32px;
}
.staff article {
	margin-bottom: 48px;
}
.diagram {
	width: 96%;
	margin: 56px auto 32px;
	display: block;
}


/***** CAST STAFF *******************/
.container03 {
	padding-bottom: 80px;
}
/*.container03 h3{
	width: 160px;
	margin: auto;
}*/
 .container03 h3 {
    width: 220px;
    margin: 32px auto 24px;
	padding-top: 40px;
}
.cast ul {
	display: flex;
	margin: auto;
}
li.cast_2col,li.cast_1col{
	padding: 8px 14px;
	background-color: #000;
	margin-right: 24px;
}
.cast ul.priority{
	margin-bottom: 80px;
	padding-top: 40px;
	justify-content: center;
}
.cast ul.priority .cast_1col{
	margin-right:0;
}
.cast .cast_block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.priority li {
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.cast ul.priority li img {
	width: 240px;
	height: 370px;
}
.cast ul.normal {
	margin: 0 0 65px;
}
.cast_item_name {
	padding: 0!important;
	position: relative;
}
.cast_item_name p {
	position: absolute;
	width: 100%;
	height: 24px;
	padding: 6px 0;
    bottom: 0;
	left: 0;
    background-color: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.16rem;
}
.priority .cast_item_name {
	width: 240px;
  	height: 448px;
}
.priority .cast_item_name p {
	font-size: 1.25rem;
	height: auto;
	padding-bottom: 0;
	bottom: 55px;
}
.normal .cast_item_name {
	width: 161px;
}
.normal .cast_item_name p {
	padding: 10px 0;
}
.cast_list02,.cast_list03 {
	float: left;
}
.cast_list02 .cast_1col .cast_item_name {
    width: 160px;
    height: 288px;
}
.cast ul.cast_list03 {
	width: 380px;
}
.cast_list03 .cast_item_name {
	width: 150px;
	height: 263px;
}
.cast_2col .name_hight p {
    height: 36px;
	padding: 4px 0;
}
.cast_2col .name_hight p span {
    display: block;
    font-size: 0.6rem;
    line-height: 0.6rem;
}
.normal li {
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.normal li:last-child {
	margin-right: 0;
}
p.position_name {
	font-size: 1.00rem;
	color:#fff;
	padding: 4px 0 12px;
	text-align: center;
	letter-spacing: 0.08rem;
}
p.position_name span.small {
	margin-left: 4px;
}
.cast_list04 {
	background-color: #000;
	padding: 10px 8px 8px;
	width: 378px;
	margin: auto auto 64px;
	position: relative;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.cast_list04 .cast_item_name {
	width: 115px;
}
.cast_list05 {
	background-color: #000;
	padding: 10px 8px;
	width: 1000px;
	margin: auto auto 64px;
	position: relative;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.cast_list05_swing {
	margin-top: 20px;
}
.cast_list05_swing .ttl {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.cast .txt_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cast .txt_list li {
	background-color: #fff;
    width: 130px;
    padding: 8px 0;
    text-align: center;
    float: left;
	margin-bottom: 10px;
}

/* cast modalBtn */
.cast_moreBtn {
	display: block;
	color: #000;
	transition: all .3s ease;
}
.cast_moreBtn:hover {
	opacity: .6;
}
.cast_moreBtn .cmtBtn {
	font-size: 15px;
    letter-spacing: .05em;
    display: block;
    background: #4a0d0d;
    color: #fff;
    padding: 3% 6%;
    margin-top: 5px;
}

/* cast voiceBtn */
.priority .cast_voiceBtn {
	display: block;
	position: absolute;
	bottom: -10.5%;
	width: 100%;
}
.priority .cast_voiceBtn p {
	font-size: 1rem;
	line-height: 2.2;
	padding-top: 0;
	color: #fff;
	background-color: #504810;
	border: 1px solid #70661e;
	letter-spacing: 0;
	transition: all .3s ease;
}
.priority .cast_voiceBtn:hover p {
	background-color: #665d18;
}

.brth {
    position: absolute;
    color: #000;
    right: 10px;
    bottom: -24px;
    font-size: 0.8rem;
    font-weight: 700;
}
/*.staff_item{
	margin: 32px auto 32px;
	width: 640px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.staff_item p:first-child{
    text-align: center;
    background-color: #000;
    color: #fff;
	padding: 8px 0 4px;
	font-size: 0.875rem;
}
.staff_item p:last-child{
    text-align: center;
    background-color: #fff;
    color: #000;
	padding: 8px 16px;
	border: 4px solid #000;
}
.staff_item_2col{
	box-shadow: none;
}
.staff_item ul{
	display: flex;
}
.staff_item ul li{
	width: 49%;
	margin-right: 2%;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
}
.staff_item ul li:last-child{
	margin-right: 0%;
}*/
.staff {
	max-width: 900px;
}
.staff_list {
	background-color: #000;
	padding:40px 0 40px;
	position: relative;
	z-index: 2;
}
.staff_list:before {
	content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid rgba(182,159,146,0.4);
	z-index: -1;
}
.staff_item {
    color: #fff;
    display: table;
    margin: auto;
    padding: 2px 0px;
    width: 90%;
}
.staff_item p:last-child {
	display:table-cell;
	width: 400px;
	line-height: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	vertical-align: middle;
}
.staff_item p:first-child {
	text-align: right;
	display:table-cell;
	width: 400px;
	line-height: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	vertical-align: middle;
}
.staff_item p:nth-child(2) {
	width: 20px;
	text-align: center;
	display:table-cell;
	line-height: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	vertical-align: middle;
}
.staff_item_wide {
	display: block;
	margin: 10px auto 10px;
}
.staff_item_wide p:first-child {
	display: block;
	line-height: 2rem;
    letter-spacing: 0.1rem;
	width: 100%;
	text-align: center;
}
.staff_item_wide p:nth-child(2) {
	display: none;
}
.staff_item_wide p:last-child {
	text-align: center;
	width: 80%;
	display: block;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	margin: auto;
}
.staff_item p.short {
	line-height: 1.4rem;
}
.staff_item03 {
	font-size: 10px;
}
.topAdjustment {
    margin-top: 2%!important;
}


/***** SCHEDULE & TICKET *******************/
.container04 {
	background-image: url("../img/img_bg03_pc.jpg");
	background-size: cover;
}
.container04 .containts {
    background-color: rgba(0,0,0,1);
    padding: 80px calc(8% + 20px) 90px;
    width: 72%;
    max-width: 760px;
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.16rem;
	z-index: 2
}
.container04 .containts:before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top:10px;
	left: 10px;
	border: 1px solid rgba(182,159,146,0.4);
	z-index: -1;
}
.container04 h3 img {
    height: 35px;
    width: auto;
    display: block;
    margin: auto auto 40px;
}
.container04 .date_info {
	margin-top: 24px;
    margin-bottom: 20px;
    font-size: 1.5rem;
	line-height: 2.2rem;
}
.playguide h2 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 32px;
}
.suchedule_ticket .price_info {
	font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 30px;
}
.ticket_link {
	color:rgba(182,159,146,1);
	text-decoration: underline;
	word-break: break-all;
	position: relative;
}
/* .playguide .price_info span {
	color: #fcb38a;
} */
.suchedule_ticket .date_info {
	text-align: center;
}
.suchedule_ticket .date_info span {
	font-size: 1.25rem;
	margin-left: 16px;
}
img.rescu {
	width: 100%;
}
.ticket_btn {
    display: block;
    background: #ffc600;
    color: #000;
     border: 1px solid #ffc600; 
    width: 200px;
    padding: 5px 10px;
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 0 6px rgba(255,255,255,.6);
    border-radius: 4px;
    letter-spacing: 0.08rem;
	transition: .4s;
}
a.ticket_btn:hover {
    display: block;
	border: 1px solid rgba(255,255,255,.6);
    background: #000;
    color: #fff;
	transition: .4s;
}
.ttl_og {
	color: #ff8c00;
}
.playguide .playguide_ttl {
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.playguide .playguide_readbox .readtxt {
	margin-bottom: 20px;
}
.playguide .playguide_readbox .playguide_reonly {
	margin-top: 40px;
}
.playguide .playguide_ticketLink {
	margin-bottom: 50px;
}
.playguide .playguide_ticketLink p:not(:last-child) {
	margin-bottom: 10px
}
.playguide .playguide_ticketLink .readttl {
	font-size: 1.4rem;
}
.contactArea .contact_ttl {
	font-size: 1.4rem;
    margin-bottom: 5px;
}


/***** MOVIE *******************/
.containts.movie {
    width: 96%;
    margin: 80px auto 80px;
}
.movie ul {
	display: flex;
}
.movie ul li {
	width: 33%;
	margin-right: 0.5%;
}
.movie ul li:last-child {
	margin-right: 0%;
}
.cast_name {
    text-align: center;
    margin: 8px;
}


/***** FOOTER *******************/
footer {
	background-color: #000;
	color: #eadd93;
	padding-bottom: 50px;
}
footer p.ft_logo {
	padding: 16px 0;
    width: 40%;
    max-width: 240px;
	margin: auto;
}	
footer p.copy {
	border-top:1px solid #eadd93;
	text-align: center;
	padding: 16px 0;
	font-size: 0.75rem;
}
footer .ft_linkBtn a {
	margin: 10px auto 0;
	position: relative
}
footer .ft_linkBtn a::after {
	content: '';
	position: absolute;
	top: 23px;
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: all .3s ease;
}
footer .ft_linkBtn a:hover::after {
	right: 22px;
}
.topBtn {
    position: fixed;
    bottom: 56px;
    right: 32px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    width: 64px;
    height: 53px;
    text-align: center;
    line-height: 64px;
    box-sizing: border-box;
    z-index: 4;
}

@media(min-width: 768px) {

  a[href^="tel:"]{
    pointer-events: none;
  }

}


/******* modal ***********/
body.fixed {
	overflow: hidden;
}
.cast_content {
    margin: 0 auto;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1000;
}
.modal__bg {
    height: 100vh;
    position: absolute;
    width: 100%;
	background-image: url(../img/modal_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.modal__content {
    background: #000;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.modal__content .modal__contentInner {
	border: 1px solid rgba(182, 159, 146, 0.6);
	padding: 40px;
}
.modal__content .name {
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid rgba(182, 159, 146, 0.6);
    margin-bottom: 15px;
    color: #ffc600;
}
.modal__content .name span {
    display: block;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px;
}
.modal__content .modal_txt {
	margin-bottom: 20px;
	line-height: 2rem;
	color: #fff;
}
.modal__content .modal_castcmt .sub {
	display: inline-block;
	background: #907000;
    color: #000;
    padding: 0 4%;
	margin-bottom: 10px;
    line-height: normal;
}
.modal__content .js-modal-close.btn_hover {
	font-size: .8rem;
	padding: 5px 10px;
	width: 120px;
	margin: 0 auto;
}


/******* GOODS *****************/
#GOODS h2 {
	margin-bottom: 60px;
}	
#GOODS .goods_item_img img {
	border: 1px solid #383838;
}
#GOODS .goods_item_note .notettl {
	font-size: 1.4rem;
	margin: 40px 0 10px;
}


/* pc */
@media screen and (min-width:769px) {
	
	#mv {
		padding-top: 40px;
	}
	footer .ft_linkBtn a {
		width: 400px;
	}
	.bnr_list li:not(:last-child) {
		margin-bottom: 10px;
	}
	.information_movie_item .read {
		font-size: 1.3rem;
	}
	ul.cast_item li:not(:last-child) {
		margin-right: 16px;
	}
	.cast .txt_list li:not(:last-child) {
		margin-right: 10px;
	}
	.cast_moreBtn {
		height: 400px;
	}
	.playguide .playguide_ticketLink .ss {
		font-size: 15px;
	}

}


/* sp */
@media screen and (max-width:768px) {

	html,body {
		min-width: auto;
	}
	
	/* header nav */
	header {
		position: static;
		width: 100%;
		height: auto;
		background:none;
		bottom: auto;
		top:0;
		z-index: 10;
		min-width: auto;
	}
	h1 {
		text-align: center;
		padding-top: 60px;
	}
	#nav-toggle {
		position: fixed;
		top: 0;
		right: 0;
		height: 32px;
		cursor: pointer;
		background-color: rgba(0,0,0,0.7);
		padding: 12px;
	}
	#nav-toggle > div {
		position: relative;
		width: 36px;
	}
	#nav-toggle span {
		width: 60%;
		height: 1px;
		left: 20%;
		display: block;
		background: #ccb8ad;
		position: absolute;
		transition: top .5s ease, -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out, top .5s ease;
		transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 7px;
	}
	#nav-toggle span:nth-child(3) {
		top: 14px;
	}

	/* nav open */
	.open #nav-toggle span {
		background: #ccb8ad;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		top: 8px;
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* z-index */
	#nav-toggle {
		z-index: 1000;
	}	
	#gloval-nav {
		color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		text-align: left;
		display: flex;
		visibility: hidden;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 29px;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		background-color: #f5eee5;
	}
	#gloval-nav a {
		display: block;
		font-size: 1.25rem;
		text-decoration: none;
		transition: color .6s ease;
		font-family: "nav-font","游明朝","YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: left;
		padding: 2% 0;
		line-height: 48px;
	}
	#gloval-nav a.gnav-goods {
		text-align: center;
	}
	#gloval-nav a:hover {
		color: #666;
	}
	#gloval-nav ul {
		list-style: none;
		display: block;
		width: 90%;
	}  
	#gloval-nav ul li {
		opacity: 0;
		-webkit-transform: translateX(-200px);
				transform: translateX(-200px);
		transition: opacity .2s ease, -webkit-transform .6s ease;
		transition: transform .6s ease, opacity .2s ease;
		transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
	}
	#gloval-nav ul li:nth-child(2) { transition-delay: .15s; }
	#gloval-nav ul li:nth-child(3) { transition-delay: .3s; }
	#gloval-nav ul li:nth-child(4) { transition-delay: .45s; }
	#gloval-nav ul li:nth-child(5) { transition-delay: .6s; }
	#gloval-nav ul li:nth-child(6) { transition-delay: .75s; }
	#gloval-nav ul li:nth-child(7) { transition-delay: .9s; }
	#gloval-nav ul li:nth-child(8) { transition-delay: 1.05s; }
	#gloval-nav ul li:nth-child(9) { transition-delay: 1.4s; }

	#gloval-nav.fixed .g_nav_item a {
		font-size: 1.4rem;
		padding: 2%;
		line-height: 48px;
		min-width: auto;
	}
		
	/* open */
	.open {
		overflow: hidden;
	}
	.open #gloval-nav {
		visibility: visible;
		opacity: 1;
		min-width: auto;
	}
	.open #gloval-nav li {
		opacity: 1;
		-webkit-transform: translateX(0);
				transform: translateX(0);
		transition: opacity .9s ease, -webkit-transform 1s ease;
		transition: transform 1s ease, opacity .9s ease;
		transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
	}
		
	#nav-toggle p.menu {
		position: absolute;
		color: #ccb8ad;
		font-size: 10px;
		letter-spacing: 0;
		bottom: 7px;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
			transform: translate(-50%,0);
		-webkit-transition: .7s;
		-o-transition: .7s;
		transition: .7s;
		opacity: 1;
	}
	.open #nav-toggle p.menu{
		opacity: 0;
	}
	#nav-toggle p.close {
		position: absolute;
		color: #fff;
		font-size: 10px;
		letter-spacing: 0;
		bottom: 6px;
		left: 48%;
		opacity: 0;
		-webkit-transform: translate(-50%,0);
			-ms-transform: translate(-50%,0);
				transform: translate(-50%,0);
		-webkit-transition: .7s;
		-o-transition: .7s;
		transition: .7s;
	}
	.open #nav-toggle p.close {
		opacity: 1;
	}
	.section_line {
		height: 50px;
		top: -25px;
		background-image: url(../img/line_section_sp.png);
		background-size: cover;
		left: 0;
	}
	img.tokyo_suc {
		width: auto;
	}
	
	
	/******* MV *****************/	
	.box {
		height: 700px;
		background-position: center top +12%;
	}
	.box .src1 {
		background-position: center top +12%;
	}
	.bnr_list {
		width: 60%;
		margin: auto;
		left: 20%;
		height: auto;
		bottom: -20%;
		max-width: 460px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;

		/* バナー2つ以内の場合 */
		/* bottom: -20%; */

		/* バナー3つ以上の場合 */
		/* bottom: -32%; */
	}
	.bnr_list li {
		margin-right: 2%;
		margin-bottom: 2%;
		width: 49%;
	}	
	.bnr_list .bnr03{
		margin-right: 0%;
	}
	.bnr_list img {
		height: 100%;
		width: 100%;
	}
	.bnr_list2 {
		width: 45%;
		bottom: -58.5%;
		right: 28%;

		/* bottom: -35%;
		bottom: -45%;
		bottom: -58.5%;*/
	}
	.bnr_list2 img {
		height: 100%;
		width: 100%;
	}
	p.bnr03{
		position: absolute;
		bottom: 2%;
		z-index: 1;
		width: 92%;
		left: 4%;
	}	
	p.bnr03 img,.bnr img{
		box-shadow: 0 0 3px 2px rgba(0,0,0,0.4);
	}	
	.containts {
		width: 84%;
		margin: 0px auto 16%;
		max-width: 480px;
	}
	.container {
    	padding-bottom: 20%;
		padding-top: 14%;
	}
	.container02 .containts,
	.container04 .containts {
		background-color: rgba(0,0,0,1);
		padding: 8%;
		width: 74%;
		font-size: 0.875rem;
		line-height: 1.6rem;
		letter-spacing: 0.08rem;
		max-width: 480px;
	}
	h2 {
		margin: 4% auto 6%;
	}
	h2 img {
    	height: auto;
		width: 100%;
	    max-width: 640px;
	}
	.red{
		background: none!important;
	}
	

	/******* INFORMATION *****************/	
	.container01 .section_line {
		display: none;
	}
	.container01 {
		padding-top: 42%;

		/* バナー3つ以上の場合 */
		/* padding-top: 65%; */

		/* バナー3つ以内の場合 */
		/* padding-top: 42%; */

		/* バナー3つ以上、別ブロックの場合 */
		/* padding-top: 68%; */
		/* padding-top: 85%; */
		/* padding-top: 100% */
	}
	#INFORMATION {
		background-position: top 45% center;
		margin-top: -5%;
	}
	#INFORMATION h2 {
    	width: 100%;
		margin: 4% auto 10%;
	}
	#INFORMATION h3 {
    	width: 30%;
    	margin: 4% auto 2%;
		max-width: 120px;
	}
	#NEWS li {
		width: 100%;
		margin-top: 6%;
	}
	#NEWS li a {
    	width: 99.6%;
		display: block;
		font-size: 0.875rem;
	}
	#NEWS li a span {
    	padding: 2% 16px;
		letter-spacing: 0;
		line-height: 1.2rem;
	}
	#NEWS li a span.date {
    	border-bottom: 1px solid rgba(182,159,146,0.6);
		margin: 6px 6px 0;
		border-right: none;
		letter-spacing: 0.08rem
	}
	#NEWS li a span.inner {
		margin-bottom: 4px;
	}	
	.containts .news_link {
    	width: 100%;
	}
	.news_link {
		width: 75%;
		margin-top: 6%;
		max-width: 480px;
	}
	#twitter_feed{
		width: 96%;
		height: calc(400px + 2%);
	}
	#twitter_feed iFrame {
		width: 768px!important;
		margin: 1% auto!important;
		max-height: 320px!important;
	}
	.twitter {
		width: 74.2%;
		max-width: 480px;
	}
	.information_movie {
		margin-top: 16%;
	}
	.information_movie_block {
		width: 85.69999%;
	}
	.information_movie_item .read {
		margin-bottom: 3%;
	}


	/******* INTRODUCTION STORY *****************/	
	.container02 h3 {
		margin: 8% 0;
	}
	.container02 article {
    	margin-top: 4%;
	}
	.staff {
		margin-bottom: 0;
	}
	.staff h2 {
    	width: 50%;
		margin-bottom: 2%;
	}
	.staff article {
    	margin-bottom: 8%;
	}
	.diagram {
		width: 100%;
		margin: 4% auto;
		display: block;
	}
	

	/******* CAST *****************/		
	.cast {
		width: 88%;
	}	
	.cast ul.priority {
		display: block;
		width: 100%;
		margin-bottom: 0;
		padding-top: 6%;
	}
	.cast ul.priority .cast_1col {
		padding-bottom: 15%;
	}
	.cast ul.priority li img {
		width: 100%;
		height: 100%;
	}
	.cast .priority .cast_item {
		flex-wrap: wrap;
		justify-content: center;
	}
	li.cast_2col, li.cast_1col {
		margin-right: 0%;
		margin-bottom: 8%;
		padding: 2%;
	}
	p.position_name {
		font-size: 0.7rem;
		padding: 2% 0 6%;
		letter-spacing: 0rem;
	}
	.cast_list04 p.position_name,.cast_list05 p.position_name {
    	font-size: 0.8rem;
    	padding: 2% 0 4%;
	}
	.priority .cast_item_name p {
		font-size: 1rem;
		padding: 2% 0 0;
		bottom: 0;
	}
	.cast_list02,.cast_list03 {
		float: none;
	}
	.cast_list02 .cast_1col .cast_item_name {
		width: 100%;
		height: 100%;
		display: grid;
	}
	.cast_list02 .cast_2col {
		width: 80%;
		margin: auto!important;
	}
	.cast_item_name img {
		width: 100%;
		height: auto;
	}
	.cast_item_name img {
		width: 100%;
		height: auto;
	}
	.priority li.cast_2col .cast_item_name {
		width: 46%;
		height: inherit;
		margin-bottom: 20%;
	}
	.priority li.cast_2col .cast_item_name:nth-child(3) {
		margin-bottom: 15%;
	}
	/* .priority li.cast_2col .cast_item_name:not(:last-child) {
		margin-bottom: 20%;
	} */
	.priority li.cast_1col .cast_item_name {
		height: 100%;
    	display: inline-flex;
    	width: 100%;
	}
	.priority ul.cast_item li:first-child {
		margin-right: 4%!important;
	}
	.cast_item_name p {
    	bottom: 0;
	}
	.normal .cast_2col .cast_item_name p {
    	bottom: -6px;
	}
	li.cast_1col {
    	width: 46%;
		height: auto;
    	margin: auto auto 8%!important;
	}
	.cast_list02 li.cast_1col {
		width: 38%;
	}
	.cast ul.normal {
		width: 100%;
		margin: auto auto;
		flex-wrap: wrap;
	}
	.cast ul.normal.cast_list02 > li {
		margin-bottom: 8% !important;
	}
	.cast ul.normal.cast_list03_2 {
		width: 80%;	
	}
	.cast ul.cast_list03{
		width: 84%!important;
		margin: 8% auto auto;
		min-width: 250px;
	}	
	.cast_list02 .cast_2col {
		height: auto;
		width: 38%;
		margin-top: 0 !important;
	}
	.cast_2col .name_hight p {
		height: 24px!important;
		padding: 7px 0!important;
	}
	.normal .cast_item_name {
    	width: 100%;
    	height: auto;
		display: grid;
	}
	.normal .cast_item_name p {
		font-size: 0.75rem;
		height: auto;
    	padding: 10px 0;
	}
	.cast_2col .name_hight p {
		font-size: 10px;
	}
	.cast_list03 {
		overflow: hidden;
	}
	.cast_list03 li.cast_1col {
		width: 44%;
		margin: auto 4% 8% 0!important;
		float: left;
	}
	.cast_list03 li:nth-child(2) {
		margin-right: 0!important;
	}
	.cast_list04 {
		background-color: #000;
		padding: 8px 2% 2%;
		width: 96%;
		margin: auto auto 8%;
	} 
	.cast_list04 .cast_item {
		justify-content: space-around;
	}
	.cast_list04 .cast_item_name {
		width: 95px;
	}
	.cast_list05 {
		background-color: #000;
		padding: 8px 2% 0;
		width: 96%;
		margin: auto auto 8%;
	}
	.cast .txt_list li {
		width: 48%;
	}
	.cast .txt_list li:nth-child(even) {
		margin-left: 4%;
	}
	.cast_list05 .txt_list:not(:first-child) {
		justify-content: left;
	}
	.cast_list05 .txt_list li span {
		display: block;
	}
	
	.cast_moreBtn .cmtBtn {
		font-size: .6rem;
	}

	.priority .cast_item_name .cast_voiceBtn {
		bottom: -16.5%;
	}
	.priority .cast_item_name .cast_voiceBtn p {
		font-size: .8rem;
		padding-top: 0;
	}

	.staff h3 {
		width: 40%;
		margin: 4% auto 2%;
	}
	/*	.staff_item {
		margin: 0 auto 4%;
		width: 100%;
	}
		.staff_item ul {
		display: block;
	}
	.staff_item ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.staff_item p:first-child {
		padding: 4% 6% 2%;
		font-size: 0.875rem;
		line-height: 1.1rem;
	}
	.staff_item p:last-child {
		text-align: center;
		padding: 4%;
		font-size: 0.96rem;
		line-height: 1.2rem;
	}*/
	.staff_item {
		display: block;
		margin: 0% auto;
		width: 84%;
	}
	.staff_list {
    	padding: 4% 0 10%;
		width: 100%;
	}
	.staff_item li {
	    margin: 6% auto auto;
	}
	.staff_item p {
    	font-size: 0.87rem;
	}
	.staff_item p:first-child {
		display: block;
		line-height: 1.2rem;
		letter-spacing: 0.1rem;
		width: 100%;
		text-align: center;
	}
	.staff_item p:nth-child(2) {
		display: none;
	}
	.staff_item p:last-child {
		text-align: center;
		width: 100%;
		display: block;
		line-height: 1.2rem;
		letter-spacing: 0.1rem;
		margin: auto;
	}
	.staff_item p.short {
		line-height: 1.1rem;
	}
	.staff_item_wide {
		margin: 6% auto;
	}
	.staff_item01,.staff_item02{
		margin: 6% auto;
	}
	.staff_item03 {
		font-size: 1rem;
	}


	/******* suchedul&ticket*****************/	
	.container04 {
		padding-bottom: 8%;
	}
	.container04 h2 {
		width: 90%;
	}
	.container04 h3 img {
		height: 25px;
    	margin: 5% auto 8%;
	}
	.container04 .containts {
		margin: 0px auto 8%;
	}
	.container04 .date_info {
		font-size: .9rem;
    	line-height: 1.5rem;
	}
	.suchedule_scroll {
		overflow-x: scroll;
		position: relative;
	}
	.suchedule_scroll img {
    	display: block;
		height: 230px;
		width: auto;
	}
	.suchedule_scroll::-webkit-scrollbar {
		-webkit-appearance: none;
		height: 8px;
		background-color: rgba(200,200,200,.6);
	}
	.suchedule_scroll::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0,0,0,.4);
		box-shadow: 0 0 1px rgba(0,0,0,.2);
	}
	.suchedule_note {
		margin-top: 10%;
	}
	.date_info span,.price_info span,.suchedule_ticket h3 span {
		display: block;
		font-weight: 400;
	}
	.playguide h2 {
    	font-size: 1.25rem;
		padding-bottom: 4%;
	}
	.playguide h3 {
		line-height: 1.2rem;
		margin-bottom: 2%;
		font-size: 0.812rem;
	}
	.playguide .price_info {
		margin-bottom: 40px;
		line-height: 1.3rem;
	}
	.playguide .price_info span {
		display: contents;
	}
	.playguide .price_info {
		line-height: 2rem;
    	margin-bottom: 5%;
		font-size: 1.2rem;
	}
	.number a {
		color: #fff;
		text-decoration: none;
	}
	.number {
		color: #fff;
		text-decoration: none;
	}
	.ticket_link,
	.number a.ticket_link {
		color:rgba(182,159,146,1);
		text-decoration: underline;
		word-break: break-all;
		position: relative;
	}
	.playguide .playguide_ttl {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.playguide .playguide_ticketLink .readttl {
		font-size: 1.2rem;
	}
	.contactArea .contact_ttl {
		font-size: 1.2rem;
    	margin-bottom: 5%;
	}

	
	/******* movie *****************/
	.container05 h2 {
		width: 64%;
		max-width: 300px;
	}
	.containts.movie {
    	width: 75%;
    	margin: 8% auto 14%;
	}
	.youtube {
    	margin-bottom: 8%;
	}
	.movie ul {
		display: block;
	}


	/******* footer *****************/	
	footer p.copy{
		width: 80%;
		padding: 2% 10% 4%;
		line-height: 1.1rem;
	}	
	footer .ft_linkBtn {
		padding: 0 6.93333%;
	}
	footer .ft_linkBtn a {
		font-size: .8rem;
	}
	footer .ft_linkBtn a::after {
		top: 20px;
    	right: 13px;
    	width: 5px;
    	height: 5px;
	}
	footer .ft_linkBtn a:hover::after {
		right: 11px;
	}
	.topBtn {
		right: 2%;
		width: 56px;
	}
	#pageLink {
		display: block;
		position: relative;
		background: rgb(95,75,67); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(95,75,67,1) 0%, rgba(235,201,188,1) 50%, rgba(147,107,92,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(95,75,67,1) 0%,rgba(235,201,188,1) 50%,rgba(147,107,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(95,75,67,1) 0%,rgba(235,201,188,1) 50%,rgba(147,107,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b43', endColorstr='#936b5c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	#pageLink ul {
		width: 98%;
		margin: auto;
		padding: 1% 0 0 ;
	}	
	#pageLink li {
		display: flex;
	}
	#pageLink li:last-child p a{
		/*padding: 8% 0 6%;*/
		left: calc(50% - 26px);
	}
	#pageLink li p {
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 4px;
	}
	#pageLink li p:last-child {
		margin-right: 0%;
	}
	#pageLink li p a {
		text-align: center;
		padding: 20px 0 20px;
		display: block;
		color: #726059;
		background-color: #fff;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 14px;
	}

	.pglink_movie {
    	background-color: #fff;
    	position: relative;
	}
	.pglink_movie a {
		vertical-align: middle;
		position: absolute;
		top: 14%;
		left: 0%;
		right: 0%;
	}
	.stay_goods {
		opacity: 0.2;
	}	
	
	.pc_none { display: block; }
	.sp_none { display: none; }


	/******* MODAL *****************/	
	.modal__content {
		width: 90%;
		max-height: 90%;
		overflow-x: scroll;
	}
	.modal__content .modal__contentInner {
		padding: 8% 8% 20% 8%;
	}
	.modal__content .name {
		font-size: 1.4rem;
	}
	.modal__content .name span {
		font-size: .8rem;
	}
	.modal__content .modal_txt {
		font-size: .8rem;
		line-height: 1.6rem;
	}

	/******* GOODS *****************/
	#GOODS h2 {
		width: 75%;
		margin-bottom: 8%;
	}	
	#GOODS .goods_item_note .notettl {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-top: 10%;
	}
	
}


/* sp 640 */
@media screen and (max-width:640px) {
	
	/******* MV *****************/
	#mv {
		min-height: auto;
	}
	.box {
		background-image : url("../img/img_mv01_sp.jpg");
		height: 500px;
	    background-position: center center;
	}
	.box .src1 {
		background-image : url("../img/img_mv02_sp.jpg");  
		background-position: center center;
	}	
	.bnr01 {
		width: 88%;
		margin: 40px auto;
	}
	.bnr_list{
		width: 92%;
		margin: auto;
		left: 4%;
	}
	.bnr_list img {
		height: auto;
		width: 100%;
	}
	p.bnr03 {
		position: absolute;
		bottom: 2%;
		z-index: 1;
		width: 92%;
		left: 4%;
	}
	p.bnr03 img,.bnr img {
		box-shadow: 0 0 3px 2px rgba(0,0,0,0.4);
	}	
	.container05 h2 {
		max-width: 180px;
	}
	.price_info {
		margin-bottom: 16px;
		margin-top: 16px;
	}


	/******* pagelink*****************/	
	.topAdjustment {
		margin-top: 10% !important;
	}

}