@charset "utf-8";

/*----------------------------------------------------------------
 TopPage only
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 base
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 layout
----------------------------------------------------------------*/
#header{
	--max-width		: 100vh;
}
/* @media screen and (min-width: 1100px) {
#header{
	--max-width		: 800px;
}
} */


#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: 769px) {
#header .nanda{
	--area-overflow : 30px;
	gap: 50px;
}
}

@media screen and (min-width: 769px) {
  #header .mv{
    min-height: 800px;
  }
}
#header .theme{
	z-index				: 3;
}
#header .mv{
	background: var(--main-color);
}
#header .logo,
#header .date{
	display: block;
	position: absolute;
	width: 100%;
	z-index: 10;
	max-width: var(--max-width);
	left: 0;
}
#header .logo{
	top: 0;
}
#header .date{
	bottom: 0;
}
#header .mv{
	position			: relative;
}
#header .mv p{
	opacity: 0;
}



/*-----------------------------------------------------
 background skew
-----------------------------------------------------*/
#outline{
	padding				: 40px 0 0 0;
	z-index				: 9;
}
#outline,#outline:after{ background: var(--bg-color); }
@media screen and (min-width: 769px) {
#outline{
	padding				: 80px 0 0 0;
}
}
#program{
	z-index				: 8;
}
#program,#program:after{ background: var(--sub-color); }


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



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


#lab{
	z-index				: 5;
}
#lab,#lab:after{ background: var(--bg-color); }
@media screen and (max-width: 768px) {
#lab{
	padding				: 40px 0;
}
}

#footer{ z-index: 3; }

/*----------------------------------------------------------------
 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: 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-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; }
.wanted-banner li a{ display: block;}

/*-----------------------------------------------------
 about
-----------------------------------------------------*/
#about .container{ padding: 30px 0; }
@media screen and (min-width: 768px) {
#about .container.wide{ margin: 30px auto;}
}
#about .intro h3{
	color: var(--text-color);
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	margin: 20px 0;
	text-align: left;
}
#about .intro h4{
	color: var(--text-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;
}
}


/*-----------------------------------------------------
 stair
-----------------------------------------------------*/
#stair h2{ padding: 30px 0 0 0; }


/*-----------------------------------------------------
 lab
-----------------------------------------------------*/
#lab h2{ padding: 30px 0 0 0; }

/*-----------------------------------------------------
 program
-----------------------------------------------------*/


/* 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(--text-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: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; } */

.summary{ display: block; }
a.summary{ text-decoration: none; }
a:visited.summary{ color:var(--text-color);}

.summary img{ border-radius: 15px; }
.summary figure{
	margin				: 10px 0;
}
.summary figcaption{
	display				: block;
	margin				: 10px 0;
	font-size			: 1.2rem;
	font-weight			: bold;
	color				: var(--text-color);
}

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


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

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

.summary ul>.cast{
	line-height			: 1.3;
	font-size			: 1.1rem;
}
@media screen and (min-width: 768px) {
.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;
}





.past-list{
	--item-count: 2;
	--item-gap: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--item-gap);
}
.past-list>li{
	list-style: none;
	flex				: 0 0 calc((100% / var(--item-count)) - (var(--item-gap) * (var(--item-count) - 1) / var(--item-count)));
}
.past-list>li a{
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
}
.past-list>li img{
	width: 100%;
	border-radius: 10px;
}
@media screen and (min-width: 769px) {
.past-list{
	--item-count: 3;
	--item-gap: 30px;
}
