@charset "UTF-8";


/*--------------------------------------------------------------------
=== [TOPページ] ====================================
 -------------------------------------------------------------------*/

/*=== [slide] ====================================*/

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1010;
    overflow: hidden;
    height: 440px !important;
}

.slider_bg {
    padding: 20px 0 0;
    background-image: url(../img/slider_bg.png);
    background-size: cover;
    background-position: top center;
    height: 440px;
        filter: drop-shadow(0px 0px 10px rgba(23,0,99,0.5));

}
    
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider ul li img {
    width: 100%;
    display: none;
    height: auto;
}

.wideslider_base {
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev::after {
    content: "";
    background-image: url(../img/slide_arw_l.png);
    background-size: contain;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

.slider_next::after {
    content: "";
    background-image: url(../img/slide_arw_r.png);
    background-size: contain;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pagination {
    top: 395px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 30px;
    height: 6px;
    display: inline-block;
    overflow: hidden;
    background: #121225;
    border-radius: 3px;
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    background: #00ffff;
}

#kvArea {
    height: 615px;
    background-image: url(../img/kv_bg.jpg);
    background-position: top center;
    background-size: 1920px 615px;
    overflow: hidden;
}


@media (min-width: 1920px){
	#kvArea {
	background-size: cover;
	}
	}

#kvArea .inner {
    width: 1280px;
    height: 607px;
    margin: 0 auto;
    background-image: url(../img/kv_chara.png);
    background-position: left top;
    background-size: 1280px 607px;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1920px){
    #kvArea .inner {
    background-position: left top;
}
	}

.kvInfo {
    width: 328px;
    float: right;
    position: absolute;
    bottom:0;
    right:0;
    
}

.kvInfo .date,.kvInfo .btn {
	margin-bottom: -10px;
}

.kvInfo .sns {
    display: flex;
    justify-content: center;
}

.kvInfo .sns li {
    width: 58px;
}

	
/* =======================================
    WhatsNew
======================================= */

.whatsNew {
    margin-bottom: 70px;
}

.whatsNew h3 {
    margin-bottom: 20px;
}
.whatsNew ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}


.whatsNew ul li{
		font-size: 0;
	margin-bottom: 1vw;
}



.whatsNew ul li a {
    width: 310px;
	padding: 20px;
    box-sizing: border-box;
    text-align: left;
	display: block;
	height: 100%;
    background-color: #fff;
}

.whatsNew ul::after {
	content: "";
	width: 310px;
	height: 0;
	display: block;
	order: 0;
}


.whatsNew ul::before {
	content:"";
	width: 310px;
	height: 0px;
  display: block;
  order:1;
	}


.whatsNew ul li figure {
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
	display: flex;
	align-items: center;
}


.whatsNew ul li figure  span {
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    display: block;
}



.whatsNew ul li figure img {
    width: 100%;
	min-height: 280px;
    	object-fit: cover;

}

.whatsNew ul li a {
    text-decoration: none;
    color: #333;
}

.whatsNew ul li .date {
    font-size: 16px;
}

.whatsNew ul li h4 {
    color: #3e0a6f;

    font-weight: bold;
    font-size: 18px;
}

.whatsNew ul li .txt {
    font-size: 17px;
}

.whatsNew ul li .cate span {
    font-size: 15px;
    padding: 3px 12px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin: 10px 5px;
    color: #fff;
}


.whatsNew ul li a .cate.event span {
    background-color: #82227f;
}

.whatsNew ul li .cate.book span {
    background-color: #ffa625;
}

.whatsNew ul li .cate.goods span {
    background-color: #00a7a1;
}

.whatsNew ul li .cate.music span {
    background-color: #58bbe0;
}

.whatsNew ul li .cate.eiga span {
	background-color: #f36aa0;
}

.whatsNew ul li a[target="_blank"] .cate::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 3px;
    font-size: 18px;
}

.whatsNew ul li a[target="_blank"] .cate.event::after { color: #82227f;}
.whatsNew ul li a[target="_blank"] .cate.book::after { color: #ffa625;}
.whatsNew ul li a[target="_blank"] .cate.goods::after { color: #00a7a1;}
.whatsNew ul li a[target="_blank"] .cate.music::after { color: #58bbe0;}


/* =======================================
    PickUpMovie
======================================= */

.pickUpMovie {
    margin-bottom: 70px;
}

.pickUpMovie h3 {
    margin-bottom: 20px;
}

.pickUpMovie ul {
    display: flex;
    justify-content: space-between;
}

.pickUpMovie ul li {
    width: 478px;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    background-color: #fff;
    text-align: left;
}

.pickUpMovie ul li iframe {
    width: 100%;
    height: 250px;
}

.pickUpMovie ul li h4 {
    color: #3e0a6f;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pickUpMovie ul li .txt {
    font-size: 17px;
}



/* =======================================
    Cast
======================================= */

.cast {
    margin-bottom: 70px;
}

.cast h3 {
    margin-bottom: 20px;
}

.cast .mainChara {
    margin-bottom: 70px;
}

.cast .regular h4 {
    margin-bottom: 20px;
}

.cast .regular ul {
    display: flex;
    justify-content: center;    
}

.cast .regular ul li {
    width: 310px;
    font-size:0;
    color: #fff;
    margin: 0 10px;
}

.cast .regular ul:nth-of-type(1),.cast .regular ul:nth-of-type(2){
    margin-bottom: 20px;
}

.cast .regular ul li::before {
	content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 15px;
   background-image: url("../img/cast_bg_upr.png");	
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.cast .regular ul li::after {
	content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 15px;
   background-image: url("../img/cast_bg_btm.png");	
	background-repeat: no-repeat;
	background-position: center top;
}

.cast .regular ul li .wrap {
	padding:10px 20px;
    box-sizing: border-box;
    background-image:url("../img/cast_bg_mid.png");
  background-repeat:repeat-y;
  background-position:center;
    background-size: 100% auto;
	display: block;
	text-align: center;
    min-height: 545px;
}


.cast .regular ul:nth-of-type(3) li::before {
   background-image: url("../img/cast_bg_upr02.png");	
}

.cast .regular ul:nth-of-type(3) li::after {
   background-image: url("../img/cast_bg_btm02.png");	
}

.cast .regular ul:nth-of-type(3) li .wrap {
    background-image:url("../img/cast_bg_mid02.png");
}

.cast .regular ul li h5 {
    font-size:32px;
    margin: 20px 0;
    font-weight: bold;
}

.cast .regular ul li h5 rt {
    font-size:12px;
}

.cast .regular ul li .act {
    font-size:26px;
    margin-bottom: 20px;
}

.cast .regular ul li .act span {
    display: block;
    font-size:16px;
}

.cast .regular ul li .txt {
    font-size:16px;
    text-align: left;
}

/* =======================================
    Story
======================================= */

.story {
    margin-bottom: 70px;
}

.story h3 {
    margin-bottom: 20px;
}

.story .btn {
    width: 528px;
    margin: 20px auto;
}


/* =======================================
    ThemeSong
======================================= */

.themeSong {
    margin-bottom: 70px;
}

.themeSong h3 {
    margin-bottom: 20px;
}

.themeSong .btn {
    width: 328px;
    margin: 20px auto;
}

.themeSong li {
    background-color: #fff;
    padding: 15px;
}

.themeSong li .wrap {
    display: flex;
}

.themeSong li figure {
    height: 270px;
}

.themeSong li figure img {
    height: 100%;
    width: auto;
    margin-right: 25px;
	    border: 1px solid #dadada;
}

.themeSong li h4 {
    color: #3e0a6f;
    font-size:26px;
    font-weight: bold;
    margin-top: 20px;
}


/* =======================================
    About
======================================= */

#ttlArea h2 {
    width: 286px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}

.outline {
    margin-bottom: 70px;
}

.outline h3 {
    margin-bottom: 20px;
}

.staff {
    margin-bottom: 70px;
}

.staff h3 {
    margin-bottom: 20px;
}



#broadcast {
    margin-bottom: 70px;
}

#broadcast h3 {
    margin-bottom: 20px;
}

#broadcast .wrap {
    background-color: #fff;
    padding: 50px;
}

#broadcast dl {
	overflow: hidden;
    border-top: 1px solid #dadada;	
}

#broadcast dl dt {
    font-weight:bold;
    width: 30%;
    padding: 20px 0;
	float: left;
	clear: left;
	
}

#broadcast dl dd {
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding: 20px 0;    
}

#broadcast .note {
	margin-top: 10px;
}




/* =======================================
    Message
======================================= */

.message #ttlArea h2 {
    width: 317px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}

.message h3 {
    margin-bottom: 30px;
}

.message #leftContent ul li {
    font-size:0;
    color: #fff;
    margin-bottom: 10px;
}

.message #leftContent ul li:last-child{
    margin-bottom: 0;
}

.message #leftContent ul li .wrap {
    overflow: hidden;
    text-align: left;
}


.message #leftContent ul li figure {
    width: 260px;
    margin-right: 30px;
	flex-shrink: 0;
}

.message #leftContent ul li .act {
    font-size:26px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: bold;
	line-height: 2;
}

.message #leftContent ul li .txt {
        font-size:16px;
    line-height: 1.8;
}

.message #leftContent ul li .act span {
        font-size:15px;
}

.message #leftContent ul li::before {
	content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.message #leftContent ul li::after {
	content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}

.message #leftContent  ul li .wrap {
	padding:0 20px;
    box-sizing: border-box;
  background-repeat:repeat-y;
  background-position:center;
    background-size: 100% auto;
	display: flex;
}


.message .sec01 {
    margin-bottom: 60px;
}

.message .sec01 ul li::before {
   background-image: url("../img/message_bg_upr_pk.png");	
}

.message .sec01 ul li::after {
   background-image: url("../img/message_bg_btm_pk.png");	
}

.message .sec01 ul li .wrap {
    background-image:url("../img/message_bg_mid_pk.png");
}

.message .sec02 ul li::before {
   background-image: url("../img/message_bg_upr_bl.png");	
}

.message .sec02 ul li::after {
   background-image: url("../img/message_bg_btm_bl.png");	
}

.message .sec02 ul li .wrap {
    background-image:url("../img/message_bg_mid_bl.png");
}


/* =======================================
    Message
======================================= */

.event #ttlArea h2 {
    width:482px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}

.event h3 {
    margin-bottom: 30px;
}

.event .frame {
    background-color: #fff;
    padding: 50px;
}

.event .frame .ttlArea {
    font-size:27px;
    font-weight: bold;
    color: #9159d5;
}

.event .frame .ttlArea h4 {
    margin-top: 20px;
}

.event .frame .ttlArea::before {
   background-image: url("../img/event_ttl_bar.png");
    content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}

.event .frame .ttlArea::after {
   background-image: url("../img/event_ttl_bar.png");	
        content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.event .frame .date {
    text-align: right;
}

.event .frame .lead {
    font-size:20px;
    color: #cb067a;
    font-weight: bold;
    margin-bottom: 40px;
}

.event .frame a {
	text-decoration: underline;
	color: #F73ACA;
	}

.event .frame ul {
	display: flex;
	justify-content: space-between;
	}

.event .frame ul li {
	width: 49%;
	
}


.single-event #ttlArea h2 {
    width:482px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}

.single-event h3,.single-products_detail h3 {
    margin-bottom: 30px;
}

.single-event .frame ,.single-products_detail .frame {
    background-color: #fff;
    padding: 50px;
}

.single-event .frame .ttlArea,.single-products_detail .frame .ttlArea {
    font-size:27px;
    font-weight: bold;
    color: #9159d5;
}

.single-event .frame .ttlArea h4,.single-products_detail .frame .ttlArea h4 {
    margin-top: 20px;
}

.single-event .frame .ttlArea::before,.single-products_detail .frame .ttlArea::before {
   background-image: url("../img/event_ttl_bar.png");
    content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}

.single-event .frame .ttlArea::after ,.single-products_detail .frame .ttlArea::after {
   background-image: url("../img/event_ttl_bar.png");	
        content: "";
	background-size: contain;
   display: inline-block;
   width: 100%;
   height: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.single-event .frame .date,.single-products_detail .frame .date {
    text-align: right;
}

.single-event .frame .lead,.single-products_detail .frame .lead {
    font-size:20px;
    color: #cb067a;
    font-weight: bold;
    margin-bottom: 40px;
}

.single-event .frame a,.single-products_detail .frame a {
	text-decoration: underline;
	color: #F73ACA;
	}

.event .frame ul {
	display: flex;
	justify-content: space-between;
	}

.event .frame ul li {
	width: 49%;
	
}







.single-event h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	background-color: #feffc0;
	color: #1c2563;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 10px;
}

.single-event  .textBlock,.single-products_detail  .textBlock {
	margin-top: 40px;
	text-align: center;
}

.single-event .textBlock li,.single-products_detail .textBlock li {
	overflow: hidden;
}

.single-event .textBlock .txt,.single-products_detail .textBlock .txt {
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.single-event .textBlock .txt > p,.single-products_detail .textBlock .txt > p {
margin-bottom: 1em;
}

.single-event .textBlock li img,.single-products_detail .textBlock li img {
width: 80%;
height: auto;
}

.single-event .textBlock .imgTop .img,.single-products_detail .textBlock .imgTop .img {
	margin: 0 auto 0 auto;
}

.single-event .textBlock .imgBtm .txt,.single-products_detail .textBlock .imgBtm .txt {
margin-bottom: 30px;
}

.single-event .textBlock .imgTop .txt,.single-products_detail .textBlock .imgTop .txt {
margin-top: 30px;
}

.single-event .textBlock .imgBtm .img,
.single-products_detail .textBlock .imgBtm .img {
		margin: 0px auto 0 auto;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
}

.single-event .textBlock .imgBtm .txt,
.single-products_detail .textBlock .imgBtm .txt  {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
}


.single-event .textBlock .imgBtm ,.single-products_detail .textBlock .imgBtm {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}


.single-event .textBlock .imgLeft .img,.single-products_detail .textBlock .imgLeft .img {
	float: left;
	margin-right: 30px;
	width: 220px;
}

.single-event .textBlock .imgRight .img,.single-products_detail .textBlock .imgRight .img {
	float: right;
	margin-left: 30px;
		width: 220px;
}


.single-event .linkBox,.single-products_detail .linkBox {
	border: 3px solid #efeaf2 ;
	padding: 20px;
	position: relative;
	margin-top: 20px;
}



.single-event .linkBox a,
.single-products_detail .linkBox a {
	color: #82227f;
	font-size: 16px;
	text-decoration: none;
	position: relative;
}

.single-event .linkBox a::before,.single-products_detail .linkBox a::before {
 	content: "";
   background-image: url("../img/ico_linkarw.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: table-cell;
	width: 18px;
	height: 18px;
}


.single-event .linkBox a[target="_blank"] span::after,.single-products_detail .linkBox a[target="_blank"] span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 5px;
    font-size: 18px;
	color: #82227f;
}


.single-event .linkBox a span,.single-products_detail .linkBox a span {
	display: table-cell;
	padding-left: 10px;
}

	

.single-event .linkBox a:hover,.single-products_detail .linkBox a:hover {
	text-decoration: underline;
}


/* =======================================
    VOD
======================================= */

.vod #ttlArea h2 {
    width:172px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}



.vod .frame {
    background-color: #fff;
    padding: 50px;
}


.vod #leftContent > *{
			padding-left: 4rem;
			padding-right: 4rem;
		}
		.vod .lead{
			text-align: center;
			margin-bottom: 50px;
		}
		.vod .lead .txt{
			font-size: 20px;
			font-weight: bold;
			color: #9159d5;;
			margin-bottom: 1rem;
		}
		.vod .lead .note{
			font-size: 12px;
		}
		.vod .list .vodList{
			display: flex;
			flex-wrap: wrap;
		}
		.vod .list .vodList li{
			border: 2px solid #9159d5;;
			height: auto;
			box-sizing: border-box;
		}
		.vod .list .vodList li a{
			display: block;
		}
		.vod .list .vodList li a img{
			display: block;
			width: 100%;
			height: auto;
		}
		@media all and (min-width: 769px){
			.vod .list .vodList li{
				margin-left: 1.5vw;
				width: calc( (100% - 3vw) / 3 );
			}
			.vod .list .vodList li:nth-child(3n-2){
				margin-left: 0;
			}
			.vod .list .vodList li:nth-child(n+4){
				margin-top: 1.5vw;
			}
		}
		@media all and (max-width: 768px){

			.vod #leftContent > *{
				padding-left: 5vw;
				padding-right: 5vw;
			}
			.vod .lead .txt{
				font-size: 14px;
			}
			.vod .lead .note{
				font-size: 10px;
			}
			.vod .list .vodList li{
				margin-left: 1vw;
				width: calc( (100% - 1vw) / 2 );
			}
			.vod .list .vodList li:nth-child(2n-1){
				margin-left: 0;
			}
			.vod .list .vodList li:nth-child(n+3){
				margin-top: 1vw;
			}
		}


/* =======================================
    goods
======================================= */

.goods #ttlArea h2 {
    width:241px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}

.goods h3 {
    margin-bottom: 30px;
}

/* =======================================
    book
======================================= */

.book #ttlArea h2 {
    width:155px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom:20px; 
}



/* =======================================
    プロダクト詳細
======================================= */


.cate01,.cate02,.cate03 {
display: none;
}

.categoryid-1 .cate01 {
display: block;
}

.categoryid-1 #ttlArea h2 {
	width: 204px;
		}

.categoryid-2 .cate02 {
display: block;
}

.categoryid-2 #ttlArea h2 {
	width: 332px;
		}

.categoryid-3 .cate03 {
display: block;
}

.categoryid-3 #ttlArea h2 {
	width: 155px;
		}

.dvdDetail .imgList {
margin: 40px 0;
overflow: hidden;
}

.dvdDetail .imgList li {
float: left;
margin-bottom: 20px;
}

.dvdDetail .imgList li img {
width: 230px;
}


.dvdDetail .txtArea .data {
border: 1px dashed #cccccc;
padding: 20px;
}

.dvdDetail .txtArea h4 {
font-weight: bold;
font-size: 18px;
color: #4841aa;
margin-bottom: 10px;
}

.dvdDetail .txtArea .note {
font-size: 12px;
color: #666666;
}


.dvdDetail .imgRight .img {
	float: right;
	margin-left: 30px;
	width: 220px;
}

.dvdDetail .imgRight .img img {
width: 100%;
}


.dvdDetail .txtArea h5 {
font-weight: bold;
	margin: 0;
}


.dvdDetail .txtArea .indent {
margin-left: 1em;
}

#showTtl {
	width: 1280px;
	margin: 0 auto;
	}
#show .mainInner {
	background: #fff;
	margin-top: 0;
	padding: 50px;
	display: block;
	}



#show .mainInner h3 {
text-align: center;
	font-size: 40px;	
	font-weight: bold;
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1));
}

#show .mainInner .subTtl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px auto 50px;
	color: #cb067a;
	}

#show h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;	
 position: relative;
  padding: 6px;
  background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1));
	color: #cb067a;	
}



#show h4 span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
	}

#show table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
#show table tr:last-child {
font-size: 20px;	
 background: #fafafb;
 border-top: double 3px #ccc;
 font-weight: bold;
 color: #cb067a;	
}
#show table th {
 padding: 10px;
 background: #000;
 border: solid 1px #ccc;
 color: #ffffff;
text-align: center;
}
#show table td {
 padding: 10px;
 border: solid 1px #ccc;
}

#show .date {
	margin-top: 50px;
	margin-bottom: 50px;
	}


#show h5 {
 font-weight: bold;	
  font-size: 18px;		
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
#show h5::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #cb067a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#show .act .txt {
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
}

#show .act .txt span {
	  display: inline;
  background: linear-gradient(transparent 72%, #FDDC9D 0%);
}

#show .act {
	margin-bottom: 50px;
	}


#show .disclaimer {
	margin-bottom: 50px;
	}

#show .disclaimer ul li {
	margin-bottom: 15px;
	text-indent: -1em;
	padding-left:1em;
	}

#show a{
	color: #82227f;
	text-decoration: none;
	position: relative;
}

#show a:hover {
	text-decoration: underline;
	}

#show a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    margin-left: 5px;
    font-size: 18px;
	color: #82227f;
}

#show .guide {
	text-align: left;
	}

#show .guide .txt span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	}

#show .disclaimer ul li:first-child {
    text-indent: 0;
    padding-left: 0;
}
#show .disclaimer ul li:first-child p {
    text-indent: -1em;
    padding-left: 1em;
}



#show .linkArea .wrap .link {
	margin-top: 15px;
	}

#show .linkArea .wrap .link .btn {
	width: 400px;
	text-align: center;
	border: 2px solid #82227f;
	line-height: 40px;
	border-radius: 20px;
	margin-bottom: 5px;
	transition: .3s;
	}
#show .linkArea .wrap .link a {
	display: block;
	font-weight: bold;
		}

#show .linkArea .wrap .link .btn:hover{
	background-color: #F8E4F7;
	}



#show .linkArea .wrap .link .note {
	font-size: 14px;
	color: #cb067a;
	}


#show .add0725,#show .add0729 {
	padding: 20px;
	margin-bottom: 50px;
	background-color: #FBEFF6;
}

#show .add0725 h5,#show .add0729 h5 {
	border: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#show .add0729 ul {
	margin: 10px 0;
	    color: #cb067a;
	font-weight: bold;
}
	


#fesTtl {
	width: 1280px;
	margin: 0 auto;
	}
#fes .mainInner {
	background: #fff;
	margin-top: 0;
	padding: 50px;
	display: block;
	}



#fes .mainInner h3 {
text-align: center;
	font-size: 40px;	
	font-weight: bold;
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1));
}

#fes .mainInner .subTtl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto;
	color: #cb067a;
	}

#fes h4 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;	
 position: relative;
  padding: 6px;
  background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1));
	color: #cb067a;	
}



#fes h4 span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
	}

#fes table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
#fes table tr{
font-size: 18px;	
 background: #fafafb;
 font-weight: bold;
 color: #cb067a;	
}
#fes table th {
 padding: 10px;
 background: #000;
 border: solid 1px #ccc;
 color: #ffffff;
text-align: center;
	width: calc(100%/3);
}
#fes table td {
 padding: 10px;
 border: solid 1px #ccc;
}

#fes .date {
	margin-top: 50px;
	margin-bottom: 50px;
	}


#fes h5 {
 font-weight: bold;	
  font-size: 20px;		
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
#fes h5::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #cb067a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#fes .act .txt {
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
}

#fes .act .txt span {
	  display: inline;
  background: linear-gradient(transparent 72%, #FDDC9D 0%);
}

#fes .act {
	margin-bottom: 50px;
	}

#fes .act ul.main,#fes .act ul.sub {
	display: flex;
	justify-content: space-between;
}

#fes .act ul.main li {
	width:19%;
	text-align: center;
	margin-bottom: 40px;
}



#fes .act ul.sub li {
	width:49%;
	text-align: center;
}

#fes .act ul.main li figcaption {
	margin-top: 10px;
	font-size:18px;
	font-weight: bold;
    color: #cb067a;
	}
#fes .act ul.main li figcaption span {
	display: block;
	font-size:14px;
	font-weight:normal;
	}

#fes .act .note {
	padding: 20px;
    background-color: #FBEFF6;
	margin-top: 30px;
	}
#fes .act .note li {
    text-indent: -1em;
    padding-left: 1em;
}


#fes .place table span {
	display: block;
	padding: 20px;
    background-color: #FBEFF6;
	margin-top: 10px;
	}

#fes .place {
	margin-bottom: 50px;
	}

#fes .present {
	margin-bottom: 50px;
	}

#fes .present .item {
	display: flex;
	align-items: center;
    text-align: left;
	}

#fes .present .item figure {
	width: 250px;
	margin-right: 20px;
	}

#fes .present .item .txt {
	font-size:18px;
	font-weight: bold;
	}

#fes .present .item  ul {
	margin-top: 20px;
	font-size:14px;
	color: #333;
	font-weight: normal;
	}

#fes .ticket {
	margin-bottom: 50px;
	}

#fes .ticket li {
	margin-bottom: 30px;
	}

#fes .ticket h6 {
	background-color: #FBEFF6;
	padding: 10px;
	border-radius:10px;
	font-weight: bold;
	color: #cb067a;
	margin-bottom: 10px;
	font-size:18px;
	}

#fes .ticket table {
	margin-bottom: 10px;
	}

#fes .ticket table td .note {
	background-color: #FBEFF6;
	padding: 20px;
	color: #333;
	margin-top: 10px;
	font-size:16px;
	}

#fes .ticket table td .note span {
	font-size:14px;
	margin-left: 10px;
	}
#fes .ticket del {
   background-image: linear-gradient(transparent 0.5em, #e70000 0, #e70000 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #e70000 0, #e70000 calc(0.5em + 4px), transparent 0);
  text-decoration: none;
  padding: 0 2px;
	color: #e70000;
		}

#fes .ticket .add {
	color: #e70000;	
}

#fes .ticket .add span {
	font-size: 12px!important;
	margin: 0!important;
}

#fes .disclaimer {
	margin-bottom: 50px;
	}

#fes .disclaimer ul li {
	margin-bottom: 15px;
	text-indent: -1em;
	padding-left:1em;
	}

#fes a{
	color: #82227f;
	text-decoration: none;
	position: relative;
}

#fes a:hover {
	text-decoration: underline;
	}

#fes a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    margin-left: 5px;
    font-size: 18px;
	color: #82227f;
}

#fes .guide {
	text-align: left;
	}

#fes .guide .txt span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	}




#fes .linkArea .wrap .link {
	margin-top: 15px;
	}

#fes .btn {
	width: 520px;
	text-align: center;
	border: 2px solid #82227f;
	line-height: 60px;
	border-radius: 30px;
	margin: 20px auto;
	transition: .3s;
	background-color: #82227f;
	}
#fes .btn a {
	display: block;
	font-weight: bold;
	color: #fff;
		}

#fes .btn:hover{
	opacity: 0.7;
	}

#fes .btn a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    margin-left: 5px;
    font-size: 18px;
    color: #fff;
}



#fes .linkArea .wrap .link .note {
	font-size: 14px;
	color: #cb067a;
	}


#fes .add0725,#fes .add0729 {
	padding: 20px;
	margin-bottom: 50px;
	background-color: #FBEFF6;
}

#fes .add0725 h5,#fes .add0729 h5 {
	border: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#fes .add0729 ul {
	margin: 10px 0;
	    color: #cb067a;
	font-weight: bold;
}
	
#fes .add1205 {
	padding: 2vw;
	margin-bottom: 30px;
	background-color: #FBEFF6;
	border: 2px solid #cb067a;
}

#fes .add1205 .addTtl {
	text-align: center;
	font-size:24px;
	margin-bottom: 30px;
	color: #cb067a;	
	font-weight: bold;
	}



#fes .add1205 .txt {
	margin-bottom: 20px;
	text-align: center;
	color: #cb067a;
	}

#fes .add1205 ul {
	margin-top: 20px;
	text-indent: -1em;
	padding-left: 1em;
	font-size:14px;
	}

#fes .add1205 ul li {
	margin-top: 10px;
	}

#fes .add1205 table:nth-of-type(2) td {
	border-top: none;
}

	
#fes .addTxt {
	padding: 2vw;
	margin-bottom: 30px;
	background-color: #FBEFF6;
	border: 2px solid #cb067a;
}

#fes .addTxt .addTtl {
	text-align: center;
	font-size:24px;
	margin-bottom: 30px;
	color: #cb067a;	
	font-weight: bold;
	}



#fes .addTxt .txt {
	margin-bottom: 20px;
	text-align: center;
	color: #cb067a;
	font-size: 20px;
}

#fes .addTxt .ttl {
	margin-bottom: 20px;
	text-align: center;
	color: #cb067a;
	font-size: 20px;
	font-weight: bold;
}

#fes .btnArea {
	text-align: center;
}
	
#fes .btnArea p {
	margin-top: -10px;
}

#fes .btnArea .btn {
    width: 720px;
	}

