@charset "UTF-8";

/* event
---------------------------------------------------------------------------*/
#head-imgslider .slick-track div:nth-of-type(1) {
	background-position: center center !important;
}

#head-imgslider .slick-track div:nth-of-type(2) {
	background-position: left 43% center !important;
}

/* movie-box youtube
------------------------------------*/
.movie-box {
	position: relative;
	margin: 80px auto 60px;
	padding-top: 10px;
}

.movie-box .movie-title {
	width: 100%;
	position: absolute;
	top: -45px;
	left: 0;
	text-align: center;
}

.movie-box .movie-title img {
	position: relative;
	bottom: -130px;
	width: 340px;
	margin-left: 5px;
}

/* .slide-area
------------------------------------*/
.movie-box .slide-area {
	background: #fff;
	border: 15px solid #fff;
	width: 92%;
	margin: 0 auto;
	z-index: 10;
}

.movie-box .slide-area img {
	width: 100%;
}

/* character
------------------------------------*/
.movie-box .character1,
.movie-box .character2 {
	display: none !important;
	/*opacity: 0;
	position: absolute;*/
}

/*.movie-box .character1 { top:193px; left:52px; }
.movie-box .character2 { top:357px; right:41px; }*/


/* event-box
---------------------------------------------------------------------------*/
.event-box figure {
	margin: -5px -5px 30px;
}

.event-box div.event-box-right {
	position: relative;
}

.event-box div.event-box-right .title-sholder {
	display: block;
	margin-bottom: 3px;
	color: #F39800;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.event-box div.event-box-right .event-title {
	margin: 0 0 13px;
	color: #F39800;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.event-box div.event-box-right .character3 { position: absolute; top: -60px; right: 0; }
.event-box div.event-box-right .character3 img { width: 60px; }
.event-box div.event-box-right .character4 { position: absolute; top: -60px; right: 5px; }
.event-box div.event-box-right .character4 img { width: 60px; }
.event-box div.event-box-right .character5 { position: absolute; top: -64px; right: 5px; }
.event-box div.event-box-right .character5 img { width: 54px; }

.event-box .event-info {
	margin: 30px 0 0;
}

.event-box .event-info .tit {
	font-size:16px;
	line-height:1;
	color:#F39800;
	letter-spacing:2px;
}

.event-box .event-info .tit:before {
	content:'■';
	padding-right:4px;
}

.event-box .event-info dl {
	background: #FDF9E0;
	margin: 0 -5px;
	padding: 28px 25px 25px;
}

.event-box .event-info dl dt {
	margin-bottom:13px;
}

.event-box .event-info dl dt em {
	display: block;
	margin-bottom: 14px;
	padding-bottom: 2px;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
}

.event-box .event-info dl dt strong {
	color: #F39800;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.event-box .event-info dl dt strong a {
	color:#F39800;
}

.event-box .event-info dl dd {
	padding: 0;
	font-size: 13px;
	line-height: 1.75;
	letter-spacing: 0.06em;
	text-align: justify;
}

.event-box .event-info dl dd:last-child {
	padding-bottom:0;
}

.event-box .event-info dl dd a {
	text-decoration:underline;
}

.event-box .event-info dl dd .near-link {
	margin-top: 25px;
	margin-bottom: 0;
	line-height: 1.6;
}

.event-box .event-info dl dd .near-link:last-child {
	margin-bottom:0;
}

.event-box .event-info dl dd .near-link + .near-link {
	margin-top:5px!important;
}

.event-box .event-info dl dd .near-link a {
	display: block;
	text-decoration: none;
	background: #f39800;
	color: #fff;
	width: inherit;
	padding: 10px 20px 8px;
	font-size: 13px;
	border-radius: 3px;
}

.event-box .event-info dl dd p:not(:last-of-type) {
	margin-bottom: 12px;
}

.event-box .event-info dl dd p br {
	display: block !important;
}