@charset "utf-8";

/****　webフォント　メモ*****/

/*
＜DNPShueiMinPr6 L＞
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;

＜DNPShueiMinPr6 M＞
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 500;
font-style: normal;

＜DNPShueiMinPr6 B＞
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 600;
font-style: normal;

*/


*, *::before, *::after{
	box-sizing: border-box;
}

html {
    font-family: sans-serif;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	padding-top: 30px;
	color: #000;
/*    font-size:16px;*/
/*	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	background-image: url( "../images/bg.png" );
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
}

a {
	color: #E32566;
}

a:visited {
	color: #E32566;
}
a:hover {
	color: #FF3A7D;
}
a:active {
	color: #FF3A7D;
}


h1 {
	display: none;
}

h2 {
/*	margin-bottom: 1.3rem;
	line-height: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.3rem;*/
}

/*************** ヘッダー ***************/

/*モーダルメニュー*/
.menu-btn {
    position: fixed;
    top: 5px;
    right: 20px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
	font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.menu-btn span {
    color: #fff;
/*	background: #fff;
	padding:3px 10px 2px;
	border-radius: 5px;
	border: 3px solid #ea2e82;*/
/*	line-height: 1.5rem;*/
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
/*モーダルメニューここまで*/
/*メニューのスタイル*/
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(234,46,130,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    width: 300px;
    height: 60px;
    line-height: 1.5;
    margin: 0 auto;
	padding-left: 20px;
    text-align: left;
	font-weight: bold;
	font-size: 2.4rem
}

.menu li a {
    display: block;
	font-size: 2.4rem;
    color: #fff;
	text-decoration: none;
}

.menu li a:hover {
    color: #fff;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
/*メニューのスタイルここまで*/

.header {
/*	max-width: 900px;
	display: block;
	margin: 0 auto;
	text-align: center;*/
	z-index: 1;
    height: 50px;
    width: 100%;
    background-color: #ea2e82;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	border-bottom: 1px solid #fff;
}

.header_inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-left: 20px;
}

.visual {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.visual img {
	width: 100%;
	margin: 10px auto 0;
	max-width: 747px;
}

.footer {
	display: block;
	margin-top: 40px;
	padding: 30px auto;
	background: #fff;
	color: #333;
	font-size: 1rem;
}
.gotoTop {
	display: block;
	height: 80px;
	margin: 30px auto;
}
.copy {
	margin: 10px auto 10px auto;
}
/*リンク*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/**/
.box {
	padding-top: 2rem;
	padding-bottom: 4rem;
	width:100%;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.5;
}
.box.color {
/*	padding-top: 1rem;*/
	background-color: #ea2e82;
	color: #fff;
}


.sub_box{
	max-width: 900px;
	min-width: 280px;
	margin: 0 auto;
}

/*twitter*/
.twtter_id {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0;
}


/*TOPに戻るボタン*/

#page_top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 20;
}
#page_top a {
	text-decoration: none;
	width: 100px;
	height: 100px;
	background-image: url(../images/j-h_pagetop.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

/*************** 共通 ***************/
.heading1 {
  font-size: 32px;/*for IE8*/
  font-size: 4rem;
}

.heading2 {
line-height: 50px;
font-weight: bold;
text-align: left;
	color: #fff;
	font-size: 2rem;
}

.heading3 {
margin: 1.5rem auto 1.5rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.1rem;
color: #ea2e82;
}

.en{
font-size: 28px;/*for IE8*/
font-size: 2.8rem;
letter-spacing: 0.1rem;
}

.jpn{
font-size: 26px;/*for IE8*/
font-size: 2.6rem;
letter-spacing: 0rem;
}

.heading3-sub {
	font-size: 1.8rem;
}

.heading3 {
	color: #E32566;
/*	font-size: 24px;*/
	display: flex;
	align-items: center;
}
.heading3:before, .heading3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #E32566;
	display: block;
}
.heading3:before {
	margin-right: .4em;
}
.heading3:after {
	margin-left: .4em;
}

.color .heading3 {
	color: #fff;
}

.color .heading3:before, .color .heading3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #FFF;
	display: block;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/*.lines-on-sides, .heading3 {
  display: table;
  text-align: center;
  white-space: nowrap;
}
.lines-on-sides:after, .heading3:after, .lines-on-sides:before, .heading3:before {
  content: '';
  display: table-cell;
  width: 40%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after, .heading3:after {
  border-left: 1em solid transparent;
}
.lines-on-sides:before, .heading3:before {
  border-right: 1em solid transparent;
}*/
/* 
h2 {
  font-size: 1.5em;
  color: #f0cca8;
}*/
 
h3 {
  font-size: 1em;
  color: #57330f;
}

.hidden {
	display: none;
	
}

.marTop1em{margin-top: 1em;}
.marTop2em{margin-top: 2em;}
.marTop3em{margin-top: 3em;}
.marBtm1em{margin-bottom: 1em;}
.marBtm2em{margin-bottom: 2em;}
.marBtm3em{margin-bottom: 3em;}
.marLft1em{margin-left: 1em;}
.marLft2em{margin-left: 2em;}
.marLft3em{margin-left: 3em;}
.marRgt1em{margin-rigth: 1em;}
.marRgt2em{margin-rigth: 2em;}
.marRgt3em{margin-rigth: 3em;}

.pdg1em{padding: 1em;}
.pdg2em{padding: 2em;}
.pdg3em{padding: 3em;}
.pdg4em{padding: 4em;}

.cen {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.bold {font-weight: bold;}
.uline{text-decoration: underline;}

.point1{color: #E32566;}
.point2{color: #0089D3;}
.point3{color: #E70003;}
.point4{color: #F3BC00;}

.shadow {text-shadow: 1px 2px 3px #ccc;}

.text{
	text-align: left;
	line-height: 1.8;
}

.icon_arrow1::before{
	content: url(../images/icon_arrow1.png);
    margin: 10px;
    position: relative;
    top: 4px;
}

.disc {
	list-style-type: disc;
}

.icon_blank::after {
	content: url(../images/icon_blank.png);
	margin: 10px;
	position: relative;
	top: 3px;
}

/*************** トップ ***************/

/*.main_img {
	margin: auto 0;
}
.main_img img {
	width: 100%;
}

.main{
	margin: 20px auto 0;
	max-width: 1000px;
	min-width: 280px;
}
*/

.top_btn {
	margin-top: 40px;
}

.top_btn li{
	display: inline-block;
}

.top-lowson img {
	width: 100%;
	max-width: 423px;
}

.top_logo {
	margin: 0 auto 2rem;
}

.header_nittei{
	text-align: left;
	padding: 10px 0;
}

@media only screen and (max-width: 600px){
	.header_nittei {
		display: none;
	}
}

.mail {
	margin: 3em auto;
	font-weight: bold;
	font-size:140%;
}
.mail a{
	color: #fff;
	text-decoration: none;
}

.mail:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 21px;/*画像の高さ*/
/*  background-image: url(../images/icon_mail.png);*/
  background-image: url(../images/icon_mail_white.png);
	background-repeat:no-repeat;
/*  background-size: contain;*/
  vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}


.mail2 {
	margin: 3em auto;
	font-weight: bold;
	font-size:140%;
}
.mail2 a{
	color: #000;
	text-decoration: none;
}

.mail2:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 21px;/*画像の高さ*/
  background-image: url(../images/icon_mail.png);
/*  background-image: url(../images/icon_mail_white.png);*/
	background-repeat:no-repeat;
/*  background-size: contain;*/
  vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}


.twitter_waku {
	max-width: 540px;
	margin: auto;
	border: 1px dotted #ea2e82;
	border-radius: 5px;
}

/****プロモーション映像*****/

.pv {
	max-width: 747px;
	margin: 20px auto;
}
.pv_flame {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-top: 40px;
}
 
.pv_flame iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*************** Introduction & Story ***************/

.box.intro {
	background-color: #000;
	
	
}

.intro_catch_wrap {
	padding-bottom: 300px;
	background: url("../images/intro2_photo1.jpg") no-repeat bottom center;
}
.intro_catch {
	color: #fff;
	font-size: 2rem;
	line-height: 2;
/*	font-weight:  bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 1px;
}

.intro_photo_intro1 img{
/*	 box-shadow: 0 0 5px #999;
	border: 5px solid #f2f1ef;*/
	width:100%;
	max-width:930px;
}

.intro_text{
	margin: 2em 0 5em;
	text-align: left;
	line-height: 2.3;
	color: #fff;
}

.intro_photo_story{
	margin-top: 1em auto;
	display:inline-block;
}

.intro_photo_story img{
	 box-shadow: 0 0 5px #980052;
	width: 100%;
	max-width: 400px;
}

.comment {
	overflow:  hidden;
	margin: 0 auto 3rem;
	padding: 0 2rem;
	width: 90%;
	border: 2px solid #E32566;
	text-align: left;
}

.comment dt {
	margin: 1rem 0;
	padding-bottom: 1rem;
	font-size: 2rem;
	font-weight: bold;
	color: #E32566;
	letter-spacing: 1px;
	border-bottom: 2px solid #E32566;
}

.comment dt::before {
    content:  url("../images/icon_comment.png");
    margin: 10px;
    position: relative;
    top: 8px;
}

.comment .work {
	font-size:80%;
	margin-right: 10px;
}

.comment dd {
	padding: 1rem;
}

.comment .photo {
	float:left;
	padding: auto 0 1rem 1rem;
}

.photo .copy {
	font-size: 1.2rem;
}

/*************** Schedule & Ticket ***************/

.sch-nittei{
	margin: 3rem auto;
}

.sch-nittei img {
	width: 100%;
	max-width: 501px;
}

.sch-hoshitori {
	margin-bottom: 1rem;
/*	margin-left: 60px;*/
}

.sch-hoshitori img {
	width: 100%;
	max-width: 318px;
}

.ticket-maeuri{
	margin-top: 3rem;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.ticket-ryoukin{}

.ticket-lowson {
	margin: 2rem auto;
}

.ticket-lowson img {
	width: 100%;
	max-width: 421px;
}

.ticket-info{
	width: 100%;
	max-width: 400px;
	margin: 2rem auto;
	text-align: left;
}


.ticket-info a,
.ticket-info a:visited,
.ticket-info a:hover,
.ticket-info a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.ticket-info {}

.ticket-info dt {
	clear: both;
	width: 50px;
	float: left;
}
.ticket-info dd {
	margin-left: 50px;
	margin-bottom: 1rem;
	padding-top: 8px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
/*	line-height: 40px;*/
}

/**追加分**/

.sch-dot-box {
	width: 70%;
	margin: 2rem auto;
	padding: 0 2rem;
	border: 1px dotted #FFF;
}

.sch-dot-box p {
	margin: 1rem auto;
	padding: 1rem;
	font-size: 1.2rem;
}
/**追加分**/


.sch-faq-box {
	width: 90%;
	margin: 2rem auto;
	padding: 0 2rem;
	border: 1px dotted #FFF;
}

.sch-faq-box h4{
	text-align: center;
	font-weight: bold;
}

.sch-faq-box h5{
	margin-bottom: 1rem;
	text-align: left;
}
.sch-faq-cat{
	margin-top: 1.4rem;
	margin-bottom: 1rem;
	text-align: left;
	color:#FFF;
}

.sch-faq-list {
	margin-left: 2rem;
	margin-bottom: 3rem;
	font-size: 1.4rem;
	text-align: left;
}

.sch-faq-list li {
	margin-bottom: 0.5rem;
}

/*.ticket-info li {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.ticket-info li.pc::before {
    content:  url("../images/icon_pc.png");
    margin: 10px;
    position: relative;
    top: 8px;
}

.ticket-info li.tel1::before {
    content:  url("../images/icon_tel.png");
    margin: 10px;
    position: relative;
    top: 8px;
}

.ticket-info li.tel2{
	margin-left:58px;
}*/

.ticket-info .hosoku {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}

.caution{
	width: 90%;
	margin: 4rem auto 4rem;
	padding: 1.5rem 1rem;
	background: #FFF;
	border: 1px solid #E32566;
	text-align: left;
}

.caution li{
	margin-bottom: 0.5rem;
	padding-left: 38px;
	text-indent: -38px;
}

.caution li:last-child{
	margin-bottom: 0;
}

.caution li::before{
	content: url(../images/icon_arrow1.png);
    margin: 10px;
    position: relative;
    top: 4px;
}

.caution a {
	text-decoration: none;
}

.sch-kaijyo {
	width: 90%;
	margin: 0 auto 4rem;
	text-align: left;
}

.sch-kaijyo dt {
	clear: both;
	float: left;
	width: 5rem;
	margin-bottom: 1rem;
}
.sch-kaijyo dd{
	margin-left:5rem;
	margin-bottom: 1rem;
}
.sch-map {
	margin: 0 auto;
	padding: 1rem;
	border: 1px solid #E32566;
}

.sch-map img{
	width: 100%;
	max-width: 850px;
}

/*************** Cast & Staff ***************/

.cast-pair-wrap {
	width: 250px;
	display: inline-block;
	margin: 0 1rem 4rem 1rem;
}

.cast-day {
	width: 100%;
	font-size: 3rem;
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 600;
font-style: normal;
	color: #E32566;
	border-bottom: 1px solid #E32566;
}

.cast-date {
/*	position: relative;*/
	display: inline-block;
	margin-top: 1rem;
	vertical-align: top;
}
/**追加分**/
.cast-day{
	line-height: 1.2;}
.cast-day .time{
	font-size: 2.5rem;
	letter-spacing: 0px;
	line-height: 1.7;
/*	color: #000;*/
	color: #E32566;
}
/****/

.cast-day .youbi{
	margin-left: 0.5rem;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.cast-date .photo {
	width: 120px;
	height: 201px;
/*position: relative;
top: 0;*/
}
.cast-date .name {
	margin-top: 0.8rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 600;
font-style: normal;
}
.cast-date .movie {
	margin-top: 0.8rem;
	padding: 8px 0 5px;
	background-color: #E32566;
/*	border: 1px solid #0089D3;*/
	border-radius: 3px;
	line-height: 2rem;
	text-align: center;font-size: 1.3rem;
	color: #fff;
}

.cast-date .movie a {
	display: block;
	width: 100%;
	color:#fff;
	text-decoration: none;
}

.cast-staff-read{
	margin-top:4rem;
	line-height: 3rem;
}

.cast-staff-list {
	width: 100%;
	margin: 4rem auto;
}

.cast-staff-list dt{
	clear: both;
	float: left;
	width:50%;
	margin-bottom: 1rem;
	text-align: right;
	letter-spacing: 1px;
}

.cast-staff-list dd{
	text-align: left;
	margin-bottom: 1rem;
	letter-spacing: 1px;
}

/*************** よくある質問 ***************/

.faq-cat{
	margin-top: 4rem;
	margin-bottom: 2rem;
	padding-left: 10px;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	color:#E32566;
	border-left: 10px solid #E32566;
}

.faq-list {
	margin-left: 4rem;
	text-align: left;
}

.faq-list li {
	margin-bottom: 0.5rem;
}

.faq-box {
	max-width: 900px;
	margin: 0 auto 3rem;
	padding: 1rem 2rem;
	text-align: left;
	border: 2px solid #E32566;
}
.faq-q {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

.faq-q::before {
	content: 'Q.';
	margin-right: 10px;
	font-size: 3rem;
	font-weight: bold;
	color: #E32566;
	vertical-align: baseline;
}

.faq-a{
	margin-bottom: 1rem;
}

/*************** グッズ ***************/

.goods {}

.goods .heading4 {
margin: 4rem auto 1.5rem;
font-weight: bold;
text-align: left;
	font-size: 2rem;
letter-spacing: 0.1rem;
/*color: #E32566;*/
color: #000;
}


.goods_box{}

.good_hosoku {
	font-size: 1.5rem;
	float: right;
	color: #000;
	font-weight: normal;
	padding: 0.5rem;
}

.goods_box > dt{
margin: 4rem auto 1.5rem;
font-weight: bold;
text-align: left;
font-size: 2rem;
letter-spacing: 0.1rem;
color: #E32566;	
}

.goods_box > dd{
	border: 2px solid #E32566;
	border-radius: 5px;
}

.goods_box > dd img.photo{
	width: 100%;
	max-width: 831px;
	padding: 20px;
}

.goods_box > dd img.tawol{
	width: 100%;
	max-width: 400px;
	padding: 20px;
}

.goods_box > dd img.program{
	width: 100%;
	max-width: 499px;
	padding: 20px;
}

.goods_bro {
/*	max-width: 300px;
	display: inline-block;*/
}

.goods_bro dt{
	text-align: left;
	
}

.goods_tax {
	font-size:1.5rem;	
}

.goods_bro dd{
	text-align: left;
}
.goods_bro dd img{
	width: 100%;
	max-width: 400px;
}

.good_caution {
	margin: 4rem 1rem 1rem 2rem; 
}

.good_caution li{
	text-align: left;
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.goods_caution2 {
	text-align: left;
	margin: 1rem 1rem 1rem 4rem;
	list-style-type: disc;
}

.goods_caution2 li{
	margin-bottom: 0.5em;
/*	padding-left: 1em;
	text-indent: -1em;*/
}

.goods .timetable{
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.goods .timetable th, .goods .timetable td{
border: 1px solid #000;
padding: 0.5rem 1rem;
}

/*.goods_caution2 li > p{
	padding-left: 0;
	text-indent: 0;
	border: 1px solid #000;
	padding: 1em;
	width: 30em;
}*/



/*フキダシ*/
/*.balloon2-right {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}

.balloon2-right:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-right:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
 	z-index: 1;
}

.balloon2-right p {
	margin: 0;
	padding: 0;
}
*/

/*************** お知らせ　当日券など ***************/
.info {
	text-align: left;
}

.info .heading3 {
	margin: 5rem auto 4rem;
}

.info .heading4 {
margin: 4rem auto 1.5rem;
font-weight: bold;
text-align: left;
	font-size: 2rem;
letter-spacing: 0.1rem;
color: #E32566;
}

.info_text {
		margin: 1rem 2rem 2rem; 
}


.info_caution1 {
	margin: 1rem 1rem 1rem 4rem;
	list-style-type: disc;
}

.info_caution1 li{
	margin-bottom: 0.5em;
/*	padding-left: 1em;
	text-indent: -1em;*/
}

.info_caution2 {
	margin: 1rem 1rem 1rem 2rem; 
}

.info_caution2 li{
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.info_caution2 li ul {
	margin-top: 0.5rem;
}

.info_caution2 li ul li{
	margin-bottom: 0rem;
}

.info_dl {
	padding: 20px;
	margin-left: 2rem;
margin-bottom: 2rem;
border: 1px solid #E32566;
	border-radius: 3px;
}

.info_dl dt{
	margin-bottom: 1rem;
	color: #E32566;
	font-size: 1.8rem;
	font-weight: bold;
}

.info_dl dd.setsumei{
border-top: 1px dotted #E32566;
	padding-top: 1rem;
	margin-top: 1rem;
}

.close {
	border: 1px solid #E32566;
	padding: 1rem;
	width: 12em;
	margin: 5rem auto 0;
	text-align: center;
}

.info.tv {
	line-height: 1.8em;
}

.info.tv .program_wrap{
	width: 98%;
	margin: 0 auto;
	padding: 1em;
border: 1px solid #E32566;
	border-radius: 3px;
}
.info.tv .program {
	margin-left: 1em;
	margin-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #E32566;
}

.info.tv .program dt{
	float: left;
	width: 6em;
/*	font-weight: bold;
	color: #E32566;*/
}

.info.tv .program dd{
	margin-left: 6em;
}

.close a:link {
	text-decoration: none;
}

@media only screen and (min-width: 480px){
	.res{display: none;}
}
@media only screen and (max-width: 480px){
html {
	font-size: 9px;
}

.heading2 {
	font-size: 1.5rem;
	padding-top: 3px;
}
.en{
font-size: 2.0rem;
letter-spacing: 0.1rem;
}

.jpn{
font-size: 1.8rem;
letter-spacing: 0rem;
}


.top_btn li{
	display: block;
	margin-top: 10px;
}
	
.top_btn li img{
	width:80%;
	height: auto;
}
	
.top-lowson img {
	width: 90%;
	max-width: 423px;
	height: auto;
}
	
.comment dt {
	text-align: center;
}

.comment dt::before {
	    content:'';
    content:  url("../images/icon_comment.png");
/*    margin-botom: 10px;*/
    position: relative;
    top: 8px;
}
	
.comment dd {
	padding: 1rem 0.5rem;
}
	
.comment .photo {
	float:none;
	text-align: center;
/*	padding: auto 0 1rem 1rem;*/
}

	.ticket-info dt {
		width:	30px;
	}
	.ticket-info dt img {
		width: 60%;
		height: auto;
	}	
	
.ticket-info dd {
	margin-left: 30px;
	font-size: 1.8rem;
	padding-top: 0;
/*	line-height: 40px;*/
}

	.sch-kaijyo .koutsu li{	
		margin-bottom: 1rem;
	}

	.info .heading4 {
		text-align: center;
		font-size: 2rem;
		letter-spacing: 0;
	}
	
	.info_dl{
		margin-left: 0;
	}

	.goods_box dt {
		font-size:1.5rem;
		text-align: center;
	}

.goods .timetable {
	font-size: 1.3rem;
	padding: 5px;
}

.info.tv {
/*	line-height: 1.8em;*/
}

.info.tv .program_wrap{
/*	width: 98%;
	margin: 0 auto;
	padding: 1em;
border: 1px solid #E32566;
	border-radius: 3px;*/
	padding: 0 1em;
}
.info.tv .program {
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 1em;
	border-bottom: 1px dotted #E32566;
}

.info.tv .program dt{
	float: none;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background: #E32566;
	width: 100%;
	font-size: 0.8em;
	color: #fff;
	padding: 0.1em 0.5em 0;
	border-radius: 0.2em;
/*	font-weight: bold;
	color: #E32566;*/
}

.info.tv .program dd{
	margin-left: 1em;
	word-break: break-all;
}
	
.info.tv .program .tv_list li{
	margin-top: 1em;
		}
	
}

 
@media only screen and (max-width: 767px){

/*モーダルメニュー*/
.menu-btn {
    right: 5px;
}
	
/*	.cast-staff-list, .cast-staff-read {
		width:	90%;
	}*/
	
.intro_catch_wrap {
	padding-bottom: 200px;
	background: url("../images/intro2_photo1_sp.jpg") no-repeat bottom center;
}
	
	.intro_catch {
		margin-top: 0;
font-size:1.8rem;		
/*		font-size:1rem;
	line-height: 1.5;*/
	}
	

	.intro_text {
/*		font-size:1rem;*/
	line-height: 1.8;		
	}
}
 
@media only screen and (max-width: 1023px){
	.box {
		padding: 20px;
	}
}
@media only screen and (max-width: 1200px){
}

/*************** print.css ***************/

@media print{
/*非表示*/	
	body {
		padding-top:0;
		background-color: #ffffff;
	}
	#header{
		display: none;
	}

	h1,h2,h3,p,span {
color:#000;
	}
}