@charset "utf-8";

/***フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
font-family: 'Teko', sans-serif; 600,700
***/

/***　色
黄色　ffec00
ピンク　e5007f
***/


body{
	font-size: 16px;
	background-color:#000;
	color:#fff;
	line-height:150%;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	}

html {  
    overflow-y:scroll;  
}  

.banner a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/*ボックス*/

.box800{
	width:730px;
	line-height:1.8;	
	margin:auto;
	padding:30px 40px;
	border:3px double #c6006d;
}

.box800_white{
	width:730px;
	font-size:14px;
	line-height:1.8;	
	margin:auto;
	padding:30px 40px;
	border:3px double #ffffff;
}


.box{
	width:650px;
	padding:20px;
	margin:auto;
	line-height:2;
}

/*全体*/

#wrap{
	width: 980px;
	margin: auto;
}

/*メニュー*/

#nav{
	width:250px;
	padding:5px;
	float:left;
}

#nav li{
	margin: 0 auto 10px;
}
#nav .banner{
	margin: 20px auto;
}


#nav .sns_link {
    margin-top: 2em;
    text-align: center;
}

#nav .sns_link li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

#nav .sns_link li img {
    width: 100%;
}

#nav .sns_link li.icon_toho {
    width: 45px;
}

#nav .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

/*メイン*/

#main{
	width:700px;
	float:right;
	margin:auto;
}

/*見出し*/

.heading_page {
    margin: 1em auto 1em;
    text-align: center;
}

.heading_page img {
    vertical-align: middle;
}

.heading_page::before {
    content: url("../../images/2026/page_star.gif");
    margin-right: 0.3em;
    vertical-align: middle;
}
.heading_page::after {
    content: url("../../images/2026/page_star.gif");
    margin-left: 0.3em;
    vertical-align: middle;
}


.heading_page_sub {
    margin: 1em auto 1em;
    text-align: center;
}

.heading_page_sub img {
    vertical-align: middle;
}

.heading_page_sub::before {
    content: url("../../images/2026/page_star.gif");
    margin-right: 0.3em;
    vertical-align: middle;
}
.heading_page_sub::after {
    content: url("../../images/2026/page_star.gif");
    margin-left: 0.3em;
    vertical-align: middle;
}

.midashi{
	border-left:solid 10px #ffe100;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	background-color:#333;
}

.midashi_in{
	padding-left:20px;
}


/*チケットページテキスト*/

div.text_ticket1{
	width:550px;
	margin:auto;
	font-weight:bold;
	padding:10px;
	font-size:16px;
	line-height:150%;
	text-align:center;
	background-image:url(../img/ticket_bg.gif);
}

div.text_ticket2{
	width:548px;
	margin:auto;
	padding:10px;
	font-size:14px;
	line-height:150%;
	text-align:center;
	border-right:dotted 1px #59493f;
	border-left:dotted 1px #59493f;
	border-bottom:dotted 1px #59493f;
}

div.text_ticket3{
	width:548px;
	margin:auto;
	padding:10px;
	font-size:14px;
	line-height:150%;
	border-right:dotted 1px #59493f;
	border-left:dotted 1px #59493f;
	border-bottom:dotted 1px #59493f;
}



/*文字設定*/

.px30{
	font-size:30px;
	font-weight:bold;
	line-height:150%;
}

.px20{
	font-size:20px;
	font-weight:bold;
	line-height:150%;
}

.px16{
	font-size:16px;
	font-weight:bold;
	line-height:200%;
}

.px14{
	font-size:14px;
	line-height:150%;
}

.px12{
	font-size:12px;
	line-height:150%;
}

.px10{
	font-size:10px;
	line-height:150%;
	}

.red{
	color:#F00;
	font-weight:bold;
}

/*ページトップへ*/

#top_link{
    position: fixed;
    right: 15px;
    bottom: 20px;
	z-index: 1000;
}


/*フッター*/

#footer{
	width:820px;
	clear:both;
	padding:10px;
	text-align:center;
	color:#fff;
	margin:auto;
}

footer .policy_link {
	margin: 1em auto 0;
    text-align: center;
}

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;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

/*初期設定*/

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
}


img{border:0;}

ul,ol{list-style-type:none;}

.clear {
    clear:both;　/*float解除*/
}

/*画像リンク*/
  

a:link{
	color:#e5007f;/*未訪問*/
}
a:visited{
	color:#e5007f;/*訪問済*/
}
a:hover{
	color:#e5007f;/*マウスオン*/
}

a:active{
	color:#e5007f;/*クリック*/
}


/*****************************************************
　お客様へのお願い
*****************************************************/

header .btn_area {
	width: 100%;
    margin-bottom: 10px;
	padding: 0.3em 0;
	text-align: center;
    background: #e5007f;
}

header .btn_area .btn {
	display: inline-block;
	color: #ffec00;
	padding: 0 1em;
	text-decoration: none;
	font-weight: 700;
    font-size: 0.9em;
    transition: 0.5s;
}

header .btn_area .btn:hover {
/*    color: #f7d063;*/
}

header .btn_area .btn::before {
	font-family: "Font Awesome 5 Free";	
	content: "\f0a9";
	font-weight: 900;
	font-size: 1em;
	padding-right: 0.2em;
}


/*****************************************************
　お知らせ系ボタン
*****************************************************/

.index .btn_area2 {
	width: 100%;

}

.index .btn_area2 .btn {
	display: inline-block;
	width: 600px;
    margin: 0.5em 5px 0;
	padding: 0.3em 0;
    background: #ffec00;
	border: 3px solid #fff800;
	box-shadow: 0 0 10px #d1ad0c inset;
	color: #e5007f;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
    font-size: 1em;
    transition: 0.5s;
}

.index .btn_area2 .btn:hover {
	background: #000;
	box-shadow: none;
	color: #ffec00;
/*    color: #f7d063;*/
}

.index .btn_area2 .btn2 {
	display: inline-block;
/*	width: 300px;*/
    margin: 0.5em 2px 0;
	padding: 0.8em 1.5em;
	border: 3px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
    font-size: 0.9em;
    transition: 0.5s;
}

.index .btn_area2 .btn3 {
	display: inline-block;
	width: 665px;
    margin: 0.5em 2px 0;
	padding: 0.8em 0;
	border: 3px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
    font-size: 1em;
    transition: 0.5s;
}


/*****************************************
　トップページ
*****************************************/
.index .visual {
    margin: 1em auto 0;
}



/*****************************************
　ニュース
*****************************************/

/*ニュース日付*/

.news .list .date{
	font-weight:bold;
	color:#e5007f;
}


.news .list .text{
	line-height:150%;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.news .list .text:not(:last-of-type) {
	border-bottom:dotted 1px #aaaaaa;
}

/*****************************************
　イントロ
*****************************************/

.intro {
}

.intro .catch {
    text-align: center;
}

.intro .photo {
    width: 100%;
    margin: 1em auto 1.5em;
    text-align: center;
}
.intro .photo img {
    display: inline-block;
    border: 3px solid #fff;
    text-align: center;
}

.intro .text {
	width:650px;
	padding:20px;
	margin: 0 auto 2em;
	line-height:2;
    text-align: left;
}

.intro .text p:last-of-type {
    margin-top: 2em;
}
.intro .text .point {
    margin: 0 0.2em;
    font-weight: 700;
    font-size: 1.2em;
}
.intro .jushou {
    margin: 0 auto 3em;
}

.intro .jushou .list {
    width: 550px;
    margin: 0 auto;
    text-align: left;
}
.intro .jushou .list td {
    padding: 0.5em;
}

/*****************************************
　ストーリー
*****************************************/

.story {
}

.story .note {
    margin-top: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.8em;
}

/*****************************************
　キャスト
*****************************************/

.c-s { }

.c-s .cast {
    margin: 0 auto 7em;
}

/***　プリンシパル　***/
.c-s .cast .list_p {
    margin: 3em auto 6em;
    text-align: center;
}
.c-s .cast .list_p .yaku {
    margin: 3em auto 0em;
    text-align: center;
    font-weight: 900;
    color: #e5007f;
    font-size: 1.2em;
}
.c-s .cast .list_p .yaku .note {
    display: block;
    font-size: 0.7em;
}
.c-s .cast .list_p .name {
    display: block;
    margin: 0.5em auto;
    font-size: 1.3em;
    font-weight: 700;
}
.c-s .cast .list_p .name .note {
    display: block;
    font-size: 0.6em;
    font-weight: 400;
}
.c-s .cast .list_p .photo {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}
.c-s .cast .list_p .photo img {
    display: block;
    width: 100%;
}
.c-s .cast .list_p .btn_cmt {
    display: block;
    max-width: 7em;
    margin: 0 auto;
    background: #ffec00;
    border-radius: 2px;
    color: #000;
    font-weight: 900;
    font-size: 0.8em;
    text-decoration: none;
}

/***　Wキャスト　***/
.c-s .cast .list_p .wcast {}
.c-s .cast .list_p .wcast .item {
    display: inline-block;
    margin: 0 1em;
    vertical-align: top;
}

/***　シングルキャスト　***/
.c-s .cast .list_p .wrap_scast {}
.c-s .cast .list_p .wrap_scast .scast {
    display: inline-block;
    margin: 0 1em;
}
.c-s .cast .list_p .wrap_scast .yaku {
    margin: 3em auto 0.5em;
}

/***　プリンシバル2　***/

.c-s .cast .list_p2 {
    margin: 0 auto 2em;
    text-align: center;
}

.c-s .cast .list_p2 .item {
    display: inline-block;
    margin: 0 0.5em;
    text-align: center;
}
.c-s .cast .list_p2 .item .yaku {
    display: block;
    margin: 0 auto 0.5em;
    font-weight: 700;
    color: #e5007f;
    font-feature-settings: "palt";
}
.c-s .cast .list_p2 .item .photo {
    display: block;
    max-width: 110px;
    margin: 0 auto 0.3em;
}
.c-s .cast .list_p2 .item .photo img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
}
.c-s .cast .list_p2 .item .name {
    display: block;
}

/***　アンサンブル1　***/
.c-s .cast .list_e {
    margin: 0 auto 2em;
    text-align: center;
}
.c-s .cast .list_e:last-of-type {
    margin: 4em auto 0;
}

.c-s .cast .list_e li {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}
.c-s .cast .list_e li .yaku {
    display: block;
    margin-bottom: 0.3em;
    font-weight: 700;
    color: #e5007f;
}
.c-s .cast .list_e li .photo {
    display: block;
	width: 80px;
    margin: 0 0.25em 0.3em;
}
.c-s .cast .list_e li .photo img {
    display: block;
	width: 100%;
    border: 2px solid #fff;
}
.c-s .cast .list_e li .name {
    display: block;
    font-size: 0.9em;
}

/***　アンサンブル2　***/

.c-s .cast .list_e2 {
    margin: 0 auto 2em;
    text-align: center;
}

.c-s .cast .list_e2 li {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}
.c-s .cast .list_e2 li .photo {
    display: block;
	width: 77px;
    margin: 0 auto 0.3em;
}
.c-s .cast .list_e2 li .photo img {
    display: block;
	width: 100%;
    border: 2px solid #fff;
}
.c-s .cast .list_e2 li .name {
    display: block;
    font-size: 0.9em;
}

/***　アンダースタディ　***/
.c-s .cast .list_u {
	margin: 4em auto 0;
	text-align: center;
}

.c-s .cast .list_u dt {
    font-size: 0.8em;
	color: #e5007f;
}

.c-s .cast .list_u dd {}

.c-s .cast .list_u .name {
	display: inline-block;
	margin: 0 1em;
    font-size: 0.9em;
}

.c-s .cast .note_jan {
    font-size: 0.9em;
    text-align: center;
    font-weight: 400;
}


/***　スタッフ　***/

.c-s .staff {
    margin: 0 auto;
    text-align: center;
}

.c-s .staff .list {
    margin: 0 auto 1em;
}

.c-s .staff .list dt {
    display: inline-block;
    width: 48%;
    padding-right: 1em;
    color: #e5007f;
    text-align: right;
    vertical-align: top;
}

.c-s .staff .list dd {
    display: inline-block;
    width: 48%;
    text-align: left;
}

.c-s .staff .list.s {
    font-size: 0.85em;
}



/**********************************************************************

　キャスト：モーダルウィンドウ

**********************************************************************/

.cast_cmt .modal-wrapper {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.cast_cmt .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.cast_cmt .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.cast_cmt .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.cast_cmt .modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	max-width: 800px;
	margin: 0 auto 2em;
	padding: 1em 1em 2em;
	text-align: center;
	font-weight: 700;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;  
    background-color: rgba(0,0,0,0.9);
    border: 2px solid #ffec00;
    border-radius: 5px;
}

.cast_cmt .modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
    margin-top: 2em;
	padding: 0 2em;
}

.cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
    width: 10px;
}
.cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.9);
	
}
.cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {

	background: #ffec00;
}

.cast_cmt .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.cast_cmt .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  color: #ffec00 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.cast_cmt .modal-wrapper .modal-close:hover {
  color: #fff !important
}

@media screen and (max-width: 414px){

    .cast_cmt .modal-wrapper .modal-window {
	 padding: 2em 1.5em 1.5em;
    }

	.cast_cmt .modal-wrapper .modal-window .modal-content {
		padding: 0 0.5em;
	}
}


.cast_cmt .name {
    display: block;
	margin: 1em auto;	
	padding: 0;
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.2;
	font-weight: 700;
}

/***　色
黄色　ffec00
ピンク　e5007f
***/
.cast_cmt .name .yaku,
.cast_cmt .name .work{
	display: block;
	margin-bottom: 0.5em;
	font-size: 0.7em;
	color: #e5007f;
}

.cast_cmt .name .ls {
    letter-spacing: 0.1em;
}

.cast_cmt .text {
	margin: 0 auto;
	text-align: left;
    font-size: 1.1em;
    line-height: 1.8;
}

.cast_cmt .text dt {
    display: none;
	background: rgba(255,255,255,0.1);
    text-align: center;
}

.cast_cmt .text dd {
    padding: 1em 0;
    text-align: left;
	color: #fff;
	font-weight: 400;
}

@media screen and (max-width: 600px){
	.cast_cmt .name {
		font-size: 1.3em;
	}
}



/*****************************************
　チケット＆スケジュール
*****************************************/

.ticket {}
/***　色
黄色　ffec00
ピンク　e5007f
***/
/***速報***/
.ticket .sokuho {}
.ticket .sokuho .list {
    padding: 1em;
    border: 3px solid #e5007f;
    line-height: 1.8;
}
.ticket .sokuho .list dt {
    padding: 0 0.5em;
    background: #e5007f;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
}
.ticket .sokuho .list dd {
    padding: 1em 1em 1.5em;
}
.ticket .sokuho .list dd .sch {
    text-align: center;
    font-size: 1.3em;
}
.ticket .sokuho .list dd .theater {
    text-align: center;
    font-size: 1.2em;

}
.ticket .sokuho .list dd .contact,
.ticket .sokuho .list dd .ponsored {
    margin: 1em auto 0;
    text-align: center;
}
.ticket .sokuho .list dd .contact .lbl,
.ticket .sokuho .list dd .ponsored .lbl{
    display: block;
    margin-bottom: 0.5em;
    border-top: 1px solid #e5007f;
    border-bottom: 1px solid #e5007f;
    color: #e5007f;
    font-weight: 700;

}
.ticket .sokuho .list dd .contact .tel {
    display: inline-block;
    margin: 0 0.5em;
}
.ticket .sokuho .list dd .contact .tel a {
    color: #fff;
    text-decoration: none;
}
.ticket .sokuho .list dd .contact .note {
    display: inline-block;
}
.ticket .sokuho .area_tokyo {
    margin: 0 auto 2em;
    font-size: 1.2em;
}
.ticket .sokuho .area_tokyo .ticket_start {
    font-size: 0.9em;
    text-align: center;
}

.ticket .sokuho .area_tokyo .list dd .contact{
    font-size: 0.9em;
}
.ticket .sokuho .area_tour {}
.ticket .sokuho .area_tour .title_tour {
    margin: 0 auto 0.5em;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.ticket .sokuho {}

/*****************************************
　ムービー
*****************************************/

.movie {}

.movie .list {
    text-align: center;
}

.movie .list dt {
    margin: 0 auto 0.5em;
    color: #e5007f;
    font-size: 1.1em;
	font-weight: 900;
}

.movie .list dd {
    margin: 0 auto 2em;
}
.movie .list dd iframe{
    border: 2px solid #e5007f;
}

/*****************************************
　フライヤー
*****************************************/

.flyer .box {
    margin-bottom: 6em;
}

.flyer .list {
    margin: 2em auto 0;
    text-align: center;
}

.flyer .item {
    display: inline-block;
    margin: 0 0.5em 2em;
    vertical-align: top;
}

.flyer .item dt {
    margin: 0.5em auto 0;
    color:#ffec00;
    font-weight: 500;
    font-style: normal;
    font-size: 1;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    text-align: center;
}

.flyer .item dt .note {
    display: block;
    font-size: 0.8em;
}

.flyer .item img {
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}


/*****************************************
　\グッズ
*****************************************/

.goods .box {
    margin-bottom: 6em;
	text-align: center;
}

.goods .box > .msg {}

.goods .mailorder {
	margin: 2em auto 0;
}

.goods .mailorder dt {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.goods .mailorder dt::before {
	content: "<";
	margin-right: 0.3em;
}
.goods .mailorder dt::after {
	content: ">";
	margin-left: 0.3em;
}

.goods .mailorder dd {
	padding: 1em 0.5em 1.5em;
	background: rgba(255,255,255,0.1);
	border-radius: 5px;
}

.goods .mailorder .btn:hover {
    background: #000;
}

.goods .mailorder .kikan {
	margin: 0 auto;
    font-weight: 700;
}

.goods .mailorder .kikan .lbl {}
.goods .mailorder .kikan .day {
	font-size: 1.2em;
}


.goods .mailorder .btn {
	display: inline-block;
	color: #ffec00;
    background: #e5007f;
    width: 15em;
    margin: 1em 5px 0;
    padding: 0.5em;
	font-size: 1.1em;
	border-radius: 5px;
    font-weight: 900;
    letter-spacing: 0.1em;
    border: 3px solid #e5007f;
	text-decoration: none;
    transition: 0.5s;
}

.goods .mailorder .btn.ls {
	letter-spacing: -0.1em;
}

.goods .list {
	margin: 4em auto 0;
}

.goods .list dt{
	margin: 30px auto 0;
    padding:0.5em 0 0.3em;
	line-height: 1.5;
	color: #fff;
    font-weight: bold;
    background: #e5007f;
    font-size: 1.3em;
    text-align: center; 
    font-weight: 900;
    font-style: normal;
}

.goods .list dt .name {
	margin-right: 1em;
}

.goods .list dt .price {}

.goods .list dt .price .s {
	font-size: 0.8em;
}

.goods .list dd {
	padding: 20px 20px;
    border: 3px groove #e5007f;
	background-color: rgba(255,255,255,1);
    text-align: center;
	color: #000;
}

.goods .list .cont {
	width: 100%;
	margin: 1em auto;
	font-weight: 700;
}

.goods .list .cont th,
.goods .list .cont td {
	padding: 0.3em 0.5em;
	border: 2px solid #e5007f;
}

.goods .list .cont th {
	background: #e5007f;
	color: #fff;
}

.goods .list .cont td {
	padding: 1em;
	text-align: left;
	font-size: 0.9em;
}

.goods .list .cont .lbl {
	color: #e5007f;
}

.goods .list .data {
	font-size: 0.9em;
}


.goods .foot_caution {
	margin: 2em auto 0;
	font-size: 0.9em;
	font-weight: 500;
}