@charset "utf-8";
/* CSS Document */

/********フォント********/
/*
font-family: 'Noto Serif JP', serif;　500,700,900
font-family: 'Noto Sans JP', sans-serif;　400,700,900

font-family: ro-brush-std, sans-serif;
font-weight: 400;
font-style: normal;
*/


/********カラー********/
/*
黒　#19161d;
赤　#e60012;
*/


html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0 20px;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
  -webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:1.8;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/* 画像ファイルの指定 */
	background-image: url(../images/bg.jpg);

	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;

	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;

	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;

	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;

	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #000;
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}
}


/********リンク********/
a:link{color: #e60012;}
a:hover{color: #e84d53;}
a:visited{color:#ae010e;}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}

.pk { display: inline-block;}

.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
padding-bottom: 180px;/*←footerの高さ*/
	position: relative;
	width: 100%;
	margin: 0 auto;

	text-align: center;
    box-sizing: border-box;
}
.main{
    clear: both;
	max-width: 900px;
/*	width: 90%;*/
	margin: 20px auto 30px;    
/*	padding-top: 150px;*/
/*	padding-bottom: 100px;*/
	overflow: hidden;
/*	background: #6c915e;*/
	text-align: center;
	word-wrap: break-word;

}



/****************************************

　ナビ

*****************************************/

.navi{
    z-index: 1000;
/*	position: fixed;*/
	width: 100%;
    margin: 0 auto;
    padding: 0.5em;
	text-align: center;
}

.navi ul {
}

.navi .navi_logo{
    display: inline-block;
	width: 100%;
	max-width: 180px;
    margin-right: 15px;
    vertical-align: middle;
}

.navi .navi_logo img {
	width: 100%;
}

.navi .navi_item{
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1.5;
    font-size: 24rem;
}

.navi .navi_item .s{}

.navi a{
	color: #e60012;
	text-decoration: none;
}

.navi a:hover{
	color: #e60012;
	text-shadow:2px 2px 5px #000, 0 0 10px #e60012,0 0 15px #e60012;
}

.navi .navi_item .en{
    font-size: 16rem;
font-family: 'Caveat', cursive;
    color: #eccc84;
    letter-spacing: 0.1em;
}
.navi .navi_item .amp {
	margin: 0 0.2em;
	font-size: 0.8em;
}

@media screen and (max-width: 1600px){

	.navi{
		position:relative;
	}
	
	.navi ul {
		padding: 0.5em 0 0.8em;
	}
    .navi .navi_logo{
        display: block;
		margin: 0 auto;
    }

    .navi .navi_logo img{
    }
    
    .navi .navi_item{
        margin: 10px 0.5em 0;
        line-height: 1;
    }  

    .navi .navi_item .s{}

    .navi .navi_item a{

    }
 
}

@media screen and (max-width: 414px){
	.navi .navi_logo{
		max-width: 190px;
	}
}

/****************************************

　フッター

*****************************************/

footer {
	width: 100%;
	margin: 0 auto;
    padding: 6em 0 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

footer .billing {
	font-size: max(1.3vw, 0.8em);
	font-size: clamp(0.8em, 1.3vw, 1.2em);
	font-weight: 400;
}

footer .copy {
	display: block;
	padding: 1em;
    font-weight: 400;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
    margin-top: 40px;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 20px;
	z-index: 1000;
}
#pagetop .text_btn {
	display: none;
}

@media screen and (max-width: 1030px){
    .navi .navi_list{
        margin-top: 30px;
    }
}

@media screen and (max-width: 920px){
	.main {
    padding: 0 40px 0;
    }
	.index .main {
    padding: 0 10px 0;
    }
}


@media screen and (max-width: 500px){
	.main {
        padding: 0 0 0;
	}
}

@media screen and (max-width: 414px){
    .wrap {
        padding-bottom: 180px;
    }    

	#pagetop a{
		width: 100%;
		display: block;
	}	
	#pagetop{
		position: fixed;
		text-align: center;
		width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,e60012+40,f6290c+51,f02f17+71,e60012+82,000000+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 1%, rgba(230,0,18,1) 40%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(230,0,18,1) 82%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 1%,rgba(230,0,18,1) 40%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(230,0,18,1) 82%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,1) 1%,rgba(230,0,18,1) 40%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(230,0,18,1) 82%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		color: #fff;
		font-weight: bold;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}
	#pagetop img{
		display: none;
	}
	#pagetop .text_btn {
		display: block;
		height: 4em;
		line-height: 4;
	}
	#pagetop a {
		text-decoration: none;
	}	
	
	#pagetop a .text_btn{
		color: #fff;
		text-decoration: none;
	}	
    
    .footer {

    }
    
	.footer .copy {
		padding-bottom: 4em;
	}

    .footer .sns_link {
        margin-top: 2em;
    }

    .footer .sns_link li {
        margin: 0.5em;
/*        display: inline-block;
        margin: 0 1em;
        text-align: center;
        vertical-align: top;*/
    }

    .footer .sns_link li img{
        width: 70%;
        height: auto;
/*        display: inline-block;
        margin: 0 1em;
        text-align: center;
        vertical-align: top;*/
    }

    /****上演時間ボタン*****/

    .time {
        width: 260px;
        margin: 1em auto;
    }
    
}


/********見出し********/

.heading_page {
	margin: 0 auto 30px;
	font-size: 40rem;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #e60012;
	line-height: 1.5;
}

.heading_page .amp {
	margin: 0 0.2em;
	font-size: 0.8em;
}

.heading_page_sub {
	margin: 0 auto 40px;
	font-size: 34rem;
	font-size: 34rem;
}

.heading_page_sub::before{
	content: url("../images/icon_cross.png");
	position: relative;
	top: 5px;
	left: -20px;
}

.heading_page_sub::after{
	content: url("../images/icon_cross.png");
	position: relative;
	top: 5px;
	right: -20px;
}

@media screen and (max-width: 768px){
	.heading_page {
		margin-top: 30px;
	}
	
	.heading_page {
		margin: 0 auto 30px;
		font-size: 30rem;
	}
}

/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}


/****************************************

　トップページ

*****************************************/

.index {}
.index .main {
	max-width: inherit;
}
.index .top_info {
	margin: 0 auto;
}

.index .top_info .btn {
    display: inline-block;
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	padding: 0.5em;
	background: #e60012;
	color: #fff;
	text-decoration: none;
	font-size: 24rem;
	font-weight: 700;
	line-height: 1.3;
	transition: 0.5s;
}
.index .top_info .btn:hover {
	background: #aa0010;
}

@media screen and (max-width: 1100px){
	.index .top_info .btn {
		max-width: 400px;
		font-size: 20rem;
	}
}

.index .visual {
	width: 100%;
	height: auto;	
	max-width: 900px;
	margin: 1em auto 0;
    box-shadow: 0 0 20px #000;
}

.index .visual img {
	display: block;
	width: 100%;
	height: auto;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

@media print {
    .index .visual { display: none }
}


/****************************************

　イントロ

*****************************************/

.intro{}

.intro .text {
	font-size: 18rem;
	text-align: left;
}

.intro .text p:not(:last-of-type) {
	margin: 0 auto 1em;
}


/****************************************

　ストーリー

*****************************************/

.story{}

.story .catch {
	margin: 0 auto;
	font-size: 28rem;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.story .catch .point {
	margin: 0 0.5em;
	color: #e60012;
}

.story .text {
	margin: 2em auto 0;
	font-size: 18rem;
	text-align: left;
}

.story .text p:not(:last-of-type) {
	margin: 0 auto 1em;
}

@media screen and (max-width: 870px){
	.story .catch {
		line-height: 1.2;
	}
	.story .catch:not(:last-of-type) {
		margin-bottom: 1em;
	}
	.story .catch .point {
		display: block;
	}
}

/****************************************

　キャスト

*****************************************/

.cast {}

/***　プリンシバル　***/
.cast .list_p {}

.cast .list_p .yaku {
	display: block;
	margin: 0 auto 0.5em;
	font-weight: 900;
	font-size: 20rem;
	color: #e60012;
	line-height: 1.5;
}

.cast .list_p .yaku .note {
	display: block;
	font-size: 0.7em;
	font-weight: 500;
}

.cast .list_p .photo {
	display: block;
	max-width: 240px;
	margin: 0 auto;
}

.cast .list_p .l .photo {
	max-width: 300px;
}

.cast .list_p .s .photo {
	max-width: 200px;
}

.cast .list_p .photo img {
	display: block;
	width: 100%;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

.cast .list_p .photo.hide {
/*	width: 100%;
	height: auto;	
	max-width: 240px;
	max-height: 270px;
	background-image: url("../images/cast_teranishi.jpg");
	background-position: top center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;*/
}

.cast .list_p .photo.hide img {
	height: auto;
}

@media print {
	.cast .list_p .photo.hide {
		display: none;
    }
}

.cast .list_p .name {
	display: block;
	margin: 0.3em auto 0;
	font-weight: 900;
	font-size: 24rem;
	line-height: 1.5;
}

.cast .list_p .name .note {
	display: block;
	font-size: 0.6em;
	font-weight: 500;
}


.cast .list_p .cast_w .item {
	display: inline-block;
	margin: 0 1em 4em;
	vertical-align: top;
}
.cast .list_p .cast_s .item {
	display: inline-block;
	margin: 0 1em 4em;
	vertical-align: top;
}

@media screen and (max-width: 800px){
	.cast .list_p .photo,
	.cast .list_p .photo.hide {
		max-width: 180px;
	}

	.cast .list_p .s .photo {
		max-width: 160px;
	}
	
	.cast .list_p .l .photo {
		max-width: 200px;
	}
	
	.cast .list_p .name {
		font-size: 22rem;
		font-weight: 700;
	}
}

@media screen and (max-width: 580px){
	.cast .list_p .yaku {
		margin: 3em auto 1em;
	}
	.cast .list_p .cast_w .item,
	.cast .list_p .cast_s .item {
		display: block;
		margin-bottom: 1em;
	}
}

/***　アンサンブル　***/

.cast .list_e {
	margin: 0 auto 3em;
}
.cast .list_e:first-of-type {
	margin-top: 5em;
}

.cast .list_e dt {
	font-weight: 900;
	color: #e60012;
	font-size: 20rem;
}
.cast .list_e li {
	display: inline-block;
	margin: 0 0.5em;
	font-weight: 700;
	font-size: 20rem;
}

.cast .list_e.sw .note {
	margin-top: 2em;
	font-size: 0.8em;
	font-weight: 400;
}

@media screen and (max-width: 800px){
	.cast .list_e li {
		font-size: 18rem;
	}
}

@media screen and (max-width: 340px){
	.cast .list_e li {
		display: block;
		margin: 0 auto 0.3em;
	}
	.cast .list_e .pk {
		display: inline;
	}
}

/****************************************

　クリエイティブ

*****************************************/

.creat {
	margin: 10em auto 0;
}

.creat .credit{
	margin: 0 auto 3em;
}

.creat li {
	margin: 0 auto 1em;
}

.creat .work {
	display: block;
	font-weight: 700;
	color: #e60012;
	font-size: 0.8em;
	line-height: 1.5;
}

.creat .name {
	display: block;
	font-weight: 700;
	line-height: 1.5;
}

.creat .list1 {
	margin: 0 auto 3em;
}

.creat .list1 .name {
	font-size: 24rem;
}
.creat .list2 {
	margin: 0 auto 3em;
}
.creat .list2 .name {
	font-size: 24rem;
}

.creat .list2 .name .item {
	display: inline-block;
	margin: 0 0.5em;
}

@media screen and (max-width: 800px){
	.creat .list1 .name {
		font-size: 20rem;
	}
	.creat .list2 .name {
		font-size: 20rem;
	}
}

/****************************************

　チケット

*****************************************/

.ticket {}

.ticket .area_btn {
	display: flex;
	justify-content: center;
	margin: 4em auto 0;
}

.ticket .area_btn .btn {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 0.5em;
	padding: 0.5em 2em;
	background-color: #e60012;
	background-image: url("../images/bg_noise.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	outline: 2px solid rgba(69,24,27,0.5);
	outline-offset: -2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
	font-size: 30rem;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	transition: 0.5s;
}

.ticket .area_btn .btn:hover {
	background-color: #aa0010;
}

.ticket .area_btn .btn .icon {
	margin-right: 0.2em;
}

@media screen and (max-width: 900px){
	.ticket .area_btn .btn {
		padding: 0.5em 0.5em;
		font-size: 24rem;
	}

}

@media screen and (max-width: 330px){
	.ticket .area_btn .btn {
		font-size: 20rem;
	}
}

.ticket .wrap_area {
	margin: 5em auto 0;
}

.ticket .area_title {
	color: #e60012;
	font-size: 40rem;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ticket .stage_info {
/*	max-width: 900px;*/
	margin: 2em auto 3em;
	padding: 1em 2em 0;
}

.ticket .stage_info .sch {
	max-width: 619px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ticket .stage_info .sch img {
	width: 100%;
}

.ticket .stage_info .theater {
	max-width: 400px;
	width: 80%;
	margin: 0 auto 1em;
}

.ticket .stage_info .theater img {
	display: block;
	width: 100%;	
}
.ticket .stage_info .hoshitori {
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ticket .stage_info .hoshitori img {
	width: 100%;	
}


.ticket .stage_info .btn_castsche {}

.ticket .stage_info .btn_castsche {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 420px;
	margin: 2em auto 0;
	padding: 0.5em 2em;
	background-color: #e60012;
	background-image: url("../images/bg_noise.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	outline: 2px solid rgba(69,24,27,0.5);
	outline-offset: -2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
	color: #fcfaf3;
	font-size: 24rem;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 900;
	transition: 0.5s;
}
.ticket .stage_info .btn_castsche:hover {
	background-color: #aa0010;
}

.ticket .stage_info .btn_castsche .icon {
	margin-right: 0.2em;
}

@media screen and (max-width: 500px){
	.ticket .stage_info {
		padding: 1em 0 0;
	}
	.ticket .stage_info .btn_castsche {
		width: 85%;
		font-size: 20rem;
	}
}

@media screen and (max-width: 340px){
	.ticket .stage_info .btn_castsche {
		width: 85%;
		font-size: 18rem;
	}
}


.ticket .stage_info .list_price {
	margin: 2em auto 0;
}

.ticket .stage_info .list_price table {
	table-layout: fixed;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #fcfaf3;
	line-height: 1.5;
}

.ticket .stage_info .list_price caption {
	margin: 0 auto 0.5em;
	font-size: 1.2em;
}

.ticket .stage_info .list_price th,
.ticket .stage_info .list_price td {
	padding: 0.5em;
	border: 1px solid #fcfaf3;
}
.ticket .stage_info .list_price th {
	padding: 0.5em ;
	background:  rgba(255,255,255,0.1);
	font-size: 18rem;
	font-weight: 700;
	color: #fcfaf3;
	line-height: 1.3;
}
.ticket .stage_info .list_price td {
	height: 4em;
	font-size: 20rem;
}

.ticket .stage_info .list_price th.seat {
	width: 5em;
}

.ticket .stage_info .list_price .note {
	margin: 1em auto 0;
	text-align: right;
	font-size: 0.8em;
}

.ticket .stage_info .list_price .price {
	display: inline-block;
}
/*.ticket .stage_info .list_price .note {
	display: inline-block;
	font-size: 0.8em;
}*/

@media screen and (max-width: 900px){
	.ticket .stage_info .list_price .note {
		padding-left: 1em;
		text-indent: -1em;
		text-align: left;
	}
}

@media screen and (max-width: 400px){
	.ticket .stage_info .list_price td {
		font-size: 18rem;
	}
}

@media screen and (max-width: 330px){
	.ticket .stage_info .list_price {
		font-size: 0.9em;
	}
}

.ticket .stage_info > .caution {
	max-width: 900px;
	margin: 3em auto 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
}
.ticket .stage_info .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	font-size: 0.9em;
}

.ticket .stage_info .caution a {
	color: #fff;
	text-decoration: underline;
}

.ticket .stage_info .caution li .tele_note {
	display: inline-block;
	text-indent: 0;
}

.ticket .stage_info .caution .caution2 {
	padding: 0.5em;
}

.ticket .way {
	margin: 0 auto 2em;
	padding: 1em;
	border: 3px solid #e60012;
	background: rgba(43,38,48,0.3);
}

.ticket .way a {
    color: #e60012;
	text-decoration: none;
}

.ticket .way .s {
	font-size: 0.9em;
    font-weight: 900
}

.ticket .way > dt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5em 1em;
	background: #e60012;
    font-size: 24rem;
    text-align: center;
	line-height: 1.5;
	color: #fff;
	font-weight: 900;
}

.ticket .way > dd{
	padding: 1em 2em;
	border-top: none;	
	text-align: center;
}

.ticket .way > dd .caution {
	margin: 2em auto 0;
    text-align: left;
    font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
}

.ticket .way > dd .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.ticket .way .start {
	display: inline-block;
	margin: 1em auto;
	line-height: 1.5;
	font-size: 20rem;
	color: #fff;
}

.ticket .way .fas {
	margin-right: 0.3em;
	font-size: 0.8em;
}
.ticket .way .toho .fas {
	margin-right: 0.3em;
	font-size: 0.8em;
}


@media (max-width: 480px) {
	.ticket .box_area {
		padding: 1.5em;
	}
}

@media screen and (max-width: 414px){

	.ticket .way > dt{
		font-size: 20rem;
		font-feature-settings: "palt";
	}
	.ticket .way > dd{
		padding: 1em 0;
	}
    .ticket .start {
        font-size: 18rem;
    }
}

@media screen and (max-width: 374px){

}


.ticket .way .toho .btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 400px;
	width: 85%;
	margin: 1em auto 0;
	padding: 0.5em 2em;
	background-color: #e60012;
	background-image: url("../images/bg_noise.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	outline: 2px solid rgba(69,24,27,0.5);
	outline-offset: -2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
	color: #fcfaf3;
	font-size: 28rem;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 900;
	transition: 0.5s;
}
.ticket .way .toho .btn:hover {
	background-color: #aa0010;
}

.ticket .way .toho .btn .icon {
	margin-right: 0.2em;
}

.ticket .way .toho .senkou {
	margin: 2em auto 0;
}

.ticket .way .toho .senkou dt {
	font-weight: 900;
	color: #e60012;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}
.ticket .way .toho .senkou dd {
	margin-bottom: 1em;
	padding: 1em 0.5em;
	border: 2px solid #e60012;
	font-size: 20rem;
}

@media screen and (max-width: 414px){
	.ticket .way .toho .btn {
        font-size: 24rem;
        line-height: 1.5;
    }
}
	
@media screen and (max-width: 375px){
	.ticket .way .toho .btn {
        font-size: 18rem;
    }    
}

@media screen and (max-width: 413px){
    .ticket .way .toho .senkou dd {
        font-size: 18rem;
    }
}

@media screen and (max-width: 364px){
    .ticket .way .toho .senkou dd {
        font-size: 16rem;
    }
}

/*****　としまチケット　*****/
.ticket .way .toshima .senkou {
	margin: 2em auto 0;
}

.ticket .way .toshima .senkou dt {
	font-weight: 900;
	color: #e60012;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}
.ticket .way .toshima .senkou dd {
	margin-bottom: 1em;
	padding: 1em 0.5em;
	border: 2px solid #e60012;
	font-size: 20rem;
}

@media screen and (max-width: 413px){
    .ticket .way .toshima .senkou dd {
        font-size: 18rem;
    }
}

@media screen and (max-width: 364px){
    .ticket .way .toshima .senkou dd {
        font-size: 16rem;
    }
}

.ticket .way .toshima .list_toshima {
	margin: 2em auto 0;
}
.ticket .way .toshima .list_toshima dt {
	padding: 0.3em;
	background: #e60012;
	color: #fff;
	font-weight: 900;
}
.ticket .way .toshima .list_toshima dd {
	padding: 1em;
}

.ticket .way .toshima .pc {
	font-size: 24rem;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}

.ticket .way .toshima .pc .note {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.8em;
}
.ticket .way .toshima .pc a {
	color: #fff;
	transition: 0.5s;
}
.ticket .way .toshima .pc a:hover {
	color: #e60012;
}

.ticket .way .toshima .tel {
	display: block;
	font-size: 24rem;
}

.ticket .way .toshima .tel a{
	color: #fff;
	text-decoration: none;
}

.ticket .way .toshima .tel .icon {
	margin-right: 0.2em;
	font-size: 0.9em;
	color: #e60012;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}

@media screen and (max-width: 400px){
	.ticket .way .toshima .pc {
		font-size: 20rem;
	}
}


/*****　テレザーブ　*****/

.ticket .way .tele .tel {
	display: block;
	font-size: 24rem;
	line-height: 1.5;
}

.ticket .way .tele .tel a{
	color: #fff;
	text-decoration: none;
}
.ticket .way .tele .tel .note {
	display: inline-block;
	font-size: 0.7em;
}
.ticket .way .tele .tel .icon {
	margin-right: 0.2em;
	font-size: 0.9em;
	color: #e60012;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}


/*****　プレイガイド　*****/
.ticket .way .playguide {
    margin: 1em auto 0;
}

.ticket .way .playguide dt  {
	color: #e60012;
	font-weight: 700;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}

.ticket .way .playguide dd {
	margin-bottom: 1em;
	padding: 1em 0.5em;
	border: 2px solid #e60012;
	font-size: 20rem;
	word-break: break-all;
	line-height: 1.5;
}

.ticket .way .playguide a {
	text-decoration: none;
	color: #fff;
}
.ticket .way .playguide .pc {
    margin-bottom: 0.5em;
}
.ticket .way .playguide .tel {
    display: inline-block;
    margin-bottom: 0.5em;
}
.ticket .way .playguide .time {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.8em;
}

.ticket .way .playguide .fas {
	margin-right: 0.3em;
	font-size: 0.8em;
	color: #e60012;
}
.ticket .way .playguide .code {
	display: inline-block;
    font-size: 0.9em;
}


@media screen and (max-width: 480px){

    .ticket .way .playguide dd {
        font-size: 18rem;
    }

}

@media screen and (max-width: 414px){

    .ticket .way .playguide dd {
        font-size: 16rem;
    }
}

@media screen and (max-width: 365px){

    .ticket .way .playguide .pc {
        font-size: 18rem;
    }
}



/***　グループ観劇　***/

.ticket .way .group .btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 240px;
	width: 85%;
	margin: 0 auto 1em;
	padding: 1em 0;
	text-decoration: none;
	background-color: #e60012;
	background-image: url("../images/bg_noise.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	outline: 2px solid rgba(69,24,27,0.5);
	outline-offset: -2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
	color: #fff;
	line-height: 1;
	font-weight: 900;
	transition: 0.5s;
}

.ticket .way .group .btn:hover {
	background-color: #aa0010;
}

/*.ticket .way .group .btn:hover {
	background: #e8b1b9;	
}*/

.ticket .way .group .btn .icon {
	margin-right: 0.3em;	
}

.ticket .way .group .tel,
.ticket .way .group .office {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 20rem;
}

.ticket .way .group .tel a {
    text-decoration: none;
	color: #fff;
}

.ticket .way .group .tel .icon {
	margin-right: 0.2em;
	font-size: 0.9em;
	color: #e60012;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}

/*****　リセール　*****/

.ticket .way .resale p {
	padding: 0 1em;
    text-align: left;
	font-size: 16rem;
}

.ticket .way .resale .list {
    margin-top: 2em;
}

.ticket .way .resale .list li {
    margin: 1em;
    display: inline-block;
}

.ticket .way .resale .list li img {
	display: block;
}

.ticket .way .resale .list .about {
	display: block;
	font-weight: 500;
}

.ticket .way .resale .list a {
    text-decoration: none;
}



/***　会場案内　***/

.ticket .way > dd.kaijyo {
	text-align: center;
}

.ticket .kaijyo .logo {
	max-width: 340px;
	margin: 1em auto;
    font-weight: 400;
}

.ticket .kaijyo .logo img {
	width: 100%;
}

.ticket .kaijyo .list_btn .btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 200px;
	width: 100%;
	margin: 0 0.5em 0.5em;
	padding: 1em 0;
	text-decoration: none;
	background-color: #e60012;
	background-image: url("../images/bg_noise.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	outline: 2px solid rgba(69,24,27,0.5);
	outline-offset: -2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
	color: #fff;
	line-height: 1;
	font-weight: 900;
	transition: 0.5s;
}

.ticket .kaijyo .list_btn .btn:hover {
	background-color: #aa0010;	
}

.ticket .kaijyo .list_btn .btn .icon {
	margin-right: 0.3em;		
}

.ticket .kaijyo .contact {
    margin: 1em auto 0;
}

.ticket .kaijyo .contact dt {}

.ticket .kaijyo .contact dt::before {
    content: "〔";
	margin-right: 0.3em;

}
.ticket .kaijyo .contact dt::after {
    content: "〕";
	margin-left: 0.3em;
}
.ticket .kaijyo .contact dd {
}

.ticket .kaijyo .contact .tel {
	display: inline-block;
    margin: 0 0.5em;
	font-size: 20rem;
}
.ticket .kaijyo .contact .tel .note {
	display: inline-block;
	font-size: 0.7em;
}
.ticket .kaijyo .contact .tel a {
    text-decoration: none;
	color: #fff;
}

.ticket .kaijyo .contact .tel .icon {
	margin-right: 0.2em;
	font-size: 0.9em;
	color: #e60012;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}

.ticket .kaijyo .contact .office {
    margin: 0 0.5em;
}

@media screen and (max-width: 480px){


	.ticket .kaijyo .access {
		font-size: 15rem;
	}
    .ticket .kaijyo .contact dt {
        display: block;
    }
	.ticket .kaijyo .list_btn .btn {
		padding: 0.5em 2em 0.5em 1.5em;
		font-size: 18rem;
	}
}

@media screen and (max-width: 360px){
	.ticket .kaijyo .list_btn {
		display: block;
		max-width: inherit;
	}
	.ticket .kaijyo .list_btn .btn {
		display: block;
		margin: 0 auto;
		padding: 0.5em 1em;
		font-weight: 900;
	}
	.ticket .kaijyo .list_btn .btn:not(:last-of-type) {
		margin-bottom: 0.5em;
	}
	.ticket .kaijyo .list_btn .btn .in::before {
		content: none;
	}
}


/****************************************
　お問合せ
****************************************/

.ticket .way.contact dd{
    padding: 1em;
    text-align: center;
    line-height: 1.5;
}
.ticket .way.contact .office {
    display: block;
    margin: 0 auto;
    color: #e60012;
    font-weight: 900;
}

.ticket .osaka .way.contact .office {
    letter-spacing: 0.1em;
}

.ticket .way.contact .tel {
    display: block;
    margin: 0.5em auto 0;
    font-size: 28rem;
    color: #fff;
}

.ticket .way.contact .tel a{
    color: #fff;
    text-decoration: none;
}

.ticket .way.contact .tel .fas {
    padding-right: 0.3em;
    font-size: 0.9em;
    color: #e60012;
}

.ticket .way.contact .time {
    display: block;
    margin: 0 auto;
    color: #fff;
}
.ticket .way.contact .caution {
    margin: 1em auto 0;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 340px){
    .ticket .way.contact .caution {
        text-align: left;
        padding-left: 1em;
        text-indent: -1em;
    }
}


/***　ツアー速報　***/

.ticket .tour .sokuho.box {
	margin: 0 auto 2em;
	padding: 1em;
	border: 3px solid #e60012;
	background: rgba(43,38,48,0.3);
}

.ticket .tour .sokuho .list {
	display: inline-block;
	margin: 1em auto;	
}

.ticket .tour .sokuho .list li {
	font-size: 30rem;
	font-weight: 700;
}
.ticket .tour .sokuho .list li:not(:last-of-type) {
	margin-bottom: 1em;
	
}
.ticket .tour .sokuho .list .day {
	display: block;
	text-align: center;
	color: #e60012;

}

.ticket .tour .sokuho .list .theater {
	display: block;
}

.ticket .tour .sokuho .list .theater a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}
.ticket .tour .sokuho .list .theater a:hover {
	color: #e60012;
}

.ticket .tour .sokuho .list .theater .icon {
	margin-left: 0.2em;
	font-size: 0.8em;
	vertical-align: super;
}

@media screen and (max-width: 650px){
	.ticket .tour .sokuho .list {
		display: block;
	}

	.ticket .tour .sokuho .list li {
		font-size: 24rem;
		text-align: center;
		line-height: 1.5;
	}

}

@media screen and (max-width: 400px){
	.ticket .tour .sokuho .list li {
		font-size: 20rem;
	}
}

/***************************************************

　ムービー

**************************************************/

.movie {}

.movie .list {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap; 
    margin: 0 auto;
/*    padding: 10px;*/
}

.movie .list.center {
    justify-content: center;
}

.movie .item{
    width: 100%;
    justify-content: center;
	max-width: 600px;
    margin: 0 auto 2em;
    vertical-align: bottom;
	margin-top: auto;
}

.movie .name {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    font-size: 18rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
	text-align: center;
}

.movie .youtube {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #e60012;  
}

@media screen and (max-width: 768px){
    .movie .list {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .movie .item{
        width: 90%;
        margin: 0 auto 2em;
    }
	.movie .name {
		margin-bottom: 0;
		font-size: 20rem;
	}
}

@media screen and (max-width: 414px){
    .movie .name {
        font-size: 16rem;
		font-weight: 700;

    }
    .movie .list {
       /* margin-bottom: 10px;*/
    } 
}



/**********************************************************************

　グッズ

**********************************************************************/

.goods .heading_page_sub {
	margin-bottom: 1.5em;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24rem;
}

.goods .heading_page_sub.other {
	margin-bottom: 0;
}

.goods .heading_note {
	margin-bottom: 1em;
	font-size: 18rem;
	font-family: 'Noto Sans JP', serif;
	font-weight: 700;
}

.goods .list {
    text-align: center;
}
.goods .list:first-of-type {
	margin: 0 auto 3em;
}

.goods .list .item {
	margin: 0 auto 1em;
}

.goods .list dt {	
    padding: 1em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    background: #ae010e;
    color: #fff;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24rem;
}

.goods .list dd {
	padding: 2em;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    background: rgba(255,255,255,1);
    color: #000;
}

.goods .list .name {
	display: inline-block;
    margin: 0 0.5em;
}

.goods .list .price {
	display: inline-block;
    margin: 0 0.5em;
}

.goods .list .price .s {
    font-size: 0.8em;
}

@media screen and (max-width: 400px){
	.goods .list dt {	
		font-size: 20rem;
	}
	.goods .list .price {
		display: block;
	}

}

.goods .list .photo {
	margin: 0 auto;
}

.goods .list .photo img {
	display: block;
    width: 100%;
}

.goods .list .program .photo { max-width: 300px; width: 80%;}
.goods .list .pouch .photo {max-width: 576px;}
.goods .list .sticker .photo {max-width: 465px;}
.goods .list .charm .photo {max-width: 440px;}
.goods .list .costume .photo {max-width: 575px;}
.goods .list .bear .photo {max-width: 585px;}

.goods .list .catch {
	margin: 1em auto 0;
	padding: 1em;
	background: #eee;
	border-radius: 10px;
	font-weight: 500;
}

.goods .list .caution {
	margin-top: 1em;
	display: inline-block;
}
.goods .list .caution li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	text-align: left;
	font-weight: 500;
}

.goods .list .data {
	margin-top: 1em;
    font-size: 0.8em;
    text-align: center;
	font-weight: 500;
}

.goods .foot_caution {
	margin: 2em auto 0;
	padding: 0 1em;
	text-align: left;
	font-size: 0.9em;
}
.goods .foot_caution li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 340px){
	.goods .list .catch {
		text-align: left;
	}
	.goods .list .catch .pk {
		display: inline;
	}
}


/****　プログラム　***/
.goods .list .program .msg {
	margin: 0 auto 2em;
}
.goods .list .program .p_cont {
	display: inline-block;
	margin: 2em auto 0;
	padding: 1em;
	text-align: left;
}

.goods .list .program .p_cont .lbl {
	display: block;
    background: #ae010e;
    color: #fff;
	text-align: center;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.goods .list .program .p_cont ul {
	padding: 1em;
	text-align: left;
}

.goods .list .program .p_cont ul li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	font-weight: 500;
}

.goods .list .program .p_cont .icon {
	margin-right: 0.3em;
	color: #ae010e;
}

.goods .list .program .note {
	margin: 1em auto 0;
	padding: 0.8em;
	background: rgba(174,1,15,0.1);	
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5;
}

.goods .foot_caution {
	padding: 0 2em;
}

.goods .foot_caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.5;
	font-weight: 400;
}


@media screen and (max-width: 430px){
	.goods .list .program .p_cont {
		padding: 1em 0;
	}
	.goods .list .program .p_cont ul {
		padding: 1em 0;
	}
}

@media screen and (max-width: 350px){
	.goods .list .program .note {
		text-align: left;
	}
	.goods .list .program .note .text {
		display: inline-block;
		padding-left: 1em;
		text-indent: -1em;
	}
	.goods .list .program .pk {
		display: inline;
	}
}

.goods .wrap_order {
	margin: 6em auto 4em;
}

.goods .wrap_order .list_way {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.goods .wrap_order .list_way > dt {
	margin: 2em auto 0.5em;
	padding-left: 0.2em;
	color: #fff;
	font-size: 24rem;	
	line-height: 1.3;
	text-align: left;
	font-family: ro-brush-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.goods .wrap_order .list_way > dt::before {
	content: "●";
	margin-right: 0.1em;
	color: #ae010e;
}

.goods .wrap_order .list_way > dd {
}
.goods .wrap_order .list_way table {
	width: 100%;
	margin: 0 auto 2em;
	border: 2px solid #ae010e;
}

.goods .wrap_order .list_way th,
.goods .wrap_order .list_way td {
	padding: 1em;
	border: 1px solid #ae010e;
	text-align: left;
	font-weight: 500;
}
.goods .wrap_order .list_way th {
	width: 8em;
	background: rgba(255,255,255,0.1);
	color: #fff;
	text-align: center;
}
.goods .wrap_order .list_way td {
	line-height: 1.5;
}
.goods .wrap_order .list_way td .list_handling{
}

.goods .wrap_order .list_way td .note {
	padding: 1em 1em 0;
	font-size: 0.9em;
	text-indent: -1em;
	line-height: 1.5;
}

.goods .wrap_order .list_way td .note2 {
	font-size: 0.9em;
}

.goods .wrap_order .chanter {
	color: #fff;
	text-decoration: underline;
	transition: 0.5s;
	font-weight: 900;
}

.goods .wrap_order .link {
	color: #ae010e;
}

.goods .wrap_order .chanter:hover {
}

.goods .wrap_order .btn_order {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 420px;
	margin: 0 0 0.5em;
	padding: 0.5em 2em;
	background-color: #e60012;
	background-image: url("../images/bg_noise.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	outline: 2px solid rgba(69,24,27,0.5);
	outline-offset: -2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
	color: #fcfaf3;
	font-size: 24rem;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 900;
	text-align: center;
	transition: 0.5s;
}
.goods .wrap_order .btn_order:hover {
	background-color: #aa0010;
}

.goods .wrap_order .btn_order .icon {
	margin-right: 0.2em;
}

/***　先行販売　***/
.goods .wrap_order .senko {
	margin: 1em auto 0;
	padding: 1em;
	border-radius: 5px;
	background: rgba(255,255,255,0.1);
}
.goods .wrap_order .senko dt {
	margin-bottom: 1em;
}
.goods .wrap_order .senko dt .icon {
	margin-right: 0.2em;
	font-size: 0.9em;
}
.goods .wrap_order .senko dd {}
.goods .wrap_order .senko .time {
	margin: 1em auto 0;
}
.goods .wrap_order .senko .caution {
	margin: 1em auto 0;
}
.goods .wrap_order .senko .caution li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.9em;
}
.goods .wrap_order .list_way .theater th {
	vertical-align: top;
}
.goods .wrap_order .list_way .theater td {
	padding-top: 1.3em;
}

@media screen and (max-width: 500px){
	.goods .wrap_order .list_way th {
		width: 5.5em;
		padding: 0.5em;
	}
	.goods .wrap_order .btn_order {
		width: 90%;
		max-width: 200px;
		font-size: 20rem;
	}
}

@media screen and (max-width: 400px){
	.goods .wrap_order .list_way > dt{
		font-size: 20rem;
	}
	
	.goods .wrap_order .list_way table {
	}
	.goods .wrap_order .list_way th,
	.goods .wrap_order .list_way td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.goods .wrap_order .list_way th {
		padding: 0.5em 0;
		border: none;
		background: rgba(255,255,255,0.2);
		line-height: 1;
	}
	.goods .wrap_order .list_way td {
		padding: 1em 0.5em;
		border: none;
	}
	.goods .wrap_order .btn_order {
		margin: 0 auto 0.5em;
		width: 90%;
	}

	.goods .wrap_order .list_way td .note {
		padding: 1em 2em 0;
		text-align: center;
	}
	.goods .wrap_order .senko {
		border: 1px solid rgba(255,255,255,0.5);
		text-align: left;
	}
}

@media screen and (max-width: 340px){
	.goods .wrap_order .list_way td .note {
		text-align: left;
	}
}


.goods .msg_kako {
	margin: 3em auto 0;
	color: #fff;
	font-size: 20rem;
	font-weight: 900;
}

.goods .msg_kako a {
	color: #fff;
	transition: 0.5s;
}
.goods .msg_kako a:hover {
	color: #aa0010;
}

@media screen and (max-width: 570px){
	.goods .msg_kako {
		text-align: left;
		font-weight: 700;
		font-size: 0.9em;
	}
	.goods .msg_kako .pk {
		display: inline;
	}

}

/**********************************************************************

　ナビザーブ電話番号変更

**********************************************************************/
.ticket .tele_note {
	margin: 0.5em auto 0;
	padding: 0.5em 1em;
	border: 1px solid #fff;
	line-height: 1.5;
}

.ticket .tele_note .tele_no a{
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 350px){
	.ticket .tele_note {
		text-align: left;
	}
	.ticket .tele_note .pk {
		display: inline;
	}
}

