@charset 'UTF-8';


/* ==============================COMMON SETTING */

p {
	line-height: 2.2;
	color: #000;
}

.cntBlock {
	background: rgb(244, 244, 244);
}

.textlink {
	text-decoration: underline !important;
}

.textlink:hover {
	text-decoration: none !important;
}

.fnts16 {
	font-size: 1.6rem;
}

.fnts14 {
	font-size: 1.4rem;
}

.fnts12 {
	font-size: 1.2rem;
}

.whiteNEWfnt {
	font-size: 1.1rem;
	line-height: 1;
	display: inline-block;
	margin: 0 0 20px;
	/*! background: #ffb300; */
	padding: 3px 25px 2px;
	color: #f4f4f4;
	border-radius: 16px;
	background: #bb2427;
}

@media screen and (max-width:640px) {
	.fnts16 {
		font-size: 2.6rem;
	}

	.fnts14 {
		font-size: 2.4rem;
	}

	.fnts12 {
		font-size: 2.2rem;
	}

	.whiteNEWfnt {
		font-size: 2.1rem;
	}
}


/* ==============================//COMMON SETTING */
#hdr {}

#hdr_bnr {
	position: absolute;
	/*bottom: 120px;*/
	bottom: -30px;
	left: 0;
	width: 100%;
}

#hdr_bnr .set {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#hdr_bnr .set div {
	margin: 0 5px;
}

#hdr_bnr .set .bnr {
	width: 340px;
}

#hdr_bnr .set .bnr a {
	display: block;
	background: url(../img/sigma/sigma_bnr_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 25px 0 18px;
	transition: all 0.4s ease-out 0s;
}

#hdr_bnr .set .bnr a:hover {
	opacity: 0.9;
}

#hdr_bnr .set .bnr a img {
	display: block;
	margin: 0 auto;
	width: 232px;
}

#hdr_bnr .set .playguide {
	position: relative;
	width: 260px;
}

#hdr_bnr .set .playguide .ttlLabel {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 50px;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.15em;
	padding: 3px 20px;
	line-height: 1.2;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	/*! z-index: -1; */
	width: 160px;
}

#hdr_bnr .set .playguide ul {}

#hdr_bnr .set .playguide ul li {
	display: block;
	margin-bottom: 5px;
}

#hdr_bnr .set .playguide ul li a {
	display: block;
	background: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 4px 0;
	border: 3px solid #fff;
	transition: all 0.4s ease-out 0s;
}

#hdr_bnr .set .playguide ul li a:hover {
	border: 3px solid #a7b9c3;
}

#hdr_bnr .set .playguide ul li a:hover {}

#hdr_bnr .set .playguide ul li a img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#hdr_bnr .set .playguide {
		position: relative;
		width: 200px;
	}
}


/* ==============================PROFILE SETTING */

#profile {
	padding: 0 40px 20px;
}

#profile h2 {
	font-family: 'PT Sans', sans-serif;
	/*or 700*/
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	padding: 80px 0 30px;
	letter-spacing: .3rem;
}

#profile .twbtn {
	position: relative;
	display: inline-block;
	width: 200px;
	margin: 40px 0 0 35px;
	padding: 20px 0;
}

#profile .twbtn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	margin: auto;
	content: '';
	background: url(../img/tw_btn.png) no-repeat;
}

#profile .twbtn:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

#profile .plof_visual {
	width: 85%;
	margin: 0 auto 30px;
}


/* ==============================//PROFILE SETTING */


/* ==============================MOVIE SETTING */

#movie {
	margin: 60vh 0 0 0;
	padding: 0 0 80px;
}

#movie h2 {
	font-family: 'PT Sans', sans-serif;
	/*or 700*/
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	padding: 120px 0 60px;
	letter-spacing: .3rem;
}

#movie .movie_cover {
	margin: 0 0 60px 0;
}

#movie .movie_area {
	width: 640px;
	height: 365px;
	margin: 0 auto 40px;
}

#movie .movie_area iframe {
	width: 100%;
	height: 365px;
}

#movie .song_ttl a {
	display: inline-block;
	padding: 5px 60px;
	border: 1px solid #000;
	background: #f4f4f4;
}

#movie .song_ttl a:hover {
	color: #f4f4f4;
	background: #000;
}


/* ==============================//MOVIE SETTING */


/* ==============================RELEASE SETTING */

#release {
	margin: 60vh 0 0 0;
	padding: 0 40px 120px;
}

#release h2 {
	font-family: 'PT Sans', sans-serif;
	/*or 700*/
	font-size: 5.5rem;
	font-weight: 400;
	line-height: 1;
	padding: 100px 0 60px;
}

#release h2 span {
	font-size: 4rem;
}

#release h3 {
	font-family: 'PT Sans', sans-serif;
	/*or 700*/
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .5rem;
}

#release h3.txt_jp {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
}

#release .release_text {
	width: 925px;
	margin: 0 auto 40px;
	padding: 50px;
	text-align: left;
	border: 1px solid #898989;
}

#release .column {
	display: inline-block;
	vertical-align: top;
}

#release .title_block {
	margin-bottom: 4em;
}

#release .album_ttl {
	font-size: 1.2rem;
	padding: 5px 0 10px;
	letter-spacing: 1.5rem;
}

#release .left_block {
	width: 400px;
	margin: 0 60px 0 0;
}

#release .left_block .img {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #000;
}

#release .left_block .img img {
	display: block;
}

#release .left_block .img::before {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: url(/common/img/blank.gif);
}

#release .left_block .img.flex {
	border: none;
}

#release .left_block .img.flex img {}

#release .left_block .img.flex::before {
	display: none;
}

#release .left_block .img.flex dl {}

#release .left_block .img.flex dl dt {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #000;
}

#release .left_block .img.flex dl dt::before {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: url(/common/img/blank.gif);
}

#release .left_block .img.flex dl dt img {}

#release .left_block .img.flex dl dd {
	padding: 0;
	margin: 6px 0 25px;
	text-align: center;
	font-size: 90%;
}

#release .right_block {
	padding: 30px 0 0;
}

#release .song_ttl {
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0 20px 0 0;
	padding: 5px 0;
}

#release .right_block .floatbox {
	float: left;
}

#release .right_block ul.song_list {
	padding: 0 0 0 30px;
	border-left: 1px solid #000;
}

#release .song_list li p {
	line-height: 2;
}

#release .song_list+.comment {
	line-height: 1.6;
	clear: both;
	padding-top: 30px;
}

#release .song_list+.comment a {
	text-decoration: underline;
	color: #000;
}

#release .song_list+.comment a:hover {
	text-decoration: none;
}

#release .plusInfo {
	clear: both;
	margin: 50px 0 0;
	padding: 40px 0 0;
	text-align: center;
	border-top: 1px solid #000;
}

#release .plusInfo p {
	margin-bottom: 0.6em;
}

#release .plusInfo .label {
	margin-bottom: 1.2em;
}

#release .plusInfo .label i {
	font-size: 90%;
	font-style: normal;
	display: inline-block;
	padding: 5px 20px;
	letter-spacing: .1em;
	border: 1px solid #000;
}

#release .plusInfo ul.tracklist {
	width: 720px;
	margin: 0 auto 30px;
}

#release .plusInfo ul.tracklist li {
	display: inline-block;
}

#release .plusInfo ul.tracklist li::after {
	display: inline-block;
	margin: 0 .6em 0 .8em;
	content: '/';
}

#release .plusInfo ul.tracklist li:last-child::after {
	display: none;
}

#release .set {
	width: 70%;
	margin: 0 auto;
}

#release .set .youtube {
	position: relative;
	/*padding: 30px 0 44.15%;*/
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0 0 20px 0;
	padding: 0 0 56.25%;
	/*! border: 1px solid #040000; */
}

#release .set .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#release .set .ttl {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 auto;
	text-align: center;
	color: #f4f4f4;
}

#release .set .ttl span {
	font-size: 80%;
}

#release .set .ttl a {
	color: #f4f4f4;
	/*! text-decoration: none; */
}

#release .other_link {
	line-height: 1;
	display: inline-block;
	margin: 1.5em auto;
}

#release .other_link a {
	line-height: 1.4;
	display: block;
	width: 340px;
	margin: 0 auto;
	padding: 8px 20px 12px;
	text-align: center;
	color: #f4f4f4;
	border: 1px solid #000;
	background: #000;
}

@media screen and (max-width: 640px) {
	#release .other_link a {
		width: 100%;
		margin: 0 auto;
	}
}

#release .other_link.orange a {
	border: 1px solid #995e00;
	background: #995e00;
}

#release .other_link a:hover {
	color: #000;
	background: #f4f4f4;
	border: 1px solid #000;
}

#release .other_link a.under_btn {
	margin-top: 10px;
}

#release .reserve-sp {
	margin-top: 20px;
}

#release .reserve-sp dt {
	display: inline-block;
	margin: 0 auto 10px;
	padding: 0 10px;
	border-bottom: 1px solid #000;
}

#release .reserve-sp dt:nth-of-type(2) {
	margin-top: 25px;
}

#release .reserve-sp dd {
	margin: 0;
}

#release .reserve-sp dd em {
	font-style: normal;
	font-size: 90%;
	color: #ff7070;
	display: inline-block;
	margin: 0 auto 6px;
}

#release .sp-img {
	margin-top: 10px;
}

#release .sp-img img {
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
}

/* ==============================//RELEASE SETTING */


/* ==============================TOPICS SETTING */

#topics {
	margin: 0;
	/*padding: 0 40px 40px;*/
	padding: 70px 40px 40px;
}

#topics h2 {
	font-family: 'PT Sans', sans-serif;
	/*or 700*/
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	padding: 30px 0 60px;
	letter-spacing: .3rem;
}

#topics .topics_text {
	font-size: 1.4rem;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid #898989;
	position: relative;
}

#topics .topics_text b {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

#topics .topics_text .other_note {
	font-size: 90%;
	line-height: 1.5;
	display: inline-block;
}

#topics .topics_text .anchorLink {
	position: absolute;
	width: 1px;
	height: 1px;
	top: -30px;
	left: 0;
	z-index: -10000;
	opacity: 0;
}

#topics .topics_text.last {
	padding-bottom: 0;
	border-bottom: none;
}

#topics .topics_text>a:link {
	color: #6f6f6f;
	text-decoration: underline;
	transition: none;
}

#topics .topics_text>a:hover {
	color: #a40f0f;
	text-decoration: none;
}

#topics .topics_text .notice {
	line-height: 1.6;
	display: inline-block;
	margin: .8em auto;
	padding: 3px 15px;
	color: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
}

#topics .upday {
	font-size: 1.3rem;
	line-height: 1;
	display: block;
	margin-bottom: 30px;
	color: #898989;
}

#topics .other_link {
	line-height: 1;
	display: inline-block;
	margin: 1.5em auto;
}

#topics .other_link a {
	line-height: 1.4;
	display: block;
	width: 380px;
	padding: 8px 20px;
	color: #f4f4f4;
	border: 1px solid #000;
	background: #000;
}

#topics .other_link.orange a {
	border: 1px solid #995e00;
	background: #995e00;
}

#topics .other_link a:hover {
	color: #000;
	background: #f4f4f4;
	border: 1px solid #000;
}

#topics .other_link a.under_btn {
	margin-top: 10px;
}

#topics .topics_IMG {
	display: inline-block;
	margin: 25px 0 0 0;
}

#topics .topics_IMG a {
	transition: opacity .3s ease-out 0s;
	opacity: 1;
}

#topics .topics_IMG a:hover {
	opacity: .7;
}

#topics .attentionBlock {
	font-size: 90%;
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
}

#topics .attentionBlock li {
	padding: 0 0 0 16px;
	text-indent: -16px;
}

#topics .attentionBlock li i {
	font-style: normal;
	display: inline-block;
	width: 16px;
	text-indent: 0;
}

#topics .label {
	line-height: 1.4;
	display: inline-block;
	margin: 0 auto .5em;
	padding: 5px 20px;
	color: #f4f4f4;
	border-radius: 6px;
	background: #222;
}

#topics .youtube {
	position: relative;
	/*padding: 30px 0 44.15%;*/
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0 0 20px 0;
	padding: 0 0 56.25%;
	/*! border: 1px solid #040000; */
}

#topics .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.playguide-sigma {
	/*max-width: 340px;*/
	margin: 0 auto;
}

.playguide-sigma .ttlLabel {
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 50px;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.15em;
	padding: 3px 20px;
	line-height: 1.2;
	/*! width: 160px; */
	margin: 0 auto 15px;
	padding: 10px;
}

.playguide-sigma ul {}

.playguide-sigma ul li {
	display: block;
	margin-bottom: 12px;
}

.playguide-sigma ul li a {
	display: block;
	background: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	border: 3px solid #fff;
	transition: all 0.4s ease-out 0s;
}

.playguide-sigma ul li a:hover {
	border: 3px solid #a7b9c3;
}

.playguide-sigma ul li a:hover {}

.playguide-sigma ul li a img {
	display: block;
	margin: 0 auto;
}


.topics_text img {
	display: block;
	margin-inline: auto;
	margin-block: 0;
}

/* ==============================//TOPICS SETTING */


/* ==============================LIVE SETTING */

#live {
	margin: 60vh 0 0 0;
	padding: 0 40px 20px;
}

#live h2 {
	font-family: 'PT Sans', sans-serif;
	/*or 700*/
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	padding: 120px 0 60px;
	letter-spacing: .3rem;
}

#live .live_text {
	font-size: 1.4rem;
	line-height: 2;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 60px;
	padding: 50px 30px;
	border: 1px solid #898989;
	background-color: #f4f4f4;
}

#live .live_text .fntc_red {
	color: #9f2022;
}

#live .live_text .box {
	display: inline-block;
	width: 100%;
	margin: 2em 0;
	padding: 1em 0;
	border-top: 1px dotted #3d3d3d;
	border-bottom: 1px dotted #3d3d3d;
}

#live .live_text .box strong {
	font-size: 85%;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	display: inline-block;
	min-width: 260px;
	margin: 5px auto;
	padding: 3px 20px;
	border: 1px solid #000;
	border-radius: 15px;
}

#live .live_text .box .guestBox {
	line-height: 1.6;
	display: inline-block;
	min-width: 400px;
	margin: 10px auto;
	padding: 18px 30px 15px;
	border: 1px solid #000;
	border-radius: 6px;
	background: #f4f4f4;
}

#live .live_text .box .guestBox strong {
	margin-bottom: 10px;
	border: none;
	background: #151515;
}

#live .live_text .box .guestBox a {
	display: inline-block;
	margin: 8px 15px 8px;
	text-decoration: underline;
}

#live .live_text .box .guestBox a:hover {
	text-decoration: none;
	color: #f4f4f4;
}

#live .live_text .box .guestBox a i {
	font-size: 80%;
	font-style: normal;
}

#live .live_text em {
	font-size: 105%;
	font-style: normal;
	line-height: 1.6;
	display: inline-block;
	/*color: #F4F4F4;*/
	color: #000;
}

#live .live_text .guest {
	line-height: 1.6;
	display: inline-block;
	margin-top: .8em;
	padding: 3px 15px;
	/*background: #F4F4F4;*/
	color: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
}

#live .buy_link {
	display: inline-block;
	margin: 10px auto;
}

#live .buy_link a {
	display: inline-block;
	width: 340px;
	padding: 6px 0;
	color: #f4f4f4;
	border: 1px solid #000;
	background: #000;
}

#live .buy_link a:hover {
	color: #000;
	background: #f4f4f4;
}

#live .buy_link.soldout em {
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	width: 340px;
	padding: 6px 0;
	border: 1px solid #2c2c2c;
	background: #070707;
}


/* ==============================//LIVE SETTING */


/* ==============================MAP SETTING */

#googleMap {
	width: 925px;
	height: 265px;
	margin: 0 auto;
}

#map_canvas {
	width: 100%;
	height: 265px;
}


/* ==============================//MAP SETTING */

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

	/* ==============================PROFILE SETTING */
	#profile .plof_text {
		font-size: 2rem;
		padding: 0 30px;
		text-align: left;
	}

	/* ==============================//PROFILE SETTING */
	/* ==============================MOVIE SETTING */
	#movie .movie_area {
		width: 85%;
		height: 310px;
		margin: 0 auto 40px;
	}

	#movie .movie_area iframe {
		width: 100%;
		height: 310px;
	}

	#movie .song_ttl a {
		font-size: 1.8rem;
	}

	/* ==============================MOVIE SETTING */
	/* ==============================RELEASE SETTING */
	#release .release_text {
		font-size: 1.8rem;
		width: 90%;
		padding: 50px;
	}

	#release .title_block {
		margin-bottom: 2em;
	}

	#release .album_ttl {
		font-size: 1.6rem;
		padding: 5px 0 20px;
	}

	#release .song_ttl {
		font-size: 1.6rem;
		margin: 0 30px 0 0;
		/*! padding: 5px 0 150px 0; */
	}

	#release .song_list {
		font-size: 1.6rem;
	}

	#release .left_block {
		width: 100%;
		margin: 0;
	}

	#release .right_block {
		margin-top: 30px;
		padding: 0;
		display: block;
	}

	#release .plusInfo {
		text-align: left;
	}

	#release .plusInfo p {
		line-height: 1.8;
		/*! margin-bottom: 2em; */
		letter-spacing: 0;
	}

	#release .plusInfo .label {
		margin-bottom: 1.2em;
	}

	#release .plusInfo .label i {
		font-size: 85%;
	}

	#release .plusInfo ul.tracklist {
		width: 100%;
		margin: 0 auto 50px;
	}

	#release .set {
		width: 100%;
	}

	#release .other_link .sp-size-change {
		width: 100%
	}

	/* ==============================//RELEASE SETTING */
	/* ==============================TOPICS SETTING */
	#topics .topics_text {
		font-size: 2rem;
	}

	#live .buy_link a {
		line-height: 1.4;
		padding: 12px 0;
	}

	#topics .upday {
		font-size: 1.5rem;
	}

	/* ==============================//TOPICS SETTING */
	/* ==============================LIVE SETTING */
	#live .live_text {
		font-size: 2rem;
		padding: 80px 30px;
	}

	#live .buy_link a {
		line-height: 1.4;
		padding: 12px 0;
	}

	/* ==============================//LIVE SETTING */
	/* ==============================MAP SETTING */
	#googleMap {
		width: 100%;
		height: 310px;
		margin: 0 auto;
	}

	#map_canvas {
		width: 100%;
		height: 310px;
	}

	/* ==============================//MAP SETTING */
}

.ing.blank {
	position: relative;
}

.ing.blank::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/common/img/blank.gif);
	background-size: 100% 100%;
}


/* ========== add @2017.10.20 ========== */
.topics_inner_flex {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

.topics_inner_box {
	border: 1px solid #898989;
	padding: 10px 20px;
	margin-bottom: 1.5em;
	text-align: left;
	width: 100%;
}

.topics_inner_box .ttl {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.topics_inner_box>ul {}

.topics_inner_box>ul li {
	text-indent: -18px;
	padding-left: 18px;
}

.topics_inner_box>ul li i {
	width: 18px;
	display: inline-block;
	text-indent: 0;
	font-size: 1.6rem;
}

.topics_caption {
	margin-bottom: 1em;
}




/* =========================================================
info200326 ※コロナ関連のお知らせ
========================================================= */
#info200326 {
	border: 1px solid #000;
	border-radius: 8px;
	display: inline-block;
	margin: 0 auto 2em;
	padding: 20px 5%;
	text-align: left;
	line-height: 1.6;
	font-size: 90%;
}

#info200326 p {
	line-height: inherit;
	margin-bottom: 2em;
}

#info200326 b.ttl {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

#info200326 b {
	display: inline-block;
	font-weight: bold;
}

#info200326 .date {
	font-weight: bold;
	margin-bottom: 2em;
}

#info200326 .date li {}

#info200326 .box {
	border: 1px dotted #000;
	display: inline-block;
	border-radius: 4px;
	padding: 10px;
	font-size: 110%;
	margin-bottom: 2em;
}

#info200326 .box .tag {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 95%;
}

#info200326 dl {
	border-top: 1px solid #000;
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
}

#info200326 dl dt {
	border-left: 6px solid #000;
	padding-left: 10px;
	margin-bottom: 10px;
}

#info200326 dl dd {
	margin: 0;
	padding: 0 0 0 15px;
}

#info200326 dl dd .info_box {
	margin-top: 15px;
	display: inline-block;
	background: #e3e3e3;
	padding: 10px 16px;
	border-radius: 4px;
}

#info200326 dl dd .info_box .tag {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 95%;
}

#info200326 dl dd .info_box a {}

#info200326 dl dd ul {}

#info200326 dl dd ul li {
	text-indent: -15px;
	padding-left: 15px;
}

#info200326 dl dd ul li:not(:last-child) {
	margin-bottom: 5px;
}

#info200326 dl dd ul li::before {
	content: "・";
	text-indent: 0;
	display: inline-block;
	width: 15px;
}

#info200326 dl dd a {
	text-decoration: underline;
	display: inline-block;
	transform: translateY(2px);
}

#info200326 dl dd a:visited {
	text-decoration: underline;
}

#info200326 dl dd a:hover {
	text-decoration: none;
}

#info200326 .box_bottom {
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 50px;
}

#info200326 .signature {
	text-align: right;
}

#info200326 .link {
	margin-top: 10px;
}

.info_tel {
	font-size: 85%;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 1em;
}


.schedule-box, .ticket-box {
	border: 1px solid #000;
	border-radius: 8px;
	margin: 0 auto 2em;
	overflow: hidden;
	padding: 0 0 10px;
}

#live .schedule-box {
	border: none;
	margin: 0 auto;
	padding: 0;
}

.schedule-box .ttl,
.ticket-box .ttl {
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1em;
	background: #000;
	color: #fff;
	padding: 15px 20px 10px;
	font-size: 120%;
}

.schedule-box dl {
	border-top: 1px dotted #000;
	padding-top: 0.5rem;
	margin-top: 0.5em;
}

.schedule-box dl:nth-of-type(1) {
	border-top: none;
	padding-top: 0rem;
	margin-top: 0em;
}

.schedule-box dl dt {
	margin: 0.5em 0 0;
	padding: 0;
	text-indent: 0;}

.schedule-box dl dd {
	margin: 0;
	padding: 0;
}

.schedule-box dl dd.time {}

.schedule-box dl dd.price {}

.schedule-box dl dd.info {
	/*font-size: 90%;*/
	line-height: 1.5;
	margin-top: 1em;
}

.border-box {
	border: 1px solid #000;
	padding: 10px 30px;
	margin: 0.5em auto;
	display: inline-block;
}

/* =========================================================
info200410 ※コロナ関連のお知らせ 2
========================================================= */
#info200410 {
	border: 1px solid #000;
	border-radius: 8px;
	display: inline-block;
	margin: 0 auto 2em;
	padding: 20px 5%;
	text-align: left;
	line-height: 1.6;
	font-size: 90%;
}

#info200410 p {
	line-height: inherit;
	margin-bottom: 2em;
}

#info200410 b.ttl {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

#info200410 b {
	display: inline-block;
	font-weight: bold;
}

#info200410 .date {
	font-weight: bold;
	margin-bottom: 2em;
}

#info200410 .date li {}

#info200410 .box {
	border: 1px dotted #000;
	display: inline-block;
	border-radius: 4px;
	padding: 10px;
	font-size: 110%;
	margin-bottom: 1em;
	margin-top: 1em;
}

#info200410 .box .tag {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 95%;
}

#info200410 dl {
	border-top: 1px solid #000;
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
}

#info200410 dl dt {
	border-left: 6px solid #000;
	padding-left: 10px;
	margin-bottom: 10px;
}

#info200410 dl dd {
	margin: 0;
	padding: 0 0 0 15px;
}

#info200410 dl dd .info_box {
	margin-top: 15px;
	display: inline-block;
	background: #e3e3e3;
	padding: 10px 16px;
	border-radius: 4px;
}

#info200410 dl dd .info_box .tag {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 95%;
}

#info200410 dl dd .info_box a {}

#info200410 dl dd ul {}

#info200410 dl dd ul li {
	text-indent: -15px;
	padding-left: 15px;
}

#info200410 dl dd ul li:not(:last-child) {
	margin-bottom: 5px;
}

#info200410 dl dd ul li::before {
	content: "・";
	text-indent: 0;
	display: inline-block;
	width: 15px;
}

#info200410 dl dd a {
	text-decoration: underline;
	display: inline-block;
	transform: translateY(2px);
}

#info200410 dl dd a:visited {
	text-decoration: underline;
}

#info200410 dl dd a:hover {
	text-decoration: none;
}

#info200410 .box_bottom {
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 50px;
}

#info200410 .signature {
	text-align: right;
}

#info200410 .link {
	margin-top: 10px;
}

.info_tel {
	font-size: 85%;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 1em;
}


/*============================
#ticket-attention
============================*/
.ticket-attention {
	border: 1px solid #000;
	border-radius: 8px;
	margin: 0 auto 2em;
	overflow: hidden;
	padding: 0 0 10px;
	background: #fff;
	text-align: left;
}

.attention-modal .ticket-attention {
	border: none;
	/*! margin: 0 auto; */
	border-radius: 0;
	margin-bottom: 0;
}

.ticket-attention .attention-head {
}
.ticket-attention .attention-title {
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1em;
	background: #000;
	color: #fff;
	padding: 15px 20px 10px;
	text-align: center;
}
.ticket-attention .attention-lead {
	border-bottom: 1px solid #000;
	padding: 0 15px 15px;
}

.ticket-attention .attention-link {
	padding: 0 15px;
	text-align: center;
	color: #ff7070;
	font-weight: bold;
}

.ticket-attention .attention-body {
	padding: 20px 15px 0;
}
.ticket-attention dl {
	margin: 0 auto 1.5em;
}
.ticket-attention dl dt {
	margin: 0 0 10px;
	font-weight: bold;
}
.ticket-attention dl dd {
	margin: 0 0 0.8em 0;
}
.ticket-attention dl dd .dd-inner {
	margin: 0.8em 0 0 0;
}
.ticket-attention dl dd b {
	font-weight: bold;
}
.ticket-attention dl dd .red {
	color: #ff7070;
}

.ticket-attention .attention-foot {
	border-top: 1px solid #000;
	padding: 15px;
}
.ticket-attention .attention-note {
}

.ticket-attention .attention-note {
}

.ticket-soldout {
	color: #ff7070;
	border: 1px solid #ff7070;
	border-radius: 4px;
	padding: 5px;
	display: inline-block;
	margin-top: 10px;
}

.ticket-title {
	/*border-radius: 60px;
	background: #000;
	color: #fff;*/
	margin-bottom: 20px;
	padding: 0 8px 8px;
	/*! display: inline-block; */
	border-bottom: 1px dotted #000;
	font-weight: 700;
	font-size: 120%;
}

.ticket-block {
	border: 1px dotted #000;
	border-radius: 8px;
	padding: 25px 15px;
	margin-top: 20px;
}

.ticket-block i {
	font-style: normal;
	font-weight: inherit;
	display: inline-block;
}

.comment-block {
	padding: 15px;
}

.ticket-block:nth-of-type(1) {
	/*border-top: none;*/
}

.ticket-block .ttl {
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1em;
	background: #000;
	color: #fff;
	padding: 15px 20px 10px;
	font-size: 120%;
}

/* Link Button */
.link_btn {

}
.link_btn a {
	line-height: 1.2;
	display: block;
	margin: 0 auto 1em;
	width: 320px;
	padding: 8px 20px;
	color: #f4f4f4;
	border: 1px solid #000;
	background: #000;
}
.link_btn a + a {
	margin-top: 1.2em;
}
.link_btn.color_red a {
	color: #fff;
	border: 1px solid #ff7070;
	background: #ff7070;
}
.link_btn a:link,
.link_btn a:visited {

}
.link_btn a:hover,
.link_btn a:active {
	color: #000;
	background: #f4f4f4;
}
.link_btn.color_red a:hover,
.link_btn.color_red a:active {
	color: #ff7070;
	background: rgba(255, 112, 112, 0.1);
}

/* Modal Window */
.attention-modal {
	position: fixed;
	top: 110vh;
	left: 0;
	z-index: 10000;
	width: 100%;
	min-height: 100vh;
	transition: all 0.6s linear 0s;
	z-index: 9999;
	opacity: 0;
}

@supports (-webkit-touch-callout: none) {
  .attention-modal {
    min-height: -webkit-fill-available;
  }
}

.attention-modal.modal-open {
	top: 0;
	opacity: 1;
}

.attention-modal-cover {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 150vh;
	/*! background: rgba(255,255,255,0.95); */
	cursor: pointer;
	background: rgba(196, 196, 196, 0.95);
}

.attention-modal-inner {
	width: 94%;
	height: 84%;
	max-width: 1200px;
	position: absolute;
	z-index: 2;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #000;
	border-radius: 8px;
	background: #fff;
}

.attention-modal-open {

}

.attention-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10001;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.attention-modal-close::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	top: calc(50% - 1px);
	left: 0;
	transform: rotate(45deg);
}

.attention-modal-close::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	top: calc(50% - 1px);
	left: 0;
	transform: rotate(-45deg);
}

/* -------------------- */
/*@250305 add*/

.group-box {
	border: 1px solid #898989;
	border-radius: 8px;
	padding: 0.6em;
	margin-block: 1.2em;
}

/*.group-box {
	margin-top: 1.2em;
}*/

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


