@charset "UTF-8";

@media only screen and (min-width: 1169px) {
}
@media only screen and (max-width: 767px) {
}


/* -------------------------------- 

sub-info　調節

-------------------------------- */
#sub-info {
margin-top: 1px;
}

/* -------------------------------- 

#limited

-------------------------------- */
#limited { width:1000px; margin:0 auto 4rem;}

@media only screen and (max-width: 767px) {
#limited { width:90% !important; margin:0 auto 3%; padding-bottom:3%; border-bottom:1px solid #999;}
#limited img {}

}

.artistguidelines a { width:80%;}

@media only screen and (max-width: 767px) {
.artistguidelines a { margin:7% auto 0; padding:0 6%;}
}



/* -------------------------------- 

#finish

-------------------------------- */
#finish { width:1000px; margin:0 auto 4rem;}
#finish h1 {
	background: url("../images/home/tx_finish.png")  no-repeat;
	line-height:2.5rem;
	margin:0 0 .5rem;
}

@media only screen and (max-width: 767px) {
#finish { width:90%; margin:0 auto 2%;}
#finish img {}
#finish h1 {
	background: url("../images/home/tx_finish-mobile.png")  no-repeat;
	background-size:contain;
	line-height: normal;
}
}

/* -------------------------------- 

	#topFeed

-------------------------------- */
#topFeed { width:890px;	margin:4rem auto;
}
#topFeed h1 {
/*	background: url("../images/home/tx_news-blog.png")  no-repeat;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	margin-bottom:1.4rem;
*/
font-weight:bold;
color:#E4060A;
text-indent: unset;
white-space: nowrap;
overflow: visible;
	margin-bottom:1rem;
}
#topFeed ul { float:left; 
}
#topFeed li {
	font-size:1.6rem;
	line-height:1.8;
}
#topFeed li span {
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
	font-weight:400;
	color:#444;
	font-size:1.4rem;
}
#topFeed li .date { /*width:80px;*/ margin-right:1.5rem; }
#topFeed li .cate-name { width:50px;}
#topFeed li a { letter-spacing:.03rem; display:inline-block; vertical-align:top;}
#topFeed li.more { margin:20px 0 0 130px;}
#topFeed li.more p {  font-size:1.4rem; font-weight:bold; }



@media only screen and (max-width: 767px) {
#topFeed { width:100%; margin-bottom:2rem;}
#topFeed h1 { width:90%; margin:0 auto 1.4rem;}
#topFeed ul { float:none;}
#topFeed li { line-height:1.4; padding:2% 5%;	}
#topFeed li span.cate-name a { color:#333;}
#topFeed li a {
	display:block;
	color:#e45384;
	font-weight:bold;
}
#topFeed li.more {
	margin:0;
	background:#e45384;
	text-align:center;
}
#topFeed li.more a {
	color:#fff;
}
#topFeed li a:hover {
	text-decoration:underline;
}
#topFeed li .date { width:auto; margin-right:3%;}
}

/* -------------------------------- 

#nb-info

	2021 background: rgba(0,93,111,0.9)
	2023 background: #303030
	2025 background: #802a12（初期）
	202 background: #0a0a00

-------------------------------- */
#nb-info  { padding:4.5rem 0; background: #0a0a00;}
#nb-info nav { width:1000px; margin:0 auto; padding:0 8.8rem; overflow:hidden;}
/*
#nb-info nav div { float:left;  width:45.1rem;}
#nb-info nav img { width:45.1rem; height:100%;  }
*/

#nb-info nav .period-decide {
	padding-left: 3.8rem;
}

#nb-info nav h2 {
	background: url("../images/common/logo_2027@2x.png")  no-repeat center;
	background-size: contain;
	line-height:12rem;
	text-indent: 100%;
  white-space: nowrap;
	overflow: hidden;
}

#nb-info nav ul {
	display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 84rem;
	height: auto;
  margin: 2rem auto 0;
}
#nb-info nav ul li {
	flex: 1 1 auto;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
}
#nb-info nav ul li:first-of-type a { 
	margin-right: 1rem;
}
#nb-info nav ul li:hover {
  flex-grow: 1.1;
}
#nb-info nav ul li a {
	display: block;
	padding: 2rem 0;
	text-align: center;
	letter-spacing: .3rem;
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	transition: .3s;
}
#nb-info nav ul li a:hover {
	background: #fff;
	color: #303030;
	border-color: #fff;
	opacity: 0.8;
}

#nb-info nav ul li img {width:30rem; height:100%;}



#nb-info nav ul li.txt {
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
}
#nb-info nav ul li.txt { color:#fff; text-align:center; margin-bottom:10px;}

@media only screen and (max-width: 768px) {
#nb-info { padding:6% 0 5%;}
#nb-info nav { width:86%; margin:0 auto; padding:0; }
#nb-info nav div { width:100%; margin:0 auto; padding:0; }
#nb-info nav .period-decide {
	padding: 0;
}
#nb-info nav .period-decide img {
	width: 80%;
	height: auto;
}
#nb-info nav h2 {
	background: url("../images/common/logo_2025_s@2x.png")  no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 23.3%;
	height: 0;
}
#nb-info nav img {  float:none; width:100%;  margin:0;  }
#nb-info nav ul { width:100%; padding-top:5%; margin-top: 0; }
#nb-info nav ul li,
#nb-info nav ul li img { 
	width:100%;
}
#nb-info nav ul li a { 
	width:100%;
	padding:5% 0;
	margin-bottom: 1%;
	height:auto;
	line-height:1;
}
#nb-info nav ul li:first-of-type a { margin-right:2%;}
}







/* wrapper */
#nb-info .wrapper {
	width:100%;background:rgba(255, 255, 255, 0.8); padding:45px 5%;margin:40px 0 0;overflow:hidden;clear:both;
}

/* info */
#nb-info .info { width:100rem; margin:0 auto; padding:35px 50px; overflow: hidden; }
#nb-info .opencall h2,
#nb-info .opencall p { text-align: center !important;}
#nb-info .info .left { float:left; width:60rem;}
#nb-info .info .right { float:right; width:24rem; padding-top: 3.5rem;}
#nb-info .info h2 { margin-bottom:1.8rem;}
#nb-info .info h3 { font-size:1.6rem; font-weight:bold; }


#nb-info a.opencall {
/*
color before #07877A
*/
display: inline-block;
width: 100%;
border-radius: 10px;
border: 2px solid #1eaa39;
background: #fff;
color: #1eaa39;
text-align: center;
font-size: 1.6rem;
letter-spacing: .2rem;
font-weight: normal;
margin: 1rem 0 3rem;
padding: 2rem 3.5rem ;
}
#nb-info a:hover {
opacity: 0.6;
}

#nb-info .info .right .leaflet-download {
	padding:0;
}
#nb-info .info .right .leaflet-download img {
	vertical-align:bottom;
}
#nb-info .info .right a.leaflet-download span {
	display: block;
	background: #333;
	color: #fff;
	padding: 0.8rem 1rem;
	margin-top: 0.4rem;
	border-radius: .5rem;
	font-size:1.2rem;
	text-align: center;

}
#nb-info .info .right a.leaflet-download:hover span {
opacity: 0.6;
}




#nb-info .info h2,
#nb-info .info h3 {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin: 0 0 1.5rem;
    padding: 0;
    text-align: justify;
}
#nb-info .info p {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 180%;
    margin: 0.4rem 0 1.5rem;
    padding: 0;
    text-align: justify;
}
#nb-info .info .comment {
    font-size: 1.2rem;
    line-height: 160%;
    margin: 0.3rem 0 1.0rem;
    text-align: left;
}

@media only screen and (max-width: 768px) {
#nb-info .info { width:100%; padding:5% 0; margin-bottom:2%; font-size:1.4rem;}
#nb-info .info .left { float:none; width:100%;}
#nb-info .info .right { float:none; width:100%;}
#nb-info .info .right img { max-width:100%; width:100%;}
}



/* -------------------------------- 

Artist一覧（トップページ用）

-------------------------------- */
.nakabi2019 { padding:0; background:#6C5F49;}
/* wrapper */
.nakabi2019 .wrapper {
	width:100%;background:rgba(255, 255, 255, 0.8); padding:4.5rem 5%;margin:4rem 0 0;overflow:hidden;clear:both;
}



.artist {
	width:108rem; margin:0 auto 0; color:#666;
	padding:35px 50px; background:#fff; border-radius:10px; overflow: hidden; 
}
.artist h3 { margin-bottom: 2rem; font-size: 1.8rem;}
.artist ul { color:#333;padding:10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
 }
.artist ul div {
  -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
}
.artist ul li { font-size:1.2rem;line-height:1.2;margin-bottom: 1rem;}

.artist ul li a {color:#000; display: block;}
.artist ul li a:hover { background: #ccc;}

@media only screen and (max-width: 768px) {
.nakabi2019 .wrapper { margin-bottom: 0}

.artist { width:100%; padding:5% 5%; }
.artist ul div { float:none; margin-right:0;}

.artist ul { color:#333;padding:10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
 }
.artist ul div {
  -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
}



.artist ul li { display:inline;font-size:1.4rem; line-height:1.8; }
.artist ul li:after { content:" ｜"; color:#929292;}
.artist ul li.end:after { content:""}
.artist ul li a { display: inline-block;
}
.artist div { display:inline;}
.artist br { display:none;}
}




/* -------------------------------- 

#international-symposium

-------------------------------- */
#international-symposium { width:1000px; margin:0 auto;}
#international-symposium ul { font-size:0;}
#international-symposium li {
	width:320px;
	margin:0 20px 0 0;
	display:inline-block;
}
#international-symposium li:last-child { margin-right:0;}
#international-symposium li.end { margin-right:0\9;} /* IE8以下 */


#international-symposium h1 {
	background: url("../images/home/tx_international-symposium.png")  no-repeat;
	line-height:2.2rem;
	margin:1.2rem 0 .5rem;
}

@media only screen and (max-width: 769px) {
#international-symposium { width:90%;}
#international-symposium li {
	width:100%;
	height:auto;
	margin:0 0 2% 0;
}
}


/* ---------------------------------------------------------------- 

	#newsBlock

---------------------------------------------------------------- */

#hotNews { width: 1000px; margin-left:-5.5rem; }

#topFeed #hotNews { float:right;}

@media only screen and (max-width: 767px) {
#hotNews { float:none; width:100%; margin-left:auto}
#hotNews img { width:100%;}
}

/* ----------------------------------------------- 

	#hotNews をNEWSの右に置くとき
	
-------------------------------------------------
#newsBlock ul#newsfeed { float:left; }
#newsBlock #newsfeed a {
	display: inline-block;
	width: 54rem;
}
#newsBlock #hotNews { 
	float:right;
	width: 18rem;
}
*/


/* highlight */

#newsBlock #hotNews span.highlight {
	display:block;
	color:#fff;
	margin-bottom:.5rem;
	padding:0 .5rem;
	border-radius:.4rem;
	text-align: center;
}
#newsBlock #hotNews span.highlight1 {
	background:#00a79b;
}
#newsBlock #hotNews a:hover span {
opacity: .6;
}


/* ----------------------------------------------- 

	#hotNews の中を横並びにする時
	
-------------------------------------------------  */
#newsBlock #hotNews ul {
	display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
	height: auto;
  margin: 2rem auto 0;
}
#newsBlock #hotNews li {
	flex: 0 1 auto;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
	margin-right: 1rem;
}
#newsBlock #hotNews li span {
	display:block;
	font-weight:400;
	color:#444;
	font-size:1.2rem;
}
#newsBlock #hotNews li img {
	width: auto;
	height: 200px;
}

@media only screen and (max-width: 767px) {
#newsBlock #hotNews li { margin-right:0}
}

/* ----------------------------------------------- 
	base
------------------------------------------------- */

#newsBlock { width:890px; margin:0 auto 5rem;}
#newsBlock h1 {
	background: url("../images/home/tx_news-staffblog.png")  no-repeat;
	background-size: contain;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	margin-bottom:1.4rem;
}
#newsBlock li {
	font-size:1.4rem;
	line-height:1.8;
}
#newsBlock li span {
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
	font-weight:400;
	color:#444;
	font-size:1.2rem;
}
#newsBlock li .date { width:80px; }
#newsBlock li .cate-name { width:50px;}
#newsBlock li a { letter-spacing:.03rem; display:inline-block; vertical-align:top;}
#newsBlock li.more { margin:20px 0 0 130px;}
#newsBlock li.more p {  font-size:1.4rem; font-weight:bold; }



@media only screen and (max-width: 767px) {
#newsBlock { width:100%; margin-bottom:2rem;}
#newsBlock h1 { width:90%; margin:0 auto 1.4rem;}
#newsBlock ul { float:none;}
#newsBlock li { line-height:1.4; padding:2% 5%;	border-top:1px solid #E7E7E7;}
#newsBlock li span.cate-name a { color:#333;}
#newsBlock #newsfeed li a {
	display:block;
	color:#e45384;
	font-weight:bold;
	width: 100%;
}
#newsBlock #newsfeed  li.more {
	margin:0;
	background:#e45384;
	text-align:center;
}
#newsBlock #newsfeed  li.more a {
	color:#fff;
}
#newsBlock #newsfeed  li a:hover {
	text-decoration:underline;
}
#newsBlock li .date { width:auto; margin-right:3%;}
#newsBlock #hotNews { float:none; width:100%;}
#newsBlock #hotNews li { border: none;}
#newsBlock #hotNews li img { max-width: 100%; width:100%; max-height: 100%; height: 100%}
}




/* ---------------------------------------------------------------- 

	#EVENT

---------------------------------------------------------------- */

#event { width:1000px; font-size:0;
	padding-bottom: 6rem; 
}
#event h1 {
	background: url("../images/home/tx_event.png")  no-repeat;
	background-size: contain;
	font-size:1.6rem;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	margin-bottom:2.6rem;
}
#event article {
	width:232px;
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
	margin:0 24px 20px 0;
	position:relative;
	vertical-align:text-top;
}
#event article:nth-of-type(4n+0) { margin-right:0;}
#event article a:hover { opacity:0.6;}

#event article div.eventInfo {
}
#event article h2 {
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.4;
}
#event article .event-cate-name { 
	font-size:0.9rem;
	background:#000;
	color:#fff;
	padding:3px 7px;
	margin-right:10px;
	display:inlline-block;
}
#event article time { font-size:1.2rem;
}
#event p.more { width:1000px; font-size:1.6rem; margin:0 auto; text-align:right; }
#event p.more a { font-weight:bold;}

/* めくれ効果 */
#event article .eventImg {
	position:relative;
	margin-bottom:2rem;
	background-color: #fff;
}
#event article .eventImg img {
	width:100%;
	height:100%;
}

/* リスト一覧表示のカテゴリ色設定 */
.tribe-event-categories a { display:block; font-size:1.2rem; font-weight:bold; color:#fff !important; padding:0.5rem 1rem 0.3rem; }

.tribe-events-category-event  .tribe-event-categories { background:#e262ac;}
.tribe-events-category-performance  .tribe-event-categories { background:#817797;}
.tribe-events-category-workshop  .tribe-event-categories { background:#ffab6c;}
.tribe-events-category-participatory-art  .tribe-event-categories { background:#aac343;}
.tribe-events-category-cafe-event  .tribe-event-categories { background:#9d6292;}
.tribe-events-category-exhibition-related  .tribe-event-categories { background:#5291aa;}

.tribe-events-category-allevent  .tribe-event-categories { background:#63c3ce;}
.tribe-event-categories a:hover { color: rgba(255,255,255,0.6); }

@media only screen and (min-width: 768px) {
#event article .eventImg::before,
#event article .eventImg::after {
	position: absolute;
	bottom: 12px;
	z-index: -1;
	content: '';
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0,0,0,.5);
}
#event article .eventImg::before {
	left: 10px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
#event article .eventImg::after {
	right: 10px;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}
}



@media only screen and (max-width: 767px) {
#event { width:95%;}
#event h1 {
	width:90%;
	margin:0 auto 1rem;
	background-size: contain;
}
#event article {
	width:100%;
	margin:0 0 .6rem;
	backface-visibility:#C27273;
}
#event article div.eventInfo {
	width:67%;
	float:right;
	margin:2% 1% 0 0;
}
#event article h2   {
	line-height:1.2;
}
#event article h2 {
	margin-bottom:0.8rem;
}
#event article .eventImg {
	width:30%;
	position:relative;
	float:left;
}
#event article .event-cate-name {
	width:30%;
	display:inline-block;
	position:absolute;
	padding:0.4rem 0.6rem;
	top:0;
	left:0;
	z-index:2;
}

#event p.more { width:100%; }

}



/* ---------------------------------------------------------------- 

	#exhibition-infoFeed

---------------------------------------------------------------- */

#exhibition-infoFeed { margin-top:2px; padding:50px 0; background:rgba(102,102,102,0.1); text-align:center;
}
#exhibition-infoFeed h1 {
	width:900px;
	margin:0 auto;
	background: url("../images/home/tx_artist_exhibition-info.png")  no-repeat;
	background-size: contain;
	font-size:1.6rem;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	margin-bottom:2.6rem;
}
#exhibition-infoFeed ul {
	width:900px;
	margin:0 auto;
	font-size:0;
}
#exhibition-infoFeed li {
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
	font-size:1.2rem;
	width:47%;
	text-align:left;
	margin: 0 3% 1.5% 0;
	vertical-align:top;
}
#exhibition-infoFeed li div {
	float:right;
	width:78%;
}
#exhibition-infoFeed li span {
	display:block;
	font-size:1.2rem;
	line-height:1.4;
}
#exhibition-infoFeed li .date {
	padding-top:2px;
}
#exhibition-infoFeed li .title {
	font-size:1.4rem;
	line-height:1.2;
	margin-bottom:6px;
	font-weight:bold;
	display:inline-block;
}
#exhibition-infoFeed li img {
	float:left;
	background:#fff;
}
#exhibition-infoFeed li img.attachment-resize75 {
	width:7.5rem;
	height:7.5rem;
}

#exhibition-infoFeed li img.new {
	float:none;
	background:none;
}

#exhibition-infoFeed li  a p { color:#808080; line-height:1.2; }
#exhibition-infoFeed a:hover ,
#exhibition-infoFeed li a:hover p { opacity:0.6;}

#exhibition-infoFeed p.more { width:900px; margin:0 auto; text-align:right; }
#exhibition-infoFeed p.more a {font-weight:bold;}

@media only screen and (max-width: 767px) {
#exhibition-infoFeed {
	width:100%;
	margin-top:1px;
	padding:5% 0; 
}
#exhibition-infoFeed h1 {
	margin-bottom:1rem;
}
#exhibition-infoFeed h1,
#exhibition-infoFeed ul {
	width:90%;
}
#exhibition-infoFeed li {
	width:100%;
	display:block;
	overflow:hidden;
}
#exhibition-infoFeed li div {
	float:right;
	width:78%;
}
#exhibition-infoFeed li img,
#exhibition-infoFeed li img.attachment-resize75 {
	width:17%;
	height:17%;
}
#exhibition-infoFeed li img.new {
	width: 8%;
	width: 8%;
}
#exhibition-infoFeed p.more {
	width:90%;
}
}


/* ---------------------------------------------------------------- 

	#snsFeed

---------------------------------------------------------------- */
#snsFeed { width:1000px; margin:60px  auto; font-size:0;}
#snsFeed div {
	width:480px;
	margin:0 10px;
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
	vertical-align:text-top;
}

@media only screen and (max-width: 767px) {
#snsFeed { display:none;}
}

/* ---------------------------------------------------------------- 

	#partnerLink

---------------------------------------------------------------- */
#partnerLink { width:90rem; margin:0 auto; padding:3rem 0; text-align:center;
}
#partnerLink ul {
}
#partnerLink li {
	display:inline-block;
	*display: inline;  
  *zoom: 1; 
	margin:2rem 2rem 0;
	vertical-align: middle;
	}

@media only screen and (max-width: 767px) {
#partnerLink { width:100%; padding:5% 0 0;}
#partnerLink li {margin:0 0 1.4rem; width:45%;}
#partnerLink li.mb-100 {margin:0 0 1.4rem; width:100%;}
#partnerLink li img { max-width:80%;}
}



/* -------------------------------- 

#archives-wrap

-------------------------------- */
#archives-wrap ul {
	display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
	height: auto;
  margin: 2rem auto 0;
}
#archives-wrap li {
	flex: 0 1 auto;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
	margin-right: 1rem;
}
#archives-wrap li span {
	display:block;
	font-weight:400;
	color:#444;
	font-size:1.2rem;
}
#archives-wrap li img {
	width: auto;
	height: 200px;
}

@media only screen and (max-width: 767px) {
#archives-wrap li { margin-right:0}
}


/* ---------------------------------------------------------------- 

	Post Pages

---------------------------------------------------------------- */
.type-page {
	width:890px;
	margin:0 auto;
}
.type-page .entry-content {
	padding-top:20px;
}

.type-page .entry-header {
	display:none;
}

@media only screen and (max-width: 767px) {
.type-page { width:90%;}
}