@charset "UTF-8";
* {
	line-height: 1.8em;
}
/* ================ */
/* 汎用             */
/* ================ */
/* リンクの色 */
a:link { color: #2eb85c }
a:visited { color: #206035 }
a:hover { color: #c71585 }
a:active { color: gray }
/* テキスト寄せ */
.ta__right {
	text-align: right;
}
/* ボックス */
.w__340p {
	width: 340px;
}

#menu_info a {
	color: #faeb9e;
	font-weight: bold;
}

html {
	height: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
	background-color: #e6e4e9;
	height: 100%;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
}

/* 文字の画像置き換え */
.text_hidden {
	display: none;
}

/* トップ画像 */
#header {
	margin-top: 50px;
}

#header .header_top {
	position:relative;
	padding-top: 10px;
	width: 100%;
	height: 700px;
	background: #000 url('../images/header_bg.jpg') center center no-repeat;
	background-size: 920px 614px;
}
#header .header_bottom {
	margin-bottom: 100px;
	width: 100%;
	height: 210px;
	background: linear-gradient(to bottom, #000 30%, transparent);
}

.top_msg {
	display: none;
}
.top_msg.on {
	display: block;
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: url("../images/top_msg_bg.png") bottom;
	z-index: 10;
}
.top_msg.on .top_msg_main {
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	text-align: center;
}
.top_msg.on .top_msg_main.high {
	background: rgba(255,255,255,.8);
	border: 3px solid #c00;
	border-radius: 6px;
	box-sizing: border-box;
}
.top_msg.on .top_msg_main a {
	display: block;
	/* color: #fff; */
	color: #c00;
	background-color: transparent;
	border-radius: 4px;
	transition-duration: 0.2s;
}
.top_msg.on .top_msg_main a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	transition-duration: 0.2s;
}
.top_msg.on .top_msg_main .hot {
	display: inline-block;
	margin: 3px 10px 3px 3px;
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
	background-color: #c00;
	border-radius: 16px;
}
h1 {
	position: relative;
	left: 0;
	width: 378px;
	height: 112px;
	background-image: url("../images/h1.png");
	background-repeat: no-repeat;
}
#h1_caption {
	position: relative;
	left: 0;
	width: 378px;
	height: 106px;
	background-image: url("../images/h1_caption_.png");
	background-repeat: no-repeat;
}

/* h2画像置き換え */
#h2_profile {
	margin: 0 0 30px -30px;
	width: 660px;
	height: 60px;
	background-image: url("../images/h2_profile.png");
	background-repeat: no-repeat;
}
#h2_news {
	margin: 0 0 30px -30px;
	width: 660px;
	height: 60px;
	background-image: url("../images/h2_news.png");
	background-repeat: no-repeat;
}
#h2_schedule {
	margin: 0 0 30px -30px;
	width: 660px;
	height: 60px;
	background-image: url("../images/h2_schedule.png");
	background-repeat: no-repeat;
}
#h2_archive {
	margin: 0 0 30px -30px;
	width: 660px;
	height: 64px;
	background-image: url("../images/h2_archive.png");
	background-repeat: no-repeat;
}
#h2_email {
	margin: 0 0 30px -30px;
	width: 660px;
	height: 60px;
	background-image: url("../images/h2_email.png");
	background-repeat: no-repeat;
}

/* 本文修飾 */
h3 {
	padding: 0 0 0.5em 1em;
	line-height: 100%;
	font-family: sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #a23fb4;
	text-shadow: 2px 2px 3px #fff;
	text-indent: -1.5em;
}
#news h3 {
	padding: 0 0 0.5em 1em;
	line-height: 100%;
	font-family: sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #a23fb4;
	text-shadow: 2px 2px 3px #fff;
	text-indent: -1.5em;
}
#news h3::before {
	content: "■";
	display: inline;
	margin-right: 0.5em;
}

h4 {
	padding: 0.5em 0;
	color: #a23fb4;
}
p {
	margin: 0 0 1em 0;
}
.newred {
	margin-right: 0.5em;
	padding: 3px;
	color: #fff;
	font-size: small !important;
	font-weight: bold;
	background-color: #c00;
	border-radius: 3px;
}

/* ナビゲーション */
#menu {
	position: fixed;
	left: 0;  /*IE7対策*/
	bottom: 0;
	padding: 20px 0 10px;
	width: 100%;
	height: 210px;
	color: #fff;
	text-align: left;
	background-image: url("../images/menu_bg.png");
}
#menu_wrap {
	width: 900px;
	margin: 0 auto;
	height: 100%;
}
#menu ul{
	float: left;
}
#navi{
	padding: 26px 20px 20px;
	width: 120px;
}
#navi li a {
	display: block;
	width: 100%;
}
#menu_info {
	width: 700px;
	height: 150px;
	padding: 5px 10px;
	overflow:auto;
}
#menu_info li {
	padding-left: 12px;
	color: #fff;
}
#menu_info p::before {
	content: '♪';
	display: inline-block;
	margin-right: 6px;
	text-indent: -1em;
}
#menu_info p {
	padding-left: 1em;
	line-height: 20px;
	font-size: 12px;
	text-indent: -7px;
}
#menu_info p.special_topic{
	line-height: 24px;
	font-size: 16px;
}
#navi li {
	margin-bottom: 8px;
	padding-left: 8px;
	color: #fff;
	background-color: #697ED3;
	border-radius: 4px;
	border-left: 10px solid #98a3cd;
	transition-duration: 0.3s;
}
#navi li:hover {
	background-color: #69b5d3;
	transition-duration: 0.3s;
}
#navi li:last-child {
	background-color: #c4b287;
}
#navi li:last-child:hover {
	background-color: #d3b369;
}
#navi li a{
	color: #fff;
}
#menu h2 {
	float: left;
	margin: 20px 0 8px;
	padding: 2px 8px;
	padding-left: 8px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px #fff solid;
	transition-duration: 0.3s;
	width: 80%;
	font-size: 16px;
}
#menu ul li img {
	float: left;
	margin: 0 0.5em 0 0;
}
#menu span {
	font-size: x-small;
}

/* ボックス */
.contents_box {
	padding: 0 80px 15em;
	text-align: left;
}
.contents_box:last-child {
	padding: 0 80px 40em;
}
.contents_box .event {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:solid 2px #ccc;
}
.contents_box .event:last-child {
	border-bottom:none;
}
.contents_box .event img {
	margin:10px 20px;
}
.contents_box .event h3 span.sub {
	line-height: 80%;
	font-size: 80%;
	color: #c695bc;
}

/* プロフィールボックス */
#profile .content {
	display: flex;
	justify-content: space-between;
}
#profile .content div {
	width: 48%;
	height: 56em;
}
#profile .content p {
	text-indent: 1em;
	margin-bottom: 1em;
	word-wrap: break-word;
	overflow: auto;
}
#profile .content p.no_indent {
	text-indent: 0;
}
#profile .content img {
	margin: 0 1em;
	float: right;
}
ul.musics{
	margin:5px 10px;
}
ul.musics li{
	padding-left:10px;
	background:url("../images/musicIcon.png") left 5px no-repeat;
}
ul.musics li li{
	margin-left:10px;
}
ul.musics li ol li{
	margin-left:20px;
	padding-left:0;
	background:none;
}
ul.musics li p{
	margin:5px 0;
}
.cdtitle{
	margin-bottom:5px;
	padding-left:5px;
	border-left:solid 10px #777C99;
	font-weight:bold;
}
.cdjacket{
	margin:10px;
}
.memo {
	font-size: .7em;
	color: #888;
}
.engMemo {
	margin-left: 10px;
	font-size: .7em;
	color: #888;
}
.topic_memo{
	font-size: .7em;
}
#prize_info div {
	margin-bottom: 20px;
}
#prize_info div p {
	margin:0;
	padding:4px;
	height: 18px;
	line-height: 18px;
	color: #36406D;
	font-weight: bold;
	width: 95%;
	border-radius: 3px;
	background-color: #CCD5F9;
}
#prize_info div.last {
	margin-bottom: 40px;
}

.program {
	margin: 0 0 1em;
}
.program_list_p01 {
	margin-left: 1em;
}
.program_item {
	margin-bottom: 20px;
}
.program_item p.part {
	color: #4c4c4c;
	font-size: 90%;
}
.program_list_p01 p {
	margin: 3px 0;
}
.number:before {
	content:'♪ ';
}
.number {
	margin-left: 1em;
}
.movements {
	margin-left: 2em;
}
.intermission {
	text-align: center;
	color: #888;
	font-weight: bold;
}
.intermission:before {
	content: "------------------------------    ";
}
.intermission:after {
	content: "    ------------------------------";
}
.special_note {
	width: 180px;
    border-radius: 4px;
    background-color: #f2c4cc;
    margin: 10px 0;
}
.special_note:before {
	content: "●";
    display: inline-block;
    width: 24px;
    background-color: #e38292;
    border-radius: 4px;
    text-align: center;
    color: #f2c4cc;
    margin-right: 8px;
}
p.part {
  font-weight: bold;
}
p.performer {
	display: inline;
	font-weight: bold;
	background: linear-gradient(rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0.5) 80%);
}
p.performance_time {
	margin-left: 2em;
}
.column_1 {
	margin: 10px auto;
	width: 40%;
	height: auto;
}
.column_2 {
	float: left;
	margin: 10px 5%;
	width: 40%;
	height: auto;
}
.contents_box .event .column_1 img,
.contents_box .event .column_2 img {
	width: 100%;
	margin: 0;
}

.cf:after {
	clear: both;
	content: " ";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0.1px;
	font-size: 0.1em;
}

#media_list>li {
	padding: 20px;
	border-bottom: solid 2px #ccc;
}

#media_list>li p {
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}

#media_list>li p::before {
	content: "♪ ";
	display: inline;
}

#media_list>li div.fig {
	margin-top: 20px;
	text-align: center;
}

#media_list>li .external_link {
	padding-left: 1em;
}

#media_list>li .external_link a {
	font-weight: bold;
}

#media_list .media_item a {
	font-weight: bold;
}

#media_list .media_item .headline {
	margin-bottom: 10px;
}

#media_list .info {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

#media_list .media_item .detail {
	margin: 10px;
}

#media_list .item_list dt {
	float: left;
	clear: both;
	margin-left: 2em;
	width: calc(20% - 2em);
	font-weight: bold;
}

#media_list .item_list dt::after {
	content: ":";
	display: inline;
	float: right;
}

#media_list .item_list dd {
	float: left;
	margin-left: 1em;
	width: calc(80% - 1em);
}

#media_list .item_list dd ul {
	margin-left: 1em;
}

.top_banner {
	position: absolute;
	left: 65px;
	top: 250px;
	height: 316px;
	width: 274px;
	transition-duration: 0.7s;
	background: url("../images/bnr_newrelease.png?20191219") no-repeat;
	background-size: contain;
}

.top_banner:hover {
	opacity: 0.7;
}

.top_banner a {
	display: block;
	width: 100%;
	height: 100%;
}

.mo_msg_wrap {
	text-align: center;
}

.mo_msg::before {
	content: '';
	position: absolute;
	top: -38px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	border: 18px solid transparent;
	border-bottom-color: #fff;
}

.mo_msg {
	opacity: 0;
	display: inline-flex;
	position: absolute;
	top: 64px;
	left: auto;
	right: auto;
	transform: translateX(-50%);
	padding: 0px 20px;
	line-height: 30px;
	color: #26160d;
	font-weight: bold;
	text-shadow: 1px 1px 12px #d9a88c;
	font-size: 14px;
	background-color: #fff9;
	border-radius: 5px;
	border: 3px solid #fff;
	transition-duration: 0.3s;
}

.mo_msg.mo {
	opacity: 1;
	transition-duration: 0.3s;
}

.line_through {
	color: #888;
	text-decoration: line-through;
}

.line_through .program_item p.part {
	color: #888;
}

.event .important {
	margin-bottom: 20px;
	padding: 20px;
	background: #fdd;
	border: 3px solid #c00;
	border-radius: 6px;
}

.event .important h4 {
	padding-top: 0;
	font-size: 1.2em;
	color: #c00;
}

.event .important h5 {
	padding-top: 0;
	font-size: 1.1em;
}

.event .important p,
.event .important .detail {
	margin: 0 0 1em;
	padding: 0 1em;
	font-size: 1em;
}

.event .important .detail ul.information {
	margin: 0 1em;
	padding: 1em;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.7);
	border-radius: 4px;
}

.event .important .detail ul.information li {
	margin: 0 0 1em 1em;
}

.event .important .detail ul.information li:last-child {
	margin-bottom: 0;
}

.event .important .detail ul.information li p {
	padding: 0;
}

.event .important .detail ul.information li .access {
	margin-left: 1em;
}

.event .full_detail.cancel {
	opacity: .4;
}

@media screen and (max-width: 800px){
}

@media screen and (max-width: 700px){
	/* html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		font-size: 1.2em;
	} */
	#wrapper {
		width: auto;
	}
	#header {
		width: auto;
		height: auto;
		padding-bottom: 170px;
		background-size: contain;
		background-position-y: 40px;
	}
	.top_msg.on {
		padding: 10px 0 26px;
		height: auto;
	}
	.top_msg.on .top_msg_main {
		width: 100%;
		font-size: 0.8rem;
	}
	.top_msg.on .top_msg_main a {
		line-height: 1.4em;
	}
	.mo_msg_wrap {
		display: none;
	}
	.contents_box {
		padding: 0 2% 8em;
	}
	#menu {
		height: auto;
	}
	#menu_wrap {
		width: 100%;
	}
	#navi {
		padding: 26px 2% 0;
		width: 24%;
		box-sizing: border-box;
	}
	#menu h2,
	#menu_info {
		width: 68%;
		box-sizing: border-box;
	}
	h1 {
		width: 75%;
		left: -10px;
		background-size: contain;
	}
	#h2_schedule {
		margin: 0 10px 22px 0;
		width: auto;
	}
}

