@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	box-sizing: border-box;
	
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body#enjoyment ul#pathNav {
  background: #eeeeee;
  z-index: 2;
}
.background{
	content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: url("https://www.bs11.jp/enjoyment/anison_days_fes_2019/images/index_bg01.png"); 
  background-size: contain;
	background-position-x: center; 
}
.mainCaption{
	position: relative;
}
.mainCaption p{
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0;
	font-weight: bold;
}
.mainCaption>figure{
	text-align: center;
}
.mainvisual img{
 width: 100%;
}
.main{
  background: #eeeeee;
	margin: 0 15px 60px;
	padding-bottom: 60px ;
}
section{
	margin-bottom: 20px;
}
h4{
	text-align: center;
	padding: 25px;
}
.main section:first-of-type h4{
	margin-top: 0;
}
.flexCast,
.flexGuest{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flexCast li,
.flexGuest li{
	width: 43%;
	margin:0 10px 25px;
}
/*.flexGuest li:last-of-type{
	margin: auto 20px;
}*/
.informationBox{
	padding-bottom: 30px;
	margin: 15px;
	border: 2px solid #333;
}
.informationBox span{
	color: #153785;
}
.informationBox .ticktAttention{
	padding: 10px;
	font-size: 1.2rem;
	text-align:left;
	}
	.ticket::after{
		content: "";
		position: relative;
		left: 16px;
		display: inline-block;
		width: 90%;
		height: 2px;
		background: #333;

	}
