/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


img{
	vertical-align: bottom;
}
a{
	color: #0093dd;
	text-decoration: underline;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

html{
	width: 100%;
	height: 100%;
	background-color: #0F132E;
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.9;
	font-weight: 400;
	letter-spacing: .04em;
	font-display: swap;
	font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}
main{
	display: block;
	width: 100%;
	flex: 1;
	overflow-x: hidden;
}
#page{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 100vh;
	margin: auto;
	background-color: #0F132E;
}


.section{
	width: 100%;
	padding: 0 24px;
}
@media screen and (max-width: 930px) {
	.section{
		padding: 0 18px;
	}
}
.section+.section{
	margin-top: 120px;
}
@media screen and (max-width: 576px) {
	.section+.section{
		margin-top: 72px;
	}
}
.section-inner{
	max-width: 1120px;
	margin: 0 auto;
}
.section-heading{
	font-family: 'Zen Old Mincho', 'Noto Serif JP', '游明朝体',YuMincho,'游明朝',Yu Mincho,Hiragino Mincho ProN,'ヒラギノ明朝 ProN W3','ＭＳ Ｐ明朝',serif;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: .06em;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 28px;
	margin-bottom: 60px;
}
.section-heading.news{
	border-top: 12px solid #BF9B71;
	border-bottom: 1px solid #777;
	padding-bottom: 32px;
	margin-bottom: 72px;
}
@media screen and (max-width: 576px) {
	.section-heading{
		font-size: 2.8rem;
		padding-top: 22px;
		margin-bottom: 42px;
	}
	.section-heading.news{
		padding-bottom: 20px;
		margin-bottom: 42px;
		border-bottom: none;
		padding-bottom: 0;
	}
}


/* -------- ファーストビュー -------- */

.hero{
	position: relative;
	width: 100%;
	margin-bottom: 180px;
	font-family: 'Zen Old Mincho', 'Noto Serif JP', '游明朝体',YuMincho,'游明朝',Yu Mincho,Hiragino Mincho ProN,'ヒラギノ明朝 ProN W3','ＭＳ Ｐ明朝',serif;
	font-weight: 700;
	background-size: 90%;
	background-position: 50% 25%;
	background-repeat: no-repeat;
}
.hero-fv{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	min-height: var(--vh, 1vh);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	z-index: 100;
}
.hero-fv__logo{
	width: 210px;
	/* margin-top: -24px; */
	user-select: none;
}
.hero-fv__headline{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	vertical-align: bottom;
	margin-top: 60px;
	margin-left: 12px;
	user-select: none;
}
.hero-fv__headline .large{
	font-size: 1.8em;
	margin-left: -.25em;
	margin-right: .06em;
}
.hero-fv__headline .space{
	letter-spacing: .16em;
}
.hero-fv__catch{
	font-size: 2.6rem;
	line-height: 1.8;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 48px;
	margin-left: 28px;
	user-select: none;
}
.hero-lead{
	position: relative;
	width: 100%;
	padding: 0 12px;
	font-size: 2.0rem;
	line-height: 2.2;
	text-align: center;
	margin-top: 60px;
	z-index: 100;
}

@media screen and (max-height: 580px) {
	.hero-fv{
		height: auto;
		padding: 4% 0;
	}
}
@media screen and (max-width: 768px) {
	.hero-fv__headline{
		font-size: 4.0rem;
	}
}
@media screen and (max-width: 576px) {
	.hero{
		margin-bottom: 100px;
	}
	.hero-fv__logo{
		width: 40%;
		max-width: 180px;
		margin-top: -60px;
	}
	.hero-fv__headline{
		font-size: 2.8rem;
		margin-left: 8px;
		margin-top: 54px;
	}
	.hero-fv__catch{
		font-size: 2.0rem;
		margin-top: 42px;
		margin-left: 18px;
	}
	.hero-lead{
		font-size: 1.6rem;
		margin-top: 0;
	}
}
@media screen and (min-width: 1800px) {
	.hero-fv__headline{
		font-size: 5.4rem;
	}
	.hero-fv__catch{
		font-size: 2.6rem;
		line-height: 2.2;
	}
}

.hero-bg-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
}
.hero-bg{
	position: absolute;
	z-index: 1;
	width: 15%;
}
.hero-bg.img-01{
	top: 42%;
	right: 6%;
	width: 14%;
}
.hero-bg.img-02{
	right: 16%;
	bottom: 7%;
	width: 22%;
	max-width: 320px;
}
.hero-bg.img-03{
	left: 2%;
	bottom: 35%;
}
.hero-bg.img-04{
	top: 4%;
	left: 3%;
	width: 9%;
}
.hero-bg.img-05{
	top: 15%;
	right: 18%;
	z-index: 20;
}
.hero-bg.img-06{
	top: 1%;
	right: 13%;
	width: 13%;
}
.hero-bg.img-07{
	top: 22%;
	right: 1%;
}
.hero-bg.img-08{
	top: 50%;
	right: 30%;
	width: 21%;
}
.hero-bg.img-09{
	top: 33%;
	right: 20%;
}
.hero-bg.img-10{
	top: 61%;
	left: 27%;
}
.hero-bg.img-11{
	top: 34%;
	left: 1%;
	width: 16%;
}
.hero-bg.img-12{
	top: 3%;
	right: 31%;
	width: 9%;
	z-index: 10;
}
.hero-bg.img-13{
	bottom: 6%;
	left: 15%;
	width: 24%;
	max-width: 320px;
}
.hero-bg.img-14{
	top: 48%;
	left: 25%;
	width: 12%;
	opacity: .7;
}
.hero-bg.img-15{
	top: 3%;
	right: 2%;
	width: 9%;
}
.hero-bg.img-16{
	top: 39%;
	left: 16%;
	width: 11%;
}
.hero-bg.img-17{
	top: 60%;
	right: 9%;
	width: 10%;
}
.hero-bg.img-18{
	top: 19%;
	left: 4%;
	width: 15%;
}
.hero-bg.img-19{
	top: 21%;
	left: 27%;
	width: 13%;
}
.hero-bg.img-20{
	top: 4%;
	left: 28%;
}
.hero-bg.img-21{
	top: 2%;
	left: 16%;
	width: 7.5%;
	opacity: .55;
}

@media screen and (max-width: 576px) {
	.hero-bg{
		width: 30%;
	}
	.hero-bg.img-01{
		top: 44%;
		right: 2%;
		width: 30%;
	}
	.hero-bg.img-02{
		right: 3%;
		bottom: 1%;
		width: 30%;
		max-width: 320px;
	}
	.hero-bg.img-03{
		left: 2%;
		bottom: 32%;
	}
	.hero-bg.img-05{
		top: 12%;
		right: 4%;
		width: 24%;
	}
	.hero-bg.img-08{
		top: 56%;
		right: 10%;
		width: 30%;
	}
	.hero-bg.img-10{
		top: 70%;
		left: 24%;
	}
	.hero-bg.img-11{
		top: 28%;
		width: 20%;
	}
	.hero-bg.img-13{
		bottom: -3%;
		left: 2%;
		width: 35%;
	}
	.hero-bg.img-14{
		top: 48%;
		left: 10%;
		width: 25%;
	}
	.hero-bg.img-16{
		top: 40%;
		left: 6%;
		width: 20%;
	}
	.hero-bg.img-17{
		top: 70%;
		width: 20%;
	}
	.hero-bg.img-18{
		top: 16%;
		left: 2%;
		width: 25%;
	}
	.hero-bg.img-19{
		top: 21%;
		left: 27%;
		width: 13%;
	}
}



/* -------- 開場25周年記念公演 -------- */

.performance-list{
	width: 103%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -48px;
	margin-left: -3%;
}
.performance-list__item{
	width: calc((100% / 3) - 3%);
	margin-left: 3%;
	margin-top: 48px;
	border-top: 12px solid #BF9B71;
}
@media screen and (max-width: 930px) {
	.performance-list__item{
		width: calc(50% - 3%);
	}
}
@media screen and (max-width: 576px) {
	.performance-list{
		width: 100%;
		margin-top: -42px;
		margin-left: 0;
	}
	.performance-list__item{
		width: 100%;
		margin-top: 42px;
		margin-left: 0;
	}
}
.performance-list__thumb{
	width: 100%;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
}
.performance-list__thumb::after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 76%;
}
.performance-list__info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 32px;
}
.performance-list__tag{
	padding: 0 14px 0 15px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .15em;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ccc;
}
.performance-list__tag.theater{
	background-color: #249bb3;
}
.performance-list__tag.opera{
	background-color: #25439c;
}
.performance-list__tag.ballet{
	background-color: #b32453;
}
.performance-list__date{
	padding: 2px 14px 0 14px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: .06em;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 576px) {
	.performance-list__info{
		height: 28px;
	}
	.performance-list__tag{
		font-size: 1.2rem;
		letter-spacing: .1em;
		padding: 0 8px 0 9px;
	}
	.performance-list__date{
		font-size: 1.6rem;
		padding: 1px 8px 0 8px;
	}
}
.performance-list__title{
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: -0.1em;
	font-family: 'Zen Old Mincho', 'Noto Serif JP', '游明朝体',YuMincho,'游明朝',Yu Mincho,Hiragino Mincho ProN,'ヒラギノ明朝 ProN W3','ＭＳ Ｐ明朝',serif;
	font-weight: 700;
	margin-top: 18px;
}
@media screen and (max-width: 576px) {
	.performance-list__title{
		font-size: 2.6rem;
		margin-top: 14px;
	}
}
.performance-list__link-wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}
@media screen and (max-width: 576px) {
	.performance-list__link-wrapper{
		margin-top: 17px;
	}
}
.performance-list__link{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: solid 1px #999;
	border-radius: 24px;
	background-color: rgba(255, 255, 255, .1);
	padding: 11px 0 10px 0;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.performance-list__link::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	rotate: 45deg;
	top: calc(50% + 1px);
	right: 18px;
	translate: 0 -50%;
}
@media screen and (max-width: 576px) {
	.performance-list__link{
		font-size: 1.4rem;
		padding: 9px 0 8px 0;
	}
	.performance-list__link::after{
		width: 12px;
		height: 12px;
		top: 50%;
		right: 14px;
	}
}
@media (hover: hover) and (pointer: fine){
	.performance-list__link:hover{
		background-color: #BF9B71;
	}
	.performance-list__link:hover::after{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
.performance-list__link+.performance-list__link{
	margin-top: 12px;
}
.performance__link{
	position: relative;
	display: block;
	width: 70%;
	text-align: center;
	border: solid 1px #999;
	margin: 84px auto 0 auto;
	border-radius: 32px;
	background-color: rgba(255, 255, 255, .2);
	padding: 21px 0 20px 0;
	font-family: 'Zen Old Mincho', 'Noto Serif JP', '游明朝体',YuMincho,'游明朝',Yu Mincho,Hiragino Mincho ProN,'ヒラギノ明朝 ProN W3','ＭＳ Ｐ明朝',serif;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
.performance__link::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	rotate: 45deg;
	top: calc(50% + 1px);
	right: 26px;
	translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine){
	.performance__link:hover{
		background-color: #BF9B71;
	}
	.performance__link:hover::after{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
@media screen and (max-width: 930px) {
	.performance__link{
		width: 100%;
		margin: 48px auto 0 auto;
		padding: 16px 0;
	}
	.performance__link::after{
		width: 18px;
		height: 18px;
		right: 22px;
	}
}


/* -------- 最新情報 -------- */

.news-list{
	width: 100%;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
.news-list__item{
	width: 100%;
}
.news-list__item+.news-list__item{
	border-top: 1px solid #777;
}
.news-list__link{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding: 16px 40px 16px 4px;
}
a.news-list__link::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	rotate: 45deg;
	top: calc(50% + 1px);
	right: 16px;
	translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine){
	a.news-list__link:hover{
		background-color: #BF9B71;
	}
	a.news-list__link:hover::after{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
.news-list__link--date{
	width: 84px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.9rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .1em
}
.news-list__link--title{
	font-size: 1.8rem;
	line-height: 1.6;
	padding-left: 22px;
}
@media screen and (max-width: 576px) {
	.news-list__link{
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 40px 8px 2px;
	}
	.news-list__link--date{
		width: 100%;
		font-size: 1.5rem;
	}
	.news-list__link--title{
		font-size: 1.5rem;
		margin-top: 8px;
		padding-left: 0;
	}
	a.news-list__link::after{
		width: 16px;
		height: 16px;
		right: 12px;
	}
}

.footer{
	width: 100%;
	margin-top: 120px;
	border-top: 1px solid #777;
	background-color: #0B0D21;
	padding: 0 24px;
}
.footer-inner{
	width: 100%;
	max-width: 1120px;
	margin: auto;
	padding: 32px 0 18px 0 ;
}
.footer-logo-wrapper{
	display: flex;
	width: 100%;
	max-width: 740px;
	margin-bottom: 48px;
	flex-direction: row;
	align-items: flex-end;
}
.footer-logo-nntt{
	width: 39%;
	padding-right: 5%;
}
@media (hover: hover) and (pointer: fine){
	.footer-logo-nntt:hover{
		opacity: .8;
	}
}
.footer-logo-nntt--img{
	width: 100%;
}
.footer-logo-inner{
	width: 61%;
	display: flex;
	flex-direction: column;
}
.footer-logo-header{
	width: 100%;
	margin: 0;
}
.footer-logo-company{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-self: center;
}
.footer-logo-company--link{
	display: inline-block;
	width: auto;
	height: 36px;
}
.footer-logo-company--link.onward{
	padding: 4px 0 2px 0;
}
@media (hover: hover) and (pointer: fine){
	.footer-logo-company--link:hover{
		opacity: .6;
	}
}
.footer-logo-company--link + .footer-logo-company--link{
	margin-left: 12px;
}
.footer-logo-company--img{
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
.footer-logo{
	width: 100%;
	max-width: 740px;
}
.footer-caption-wrapper{
	text-align: right;
}
.footer-caption{
	display: inline;
	font-size: 1.1rem;
	line-height: 1.2;
	margin-top: 4px;
}
.footer-caption+.footer-caption{
	margin-left: 12px;
}
@media screen and (max-width: 768px) {
	.footer-caption{
		display: block;
		font-size: 1.0rem;
	}
	.footer-caption+.footer-caption{
		margin-left: 0;
	}
}
@media screen and (max-width: 576px) {
	.footer{
		padding: 0 18px;
	}
	.footer-inner{
		padding: 28px 0 18px 0 ;
	}
	.footer-logo{
		margin-bottom: 42px;
	}
	.footer-caption-wrapper{
		text-align: left;
	}
	.footer-logo-wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-logo-nntt{
		width: 73%;
		padding-right: 0;
		margin-left: -2px;
	}
	.footer-logo-inner{
		width: 100%;
	}
	.footer-logo-header{
		margin: 16px 0 10px 0;
	}
	.footer-logo-company{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-logo-company--link{
		height: 21px;
		padding: 0!important;
	}
	.footer-logo-company--link + .footer-logo-company--link{
		margin-left: 0;
		margin-top: 16px;
	}
}