@charset "utf-8";
/* CSS Document */

/********フォント********/
/*
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
font-family: 'Kosugi Maru';
font-family: 'Sura',serif;　英字
*/

/********カラー********/
/*
紺 #3c3f73;
オレンジ　#bd6510;
緑　#2fa250;
紫　#7349a4;
ピンク　#c34279;
*/


/*******　表示遅延用アニメーション　*******/

/*@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

/********リンク********/
a:link{
    color: #404d66;
}
a:hover{
    color: #a774f9;
}

a:visited{
    color: #404d66;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }



a.anchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

@media screen and (max-width: 768px) {
    
    a.anchor{
        padding-top: 20px;
        margin-top: -20px;
    }
}


/********マージン、パディング********/

.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;}


/********見出し********/

.heading_page{
	width: 100%;;
	display: inline-block;
	margin-top: 0;
	margin: 80px auto 20px;
	vertical-align: middle;
	font-family: 'Sura',serif;
	line-height: 1.3;
	font-size: 40rem;
	color: #3c3f73;
	font-weight: 400;
}

.heading_page_sub {
	z-index: 1000;
	position: relative;
	margin: 1em auto;
	font-size: 32rem;
	letter-spacing: 0.5em;
	font-family: 'Sura',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 50px #fff, 0 0 100px #fff;      
	display: inline-block;
}

.heading_page_sub.en {
	font-weight: 400;
}

.heading_page_sub::before {
    position: absolute;
    content: "";
    background: url("../images/icon_sakura2.png") no-repeat;
    width: 34px;
    height: 80px;
    left: -60px;
    top:30px;
}

.heading_page_sub::after {
	position: absolute;
	content: "";
	background: url("../images/icon_sakura.png") no-repeat;
	width: 34px;
	height: 28px;
	right: -45px;
	top:0px;
	transform: rotate(-5deg);
}

@media screen and (max-width: 414px){
    .heading_page {
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 32rem;
    }
    
    .heading_page_sub {
        line-height: 1.5;
        font-size: 24rem;
        margin-bottom: 1em;
    }

    .heading_page_sub::before {
        left: -40px;
        top:5px;
    }
    
    .heading_page_sub::after {
        right: -25px;
        top:0px;
    }
}


/********テキスト********/

.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;}

.ls {letter-spacing: -0.1em;}
.ls2 {letter-spacing: -0.2em;}

/**********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pack {
    display: inline-block;
}
.pk {
    display: inline-block;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

}


@media screen and (max-width: 414px){

    .res2 {
        display: inline;
    }

}


@media screen and (max-width: 375px){

    .res3 {
        display: inline;
    }

}

@media screen and (max-width: 320px){

    .res4 {
        display: inline;
    }

}

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	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: 16em;
	line-height:2;
	color:#444d63;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  

}

body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	background-color: #95d1f2;
	background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;    
}

@media screen and (orientation: portrait) { /*デバイスが縦長の場合*/
	body:before{
		background-size: auto;    
	}
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}
}


.wrap{ 
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/*****メニュー*****/

.navi{
    z-index: 1000;
	position: fixed;
	width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: rgba(255,255,255,0.8);
	text-align: center;
    border-bottom: 2px solid #adcde4;
    font-family: 'Sura',serif;
    font-weight: 400;
}

.navi .c1 {color:#c34279;}

.navi .c2 {color:#2fa250;}

.navi .c3 {color:#7349a4;}

.navi .c4 {color:#bd6510;}


.navi .navi_logo{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.navi .navi_item{
	display: inline-block;
	margin: 10px 20px;
	vertical-align: middle;
    line-height: 1.5;
    font-size: 20rem;
}

.navi .navi_item .s{}

.navi .navi_item a{
	text-decoration: none;
    color: #3c3f73;
}

@media screen and (max-width: 1130px){
     .navi{
    }

    .navi .navi_logo{
    }

    .navi .navi_logo img{
        width: 140px;
    }
    
    .navi .navi_item{
        font-size: 16rem;
    }   
}

@media screen and (max-width: 990px){
     .navi{
        position: static;
    }

    .navi .navi_logo{
        display: block;

    }

    .navi .navi_logo img{
        width: 120px;
    }
    
    .navi .navi_item{
        font-size: 16rem;
    }  

}


@media screen and (max-width: 870px){
}


@media screen and (max-width: 660px){
     .navi{
    }
    
    .navi .navi_item{
        margin: 5px 8px;
        line-height: 1;
    }      
 
}


/*****メイン*****/

.main{
	max-width: 900px;
	width: 100%;
	margin: 0 auto 40px;
	padding-top: 180px;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
}

.index .main{
	padding-top: 100px;
}


.cast .main{
    max-width: 1300px;
}

.main_fadein{
  animation-name:main_fadein;
  animation-duration:4s; /*アニメーション時間*/
  animation-timing-function: ease; /*アニメーションさせるイージング*/
  animation-delay:0s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}

@keyframes main_fadein {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

@media screen and (max-width: 990px){
    .main{
        width: 90%;
    	padding-top: 0;
    }
    .index .main{
        width: 100%;
		padding-top: 20px;
    }
}




/*****フッター*****/

.footer{
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 16rem;
    color: #3c3f73;
    line-height: 1.5;
}

.footer a {
    color: rgba(92,91,99,0.8);
}

.footer .billing {
	margin: 2em auto;
    font-size: 1em;
    font-weight: 400;
}

.footer .billing .title {
    margin: 1em auto;
    font-size: 1.5em;
    font-weight: 700;
}

.footer .billing p {
    margin-bottom: 1em
}

.footer .sns_link {
    margin-top: 1em;
}

.footer .sns_link li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
}

.footer .sns_link li img{
    width: 100%;
}


footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 35px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 25px;
}

footer .policy_link {
	display: block;
    margin-bottom: 1em;
}

footer .policy_link .link {
	position: relative;
}

footer .policy_link .link a {
    display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: #3c3f73;
	font-size: 14rem;
	font-weight: 500;
}

footer .policy_link .link a:hover {
	color: #c34279;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 5px;
	z-index: 1000;
}


/********トップページ********/
.index {}

.index .main{
	max-width: 100%;
    position: relative;
}


/* --- 全体のBOX定義 ---------------------------------------- */
/*
.index .btn_stream {
	display: inline-block;
	margin: 0 auto 1em;
	
}*/


.index .visual_wrap {
    position: relative;
    max-width  : 900px;
	margin: 0 auto;
	z-index: 1;
}

.index .top_info .btn {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 auto 20px;
	max-width: 500px;
	height: 100%;
	padding: 0.8em 0;
	background: #c34279;
	text-decoration: none;
	color: #fff;
	font-size: 18rem;
    line-height: 1.2;
	transition: 0.5s;
}

.index .top_info .btn:hover {
	background: #3c3f73;
}

@media screen and (max-width: 990px){
	.index .top_info .btn {
		max-width: 60%;
		padding: 0.8em 0;
	}
}

@media screen and (max-width: 500px){
	.index .top_info .btn {
		max-width: 95%;
		padding: 0.8em 0;
	}
}

.index .visual {
    position: relative;
	z-index: 1;
    width: 100%;
    max-width  : 900px;
    max-height: 1273px;
    height: auto;
    margin: auto;
    box-shadow:0 0 50px #fff, 0 0 100px #fff, 0 0 100px #fff, 0 0 300px #fff;
}

.index .visual .inner {}


.area_visual .slider {
	position:relative;
	max-width:900px;
	margin:0 auto;
}

.area_visual .slick-box {
	margin: 1em auto 0;
}

.area_visual .slide {
	width: 100%;
	height: auto;	
}

.area_visual .slide img {
	width: 100%;
}

@media print{
	.area_visual .visual {
		display: none;
	}
    .area_visual .slide {
        display: none;
    }
}

.index .visual_wrap::after {
    position: relative;
	z-index: 2;
	content: "© 新川直司／講談社";
	display: block;
	margin: 0.5em auto 0;
	text-align: right;
	font-size: 15rem;
}

.index .twitter .twitter_waku {
	max-width: 800px;
	width: 100%;
    margin: 0 auto;
    padding: 0 1em;
}

@media screen and (max-width: 990px){
	.index .top_info a {	
		margin: 1em auto;
	}
}

@media screen and (max-width: 900px){
	.index .visual_wrap::after {
		margin-right: 1em;
	}
    .index .visual {
        margin: 10px auto;
        width: 95%;
    }

}

@media screen and (max-width: 375px){
	.index .top_info a {
		font-size: 1em;
	}	
}

/****************************************

　トップページのMOVIE

****************************************/



.index .area_movie {
	margin: 3em auto 0;
	opacity: 0;
	animation-name:appeare;
	animation-duration:2s;
	animation-timing-function:ease;
	animation-delay: 1s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index .area_movie .heading_page_sub {
    margin-bottom: 0;
}

.index .area_movie .list {
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 10px; 
}

.index .area_movie .item{
	display: block;
    margin: 3em auto;
}

.index .area_movie .name {
	display: inline-block;
	width: 90%;
    margin-bottom: 1em;
	padding: 0.2em 0;
    font-size: 18rem;
	line-height: 1.1;
    font-weight: 700;
    color: #444d63;
	border-top: 3px double #444d63;
	border-bottom: 3px double #444d63;
	font-weight: 500;
}

.index .area_movie .youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.index .area_movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 500px){
    .index .area_movie .list {
        display: block;
    }
    .index .area_movie .item{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px){
    .index .area_movie .name {
        font-size: 16rem;
    }
    .index .area_movie .list {
		margin-top: 2em;
        margin-bottom: 10px;
    } 
}

@media screen and (max-width: 365px){
.index .area_movie .name {
	font-size: 16rem;
	}
}


/****************************************

　イントロ

****************************************/

.intro{}

.intro .lead{
	margin: 1em auto 1em;
	text-align: center;
	font-size: 30rem;
	font-family: 'Sura',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
}

.intro .lead .c1 {
    color:#c34279;
}

.intro .lead .c2 {
    color:#2fa250;
}

.intro .lead .c3 {
    color:#7349a4;
}

.intro .lead .c4 {
    color:#bd6510;
}


.intro .text{
	margin: 1em auto 3em;
	padding: 3em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
	text-align: left;
	font-family: 'Kosugi Maru';
	font-size: 18rem;
}

.intro .text p:not(:last-of-type ){
    margin-bottom: 1em;
}

@media screen and (max-width: 600px){
    .intro .lead{
        font-size: 24rem;
    }
}

@media screen and (max-width: 414px){
    .intro{
    }

    .intro .lead{
        font-size: 20rem;
    }

    .intro .text {
		padding: 1.5em;

    }
    
    .intro .text p{
       text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff, 0 0 30px #fff, 0 0 50px #fff;
    }
    
}

@media screen and (max-width: 320px){
    .intro .lead{
        text-align: left;
    }
    .intro .lead .pk {
        display: inline;
    }
}

/****************************************

　ストーリー

****************************************/

.story{

}

.story .text{
    margin: 3em auto 5em;
	padding: 3em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);	
    text-align: left;
    font-family: 'Kosugi Maru';
	font-size: 18rem;
}

.story .text p{
/*    margin-top: 1em;*/
}

@media print {
    .story .photo{
        display: none;
    }
}


@media screen and (max-width: 414px){
    .story .text {
        margin-top: 1em;
		padding: 1.5em;
    }
    .story .text p{
       text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff, 0 0 30px #fff, 0 0 50px #fff;
    }
}


@media screen and (max-width: 320px){
}

/****************************************

　キャスト

****************************************/
.cast{}

.cast .hosoku {
    font-size: 0.8em;

}

.cast .hosoku2 {
    font-size: 0.7em;
    letter-spacing: -0.1em;
}

.cast .cast_wrap {
    margin: 4em auto;
    line-height: 1.2;
}

.cast .cast_wrap .photo{
    display: block;
    margin: 0.2em auto;
    max-width: 200px;
    width: 100%;
}

.cast .cast_wrap .photo img{
    display: block;
    width: 100%;
    vertical-align: bottom;
    border: 2px solid #fff;
    box-shadow: 0 0 10px #fff, 0 0 30px #fff;
}

.cast .cast_wrap .photo.cast_cover {
    display: block;
    background: url("../images/cast_teranishi.jpg") no-repeat top;
    background-size: contain;
}


.cast .cast_wrap .photo.cast_cover img{
    display: block;
    width: 100%;
    max-width: 200px;
    max-height: 243px;
    vertical-align: top;
}

@media print {
    .cast .cast_wrap .photo.cast_cover{
        display: none;
    }
}


.cast .cast_wrap .yaku {
	display: block;
	text-shadow: 0 0 5px #fff,0 0 10px #fff, 0 0 30px #fff;
	margin-bottom: 0.5em;
	font-size: 18rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #eb538b;
	font-family: 'Kosugi Maru'
}

.cast .cast_wrap .name {
	display: block;
	margin: 0.5em auto 0;
	text-shadow: 0 0 5px #fff,0 0 10px #fff, 0 0 30px #fff;
	font-size: 18rem;
	font-family: 'Kosugi Maru'
}

.cast .cast_wrap .cast_w,
.cast .cast_wrap .cast_s,
.cast .cast_wrap .cast_s2,
.cast .cast_wrap .cast_e,
.cast .cast_wrap .cast_c,
.cast .list_k {
    vertical-align: top;
    line-height: 1.2;
}

.cast .cast_wrap .cast_w {
    margin: 0 auto 6em;
}
.cast .cast_wrap .cast_w:first-of-type {
    margin-top: 4em;
}

.cast .cast_wrap .cast_w dd:not(.role) {
    display: inline-block;
    margin: 0 5px;
}

.cast .cast_wrap .cast_s dd:not(.role)  {
    display: inline-block;
    margin: 0 10px;
}

.cast .cast_wrap .cast_w dd.role,
.cast .cast_wrap .cast_s dd.role {
	max-width: 600px;
	margin: 1.5em auto 0;
	padding: 1em;
	background: rgba(255,255,255,0.2);
	border-top: 1px solid rgba(235,83,139,0.5);
	border-bottom: 1px solid rgba(235,83,139,0.5);
	font-size: 16rem;
	font-family: 'Kosugi Maru';
	line-height: 1.8;
}

.cast .cast_wrap .cast_s {
    margin: 0 auto 6em;
}

.cast .cast_wrap .cast_s2 {
    margin: 5em auto;
}

.cast .cast_wrap .cast_s2 li{
    display: inline-block;
    vertical-align: bottom;
    
} 

.cast .cast_wrap .cast_s2 .yaku {
    font-size: 0.8em;
}

.cast .cast_wrap .cast_s2 .name{
    font-size: 1em;
}

.cast .cast_wrap .flow{
    display: inline-block;
    margin: 3em 1em 0;
}

.cast .cast_wrap .flow .yaku {
	margin-bottom: 0.2em;
}

@media screen and (max-width: 1000px){

}


@media screen and (max-width: 540px){ 
	.cast .cast_wrap .cast_w dd.role,
	.cast .cast_wrap .cast_s dd.role {
		text-align: left;
	}
}

@media screen and (max-width: 500px){ 

    .cast .cast_wrap .photo{
        width: 100%;
    }
    
    .cast .cast_wrap .cast_w .photo,
    .cast .cast_wrap .cast_s .photo,
    .cast .cast_wrap .cast_s2 .l .photo{
        max-width: 120px;
    }
    
    .cast .cast_wrap .cast_s2 .s .photo{
        max-width: 100px;
    }
    
    .cast .cast_wrap .photo img{
        width: 100%;
    }

    .cast .cast_wrap .cast_s2  {
        max-width: 300px;
    }
    
    .cast .cast_wrap .cast_s2 li{
        margin-bottom: 3em;
        margin: 0 3px 3em;

    } 

    .cast .cast_wrap .cast_s2 .yaku {
        font-size: 0.8em;
    }

    .cast .cast_wrap .cast_s2 .name{
        font-size: 1em;
    }
        
    .cast .cast_wrap .cast_c {
        width: 340px;
        text-align: left;
        margin-top: 0;
    }   

    .cast .cast_wrap .flow{

    }    
}
@media screen and (max-width: 420px){ 
    .cast .cast_wrap .cast_w dd {
    }
    .cast .cast_wrap .cast_w dd:not(:last-of-type) {
        margin-bottom: 1em;
    }
}


/***コメント動画ボタン***/
    .cast .btn_cmt {
    display: none;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 100px;
    height: 1.5em;
    margin: 5px auto 0;
    line-height: 1.5em;
    padding-top: 0.1em;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    background: linear-gradient(#8dc2fe 0%, #a9e9fc 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    font-size: 13rem;
    font-family: 'Kosugi Maru';
}

.cast .btn_cmt:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
   background: linear-gradient(#bed9f8 0%, #e1edfa 100%);
}

.staff_wrap .btn_cmt {
    display: none;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 100px;
  height: 1.5em;
    margin-left: 5px;
  line-height: 1.5em;
    padding-top: 0.1em;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#8dc2fe 0%, #a9e9fc 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    font-size: 13rem;
font-family: 'Kosugi Maru';
    vertical-align: top;
}

.staff_wrap .btn_cmt:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background: linear-gradient(#bed9f8 0%, #e1edfa 100%);
}

/***　アンサンブル（役名有り）　***/

.cast .cast_wrap .cast_e .yaku{
    font-size: 0.8em;
}

.cast .cast_wrap .cast_e .name{
    margin-top: 0.5em;
    font-size: 0.9em;
}

.cast .cast_wrap .cast_e {
    margin: 2em auto 0;
}


.cast .cast_wrap .cast_e {
    max-width: 800px;
}

.cast .cast_wrap .cast_e li{
    display: inline-block;
    margin: 0 1em 1em;
    vertical-align: top;
    max-width: 135px;
}

.cast .cast_wrap .cast_e li img {
    width: 100%;
}

.cast .cast_wrap .cast_e .cast_e_pc {
    display: inline;
}

@media screen and (max-width: 780px){ 
    .cast .cast_wrap .cast_e .cast_e_pc {
        display: none;
    }
}

@media screen and (max-width: 1000px){
    
    .cast .cast_wrap .cast_e li{
        display: inline-block;
        margin: 0 1em 2em;
        vertical-align: top;
    }

    .cast .cast_wrap .cast_e li img {
        width: 100%;
    }
     .cast .cast_wrap .cast_e{
        font-size: 0.8em;
    }   
    .cast .cast_wrap .cast_e li.chousei1 .name{
        width: 65px;
    }
    .cast .cast_wrap .cast_e li.chousei2 {
    }
}
@media screen and (max-width: 500px){ 
        
    .cast .cast_wrap .cast_e {
        width: 340px;
        text-align: left;
        margin-top: 0;
    }   
    .cast .cast_wrap .cast_e.cen {
        margin-bottom: 2em;
        text-align: center;
    }   
    .cast .cast_wrap .cast_e .yaku{
        font-size: 0.8em;
    }

    .cast .cast_wrap .cast_e .name{
        font-size: 0.9em;
    }
    .cast .cast_wrap .cast_e li {
        max-width: 81px;
        text-align: center;
        margin-bottom: 2em;
    }
    .cast .cast_wrap .cast_e li img {

    }
    
}

@media screen and (max-width: 375px){         
    .cast .cast_wrap .cast_e {
        width: 280px;
    } 
    .cast .cast_wrap .cast_e li{
        margin: 0 0.5em 2em;
        }
}


@media screen and (max-width: 299px){      
    .cast .cast_wrap .cast_e {
        width: 100%;
    } 
    .cast .cast_wrap .cast_e li{
        display: block;
        margin: 0 auto 1em;
        }
}

/****　アンサンブル　****/


.cast .cast_e2 {
    margin: 2em auto 0;
}

.cast .cast_e2 .res_cast_e2 {
	display: inline;
}

.cast .cast_e2 .res_cast_e2b {
	display: none;
}

.cast .cast_e2 .item{
    display: inline-block;
    margin: 0 0.5em 1em;
    vertical-align: top;
}

.cast .cast_e2 .item.empty {
    width: 100%;
    max-width: 135px; 
}
.cast .cast_e2 .name{
    font-size: 0.9em;
    line-height: 1.5;
}

.cast .cast_e2 .name .item {
	letter-spacing: -0.05em;
}

@media screen and (max-width: 1000px){
    .cast .cast_wrap .cast_e2 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 500px){
    .cast .cast_e2 .item{
        max-width: 81px;
    }

    .cast .cast_e2 .item.empty {
        max-width: 81px; 
    }
    .cast .cast_wrap .cast_e2 .name{
        font-size: 0.9em;
    }

}

@media screen and (max-width: 430px){
	.cast .cast_e2 .res_cast_e2 {
		display: none;
	}
	.cast .cast_e2 .res_cast_e2b {
		display: inline;
	}
}


/***　子役　***/

.cast .list_k {
    max-width: 800px;
    margin: 2em auto 0;
	text-shadow: 0 0 5px #fff,0 0 10px #fff, 0 0 30px #fff;
	font-family: 'Kosugi Maru';
}

.cast .list_k dt{
    font-size: 0.8em;
    color: #c34279;
}

.cast .list_k dd{
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #444d63;
}

.cast .list_k li{
    display: inline-block;
    margin: 0 0.5em 1em;
}

@media screen and (max-width: 1000px){
     
    .cast .list_k {
        font-size: 0.8em;
    }   
    .cast .list_k li{
        display: inline-block;
        margin: 0 1em 2em;
        vertical-align: top;
    }
}

@media screen and (max-width: 500px){ 

    .cast .list_k dt{
        font-size: 0.8em;
    }

    .cast .list_k dd{
        font-size: 0.9em;
    }  
}

@media screen and (max-width: 340px){ 

    .cast .list_k li {
        display: block;
        margin: 0 auto 0.5em;
    }    
}


/***　スウィング　***/

.cast .list_s {
    max-width: 800px;
    margin: 2em auto 0;
	text-shadow: 0 0 5px #fff,0 0 10px #fff, 0 0 30px #fff;
	font-family: 'Kosugi Maru';
}

.cast .list_s .yaku{
    font-size: 0.8em;
    color: #c34279;
}

.cast .list_s .name{
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #444d63;
}


@media screen and (max-width: 1000px){
    
    .cast .list_s {
        font-size: 0.8em;
    }
}

.cast .cast_note {
    margin: 2em auto 0;
    font-size: 0.8em;
}

@media screen and (max-width: 1000px){
    
    .cast .cast_note {
        font-size: 0.8em;
    }
}

/****　スタッフ　****/


.cast .staff_wrap {}

.cast .staff_wrap .list {
    overflow: hidden;
    margin-bottom: 2em;
font-family: 'Kosugi Maru'
}

.cast .staff_wrap .list.s {
    font-size: 0.9em;
}

.cast .staff_wrap .list dt {
    float: left;
    width: 50%;
    text-align: right;

}

.cast .staff_wrap .list dt::after {
    content: "：";
    color: #eb538b;
}

.cast .staff_wrap .list dd {
    float: left;
    width: 50%;
    text-align: left;
}


@media screen and (max-width: 720px){ 
    .cast .staff_wrap {}

    .cast .staff_wrap .list dt {
        float: none;
        width: 100%;
        text-align: center;
        color: #eb538b;
        font-size: 0.9em;
    
    }

    .cast .staff_wrap .list dt::after {
        content: none;
    }

    .cast .staff_wrap .list dd {
        float: none;
        width: 100%;
        margin-bottom: 1.5em;
        text-align: center;
        line-height: 1.5;
    }
}



/****コメント文ポップパップ*****/
.cast .cmt_box {
    max-width: 800px;
    padding: 3em 2em 2em;
    margin: 40px auto;

    overflow-y: auto;
    height: 100%;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    border-radius: 1px;

    background: rgba(255,255,255,0.9);
    border: 2px solid #8dc2fe;
}

.cast .cmt_box .lbl {
    text-align: center;
    margin-bottom: 2em;
    border-bottom: 1px solid #444d63;
}

.cast .cmt_box .name{
    display: inline-block;
    vertical-align: top;
    font-size: 18rem;
    text-align: center;
    letter-spacing: 0.1em;
}


.cast .cmt_box .text {
    padding: 0 20px;
}

@media screen and (max-width: 900px){
    .cast .cmt_box {
        margin: 40px 1em;
        }
}

/********************************************

　チケット

*********************************************/

.ticket{}


/***　速報　***/
.ticket .sokuho {}

.ticket .sokuho .list {
	padding: 2em;
    border: 1px solid #e99ab7;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
}

.ticket .sokuho .tokyo {
	margin: 0 auto 3em;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	font-size: 20rem;
}

.ticket .sokuho .tokyo .day {
	margin: 0 auto 0.5em;
	font-size: 30rem;
	line-height: 1.5;
}

.ticket .sokuho .tokyo .day .s {
	padding: 0 0.2em;
	font-size: 0.7em;
}

.ticket .sokuho .tokyo .theater {
}

.ticket .sokuho .tokyo .theater .note {
	display: block;
	font-size: 0.7em;
}

.ticket .sokuho .tokyo .maeuri {
	margin-top: 0.5em;
	color: #c34279;
	line-height: 1.5;
}

.ticket .sokuho .tokyo .maeuri .pk {
	margin: 0 0.5em;
}

.ticket .sokuho .tour {
	font-size: 20rem;
}

.ticket .sokuho .tour .list {
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.ticket .sokuho .tour .list dt {
	font-size: 30rem;
}

.ticket .sokuho .tour .list dt .s {
	padding: 0 0.2em;
	font-size: 0.7em;
}

.ticket .sokuho .tour .list dd:not(:last-of-type) {
	margin: 0 auto 1em;
}

.ticket .sokuho .tour .list li {}

.ticket .sokuho .tour .list .area {
	display: inline-block;
	margin: 0 0.5em;
	color: #c34279;
}

.ticket .sokuho .tour .list .theater {
	display: inline-block;
	margin: 0 0.5em;
	line-height: 1.3;
}


@media screen and (max-width: 520px){
	.ticket .sokuho .tour .list .area {
		display: block;
	}

	.ticket .sokuho .tour .list .theater {
	}
}

/***　本報　***/

.ticket .caution {
    width: 100%;
    max-width: 900px;
    margin: 1em auto;
	font-size: 14rem;
	text-align: left;
}

.ticket .caution li{
	padding-left: 1em;
	text-indent: -1em;
    line-height: 1.8;
}

.ticket .caution:not(:last-of-type) li{
    margin-bottom: 0.5em;
}



/********　東京公演、全国公演ボタン　********/

.ticket .anchor {
	display: block;
	padding-top: 2em;
	margin-top: -2em;
}
.ticket #TOKYO,
.ticket #ZENKOKU {
    margin-top: -120px;
    padding-top: 120px;
}

.ticket .area_btn {
    margin: 2em auto;
}

.ticket .area_btn li{
	max-width: 238px;
	width: 100%;
    margin: 10px;
    display: inline-block;
	vertical-align: top;
}


.ticket .area_btn li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
    
    .ticket #TOKYO,
    .ticket #ZENKOKU {
        margin-top: 0;
        padding-top: 0px;
    }
}

@media screen and (max-width: 580px){
    .ticket .area_btn li{
        margin: 3px;
        display: inline-block;
        max-width: 180px;
    }

}

@media screen and (max-width: 414px){
    
    .ticket .area_btn {
        margin: 0 auto;
    }

    .ticket .area_btn li{
        margin: 3px;
        display: inline-block;
    }

    .ticket .area_btn li {
        max-width: 130px;
    }
    
    .ticket .area_btn li img{
        width: 100%;
        height: auto;
    }
}

/********　日程、星取り　********/

.ticket .head_info {
	max-width: 900px;
	margin: 0 auto;
}

.ticket .head_info .sch {
    margin: 1.5em auto 0;
    max-width: 650px;
    width:100%;
}
.ticket .head_info .sch img{
    width:100%;
}

.ticket .head_info .theater {
    margin: 0 auto 2em;
	font-size: 24rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

.ticket .head_info .theater a {
	text-decoration: none;
}

.ticket .head_info .theater a:hover {
	color: #c34279;
}

.ticket .head_info .hoshitori {
    margin: 40px auto 3em;
}

.ticket .head_info .hoshitori img {
    width: 100%;
    max-width: 700px;
}

.ticket .head_info .btn_castsche {
    display: inline-block;
	margin-bottom: 2em;
    padding: 0.5em 2em;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 20rem;
    text-decoration: none;
    background: rgba(235,83,139,0.6);
    border: 3px solid rgba(235,83,139,0.2);
    border-radius: 5px;
}

.ticket .head_info .btn_castsche:hover {
    background: rgba(235,83,139,0.9);
}

.ticket .head_info .btn_castsche .icon {
    margin-right: 0.3em;
	font-size: 0.8em;
}
@media screen and (max-width: 540px){

	.ticket .head_info .theater {
		font-size: 4vw;
	}
}
@media screen and (max-width: 440px){
	.ticket .head_info .btn_castsche {
		padding: 0.5em 1em;
		font-size: 18rem;
	}
}
@media screen and (max-width: 414px){

    .ticket .hoshitori {
        margin-top: 1em;
    }
}
@media screen and (max-width: 360px){
	.ticket .head_info .btn_castsche {
		padding: 0.5em 0.5em;
		font-size: 16rem;
	}
}

.ticket .head_info .caution a {
	color: #3c3f73;
	text-decoration: none;
}

.ticket .head_info .list_price {
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.ticket .head_info .list_price caption {
	font-size: 1.2em;
}
.ticket .head_info .list_price caption .note {
	font-size: 0.7em;
}

.ticket .head_info .list_price th,
.ticket .head_info .list_price td {
	padding: 0.5em 1em;
	border: 1px solid #3c3f73;
}

.ticket .head_info .list_price th {
	background: rgba(60,63,115,0.1);
}

/********　チケット窓口　********/

.ticket .way {
	text-align: left;
	width: 100%;
    max-width: 900px;
	margin: 60px auto 60px;
}


.ticket .way a{
    font-weight: bold;
}

.ticket .way > dt{
    background:rgba(195,66,121,0.6);
	margin: 30px auto 0;
	padding: 0.5em 1em;
	line-height: 2.5em;
	color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 20rem;
    line-height: 1.5;
}

.ticket .way > dd{
	padding: 2em;
    background: #fff;
    color: #444d63;
    background: rgba(255,255,255,0.5);
    border: 1px solid #e99ab7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    word-break: break-all;
    text-align: center;
}


@media screen and (max-width: 414px){

    .ticket .way {
        margin: 2em auto;
    }
}

@media screen and (max-width: 640px){

    .ticket .way > dd{
        padding: 2em 1em;
    }
}

.ticket .way > dd a{
	color: #404d66;
}


.ticket .way > dd .caution {
    padding-top: 1.5em;
    border-top: 1px solid #e99ab7;
}

.ticket .way dd .start {
    display: inline-block;
    margin: 0 auto 2em;
	border-bottom:1px solid #444d63;
	font-weight: bold;
    line-height: 1.3;
    text-align: center;
    font-size: 18rem;
}


@media screen and (max-width: 767px){
    .ticket .way dd .start {
        margin: 0 auto 1em;
    }
}

.ticket .way > dd .lbl {
    display: block;
    font-weight: 900;
    margin: 0 auto 1em;
    font-size: 0.9em;

}
.ticket .way > dd .url .fas {
    margin-right: 0.3em;
}

.ticket .way > dd .tel .fas{
    margin-right: 0.1em;
    font-size: 0.9em;
    font-weight: bold;
}

.ticket .way > dd .url {
    display: block;
    font-size: 28rem;
    font-weight: 700;
    font-family: 'Sura',serif;
    text-decoration: none;
    line-height: 1;
}
.ticket .way > dd .url a{
    text-decoration: none;
}

.ticket .way > dd .tel {
    display: block;
    font-size: 28rem;
    font-weight: 700;
    font-family: 'Sura',serif;
    text-decoration: none;
    line-height: 1;
}
.ticket .way > dd .tel a{
    text-decoration: none;
	color: #3c3f73;
}


.ticket.ticket .way .senkou {
	margin-top: 3em;
    margin-bottom: 2em;
}

.ticket.ticket .way .senkou dt{
	color: #fff;
    padding: 0.2em 1em;
    background:rgba(195,66,121,0.6);
    font-size: 16rem;
 
}

.ticket.ticket .way .senkou dd{
	margin: 0.5em 0.5em 1em;
    padding: 0 0.5em;
    font-size: 18rem;
    font-weight: 700;
}


.ticket.ticket .way .playguid {
    width: 100%;
    margin: 1em auto;
}

.ticket.ticket .way .playguide .list{
    margin: 0 auto 0;
}

.ticket.ticket .way .playguide .list dt{
	color: #fff;
    padding: 0.2em 1em;
    background:rgba(195,66,121,0.6);
    font-size: 16rem;
 
}

.ticket.ticket .way .playguide .list dd{
	margin: 0.5em 0.5em 1em;
    padding: 0.3em 0.5em;
    font-weight: 700;
    font-size: 18rem;
    font-weight: 700;
    font-family: 'Sura',serif;
    line-height: 1.5;
}

.ticket.ticket .way .playguide .list dd a{
	text-decoration: none;
}



/***　グループ観劇　***/

.ticket .way .group .tel,
.ticket .way .group .office {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 20rem;
}

.ticket .way .group .tel .icon {
	margin-right: 0.2em;
}

.ticket .way .group .tel a {
	text-decoration: none;
	color: #3c3f73;
}

.ticket .way .group .btn {
	display: block;
	margin: 0 auto 0;
	max-width: 300px;
	width: 100%;
}

.ticket .way .group .btn img {
	width: 100%;
}

@media screen and (max-width: 580px){
	.ticket .way .group .btn {
		max-width: 180px;
	}
}

/*****　テレザーブ　*****/

.ticket .way .tele {}

.ticket .way .tele .tel .note {
	display: inline-block;
	font-size: 0.7em;
}

/*****　リセール　*****/

.ticket.ticket .way .resale p {
	padding: 0 1em;
    text-align: left;
}

.ticket.ticket .way .resale .list {
    margin-top: 2em;
}

.ticket.ticket .way .resale .list li {
    margin: 1em;
    display: inline-block;
}

.ticket.ticket .way .resale .list span {
    font-size: 0.9em;
}
.ticket.ticket .way .resale .list img {
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
}
.ticket.ticket .way .resale .list .day {
    display: block;
    margin-bottom: 0.3em;
    color: #df8200;
}

.ticket.ticket .way .resale .list a {
    text-decoration: none;
}

/********　会場　********/
.ticket .way .kaijyou .theater {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3em;
}

.ticket .way .kaijyou .theater a {
	text-decoration: none;
	transition: 0.5s;
}

.ticket .way .kaijyou .theater a:hover {
	color: #c34279;
}
.ticket .way .kaijyou .theater .icon {
	margin-left: 0.2em;
	font-size: 0.8em;
	vertical-align: super;
}

.ticket .way .kaijyou .add {
    font-size: 0.9em;
}

.ticket .way .kaijyou .add .pk {
    margin: 0 0.5em;
}

.ticket .way .kaijyou .btn_seat {
	display: inline-block;
	margin: 2em auto 0;
	max-width: 300px;
	width: 100%;
}

.ticket .way .kaijyou .btn_seat img {
	width: 100%;
}

@media screen and (max-width: 640px){
	.ticket .way .kaijyou .btn_seat {
		max-width: 240px;
	}
}

/********　お問い合わせ　********/

.ticket .way .contact {}

.ticket .way .contact .tel {
	display: block;
}
.ticket .way .contact .tel .note {
	display: inline-block;
	font-size: 0.7em;
}
.ticket .way .contact .office {
	display: block;
	margin: 1em auto 0;
}

@media screen and (max-width: 414px){
    .ticket .kaijyou .logo img{
        max-width : 160px ; /* IE8以下とAndroid4.3以下用フォールバック */
        max-width : -webkit-calc(301px * 0.6) ;
        max-width : calc(301px * 0.6) ;
    } 

}

/********　ツアー　********/

.tour {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.tour .area_heading {
    width: 98%;
	margin: 0 auto 0;
	padding: 0.5em 0;
    background:rgba(195,66,121,0.6);
	line-height: 2.5em;
	color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 20rem;
    line-height: 1.5;
}

.tour .area_heading:not(:first-of-type) {
	margin: 30px auto 0;
}

.tour .tour_list {
    margin-bottom: 1em;
    width: 98%;
    background: #fff;
    margin: 0 auto 1.5em;
    background: rgba(255,255,255,0.5);
}

.tour .tour_list th{
    padding: 0.5em;
    border: 1px solid #eb538b;
    font-size: 0.8em;
    background: rgba(233,222,233,0.5);
}

.tour .tour_list td{
    border: 1px solid #eb538b;
    padding: 0.5em;
}


.tour .tour_list .day{
    width: 14em;
	padding: 0 1em;
	line-height: 1.5;
	text-align: center;
}

.tour .tour_list .day.sat {
	color: #4863bc;
}
.tour .tour_list .day.sun {
	color: #dd4457;
}

.tour .tour_list .wcast{
    width: 7em;
	font-size: 0.9em;
	line-height: 1.8;
	font-size: 15rem;
	white-space: nowrap;
}
/*.tour .tour_list .wcast li{
	display: inline-block;
	font-size: 0.9em;
}
.tour .tour_list .wcast li:not(:last-of-type)::after {
	content: "・";
}*/
.tour .tour_list .place{
}
.tour .tour_list .theater {
	line-height: 1.5;
	font-size: 18rem;
}
.tour .tour_list .theater .pack2 {
	display: inline-block;
	margin: 0 0.5em;
}
.tour .tour_list .contact {
	font-size: 18rem;
}

.tour .tour_list .contact .lbl {
	display: inline-block;
}
.tour .tour_list .contact .lbl::before {
	content: "［";
}
.tour .tour_list .contact .lbl::after {
	content: "］";
}

.tour .tour_list .contact .office {
	display: inline-block;
	margin: 0 0.5em;
}
.tour .tour_list .contact .office a {
	transition: 0.5s;
}
.tour .tour_list .contact .office a:hover {
	color: #c34279;
}

.tour .tour_list .contact .office .icon {
	margin-left: 0.2em;
	vertical-align: super;
	font-size: 0.7em;
}
.tour .tour_list .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.tour .tour_list .contact .tel::before {
	content: "TEL.";
}
.tour .tour_list .contact .tel a {
	text-decoration: none;
	color: #3c3f73;
}


.tour .note {
	font-size: 18rem;
}


.tour_cast_pc {display: inline;}
.tour_cast_sp {display: none;}

@media screen and (max-width: 910px) {

	.tour .tour_list .day{
		width: 10em;
		padding: 0 0.5em;
		font-size: 0.9em;
	}

	.tour .tour_list .theater {
		font-size: 0.9em;
	}

}

@media screen and (max-width: 896px) {

    .tour {
        padding: 1em 0 0;
        font-size: 0.9em;
        }

    .tour .tour_list td {
        padding: 0.5em 0.2em;
    }

/*    .tour .tour_list .wcast {
        width: 6em;
    }*/
}
@media screen and (max-width: 600px) {

	.tour .tour_list .wcast{
		width: 6em;
	}
	.tour .tour_list .wcast li{
		display: block;
		line-height: 1.5;
	}
	.tour .tour_list .wcast li:not(:last-of-type)::after {
		content: none;
	}
}
@media screen and (max-width:460px) {
	.tour .tour_list th{
		line-height: 1.2;
	}
	.tour .tour_list th,
	.tour .tour_list .day,
	.tour .tour_list .wcast,
	.tour .tour_list .theater,
	.tour .tour_list .contact {
		font-size: 16rem;
	}

	.tour .tour_list .theater {
		width: 10em;
	}
}
@media screen and (max-width: 414px) {

	.tour .tour_list .day{
		width: 10em;
		padding: 0.5em 0.5em;
	}
	.tour .tour_list th,
	.tour .tour_list .wcast {
		font-size: 14rem;
	}
	.tour .tour_list .contact {
		line-height: 1.5;
	}
	.tour .tour_list .contact .lbl {
		display: block;}
	.tour .tour_list .contact .lbl::before {
		content: "《";
	}
	.tour .tour_list .contact .lbl::after {
		content: "》";
	}
}
    

/********コメント********/


#comment{
width: 100%;
    max-width: 680px;
margin: 0 auto;
padding: 0;
text-align: center;
    word-wrap: break-word;
    position: relative;
    z-index: 100;

}
#comment p.title{
font-family: 'Noto Serif JP', serif;
font-weight: 700;
font-size: 120%;
background: #5c5b63;
color: #fff;
margin: 0 auto 0.5em;
padding: 0.5em;
line-height: 1;
}

#comment p.title:last-of-type{
margin: 2em auto 0.5em;
}
#comment dl{
margin: 0 auto 1.5em;
padding: 1em;
text-align: left;
    background: rgba(255, 255, 255, 0.3);
}

#comment dl dt{
font-family: 'Noto Serif JP', serif;
font-weight: 600;
font-size: 120%;
color: #5c5b63;
line-height: 1.3;

border-bottom: 4px double #5c5b63;
margin: 0 auto;
padding: 0 0.5em 0.3em;
}

#comment dl dt span{
font-size: 80%;
}

#comment dl dd{
margin: 0 auto 1em;
padding: 0.5em;
color:#5c5b63;
border-bottom: 1px solid #5c5b63;
line-height: 1.8;
font-size: 100%;

}
#comment dl .list_button{
margin: 0 auto 0.5em;
padding:1px 0.5em;
background: #5c5b63;
color: #fff;
border: 1px solid #5c5b63;
font-family: 'Noto Serif JP', serif;
font-weight: 600;
font-size:90%;
/*display: inline-block;*/
}
#comment dl .list_button:before{
content: '＋ ';
}

#comment dl .list_button.tgl:before{
content: '－ ';
}

#comment dl .list{
margin: 0 auto;
padding:0;


}

#comment dl .list .toggle{
display: none;
}
#comment dl .list .table{
display: table;
width: 100%;
color:#5c5b63;
border-bottom: 1px solid #5c5b63;
font-size: 80%;
}

#comment dl .list .table.head{
font-family: 'Noto Serif JP', serif;
font-weight: 600;
border-bottom: 4px double #5c5b63;
font-size: 100%
}
#comment dl .list .cell{
display: table-cell;
margin: 0;
padding: 5px;
line-height: 1.3;
vertical-align: middle;
}
#comment dl .list .title{
width: 50%;
}
#comment dl .list .date{
width: 20%;
}
#comment dl .list .theater{
width: 30%;
}
#comment dd {
    font-family: 'Kosugi Maru';

    }

/****************************************

　MOVIE　動画

****************************************/

.movie {
    text-align: center;
    margin: 0 auto 0;
}

.movie .heading_page_sub {
	letter-spacing: 0.1em;
}

.movie .list {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 10px 0;
/*    display: flex;
    justify-content: center;
    align-items: flex-start;*/
}
.movie .item{
    flex-basis: 100%;
    margin: 10px auto 0;
    margin-top: auto;
}

.movie .name {
	width: 90%;
    margin: 0 auto 1em;
	padding: 0.2em 0;
    font-size: 18rem;
	line-height: 1.1;
    font-weight: 700;
    color: #444d63;
	border-top: 3px double #444d63;
	border-bottom: 3px double #444d63;
	font-weight: 500;
}

.movie .youtube {
	position: relative;
	height: 0;
	margin-bottom: 40px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 10px #fff, 0 0 30px #fff;
}

@media screen and (max-width: 1300px){
    .movie .name {
        font-size: 16rem;
    }
}
@media screen and (max-width: 1100px){
    .movie .heading_movie {
        font-size: 18rem;
    }    
    .movie .name {
        font-size: 15rem;
    }
}

@media screen and (max-width: 768px){
    .movie .heading_movie {
        font-size: 20rem;
    }    
    .movie .name {
        font-size: 18rem;
    }
}

@media screen and (max-width: 500px){
    .movie .list {
        display: block;
    }
    .movie .item{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px){
        .movie .name {
            font-size: 16rem;
        }
        .movie .list {
        } 
}




/***************************************************

　フライヤー

**************************************************/

.flyer {
}
.flyer .list {
    margin: 2em auto 2em;
    padding: 0 2em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
}
.flyer .list .item {
    display: block;
    margin: 2em auto 1.5em;
}

.flyer .list dt {
    margin: 0 auto 2em;
    color: #fff;
    background: #444d63;
    font-weight: 700;
    font-style: normal;
    font-size: 14rem;
    font-family: 'Noto Sans JP', sans-serif;    
}
.flyer .list dd {
	display: inline-block;
	margin: 0 0.5em 0.5em;
    max-width: 240px;
	width: 100%;
}

.flyer .list .thm img{
	display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(92,118,151,0.3);

}

/*.flyer .list .thm {
    position: relative;
    margin: 0 10px;
    width: 240px;
    height: 340px;
}

.flyer .list .cover_front {
	position: absolute;
    left:0px;top:0px;width: 100%;height: 100%;
	background: url("../images/flyer2_front_thm.jpg") no-repeat center center/cover;

}

.flyer .list .cover_back {
	position: absolute;
    left:0px;top:0px;width: 100%;height: 100%;
	background: url("../images/flyer4_back_thm.jpg") no-repeat center center/cover;

}*/

@media print {
    .flyer .list .cover {
        display: none;
    } 
}

@media screen and (max-width: 768px){
     .flyer .item dt {
/*        margin: 0 auto 0.5em;*/
        font-size: 18rem;
    }   
}


@media screen and (max-width: 700px){
    .flyer .item {}
    .flyer .item img {
    }
}


/****************************************

　イベント

****************************************/
.event .detail {
	width: 100%;
    max-width: 900px;
	margin: 60px auto 60px;
}

.event .heading_page_sub {
	margin: 1em auto 0;
	letter-spacing: 0.2em;
}

.event .detail a{
    font-weight: bold;
}

.event .detail > dt{
    background:rgba(195,66,121,0.6);
	margin: 30px auto 0;
	padding: 0.5em 1em;
	color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 20rem;
    line-height: 1.5;
}

.event .detail > dd{
	padding: 2em;
    color: #444d63;
    background: rgba(255,255,255,0.5);
    border: 1px solid #e99ab7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    word-break: break-all;
    text-align: center;
}

.event .detail .lead {
	text-align: center;
}

.event .detail .lead .note {
	font-size: 0.9em;
}

@media screen and (max-width: 490px){
	.event .detail .lead {
		text-align: left;
	}
	.event .detail .lead .pk {
		display: inline;
	}
}

.event .detail .list_sch {
	display: inline-block;
	max-width: 600px;
	width: 100%;
	margin: 1em auto 0;
	padding: 1em;
	border: 1px solid #e99ab7;
}

.event .detail .list_sch li {
	padding: 0 2em;
}

.event .detail .list_sch li:not(:last-of-type) {
	border-bottom: 1px dotted #e99ab7;
}
.event .detail .list_sch.after li {
	padding: 0.5em 1em;
}
.event .detail .list_sch.after li .day {
	display: block;
	margin: 0 0.5em;
}

.event .detail .list_sch.after li .cast {
	display:-block;
	margin: 0 0.5em;
	color: #c34279;
}
.event .detail .caution {
	display: inline-block;
	margin: 2em auto 0;
	text-align: left;
	font-size: 0.9em;
}

.event .detail .caution li {
	padding-left: 1em;
	text-indent: -1em;
}

/****************************************

　グッズ　CDページ

****************************************/

body.cd {

	/* 画像ファイルの指定 */
	background-image: url(../images/cd_bg.jpg);

}

.cd .c1 {color:#c34279;}

.cd .c2 {color:#2fa250;}

.cd .c3 {color:#7349a4;}

.cd .c4 {color:#bd6510;}

.cd .main {
    padding-top: 0;
}

.cd .logo {
    max-width: 600px;
    margin: 40px auto 0;
}

.cd .logo img {
    width: 100%;
}

.cd .heading_page {
    margin-bottom: 1.5em;
    font-weight: bold;
    font-family: 'Noto serif JP',sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.cd .heading_page_sub {
    margin-bottom: 0.5em;
}

.cd .lead {
    margin-bottom: 2.5em;
}
.cd .lead p {
    margin-bottom: 1em;
}

.cd .res_pc {
    display: inline;
}


@media screen and (max-width:768px){
    
    .cd .logo img {
        width: 80%;
    }
}

@media screen and (max-width:414px){

    .cd .heading_page {
        font-size: 22rem;
    }
    .cd .lead {
        text-align: left;
    }    
    .cd .lead .res2 {
        display: none;
    }
    .cd .day {
        font-size: 24rem;
    }
    .cd .res_pc {
        display: none;
    }    
}

@media screen and (max-width:320px){

    .cd .heading_page {
        font-size: 20rem;
    }
}


/*********　商品概要　*********/

.cd .product {
    margin: 0 auto 2em;
    padding: 2em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
}

.cd .product .heading {
    margin-top: 1em;
    font-family: 'Sura',serif;
    font-size: 30rem;
    font-weight: 700;
    line-height: 1.5;
}

.cd .product .heading .note {
    font-size: 0.8em;
    display: block;
}

.cd .product .jacket{
    max-width: 600px;
    margin: 2em auto 0;
}

.cd .product .jacket img {
    max-width: 100%;
    box-shadow: 0 0 5px #fff;
}


@media screen and (max-width:768px){

    .cd .product .jacket img {
        max-width: 80%;
    }
}

@media screen and (max-width:414px){
    .cd .product {
        margin: 0 auto 1em;
        padding: 1em;
    }

    .cd .product .heading {
        font-size: 20rem;
    } 
    .cd .product .heading .note {
        font-size: 0.7em;
        letter-spacing: -0.1em;
    }    
    .cd .product .jacket{
        margin: 1em auto 0;
    }
}

@media screen and (max-width:320px){
}

.cd .product .detail {
    font-weight: 300;
}

.cd .product .detail > dt {
    margin: 3em auto 2em;
    padding: 0.8em 1em;
    background: rgba(235,83,139,0.6);
    color: #fff;
    line-height: 1;

}

.cd .product .detail .price {
    font-size: 24rem;

}
.cd .product .detail .price .s {
    font-size: 0.8em;
}


@media screen and (max-width:768px){
}

@media screen and (max-width:414px){
    .cd .product .detail > dt {
        margin: 1em auto 0.5em;
    }
}

@media screen and (max-width:320px){
}

.cd .product .detail .note {
    margin-top: 2em;
    font-size: 0.9em;
    line-height: 1.5;
}

@media screen and (max-width:414px){
    .cd .product .detail .note {
        text-align: left;
        padding-left: 1em;
        text-indent: -1em;
    }
}

.cd .product .detail .cast .list {
}

.cd .product .detail .cast .list dt {
    margin-bottom: 1.5em;
    font-family: 'Sura',serif;
    line-height: 1.3;
    font-size: 20rem;
    color: #3c3f73;
    font-weight: bold;  
}

.cd .product .detail .cast .list dt::before {
    content: "＜";
margin-right: 0.3em;
}
.cd .product .detail .cast .list dt::after {
    content: "＞";
margin-left: 0.3em;
}

.cd .product .detail .cast .list dd {
    color: #3c3f73;
font-family: 'Sura',serif;    
}

.cd .product .detail .cast .list .item {
    display: inline-block;
    margin: 0 0.5em;
}

.cd .product .detail .cast .list .list_p1,
.cd .product .detail .cast .list .list_p3{
    margin-bottom: 1em;
}

.cd .product .detail .cast .list .list_p1 {
    font-size: 20rem;
}

.cd .product .detail .cast .list .list_p2 {
    font-size: 20rem;
    margin: 2em auto 2em; 
}

.cd .product .detail .cast .list .list_p3 {
    font-size: 18rem;
}

.cd .product .detail .cast .list .list_e {
    font-size: 16rem;
}


@media screen and (max-width:768px){
}

@media screen and (max-width:414px){
    .cd .product .detail .cast .list {
        margin-top: 1.5em;
    }    
}

@media screen and (max-width:320px){
}

/*****　収録曲　*****/
.cd .product .detail .song {}

.cd .product .detail .song .list {
    font-size: 1.1em;
}

.cd .product .detail .song .no {
    margin-right: 0.5em;
font-family: 'Noto serif JP',sans-serif;
    font-style: oblique;
    color: rgba(235,83,139,0.6);
}

.cd .product .detail .song .title {
font-family: 'Noto serif JP',sans-serif;
    font-weight: 400;
}

.cd .product .detail .song .title .en,
.cd .product .detail .song .title .en_res {
    margin-left: 1em;
    line-height: 1.5;
}

.cd .product .detail .song .singer {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(235,83,139,0.6);
}
.cd .product .detail .song .singer.nonorder {
    border: none;
}

.cd .product .detail .song .singer .item {
    display: inline-block;
}


@media screen and (max-width:768px){

    
}

@media screen and (max-width:414px){
    .cd .product .detail .song .list {
    }
    .cd .product .detail .song .no {
        display: block;
    } 
    .cd .product .detail .song .title .en_res {
        display: block;
        margin-left: 0;
    } 
}

@media screen and (max-width:320px){
}

/******　ビジュアルブック　************/

.cd .product .detail .detail2 dt {
    font-size: 20rem;
}

.cd .product .detail .detail2 dd {
    margin: 0 auto 1em;
}

.cd .product .detail .detail2 ul {
    width: 90%;
    margin: 0 auto;
    border: 1px solid rgba(235,83,139,0.6);
    padding: 1em;
    border-radius: 10px;
}


.cd .caution {
    margin-top: 1em;
    font-size: 0.9em;
}


@media screen and (max-width:768px){
}

@media screen and (max-width:414px){
}

@media screen and (max-width:320px){
}

/*******　予約　*******/

.cd .sail {
    margin: 0 auto 2em;
    padding: 2em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    font-weight: 300;
}

.cd .sail .btn {
    display: inline-block;
    padding: 0.5em 1em;
    max-width: 240px;
    width: 100%;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 24rem;
    text-decoration: none;
    background: rgba(235,83,139,0.6);
    border: 3px solid rgba(235,83,139,0.2);
    border-radius: 5px;
}

.cd .sail .btn:hover {
    background: rgba(235,83,139,0.9);
}

.cd .sail .btn .fas {
    margin-right: 0.3em;
}

.cd .sail .send {
    width: 100%;
    margin-top: 2em;
}
.cd .sail .send th,
.cd .sail .send td {
    padding: 0 1em;
    border: 1px solid rgba(235,83,139,0.6);
}

.cd .sail .send th {
    font-weight: normal;
    background: rgba(235,83,139,0.1);
}
.cd .sail .send td {
    text-align: left;
}

.cd .sail .caution {
    margin-top: 2em;
    padding-top: 1em;
    text-align: left;
    border-top: 1px dashed rgba(235,83,139,0.6);
}
.cd .sail .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

/***　発売日、店頭　***/

.cd .sail .day {
    font-size: 24rem;
}

.cd .sail .text {
    margin: 2em auto 0;
}

.cd .sail .btn2 {
    display: inline-block;
    margin: 1em 0.5em 0;
    padding: 0.5em 1em;
    max-width: 240px;
    width: 100%;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 20rem;
    text-decoration: none;
    background: rgba(235,83,139,0.6);
    border: 3px solid rgba(235,83,139,0.2);
    border-radius: 5px;
}

.cd .sail .btn2:hover {
    background: rgba(235,83,139,0.9);
}

.cd .sail .btn2 .fas {
    margin-right: 0.3em;
}

@media screen and (max-width:375px){
    .cd .sail .btn,
    .cd .sail .btn2 {
        margin: 1em 0 0;
        padding: 0.5em 1em;
        max-width: 200px;
        font-size: 18rem; 
    }

}

/****　公演グッズ　****/
.other {
	padding-top: 6em;
}

.other > .note {
	margin: 0em auto 2em;
	font-size: 18rem;
}

.other .detail{
    background: rgba(255, 255, 255, 0.3);
    padding: 2em;
    border: 1px solid #fff;
    border-radius: 5px;
}


.other .detail > dt {
    margin: 0 auto 2em;
    padding: 0.5em 1em;
    background: rgba(235,83,139,0.6);
    color: #fff;
    line-height: 1;

}
.other .detail > dd {
	margin-bottom: 2em;
}

.other .detail dt {
    font-size: 20rem;
	line-height: 1.5;
}
.other .detail .price,
.other .detail .name {
	display: inline-block;
	margin: 0 0.5em;
}

.other .detail .price {

	font-size: 1.1em;
}
.other .detail .price .s {
    font-size: 0.8em;
}


@media screen and (max-width:768px){
}

@media screen and (max-width:414px){
	.other .heading_page_sub {
		letter-spacing: 0;
	}

    .other .detail > dt {
        margin: 1em auto 0.5em;
    }
	.other .detail .price,
	.other .detail .name {
		display: block;
	}
	.other .detail .name {
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 1px solid #fff;	

	}
}

/*@media screen and (max-width:320px){
}

.other .detail .note {
    margin-top: 2em;
    font-size: 0.9em;
    line-height: 1.5;
}

@media screen and (max-width:414px){
    .other .detail .note {
        text-align: left;
        padding-left: 1em;
        text-indent: -1em;
    }
}*/

.other .detail .photo {
	width: 100%;
	margin: 0 auto 0;
}
.other .detail .photo img {
	width: 100%;
}

.other .detail .photo.program {
	max-width: 300px;
}
.other .detail .photo.program img {
	border: 1px solid #ccc;
}

.other .detail .photo.pouch {
	max-width: 700px;
}

@media screen and (max-width:414px){

	.other .detail .photo.program {
		margin: 1em auto 0;
		width: 80%;
	}
}

.other .detail .cont {
	max-width: 640px;
	margin: 1em auto;
	padding: 1em;
	border:  1px solid rgba(235,83,139,0.6);
	border-radius: 5px;
	text-align: left;
}

.other .detail .cont dt {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
	letter-spacing: 0.5em;
	text-align: center;
	border-bottom: 1px solid rgba(235,83,139,0.6);
}

.other .detail .cont li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

.other .detail .note2 {
	display: inline-block;
	margin: 1em auto 2em;
	padding: 0.3em 1em;
	border-top: 3px double rgba(235,83,139,1);
	border-bottom: 3px double rgba(235,83,139,1);
	line-height: 1.5;
}

/*************************************
 closeボタン
**************************************/

.btn_close {
	display: block;
	max-width: 12em;
	margin: 4em auto 0;
	text-decoration: none;
	padding: 0.5em 1em;
/*	border: 1px solid #444d63;*/
	border-radius: 3px;
	font-size: 14rem;
    color: #444d63;
}

.btn_close .fas {
	margin-right: 0.3em;
}



