@charset "utf-8";

/* ##########################################################################
Add Reset
########################################################################## */

ul{list-style:none}

/* ##########################################################################
Setting
########################################################################## */

/* For Links
---------------------------------------------- */

a,a:active,a:visited,a:focus,a:hover{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	color:#F25986;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* For input
---------------------------------------------- */

input,textarea {
	outline: none;
}

textarea {
	resize: none;
}

/* clearfix
---------------------------------------------- */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* Boxsizing
---------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* Image
---------------------------------------------- */

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

.ie8 img {
	width:auto;
}

/* Line Break
---------------------------------------------- */

.line_break{
	display: inline-block;
}

.break_word{
	word-wrap: break-word;
	white-space:normal;
}

.no_break{
	white-space:nowrap;
	word-wrap: normal;
}

/* Bold
---------------------------------------------- */

span.bold{
	font-weight: 700;
}

/* Uppercase
---------------------------------------------- */

span.uppercase{
	text-transform: uppercase;
}

/* ##########################################################################
Frame
########################################################################## */

html {
	-webkit-text-size-adjust: none;
		-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	width: 100%;
	color: #000;
	background-color: #fff;
/*	background-color:#E64682;*/
}

/* Header
---------------------------------------------- */

.header{
	width: 100%;
}
.header_site{
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 4px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}

.header_inner{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 12px;
}

.logo{
	text-align:center;
}

.logo2{
 display:flex;
 display: -webkit-flex;
  width:
  margin:0 auto;
 }
.logo_site{
	float:left;
}
.fullwidth img{
 width: 96%;
 max-width:980px;
 }

.youtube{
 display:flex;
 display: -webkit-flex;
 -webkit-align-items: flex-end;
 align-items:flex-end;
 margin-bottom:30px;
 width:40%;
 }
.youtube iframe{
 width:480px;
 height:270px;
 }
.gnav{
	float: right;
}

.gnav ul{
	padding-top: 16px;
}

.gnav ul li{
	font-size: 13px;
	line-height: 1.0;
	float: left;
	padding: 0 12px;
	border-left: 1px solid #333;
}

.gnav ul li:last-child {
	border-right: 1px solid #333;
}

.gnav ul li a{
	color: #000;
	text-decoration:none;
}

.gnav ul li a:hover {
	color: #B50065;
	text-decoration:underline;
}

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

	.header_inner{
		width: 100%;
		padding: 0;
	}

 .logo2{
  display:flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
  }

	.logo{
		float: none;
		text-align: center;
	width:100%;
	}
	.youtube{
	width:100%;
		text-align: center;
	}
	.youtube iframe{
	margin:1em auto;
	width:560px;
	height:315px;
	box-sizing:border-box;
	}

	.gnav{
		display:none;}
}


/* Footer
---------------------------------------------- */

.footer{
	width: 100%;
	padding-top: 72px;
}

.footer-top-inner{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.footer-nav{
	margin-bottom: 12px;
}

.footer-nav li{
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	padding: 0 12px;
	border-left: 1px solid #E64682;
}

.footer-nav li:first-child{
	border-left: none;
	padding-left: 0;
}

.footer-nav li a{
	color: #E64682;
}

.footer-btm{
	background-color: #E64682;
}

.footer-btm-inner{
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0 12px;
}

.footer-info{
	margin-bottom: 0;
}

.footer-info dl dt{
	font-size: 12px;
	float: left;
    text-align: left;
	color: #fff;
    margin-right: 14px;
}

.footer-info dl dd{
	font-size: 12px;
	overflow: hidden;
	color: #fff;
}

.copyright{
	font-size: 12px;
	text-align: right;
	color: #fff;
    margin-right: 2vw;
}

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

	.footer{
		width: 100%;
		padding-top: 40px;
	}

	.footer-top-inner{
		width: 100%;
	}

	.footer-nav{
		margin-bottom: 0;
		border-left: 1px solid #ddd;
	}

	.footer-nav li{
		float: left;
		width: 50%;
		text-align: center;
		padding: 12px 0;
		border-left: none;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.footer-btm-inner{
		width: 100%;
		padding: 8px 12px 24px;
	}

	.footer-info{
		margin-bottom: 0;
        margin-top: 20px;
	}

	.footer-info dl{
		margin-bottom: 2px;
	}

	.copyright{
		text-align: center;
	}

}

/* Contents
---------------------------------------------- */

.contents{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 40px;
	background-attachment:fixed;
	padding-top: 40px;
}

.contents-index{
	background-image: url(../images/bg.jpg);
}

.contents-page{
	background-image: url(../images/bg_page.jpg);
}

.contents-inner{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

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

	.contents{
		padding-top: 78px;
	}

	.contents-inner{
		width: 100%;
	}
}

/* ##########################################################################
for Home
########################################################################## */

.home{
	background-image: url(../images/main_visual2022.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 830px;
}

.home-contents{
	padding-left: 18px;
	padding-right: 18px;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 24px;
}

.home-information,.home-volunteer{
	float: left;
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
}

.home-information-inner,.home-volunteer-inner{
	border: 1px solid #B50065;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	padding: 16px 20px;
	height: 350px;
}


.home-volunteer-inner .btn{
 }
.home-volunteer-inner .btn a{
 display:block;
 padding:10px;
 text-align:center;
 text-decoration:none;
 background-color:#E64682;
 color:#fff;
 }

.home-information-heading{
	font-size: 16px;
	font-weight: bold;
	color: #B50065;
	border-bottom: 1px solid #B50065;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.home-information-list{
	overflow-y: auto;
	height: 174px;
	margin-bottom: 24px;
}

.home-information-block{
	border-bottom: 1px dotted #999;
	padding: 8px 0;
}

.home-information-block dt{
	width: 120px;
	float: left;
	font-size: 13px;
}

.home-information-block dd{
	overflow: hidden;
	font-size: 13px;
}

.home-sns{
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
}

.home-sns a{
	color: #000;
	display: inline-block;
	text-decoration:none;
	padding: 4px 8px 6px;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 8px;
}

.home-sns a.twitter{
	color: #0085B2;
	border: 2px solid #0085B2;
}
.home-sns a.twitter:hover{
	color: #fff;
	background-color: #0085B2;
}

.home-sns a.instagram{
	color: #5f3c34;
	border: 2px solid #5f3c34;
}
.home-sns a.instagram:hover{
	color: #fff;
	background-color: #5f3c34;
}

.home-sns a i{
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.home-volunteer-heading{
	font-size: 20px;
	font-weight: bold;
	color: #B40065;
	line-height:1.3;
	padding-top:8px;
}

.home-volunteer-subheading{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}

.home-volunteer-list{
	margin-bottom: 12px;
}

.home-volunteer-list li{
	font-size: 14px;
	margin-bottom: 2px;
	position: relative;
	padding-left: 16px;
}

.home-volunteer-list li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #B50065;
	position: absolute;
	top: 7px;
	left: 0;
}

.home-volunteer-wrap{
	overflow: hidden;
	margin-top: 20px;
}

.home-volunteer-text{
	float: left;
	text-align: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #B40065;
}

.home-volunteer-apply{
	float: right;
	text-align: right;
	width: 50%;
}

.home-volunteer-apply a{
	display: inline-block;
	background-color: #B50065;
	color: #fff;
	font-size: 15px;
	line-height: 1,0;
	font-weight: bold;
	padding: 6px 20px;
	border-radius: 8px;
	text-decoration:none;
}

.home-brochure{
	padding-left: 18px;
	padding-right: 18px;
}

.home-brochure-inner{
	border: 1px solid #B50065;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	padding: 16px 20px;
overflow:hidden;
}

.home-brochure-inner-cover{
	float:right;
	width: 168px;
	margin-left: 20px;
}

.home-brochure-heading{
	overflow: hidden;
}

.home-brochure-heading{
	font-size: 16px;
	font-weight: bold;
	color: #B40065;
	margin-bottom: 0.8em;
}

.home-brochure-body .list01{
	margin-bottom: 16px;
}

.home-brochure-body .list01 li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 0.1em;
	position: relative;
	padding-left: 20px;
}

.home-brochure-body .list01 li:before{
	position: absolute;
	top: 11px;
	left: 4px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
}

.home-brochure-body .list02 li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 0.1em;
	position: relative;
	padding-left: 20px;
}

.home-brochure-body .list02 li:before{
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #000;
}

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

	.home{
		background-size: 100%;
		padding-top: 60%;
	}

	.home-contents{
		padding-left: 12px;
		padding-right: 12px;
		margin-left: 0;
		margin-right: 0;
	}

	.home-information,.home-volunteer{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.home-information-inner,.home-volunteer-inner{
		padding: 12px 16px;
		margin-bottom: 12px;
		height: auto;
	}

	.home-information-list{
		height: auto;
		margin-bottom: 12px;
	}

	.home-information-block dt{
		width: auto;
		float: none;
	}

	.home-twitter{
		text-align: center;
	}

	.home-twitter a{
		padding: 12px 52px;
	}

	.home-sns{
		font-size: 12px;
	}

	.home-sns a i{
		font-size: 16px;
		top: 1px;
	}

	.home-volunteer-text{
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 0.4em;
	}

	.home-volunteer-apply{
		text-align: center;
		float: none;
		width: 100%;
	}

	.home-brochure{
		padding-left: 12px;
		padding-right: 12px;
	}

	.home-brochure-inner-cover{
		float:none;
		width: auto;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
	}

}

/* ##########################################################################
for Pages
########################################################################## */

.page{
	background-color: rgba(255, 255, 255, 0.8);
}

.page-header{
	padding-top: 28px;
	padding-bottom: 28px;
	display: table;
	width: 100%;
}

.page-header-l{
	width: 260px;
	display: table-cell;
}

.page-logo{
	text-align: center;
	margin-bottom: 4px;
}

.page-ttl{
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

.page-header-r{
	display: table-cell;
	vertical-align: middle;
}

.page-header-banner,
.page-header-banner-ekispert{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 18px;
}

.page-contents{
	padding-left: 18px;
	padding-right: 18px;
}

.document_link{
	text-align: right;
	margin-bottom: 6px;
}

.document_link a{
	font-size: 14px;
	color: #F25986;
}

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

	.page-header{
		padding-top: 20px;
		padding-bottom: 12px;
		display: block;
	}

	.page-header-l{
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}

	.page-logo{
		margin-bottom: 6px;
	}

	.page-ttl{
		font-size: 24px;
	}

	.page-header-r{
		width: 100%;
		display: block;
		vertical-align: middle;
	}

	.page-header-banner,
	.page-header-banner-ekispert{
		width: 100%;
		display: block;
		text-align: center;
		padding-right: 0;
		padding: 16px 0;
	}

	.page-contents{
		padding-left: 12px;
		padding-right: 12px;
	}

	.document_link{
		text-align: center;
		margin-bottom: 12px;
	}

}

/* タイムて−ブル
---------------------------------------------- */

.timetable-date{
	padding-left: 40px;
}

.timetable-date li{
	display: inline-block;
	padding: 0 12px;
	font-size: 16px;
	line-height: 1.0;
	border-right: 1px solid #000;
}

.timetable-date li a{
	color: #000;
}

.timetable-date li.current a{
	color: #B30065;
}

.timetable-date li:last-child{
	border-right: none;
}

.timetable-lists{
	margin-left: -16px;
	margin-right: -16px;
	font-size: 0;
}

.timetable-list{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 50%;
	margin-bottom: 36px;
	padding-left: 16px;
	padding-right: 16px;
}

.timetable-table{
	width: 100%;
}

.timetable-table th{
	border: 1px solid #ddd;
	color: #B40065;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 4px 20px;
	background-color: #EBEBEB;
}

.timetable-table td{
	border: 1px solid #ddd;
	padding: 2px 20px;
}

.timetable-contents{

}

.timetable-name,.timetable-place,.timetable-map{
	font-size: 13px;
}

.timetable-name{
	width: 50%;
	float: left;
}

.timetable-place{
	width: 50%;
	float: left;
}

.timetable-map a{
	color: #F482A5;
}

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

	.timetable-date{
		padding-left: 0;
		text-align: center;
	}

	.timetable-date li{
		padding: 0 8px;
	}

	.timetable-lists{
		margin-left: 0;
		margin-right: 0;
	}

	.timetable-list{
		display: block;
		font-size: 14px;
		width: 100%;
		margin-bottom: 24px;
		padding-left: 0;
		padding-right: 0;
	}

	.timetable-table th{
		padding: 4px 12px;
	}

	.timetable-table td{
		padding: 4px 12px;
	}

	.timetable-name{
		width: 100%;
		float: none;
	}

	.timetable-place{
		width: 100%;
		float: none;
	}

}

/* 会場案内
---------------------------------------------- */
.map{

}

.map-l{
	overflow: hidden;
}

.map-r{
	width: 682px;
	margin-left: 20px;
	float: right;
}

.map-r img{
	width: 100%;
}

.map-txt{
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 2.0em;
}

.map-cate{
	font-size: 0;
	margin-bottom: 12px;
}

.map-cate li{
	display: inline-block;
}

.map-cate li a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.0;
	margin-right: 2px;
	padding: 8px 12px;
	background-color: #DAEBCB;
}

.map-cate li a:hover,.map-cate li.active a{
	color: #fff;
	background-color: #F15988;
}

.map-place{

}

.map-place-hide{
	display: none;
}

.map-place li{
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding: 4px 0 4px 32px;
	background-repeat: no-repeat;
	background-position: left center;
}

.map-place li a{
	color: #000;
}

.map-place li.map-place1{
	background-image: url(../images/num01.png);
}

.map-place li.map-place2{
	background-image: url(../images/num02.png);
}

.map-place li.map-place3{
	background-image: url(../images/num03.png);
}

.map-place li.map-place4{
	background-image: url(../images/num04.png);
}

.map-place li.map-place5{
	background-image: url(../images/num05.png);
}

.map-place li.map-place6{
	background-image: url(../images/num06.png);
}

.map-place li.map-place7{
	background-image: url(../images/num07.png);
}

.map-place li.map-place8{
	background-image: url(../images/num08.png);
}

.map-place li.map-place9{
	background-image: url(../images/num09.png);
}

.map-place li.map-place10{
	background-image: url(../images/num10.png);
}

.map-place li.map-place11{
	background-image: url(../images/num11.png);
}

.map-place li.map-place12{
	background-image: url(../images/num12.png);
}

.map-place li.map-place13{
	background-image: url(../images/num13.png);
}

.map-place li.map-place14{
	background-image: url(../images/num14.png);
}

.map-place li.map-place15{
	background-image: url(../images/num15.png);
}

.map-place li.map-place16{
	background-image: url(../images/num16.png);
}

.map-place li.map-place17{
	background-image: url(../images/num17.png);
}

.map-place li.map-place18{
	background-image: url(../images/num18.png);
}

.map-place li.map-place19{
	background-image: url(../images/num19.png);
}

.map-place li.map-place20{
	background-image: url(../images/num20.png);
}

.map-place li.map-place21{
	background-image: url(../images/num21.png);
}

.map-place li.map-place22{
	background-image: url(../images/num22.png);
}

.map-place li.map-place23{
	background-image: url(../images/num23.png);
}

.map-place li.map-place24{
	background-image: url(../images/num24.png);
}

.map-place li.map-place25{
	background-image: url(../images/num25.png);
}

.map-place li.map-place26{
	background-image: url(../images/num26.png);
}

.map-place li.map-place27{
	background-image: url(../images/num27.png);
}

.map-place li.map-place28{
	background-image: url(../images/num28.png);
}

.map-place li.map-place29{
	background-image: url(../images/num29.png);
}

.map-place li.map-place30{
	background-image: url(../images/num30.png);
}

.white-popup-block {
  display: block;
  background: #FFF;
  padding: 24px 24px;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
}

.map-popup-map{
	width: 400px;
	float: left;
	margin-right: 40px;
}

.map-popup-info{
	overflow: hidden;
}

.map-popup-place{
	font-size: 22px;
	font-weight: bold;
	color: #F15987;
	margin-bottom: 32px;
}

.map-popup-date{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.map-popup-time{
	margin-bottom: 32px;
}

.map-popup-time dl{
	margin-bottom: 4px;
}

.map-popup-time dl dt{
	float: left;
	width: 76px;
	font-size: 13px;
}

.map-popup-time dl dd{
	overflow: hidden;
	font-size: 13px;
}


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

	.map-r{
		width: 100%;
		margin-left: 0;
		float: none;
		margin-bottom: 20px;
	}

	.map-txt{
		font-size: 14px;
		line-height: 2.0;
		margin-bottom: 2.0em;
	}

	.map-popup-map{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

}

/* 出演者
---------------------------------------------- */

.cast-cate{
	padding-left: 40px;
}

.cast-cate li{
	display: inline-block;
	padding: 0 12px;
	font-size: 16px;
	line-height: 1.0;
	border-right: 1px solid #000;
}

.cast-cate li:last-child{
	border-right: 0px solid #000;
}

.cast-cate li a{
	color: #000;
}

.cast-cate li.current-cat a{
	color: #B40065;
	font-weight: bold;
}

.category-description{
	padding-left: 60px;
	margin-top:1em;
 }

.cast-lists{
	font-size: 0;
	margin-left: -8px;
	margin-right: -8px;
}

.cast-list{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

.cast-list-inner{
	border: 1px solid #ddd;
	padding: 8px;
}

.cast-list-img{
	width: 180px;
	margin-right: 12px;
	float: left;
}

.cast-list-info{
	overflow: hidden;
}

.cast-name{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #B50065;
}

.cast-name a{
	color: #B50065;
}


.cast-name .kana{
	font-size: 13px;
	font-weight: normal;
}

.cast-genre{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.cast-catch{
	font-size: 13px;
}

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

	.cast-cate{
		padding-left: 0;
		text-align: center;
	}

	.cast-cate li{
		padding: 0 6px;
		font-size: 14px;
	}

	.cast-lists{
		margin-left: 0;
		margin-right: 0;
	}

	.cast-list{
		display: block;
		width: 100%;
		margin-bottom: 12px;
		padding-left: 0;
		padding-right: 0;
	}

	.cast-list-img{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
		text-align: left;
	}

}

/* 出演者 詳細
---------------------------------------------- */

.cast-detail{

}

.cast-detail-article{
	border: 1px solid #CBCBCB;
	padding: 16px;
	margin-bottom: 20px;
	position: relative;
}

.cast-detail-inner-img{
	float: left;
	width: 400px;
	margin-right: 24px;
}

.cast-detail-inner-info{
	overflow: hidden;
}

.cast-detail-name{
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #B50065;
}

.cast-detail-name .kana{
	font-size: 13px;
	font-weight: normal;
}

.cast-detail-country{
	font-size: 13px;
	margin-bottom: 1.2em;
}

.cast-detail-genre{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.cast-detail-desc{
	margin-bottom: 40px;
}

.cast-detail-desc p{
	font-size: 13px;
	margin:0 0 1em 0;
}

.cast-detail-desc dt {
	margin:1em 0 0 0;
	font-weight:bold;
}


.cast-detail-date{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.cast-detail-schedule{

}

.cast-detail-schedule li{
	font-size: 13px;
	border-bottom: 1px dotted #bbb;
	padding: 4px 0;
}

.cast-detail-schedule-time{
	margin-right: 12px;
}

.cast-detail-schedule-place{
	margin-right: 12px;
}

.cast-detail-schedule-note{
	margin-right: 12px;
}

.cast-detail-schedule-map{
	font-weight: bold;
}

.cast-detail-schedule-map a{
	color: #F482A5;
}

.cast-detail-banner{
	/* position: absolute;
	top: 16px;
	right: 16px; */
		padding: 32px 0 16px;
}

.cast-detail-paging{
	text-align: right;
}

.cast-detail-paging ul{
	display: inline-block;
	font-size: 0;
}

.cast-detail-paging ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.0;
}

.cast-detail-paging ul li.go-list a{
	color: #fff;
	background-color: #C32F81;
	text-decoration:none;
}

.cast-detail-paging ul li.go-list a {
	color:#FFF;
	background-color:#C32F81;
}

.cast-detail-paging ul li a{
	display: inline-block;
	border: 1px solid #C32F81;
	color: #C32F81;
	padding: 8px 12px;
	text-decoration:none;
}

.cast-detail-paging ul li a:hover {
	color:#FFF;
	background-color:#C32F81;
}

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

	.cast-detail-article{
		padding: 16px;
		margin-bottom: 12px;
	}

	.cast-detail-inner-img{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cast-detail-desc{
		margin-bottom: 24px;
	}

	.cast-detail-banner{
		position: static;
		text-align: center;
		padding: 32px 0 16px;
	}

	.cast-detail-paging{
		text-align: center;
	}

}

/* 出演者 詳細（固定ページも？）
---------------------------------------------- */

.page-common{
	border: 1px solid #CBCBCB;
	padding: 24px;
	margin-bottom: 20px;
}

.page-common dt {
padding: 0 0 0 14px;
margin:2em 0 1em 0;
border-left:5px solid #B50065;
line-height:1.4;
}

.page-common dt:first-child {
margin:0.5em 0 1em 0;
}

/* 見出し
---------------------------------------------- */

.page-common h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 32px;
	line-height: 1.6;
}

/* List
---------------------------------------------- */

.page-common ul{
	margin-bottom: 1.6em;
	padding-left: 1.5em;
}

.page-common ul li{
	list-style-type: disc;
	font-size: 14px;
	margin-bottom: 0.8em;
}

.page-common ul li a{
	color: #000;
}

.page-common ol{
	padding-left: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 1.6em;
}

.page-common ol li{
list-style-type: decimal;
	font-size: 14px;
	margin-bottom: 0.8em;
}

/* dl
---------------------------------------------- */

.page-common dl {
	margin-bottom: 20px;
}

.page-common dl dt {
	font-size: 18px;
	font-weight: bold;

	margin-bottom: 4px;
}

.page-common dl dd {
	font-size: 14px;
	margin-bottom: 16px;
}

/* Winner
---------------------------------------------- */

.winner-txt{
	margin-bottom: 32px;
}

.winner-wrap{
	font-size: 0;
	margin-left: -20px;
	margin-right: -20px;
}

.winner-block{
	display: inline-block;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	font-size: 14px;
	vertical-align: top;
}

.winner-block-inner{
	width: 100%;
	text-align: left;
}

.winner-block-inner h3{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.winner-block-inner img{
	margin-bottom: 20px;
}

.winner-block-inner p{
	font-size: 16px;
}

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

	.winner-wrap{
		margin-left: 0;
		margin-right: 0;
	}

	.winner-block{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 28px;
	}

}

/* 宮田追加
----------------------------------------*/

.policy dt {
	border-top:2px solid #B50065;
	border-bottom:1px dotted #CCC;
	margin:2em 0 1em 0;
	padding:4px 0;
	font-size:16px;
}


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

スマホメニュー

----------------------------------------------- */
.sp_menu {
  display: none;
width: 100%;
  font-size: 16px;
margin: 0 auto 4px auto;
border-top: 1px solid #B50065;
}

.sp_menu a {
color: #B50065;
display: block;
padding: 0.5em 1em 0 1em ;
  text-decoration :none;
}

.spmenu{
width: 90%;
margin: 0 auto 1em auto;
  display: none;
  padding: 2px 0;
}

.spnav{
}

.spnav > li{
  font-size: 13px;
  line-height: 1.0;
  text-align: left;
  margin-bottom: 3px;
}

.spnav > li > a{
  display: block;
  padding: 14px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #B50065;
}

.spnav > li > a:hover {
color: #FFF;
background-color: #B50065;
}

.spnav > li > ul {
  margin-top: 3px;
  display: none;
  background-color: #FFF;
}

.spnav > li > ul > li{
  font-size: 13px;
  line-height: 1.0;
  text-align: left;
  margin-bottom: 3px;
}


@media screen and (min-width: 768px) {
  .spmenu {
  display: none !important;
  }
}

@media screen and (max-width: 767px) {
	.sp_menu {
	display: block;
	}
}

@media screen and (min-width: 768px) {
 .home-brochure-inner-info{
  position:relative;
  }
 .home-brochure-inner-info .home-volunteer-apply{
  position:absolute;
  bottom:0;
  right:0;
  }
}
.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff66ff 60%);
}
