@charset "UTF-8";
/* CSS Document */


/* --------- C O N T E N T S --------- */

.cont {
    width: 100%;
    height: auto;
    margin: 54px 0 0 0; /* header H */
    display: block;
    position: relative;
    min-height: calc(100vh - (54px + 200px)); /* header H + footer */
    overflow: hidden;
}




/* --------- N E W S --------- */

.cont.ct-news {
    padding: 70px 30px 0 30px;
    color: #000;
}
.bg-news {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../img/bg-wt.jpg") no-repeat center top;
    background-size: cover;
    z-index: -1;
}
.ct-news .ct-title {
    margin: 0 0 60px 0;
}
.ct-news .ct-title h1 {
    color: #c20000;
}
/*.NStitle {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
}*/
.news-wrap {
    width: min(85%,900px);
    height: auto;
    margin: 0 auto;
    padding: 0 0 80px 0;
    display: block;
}
.news-item {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 90px auto;
    padding: 30px 0;
    word-wrap : break-word;
    position: relative;
    border-top: 2px solid #000;
    
    font-size: 1.0rem;
    letter-spacing: 0.08em;
    line-height: 1.9em;
    font-weight: 600;
}
.news-item:nth-last-of-type(1) {
    margin: 0 auto;
}
.news-item::before, .news-item::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #000;
    transform: rotate(45deg);
    
    position: absolute;
    top: -7px;
    z-index: 1;
}
.news-item::before {
    left: 1px;
}
.news-item::after {
    right: 1px;
}

.news-item h1 {
    display: inline-block;
    margin: 0 0 1em 0; 
    padding: 0;
    
    font-family: victorian-orchid, serif; 
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1em;
}
.news-item h2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.3em 0;
    padding: 0 0 1.3em 0;
    position: relative;
    
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    color: #000;
}
.news-item h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: url("../img/linedot_bk.png") repeat-x left center;
    background-size: auto 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-item strong {
    font-weight: 700;
    font-size: 1.1em;
}
.news-item b {
    display: inline-block;
    color: #666;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.8em;
}
.news-item ul {
    margin: 1em 0 1em -1em;
    list-style: square;
}
.news-item ol {
    margin: 1em 0 1em -1em;
}
.news-item li {
    margin: 0 0 0.8em 0;
}
.news-item li:nth-last-child(1) {
    margin: 0;
}
.news-item a {
    display: inline-block;
    color: #e80000;
    text-decoration: underline;
    
    will-change: transform;
    transition: all 0.18s linear;
}
.news-item a:hover {
    transform: translateY(3px);
    text-decoration: none;
}

.news-item {
    will-change: opacity, transform;
    transition: 2.0s all cubic-bezier(0.16, 0.85, 0.45, 1);
    opacity: 0;
    transform: translateY(100px);
}
.news-item.appr {
    opacity: 1;
    transform: translateY(0);
}

.pic {
    width: 100%;
    height: auto;
    margin: 2em 0;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.pic span {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 10px;
}
.newsYT {
    width: 100%;
    height: auto;
    margin: 2em 0;
    position: relative;
}
.newsYT::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.newsYT iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}






/* --------- [ C O N T E N T S ] --------- */

.cont.ct-wt {
    padding: 70px 30px 70px 30px;
    color: #000;
}
.bg-wt {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../img/bg-wt.jpg") no-repeat center top;
    background-size: cover;
    z-index: -1;
}
.ct-wt .ct-title {
    margin: 0 0 60px 0;
}
.ct-wt .ct-title h1 {
    color: #c20000;
}
.cont-wrap {
    width: min(85%,900px);
    height: auto;
    margin: 0 auto;
    padding: 0 0 80px 0;
    display: block;
}
.cont-wrapW {
    width: min(85%,1200px);
    height: auto;
    margin: 0 auto;
    padding: 0 0 80px 0;
    display: block;
}




/* --------- O N  A I R --------- */

.ct-onair h1 {
    width: 100%;
	height: auto;
	margin: 0;
	display: block;
	text-align: center;
	
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
	font-weight: 700;
    color: #000;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1);
	opacity: 0;
	transform: translateY(80px);
}
.ct-onair h1 b {
    font-weight: 700;
    color: #c20000;
}
.ct-onair h1.appr {
    opacity: 1;
	transform: translateY(0);
}
.oa-list {
    width: 100%;
	height: auto;
	margin: 50px 0 50px 0;
	display: block;
	position: relative;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(80px);
}
.oa-list.appr {
    opacity: 1;
	transform: translateY(0);
}
.oa-list i {
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
	position: relative;
}
.oa-list i::before, .oa-list i::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    transform: rotate(45deg);
    
    position: absolute;
    bottom: -3px;
}
.oa-list i::before {
    left: 1px;
}
.oa-list i::after {
    right: 1px;
}

.oa-list div {
    width: 100%;
	height: auto;
	margin: 0.8em 0 0.7em 0;
	padding: 0 10%;
	position: relative;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	
	font-size: 1.12rem;
    letter-spacing: 0.08em;
    line-height: 1.1em;
	font-weight: 600;
}
.oa-list div span {
    height: auto;
	margin: 0;
}
.oa-list div span:nth-of-type(1) {
    width: 45%;
	padding-right: 1em;
	
	display: block;
}
.oa-list div span:nth-of-type(2) {
    width: 55%;
	
	display: flex;
    justify-content: flex-start;
	align-items: center;
}
.oa-list div span p {
    display: inline-block;
	margin: 0;
    font-size: 0.7rem;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
.oa-str {
    width: 100%;
	height: auto;
	margin: 40px 0 60px 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.oa-str:nth-last-of-type(1) {
    margin: 40px 0 0 0;
}
.oa-str div {
    width: calc((100% / 3) - 14px);
	height: auto;
	margin: 0 7px 14px 7px;
	display: block;
}
.oa-str div span {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0.9em 1em 0.7em;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	
	border: 1px solid #333;
	
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.4em;
	font-weight: 700;
	color: #000;
	
	will-change: transform;
	transition: all 0.2s ease-out;
}
.oa-str div span b {
    font-size: 0.7em;
	font-weight: 700;
}
.oa-str div a:hover span {
    color: #fff;
    border: 1px solid #c20000;
	background: #c20000;
	transform: translateY(2px);
}



/* --------- M U S I C  +  B l u - r a y --------- */

.ms-item {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
.ms-title {
    width: 100%;
	height: auto;
	padding: 60px 0 0 0;
	margin: 0 0 40px 0;
	display: block;
	text-align: center;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(40px);
}
.ms-title.appr {
    opacity: 1;
	transform: translateY(0);
}
.ms-title p {
    width: auto;
	height: auto;
    display: block;
	margin: 0;
	
	font-family: victorian-orchid, serif; 
    font-weight: 600;
    font-style: normal;
	font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1em;
}
.ms-title p b {
    width: auto;
	height: auto;
    display: block;
	margin: 0.3em 0 0 0;
	
	font-family: 'Noto Serif JP', serif;
    font-weight: 700;
	font-size: 0.7em;
    letter-spacing: 0.05em;
    line-height: 1em;
}
.ms-item h1 {
    width: 100%;
	height: auto;
	margin: 0;
	display: block;
	text-align: center;
	
	font-size: 2rem;
    letter-spacing: 0.07em;
    line-height: 1em;
	color: #c20000;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(80px);
}
.ms-item h1.appr {
    opacity: 1;
	transform: translateY(0);
}
.ms-item.blr h1 {
    padding: 70px 0 0 0;
}
.ms-item h1 p {
	display: block;
	margin: 0.7em 0 0 0;
	
	font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}
.ms-item h2 {
    width: 100%;
	height: auto;
	margin: 2em 0 0 0;
	display: block;
	text-align: center;
	
	font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
	color: #000;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(80px);
}
.ms-item h2.appr {
    opacity: 1;
	transform: translateY(0);
}
.ms-item.blr h2 {
	margin: 1em 0 0 0;
}
.ms-aw {
    width: 60%;
	height: auto;
	margin: 0 auto 40px auto;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(40px);
}
.ms-aw.appr {
    opacity: 1;
	transform: translateY(0);
}

.msBT-wrap {
    width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.4s;
	opacity: 0;
	transform: translateY(40px);
}
.msBT-wrap.appr {
    opacity: 1;
	transform: translateY(0);
}
.msBT-wrap.CTG, .msBT-wrap.BLR {
    margin: 0;
}
.msBT-wrap div {
    width: min(300px,calc(50% - 20px));
	height: auto;
	margin: 0 10px;
	display: block;
}
.msBT-wrap.CTG div {
    width: min(200px,calc(33% - 20px));
}
.msBT-wrap.BLR div {
    width: min(200px,calc(33% - 20px));
}
.msBT-wrap div span {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0.8em 0 0.7em;
	text-align: center;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	
	font-size: 1.1rem;
	font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.1em;
	color: #000;
	
	transition: all 0.2s ease-out;
}
.msBT-wrap div span.yet {
	border: 1px solid #aaa;
	color: #aaa;
}
.msBT-wrap div a:hover span {
    background: #c20000;
	border-color: #c20000;
	color: #fff;
}
.msBT-wrap.CTG div span {
    font-family: victorian-orchid, serif; 
    font-weight: 400;
    font-style: normal;
	
    background: #000;
	border: 1px solid #000;
	color: #fff;
}
.msBT-wrap.CTG div a:hover span {
    background: #c20000;
	border-color: #c20000;
	color: #000;
}
.msBT-wrap.BLR div span {
    background: #000;
	border: 1px solid #000;
	color: #fff;
}
.msBT-wrap.BLR div a:hover span {
    background: #c20000;
	border-color: #c20000;
	color: #000;
}
.ms-main {
    width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	
	display: flex;
    flex-wrap: wrap;
}
.ms-main section {
    will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(80px);
}
.ms-main section:nth-of-type(1) {
    width: min(500px,50%);
	height: auto;
	display: block;
	margin: 0;
}
.ms-main section:nth-of-type(2) {
    width: calc(100% - min(500px,50%));
	height: auto;
	margin: 0;
	display: block;
	padding: 0 0 0 40px;
	
	transition-delay: 0.25s;
}
.ms-main section.dep {
    width: 80%;
	margin: 0 auto;
}
.ms-main section.appr {
    opacity: 1;
	transform: translateY(0);
}

.ms-main section:nth-of-type(1) div {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
	border-radius: 4px;
	overflow: hidden;
	z-index: 0;
}
.ms-main h3 {
    width: 100%;
	height: auto;
    display: block;
	margin: 0 0 25px 0;
}
.ms-main h3.sdt {
	margin: 50px 0 25px 0;
}
.ms-main h3 span {
    display: inline-block;
	margin: 0;
	padding: 0 1.3em;
	position: relative;
	
	font-family: victorian-orchid, serif; 
    font-weight: 600;
    font-style: normal;
	font-size: 1.0rem;
    letter-spacing: 0.06em;
    line-height: 1em;
}
.ms-main h3 span::before, .ms-main h3 span::after {
    content: "";
	display: block;
    margin: 0;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	background: url("../img/bl-point.png") no-repeat center center;
	background-size: 70% auto;
}
.ms-main h3 span::before {
    left: 0;
}
.ms-main h3 span::after {
    right: 0.06em;
}
.ms-main h3:nth-of-type(n+2) {
    margin: 40px 0 25px 0;
}
.ms-main p {
    display: inline-block;
	margin: 0;
	
    font-weight: 600;
	font-size: 0.9rem;
    letter-spacing: 0.08em;
    line-height: 1.8em;
}
.ms-main p i {
    display: block;
	margin: 0;
	text-align: right;
	
	letter-spacing: 0.04em;
    line-height: 1.6em;
    font-weight: 700;
	font-style: normal;
}
.ms-main p a {
    display: inline-block;
    color: #e80000;
    text-decoration: underline;
    
    will-change: transform;
    transition: all 0.18s linear;
}
.ms-main p a:hover {
    transform: translateY(3px);
    text-decoration: none;
}
.ms-dotline {
    width: 100%;
    height: 3px;
    display: block;
	margin: 60px 0 70px 0;
	background: url("../img/linedot_bk.png") repeat-x center left;
	background-size: auto 100%;
}
.ms-dotline.sht {
    height: 2px;
	margin: 24px 0 30px 0;
	opacity: 0.5;
}
.ms-line {
    width: 100%;
    height: 1px;
    display: block;
	margin: 80px 0 20px;
    background: #000;
	position: relative;
}
.ms-line::before, .ms-line::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    transform: rotate(45deg);
    
    position: absolute;
    bottom: -3px;
}
.ms-line::before {
    left: 1px;
}
.ms-line::after {
    right: 1px;
}
.ms-work {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	
	font-weight: 600;
	font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
.ms-work h4 {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	
	font-weight: 600;
	font-size: 1.1rem;
    letter-spacing: 0.08em;
    line-height: 1.6em;
}
.ms-work.blr h4 {
	margin: 0 0 1.5em 0;
}
.ms-work > div {
    width: 100%;
	height: auto;
	margin: 0 0 1.2em 0;
	
	display: flex;
    flex-wrap: wrap;
}
.ms-work > div span:nth-of-type(1) {
    width: 150px;
	height: auto;
	margin: 0;
}
.ms-work > div span:nth-of-type(2) {
    width: calc(100% - 150px);
	height: auto;
	display: block;
	margin: 0;
	padding: 0.1em 0 0 0;
}
.ms-work > div span p {
    width: 100px;
	height: auto;
    display: block;
	text-align: center;
	margin: 0;
	padding: 0.6em 1em 0.5em;
	background: #000;
	border-radius: 2px;
	
	font-size: 0.9em;
    letter-spacing: 0.2em;
    line-height: 1em;
	color: #fff;
}
.ms-work > div span p.sho {
    letter-spacing: 0em;
}
.ms-work > div span b {
    display: inline-block;
	margin: 0;
	
	font-size: 0.85em;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}
.ms-work ul {
    margin: 0;
	padding: 0 0 0 1.5em;
	list-style: square;
}
.ms-work li {
    margin: 0 0 0.3em 0;
	line-height: 1.5em;
}
.blr-note {
    width: 100%;
	height: auto;
    display: block;
	margin: 0;
	
    font-weight: 600;
	font-size: 0.8rem;
    letter-spacing: 0.04em;
    line-height: 1.6em;
	color: #666;
}
.blr-note.CNT {
    text-align: center;
}
.bnf-wrap {
    width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	
	display: flex;
    flex-wrap: wrap;
}
.bnf-wrap h5 {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em 0;
	
	font-weight: 600;
	font-size: 1.0rem;
    letter-spacing: 0.08em;
    line-height: 1em;
}
.bnf-wrap > div {
    width: calc((100% / 5) - 8px);
	height: auto;
	display: block;
	margin: 0 10px 20px 0;
	
	font-weight: 600;
	font-size: 0.7rem;
    letter-spacing: 0.06em;
    line-height: 1.6em;
}
.bnf-wrap h6 {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	
	font-weight: 700;
	font-size: 1.08em;
    letter-spacing: 0.06em;
    line-height: 1.6em;
}
.bnf-wrap > div:nth-of-type(5n) {
    margin: 0 0 20px 0;
}
.bnf-wrap > div img {
    margin: 0 0 1em 0;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.bnf-wrap p {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	text-align: right;
	
	font-weight: 600;
	font-size: 0.7rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
	color: #666;
}

.blr-bnf {
    width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.blr-bnf section {
    width: 270px;
	height: auto;
	display: block;
	margin: 0 15px 40px;
	position: relative;
}
.blr-bnf section h3 {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 0.6em 0;
	
	font-size: 1.08rem;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.blr-bnf section p {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em 0;
	
	font-size: 0.8rem;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.blr-bnf section > span {
    display: inline-block;
	margin: 0 0 0.7em 0;
	padding: 0.2em 0.5em;
	border-radius: 3px;
	
	font-size: 0.8rem;
	line-height: 1em;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #c20000;
	border: 1px solid #c20000;
}
.blr-bnf section figure {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-radius: 4px;
}
.bnfBT {
    width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.bnfBT span {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0.6em 0 0.5em;
	display: block;
	text-align: center;
	border-radius: 4px;
	
	font-size: 1rem;
	line-height: 1em;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	
	transition: all 0.2s ease-out;
}
.bnfBT a:hover span {
    color: #fff;
	border-color: #c20000;
	background: #c20000;
}

.szBT {
    width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	will-change: opacity, transform;
	transition: all 1.2s cubic-bezier(0.37, 0.58, 0, 1) 0.2s;
	opacity: 0;
	transform: translateY(40px);
}
.szBT.appr {
    opacity: 1;
	transform: translateY(0);
}
.szBT div {
    width: calc((100% / 2) - 20px);
	height: auto;
	display: block;
	margin: 0 10px;
}
.szBT div span {
    width: 100%;
	height: 60px;
	
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	
	margin: 0;
	border: 1px solid #000;
	background: #000;
	border-radius: 4px;
	
	transition: all 0.2s ease-out;
}
.szBT div span p {
    display: inline-block;
	margin: 0;
	
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	
	transition: all 0.2s ease-out;
}
.szBT div a span {
    background: #fff;
}
.szBT div a span p {
    color: #000;
}
.szBT div a:hover span {
    background: #c20000;
	border-color: #c20000;
}
.szBT div a:hover span p {
    color: #fff;
}



/* --------- S T O R Y --------- */

.epsMN-wrap, .kwMN-wrap {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-direction: row-reverse;
}
.swiper-container.swiper_ST {
    border: 8px solid #fff;
	overflow: hidden;
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.str-pic {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    overflow: hidden;
}
.slider-thum {
    margin: 20px 0 0 0;
}
.slider-thum {
    border-radius: 0;
}
.slider-thum .swiper-slide {
    border: 1px solid #fff;
    cursor: pointer;
    background: #000;

    transition: all 0.12s ease-out;
}
.slider-thum .swiper-slide img {
    opacity: 1;
    transition: all 0.12s ease-out;
}
.slider-thum .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #fff;
}
.slider-thum .swiper-slide.swiper-slide-thumb-active img {
    opacity: 0.7;
}
.epsMN-wrap div, .kwMN-wrap div {
    width: calc((100% / 5) - 12px);
    height: auto;
    margin: 0 6px 12px 6px;
}
.epsMN-wrap div span, .kwMN-wrap div span {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.8em 0 0.6em 0;
    border: 1px solid #000;
    color: #000;
	background: #fff;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    
    will-change: transform;
    transition: all 0.15s ease-out;
}
.epsMN-wrap div span p, .kwMN-wrap div span p {
    display: inline-block;
    margin: 0;
    position: relative;
	
    font-family: victorian-orchid, serif; 
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1em;
}
.epsMN-wrap div span p::before, .kwMN-wrap div span p::before {
    content: "第";
    display: inline-block;
    margin: 0;
}
.epsMN-wrap div span p::after, .kwMN-wrap div span p::after {
    content: "楽章";
    display: inline-block;
    margin: 0;
}
.epsMN-wrap div.last span p::before, .kwMN-wrap div.last span p::before {
    content: "最終楽章";
}
.epsMN-wrap div.last span p::after, .kwMN-wrap div.last span p::after {
    content: "";
}
.epsMN-wrap div a:hover span, .kwMN-wrap div a:hover span {
    transform: scale(0.96);
    background: #c20000;
	border-color: #c20000;
    color: #fff;
}
.epsMN-wrap div a.current span, .kwMN-wrap div a.current span {
    background: #c20000;
	border-color: #c20000;
    color: #fff;
}
.epsMN-wrap section, .kwMN-wrap section {
    width: 100%;
    height: auto;
	display: block;
    margin: 20px 0 20px 0;
	text-align: center;
}
.epsMN-wrap section:nth-of-type(1), .kwMN-wrap section:nth-of-type(1) {
    margin: 0 0 20px 0;
}
.epsMN-wrap section h6, .kwMN-wrap section h6 {
    display: inline-block;
	margin: 0;
	position: relative;
	
	font-size: 1.1rem;
	font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #c20000;
}

.str-txt {
    width: 100%;
    height: auto;
    display: block;
    margin: 50px 0 0 0;
}
.str-title {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.str-title span {
    display: inline-block;
    position: relative;
    margin: 0 1em 0 0;
    
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    color: #c20000;
}
.str-title span::before {
    content: "第";
    display: inline-block;
    margin: 0;
}
.str-title span::after {
    content: "楽章";
    display: inline-block;
    margin: 0;
}
.str-title.last span::before {
    content: "最終楽章";
}
.str-title.last span::after {
    content: "";
}
.str-title h1 {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 1em;
	position: relative;
    
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4em;
    color: #000;
}
.str-title h1::before {
    content: "";
    display: block;
    margin: 0;
    width: 1px;
    height: calc(100% + 30px);
    background: #000;
    position: absolute;
    top: -15px;
    left: 0;
}
.str-txt i {
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
	position: relative;
}
.str-txt i::before, .str-txt i::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    transform: rotate(45deg);
    
    position: absolute;
    bottom: -3px;
}
.str-txt i::before {
    left: 1px;
}
.str-txt i::after {
    right: 1px;
}

.str-txt p {
    display: inline-block;
    margin: 35px 0 0 0;
    padding: 0 1em;
	position: relative;
    
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    color: #000;
}







/* --------- K E Y W O R D --------- */

.kw-item {
    width: calc(100% - 20px);
	height: auto;
	display: block;
	margin: 0 auto 80px auto;
}
.kw-item span {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 35px 0;
	border: 8px solid #fff;
	box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.3);
	
	will-change: opacity, transform;
    transition: 2.0s all cubic-bezier(0.16, 0.85, 0.45, 1);
    opacity: 0;
    transform: translateY(80px);
}
.kw-item.appr span {
    opacity: 1;
    transform: translateY(0);
}
.kw-item h1 {
    width: 100%;
	height: auto;
    display: block;
	box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 0 20px;
	position: relative;
	
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    color: #c20000;
	
	will-change: opacity, transform;
    transition: 1.8s all cubic-bezier(0.16, 0.85, 0.45, 1) 0.2s;
    opacity: 0;
    transform: translateX(50px);
}
.kw-item.appr h1 {
    opacity: 1;
    transform: translateX(0);
}
.kw-item h1 ruby rt {
	margin: 0 0 0.2em 0;
}
.kw-item p {
    width: 100%;
	height: auto;
    display: block;
	position: relative;
	box-sizing: border-box;
    margin: 0 0 0 20px;
    padding: 0 30px;
	
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.9em;
    color: #000;
	
	will-change: opacity, transform;
    transition: 1.8s all cubic-bezier(0.16, 0.85, 0.45, 1) 0.4s;
    opacity: 0;
    transform: translateX(50px);
}
.kw-item p::before {
    content: "";
	display: block;
	width: 2px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #c20000;
}
.kw-item.appr p {
    opacity: 1;
    transform: translateX(0);
}




/* --------- F A D E  I N --------- */

.fd-Vt {
    opacity: 0;
    
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
   
    transition: all 0.8s cubic-bezier(0.04, 0.68, 0.15, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.04, 0.68, 0.15, 1);
}
.fd-Vt_appr {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}





/* --------- < 1000px > --------- */

@media (max-width: 1000px) {

.bnf-wrap > div {
    width: calc((100% / 4) - 10px);
	margin: 0 10px 20px 0;
}
.bnf-wrap > div:nth-of-type(5n) {
    margin: 0 10px 20px 0;
}

}



/* --------- < 850px > --------- */

@media (max-width: 850px) {

.oa-str div {
    width: calc((100% / 2) - 14px);
	margin: 0 7px 14px 7px;
}
.oa-str div span {
	padding: 0.9em 0.5em 0.7em;
}

}




/* --------- < 800px > --------- */

@media (max-width: 800px) {

.news-wrap, .cont-wrap, .cont-wrapW {
    width: 100%;
}
.ms-work > div span:nth-of-type(1) {
    width: 100px;
}
.ms-work > div span:nth-of-type(2) {
    width: calc(100% - 100px);
}
.ms-work > div span p {
    width: 80px;
	padding: 0.6em 0 0.5em 0;
	
	font-size: 0.8em;
    letter-spacing: 0.15em;
}
.ms-work.blr > div span:nth-of-type(1) {
    width: 110px;
}
.ms-work.blr > div span:nth-of-type(2) {
    width: calc(100% - 110px);
}
.ms-work.blr > div span p {
    width: 90px;
	padding: 0.6em 0 0.5em 0;
	
	font-size: 0.8em;
}
.bnf-wrap > div {
    width: calc((100% / 3) - 10px);
	margin: 0 10px 20px 0;
}
.bnf-wrap > div:nth-of-type(5n) {
    margin: 0 10px 20px 0;
}

.blr-bnf section {
    width: calc((100% / 2) - 30px);
	margin: 0 15px 40px;
}
.ms-main section.dep {
    width: 100%;
}

}





/* --------- < 650px > --------- */

@media (max-width: 650px) {

.epsMN-wrap div span p, .kwMN-wrap div span p {
    font-size: 0.8rem;
    letter-spacing: 0;
}

}





/* --------- < 500px > --------- */

@media (max-width: 500px) {

.cont.ct-news, .cont.ct-wt {
    padding: 30px 20px 0 20px;
}
.ct-news .ct-title, .ct-wt .ct-title {
    margin: 0 0 25px 0;
}
/*.NStitle {
    width: 200px;
}*/

.news-wrap, .cont-wrap, .cont-wrapW {
    padding: 0 0 50px 0;
}
.news-item {
    margin: 0 auto 50px auto;
    padding: 20px 0;
    border-top: 1px solid #000;
    font-size: 0.9rem;
}
.news-item::before, .news-item::after {
    width: 7px;
    height: 7px;
    top: -4px;
    z-index: 1;
}
.news-item::before {
    left: 0;
}
.news-item::after {
    right: 0;
}

.news-item h1 {
    font-size: 0.8rem;
}
.news-item h2 {
    margin: 1.2em 0 1.5em 0;
    font-size: 1.0rem;
}

.news-item h1 {
    margin: 0 0 1em 0;
    font-size: 0.8rem;
}
.news-item h2 {
    margin: 0 0 1.2em 0;
    padding: 0 0 1.2em 0;
    font-size: 1.1rem;
}

.pic {
    margin: 1.5em 0;
    flex-wrap: wrap;
}
.pic span {
    width: 100%;
    margin: 0 5px 10px 5px;
}
.newsYT {
    margin: 1.5em 0;
}

.ct-onair h1 {
    font-size: 1.0rem;
}
.oa-list {
	margin: 20px 0 20px 0;
}
.oa-list i::before, .oa-list i::after,
.ms-line::before, .ms-line::after {
    width: 5px;
    height: 5px;
    bottom: -2px;
}
.oa-list div {
	padding: 0 1em;
	font-size: 0.85rem;
    letter-spacing: 0.05em;
}
.oa-list div span p {
    margin: 0.3em 0 0 0;
    font-size: 0.6rem;
	letter-spacing: 0.03em;
	line-height: 1.4em;
}
.oa-str {
	margin: 20px 0 30px 0;
}
.oa-str:nth-last-of-type(1) {
    margin: 20px 0 0 0;
}
.oa-str div {
    width: calc((100% / 2) - 10px);
	margin: 0 5px 10px 5px;
}
.oa-str div span {
	padding: 0.9em 0.5em 0.7em;
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.ms-title {
	margin: 0 0 20px 0;
}
.ms-title p {
	font-size: 1.0rem;
}
.ms-item h1 {
	font-size: 1.2rem;
	line-height: 1.5em;
}
.ms-item h1 p {
	margin: 0.9em 0 0 0;
	
	font-size: 0.8rem;
    line-height: 1.5em;
}
.ms-item.blr h1 {
    padding: 70px 0 0 0;
}
.ms-item h2 {
	margin: 1.5em 0 0 0;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}
.ms-aw {
    width: 100%;
	margin: 0 auto 20px auto;
}

.msBT-wrap {
	margin: 12px 0 40px 0;
}
.msBT-wrap div {
    width: calc(50% - 5px);
	margin: 0 10px 0 0;
}
.msBT-wrap div:nth-last-of-type(1) {
    margin: 0;
}
.msBT-wrap div span {
	padding: 0.8em 0 0.8em;
	font-size: 0.8rem;
}
.msBT-wrap.CTG div {
    width: calc(30% - 5px);
}
.msBT-wrap.CTG div span {
	padding: 0.6em 0 0.5em 0;
	font-size: 0.8rem;
	letter-spacing: 0.01em;
}
.ms-main {
	margin: 20px 0 0 0;
}
.ms-main section:nth-of-type(1) {
    width: 100%;
}
.ms-main section:nth-of-type(2) {
    width: 100%;
	padding: 0;
}

.ms-main section:nth-of-type(1) div {
	margin: 0 0 30px 0;
}
.ms-main h3 {
	margin: 0 0 15px 0;
	text-align: center;
}
.ms-main h3.sdt {
	margin: 30px 0 15px 0;
}
.ms-main h3 span {
	padding: 0 1.3em;
	font-size: 0.9rem;
}
.ms-main h3:nth-of-type(n+2) {
    margin: 30px 0 15px 0;
}
.ms-main p {
	font-size: 0.8rem;
}
.ms-dotline {
    height: 2px;
	margin: 30px 0;
}
.ms-dotline.sht {
    height: 2px;
	margin: 15px 0 20px 0;
}
.ms-line {
	margin: 50px 0 0 0;
}
.ms-line::before, .ms-line::after {
    width: 5px;
    height: 5px;
    bottom: -2px;
}
.ms-work {
	font-size: 0.8rem;
}
.ms-work h4 {
	margin: 0;
	font-size: 0.9rem;
    letter-spacing: 0.06em;
}
.ms-work > div {
	margin: 0 0 1.2em 0;
}
.ms-work > div span:nth-of-type(1) {
    width: 95px;
}
.ms-work > div span:nth-of-type(2) {
    width: calc(100% - 95px);
}
.ms-work > div span p {
    width: 75px;
	font-size: 0.9em;
}
.ms-work.blr > div span:nth-of-type(1) {
    width: 110px;
}
.ms-work.blr > div span:nth-of-type(2) {
    width: calc(100% - 110px);
}
.ms-work.blr > div span p {
    width: 90px;
	font-size: 0.9em;
}
.blr-note {
	font-size: 0.7rem;
}
.bnf-wrap {
	margin: 10px 0 0 0;
}
.bnf-wrap h5 {
	margin: 0 0 1em 0;
	font-size: 0.8rem;
}
.bnf-wrap > div {
    width: calc((100% / 3) - 10px);
	margin: 0 10px 18px 0;
	font-size: 0.6rem;
}
.bnf-wrap > div:nth-of-type(5n) {
    margin: 0 10px 18px 0;
}
.bnf-wrap p {
	font-size: 0.6rem;
}

.blr-bnf {
	margin: 30px 0 0 0;
}
.blr-bnf section {
    width: calc(50% - 15px);
	margin: 0 0 25px 0;
}
.blr-bnf section:nth-of-type(2n) {
    margin: 0 0 25px 15px;
}
.blr-bnf section h3 {
	margin: 0 0 0.6em 0;
	font-size: 0.8rem;
}
.blr-bnf section p {
	margin: 0 0 1em 0;
	font-size: 0.7rem;
	line-height: 1.6em;
}
.blr-bnf section > span {
	margin: 0 0 0.7em 0;
	padding: 0.2em 0.2em 0.1em;
	
	font-size: 0.7rem;
}
.blr-bnf section figure {
	margin: 0 0 15px 0;
}
.bnfBT span {
	padding: 0.6em 0 0.5em;
	font-size: 0.8rem;
}

.epsMN-wrap, .kwMN-wrap {
    margin: 0 0 20px 0;
}
.swiper-container.swiper_ST {
    border-width: 5px;
	box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.3);
}
.slider-thum {
    margin: 15px 0 0 0;
}
.epsMN-wrap div, .kwMN-wrap div {
    width: calc((100% / 4) - 8px);
    margin: 0 4px 8px 4px;
}
.epsMN-wrap div span, .kwMN-wrap div span {
    padding: 0.7em 0 0.6em 0;
}
.epsMN-wrap div span p, .kwMN-wrap div span p {
    font-size: 0.68rem;
    letter-spacing: 0;
}
.epsMN-wrap section, .kwMN-wrap section {
    margin: 12px 0 12px 0;
}
.epsMN-wrap section:nth-of-type(1), .kwMN-wrap section:nth-of-type(1) {
    margin: 0 0 12px 0;
}
.epsMN-wrap section h6, .kwMN-wrap section h6 {
	font-size: 0.8rem;
}
.str-txt {
    margin: 30px 0 0 0;
}
.str-title {
    margin: 0 0 30px 0;
}
.str-title span {
	font-size: 0.9rem;
    letter-spacing: 0.05em;
}
.str-title h1 {
    font-size: 1rem;
}
.str-title h1::before {
    height: calc(100% + 20px);
    top: -10px;
}
.str-txt p {
    margin: 20px 0 0 0;
    padding: 0 1em;
    font-size: 0.8rem;
}

.kw-item {
    width: calc(100% - 10px);
	margin: 0 auto 45px auto;
}
.kw-item span {
	margin: 0 0 20px 0;
	border-width: 5px;
	box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.3);
}
.kw-item h1 {
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size: 1.2rem;
    transform: translateX(30px);
}
.kw-item p {
    margin: 0 0 0 10px;
    padding: 0 20px;
    font-size: 0.8rem;
}

.szBT {
	margin: 0 0 20px 0;
}
.szBT div {
    width: calc((100% / 2) - 10px);
	margin: 0 5px;
}
.szBT div span {
	height: 50px;
}
.szBT div span p {
	font-size: 1.0rem;
}


}










