h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
}

body {
	padding: initial;
	background: #050505;
	background: #050505 url(img/bg.jpg) center top repeat;
	color: #333;
}
mark {
	background: #c5f2f9;
}

.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}

.justify {
	text-align-last: justify;
}


/* sticky footer */
.site {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-height: 100vh;
}
.main {
	flex: 1 0 auto;
}


/* パンくずリスト */
.breadcrumb-list {
	width: 100%;
	background-color: #73272b;
	background: #050505;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap : wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: .5rem;
	color: #fff;
	font-size: .75rem;
}
.breadcrumb li + li {
	padding-left: .5rem;
}
.breadcrumb li + li::before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	content: "/";
}
.breadcrumb li a {
	color: #fff;
}
@media (min-width: 768px) {
	.breadcrumb {
		margin: 0 auto;
		max-width: 990px;
	}
}


/* title */
.header {
/*	position: -webkit-sticky;
	position: sticky;
	top: 1px;
	margin-top: -1px;
	min-height: 100%;
	transform: translate3d(0, 0, 0);*/
	position: relative;
	background-color: #050505;
	color: #fff;
	text-align: center;
}
.title {
	font-size: 0;
}
.header img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.event-date {
	padding: .3rem;
	background: #fff;
	font-size: 0;
}

@media (max-width: 400px) {
	h1 {
		font-size: 1.3rem;
	}
}
@media (min-width: 401px) and (max-width: 767px) {
	h1 {
		font-size: 1.75rem;
	}
}
@media (min-width: 768px) {
	header {
		padding: 1.5rem 0;
	}
	.title img {
		max-width: 80%;
	}
	.event-date {
		background: transparent;
	}
	.event-date img {
		max-width: 65%;
		background: #fff;
	}
}
/* headerのjs */
.background {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
}


/* コンテンツ */
.main {
	z-index: 2;
	/*background: #050505 url(img/bg.jpg) center top repeat fixed;*/
}
.container {
	/*background: rgba(68, 160, 174, .4); /* #44a0ae */
}
.inner {
	padding: 2rem 1rem;
}
@media (min-width: 768px) {
	.inner {
		margin: 2rem auto 0;
		max-width: 800px;
	}
}

.row {
	margin-bottom: 2rem;
	padding: .5rem 1.5rem;
	background: #fff url(img/paper.jpg) center top repeat scroll;
	border-radius: .3rem;
	line-height: 1.7;
}

h2 {
	margin: 0 auto 1rem;
	padding-top: .7rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid #942320;
	color: #942320;
	font-size: 1.375rem;
	font-family: "Sawarabi Mincho";
	line-height: 1.15;
}
h2:first-letter {
	/*font-size: 1.5em;*/
}

.disc-list {
	list-style-type: disc;
	padding-left: 1.5rem;
}

.circle-list {
	list-style-type: circle;
	padding-left: 1.5rem;
}

b {
	background: linear-gradient(transparent 80%, #f99 0%);
}
em {
	font-style: normal;
	font-weight: bolder;
}
.strong {
	margin: 0 .3rem .5em;
	padding: .5rem .3rem;
	border-radius: .3rem;
	background-color: #f6bfbc;
	color: #e8383d;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.strong span {
	font-weight: normal;
}

/* お知らせ */
.info {
	background: #ffedab;
	color: #942320;
	font-size: 1.1em;
}

/* 中止のお知らせ */
.cancel {
	padding-top: 1.25rem;
	padding-bottom: 1.7rem;
}
.cancel h2 {
	margin-bottom: 1.5rem;
}
.cancel p {
	font-size: 1.125rem;
}
.cancel .signature {
	margin-bottom: 0;
	padding-top: 3rem;
	font-size: 1rem;
	text-align: right;
}
@media (min-width: 768px) {
	.cancel {
		padding: 2rem;
	}
}


/* 概要 */
.flex-row {
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
}
.col2 {
	flex-basis: 50%;
	margin: .5rem;
}
@media (max-width: 767px) {
	.flex-row {
		display: block;
	}
	.flex-row .dl-list {
		margin-bottom: 2.5rem;
	}
}

.col1 {
	margin: 1rem .5rem 2.5rem;
}
.last {
	margin-bottom: 1rem;
}

h3 {
	margin: 0 auto 1rem;
	padding-left: .75rem;
	border-left: .5rem solid #111;
	color: #111;
}

.dl-list {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.dl-list dt {
	float: left;
	clear: both;
	width: 20%;
	padding-bottom: .3125em;
	font-weight: bold;
}
.dl-list dd {
	float: right;
	width: 75%;
	margin: 0;
	padding-bottom: .3125em;
}

.dl-list2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	width: 60%;
	width: auto;
}
.dl-list2 dt {
	float: left;
	float: none;
	clear: both;
	width: 20%;
	width: auto;
	padding-bottom: .3125em;
	font-weight: bold;
}
.dl-list2 dd {
	float: right;
	float: none;
	width: 75%;
	width: auto;
	margin: 0;
	padding-bottom: .3125em;
}
@media (max-width: 420px) {
	.dl-list dt,
	.dl-list dd {
		float: none;
		width: auto;
	}
	.dl-list dt {
		padding-bottom: 0;
	}
	.dl-list dd {
		padding-bottom: .5em;
	}
}
@media (max-width: 767px) {
	.dl-list2 {
		width: auto;
	}
	.dl-list2 dt,
	.dl-list2 dd {
		float: none;
		width: auto;
	}
	.br-clear {
		display: none;
	}
}


/* 出演者 */
.person-1 {
	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-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	margin-bottom: 1em;
	padding: .5em;
	background: #fefefe;
	border: 1px solid #ddd;
	border-radius: .3em;
}
.person-1 img {
	flex: none;
	max-width: 100%;
	height: auto;
	border-radius: .2em;
}
.person-1-text {
	margin: 1.5rem 1rem 0;
	max-width: 100%;
	word-wrap: break-word;
}
.person-1-text1 {
	text-align: center;
}
.person-1-text2 {
	font-size: .8125rem;
}
.person-1 .dt {
	display: inline-block;
	margin-right: 1em;
	padding: .2em 1em;
	background-color: #111;
	color: #fff;
}
@media (min-width: 768px) {
	.person-1 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
		-webkit-box-pack: start;
		   -ms-flex-pack: start;
		 justify-content: start;
	}
	.person-1 img {
		width: 250px;
		height: 250px;
	}
}

.person-2 {
	margin-bottom: 1em;
	background: #fefefe;
	border: 1px solid #ddd;
	border-radius: .3em;
}
.person-2 ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	  -ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
}
.person-2 li {
	width: 50%;
	padding: .5em;
}
.person-2 img {
	max-width: 100%;
	height: auto;
	border-radius: .2em .2em 0 0;
}
.person-2 p {
	margin-bottom: 0;
	line-height: 1.4;
}
.person-2 .dt {
	display: block;
	margin-bottom: .5em;
	padding: .2em 0;
	background-color: #111;
	color: #fff;
}
@media (min-width: 768px) {
	.person-2 ul {
		flex-wrap: nowrap;
	}
}


/* 動画 */
.movie-box {
	padding: 1rem 0 1.5rem;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;

}
.movie video{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.movie-box {
		margin: 0 auto;
		width: 75%;
	}
}


/* 文字の装飾 */
.b {
	font-weight: bold;
}
.x-20 {
	font-size: 2em;
}
.x-15 {
	font-size: 1.5em;
}
.x-125 {
	font-size: 1.25em;
	line-height: 1.15;
}
.wf-sawarabimincho { /* さわらび明朝 */
 font-family: "Sawarabi Mincho", serif;
}
@media (max-width: 767px) {
	.br {
		display: inline-block;
	}
}


/* colophone */
.colophon {
	margin: 0 auto;
	background-color: #050505;
	background: rgba(5, 5, 5, .5);
	color: #fff;
	text-align: left;
}
.colophon-inner {
	margin: 0;
	padding: 1.5rem 1rem;
	font-size: .875rem;
}
.colophon-inner dt {
	margin-top: 1rem;
	color: #b38d1b;
	font-weight: bold;
}
.colophon-inner dt:first-child {
	margin-top: 0;
}
.colophon-inner dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.colophon-inner {
		margin: 0 auto;
		padding: 2em 2rem;
		max-width: 780px;
	}
}


/* footer */
.global-footer {
	background-color: #050505;
}
.copyright {
	margin: 0;
	padding: .5rem;
	color: #fff;
	font-size: .6875rem;
	text-align: center;
}