@charset "UTF-8";

/* ヘッダー */
.header-logo {
	z-index: 999999;
	width: 230px;
	height: 240px;
}
@media screen and (max-width: 1024px) {
	.header-logo {
	  width: 170px;
	  height: 175px;
	}
}
  @media screen and (max-width: 768px) {
	.header-logo {
	  width: 29.6728971963vw;
	  height: 30.3738317757vw;
	}
}


/* ページトップに戻る */
@media screen and (max-width: 768px) {
	.pagetop {
		right: 8px;
		top: 80%;
	}
	.whats-new {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		left: 6.672897vw;
		right: 6.672897vw;
		bottom: 4.6728971963vw;
		height: 6em;
		padding: 4.672897vw;
		border-radius: 4.6728971963vw;
	}
}

.sp-head-bg {
	display: none;
}

@media screen and (max-width: 768px) {
	.header-logo.is-scroll {
		position: fixed;
		width: 18.672897vw;
		height: 18.373832vw;
		padding: 2.672897vw;
	}
	.sp-header-bg {
		display: flex;
		position: fixed;
		z-index: 99;
		top:0;
		width: 100%;
		height: 18.691588785vw;
		background-color: #ffffff00;
	}
	.sp-header-bg.is-scroll {
		background-color: #ffffff;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	}
}

/* サイドバーメニュー */
.nav-primary > ul > li > a {
	padding: 12px;
}
.nav-primary > ul > li.is-current {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* サイドバーサブメニュー */
@media (any-hover: hover) {
	.nav-primary > ul > li.nav-sub:hover .nav-primary-sub {
	  width: 480px;
	}
}
.nav-primary-sub {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 270px;
	width: 0;
	height: 100%;
	padding: 130px 0;
	color: #000;
	white-space: nowrap;
	background-color: rgb(249 249 249);
	-webkit-transition: width 0.4s ease-out;
	transition: width 0.4s ease-out;
}
.page-style02 .nav-primary-sub {
	background-color: rgb(249 249 249);
}
.page-style03 .nav-primary-sub {
	background-color: rgb(249 249 249);
}
.nav-primary-sub ul li a svg {
	width: 10px;
	margin-right: 15px;
	fill: #000;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/* クリッカブルホバー処理 */
a:hover {
	opacity: 0.7 ;
}
button:hover {
	opacity: 0.7 ;
}

/* ファーストビュースクロールダウン */
.scrolldown {
	position: relative;
}
.scrolldown a {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 110px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	transition: 0.2s;
	overflow: hidden;
}
.scrolldown a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
}
  .scrolldown a:hover {
	opacity: 0.5;
}
  
#scrolldown a::after {
	animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  
  @keyframes sdl01 {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	50% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	50.1% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 0);
	  transform-origin: 0 100%;
	}
}

@media screen and (max-width: 768px) {
	.scrolldown {
	  display:none;
	}
}

/* 言語切替 */
.nav-secondary-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 25px;
	right: 400px;
	font-size: 12px;
	line-height: 64px;
}

.nav-secondary-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 25px;
	right: 200px;
	height: 64px;
	margin-left: 30px;
}

.nav-secondary-lang .notranslate {
	height: 30px;
	padding: 0 40px 0 40px;
	font-size: 12px;
	font-weight: 500;
	background: url(/assets/images/common/select.svg) right 162px center/9px auto no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.menu select.notranslate {
	width: calc(100% - 120px);
	height: 62px;
	margin: 0 60px 40px;
	padding: 0 40px;
	font-size: 16px;
	font-weight: 700;
	background: #fff url(/assets/images/common/select.svg) right 40px center/12px auto no-repeat;
	border-radius: 9999px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
  }

  @media screen and (max-width: 768px) {
	.menu select.notranslate {
	  width: calc(100% - 28.0373831776vw);
	  height: 14.4859813084vw;
	  margin: 0 14.0186915888vw 9.3457943925vw;
	  padding: 0 9.3457943925vw;
	  font-size: 3.738317757vw;
	  background-position: right 7.0093457944vw center;
	  background-size: 2.8037383178vw auto;
	}
  }


.change-color .nav-secondary-lang .notranslate {
    color: #fff;
    background-image: url(/assets/images/common/select_white.svg);
}

.change-color .nav-secondary-lang .notranslate option {
    background-color: #000;
}

@media screen and (max-width: 1024px) {
	.nav-secondary-search, .nav-secondary-lang {
	  display: none;
	}
}

/* カテゴリートップスマホ調整 */
@media screen and (max-width: 768px) {
	.category-top .main .container {
		padding-top: 30px;
	}
	.category-top .nav-local {
		margin-bottom: 60px;
	}
}

/* フッタースマホ調整 */
@media screen and (max-width: 768px) {
	.footer-sitemap {
	  padding: 0 0 40px 0;
	}
}

/* twitterタイムライン */
.tweet-box {
  width: 35%;
}
.tweet-box-home {
	width: 49%;
}

@media screen and (max-width: 768px) {
	.tweet-box {
	  width: auto;
	}
	.tweet-box-home {
		width: auto;
		margin-bottom: 7.0093457944vw;
	}
	.twitter-timeline {
		height: 588px;
	}
}

/* シェアボタン */
.share-buttons {
	margin-top: 80px;
	padding-right: 10%;
	text-align:right;
}
.share-buttons .twitter-share-button {
	margin-bottom:7px;
}


/* 公演学芸トップメインビジュアル */
.main-visual-image {
	position: relative;
	z-index:-1;
}

/* 主催公演トップ画像 */
.performances-lineup-introduction-image {
	margin: 0px 2% 60px 2%;
}
.performances-lineup-introduction-image .visual-swiper-pagination {
	padding-top: 20px;
	text-align: center;
}
.performances-lineup-introduction-image .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .performances-list-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
.performances-lineup-introduction-image .swiper-pagination-bullet-active {
	background: #000;
}

/* 学芸情報トップ プロジェクトスライド */
.programs-project {
	position: relative;
	margin-bottom: 90px;
  }
  .programs-project .project-swiper {
	overflow: hidden;
  }
  .programs-project-lead {
	margin-bottom: 1.5em;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
  }
  .programs-project-desc {
	line-height: 2;
  }
  .programs-project-container {
	margin-top: 45px;
	padding: 30px 0 20px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
  }
  .programs-project-title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 20px;
	padding-bottom: 0.5em;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 2px solid #000;
}
.programs-project-title strong {
	font-size: 20px;
}
  .programs-project-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: relative;
	margin: 0 6%;
  }
  .programs-project-nav::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 70px;
	margin: auto;
	background-color: #000;
  }
  .programs-project-nav li {
	width: 45%;
  }
  .programs-project-nav li button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	height: 70px;
	font-size: 22px;
	font-weight: 700;
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
  }
  .programs-project-nav li button svg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	margin: auto;
	fill: rgba(0, 0, 0, 0.16);
  }
  .programs-project-nav li button .flex-container {
	width: 100%;
	gap: 20px;
  }
  .programs-project-nav-prev button {
	padding-left: 50px;
  }
  .programs-project-nav-prev button svg {
	left: 0;
	-webkit-transform: scaleX(-100%);
			transform: scaleX(-100%);
  }
  .programs-project-nav-next button {
	padding-right: 50px;
  }
  .programs-project-nav-next button svg {
	right: 0;
  }
  .programs-project-nav-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
}
  .programs-project-nav-num.num01 {
	background-color: #78acae;
  }
  .programs-project-nav-num.num02 {
	background-color: #5e82bc;
  }
  .programs-project-nav-num.num03 {
	background-color: #ea706b;
  }
  .programs-project-nav-num.num04 {
	background-color: #dbb373;
  }
  .programs-project-nav-num.num05 {
	background-color: #c3c2b1;
  }
  .programs-project-nav-text {
	/* width: calc(100% - 80px); */
	width:auto;
	font-size: 16px;
}
  .programs-project-nav-text small {
	font-size: 80%;
  }
  .programs-project-body {
	margin: 30px 0;
	padding: 0 6%;
}
  .programs-project-list {
	position: relative;
	width: 540px;
	height: 505px;
	margin: auto;
	counter-reset: number;
  }
  .programs-project-list::before {
	content: "学芸事業";
	white-space: pre;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 350px;
	height: 350px;
	margin: auto;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	letter-spacing: 0.1em;
  }
  .programs-project-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: absolute;
	width: 182px;
	height: 182px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-radius: 50%;
	mix-blend-mode: normal;
	opacity:0.85;
}
  .programs-project-list li::before {
	content: counter(number);
	counter-increment: number;
	font-size: 30px;
	margin-top: -0.5em;
  }
  .programs-project-list li small {
	margin-top: 0.2em;
	font-size: 14px;
  }
  .programs-project-list li:nth-child(1) {
	top: 0;
	left: 180px;
	background-color: #78acae;
  }
  .programs-project-list li:nth-child(2) {
	top: 122px;
	right: 0;
	background-color: #5e82bc;
  }
  .programs-project-list li:nth-child(3) {
	bottom: 0;
	right: 72px;
	background-color: #ea706b;
  }
  .programs-project-list li:nth-child(4) {
	bottom: 0;
	left: 72px;
	background-color: #dbb373;
  }
  .programs-project-list li:nth-child(5) {
	top: 122px;
	left: 0;
	background-color: #c3c2b1;
  }
  .programs-project-content {
	margin-bottom: 30px;
	padding: 0 6%;
  }
  .programs-project-content-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 0.5em;
	padding: 0.2em 0 0.2em 0.2em;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	border-radius: 50%;
  }
  .programs-project-content-num.num01 {
	background-color: #78acae;
  }
  .programs-project-content-num.num02 {
	background-color: #5e82bc;
  }
  .programs-project-content-num.num03 {
	background-color: #ea706b;
  }
  .programs-project-content-num.num04 {
	background-color: #dbb373;
  }
  .programs-project-content-num.num05 {
	background-color: #c3c2b1;
  }
  .programs-project-content-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
  }
  .programs-project-content-title small {
	font-size: 18px;
  }
  .programs-project-content-lead {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	text-align: left;
  }
  .programs-project-content-text {
	margin-top: -1.5em;
	margin-bottom: 3em;
	line-height: 1.8;
  }
  .programs-project-content-name {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: 700;
  }
  .programs-project-content-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .programs-project-content-container + .programs-project-content-container {
	margin-top: 60px;
  }
  .programs-project-content-container.published .programs-project-content-figure {
	width: 26%;
  }
  .programs-project-content-container.published .programs-project-content-body {
	width: 70%;
  }
  .programs-project-content-figure {
	width: 50%;
  }
  .programs-project-content-figure img {
	width: 100%;
  }
  .programs-project-content-body {
	width: 46%;
  }
  .programs-project-content-desc {
	line-height: 1.8;
  }
  .programs-project-content-programs {
	margin-top: 1em;
	padding: 1.5em 0;
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  }
  .programs-project-content-programs ul, .programs-project-content-programs dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 1.5em;
  }
  .programs-project-content-programs ul + ul, .programs-project-content-programs ul + dl, .programs-project-content-programs dl + ul, .programs-project-content-programs dl + dl {
	margin-top: 1.5em;
  }
  .programs-project-content-programs ul li, .programs-project-content-programs ul dt, .programs-project-content-programs ul dd, .programs-project-content-programs dl li, .programs-project-content-programs dl dt, .programs-project-content-programs dl dd {
	font-weight: 700;
  }
  .programs-project-content-programs ul li a, .programs-project-content-programs ul dt a, .programs-project-content-programs ul dd a, .programs-project-content-programs dl li a, .programs-project-content-programs dl dt a, .programs-project-content-programs dl dd a {
	color: #8aa0a4;
	text-decoration: underline;
  }

  @media screen and (max-width: 768px) {
	.programs-project {
	  position: relative;
	  margin-bottom: 14.0186915888vw;
	}
	.programs-project-lead {
	  font-size: 4.6728971963vw;
	  line-height: 1.7;
	}
	.programs-project-container {
	  margin-top: 7.0093457944vw;
	  padding: 4.6728971963vw 0 0;
	  border-radius: 2.3364485981vw;
	}
	.programs-project-title {
	  margin-bottom: 9.3457943925vw;
	  font-size: 3.2710280374vw;
	  font-weight: 700;
	  border-width: 1px;
	}
	.programs-project-title strong {
	  display: inline-block;
	  text-align: center;
	  font-size: 4.6728971963vw;
	}
	.programs-project-nav {
	  margin: 0 3.5046728972vw;
	}
	.programs-project-nav::before {
	  width: 1px;
	  height: 11.6822429907vw;
	}
	.programs-project-nav li {
	  width: 47.5%;
	}
	.programs-project-nav li button {
	  height: 12.8504672897vw;
	  font-size: 2.8037383178vw;
	}
	.programs-project-nav li button svg {
	  width: 4.9065420561vw;
	}
	.programs-project-nav li button .flex-container {
	  gap: 2vw;
	}
	.programs-project-nav-prev button {
	  padding-left: 5.8411214953vw;
	}
	.programs-project-nav-next button {
	  padding-right: 5.8411214953vw;
	}
	.programs-project-nav-num {
	  width: 6.0093457944vw;
	  height: 6.0093457944vw;
	  font-size: 2.738317757vw;
	}
	.programs-project-nav-text {
		/* width: calc(100% - 10vw); */
		font-size: 10px;
	  }
	.programs-project-nav-text small {
	  font-size: 100%;
	}
	.programs-project-body {
	  margin: 0 0 5.0186915888vw;
	}
	.programs-project-list {
	  width: 70.0934579439vw;
	  height: 68.691588785vw;
	}
	.programs-project-list::before {
	  width: 49.5327102804vw;
	  height: 49.5327102804vw;
	  font-size: 4.336449vw;
	}
	.programs-project-list li {
		width: 25vw;
		height: 25vw;
	  font-size: 3.0373831776vw;
	  line-height: 1.2;
	}
	.programs-project-list li::before {
	  font-size: 5.1401869159vw;
	  margin-bottom: -0.2em;
	  line-height: 1.5;
	}
	.programs-project-list li small {
	  margin-top: 0;
	  font-size: 2.3364485981vw;
	}
	.programs-project-list li:nth-child(1) {
		left: 22.831776vw;
	}
	.programs-project-list li:nth-child(2) {
	  top: 17.2897196262vw;
	}
	.programs-project-list li:nth-child(3) {
	  right: 8.8785046729vw;
	}
	.programs-project-list li:nth-child(4) {
	  left: 8.8785046729vw;
	}
	.programs-project-list li:nth-child(5) {
	  top: 17.2897196262vw;
	}
	.programs-project-content {
	  margin-bottom: 0vw;
	}
	.programs-project-content-num {
	  width: 8.4112149533vw;
	  height: 8.4112149533vw;
	  font-size: 4.2056074766vw;
	}
	.programs-project-content-title {
	  margin-bottom: 3.5046728972vw;
	  font-size: 3.2710280374vw;
	}
	.programs-project-content-title small {
	  font-size: 3.2710280374vw;
	}
	.programs-project-content-lead {
	  margin-bottom: 1em;
	  font-size: 3.5056074766vw;
	  font-weight: 500;
	  text-align: left;
	}
	.programs-project-content-text {
	  margin-top: 0;
	  margin-bottom: 1em;
	  font-size: 3.5056074766vw;
	}
	.programs-project-content-name {
	  display: none;
	  /*margin-bottom: 1em;
	  font-size: 18px;
	  font-weight: 700;*/
	}
	.programs-project-content-container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.programs-project-content-container + .programs-project-content-container {
	  margin-top: 9.3457943925vw;
	}
	.programs-project-content-container.published .programs-project-content-figure {
	  width: 50%;
	}
	.programs-project-content-container.published .programs-project-content-body {
	  width: auto;
	}
	.programs-project-content-figure {
	  width: auto;
	  margin-bottom: 4.6728971963vw;
	}
	.programs-project-content-body {
	  width: auto;
	}
	.programs-project-content-programs {
	  padding: 0;
	  border-top: none;
	  border-bottom: none;
	}
	.programs-project-content-desc {
	  font-size: 2.8037383178vw;
	}
	.programs-project-content-desc img {
	  float: right;
	  width: 50%;
	  margin: 0 0 3.5046728972vw 3.5046728972vw;
	}
	.programs-project-content-programs ul, .programs-project-content-programs dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		gap: 0.5em;
		font-size: 3.2710280374vw;
		line-height: 1.5;
	}
  }

/* プログラム詳細タイトルまわり */
.programs-introduction-tagline {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.programs-introduction-title {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.programs-introduction-tagline {
	  -webkit-box-ordinal-group: 3;
		  -ms-flex-order: 2;
			  order: 2;
	  margin-bottom: 0.5em;
	  font-size: 3.9710280374vw;
	}
	.programs-introduction-title {
	  padding: 0 3.5046728972vw;
	  font-size: 6.5420560748vw;
	}
}

/* 学芸情報トップ プログラム一覧 */
.programs-list-text {
	padding: 5px 20px 20px;
}

.programs-list-text .programs-label li {
	margin-bottom:0.3em;
	padding: 0.4em;
}

@media screen and (max-width: 768px) {
	.programs-list-text {
	  padding: 0;
	}
	.programs-list-text .programs-label li {
		padding: 0.7em;
	}
	.programs-introduction-visual {
		overflow: hidden;
		position: relative;
		width: calc(100% + 16.3551401869vw);
		margin: 0 -8.1775700935vw 10.5140186916vw;
		padding: 0 4.6728971963vw;
		background-color: #fff0;
		border-top: 0px solid #707070;
		border-bottom: 0px solid #707070;
	}
}

/* 公演詳細画像縦固定 */
.performances-introduction-visual .slide {
	text-align:center;
}
.performances-introduction-visual .slide img {
	width: unset;
	height:500px;
}
@media screen and (max-width: 768px) {
	.performances-introduction-visual .slide img {
		height:350px;
	}
}
/* プログラム詳細画像縦固定 */
.programs-introduction-visual {
	text-align:center;
}
.programs-introduction-visual .slide img{
	height:350px;
}
@media screen and (max-width: 768px) {
	.programs-introduction-visual .slide img{
		height:350px;
	}
	.programs-introduction-visual img {
		width: unset;
	}
}

/* 主催公演ラインアップ */
.performances-banner-year, .report-banner-year {
  color: #393939;
}
.performances-lineup-introduction-image .swiper-slide {
	height: auto;
}
.performances-lineup-introduction-image .swiper-slide .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 100%;
}

.performances-lineup-introduction-desc {
  font-size:18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.lineup-director-credit {
	margin-top: 20px;
}

.performances-lineup-docs {
	margin-top: -70px;
}


@media screen and (max-width: 768px) {
  .performances-lineup-introduction-desc {
	  font-size: 3.9710280374vw;
    text-align: left;
  }
	.lineup-director-credit {
		margin-bottom: 40px;
	}
	.performances-lineup-docs {
		margin-top: -10px;
	}
}

/* カレンダー */
.calendar-label li.label-technical {
	background-color:rgb(94 130 188 / 0.7);
}
.grid-calendar-list .grid-calendar-item.another-month {
	display: none;
}
.grid-calendar-data {
	display: flex;
	flex-direction: column;
	line-break: anywhere;
}
.grid-calendar-box.box-technical {
    background-color: rgba(224, 224, 224, 0.7);
}
.grid-calendar-box.box-skill {
	background-color:rgb(94 130 188 / 0.7);
}

.grid-calendar-head {
	padding: 0.5em;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	line-break: anywhere;
	white-space: unset;
}

.grid-calendar-list .grid-calendar-head {
	width: 18%;
	padding: 1em;
  }
.grid-calendar-list .grid-calendar-data {
width: 82%;
padding: 10px 20px;
}

.grid-calendar-list .grid-calendar-head {
    width: auto;
    padding: 0.5em;
}

.grid-calendar-list .grid-calendar-title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: calc(100% - 10em);
	font-size: 18px;
}

.grid-calendar-list .grid-calendar-time {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 7em;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	font-size: 16px;
}

@container (max-width: 780px) {
	.grid-calendar-head {
	  font-size: 22px;
	}
	.grid-calendar-box {
	  font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.grid-calendar-head {
		padding: 0.5em;
		font-size: 5.1401869159vw;
		text-align: left;
	}
	.grid-calendar-data {
		padding: 0 0 2.3364485981vw;
	}
	.grid-calendar-list .grid-calendar-head {
		width: auto;
		padding: 0.5em;
	}
	.grid-calendar-list .grid-calendar-data {
		width: auto;
		padding: 0 0 2.3364485981vw;
	}
	.grid-calendar-list .grid-calendar-title {
		font-size: 3.2710280374vw;
	  }
	  .grid-calendar-list .grid-calendar-time {
		width: auto;
		font-size: 2.8037383178vw;
	}
}


/* 静的ページ スタイル調整 */
.article hr.thin {
    margin: 75px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
/* ページャー */
.pagination > .current {
	color: rgb(0, 0, 0);
	padding: 0 0.5em;
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
	.pagination > .current {
		font-size: 7.0093457944vw;
	}
}
/* 一覧 */
.archive-search select:disabled {
	border-color: #c7c7c7;
}
/* 学芸情報トップ プロジェクト アコーディオン */
.programs-project-title {
	cursor: pointer;
}
.programs-project-title:after, 
.programs-project-title.active:after {
  font-size: 25px;
  margin-left: 15px;
}
.programs-project-title.active::after {
  content: "▴";
}
.programs-project-title::after {
  content: "▾";
}
/* 公演、プログラムアーカイブ検索条件 */
.archive-search-group .flex-container {
	flex-wrap: wrap;gap: 16px 0px;
}
@media screen and (max-width: 768px) {
	.archive-search-group .flex-container {
		flex-wrap: wrap;gap: 0;
	}
}
/* プログラムアーカイブ サムネイルサイズ */
.programs-figure {
	width: 300px;
}
@media screen and (max-width: 768px) {
	.programs-figure {
		width: auto;
	}
}
/* フッターカラー */
.footer-utilities {
  background-color: #ffffff;
}

/*
	リード文
*/
.lead {
	margin-bottom: 2em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
  .lead a {
	text-decoration: underline;
	color: #8aa0a4;
}
@media screen and (max-width: 768px) {
	.lead {
		font-size: 3.9710280374vw;
	}
}
/*
	HTMLエディタ
*/
.editor-wrap {
	font-size: 16px;
}
.editor-wrap h1 {
	margin-bottom: 1em;
	font-size: 30px;
}
  .editor-wrap h2 {
	font-size: 26px;
}
  .editor-wrap h3 {
	font-size: 20px;
}
  .editor-wrap h4 {
	font-size: 16px;
}
.editor-wrap .btn {
	color: #000;
}
.editor-wrap ol {
    margin-top: 1.2em;
}
.editor-wrap ol li {
    margin-bottom: 1.1em;
}
.editor-wrap ol li ol {
    list-style: none;
  counter-reset: number;
}
.editor-wrap ol li ol li {
	position: relative;
	padding-left: 40px;
}
.editor-wrap ol li ol li::before {
	counter-increment: number;
	content: '（' counter(number) '）';
	position: absolute;
	left: 0;
}
.editor-wrap .aligncenter {
    display: block;
    margin: 0px auto;
	/*width: 90%;*/
	width: 800px;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
	.editor-wrap {
		font-size: 3.9710280374vw;
	}
	.editor-wrap h1 {
	  font-size: 7.0420560748vw;
	}
	.editor-wrap h2 {
	  font-size: 5.3728971963vw;
	}
	.editor-wrap h3 {
	  font-size: 4.538317757vw;
	}
	.editor-wrap h4 {
	  font-size: 3.9710280374vw;
	}
	.editor-wrap img {
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	.editor-wrap iframe {
		width: 100%;
	}
}
.editor-wrap p a {
    color: #8aa0a4;
    text-decoration: underline;
}
/*
	記事
*/
.article {
	margin-top: 80px;
	font-size: 16px;
}
.article h1 {
	margin-bottom: 1em;
	font-size: 30px;
}
  .article h2 {
	font-size: 26px;
}
.article h3 {
	font-size: 20px;
}
  .article h4 {
	font-size: 16px;
}
.article .large {
	font-size: 16px;
}
.article .btn {
	color: #000;
}
@media screen and (max-width: 768px) {
	.article {
	  margin-top: 11.6822429907vw;
	  font-size: 3.9710280374vw;
	}
	.article h1 {
		font-size: 7.0420560748vw;
	}
	.article h2 {
		font-size: 5.3728971963vw;
	}
	.article h3 {
		font-size: 4.538317757vw;
	}
	.article h4 {
		font-size: 3.9710280374vw;
	}
	.article .large {
		font-size: 4.238317757vw;
	}
}
.article p a {
    color: #8aa0a4;
    text-decoration: underline;
}
/*
	その他 テキストパーツ（アラートなど）
*/
@media screen and (max-width: 768px) {
	.alert {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		margin: 4.6728971963vw 0 14.0186915888vw;
		padding: 4.6728971963vw;
		font-size: 3.9710280374vw;
		border-radius: 2.3364485981vw;
	}
}
@media screen and (max-width: 768px) {
	.contact-name {
	  font-size: 4.238317757vw;
	}
	.contact-tel {
	  font-size: 3.3037383178vw;
	}
	.contact-tel span {
	  font-size: 5.6401869159vw;
	}
	.contact-tel small {
		font-size: 3.3037383178vw;
	}
	.contact-link {
		font-size: 3.3037383178vw;
	}
	.contact-desc {
		font-size: 3.3037383178vw;
	}
}


/*
	スポンサー
*/
.sponsor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 40px;
	align-items: center;
}
.sponsor-list img {
	width: 150px;
}
@media screen and (max-width: 768px) {
	.sponsor-list {
		gap: 30px 30px;
	}
	.sponsor-list img {
		width: 130px;
	}
}

/*
	公演トップ公演一覧
*/
.performances-list-copy {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
.performances-list-title {
	margin-bottom: 0.4em;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.performances-list-copy {
		font-size: 2.8037383178vw;
	}
	.performances-list-title {
		margin-bottom: 0.5em;
		font-size: 4.6728971963vw;
	}
}
/*
	公演詳細
*/
.performances-introduction-tagline {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.performances-introduction-title {
	margin-top: 0.3em;
	margin-bottom: 0.8em;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
}
.performances-ticket-seat {
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 2em 0;
	font-size: 14px;
    font-weight: 600;
	line-height:1.5;
}
.performances-mv-caption {
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}
.performances-accent-date {
	font-size: 18px;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
	.performances-introduction-tagline {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
		margin-bottom: 0.5em;
		font-size: 3.9710280374vw;
	}
	.performances-introduction-title {
		padding: 0 3.5046728972vw;
		font-size: 6.5420560748vw;
	}
	.performances-introduction-lead {
		font-size: 4.2056074766vw;
	}
	.performances-ticket-seat {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		border-bottom: 0px solid rgba(0, 0, 0, 0.2);
		font-size: 4.2056074766vw;
		line-height: 1.5;
	}
	.profile-body {
		width: 100%;
	}
	.performances-ticket .flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0px;
		flex-wrap: wrap;
	}
	.performances-mv-caption {
		font-size: 3.4364485981vw;
		margin-top: 4px;
	}
	.performances-accent-date {
		font-size: 4.2056074766vw;
		line-height: 1.5 !important;
	}
}
/*
	サイトトップ 本日の催し
*/
.today-item-none::before {
	content: "";
	position: absolute;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: 0.3em;
	border: 2px solid rgba(108, 120, 129);
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.today-item-none::before {
		width: 2.1028037383vw;
		height: 2.1028037383vw;
	}
}
/*
	お知らせ
*/
.news-half {
	width: 60%;
  }
  .news-half li {
	display: block;
	margin-top: 0;
	padding-bottom: 0;
  }
  .news-half li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	position: relative;
	padding: 1.2em 50px 1.2em 0;
	text-decoration: none;
  }
  .news-half li a svg {
	position: absolute;
	right: 1em;
	top: 50%;
	width: 12px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .news-half .news-list {
	margin-bottom: 0;
  }
  .news-half .news-list-label {
	min-width: 75px;
  }
  .news-half .news-list-desc {
	width: 100%;
	margin-top: 0.3em;
	margin-left: 0;
  }
  @media screen and (max-width: 768px) {
	.news-half {
		width: 100%;
	  margin-bottom: 40px;
	}
	.news-half .news-list {
	  margin-bottom: 0;
	}
	.news-half li a {
	  padding-right: 10.5140186916vw;
	  gap: 10px 0px;
	}
	.news-half li a svg {
	  right: 0;
	  width: 2.8037383178vw;
	}
	.news-half .news-list-label {
	  min-width: 14.0186915888vw;
	}
  }

/*
	サイトトップ 協賛・協力、せたがや文化財団 ロゴ
*/
.logo-container-row ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px 40px;
	width: 980px;
	max-width: 100%;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.logo-container-row ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.6728971963vw 7.0093457944vw;
    width: auto;
  }
}
.logo-container-row.logo-container-setagaya ul {
	gap: 20px 22px;
}
@media screen and (max-width: 768px) {
	.logo-container-row.logo-container-setagaya ul {
		gap: 4.6728971963vw 7.0093457944vw;
	}
}
/* FAQ */
.faq-list-a a {
    color: #8aa0a4;
    text-decoration: underline;
}

/* アクセス */
.access-car-text {
    width: 100%;
}
.access-railway-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-bottom: 40px;
}
.access-railway-row figure {
	width: 32%;
}
.access-railway-text {
	width: 100%;
	position: relative;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	line-height: 1.8;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.access-railway-row {
		justify-content: center;
		align-items: center;
	}
	.access-railway-row figure {
		width: 90% !important;
		margin-bottom: 4.6728971963vw;
	}
	.access-railway-text {
		font-size: 14px;
	}
}
.access-railway-rows {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.access-railway-rows {
		margin-bottom: 60px;
	}
}
.access-railway-rows-head {
	margin-bottom: 60px;
    padding-left: 20px;
    border-left: 5px solid #707070;
    line-height: 1.5;
}
.access-railway-rows-head p.access-railway-rows-head-main {
	font-size: 24px;
    font-weight: 600;
}
.access-railway-rows-head p.access-railway-rows-head-sub {
	font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
	.access-railway-rows-head p.access-railway-rows-head-main {
		font-size: 16px;
		font-weight: 600;
	}
	.access-railway-rows-head p.access-railway-rows-head-sub {
		font-size: 12px;
		font-weight: 600;
	}
}
/* 世田谷パブリックシアター（主劇場） */
.theater-format-pisc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-bottom: 40px;
}
.theater-format-pisc figure {
	width: 46%;
}
.theater-format-pisc figcaption {
	width:100%;
	text-align:center;
	font-weight:500;
	padding: 10px 0px;
}
@media screen and (max-width: 768px) {
	.theater-format-pisc {
		gap: 5px 5px;
		margin-bottom: 20px;
	}
	.theater-format-pisc figure {
		width: 48%;
	}
}
/* 鑑賞サポート */
.icon-support-all {
	margin-left: 18px;
	padding: 4px 10px;
	border: solid 2px;
	font-size: 11px;
	font-weight: 700 !important;
	color: #ffffff;
	background-color: #000000;
}
.icon-support-scope {
	margin-left: 18px;
	padding: 4px 10px;
	border: solid 2px;
	font-size: 11px;
	font-weight: 700 !important;
	color: #000000;
	background-color: #ffffff;
}
.btn-support-show {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.anchor-top a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 0.8em 1em;
		text-align: center;
		border-radius: 1.1682242991vw;
		line-height: 1.5;
	}
}

/*
 ボタン
*/
.btn-small {
	width: 150px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.release-container .btn {
    position: absolute;
    right: 4%;
    top: 24px;
    width: 150px;
}
.pager .btn-prev-ac {
	margin: 0px;
}
@media screen and (max-width: 768px) {
	.btn {
		width: 100%;
		padding: 1em 3em;
		font-size: 3.738317757vw;
	}
	.btn-tiny {
		width: 35.046728972vw;
		padding: 0.6em 1.5em;
	}
	.performances-list-text .btn {
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 56.0747663551vw;
		margin: 8.6728971963vw auto 0;
	}
	.performances-lineup-message .btn {
		-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3;
		position: relative;
		left: auto;
		bottom: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 66.0747663551vw;
		margin: 4.6728971963vw auto 0;
	}
	.release-container .btn {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  position: relative;
	  right: auto;
	  top: auto;
	  width: 56.0747663551vw;
	  margin: 4.6728971963vw auto 0;
	}
	.performances-body .btn, .programs-body .btn {
		position: relative;
		right: auto;
		bottom: auto;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  width: 56.0747663551vw;
		  margin: 4.6728971963vw auto 0;
		
	}
	.archive-search .btn-search {
		height: 13.0841121495vw;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  position: relative;
		  width: 56.0747663551vw;
		  margin: 4.6728971963vw auto 0;
		
	}
	.performances-introduction .btn-list .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 75.0747663551vw;
		margin: 0 auto 0;
	}
	.pager .btn-prev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 56.0747663551vw;
	}
	.pager .btn-prev-ac {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 56.0747663551vw;
	}
	.btn-center-only-sp {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	.btn-support-show {
		width: 52.803738vw;
		padding: 1em 2em;
	}
}

/*
	ボタンリスト
*/
.performances-list-container .btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	gap: 24px;
}
.performances-support-container .btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	gap: 24px;
}
@media screen and (max-width: 768px) {
	.performances-list-container .btn-list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  gap: 3.5046728972vw;
	}
	.performances-list-container .btn-list .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 66.0747663551vw;
		margin: 0 auto 0;
	}
}



/*
	フォントサイズ調整
*/
.ticket-programs-title {
	font-size: 24px;
	line-height:28px;
	font-weight: 700;
}
.ticket-links a {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: 500;
}
.profile-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}
.tbl-accent-tell {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5 !important;
}
.performances-schedule-date {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 45px;
	padding-bottom: 0.5em;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #000;
}
.schedule-tbl-accent {
	font-size: 16px;
}
.footer-links ul {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.ticket-programs-title {
		font-size: 4.238317757vw;
	}
	.ticket-links a {
	  font-size: 3.9710280374vw;
	}
}
@media screen and (max-width: 768px) {
	body {
	  font-size: 3.9710280374vw;
	}
	.card-carousel-desc {
		font-size: 3.9710280374vw;
	}
	.card-carousel-date {
		font-size: 3.9710280374vw;
		line-height: 1.0;
	}
	.grid-calendar-title {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
		font-size: 4.238317757vw;
	}
	.grid-calendar-time {
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
		margin-top: 0;
		margin-bottom: 0.2em;
		padding-top: 0;
		font-size: 3.9710280374vw;
		border-top: none;
	}
	.performances-lineup-message-lead {
		font-size: 4.238317757vw;
	}
	.performances-list-period {
		font-size: 3.9710280374vw;
	}
	.performances-outline-lead {
		font-size: 3.9710280374vw;
	}
	.performances-schedule-date {
		margin-bottom: 5.8411214953vw;
		font-size: 4.238317757vw;
	}
	.programs-introduction-lead {
		font-size: 4.238317757vw;
		text-align: left;
	}
	.programs-outline-related {
		line-height: 1.5;
	}
	.programs-participate .table-border p {
		font-size: 3.9710280374vw;
	}
	.programs-participate .table-border tr th {
		white-space: normal;
	}
	.programs-participate .table-border tr td dl {
		font-size: 3.9710280374vw;
	}
	.programs-participate-howto-lead {
		font-size: 3.9710280374vw;
		font-weight: 500;
		line-height: 1.5;
	}
	.faq-list-q {
		font-size: 4.6728971963vw;
		line-height: 1.5;
	}
	.archive-search select {
		height: 12.6822429907vw;
		margin-right: 0.5em;
		font-size: 3.9710280374vw;
		border-radius: 0.9345794393vw;
	}
	.profile-name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		font-size: 4.238317757vw;
	}
	.tbl-accent-tell {
		font-size: 4.238317757vw;
	}
	.schedule-tbl-accent {
		font-size: 3.9710280374vw !important;
	}
}


/* テーブル */
.table-border {
	width: 100%;
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
	table-layout: fixed;
}
.table-border tr td a {
	color: #8aa0a4;
	text-decoration: underline;
	word-break: break-all;
}

.playguide-column1 {
	min-width:120px;
}
.playguide-column2 {
	max-width:500px;
}
.performances-top-table-items {
	width: 21%;
}
.performances-ticket .table-border tr th {
	width: 16%;
	white-space: normal;
}
.performances-ticket .table-border tr td {
	width: 84%;
}
.performances-credit .table-border tr th {
	white-space: normal;
}
.performances-support-body .table-border tr th {
    white-space: normal;
}
.programs-introduction-table .table-border tr th {
    white-space: normal;
}
.release-body-table .table-border tr th {
	white-space: normal;
	width: 20%;
}
.release-body-table .table-border tr td {
	width: 80%;
}
.programs-detail .table-border tr th {
	white-space: normal;
}



.performances-schedule .wrapper-table-schedule-time {
	position: absolute;
}

.performances-schedule .wrapper-table-schedule-mark {
	width: calc(100% - 122px);
	float: right;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.performances-schedule .table-schedule {
  border-radius: 0;
}

.performances-schedule .table-schedule tr:last-child td:last-child {
  border-radius: 0;
}

.performances-schedule .table-schedule tr:first-child th:last-child {
  border-radius: 0;
}

.performances-schedule .table-schedule tr th, .table-schedule tr td {
	padding: 1em 1em;
	border-radius: 0;
	width: 120px;
	height: 62px;
	white-space: nowrap;
}

.performances-schedule .table-schedule tr:first-child th:first-child {
	padding: 1em 1em;
	border-radius: 0;
	width: 120px;
	height: 82px;
}

.performances-schedule .schedule-tbl-note {
	text-align: right;
	font-weight: 500;
	margin-top: 1em;
	font-size: 3.5vw;
	display:block;
}


@media screen and (max-width: 768px) {
	.playguide-column1 {
		width: 100%;
	}
	.playguide-column2 {
		width: 100%;
	}
	.performances-top-table-items {
		width: 33%;
	}
	.performances-ticket .table-border {
		border-top: 0px;
	}
	.performances-ticket .table-border tr th {
		border-top: 1px dotted rgba(0, 0, 0, 0.2);
		border-bottom: 0px dotted rgba(0, 0, 0, 0.2);
		display: block;
		text-align: left;
		width: 100%;
		white-space: normal;
		font-size: 4.2056074766vw;
	}
	.performances-ticket .table-border tr td {
		display: block;
		text-align: left;
		width: 100%;
	}
	.performances-ticket .table-border .ticket-data dt::after {
		content: "";
		position: absolute;
		right: 0;
	}
	.performances-ticket .table-border tr td::before {
		width: 0px;
	}
	.performances-ticket .table-border tr td {
		padding: 1em 0em;
	}
	.performances-ticket .table-border tr td a {
		width: 100%;
	}
	.performances-credit .table-border tr th {
		width: 30%;
		white-space: normal;
	}
	.performances-credit .table-border tr td {
		width: 70%;
	}
	.performances-support-body .table-border tr th {
		width: 20%;
		white-space: normal;
	}
	.performances-support-body .table-border tr td {
		width: 80%;
	}
	.ticket-data dt {
		float: none;
		margin-bottom: 10px;
   }
   .ticket-data dd {
	   margin-left: 0;
	   margin-bottom: 30px;
   }
   .performances-list-lineup-item .table-border tr th {
	white-space: normal;
	width: 20%;
  }
  .performances-list-lineup-item .table-border tr td {
	width: 80%;
  }
	.programs-introduction-table .table-border tr th {
	width: 33%;
	white-space: normal;
	}
	.programs-introduction-table .table-border tr td {
	width: 67%;
	}
	.programs-credit .table-border tr th {
	white-space: normal;
	width: 33%;
	}
	.programs-credit .table-border tr td {
		white-space: normal;
		width: 67%;
	}
	.programs-detail .table-border tr th {
		white-space: normal;
		width: 25%;
	}
	.programs-detail .table-border tr td {
		width: 75%;
	}
	.release-body-table .table-border tr th {
		white-space: normal;
		width: 30%;
	}
	.release-body-table .table-border tr td {
		width: 70%;
	}


	.performances-schedule .wrapper-table-schedule-mark {
		width: calc(100% - 82px);
	}

	.performances-schedule .table-schedule tr:first-child th:first-child {
		font-size: 15px !important;
		width: 80px;
		height: 82px;
		padding: 0.5em 0.5em;
	}

	.performances-schedule .table-schedule tr th, .table-schedule tr td {
		font-size: 15px !important;
		width: 80px;
		height: 62px;
		padding: 0.5em 0.5em;
	}

}

/* チケット情報 */
.release-foot-date {
    margin-bottom: 1em;
}
.release-foot .ticket-links li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	margin-bottom: 0.5em;
	white-space: pre-line;
	flex-wrap: wrap;
}
.release-foot .ticket-links li::before {
	content: "";
	left: 0;
	width: 9px !important;
	height: 9px !important;
	margin-right: 0.5em;
	border: 2px solid rgba(108, 120, 129, 0.5);
	border-radius: 50%;
	min-width: 9px;
}
.release-foot .ticket-links li span {
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.release-foot .ticket-links li {
		white-space: normal;
	}
	.release-foot .ticket-links li:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-area: 1/1/2/2;
		margin-right: 0;
	}
	.release-foot .ticket-links li a {
		font-size: 3.2710280374vw;
		width: 80%;
	}
	.release-foot .ticket-links li span {
		font-size: 3.2710280374vw;
		width: 80%;
	}
}

/* サイトトップ スポンサーロゴ */
.page-home .logo-container-row .sponsors img {
	width: 122px;
	height: auto;
	max-width: 100%;
}
.page-home .logo-container-row hr {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 30px 0;
}
.logo-container-row + .logo-container-row {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
	.page-home .logo-container-row ul:nth-of-type(1) li:nth-child(1) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(2) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(3) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(4) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(5) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(6) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(7) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(8) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(9) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(10) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(11) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(12) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(13) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(14) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(15) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(16) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(1) li:nth-child(17) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(1) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(2) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(3) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(4) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(5) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(6) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(7) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(8) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(9) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(10) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(11) {
		width: 36.3644859813vw;
	  }
	  .page-home .logo-container-row ul:nth-of-type(2) li:nth-child(12) {
		width: 36.3644859813vw;
	  }
	}

/* サイトトップページ セカンダリメニューボタン */
.nav-secondary-utilities > li > a, .nav-secondary-utilities > li > button {
	color:#000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
@media screen and (max-width: 768px) {
	.nav-secondary-utilities > li > a, .nav-secondary-utilities > li > button {
	  font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.nav-secondary-utilities > li ul {
	right: -150px;
	}
}

/* スマホロゴ　追従 */
/*
@media screen and (max-width: 768px) {
	.header-logo.is-scroll {
	  width: 29.6728971963vw;
	  height: 30.3738317757vw;
	  padding: 4.6728971963vw;
			position: fixed;
  }
}
*/



/*学芸事業プロジェクトモーダル*/
.programs-project-body ol > li:hover{
    opacity: 0.7;
	cursor: pointer;
}
.programs-project-body ol > li > svg {
	width: 25px;
	margin-top: 10px;
	fill: #ffffff;
}

@media screen and (max-width: 768px) {
	.programs-project-body ol > li > svg {
		width: 20px;
		margin-top: 4px;
		fill: #ffffff;
	}
}

.pj-modal-container1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.pj-modal-container2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.pj-modal-container3{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.pj-modal-container4{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.pj-modal-container5{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.pj-modal-container1:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.pj-modal-container2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.pj-modal-container3:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.pj-modal-container4:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.pj-modal-container5:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.pj-modal-container1.active{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.pj-modal-container2.active{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.pj-modal-container3.active{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.pj-modal-container4.active{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.pj-modal-container5.active{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.pj-modal-body{
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
	height: 80%;
	inset: 0;
	margin: auto;
}
.pj-modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -50px;
	right: 0px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.pj-modal-content{
	background: #fff;
	text-align: left;
	padding: 50px 20px;
}

/* docリスト */
.doc-list li a {
	line-height: 1.5;
}


/* トップページ 寄付バナー */
@media screen and (max-width: 768px) {
	.logo-container-row.logo-container-setagaya ul {
		gap: 5.672897vw 5.009346vw;
	}
}
@media screen and (max-width: 768px) {
	.logo-container-head {
		margin-bottom: 10.009346vw;
	}
}
.donate-container {
	text-align: center;
	margin-top: 40px;
}
.donate-container img {
	width: 400px;
}
@media screen and (max-width: 768px) {
	.donate-container {
		margin-top: 50px;
	}
	.donate-container img {
		width: 80%;
	}
}

/* サイドバー機械翻訳説明 */
.translate-info {
	margin: 20px 0 0 6px;
	font-size: 11px;
	font-weight: 500;
	width: 140px;
	line-height: 1.2;
	/* padding: 8px 9px; */
	text-align: left;
}

/* 公演詳細スケジュール開催マーク */
.hold-mark {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.hold-mark {
		font-size: 3.9710280374vw;
	}
}

/* 主催公演ラインアップPDF更新日 */
.lineup-pdf-update {
	text-align:right;
	font-size:12px;
}
@media screen and (max-width: 768px) {
	.lineup-pdf-update {
		text-align:right;
		font-size: 3.9710280374vw;
	}
}

/* トップページバナー小 */
.page-home .banner-container-row.col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: flex-start;
}
.banner-container-row.col3 .banner-item {
	margin-right: 40px;
	width: 30%;
}
@media screen and (max-width: 768px) {
	.page-home .banner-container-row.col3 .banner-item {
	margin-right: 0px;
	width: auto;
	}
}

/* パンくず折り返し調整 */
.footer-breadcrumbs .inner ol li:nth-child(1) {
	white-space: nowrap;
}
.footer-breadcrumbs .inner ol li:nth-child(2) {
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.footer-breadcrumbs .inner ol li:nth-child(1) {
		line-height: 1.3;
	}
	.footer-breadcrumbs .inner ol li:nth-child(2) {
		white-space: normal;
		line-height: 1.3;
	}
	.footer-breadcrumbs .inner ol li:nth-child(3) {
		line-height: 1.3;
	}
}

/* ハンバーガーメニュー カレンダー */
.sp-menu-calendar {
    display: none;
	background-color: #fff;
    padding-left: 7.0093457944vw;
}
.sp-menu-calendar  li:nth-child(2) {
	border-top: 1px solid #000;
}
.sp-menu-calendar  li a {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 0 0.2em;
	font-weight: 700;
	line-height: 1.5;
    height: 16.691588785vw;
    font-size: 4.2056074766vw;
}

@media screen and (max-width: 768px) {
	.menu-utilities {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 7.0186915888vw;
	}
	.menu-primary {
		margin-top: 7.0186915888vw;
		padding-left: 7.0093457944vw;
	}
}

/* キーワード検索、言語切替 */
.nav-primary-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	font-size: 12px;
	font-weight: 500;
	line-height: 1.0;
	margin: 22px 0 8px 16px;
}
.nav-primary-search svg {
	width: 12px;
	height: 12px;
	margin-right: 13px;
	fill: #000;
}

.nav-primary-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	height: 32px;
	margin: 0 0 0 16px;
	/* margin-left: 30px; */
}

.nav-primary-lang .notranslate {
	height: 37px;
	padding: 0 40px 0 24px;
	font-size: 12px;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
	font-weight: 500;
	background: url(/assets/images/common/select.svg) right 146px center/9px auto no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.lang-info {
	position   : relative;
	cursor   : pointer;
}
.lang-info svg {
    width: 14px;
    height: 17px;
    margin-right: 8px;
    fill: #000;
    vertical-align: bottom;
}

.lang-info span {
	font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: bottom;
}
.lang-info span:hover {
	opacity: 0.7;
}
.lang-dialog-close {
	display: none;
}
.lang-dialog-open {
    color: #ffffff;
    position: absolute;
    display: inline;
    padding: 1.5rem 1rem;
    background-color: rgb(0 0 0 / 80%);
    width: 180px;
    left: 0%;
    bottom: 100%;
    margin-bottom: 1rem;
	text-align: center;
    /* font-size: 80%; */
}
.lang-dialog-open:after{
	border-top: 12px solid rgba(0, 0, 0, 0.8);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -12px;
	left : 5%;
	content: "";
	position: absolute;
}
.lang-dialog-open a {
	text-decoration: underline;
    display: block;
    margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
	.lang-info {
		color: #ffffff;
		text-align: center;
		padding-bottom: 2rem;
	}
	.lang-info span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		vertical-align: bottom;
	}
	.lang-info svg {
		width: 20px;
		height: 24px;
		margin-right: 8px;
		fill: #ffffff;
		vertical-align: bottom;
	}
	.lang-dialog-open {
		color: #000000;
		position: absolute;
		display: inline;
		padding: 1.5rem 1rem;
		background-color: rgb(255 255 255);
		width: 80%;
		left: 10%;
		bottom: 100%;
		margin-bottom: 1rem;
		text-align: center;
		/* font-size: 80%; */
	}
	.lang-dialog-open:after {
		border-top: 12px solid rgb(255 255 255);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		bottom: -12px;
		left: 50%;
		content: "";
		position: absolute;
	}
	.lang-dialog-open a {
		text-decoration: underline;
		display: block;
		margin-bottom: 1.5rem;
		color: #000000;
		font-weight: 600;
	}
	.translate-info {
		margin: 1rem;
		font-size: 1rem;
		font-weight: 500;
		width: 90%;
		line-height: 1.5;
		text-align: left;
	}
}


/* 学芸プログラムプロジェクトポップアップ注記 */
.programs-project-popup-note {
	text-align:center;
	padding:20px;
	line-height:1.5;
}
@media screen and (max-width: 768px) {
	.programs-project-popup-note {
		font-size: 3.3710280374vw;
	}
}

/* カレンダー データがない場合の余白 */
.calendar-nodata {
	height: 100px;
}
.grid-calendar-list .calendar-nodata {
	height: 0px;
}

/* ホームカードカレンダーアイコン */
.page-home .card-carousel-date svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
	.card-carousel-date svg {
		width: 4.6728971963vw;
	}
}

/* 公演詳細フォトギャラリー */
.photo-gallery-body figure {
	padding: 2px;
	text-align: center;
}
.photo-gallery-body figure img {
	width: unset;
	height: 500px;
}
.photo-gallery-thumb {
	text-align: center;
}
.photo-gallery-thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	height: 100px;
}

@media screen and (max-width: 768px) {
	.photo-gallery-body figure img {
		height: 230px;
		vertical-align: middle;
		max-width: unset;
	}
	.photo-gallery-thumb img {
	  -o-object-fit: cover;
		 object-fit: cover;
	  cursor: pointer;
	  height: 70px;
	}
  }

/* トップページ お知らせ タブ */
.page-home .news-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	border-bottom: 2px solid #000;
	container-type: inline-size;
	padding-bottom: 0px;
}


.page-home .news-tab-area {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition-property: transform;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0em;
	padding: 0 1em;
}
.page-home .news-tab {
	font-size: 20px !important;
	font-weight: 600;
	color: #000;
	font-size: 14px;
	line-height: 0.5;
	text-align: center;
	background-color: transparent;
	/* border-bottom: 2px solid transparent; */
	cursor: pointer;
	padding: 1.1em 2.0em 1.0em !important;
	/* background-color: rgba(0, 0, 0, 0.2); */
	border-top: 1px solid;
	/* margin: 0px; */
}
.page-home .news-tab:hover {
	opacity: 0.7;
}
.page-home .news-tab:nth-child(n+2) {
	/*border-left: 2px solid; */
}
.page-home .news-tab:before {
	content: "";
}

.page-home .news-tab:after {
	content: " ▾";
}
.page-home .news-tab.active {
	font-weight: 700;
	color: #fff;
	/* border-left: unset; */
	/* border-right: unset; */
	/* border-top: 0px solid; */
	/* border-bottom: 3px solid #000000; */
	margin: -1px;
	font-weight: 700;
	background-color: #000000;
	padding-top: 1.2em !important;
}
.page-home .news-tab.active:before {
	content: "\00A0\00A0";
}
.page-home .news-tab.active:after {
	content: "\00A0\00A0";
}


.page-home .tab-news {
	border-left: 1px solid;
	border-radius: 10px 0px 0px 0px;
}
.page-home .tab-update {
	border-right: 1px solid;
	border-radius: 0px 10px 0px 0px;
}

.page-home .news-list {
	margin-bottom: 40px;
}

.page-home .news-panel {
	display: none;
}
.page-home .news-panel.active {
	display: block;
}

.news-full li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 1.2em 50px 1.2em 0;
	text-decoration: none;
	gap: 8px 0px;
}

@media screen and (max-width: 768px) {
	.page-home .news-tab {
		font-size: 4.038317757vw !important;
		padding: 1.1em 1.3em 1.0em !important;
	}
	.news-full li a {
		padding-right: 10.5140186916vw;
		/* line-height: 1.5; */
	}
}


/* トップページ 配置変更 間隔調整など */
.page-home .today {
	margin-top: 90px;
	position: relative;
	padding: 100px 0 80px min(120px + 20%, 360px);
}
@media screen and (max-width: 1024px) {
	.page-home .today {
	  padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.page-home .today {
	  padding: 14.0186915888vw 0;
	}
}

.page-home .banner-container {
	background-color: rgba(234, 234, 235, 0.5);
}

.page-home .banner-item-image a {
	display: block;
}
.page-home .logo-container-row a {
	display: block;
}
.page-home .donate-container a {
	display: block;
}

/* トップページ これからの公演 */
.page-home .card-carousel-date {
    width: 100%;
}

/* トップページ ティッカー */
.ticker {
	margin: 0 auto;
	width: 520px;
	position: relative;
	/*overflow: hidden;*/
}
	
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	height: 16px; /* 高さを指定しないとズレる */
	display: none;
}

.whats-new a {
	color: #fff;
	text-decoration: underline;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	display: block;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
}

@media screen and (max-width: 768px) {
	.ticker {
		width: 100%;
	}
	.whats-new-close {
		position: absolute;
		top: 4.6728971963vw;
		right: 4.6728971963vw;
		margin-left: 0;
		z-index: 200;
	}
}

/* トップページ財団ロゴ */
.page-home .logo-container-row.logo-container-setagaya ul {
    gap: 20px 50px;
}
.page-home .logo-container-row.logo-container-setagaya ul li a img {
    width: 130px;
    height: auto;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
	.page-home .logo-container-row.logo-container-setagaya ul {
		gap: 5.672897vw 6.009346vw;
	}
	.page-home .logo-container-setagaya ul li {
		width: 36.3644859813vw !important;
	}
	.page-home .logo-container-row.logo-container-setagaya ul li a img {
		width: 160px;
	}
}

/* 主催公演 */
.lineup .doc-list {
	gap: 40px;
}
@media screen and (max-width: 768px) {
	.lineup .doc-list {
	  gap: 4.6728971963vw;
	}
}

/* 主催公演アコーディオン */
.lineup .accordion {
	border-top:none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.lineup .accordion.is-active {
    border-bottom-color: #000;
}
.lineup .accordion-head .section-title .new {
	margin-left: 20px;
	font-size: 10px;
	/* color: #fff; */
	padding: 3px 9px 2px;
	vertical-align: middle;
	/* background-color: #000000; */
	font-weight: 900;
	border: solid 1px;
	border-radius: 30px;
	/* line-height: 0; */
	letter-spacing: 0.1em;
}
.lineup .accordion.bottom-space {
	margin-bottom:300px;
}
@media screen and (max-width: 768px) {
	.lineup .accordion.bottom-space {
		margin-bottom:100px;
	}
}
/* 2024年度主催公演向け調整 */
.performances-lineup-introduction-desc-2024 {
	font-size: 22px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.performances-lineup-introduction-desc-2024 {
		font-size: 4.238317757vw;
		text-align: left;
	}
}


/* 公演詳細 チケット再構築 */
.page-performances .ticket_tbl_note {
	display: block;
    margin-top: 0.8em;
    border-top: dotted 1px #ccc;
    padding-top: 0.8em;
}
@media screen and (max-width: 768px) {
	.page-performances .ticket_tbl_note {
		border-top: none;
		padding-top: 0em;
	}
}

.page-performances .title-sale-loop {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1.5em;
	width: fit-content;
	border-bottom: solid 1px;
	line-height: 1.5;
}

.performances-ticket .table-border.play-guide tr th {
	width: 50%;
}
.performances-ticket .table-border.play-guide tr th a{
    color: #8aa0a4;
    text-decoration: underline;
    word-break: break-all;
	text-align: center;
}
.performances-ticket .table-border.play-guide tr td {
    vertical-align: middle;
}
.performances-ticket .table-border.play-guide tr td::before {
	width: 0px;
}
@media screen and (max-width: 768px) {
	.performances-ticket .table-border.play-guide tr th {
		text-align: center;
		width: 100%;
	}
	.performances-ticket .table-border.play-guide tr td {
		text-align: center;
	}
}



/* 画像右クリック禁止 */
img{
    /* 右クリックでの画像保存を禁止する（PC対策） */
    pointer-events: none;
	/* 長押しでの画像保存を禁止する（スマホ対策） */
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}


/* トップページ2024主催公演ラインアップIKV向け調整 */
.top-visual-information .top-visual-image img {
	background-color: #fdfcf1; /* ベージュの背景色 */
	object-fit: contain; /* 画像の全体表示 */
	-o-object-fit: contain; /* オペラ対応？ */
}

/* プログラム詳細 お知らせ配置変更 調整 */
.page-programs .programs-credit {
    padding-top: 80px;
	border-top: 2px solid #000;
}
.page-programs .programs-contact {
    padding-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.page-programs .programs-recommend {
    padding-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
	.page-programs .programs-credit {
		padding-top: 18.691588785vw;
	}
	.page-programs .programs-contact {
		padding-top: 18.691588785vw;
	}
	.page-programs .programs-recommend {
		padding-top: 18.691588785vw;
	}
}


/* クッキーバナー */
.cc-window.cc-banner {
    padding: 0.8em 1.6em !important;
}
.cc-message {
	font-size: 0.8em;
}
.cc-compliance {
	font-size: 0.8em;
}

/* 学芸刊行物 */
.page-publications.index .menu-list.col4 .menu-list-item {
    width: 23%;
}
.page-publications.index .menu-list.col4 .menu-list-title {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.page-publications.index .menu-list.col4 .menu-list-item {
		width: auto;
	}
	.page-publications.index  .menu-list.col4 .menu-list-title {
        font-size: 4.2056074766vw;
    }
}


/* 公演詳細アコーディオン大見出し */
.page-performances .accordion-head .section-title .new {
	margin-left: 1.0rem;
    font-size: 10px;
    color: #fff;
    padding: 4px 8px 3px;
    vertical-align: middle;
    background-color: #000000;
    font-weight: 900;
    /*border: solid 1px #9f9f9f;*/
    /*border-radius: 10px;*/
    /* line-height: 0; */
    letter-spacing: 0.1em;
    line-height: 2.0;
}
.page-programs .accordion-head .section-title .new {
	margin-left: 1.0rem;
    font-size: 10px;
    color: #fff;
    padding: 4px 8px 3px;
    vertical-align: middle;
    background-color: #000000;
    font-weight: 900;
    /*border: solid 1px #9f9f9f;*/
    /*border-radius: 10px;*/
    /* line-height: 0; */
    letter-spacing: 0.1em;
    line-height: 2.0;
}

.page-performances .accordion-group .accordion-head {
    padding: 20px 0;
}

.page-performances .accordion-group .accordion {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.page-performances .accordion-group .accordion.is-active {
    border-top-color: #000;
}

.page-performances .accordion-group-title {
    margin: 4rem 0;
    font-size: 1.6rem;
    font-weight: 600;
	padding-left: 0.8rem;
    line-height: 1.8;
    border-left: solid 5px #000000;
}

@media screen and (max-width: 768px) {
	.page-performances .accordion-group-title {
		font-size: 1.2rem;
	}
}



/*
	主催公演ラインアップ バナー
*/
.lineup .performances-lineup-banners {
	border-top: 1px dotted #000;
    /* border-bottom: 1px dotted #000; */
    margin-top: 3rem;
    padding-top: 4rem;
}
.lineup .banner-container {
	padding: 100px 0 100px min(120px + 20%, 360px);
}
.lineup .banner-container-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: flex-start;
	margin-bottom: 80px;
}
.lineup .banner-container-row:last-child {
	margin-bottom: 0;
}
.lineup .banner-container-row.col2 .banner-item {
	width: 48%;
}
.lineup .banner-container-row.col3 .banner-item {
	width: 30%;
}
.lineup .banner-item-image {
	overflow: hidden;
	border-radius: 5px;
}
.lineup .banner-item-image img {
	width: 100%;
}
.lineup .banner-item-text {
	margin-top: 1em;
	font-weight: 500;
	line-height: 1.7;
}

.lineup .banner-container {
	background-color: rgba(234, 234, 235, 0.5);
}

.lineup .banner-item-image a {
	display: block;
}
.lineup .logo-container-row a {
	display: block;
}
.lineup .donate-container a {
	display: block;
}

.lineup .page-home .banner-container-row.col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: flex-start;
}
.lineup .banner-container-row.col3 .banner-item {
	margin-right: 40px;
	width: 33%;
}

@media screen and (max-width: 1024px) {
	.lineup .banner-container {
	  padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.lineup .banner-container {
	  padding: 14.0186915888vw 0 4.6728971963vw;
	}
	.lineup .banner-container-row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  margin-bottom: 0;
	}
	.lineup .banner-container-row.col2 .banner-item {
	  width: auto;
	  margin-right: 0px;
	}
	.lineup .banner-container-row.col3 .banner-item {
	  width: auto;
	  margin-right: 0px;
	}
	.lineup .banner-item {
	  margin-bottom: 9.3457943925vw;
	}
	.lineup .banner-item-image {
	  border-radius: 1.1682242991vw;
	}
}


/*
	モバイル開閉メニュー
*/
.menu-open .menu-text {
	display: none;
}
@media screen and (max-width: 1024px) {
    .is-menu-show .menu-open .menu-text {
        opacity: 0;
    }
	.menu-open .bars {
		position: relative;
		width: 30px;
		height: 27px;
	  }
	  .menu-open .bar {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 3px;
		background-color: #fff;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	  }
	.menu-open .menu-text {
		color: #ffffff;
		text-align: center;
		display: block;
		position: absolute;
		margin: 32px 0 0 0;
		top: 0;
		left: 0;
        width: 20px;
		font-size: 10px;
    }
	.menu .site-out {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 768px) {
	.menu-open .bar {
        width: 7.672897vw;
        height: 0.7009345794vw;
    }
	.menu-open .bars {
        position: relative;
        width: 7.672897vw;
        height: 7.308411215vw;
    }
    .menu-open .menu-text {
		color: #ffffff;
		text-align: center;
		display: block;
		position: absolute;
		margin: 7.803738vw 0 0 0;
		top: 0;
		left: 0;
		width: 7.672897vw;
		font-size: 0.53rem;
		font-weight: bold;
    }
	.menu .site-out {
		width: 4vw;
		height: 4vw;
	}
}

.js-slide-toggle.is-active .accordion-head-icon::before {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }
.js-slide-toggle.is-active .accordion-head-icon::after {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
	opacity: 0;
}
/*
.menu .accordion-head-icon {
    background-color: #fff;
}
.menu .accordion-head-icon::before, .menu .accordion-head-icon::after {
	background-color: #000;
}
*/


/*
	トップページ 本日の催し、劇場ガイド
*/
.page-home .today-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5em;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.0;
}
.page-home .today-title-date {
    position: relative;
    margin-left: 0.5em;
    padding-left: 0.5em;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
.page-home .today-title-date small {
    margin-left: 0em;
    font-size: 16px;
    font-weight: 600;
}
.page-home .today-head {
	width: 230px;
}
.page-home .today-head .space-guide {
	display: inline-block;
    font-size: 12px;
    /* font-weight: bold; */
    line-height: 1.5;
    padding: 10px;
    /* width: 100%; */
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
.page-home .today-head .space-guide a {
	color: #8aa0a4;
	text-decoration: underline;
}
.page-home .today-head .title-underline {
    border-bottom: unset;
}
.page-home .today-body {
	width: calc(96% - 220px);
}

@media screen and (max-width: 768px) {
	.page-home .today-title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: unset;
        margin-right: unset;
        margin-bottom: 2.0em;
        font-size: 6.874766vw;
        line-height: 1.0;
    }
	.page-home .today-title-date {
        font-size: 4.943925vw;
        line-height: 1.5;
    }
	.page-home .today-title-date small {
        font-size: 3.2710280374vw;
    }
	.page-home .today-head {
		width: 100%;
		margin-left: unset;
		margin-right: unset;
	}
    .page-home .today-head .title-underline {
        margin-bottom: 0em;
    }
	.page-home .today-head .space-guide {
		width: 100%;
		border-left: unset;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		margin-bottom: 2em;
		padding: 1em 0.5em;
		font-size: 3.3037383178vw;
	}
	.page-home .today-body {
		width: auto;
	}
}

/*
	トップページ 公演情報、学芸情報の訴求エリア
*/
.page-home .sns-container-title {
    text-align: center;
}
.page-home .nav-top-container-head {
	text-align: center;
}
.page-home .nav-top-container-head h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1em;
}
.page-home .nav-top-container-head p {
	text-align: left;
    padding: 1.5em;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 1em;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
	.page-home .nav-top-container-head h2 {
		font-size: 6.0093457944vw;
	}
	.page-home .nav-top-container-head p {
		font-size: 3.9710280374vw;
		padding: 1em;
	}
}

/*
	学芸情報トップ バナー
*/
.page-programs.category-top .program-banners {
    padding-top: 2rem;
}
.page-programs.category-top .banner-container {
	padding: 100px 0 100px min(120px + 20%, 360px);
}
.page-programs.category-top .banner-container-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: flex-start;
	margin-bottom: 80px;
}
.page-programs.category-top .banner-container-row:last-child {
	margin-bottom: 0;
}
.page-programs.category-top .banner-container-row.col2 .banner-item {
	width: 48%;
}
.page-programs.category-top .banner-container-row.col3 .banner-item {
	width: 30%;
}
.page-programs.category-top .banner-item-image {
	overflow: hidden;
	border-radius: 5px;
}
.page-programs.category-top .banner-item-image img {
	width: 100%;
}
.page-programs.category-top .banner-item-text {
	margin-top: 1em;
	font-weight: 500;
	line-height: 1.7;
}

.page-programs.category-top .banner-container {
	background-color: rgba(234, 234, 235, 0.5);
}

.page-programs.category-top .banner-item-image a {
	display: block;
}
.page-programs.category-top .logo-container-row a {
	display: block;
}
.page-programs.category-top .donate-container a {
	display: block;
}

.page-programs.category-top .page-home .banner-container-row.col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: flex-start;
}
.page-programs.category-top .banner-container-row.col3 .banner-item {
	margin-right: 40px;
	width: 33%;
}

@media screen and (max-width: 1024px) {
	.page-programs.category-top .banner-container {
	  padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.page-programs.category-top .banner-container {
	  padding: 14.0186915888vw 0 4.6728971963vw;
	}
	.page-programs.category-top .banner-container-row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  margin-bottom: 0;
	}
	.page-programs.category-top .banner-container-row.col2 .banner-item {
	  width: auto;
	  margin-right: 0px;
	}
	.page-programs.category-top .banner-container-row.col3 .banner-item {
	  width: auto;
	  margin-right: 0px;
	}
	.page-programs.category-top .banner-item {
	  margin-bottom: 9.3457943925vw;
	}
	.page-programs.category-top .banner-item-image {
	  border-radius: 1.1682242991vw;
	}
}


/*
	公演アーカイブ サブタイトル検索
*/
.stage-archive .archive-search input[type=text] {
	width: 49%;
}
.stage-archive .archive-search-action {
	margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
	.stage-archive .archive-search input[type=text] {
		width: 100%;
		margin-bottom: 1.5em;
	}
}


/*
	協賛・協力 ブルームバーグコネクト説明
*/
.bloomberg-note {
	width: 75%;
}
.bloomberg-note p {
	text-align: left;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.bloomberg-note {
		width: 100%;
	}
	.bloomberg-note p {
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 3.3037383178vw;
	}
}