@charset "UTF-8";

/* ==========================================
	 フォント
   ========================================== */

body {
	color: #00478B;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

p {
	font-size:1.55rem;
	line-height:1.5;
	text-align:left;
}
ul li, ol li { font-size:1.55rem;}
small {font-size: 0.8em;}
img {
	max-width: 100%;
	height: auto;
}


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

a:link    { color: #7FCDEC;}
a:visited { color: #7FCDEC;}
a:hover   { color: #E00011; opacity: .9; text-decoration: none;}
a:active  { color: #E00011; opacity: 1;}
a:focus { outline: none;}
a, a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}


/* ==========================================
	構造
============================================= */
html { -webkit-overflow-scrolling: touch;}
html, body { background-color: #00478b; overflow-x: hidden;}
#container {
	background-color: #f0f4f7;
	box-shadow : 0px 3px 1px 0px rgba(0,0,0,0.4);
/* 	overflow: hidden; */
}

/* ------------------------------------------
	slidebarメニュー内
   ------------------------------------------ */
body [off-canvas] {
	background-color: #f0f4f7;
	background: url(../images/bg-menu.png) repeat-y center top;
	background-size: 100% auto;
	-webkit-box-shadow: -5px 0px 2px -1px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: -5px 0px 2px -1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: -5px 0px 2px -1px rgba(0, 0, 0, 0.2) inset;
}

body .menuslidebars {
  margin: 0 !important;
  margin-left: 0 !important;
  transform: none !important;

}

.header-main h1 {
  margin: 0;
  background:
    url(../images/chara-man.png) no-repeat left top ,
  url(../images/chara-woman.png) #fff no-repeat right top ;
  background-size: 100px auto, 100px auto;
  background-position: 35% -23% ,78% -21% ;
}
.header-main h1 a {
	display: block;
	width: 255px;
	height: 130px;
	background: url(../images/title_handyphone.png) #00478b no-repeat center center;
	background-size: contain;
	box-shadow : -3px 0 3px 0px rgba(0,0,0,0.1) inset;
}
.header-main h1 a img {
	display: none;
	visibility: hidden;
}

.header-main #globalnavi ul {
  padding: 0;
}
.header-main #globalnavi ul li {
  padding: 0;
  list-style: none;
  text-indent: 0;
}
.header-main #globalnavi ul li a {
	display: block;
	padding: .7em;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-indent: 1.5em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	border-top: 1px solid #304375;
	background-color: #00478b;
	box-shadow : -3px 0 3px 0px rgba(0,0,0,0.1) inset;
}
.header-main #globalnavi ul li a.submenu {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 600;
}

.header-main #globalnavi ul li a:active { filter: brightness( 160% ) ;}
.header-main #globalnavi ul .tour { text-indent: 1em;}
.header-main #globalnavi ul .tour li a { font-size: 1rem;}
.header-main #globalnavi ul .tour li a::before { content: "◉"; margin-right: .2em;}
.header-main #globalnavi ul .tour li a::after { content: "公演";}
.menuslidebars .header-main #globalnavi ul.menu li li a {
    padding: .7em 1em;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.menuslidebars .header-main #globalnavi ul.menu li li:last-child a {
	border-bottom: 1px solid #304375;
}

.header-main .logomoplays {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.header-main .logomoplays img {
  width: 60px;
  height: auto;
}

/* メニューボタン
--------------------------------------------- */
.menubar {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  z-index: 10000;
}

.sb-toggle-left {
	position: absolute;
	right: 0;
	bottom: 0;
  text-align: center;
  width: 80px;
  height: 80px;
  color: #00478b;
  font-weight: bold;
  font-size: .8rem;
}
.sb-toggle-left span {
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
}

/* ------------------------------------------
	メイン画像
   ------------------------------------------ */

#body .mainpictarea {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto ;
	padding: 0;
	width: 100vw;
	height: 100vh;
	max-height: 1200px;
	text-align: center;
	background: url(../images/bgP.jpg) no-repeat center top ;
	background-size: cover;
}
#body .mainpictarea .headerheight {
	display: flex;
	justify-content: center;
	align-items: center;
}

#body .mainpictarea h1.maintitle {
	color: #fff;
	font-size: .1em;
	text-indent: -3999px;
}
#body .article-header .mainpict {
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 85vw;
	max-width: 600px;
	text-align: center;
}
#body .article-header .mainpict div {
	display: inline-block;
	width: 50%;
	max-width: 300px;
	height: auto;
	opacity: .0;
}

@keyframes bgAnime {
	0% {
		opacity: 0;
		transform: scale(.4, .4);
		filter: blur( 3px ) ;
	}
	100% {
		opacity: 1;
		transform: scale(1.0, 1.0);
		filter: blur( 0px ) ;
	}
}

#body .article-header .mainpict div.mainpict01 {
	animation: bgAnime ease-out 1.5s 1.3s 1 forwards;
}
#body .article-header .mainpict div.mainpict02 {
	animation: bgAnime ease-out 1.6s 1s 1 forwards;
}
#body .article-header .mainpict div.mainpict03 {
	animation: bgAnime ease-out 1.7s .3s 1 forwards;
}
#body .article-header .mainpict div.mainpict04 {
	animation: bgAnime ease-out 1s 2s 1 forwards;
}
#body .article-header .mainpict div.mainpict05 {
	animation: bgAnime ease-out 1.6s 0.6s 1 forwards;
}
#body .article-header .mainpict div.mainpict06 {
	animation: bgAnime ease-out 1.7s 0s 1 forwards;
}



@media screen and (orientation:landscape) {

#body .mainpictarea {
	padding: 5vh;
	width: 100vw;
	min-height: 100vh;
	background: url(../images/bgL.jpg) center top ;
	background-size: 100% 100%;
	
}

#body .article-header .mainpict {
	padding-bottom: 60px;
	width: 125.2vh;
	max-width: 1000px;
	text-align: center;
}

#body .article-header .mainpict div {
	display: inline-block;
	padding-top: 34.333%;
	width: 33.333333%;
	max-width: 400px;
	height: auto;
	background-color: blue;
}
#body .article-header .mainpict div img {
/* 	display: none; */
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	line-height:0;
}
#body .article-header .mainpict div.mainpict01 {
	background: url(../images/mainpictH_01yoshioka.jpg) no-repeat center top;
	background-size: cover;
}
#body .article-header .mainpict div.mainpict02 {
	background: url(../images/mainpictH_02miyake.jpg) no-repeat center top;
	background-size: cover;
}
#body .article-header .mainpict div.mainpict03 {
	background: url(../images/mainpictH_03kazama.jpg) no-repeat center top;
	background-size: cover;
}
#body .article-header .mainpict div.mainpict04 {
	background: url(../images/mainpictH_04arakawa.jpg) no-repeat center top;
	background-size: cover;
}
#body .article-header .mainpict div.mainpict05 {
	background: url(../images/mainpictH_05title2.png) no-repeat center top;
	background-size: cover;
}
#body .article-header .mainpict div.mainpict06 {
	background: url(../images/mainpictH_06akahori.jpg) no-repeat center top;
	background-size: cover;
}

#body .article-header .mainpict div.mainpict01 {
	animation: bgAnime ease-out 1.4s 1s 1 forwards;
}
#body .article-header .mainpict div.mainpict02 {
	animation: bgAnime ease-out 1.3s 1.2s 1 forwards;
}
#body .article-header .mainpict div.mainpict03 {
	animation: bgAnime ease-out 1.8s .4s 1 forwards;
}
#body .article-header .mainpict div.mainpict04 {
	animation: bgAnime ease-out 1.6s 0s 1 forwards;
}
#body .article-header .mainpict div.mainpict05 {
	animation: bgAnime ease-out 1.4s 2s 1 forwards;
}
#body .article-header .mainpict div.mainpict06 {
	animation: bgAnime ease-out 1.8s 0.2s 1 forwards;
}

	
}




/* ------------------------------------------
	0.section 基本構造
   ------------------------------------------ */
.content {
  margin: 0;
  padding: 0;
}

.section {
	margin: 10vh auto ;
	padding-top: 1px;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
}
.section:first-child {
	margin-top: 0;
}
.section div.frame {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}
.section h3.title {
  margin: 1em 0;
  color: #00478b;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.section.info h3.title {
	font-family:Lato,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 600;
}


/* ------------------------------------------
	1.section ツアー
   ------------------------------------------ */
.section.tours .inner {
	margin: 0 auto;
	padding: 10vh 0 ;
	width: 95%;
	max-width: 1200px;
}
.section.tours .inner h1 {
	text-align: center;
}
.section.tours .inner h1 img {
	width: 88vw;
	max-width: 350px;
}
.section.tours .inner h2.director {
	margin: 0 auto 3vh;
	width: 60vw;
	max-width: 190px;
	font-weight: normal;
	vertical-align: middle;
}
.section.tours .inner h2.director img {
	max-width: 70px;

}

.section.tours .inner h3.title {
	margin: 0 auto 30px;
	width: 35px;
}
.section.tours .inner .castname {
	margin: 0 auto 10vh;
	width: 85vw;
	max-width: 400px;
	text-align: center;
}
.section.tours .inner .castname li {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.section.tours .inner .castname li img {
	max-width: 25px;
}

.section.tours .inner .cast_name {
	margin: 0 auto 10vh;
	width: 85vw;
	max-width: 400px;
	text-align: center;
}
.section.tours .inner .cast_name li {
	margin: 2vh 0;
	width: 100%;
	text-align: center;
	color: #014B83;
	font-weight: normal;
}

.section.tours .inner h3.copy {
	margin:0 auto 10vh;
	padding: 20px;
	width: 88vw;
	max-width: 490px;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
	border-top: dashed 1px #00478b;
	border-bottom: dashed 1px #00478b;
}



.section.tours .tour li {
  margin: 0 auto 5vh;
  letter-spacing: .05em;
  line-height: 1.05;
  font-weight: normal;
}
.section.tours .tour li a:link    {color: #00478b;}
.section.tours .tour li a:visited {color: #00478b;}
.section.tours .tour li a:hover   {color: #00A0E9;}
.section.tours .tour li a:active  {color: #E4007F;}




.section.tours .tour li .city {
	margin-bottom: .3em;
	color: #ff6215;
	font-size: 1.1rem;
	text-align: center;
}
.section.tours .tour li .city::before,
.section.tours .tour li .city::after {
	content: "◉";
	margin: 0 .1em;
	font-size: .9em;
}

.section.tours .tour li .datetheater {
	font-size: 1.25rem;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: .04em;
	line-height: 1.1;
}
.section.tours .tour li .datetheater .period {
	display: block;
}
.section.tours .tour li .datetheater .period small {
	margin-left: -0.2em;
	margin-right: -0.1em;
	font-size: .65em;
}
.section.tours .tour li .datetheater .theater {
	display: block;
	padding-top: .35em;
	font-size: 1.45rem;
	line-height: 1.1;
}
.section.tours .tour li .datetheater .theater small {
	display: inline-block;
	white-space: nowrap;
}

/* ------------------------------------------
	2.attention ご来場のお客様へのお願い
   ------------------------------------------ */

.section.attention .btn a {
	display: block;
	margin: 0 auto;
	padding: 25px;
	width: 88vw;
	max-width: 500px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background-color: #ff6215;
}
.section.attention .btn a:hover {
	filter: 
		brightness( 114% )
		contrast( 116% ) ;
	
}


/* ------------------------------------------
	2.section YOUTUBE
   ------------------------------------------ */
.section.video {
  width: 90%;
  max-width: 800px; /* normal: 56.25% , mobile: 350px  */
}
.section.video .youtube {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 56.25%; /* normal: 56.25% , mobile: 177.70%  */
}
.section.video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------
	3.section 最新情報
   ------------------------------------------ */
.section.news .box01 {
  position: relative;
  margin: 0 auto 2em;
  padding:7vmin 5vmin 5vmin;
  width: 90%;
  max-width: 800px;
  background-color: #00478b;
}
.section.news .box01 ul { margin-bottom: 0;}
.section.news .box01 li {
	margin-bottom: 1.2em;
	padding:0 1.2em 16px;
	color: #fff;
	font-size: 1rem;
	text-indent: -1.2em;
	line-height: 1.3;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: .06em;
	border-bottom: 1px dashed #fff;
}
.section.news .box01 li:last-child {
	border: none;
}

.section.news .box01 li:before {
	display:inline;
	content: "◉";
	margin-right: .2em;
	color: #ff6215;
	font-weight: normal;
}
.section.news .box01 li span.date {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-indent: 0;
  opacity: .8;
}
.section.news .box01 li h4 {
	margin:.2em 0 ;
	font-size: 1.1rem;
	text-indent: 0;
	text-shadow : 0px 1px 0px rgba(0,0,0,0.5);
}
.section.news .box01 li p {
	display: inline;
	font-size: 1rem;
	word-break: break-all;
	line-height: 1.3;
	text-indent: 0;
	opacity: .9;
}

.section.news .box01 li a {
  text-indent: 0;
  line-height: 1.35;
  font-weight: 600;
}

.section.news .box01 li a:link,
.section.news .box01 li a:visited {	color: #ff6215;}
.section.news .box01 li a:hover { color: #ff6215; filter: brightness( 114% ) ;
}




/* ------------------------------------------
	5.section メディア
   ------------------------------------------ */
.section.media ul {
  position: relative;
  margin: 0 auto;
  padding:30px 20px;
  width: 100%;
  max-height: 480px;
  min-height: 80px;
  background-color: #fff;
  overflow-y: scroll;
}
.section.media ul li {
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  background-color: #fff;
  border-bottom: 1px dotted #7FCDEC;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.section.media ul li a {
	display: block;
	padding: .5em;
	width: 100%;
	height: 100%;
}
.section.media ul li a:hover {
	background-color: #7FCDEC;
}

.section.media ul li .tag {
	display: inline-block;
	margin-left: .4em;
	padding: .2em .3em .1em;
	width: 45px;
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	line-height: 1;
	text-shadow :none;
	text-align: center;
	background-color: #7FCDEC;
	vertical-align:baseline;
}
 .section.media ul li p.date  .br {
	  display: none;
  }


.section.media ul li h4 {
  display: inline-block;
  margin: .1em 0;
  color: #ff6215;
  font-size: 1.2rem;
}

.section.media ul li p {
  margin:0;
  color: #00478b;
  font-size: .9rem;
  font-weight: 600;
}




/* ------------------------------------------
	6.section twitter
   ------------------------------------------ */
.section.twitter .frame .twitterbody {
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  max-width: 550px;
  max-height: 650px;
  min-height: 420px;
  overflow-x: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

/* ------------------------------------------
	7.section キャスト
   ------------------------------------------ */
.section.cast .prof {
	clear: both;
	margin: auto;
	width: 82%;
	max-width: 600px;
	text-align: center;
}
.section.cast .prof li {
	display: inline-block;
	margin-bottom: 50px;
	width: 50%;
}




/* ------------------------------------------
	8.section ストーリー
   ------------------------------------------ */
#story.link {
	display: block;
	height: 60px;
}
.section.story {
  clear: both;
  margin: 10vh auto 10vh;
  padding: 1px 0 9vh;
  width: 90%;
  max-width: 800px;
  background:url(../images/bg-story.jpg) #fff no-repeat center top ;
  background-size: cover;
}
.section.story div.frame { width: 85%;}

.section.story h3.title {
	margin-top: 2em;
	color: #00A0E9;
}
.section.story p {
/* 	margin-bottom: .6em; */
	color: #00478b;
/* 	color: #00A0E9; */
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6;


	font-feature-settings: "pkna";
	font-feature-settings: "pwid"; 
	font-feature-settings: "palt";
	font-feature-settings: "pkna";
	text-align: left;
	letter-spacing: .0em;
}
.section.story p small {
	display: inline-block;
	white-space: nowrap;
}
.section.story .change {
  margin-top: 30px;
  color: #fff;
  font-size: .9rem;
  font-style: italic;
  text-align: right;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------
	9.section コメント
   ------------------------------------------ */
.section.comments {
  max-width: 800px;
}
.section.comments .comment {
  position: relative;
  margin: 40px 0;
  padding: 50px 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.section.comments .comment p em {
  font-size: 1.4em;
  font-style: normal;
}
.section.comments .comment p strong {
  font-size: 2em;
}
.section.comments .comment .pict-prof div {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.section.comments .comment .pict-prof div img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  /* Safari, Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  border-radius: 50%;
  /* CSS3 */
}
.section.comments .comment .pict-prof div h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #7FCDEC;
  font-size: 2.1rem;
  text-align: center;
}
.section.comments .comment:before, .section.comments .comment:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.section.comments .sign {
  margin: .9em 0 0;
  text-align: right;
  color: #7FCDEC;
}

/* ------------------------------------------
	10.section スタッフ
   ------------------------------------------ */
.section.staff ul {
	margin-bottom: 0;
	text-align: center;
}
.section.staff ul li {
	display: block;
	color: #ff6215;
	font-size: 0.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.section.staff ul li strong {
	margin-left: .1em;
	color: #00478b;
	font-size: .8rem;
	font-weight: 500;
}
.section.staff ul li small { font-size: 0.6rem;}
.section.staff ul.cooperation { margin: 1em 0;}
.section.staff ul.cooperation strong { display: block;}

/* ------------------------------------------
	11.section 公演情報
   ------------------------------------------ */
.section.info .attention {
  margin-bottom: 0px;
  color: #00478b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .1em;
  text-align: center;
}
.section.info .attention .mt10 {
	margin-top: 10px;
}
.section.info .attention span {
	font-size: 1rem;
}

.section.info .attention2 {
  margin: 30px auto;
  padding: 20px;
  width: 90%;
  max-width: 700px;
  color: #00478b;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  border: 1px solid #00478b;
}
.section.info .attention2 li {
	margin: 0;
	padding-left: 1.2em;
	padding-bottom: 0;
	font-size: 1rem;
	text-indent: -1.2em;
	font-family:Lato,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.section.info .attention2 li span {
	text-indent: 0;
}
.section.info .attention2 li:before {
	content: "◉";
	margin-right: .2em;
	color: #ff6215;
}

.section.info .link {
  display: block;
  padding: 20px;
}

/* 各会場
------------------------------------------ */

.section.info article#tokyo {
	margin-top: 7vh;
}
.section.info .place {
	position: relative;
	margin: 0 auto -2px;
	width: 96%;
	max-width: 900px;
}
.section.info .place img {
	max-width: 100%;
	height: auto;
}
.section.info .tour {
	position: relative;
	margin:0 auto 30px;
	padding: 4vmin 6vmin 6vmin;
	width: 100%;
	max-width: 900px;
	color: #00478b;
	font-family:Lato,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.section.info .tour.tokyo {
	background: url(../images/bg01-tokyo.jpg) repeat center top;
/* 	background-size: cover; */
}
.section.info .tour.toyama {
	background: url(../images/bg02-toyama.jpg) no-repeat center center;
	background-size: cover;
}
.section.info .tour.osaka {
	background: url(../images/bg03-osaka.jpg) no-repeat center center;
	background-size: cover;
}
.section.info .tour.shimane {
	background: url(../images/bg04-shimane.jpg) no-repeat center center;
	background-size: cover;
}
.section.info .tour.hiroshima {
	background: url(../images/bg05-hiroshima.jpg) no-repeat center center;
	background-size: cover;
}
.section.info .tour.aichi {
	background: url(../images/bg06-aichi.jpg) no-repeat center center;
	background-size: cover;
}


.section.info section a {color: #00478b;}
.section.info section a:hover { filter: brightness( 114% ) contrast( 116% ) ;}
.section.info section a:active {filter: brightness( 134% ) contrast( 116% ) saturate( 130% ) ;}



.section.info section.theater h1 {
	margin:.7em 0 .1em;
	color: #00478b;
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.05;
	text-align: center;
}
.section.info section.theater h2.series {
	margin-top: 0;
	font-size: 1.5rem;
	text-align: center;
	
}
.section.info section.theater address {
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}


/* 日程／タイムテーブル(date timetable)
--------------------------------------------- */
.section.info section.date h2 {
	margin: 0 0 .6em;
	text-align: center;
	line-height: 1;
}
.section.info section.date .br {
	display: block;
}
.section.info section.date strong {
  display: inline-block;
  padding: 0 .05em;
  font-size: 1.7em;
	font-weight: 700;
}
.section.info section.date small {
	margin-left: .3em;
	font-size: .6em;
	vertical-align: 2px;
}


/* タイムテーブル
--------------------------------------------- */
.time table {
	display: block;
	margin: 0 auto ;
	width: 90%;
	max-width: 220px;
/* 	-webkit-overflow-scrolling: touch; */
}
.time table thead {
	display: block;
	float: left;
}
.time table thead th {
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 1.3rem;
	text-align: center;
}
.time table tbody {
	position: relative;
	display: block;
	margin: 0 auto;
	width: auto;
	white-space: nowrap;
}
.time table tbody tr {
	display: inline-block;
	margin: 0 ;
}
.time table tbody tr td {
	display: block;
	min-width: 60px;
	max-width: 150px;
	height: 40px;
	line-height: 42px;
	font-size: 1.3rem;
	text-align: center;
	color:#00A0E9 ;水色
	text-shadow : 0px -1px 0px rgba(0,0,0,0.2);
}
.time table tbody tr td.opening,
.time table tbody tr td.off { background: none;}
.time table tbody tr td.camera {
	color: #E4007F;
/* 	text-shadow : 0px -1px 0px rgba(0,0,0,0.5); */
}
.time span.camera {color: #E4007F;}
.time .table2 {clear: both;}
.time .table2 .month,
.time .table2 .opening {
	visibility: hidden;
	display: none;
	height: 0;
}
.time table.last { margin-bottom: 10px;}

/* 注意事項(カメラ・車椅子) */
.time .attention {
	margin-bottom: 0;
	text-align: left;
}
.section.info section .attention li {
  padding-left: 1.3em;
  text-indent: -1.4em;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: left;
}
section section .attention li span {
  text-indent: 0;
}


/* 料金(price)
--------------------------------------------- */
.section.info section h3 {
	display: inline-block;
	margin: 1.5em 0 .4em;
	padding: .2em .5em .178em;
	color: #fff;
	font-size: .9rem;
	background-color: #00478b;
}
.section.info section dl {
	font-size: 1rem;
}
.section.info section dl dt { margin-top: .7em;}
.section.info section dl dd {
	margin-bottom: .2em;
	padding-left: .33em;
	text-indent: -.33em;
	font-feature-settings: "palt";
	letter-spacing: .06em;
}
.section.info section dl dd small,
.section.info section dl dd span {
	text-indent: 0;
}


.section.info section.price dl dd:before { content: "";}
.section.info section dl dd strong {
  display: inline-block;
  padding: 0 3px;
  font-size: 2.1rem;
  line-height: 1;
  vertical-align: baseline;
}
.section.info section dl dd small {
  display: inline-block;
  margin: .1em 0;
  padding: 0 .2em;
  font-size: .9em;
  line-height: 1.2;
}

/* チケット発売日(onsell)
--------------------------------------------- */
.section.info .onsell p { font-size: 1.5rem; letter-spacing: 0.08em;}
.section.info .onsell p strong { font-size: 1.5em;}
.section.info .onsell p small {
	margin-left: .1em;
	font-size: .6em;
	vertical-align: middle;
}

/*  チケット取扱(shop)
--------------------------------------------- */
.section.info .shop dl { margin-bottom: .2em;}
.section.info .shop dl dt {
  margin: 1.5em 0 .65em;
  font-size: 1.2rem;
}
.section.info .shop dl dt.first { margin-top: .3em;}
.section.info section dl dt::before {
	margin-right: .1em;
	content: "■";
}
.section.info .shop dl dd {
	margin-bottom: .4em;
	padding-left: 1em;
/* 	text-indent: -1em; */
	font-size: 1rem;
	line-height: 1.1;
}
.section.info section dl dd:before { content: "・";}
.section.info section dl dd.btn:before { content: "";}
.section.info .shop dl dd span,
.section.info .shop dl dd small {
	padding-left: 0em;
	text-indent: 0em;
}
.section.info .shop dl dd small {
	display: inline-block;
	line-height: 1.2;
}

.section.info .shop dl dd a {
	display: inline;
	margin-left: 3px;
	padding-left: 0em;
	text-indent: 0em;
	color: #ff6215;
	font-weight: 600;
	word-break: break-all;
}
.section.info .shop dl.link dd {
  padding-left: 0em;
  text-indent: 0em;
}
.section.info .shop dl.link dd:before { content: none;}




.section.info .shop .btn a {
	display: block;
/* 	margin: 1em auto .2em; */
	margin: 40px auto ;
	padding: .8em .5em .76em;
	width: 60%;
	min-width: 300px;
	max-width: 450px;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	text-align: center;
	text-shadow : 0px -1px 0px rgba(0,0,0,0.1);
	background-color: #E4007F;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	
}
.section.info .shop .btn a:link,
.section.info .shop .btn a:visited {}
.section.info .shop .btn a:hover {
	background-color: #00A0E9;
	filter: drop-shadow(0px 0px 4px white);
}
.section.info .shop .btn a:active {
	-webkit-box-shadow: 0 0px 3px 1px rgba(0,0,0,0.2) inset;
	-moz-box-shadow   : 0 0px 3px 1px rgba(0,0,0,0.2) inset;
	box-shadow        : 0 0px 3px 1px rgba(0,0,0,0.2) inset;
}

.section.info .shop dl dd.btn { list-style: none;}
.section.info .shop dl dd.btn a {
	margin: 0;
	padding: .8em .5em .76em;
	min-width: 300px;
	max-width: 450px;
	text-shadow : 0px -1px 0px rgba(0,0,0,0.1);
	background-color: #E4007F;
}



/*  注意事項(notes)
--------------------------------------------- */
.section.info section.notes {
	margin: 4vh 0;
	padding: 3vmin;
	color: #00A0E9;
	background-color: #fff;
	border: 2px solid #E4007F; /* #00478b */
}
.section.info section.notes h3 {
	float: none;
	display: block;
	margin: .7em auto ;
	padding: .3em;
	max-width: 180px;
	font-weight: 600;
	text-align: center;
	background-color: #E4007F;
}
.section.info section.notes ul.attention {
	clear: both;
	padding: 0;
}
.section.info section.notes ul.attention li {
	margin-bottom: .3em;
	padding-left: 1em;
	text-indent: -1em;
	color: #00478b;
	font-size: .95rem;
	font-weight: 600;
	text-shadow: none;
}
.section.info section.notes ul.attention li::before {
	content: "◉";
	color: #E4007F;
}


/*  お問い合わせ(contact)
--------------------------------------------- */
.section.info .contact { padding-bottom: 0;}
.section.info .contact dl { margin-top: .5em;}
.section.info .contact dl dt {
	margin-bottom: .5em;
	line-height: 1.3;
}
.section.info .contact dl dd { line-height: 1.3;}
.section.info span.logo {
	display: inline-block;
	padding: 3px 5px;
	line-height: 1;
}
.section.info span.logo img { vertical-align: bottom;}

/*  主催(promoter)
--------------------------------------------- */
.section.info .promoter {
  clear: both;
  padding-top: 20px;
  color: #00478b;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  border-top: 1px dashed #00478b;
}

/* フッター */
.footer {
  margin-top: 7em;
  padding: 20px 0 10px;
  color: #fff;
  font-size: .8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #00478b;
}
.footer .logomo {
  margin: 20px auto 0;
  width: 60px;
  height: auto;
}
.footer .copylight {
	font-size: .7rem;
	text-align: center;
	
}

/* 中止のお知らせ */
.cancellation {
	margin: 4vh auto;
	padding: 2vh 3vw;
	width: 80%;
	max-width: 600px;
	background: url(../images/bg-theater.png) #7FCDEC repeat-y center top;
	background-size: 100% 22.3%;
}
.cancellation li {
	margin: .4em 0;
	font-family:Lato,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.3;
	
}
.cancellation li::before {
	color: #00478b; 
	content: "＊";
}
.cancellation li {
	padding-left: 1em;
	text-indent: -1em;
	
	font-weight: bold;
}
.cancellation li a:link,
.cancellation li a:visited {
	color: #d00;
	text-shadow : 0px 1px 0px rgba(0,0,0,0.2);
}
.cancellation li a:hover { color: #00478b;text-shadow:none;}
.cancellation li a span,
.cancellation li a small { text-indent: 0;}


.section.info .text {
	position: relative;
	margin:2vmax auto 6vmax;
	padding: 6vmax 4vmax 4vmax;
	width: 96%;
	max-width: 900px;
	color: #00478b;
	background-color: #fff;

}
.section.info .text p {
	font-size: 1.05rem;
	font-family:Lato,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;

}

.section.info .text.moplays p,
.section.info .text.mukai p {
	margin-bottom: 1.5em;

}
.section.info .text.kuramochi p {
	text-indent: 1em;
}



.section.info .text p.sign {
	margin: 1em 0;
	text-align: right;
}

.btn.link {
	text-align: center;
}
.btn.link a {
	display: block;
	margin: 0 auto;
	padding: .5em;
	width: 100px;
	color: #fff;
	font-size: 1rem;
	font-family:Lato,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	border-radius: 25px;
	background-color: #6DC8EB;
}
.btn.link a:link,
.btn.link a:visited {color: #fff;}

@media screen and (min-width: 480px) { /* スマホ横（480px以上）*/


@media screen and (orientation: portrait) {/* 縦向きの場合のスタイル */
}


  /* ------------------------------------------
  	header - 役者紹介
     ------------------------------------------ */

#body .maintitle .persons {
  background-size:  auto 100%, auto 100%;
  background-position: 7% center ,93% center ;
}
  /* ------------------------------------------
  	5.section メディア
     ------------------------------------------ */
  .section.media ul li p.date {
    display: inline-block;
    float: left;
    width: 120px;
  }
 .section.media ul li p.date  .br {
	  display: block;
  }
 

  .section.media ul li p.text {
    padding-left: 120px;
  }

  /* ------------------------------------------
  	10.section スタッフ
     ------------------------------------------ */
  .section.staff {
    width: 91%;
  }
  .section.staff ul {
    margin-bottom: .6em;
    text-align: center;
  }
  .section.staff ul li {
    display: -moz-inline-box;
    /* Firefox2用 */
    display: inline-block;
    padding-right: 10px;
  }
  .section.staff ul.cooperation {
    margin: .5em 0;
  }
  .section.staff ul.cooperation strong {
    display: inline-block;
    margin: 0 .4em;
    font-size: .8rem;
  }

  /* ------------------------------------------
  	11.section 公演情報
     ------------------------------------------ */

/* 各会場
   ------------------------------------------ */
.section.info h4.place img {
	margin-bottom: 12px;
	height: 40px;
}


  /* タイムテーブル */
  .time table {
    display: table;
    width: 96%;
    margin:1.3em auto .4em;
    max-width: 100%;
  }

  .time table thead {
    float: none;
    display: table-header-group;
  }

  .time table thead th {
    display: table-cell;
    padding-bottom: 5px;
    width: auto;
    line-height: 1.2;
  }

  .time table thead th.month {
    vertical-align: middle;
  }

  .time table thead th small {
    display: block;
    padding: 0;
  }

  .time table tbody {
    display: table-row-group;
  }
  .time table tbody tr {
    display: table-row;
    margin: 0 -3px;
  }
  .time table tbody tr td {
    display: table-cell;
    width: auto;
    min-width: 30px;
    height: 35px;
    line-height: 35px;
  }
  .time table tbody tr td.off {
    border: none;
  }

  .time table.table1 tbody td {
    height: 35px;
    line-height: 35px;
  }

  .time .table2 .month,
  .time .table2 .opening {
    visibility: visible;
    display: table-cell;
    height: 35px;
    line-height: 35px;
    width: auto;
  }

  .time .table3 .month,
  .time .table3 .time {
    visibility: visible;
    display: table-cell;
    height: 35px;
    line-height: 35px;
    width: auto;
  }

  /* 1日公演 */
  .time .table1day {
    display: table;
    margin: 2em 8% 1.5em;
    max-width: 240px;
    width: 90%;
  }

  /* 2日公演 */
  .time .table2day {
    display: table;
    margin: 2em 8% 1.5em;
    max-width: 290px;
    width: 90%;
  }

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

/* ------------------------------------------
	メイン画像
   ------------------------------------------ */




  /* ------------------------------------------
  	5.section メディア
     ------------------------------------------ */
  .section.media ul li {
    clear: both;
  }
  .section.media ul li p.date {
    display: inline-block;
    width: 130px;
  }
  .section.media ul li p.text {
    padding-left: 15px;
    display: inline-block;
 
  }

  /* ------------------------------------------
  	7.section キャスト
     ------------------------------------------ */
  .section.cast .prof {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 700px;
    text-align: center;
    list-style: none;
  }
  .section.cast .prof li {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
    width: 50%;
    max-width: 350px;
    line-height: 0.2;
  }
  .section.cast .prof li img {
	  width: auto;
	  max-height: 600px;
  }


  /* ------------------------------------------
  	11.section 公演情報
     ------------------------------------------ */


.section.info section.date strong {font-size: 2em; letter-spacing: 0.06em;}

/* 各会場
------------------------------------------ */
.section.info section.date h2 {
	margin: 0 auto .6em;
	width: 90%;
}
.section.info section.date h2 .time { margin-right: 1em;}
.section.info section.date h2 .br { margin-bottom: .4em;}



/* 料金(price) 
------------------------------------------ */

.section.info section {
	clear: both;
/* 	margin: 4vh 0; */
	margin: 40px 0;
}
.section.info section h3 {
	float: left;
	margin: 0 auto ;
/* 	min-width: 80px; */
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: .05em;
}
.section.info section.price h3 {
	margin-bottom: .5em;
	
}
.section.info section dl {
	clear: both;
	margin-bottom: .4rem;
	padding-left: 0px;
}
.section.info section dl dt {
	float: left;
	margin-right: 1em;
	padding-left: 1em;
	line-height: 2;
}
.section.info section dl dd {
	padding-left: 170px;
}

.section.info section dl dd strong { font-size: 2.5rem;}


/* 島根 */
.section.info .shimane section.price dl dd {
	display: inline-block;
	margin-right: 1.2em;
	padding-left: .7em;
}




.section.info section .attention {
	margin: 0 auto;
	padding-left: 80px;
}
.section.info section.price .attention {padding-left: 170px;}
.section.info section .attention li { font-size: .85rem; }
.section.info section .attention li span { font-size: .85rem; }


/* チケット発売日(onsell) 
------------------------------------------ */
.section.info .onsell p {
	padding-left: 170px;
	line-height: 1;
}
.section.info .onsell h3 {
	margin-top: .4em;
}

/* チケット取扱(shop) ・お問い合わせ(contact) 
------------------------------------------ */
.section.info .shop h3,
.section.info .contact h3  { margin-bottom: 1em;}
.section.info .shop dl,
.section.info .contact dl {
	clear: both;
	margin-bottom: 1.3em;
	padding-left: 0px;
}
.section.info .shop dl dt,
.section.info .contact dl dt {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.7;
	text-shadow: none;
}
.section.info .shop dl dd,
.section.info .contact dl dd {
	margin-bottom: .2em;
	padding-left: 180px;
	text-indent: 0;
	line-height: 1.3;
}
.section.info .contact dl dd .shimane {
	display: inline-block;
	padding-left: 5.5em;
}

.section.info .shop dl.first dd.first,
.section.info .contact dl dd { padding-top: 4px;}
.section.info .shop dl dd:before,
.section.info .contact dl dd:before { content: "";}

.section.info .shop dl dd.btn {  padding-top: 0;}



/* フッター */
.footer { margin-top: 15em;}



}@media screen and (min-width: 992px) { /* ノートPC（992px以上） */


#body .mainpictarea {
    padding: 5vh;
    padding-bottom: calc(5vh + 30px);
    width: 100vw;
    height: calc(90vh - 60px);
    background: url(../images/bgL.jpg) no-repeat  center bottom;
    background-position:center bottom 0px;
    background-size: 100% 100%;
}

#body .article-header .headerheight {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#body .article-header .mainpict {
    padding: 0 ;
    width: 115.2vh;
    max-width: 1400px;
    text-align: center;
}
#body .article-header .mainpict div {
	max-width: 467px;
}

@media screen and (orientation:portrait) {

	#body .article-header .mainpict { max-width: 600px;}
	#body .article-header .mainpict div {
	    display: inline-block;
	    width: 50%;
	    max-width: 300px;
	    height: auto;
	}
}

@media screen and (orientation:portrait) and (max-height: 1200px) {

#body .mainpictarea { height: 100vh;}
}
@media screen and (orientation:portrait) and (min-height: 1200px) {
#body .mainpictarea {
	padding: 0;
	height: 100vh;
}
body#top .menuslidebars .fixedmenu {
    position: absolute;
	top: 1140px;
    width: 100%;
    height: 60px;
}
body#top .menuslidebars .fixedmenu.is-fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 1000000;
	width: 100%;
	background: url(../images/bgL.jpg) no-repeat center bottom ;
	background-size: 100% auto;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
}


}






  /* ---------------------------------------------
  	スライドバーメニュー上部固定
     --------------------------------------------- */
body [off-canvas] {
	overflow: visible;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body .menuslidebars {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1000;
}
body .menuslidebars .fixedmenu {
	position: absolute;
	top: calc(100vh - 60px);
	width: 100%;
	height: 60px;
	background: url(../images/bgL.jpg) no-repeat center bottom ;
	background-size: 100% auto;
}
body .menuslidebars .fixedmenu .header-main {
	position: relative;
	margin: 0 auto;
	width: 90%;
	height: 60px;
	max-width: 1160px;
}
body .menuslidebars .fixedmenu .header-main h1 {
	position: relative;
	float: left;
	max-height: 60px;
	background: none;
}
body .menuslidebars .fixedmenu .header-main h1 a {
	width: 150px;
	height: 60px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
body .menuslidebars .fixedmenu .header-main h1 a img {
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
	margin: 0 auto;
	width: auto;
	height: 45px;
	z-index: 10000;
	visibility: visible;
}
body .menuslidebars .fixedmenu .header-main h1 a:hover img {
	filter: brightness( 100% );
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

body .menuslidebars .fixedmenu.is-fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 1000000;
	width: 100%;
	background-size: 100% auto;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
}

body .menuslidebars .fixedmenu #globalnavi {
	padding-left: 140px;
	padding-right: 130px;
}



/* メニュー */
.menuslidebars #globalnavi {
	height: 60px;
}
.menuslidebars #globalnavi ul.menu {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-width: 660px;
	height: 60px;
	text-align: center;
}
.menuslidebars #globalnavi ul.menu li {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.menuslidebars #globalnavi ul.menu li a {
	display: block;
	margin: 0;
	padding: 0 1.24vw;/* メディア有り：1.45vw */
	height: 60px;
	line-height: 65px;
	color: #00478b;
	text-shadow : 0px 1px 0px rgba(255,255,255,0.5);
	font-size: 1rem;
	font-weight: 400;
	text-indent: 0;
	background: none;
	border: none;
	box-shadow: none;
}
.menuslidebars #globalnavi ul.menu li a img { height: 10px;}
.menuslidebars #globalnavi ul.menu li a:after { content: "";}
.menuslidebars #globalnavi ul.menu li a:link,
.menuslidebars #globalnavi ul.menu li a:visited { color: #005295;}
.menuslidebars #globalnavi ul.menu li a:hover { color: #7FCDEC;}
.menuslidebars #globalnavi ul.menu li a:hover img {
	opacity: 1;
	filter: brightness( 120% );
}
.menuslidebars #globalnavi ul.menu li a:active {
color: #7FCDEC;
opacity: 0.85;
}

.menuslidebars #globalnavi ul.menu li.tours ul {
	display: none;
	visibility: hidden;
	height: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.opens .menuslidebars #globalnavi ul.menu li.tours ul {
	visibility: visible;
	display: block;
	position: absolute;
	top: 58px;
	left: 5%;
	width: 90%;
	height: 40px;
	font-weight: 500;
	text-align: right;
	transition: 0.35s;
}
.opens .menuslidebars #globalnavi ul.menu li.tours ul li a {
	display: block;
	padding: 0 .6em;
	width: 100%;
	height: 60px;
	font-size: .9rem;
	font-weight: 600;
	line-height: 60px;
}
.opens .menuslidebars #globalnavi ul.menu li.tours ul li a:link,
.opens .menuslidebars #globalnavi ul.menu li.tours ul li a:visited {
	color: #00478b;
}
.opens .menuslidebars #globalnavi ul.menu li.tours ul li a:hover {
	color: #7FCDEC;
	opacity: 1;
}
.opens .menuslidebars #globalnavi ul.menu li.tours ul li a:active {
	color: #00478b;
	opacity: 1;
}
.header-main #globalnavi ul .tour li a::before {
    content: "";
    margin-right:0;
}
.menuslidebars .header-main #globalnavi ul.menu li li:last-child a {
    border-bottom: none;
}




body .header-main .logomoplays {
	position: absolute;
	top: 15px;
	right: 3%;
	margin: 0;
	padding: 0;
	background: url(../images/logo-moplaysB.png) no-repeat center center;
	background-size: contain;
}

body .header-main .logomoplays img {
	margin-right: 5%;
	visibility: hidden;
}
  body .menubar {
    display: none;
    visibility: hidden;
    height: 1px;
  }

/* ---------------------------------------------
	メイン画像
 --------------------------------------------- */
#body header.maintitle { background-position: 0 -10vh;}

#body .maintitle h2.mainpict img {
	width: 100vmin;
}
#body .maintitle h3.title2 { margin-top: calc(8vmin + 60px); }
#body .maintitle h3.twoshot img { max-width: 800px; }
#body .maintitle h3.copy img { max-width: 600px;}
#body .maintitle dl.cast {
	display: block;
	margin-bottom: 15vh;
	text-align: center;
}
#body .maintitle dl.cast dd {
	display: inline;
	padding: 0 1vw;
}
#body .maintitle dl.cast dd img {
	margin-bottom: 2vh;
	height: 18px;
}



/* ---------------------------------------------
	メインタイトル
 --------------------------------------------- */


/* ------------------------------------------
	0.section 基本構造
 ------------------------------------------ */
#container {
transform: none !important;
}

.content {
padding: 0;
}

.section h3.title {
margin: 3.5em 0 1.5em;
}


/* ------------------------------------------
	1.section ツアー
   ------------------------------------------ */
.section.tours .inner { max-width: 900px;}
.section.tours .tour {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: left;
  background-size: 70px;
  -webkit-overflow-scrolling: touch;

}


  /* ------------------------------------------
  	4.section 最新情報
     ------------------------------------------ */
.section.news {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	height: auto;
	overflow: hidden;
}
.section.news .box01 {
	margin: 0 auto;
	padding: 5vmin 4vmin;
	width: 100%;
}

/* ------------------------------------------
	5.section メディア
 ------------------------------------------ */

.section.media ul li p.date {
	float: left;
	line-height: 1.45;
}
.section.media ul li p.date .tag { margin-top: -3px;}
.section.media ul li h4 { margin-top: -1px;}
.section.media ul li p.text {
	display: block;
    padding-left: 130px;
}



/* ------------------------------------------
11.section 公演情報
------------------------------------------ */



/* 各会場
------------------------------------------ */
.section.info article { padding-top: 100px;}
.section.info .tour { padding: 3vmin 10vmin 4.5vmin;}



@media screen and (orientation: landscape) {/* 横向きの場合のスタイル */
#body .maintitle h2.mainpict span {
	margin: 0 auto;
	width: 90vw;
	height: 90vw;
	background-size: 90vw 90vw;
}

/* ---------------------------------------------
	メインタイトル
 --------------------------------------------- */
#body .maintitle h2.secondtitle {
	margin-bottom: 3em;
	padding-top: 1100px;
}

}

@media screen and (orientation: portrait) {/* 縦向きの場合のスタイル */
#body .maintitle h3.title2 {
    margin-top: calc(26vh);
}
}


}@media screen and (min-width: 1200px) { /* デスクトップ（1200px以上） */





#body .maintitle h2.mainpict span {
	margin: 0 auto;
	width: 80vw;
	max-width: 1000px;
	height: 80vw;
	max-height: 1000px;
	background-size: 1000px 1000px;
}
#body .maintitle h2.secondtitle {
    margin-bottom: 3em;
    padding-top: 1100px;
}

.menuslidebars #globalnavi ul.menu li a { padding: 0 1.7vw;}

.section.info .tour { padding: 3vmin 80px 4.5vmin;}




@media screen and (min-height: 1400px) {/* 縦向きの場合のスタイル */
	#body .maintitle h3.title2 { margin-top: calc(26vh);}
}

}@media screen and (min-width: 1440px) { /* デスクトップ（1440px以上） */

.menuslidebars #globalnavi ul.menu li a { padding: 0 27px;}	/*MEDIAありの場合　 padding: 0 1.3vw; */


}@media screen and (min-width: 1640px) { /* デスクトップ（1440px以上） */




}


