@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
***/

/***色メモ
赤　#e50012
ピンク　#e14242;
ゴールド　#353274;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********リンク********/
a {
    color: #5e56ff;
}


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;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}




/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pack {
    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:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	background-color: #000;
}

body:after {/*擬似要素をつくる*/
    z-index: -1;
    position: fixed;/*固定配置*/
    top: 0; left: 0;/*左上に固定*/
    width: 100%;
    height: 100%;/*画面全体を覆う*/
    content: "";
	background-image: url(../images/bg2022.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;  
    background-color: #000; /*非対応ブラウザ用*/
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}



/*************************
　フッター
*************************/

.footer .btn_close a {
    color: #5e56ff;
    text-decoration: none;
}

footer{
	width: 100%;
	margin: 6em auto 0;
    padding: 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}
footer .billing {
	font-weight: 400;
	font-size:clamp(12rem, 2vw, 16rem);
	color: rgba(255,255,255,0.9);
}

footer .copy {
	display: block;
	padding: 1em;
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
	display: inline-block;
    margin: 40px 0.5em 0;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: bottom;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	bottom: 13px;
    width: 35px;
}

footer .sns_link li.ban_teigeki_closing {
    width: 240px;
}

footer .sns_link li.ban_concert {
    width: 200px;
}


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: 400;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #5e56ff;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}
@media screen and (max-width: 414px){
}


/*************************
　共通
*************************/
.wrap {
    padding: 0 1em
}


/************************
　見出し
************************/

.heading_page {
    margin: 1em auto;
    font-size: 38rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
}
.heading_page_sub {
    margin: 0 auto 2em;
     font-family: 'Noto Serif JP', serif;
    font-weight: 900; 
    color: #5e56ff;
    font-size: 30rem;
}

.heading_page .logo {
	display: block;
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
}

.heading_page .logo img {
	width: 100%;	
}

.heading_page .title1 {
    display: block;
}

.heading_page .title1 .pack {
	margin: 0 0.2em;
}

@media screen and (max-width: 1240px){
    .heading_page {
        font-size: 34rem;    
    }
}
@media screen and (max-width: 1024px){
    .heading_page {
        font-size: 34rem;    
    }
}
@media screen and (max-width: 900px){
    .heading_page .title1 {
        font-size: 30rem;
    }
}
@media screen and (max-width: 630px){
    .heading_page .title1 {
        font-size: 24rem;    
    }
}
@media screen and (max-width: 510px){
    .heading_page .title1 {
        font-size: 22rem;    
    }
}
@media screen and (max-width: 470px){
    .heading_page .title1 {
        font-size: 20rem;    
    }
}
@media screen and (max-width: 420px){
    .heading_page .title1 {
        font-size: 18rem;    
    }
}

/*************************
　ジャケット写真
*************************/
.cover {
}
.cover > .list {
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.cover > .list .item {
/*    width: 45%;*/
    margin: 0 5px;
	padding: 1em;
    background-color: rgba(7,0,0,0.5);
}

.single .cover > .list .item,
.single .cover > .list .item {
    width: 40%;
	max-width: 410px;
	border-radius: 5px;
	box-shadow: 0 0 20px #353274;
}

.cover > .list dt {
    padding: 1.5em 1em 1em;
    font-size: 20rem;
    line-height: 1.5;
	border-top: 3px double #353274;
	border-bottom: 3px double #353274;
}
.cover > .list dt img {
	max-width: 300px;
	margin: 0 auto;
}
.cover > .list .item .photo {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
}
.cover > .list .item .photo img {
    width: 90%;
    margin: 0 auto;
}
.cover > .list dt .stage {
    display: block;
}
.cover > .list dt .year {
    display: block;
}
.cover > .list .item .cast {
    padding: 1.5em 1em 1em;
    line-height: 1.5;
    font-size: 20rem;
}
.cover > .list .item .cast .list li {
    margin: 0 auto 1em;
}

.cover > .list .item .cast .list .yaku {
    display: block;
    font-size: 0.6em;
    color: #5e56ff;

}
.cover > .list .item .cast .list .name {
    display: block;
font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1400px){
    .cover > .list dt{
        font-size: 17rem;
    }
}

@media screen and (max-width: 1280px){
    .single .cover > .list .item,
    .single .cover > .list .item {
        width: 40%;

    }
}

@media screen and (max-width: 1024px){
    .cover > .list {
        display: block;
    }
    .cover > .list .item {
        display: inline-block;
        width: 40%;
        margin: 0 5px 2em;
    }

}
@media screen and (max-width: 650px){
    .single .cover > .list .item,
    .single .cover > .list .item {
        width: 90%;
    }
}

@media screen and (max-width: 620px){}
@media screen and (max-width: 500px){
    .cover > .list .item {
        display: block;
        width: auto;
        margin: 0 auto 2em;
    }
    .single .cover > .list .item,
    .single .cover > .list .item {
        display: block;
        width: auto;
        margin: 0 auto 2em;
    }
    .cover > .list dt {
        margin-bottom: 0.5em;
        font-size: 24rem;
    }
    .cover > .list dt .stage {
        display: inline-block;
    }
    .cover > .list dt .year {
        display: inline-block;
    }
}


/*************************
　発売日
*************************/

.release_date {
    width: 100%;
    max-width: 900px;
	margin: 4em auto;
}

.release_date dt {
	font-size: 34rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
	color: #5e56ff;
}

.release_date dd {
	padding: 2em 0;
    border: 3px double #353274;
	background-color: rgba(7,0,0,0.5);
}

.release_date .day {
	font-size: 24rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
}
.release_date .day .note {
	font-size: 0.7em;
}

/*************************
　BD、DVD詳細
*************************/

.heading_product {
	font-size: 34rem;
	color: #5e56ff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
}

.detail2 {
    width: 100%;
    max-width: 900px;
    margin: 1em auto 4em;
    border: 3px double #353274;
	background-color: rgba(7,0,0,0.5);
}

.detail2 > dt {
    margin: 0 auto 1em;
    padding: 1em 1em 0;
    font-size: 20rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
	line-height: 1;
	display: flex;
	align-items: center;
	color: #fff;
}

.detail2 > dt:before, .detail2 > dt:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #353274;
	display: block;
}
.detail2 > dt:before {
/*	margin-right: .4em;*/
}
.detail2 > dt:after {
/*	margin-left: .4em;*/
}

.detail2 > dt .waku {
	width: 10em;
	padding: 0.3em 0;
	display: inline-block;
	border: 1px solid #353274;
	background: #353274;
}

@media screen and (max-width: 414px){

    .detail2 > dt {
        display: block;
        margin: 0 auto 1em;
        border-bottom: 3px double #353274;
        line-height: 1;
        padding: 0.5em 0;
        background: #353274;
        color: #000;
    }
    .detail2 > dt:before, .detail2 > dt:after {
        display: none;
    }
    
}

.detail2 > dd{
    padding: 1em 3em 2em;
	font-size: 18rem;
}

.detail2 .lbl {
    color: #5e56ff;
}

.detail2 .lead {
    width: 90%;
    text-align: left;
    margin: 0 auto 2em;
    font-size: 20rem;
}
.detail2 .lead p {
    margin-bottom: 1em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}
.detail2 .lead .no {
    display: inline-block;
    margin-right: 0.5em;
    color: #fff;

}
.detail2 .lead .lbl {
    font-size: 0.5em;
    font-family: 'Noto sans JP', serif; 
}

.detail2 .caution {
    margin: 0 auto 2em;
    font-size: 0.9em;
    text-align: left;
}


.detail2 .caution li {
    padding-left: 4em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    text-indent: -4em;

}

.detail2 .about {
    padding: 1em 2em;
    border: 1px dotted #fff;
    font-size: 0.9em;
    text-align: left;
}

.detail2 .pickup {
    color: #e14242;
}

.detail2 .tokuten {
	text-align: center;
}

.detail2 .tokuten sup {
	margin-left: -0.5em;
	color: #5e56ff;
	font-size: 0.6em;
}

.detail2 .tokuten .tokuten_list {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.detail2 .tokuten .tokuten_list li {
}

.detail2 .tokuten_list .tokuten .lbl {
	margin-right: 0.3em;
	color: #5e56ff;
    font-family: 'Noto serif JP', serif; 
	font-weight: 700;
	font-size: 1.1em;
}

.detail2 .tokuten .tokuten_list .lbl {
	margin-right: 0.3em;
	font-size: 1.1em;
}
.detail2 .tokuten .tokuten_list .note {
	display: block;
	margin-left: 2em;
	font-size: 0.8em;
}
.detail2 .tokuten .caution {
	margin: 1em auto 0.5em;
	font-size: 0.8em;
	line-height: 1.5;
}

/*.detail2 .about_da .title::before {
	content: "《";
	margin-right: 0.2em;
}
.detail2 .about_da .title::after {
	content: "》";
	margin-left: 0.2em;
}*/

.detail2 .about_da > div:not(:last-of-type) {
	margin-bottom: 1em;
}

.detail2 .contents_list {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.detail2 .contents_note {
	display: inline-block;
	margin: 1em auto 0;
	text-align: left;
	font-size: 0.9em;
}

.detail2 .contents_note li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.detail2 .contents_note li:not(:last-of-type) {
	margin-bottom: 0.5em;
}

/*************************
　二大特典
*************************/

dd.point {
	margin: 0 1em 1em;
	padding: 0 0;
    border: 1px solid #353274;
	text-align: center;
}

.point dt {
    margin: 0 auto 0.5em;
    border-top: 3px double #353274;
    border-bottom: 3px double #353274;
	background: #353274;
    font-size: 20rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
	color: #fff;
	font-feature-settings: "palt";
}

.point dd {
    padding: 0 2em;

}
.point .price {
	margin: 0 auto 1em;
	font-size: 24rem;
	
}
.point .price .before {
	font-size: 0.8em;
	text-decoration: line-through;
}

.point .price .affter {}

.point .price .note {
	font-size: 0.6em;
	
}
.point .price .arrow {
	margin: 0 0.5em;
	color: #5e56ff;
}

.point .caution {
	display: inline-block;
    margin: 0 auto 2em;
    font-size: 0.8em;
}

.point .caution li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;

}

.point .caution li .red {
	color: #e14242;
	font-weight: 900;
}

.point .about {
    padding: 1em 2em;
    border: 1px dotted #fff;
    font-size: 0.9em;
}

/*************************
　概要
*************************/

.detail {
    width: 100%;
    max-width: 900px;
    margin: 4em auto 0;
}

.detail > dt {
    padding: 0.8em 0;
     background-color: #353274;
    border: 1px solid #353274;
    font-size: 24rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
	color: #fff;
}

.detail > dd {
    margin-bottom: 2em;
    padding: 2em;
    border: 1px solid #353274;
    border-top: none;
    font-size: 18rem;

}

@media screen and (max-width: 414px){
    .detail > dt {
        font-size: 20rem;
    }
}

/**　発売日　**/

.detail .day {
    font-size: 20rem;
}

.detail .day .shop {
    margin: 1em auto 0;
    font-size: 16rem;
    line-height: 1.5;
}

.detail .day .caution {
    font-size: 0.8em;
    line-height: 1.5;
}
.detail .day .caution li {
/*    padding-left: 1em;
    text-indent: -1em;*/
}


@media screen and (max-width: 500px){
    .detail .day .caution {
        margin: 1em auto 0;
        text-align: left;
    }
    .detail .day .caution li {
        padding-left: 1em;
        text-indent: -1em;
    }
    .detail .day .caution .pack {
        display: inline;
    }
}

/**　ご注文　**/

.detail .order {}

.detail .order .box_btn {
    margin: 1em auto 0;
}

/*.detail .order .box_btn .title {
    margin: 0 auto 0.5em;
    font-size: 22rem;
    font-weight: 500;
}
.detail .order .box_btn .title::before {
    content: "―";
    margin-right: 0.3em;
    color: #353274;;
}
.detail .order .box_btn .title::after {
    content: "―";
    margin-left: 0.3em;
    color: #353274;;
}
*/
.detail .order .btn_order {
    display: inline-block;
    width: 100%;
    max-width: 10em;
    margin: 0 5px 1em;
    padding: 0.5em 1em;
    border: 1px solid #353274;
    text-decoration: none;
    font-size: 24rem;
    color: #fff;
    border-radius: 3px;
    transition: 0.5s;
}
.detail .order .box_btn .btn_order:hover {
     background-color: rgba(7,0,0,0.5);
    color: #5e56ff;
}
.detail .order .box_btn .btn_order .fas {
    margin-left: 0.3em;
    color: #353274;;
    color: #5e56ff;
}

.detail .order .caution {
    margin: 1em auto 0;
    font-size: 0.9em;
}

@media screen and (max-width: 365px){}

/**　価格　**/

.price .item {
    display: inline-block;
    width: 100%;
    max-width: 20em;
    margin: 0 0.5em;
    border: 1px solid #353274;
}

.price table {
    width: 100%;
    max-width: 20em;
    margin: 0 auto;
    text-align: left;
    font-size: 20rem;
}
.price table th {
    font-weight: 500;
}
/*.price dt{
    padding: 0.5em 0;
     background-color: rgba(7,0,0,0.5);
}

.price dd {
    padding: 1em;
    font-size: 20rem;
}
.price dd .s {
    font-size: 0.7em;
}*/
.price {}

.price .caution {
    margin: 2em auto 0;
}
.price .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 1.5;
    text-indent: -1em;
    font-size: 0.9em;
    text-align: left;
}

@media screen and (max-width: 365px){

    .price table th {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .price table td {
        display: block;
        width: 100%;
        margin-bottom: 1em;
        padding: 0;
        text-align: center;
    }
}

/**　特典　**/

.tokuten {}

.tokuten .list_item {}

.tokuten .list_item > dt {
    margin-bottom: 1em;
    font-size: 28rem;
}

.tokuten .list_item > dd {
    text-align: left;
}
/*.tokuten .list_item > dd:first-of-type {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #353274;;
}*/
.tokuten .list_item > dd > ul li {
    margin-bottom: 1em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}
.tokuten .list_item .ver {
    width: 90%;
    margin-top: 1em;
    font-size: 0.9em;
}
.tokuten .list_item .ver:last-of-type {
    margin-bottom: 2em;
}

.tokuten .list_item .ver th,
.tokuten .list_item .ver td {
    padding: 1em;
    border: 1px solid #353274;
}
    
.tokuten .list_item .ver th {
    width: 10em;
    text-align: center;
}

@media screen and (max-width: 570px){
    .tokuten .list_item .ver {
    }
    .tokuten .list_item .ver th {
        width: 100%;
        display: block;
        padding: 0.3em 1em;
        text-align: center;
         background-color: rgba(7,0,0,0.5);
    }
    .tokuten .list_item .ver td {
        width: 100%;
        display: block;
        text-align: center;
        padding: 1em 1em;
        border-top: none;
    }
}

.detail .btn_mirail {
	display: block;
	max-width: 400px;
	margin: 2em auto 0;
    padding: 0.5em 2em;
	border: 1px solid #fff;
	line-height: 1.3;
	font-size: 0.9em;
	text-align: center;
	color: #e14242;
	text-decoration: none;
}


/***　特典詳細　***/
.detail .catch {
	margin-bottom: 1em;
}


/***　購入方法　***/
.way {
    text-align: left;
	background-color: rgba(7,0,0,0.5);
    font-size: 18rem;
}

.way .start {
	margin: 0 auto 2em;
	padding: 0.5em 0;
	background: rgba(94,86,255,0.2);
	text-align: center;
	line-height: 1.5;
}

.way .start .lbl {
	display: block;
	padding: 0.3em 1em 0.5em;
	color: #fff;
	font-size: 0.9em;
}
.way .start .lbl::before {
	content: "＜";
}
.way .start .lbl::after {
	content: "＞";
}
.way .start .day {
	font-weight: 700;
}

.way dt {
    margin: 0 auto 1em;
    padding: 0.3em 0.5em;
    font-weight: 700;

    line-height: 1.5;
	border-top: 2px solid #353274;
	border-bottom: 2px solid #353274;
}

.way dt::after{
  content: "";
  display: block;
  clear: both;
}

.way dt .start {
	float: right;
	display: inline-block;
	padding: 0.3em 1em;
	background: #353274;
	color: #fff;
	font-size: 0.9em;
}


.way dt:not(:first-of-type) {
	margin-top: 2em;
}

.way dd {
    margin: 0 auto 1.5em;
    padding: 0 1em;
	font-weight: 400;
}
.way .lbl {
    margin-right: 0.2em;
    color: #5e56ff;
    font-size: 1.1em;
}

.way .btn_order {
    display: inline-block;
    width: 100%;
    max-width: 12em;
    margin: 0 5px 1em;
    padding: 0.5em 1em;
    border: 3px solid #353274;
    text-decoration: none;
    font-size: 24rem;

    border-radius: 3px;
    transition: 0.5s;
    line-height: 1.5;
     background-color: rgba(7,0,0,0.5);
    color: #fff;
    text-align: center;
}
.way .btn_order:hover {
    color: #5e56ff;
}

.way .btn_order .note {
    display: block;
    font-size: 0.6em;
}
@media screen and (max-width: 570px){
    .way .btn_order {
        font-size: 20rem;
    }
}


.way .caution {
    margin: 1em auto 0;
    font-size: 0.8em;
    line-height: 1.5;
}

.way .caution li {
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
}


/**　お問合せ　**/

.contact {
	background-color: rgba(7,0,0,0.5);
}

.contact .note {
    margin-top: 1em;
    font-size: 0.8em;
}


/**　製作　**/

.seisaku {
	background-color: rgba(7,0,0,0.5);
}



/***　全キャスト　****/

.btn_allcast {
    display: inline-block;
    width: 100%;
    max-width: 12em;
    margin: 2em 5px 0;
    padding: 0.5em 1em;
    border: 1px solid #353274;
    text-decoration: none;
    font-size: 18rem;

    border-radius: 3px;
    transition: 0.5s;
    line-height: 1.5;
     background-color: rgba(7,0,0,0.5);
    color: #fff;
}
.btn_allcast:hover {
    color: #5e56ff;
}
.btn_allcast .fas {
    margin-right: 0.3em;
    color: #353274;;
    color: #5e56ff;
}
.btn_allcast .note {
    display: block;
    font-size: 0.6em;
}
@media screen and (max-width: 620px){
    .btn_allcast {
        font-size: 18rem;
    }
}
@media screen and (max-width: 580px){
    .btn_allcast {
        font-size: 16rem;
    }
}
@media screen and (max-width: 500px){
    .btn_allcast {
        font-size: 20rem;
    }
}


/****　キャストリスト　****/

.cast_list {}
.cast_list .heading_page .title1 {
	max-width: 700px;
	margin: 0 auto;
	padding: 1em 0 0.5em;
	border-top: 3px double #353274;
	border-bottom: 3px double #353274;
}
.cast_list .heading_page .title1 img {
	max-width: 400px;
	width: 90%;
}

.cast_list .list1 {
    margin: 0 auto 4em;
    font-size: 24rem;
    line-height: 1.5;
}

.cast_list .list1 dt {
    color: #5e56ff;
    font-size: 0.8em;
}
.cast_list .list1 dd {
    margin: 0 auto 1.5em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

.cast_list .list1.sec dd {
    margin-bottom: 0.2em;

}

.cast_list .list2 {
    margin: 0 auto 3em;
    font-size: 18rem;
    line-height: 1.5;
}

.cast_list .list2 dt {
    margin-bottom: 0.5em;
    color: #5e56ff;
    font-size: 0.8em;
}
.cast_list .list2 dd {
    margin: 0 auto 1.5em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

/***　ミレール終了　***/

del.m_lt {
    text-decoration: line-through;
}

.m_end {
    margin-top: 0.5em;
    margin-left: 2em;
    padding: 0.3em 1em;
    border: 1px solid #e14242;
    font-size: 0.8em;
    line-height: 1.5;
    text-align: center;
}

.detail .m_msg {
    margin-top: 1em;
    padding: 0.3em 1em;
    border: 1px solid #e14242;
    line-height: 1.5;
    text-align: center;
}

.m_note {
    display: inline-block;
    margin-left: 1em;
    color: #e14242;
}