@charset "utf-8";

/*----------------------------------------------------------------
 TopPage only
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 base
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 layout
----------------------------------------------------------------*/

#header .nanda{
	--area-overflow : 30px;
	position			: relative;
	top: calc(var(--area-overflow) * -1);
	z-index				: 2;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: calc(100% + var(--area-overflow));
	overflow: hidden;
}
@media screen and (min-width: 768px) {
#header .nanda{
	--area-overflow : 30px;
	gap: 50px;
}
}

#header .theme{
	z-index				: 3;
}

/*-----------------------------------------------------
 background skew
-----------------------------------------------------*/
#outline{
	padding				: 50px 0 0 0;
	z-index				: 9;
}
#outline,#outline:after{ background: var(--bg-color); }

#highlights{
	z-index				: 8;
}
#highlights,#highlights:after{ background: var(--sub-color); }


#about{
	z-index				: 7;
}
#about,#about:after{ background: var(--bg-color); }

#past{
	margin				: 0 0 -8vw 0;
	padding-bottom		: 0;
	z-index				: 6;
	background			: var(--sub-color);
}
#past:after{ display: none; }
@media screen and (max-width: 767px) {
#past{ padding: 100px 0 0 0; }
}

#footer{ z-index: 5; }

/*----------------------------------------------------------------
 styles
----------------------------------------------------------------*/
/*-----------------------------------------------------
 header
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
#header .theme img{ max-width: 1040px; }
}

/*-----------------------------------------------------
 outline
-----------------------------------------------------*/
#outline .container{ padding: 1px 0; }
@media screen and (min-width: 768px) {
#outline .container{ font-size: 1.8rem; }
}

/* logo
-----------------------------------------------------*/
@media screen and (max-width: 767px) {
#outline .logo{ margin: 0 0 40px 0; }
#outline .logo img{ width: 90%; }
}
@media screen and (min-width: 768px) {
#outline .logo{ margin: 50px 0; }
#outline .logo img{ width: 580px; }
}

/* date
-----------------------------------------------------*/
#outline .date{
	margin				: 0 0 50px 0; 
	text-align			: center;
}
#outline .date img{ width: 170px; }
@media screen and (min-width: 768px) {
#outline .date{ margin: 0 0 70px 0;  }
}

/* event-data
-----------------------------------------------------*/
#outline .event-data{
	margin				: 50px auto;
}
@media screen and (min-width: 768px) {
#outline .event-data{
	margin				: 100px auto;
	max-width			: 650px;
}
}

#outline .event-data h3{
	margin: 20px 0 0 0;
	text-align			: center;
	font-size			: 1.6rem;
	font-weight			: bold;
}
@media screen and (min-width: 768px) {
#outline .event-data h3{
	margin: 100px 0 0 0;
	font-size: 2.8rem;
}

#outline .event-data .information h3{
	margin				: 20px 0 0 0 ;
	text-align			: center;
	font-size			: 2.0rem;
	font-weight			: bold;
}

#outline .event-data .information{
	margin				: 50px auto;
	padding				: 20px;
	background-color	: #333;
	border-radius		: 20px;
}

}



/* outline-list
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
#outline .outline-list{ padding: 0 60px; }
}

/* wanted-banner
-----------------------------------------------------*/
.wanted-banner{ margin: 50px 0 0 0; }
.wanted-banner li{ margin: 20px 0; }


/*-----------------------------------------------------
 about
-----------------------------------------------------*/
#about .intro{
	margin: 80px 0 0 0;
}
#about .intro h3{
	color: var(--main-color);
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	margin: 20px 0;
	text-align: left;
}
#about .intro h4{
	color: var(--main-color);
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 20px 0 5px 0;
}
#about .intro p{
	line-height: 2;
}
#about .intro nav{
	margin: 20px 0;
}
#about .intro .row{
	margin: 30px 0;
}
#about .intro .row img{
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
#about .intro h3{
	font-size: 3rem;
	margin: 40px 0;
}
#about .intro h4{
	font-size: 2.4rem;
	margin: 40px 0 5px 0;
}
#about .intro .row{
	display: block;
	margin: 40px 0 60px 0;
}
#about .intro .row>.col{
	margin: 40px 0;
}
#about .intro nav{
	margin: 40px 0;
}
}



/*-----------------------------------------------------
 highlights
-----------------------------------------------------*/


/* program
-----------------------------------------------------*/
.program h2{
	margin: 0 0 30px 0;
}

.program h2+p{
	font-size: 100%;
}

.program h3{
    display: flex;
    align-items: center;
}

.program h3:before,
.program h3:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: var(--main-color);
}

.program h3:before {
    margin-right: 2rem;
}

.program h3:after {
    margin-left: 2rem;
}

.program h4{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	color: var(--main-color);
}
@media screen and (max-width: 767px) {
.program h4{
	font-size: 1.5rem;
	margin: 0 0 10px 0;
}
}

.program p{
	line-height			: 1.5;
	font-size			: 1.1rem;
	text-align: center;
	margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
.program p{
	font-size			: 1.4rem;
}
}
/* program-category
-----------------------------------------------------*/
.program .program-category{
	margin: 60px 0;
}


/* program-list
-----------------------------------------------------*/
.program .program-list{
	margin: 40px 0;
}

.program .program-list>ul{
	-js-display			: flex; /* IE */
	display				: -webkit-flex; /* Safari */
	display				: flex;
	flex-direction		: row;
	flex-wrap			: wrap;
}
.program .program-list>ul>li{
	list-style: none;
	word-break: break-all;
}


@media screen and (max-width: 767px) {
.program .program-list>ul>li{
	flex				: 0 0 47.5%;
	padding				: 0 0 20px 0;
	margin				: 0 5% 0 0;
}
.program .program-list>ul>li:nth-child(even){ margin: 0; }

.program .program-list.core>ul{
	flex-direction: column;
}
.program .program-list.core>ul>li{
	margin: 0;
	flex: 1;
}
}
@media screen and (min-width: 768px) {
.program .program-list>ul>li{
	flex				: 0 0 31.5%;
	padding				: 0 0 50px 0;
	margin				: 0 2.7% 0 0;
}
.program .program-list>ul>li:nth-child(3n){ margin: 0; }
.program .program-list.core>ul{
	gap: 2.7%;
	justify-content: space-between;
}
.program .program-list.core>ul>li{
	margin: 0;
	flex				: 0 0 47.3%;
}
}

/* summary
---------------------------------*/
/* .program .program-list>ul>li>.open_button{ cursor: pointer; }
.program .program-list>ul>li>.open_button:hover{ opacity: 0.5; } */

.program .program-list>ul>li>.summary{ display: block; }
.program .program-list>ul>li>a.summary{ text-decoration: none; }
.program .program-list>ul>li>a:visited.summary{ color:var(--text-color);}
.program .program-list>ul>li>.summary{ display: block; }
.program .program-list>ul>li>.summary img{ border-radius: 15px; }
.program .program-list>ul>li>.summary figure{
	margin				: 10px 0;
}
.program .program-list>ul>li>.summary figcaption{
	display				: block;
	margin				: 10px 0;
	font-size			: 1.2rem;
	font-weight			: bold;
	color				: var(--main-color);
}

@media screen and (min-width: 768px) {
.program .program-list>ul>li>.summary figcaption{ font-size: 1.4rem; }
}
.program .program-list>ul>li>.summary ul{
	position			: relative;
	line-height			: 1;
}


.program .program-list>ul>li>.summary ul>li{ margin: 5px 0; }
.program .program-list>ul>li>.summary ul>.title-jp{
	margin				: 0 0 -2px 0;
	line-height			: 1.3;
	font-weight			: bold;
	font-size			: 1.5rem;
}
.program .program-list.core>ul>li>.summary ul>.title-jp{
	font-size			: 1.8rem;
}
@media screen and (min-width: 768px) {
.program .program-list>ul>li>.summary ul>.title-jp{ font-size: 1.8rem; }
.program .program-list.core>ul>li>.summary ul>.title-jp{
	font-size			: 2rem;
}
}

.program .program-list>ul>li>.summary ul>.title-jp>small{ font-size: 80%; }
.program .program-list>ul>li>.summary ul>.name-jp{
	font-weight			: bold;
	line-height			: 1.5;
}
.program .program-list.core>ul>li>.summary ul>.name-jp{font-size: 90%;}

.program .program-list>ul>li>.summary ul>.cast{
	line-height			: 1.3;
	font-size			: 1.1rem;
}
@media screen and (min-width: 768px) {
.program .program-list>ul>li>.summary ul>.cast{
	font-size			: 1.4rem;
}
}



.comment-list{
	--item-width: 100%;
	--item-radius: 5px;
	--item-padding: 10px;
	--image-size: 60px;
	--item-gap: 10px;
}

@media screen and (min-width: 769px) {
.comment-list{
	--item-width: 370px;
	--item-radius: 10px;
	--item-padding: 15px;
	--image-size: 90px;
	--item-gap: 15px;
}
}

@media screen and (min-width: 992px) {
.comment-list{
	--item-width: 430px;
	--item-gap: 30px;
}
}

@media screen and (min-width: 1100px) {
.comment-list{
	--item-width: 500px;
}
}

.comment-list{
	margin				: 0 0 30px 0;
}
.comment-list ul li{ margin: 0 10px 10px 10px; }

@media screen and (min-width: 769px) {
.comment-list{
	margin				: 50px auto 30px auto;
	max-width: 520px;
}
.comment-list ul{
	display				: flex;
	flex-direction		: row;
	flex-wrap			: wrap;
	justify-content		: center;
	gap: 30px;
}
.comment-list ul li{ margin: 0; }
.comment-list ul li:last-child{
margin: 0 0 30px 0;
flex: 0 0 100%; }
}

/* comment-item
-----------------------------------------------------*/

.comment-item{
	display				: block;
	margin				: 0 auto;
	border-radius		: var(--item-radius);
	width				: var(--item-width);
	padding				: var(--item-padding) calc(var(--item-padding) + 5px);
	background			: var(--main-color);
	color				: var(--bg-color);
	text-decoration: none;
}

.comment-item .text{
	flex				: 3;
	text-align			: left;
}
.comment-item .text em,
.comment-item .text strong,
.comment-item .text small{
	display				: block;
	line-height			: 1.5;
}

.comment-item .text em{ font-size: calc(var(--font-size) - 2px); }
.comment-item .text strong{
font-size: calc(var(--font-size) + 3px); }
.comment-item .text strong span{
	display				: block;
	margin				: 0 0 5px 0;
	line-height			: 1.3;
	font-size			: 10px;
}
.comment-item .text small{ font-size: calc(var(--font-size) - 2px); }
.comment-item span .text small{ color: #630132; }

@media screen and (min-width: 769px) {
.comment-item{
	padding				: var(--item-padding);
}
.comment-item .text em			{ font-size: calc(var(--font-size) - 3px); }
.comment-item .text strong		{ font-size: calc(var(--font-size) + 3px); }
.comment-item .text strong span{
	font-size			: 12px;
}
.comment-item .text strong span.midium{
	display: inline-block;
	font-size			: 16px;
}
.comment-item .text small{ font-size: calc(var(--font-size) - 2px); }
}

@media screen and (min-width: 992px) {
.comment-item .text em{ font-size: var(--font-size); }
.comment-item .text strong{ font-size: calc(var(--font-size) + 6px); }
}


/*-----------------------------------------------------
 past
-----------------------------------------------------*/
/* archive-list
-----------------------------------------------------*/
#past .archive-list{
	margin				: 0 auto;
	max-width			: 470px;
}

/*-----------------------------------------------------
 attention
-----------------------------------------------------*/
.intro .attention{
	display: block;
	margin: 40px 0 60px 0;
	padding:30px;
	font-size:1.2rem;
	background:#333;
}
.intro .attention h2{
	font-size: 2.4rem;
}


#highlights{

}
#highlights .nanda10{
	padding: 5em 0;
}
#highlights .nanda10>h2 img{
	max-height: 60px;
	margin: 0 0 1em;
}
#highlights .nanda10>.text{
	font-size: 112.5%;
	margin: 2em;
}
@media screen and (min-width: 769px) {
#highlights .nanda10>h2 img{
	max-height: 76px;
}
#highlights .nanda10>.text{
	text-align: center;
	margin: 0 2em 4em 2em;
}
}

#highlights .nanda10 .row{
	gap: 20px;
	margin: 0 0 5em;
}
#highlights .nanda10 .row .item{
	padding: 0 2em;
}

@media screen and (min-width: 769px) {
#highlights .nanda10 .row{
	align-items: center;
	gap: 50px;
	margin: 0 0 3em;
}

#highlights .nanda10 .row>.col{
	flex: 1;
}
#highlights .nanda10 .row.row-reverse{
	flex-direction: row-reverse;
}
#highlights .nanda10 .row .item{
	padding: 0 2em 0 0;
}
#highlights .nanda10 .row.row-reverse .item{
	padding: 0 0 0 2em;
}
}


#highlights .nanda10 .btn{
	line-height: 1.2;
	margin: 20px 0;
}
#highlights .nanda10 h3{
	text-align: left;
	color: #99ff00;
	margin: 0 0 0.75em;
}
#highlights .nanda10 h3>img{
	max-height: 75px;
	margin: 0 0 0.5em;
}
#highlights .nanda10 h3>span{
	display: block;
}


#highlights .nanda10 .tag-list{
	display: flex;
	font-display: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 1.25em 0;
}
#highlights .nanda10 .tag-list .tag{
	font-size: 75%;
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 2em;
	padding: 4px 12px;
	line-height: 1;
}

#highlights .nanda10 .tobe{
	margin: 50px 20px 20px 20px;
}


@media screen and (min-width: 769px) {
#highlights .nanda10 .tobe{
	margin: 100px 20px 20px 20px;
	text-align: center;
}
#highlights .nanda10 .tobe img{
	max-width: 570px;
}
}