@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Denk+One|Jockey+One');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');


 
/* =========================================================
* フォント
========================================================= */
body {
font-family: 'Noto Sans Japanese', sans-serif;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

.jockeyOne{
font-family: 'Jockey One', sans-serif;
}
.denkOne{
font-family: 'Denk One', sans-serif;
}

.serif{
 font-family: 'Noto Serif', serif;
}

 /* =========================================================
* レイアウト
========================================================= */
.content-box{
	width: 1200px;
	margin: 0 auto;
}
.content-box.w1000{
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px) {
.content-box,
.content-box.w1000{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.grid-container img{
	height: auto;
	max-width: 100%;
}



 /* =========================================================
* ヘッダー
========================================================= */
.g-navigation{
	background: #fff;
	padding-top: 6px;
	border-bottom: solid 1px rgba(200,183,153,0.3);
}

.g-navigation ul{
	margin: 6px 0 0 0;
	padding: 0;
	
}
.g-navigation ul li{
	list-style: none;
	display: inline-block;
}
.g-navigation ul li a{
	text-decoration: none;
	font-size: 13px;
	padding: 0 0.7em;
	color: #5A4F50;
}
.g-navigation ul li a:hover{
	color: #346596;
}
.g-navigation img{
	max-height: 36px;
}
.g-navigation .g-link{
	text-align: right;
}

.header{
	background: #f8f8f8;
}
.header h1{
	margin: 0 auto;
	line-height: 0;
	clear: both;
}

.navigation{
	background: url("../img/bg_paper.jpg") left bottom repeat #f7f4ed;
	background-size: 600px auto;
	position: relative;
}
.navigation::after{
	content: "";
	display: block;
	width: 1200px;
	height: 2px;
	background: #01408f;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.navigation::after{
		width: 98%;
	}
}
@media screen and (max-width: 768px) {
.navigation::after{
		content: none;
	}
}

.navigation > ul li a{
    font-family: 'Jockey One', sans-serif!important;
	text-decoration: none;
	font-size: 22px!important;
	line-height: 1.1!important;
	letter-spacing: 0.1em!important;
	display: block;
	padding: 15px 5px!important;
	position: relative;
}
.navigation > ul li a::before{
	content:"";
	display: block;
	border-right: solid 1px rgba(197,204,224,0.8);
	position: absolute;
	top:20px;
	left: 0;
	height: 35px;
}
.navigation > ul li ul li a::before{
	content:none;
}

.navigation a:hover{
	color: #01408f;;
}
.navigation ul{
	margin:0 auto;
	width: 100%;
	max-width: 1200px!important;
}
.navigation ul li{
	width: 20%;
	text-align: center;
}
.navigation ul li.logo{
	width: 38%;
	text-align: left;
}
.navigation ul li.logo a::before{
	content:none;
}


.navigation .hover:hover{
	cursor: pointer;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #fff;
}

/*
.navigation ul li:nth-child(1) a{ color: #e8cf6a;}
.navigation ul li:nth-child(2) a{ color: #a8c270;}
.navigation ul li:nth-child(3) a{ color: #9eba9a;}
.navigation ul li:nth-child(4) a{ color: #cd8bb2;}
.navigation ul li:nth-child(5) a{ color: #e5aa80;}
*/
.navigation ul li a span{
	color: #01408f;;
    font-size: 12px!important;
	display: block!important;
	font-family: 'Noto Sans Japanese', sans-serif!important;
	font-weight: 200!important;
}

.navigation ul li ul,
.navigation ul li ul li{
	display: block;
	width: 100%;
}
.navigation ul li ul li a{
	display: block;
	background: #01408f;
	width: 100%;
	font-weight:400;
	font-size: 13px!important;
	line-height: 1.5em!important;
	letter-spacing: 0;
	text-align: left;
	border-bottom: dotted 1px rgba(255,255,255,0.2);
	padding-left: 10px!important;
	color: #fff!important;
}
.navigation ul li b.nolink {
	display: block;
	background: #01408f;
	font-size: 13px!important;
	line-height: 1.5em!important;
	letter-spacing: 0;
	text-align: left;
	padding: 10px 5px 5px 10px!important;
	color: #fff!important;
}

.navigation ul li ul li:nth-child(1) a{
	border-bottom: dotted 1px rgba(255,255,255,0.2);
}

.navigation ul li ul li a b{
	font-weight: bold;
	font-size: 14px;
}



.navigation ul li ul li a:hover{
	color: #fff;
	background: #00316e;
}
.navigation ul li ul{display: none;}

 .back-2017top{
	float: right;
	background: #ffc501;
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: #333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcf32+0,ffc501+100 */
background: #ffcf32; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcf32 0%, #ffc501 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffcf32 0%,#ffc501 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffcf32 0%,#ffc501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf32', endColorstr='#ffc501',GradientType=0 ); /* IE6-9 */
}
 .back-2017top i{
	 font-size: 14px;
 }
 .english{
	float: right;
	padding: 15px 10px 10px 10px;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: #333;
 }
 @media screen and (max-width: 992px) {
	.english{
	float: right;
	padding: 20px 5px;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: rgba(66,54,54,0.8);
 }
 }
 @media screen and (max-width: 768px) {
.header h1 img{
	max-height: 50px;
	width: auto;
	margin: 10px auto;
	display: block;
}
 }
 
@media screen and (max-width: 768px) {
.navigation li.logo{
	display: none!important;
}
.header-inner h1 a{
	display: block!important;
}
.g-navigation{
	text-align: center;
}
.g-navigation .g-link{
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
	display: none;
}
.g-navigation img{
	max-height: 28px;
	margin: 0 auto 4px auto;
}
 .back-2017top{
	float: none;
	display: block;
}
 .back-2017top i{
	 font-size: 14px;
}
.menu-toggle {
	text-align: center;
	font-family: 'Jockey One', sans-serif!important;
}
.navigation ul,
.navigation ul li{
	display: block;
	background: #0a4692;
	width: 100%;
}
.navigation ul li a,
.navigation ul li a span{
	color: #fff!important;
}
.navigation ul li ul li a{
	display: block;
	background: #0a4692;
	width: 100%;
	font-weight:200;
	font-size: 14px;
	letter-spacing: 0;
}
.navigation ul li ul li:first-child{
		border-bottom: none;
}
.navigation ul li ul li b.nolink{
	display: block;
	background: #0a4692;
	width: 100%;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: 0;
}
	
	
	
.navigation ul li ul{display: none;}
.navigation > ul li a::before{
	content:none;
}
	
	
	
}

 /* =========================================================
* フッター
========================================================= */
.footer{
	background: #1d1d1d;
	padding: 20px 10px;
	margin-top: 0;
	color: #ddd;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.6;
}
.footer .copy{
	text-align: center;
	font-size: 11px;
	color: #ccc;
	padding: 20px 0;
}







 /* =========================================================
* トップページ
========================================================= */
.top-main{
	padding: 20px 0px;
	margin: 0 auto;
	background: url("../img/bg_paper.jpg") 0 0 repeat #f7f4ed;
	background-size: 600px auto;
}
.top-main > div{
    margin: 0 auto;
	padding: 10px 0 20px 0;
	width: 1060px;
}
.main-img img{
	width: 100%;
}
.main-img span{
	font-size: 10px;
	color: rgba(76,74,72,0.6);
	text-align: right;
	line-height: 1.4;
	display: block;
	margin: -5px 0 0 0;
	padding-bottom: 20px;
}
.top-main .top-main-txt{
	margin-top: 50px;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}
.top-main .top-main-txt h2{
	margin: 0 0 20px 30px;
	line-height: 0;
}
.top-main .top-main-txt p{
	font-size: 16px;
	line-height: 2.2em;
	padding-bottom: 30px;
	font-weight: 500;
	margin: 0 auto;
}


.top-link{
	margin-top: -40px;
	padding-bottom: 40px;
}
.top-link h3{
	line-height: 1.5em;
	font-size: 15px;
	margin: 10px auto 15px auto;
}
.top-link h3 b{
	font-size: 21px;
	display: block;
	margin-top: 4px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.top-link .grid-container{
	max-width: 1000px;
}
.top-link .grid-container > div{
	padding: 0 30px;
}
.top-link p{
	padding: 0 20px 0 0;
	font-size: 14px;
	max-width: 90%;
	margin: 10px auto;
}
.top-link .link-line{
	border-left: dashed 1px #3C3C3C;
}
.top-link .button-ticket{
	border: solid 10px rgba(255,255,255,0.9);
	background: #119eda;
	color: #fff;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 15px auto 0 auto;
	text-decoration:none;
}
.top-link .button-supporter{
	border: solid 10px rgba(255,255,255,0.9);
	background: #d82f37;
	color: #fff;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}
.top-link  img{
	display: block;
}


/* オンラインで会いましょう　*/
.ttl-online{
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	text-align: center;
}
.ttl-online img{
	height: auto;
}




@media screen and (max-width:1100px) {
.top-main > div{
	width: 100%;
}
.top-link p{
	text-align: left;
}
}
@media screen and (max-width:768px) {
.top-main > div{
    margin: 0 auto;
	padding: 10px 0;
}
.top-main{
	padding: 0px 0px;
}
.top-main .top-main-txt{
	max-width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.top-main .top-main-txt h2{
	margin: 10px 0;
	line-height: 0;
}
.top-main .top-main-txt p{
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom: 15px;
	font-weight: 500;
	margin: 10px 0 20px 0;
	text-align: left;
}
.main-img img{
	width: 90%;
	padding-top: 0px;
	margin: 0 auto;
}
.top-main h2{
	margin: 10px 0 0 0;
	line-height: 0;
}
.top-main{
	text-align: center;
}
.top-main h3{
	margin-bottom: 10px;
}
.top-link img{
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top-program h3{
font-size: 22px;
line-height: 1.4;
color: #c2111b;
}	
	
.top-link p{
	font-size: 13px;
	padding-bottom: 20px 0 30px 0;
	margin-bottom: 30px;
	text-align: center;
}

.top-link .button-ticket{
	color: #fff;
	font-size:18px;
	padding: 6px;
	display: block;
	width: 84%;
	margin: 5px auto;
	text-decoration:none;
}
.top-link .button-supporter{
	border: solid 8px rgba(255,255,255,0.9);
	background: #d82f37;
	font-size: 18px;
	padding: 6px;
	display: block;
	width: 84%;
	margin: 0 auto;
	text-align: center;
	text-decoration:none;
	color: #000;
}
.top-link-button{
	font-size: 60px;
	display: block;
	margin-top: -20px;
}
.top-program h2{
font-size: 26px;
}

}

.button-blueline{
	border: solid 4px #01408f;
	text-decoration: none;
	display: block!important;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
}
.button-blueline:hover{
	border: solid 4px #01408f;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	background: #01408f;
	color: #fff;
}






 /* =========================================================
* 下層ページ
========================================================= */
.page-ttl{
	font-family: 'Jockey One', sans-serif;
	text-decoration: none;
	font-size: 50px;
	padding: 20px 0 30px 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.page-ttl span{
	font-size: 16px;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1;
}
.program {
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.program .film-info{
	padding: 20px 10px 15px 10px;
	margin-bottom: 35px;
	background: #fff;
}

.program h2{
	font-size: 25px;
	background: #CC4244;
	color: #fff;
	padding: 0.5em;
	max-width: 260px;
	text-align: center;
	margin: 0 auto 20px auto;
	position: relative;
}
.program h2::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 66, 68, 0);
	border-top-color: #CC4244;
	border-width: 10px;
	margin-left: -10px;
}

.program h3{
	font-size: 32px;
	margin: 10px 10px 10px 10px;
	line-height: 1.4;
}
.program h3 span{
	font-size: 16px;
	display: block;
	font-weight: 300;
	margin-top: 0;
}

.program h3 .wp{
	font-size: 16px;
	background: rgba(255,210,0,0.9);
	padding: 3px 10px;
	border: solid 2px #000;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.program .special{
	color: #E4495B;
	font-size: 24px;
	letter-spacing: 0.2em;
	display: block;
	border-top: double 3px #E85153;
	border-bottom: double 3px #E85153;
	padding: 10px;
}

.program p{
	line-height: 1.6;
	margin: 10px;
}
.program .flilm-txt{
	line-height: 1.4;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	color: #746768;
	border-bottom: dotted 1px rgba(81,68,68,0.38);

}
.program .time{
	line-height: 1.4;
	font-size: 13px;
	padding: 8px;
	color: #fff;
	background: #01408f;
	width: 200px;
	text-align: center;
	margin: 0 10px 10px auto;
	font-weight: bold;
}

.director-info{
	padding: 10px;
	margin: 5px 0 10px 0;
	background: #f1f0ef;
}
.director-info img.photo{
	float:left;
	max-width: 120px;
	margin: 0 auto;
	padding-right: 20px;
}
.director-info p{
	padding: 0 20px;
	color: #333;
	margin-left: 120px;
	font-size: 14px;
}
.director-info p b{
	display: block;
	margin-bottom: 5px;
}
.director-info p b.name{
	font-size: 18px;
	margin-top: -10px;
}



.btn-trailer{
	background: #F1393C;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.btn-trailer:hover{
	background: #B62B2D;
	color: #fff;
}
.btn-trailer .fa{
	font-size: 20px;
}

.pager .selected {
	background: #119eda;
	border-radius: 50%;
	height: 18px;
	width: 20px;
	text-align: center;
	display: inline-block;
	padding-top: 3px;
}
.pager {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 20px;
	font-weight: bold;
}
.pager a {
	color: #119eda;
}
.pager a:hover {
	color: #fff;
}




@media screen and (max-width:768px) {
.director-info{
	padding: 5px!important;
	margin-bottom: 10px;
	border: solid 1px #E5DFDB;
	background: #fff;
}
.director-info img.photo{
	float:left;
	max-width: 90px;
	margin: 0 auto;
	padding-right: 10px;
	padding-bottom: 10px;
}
.director-info p{
	padding: 0!important;
	margin: 0;
	font-size: 85%;
	color: #5c4f50;
}
.director-info p b.name{
	margin-top: 0px;
}
.director-info p.comment{
	clear: both;
	margin-top: 10px;
}
.btn-trailer{
	margin: 0 0 20px auto;
	display: block;
}
}


.timetable{
	padding-bottom: 40px;
}

.timetable h2{
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	line-height: 1.2;
	font-size: 30px;
}
.timetable .timetable-time{
	padding: 15px 5px;
	font-weight: bold;
	background: #ffd600;
	text-align: center;
	font-size: 20px;
}
.timetable .timetable-film{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	background: #fff;
}
.timetable .timetable-film,
.timetable .timetable-time{
	padding: 15px 10px;
	vertical-align: middle;
	line-height: 1.6;
	min-height: 100px;
	margin: 8px 0;
}
.timetable .timetable-film span.shortfilm{
	display: block;
	font-size: 13px;
}

.timetable .timetable-event{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 4px #f2f0e7;
	background: #fff;
}
.timetable .timetable-event-time{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 4px #f2f0e7;
	background: #f77c82;
}
.timetable .resttime{
	opacity: 0.8;
	font-size: 14px;
}

.timetable a{
	text-decoration: none;
	color: #01408f;
}
.timetable .grid-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.timetable .timetable-film-all{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: #CCDCE9;
}
.timetable .timetable-film-all b{
	display: block;
	font-size: 80px;
	padding: 40px 0;
	color: #3A6BAB;
}
.timetable .break{
	border-bottom: dotted 1px #A19797;
	text-align: center;
	color: #777777;
}

.timetable .short{
	background: rgba(0,0,0,0.2);
	padding: 20px 10px 0 10px;
}
.timetable .short .timetable-time{
	background: #fff;
}




.ticket h2{
	background: #fff;
	text-align: center;
	padding: 15px;
	margin: 0 10px;
}
.ticket p.price{
	text-align: center;
	padding: 15px;
	margin: 0;
	font-size: 20px;
}
.ticket p.note{
	display:inline-block;
	text-align: left;
	line-height: 1.8em;
}

.access h2{
	font-size: 18px;
	padding: 10px;
	text-align: center;
	background: #ffd600;
	margin: 0 auto 0.5em auto;
}
.access .access-info h3{
	border-top: dotted 1px #b8afa2;
	padding-top: 5px;
	font-size: 16px;
}
.access .access-info{
	padding: 0 5px;
}


@media screen and (max-width: 768px) {
.timetable .timetable-film,
.timetable .timetable-time{
	min-height: auto;
}
.timetable .timetable-time{
	font-size: 16px;
	letter-spacing: -0.025em;
	padding-left: 3px;
}	
	
.program h3 .wp{
	font-size: 16px;
	background: rgba(255,210,0,0.9);
	padding: 3px 10px;
	border: solid 2px #000;
	display: inline-block;
	margin: 6px 0;
}
.program h2,
.event h2.event-ttl{
	font-size: 18px;
}
.event .event-speaker .name{
	width: 160px;
	float: none;
	margin: 10px auto;
}
.event .event-speaker .speaker-info{
	font-size: 90%;
	color: #525050;
	margin-left: 0;
}
.event .border-left{
	border-left: none;
}
.program h3{
	font-size: 20px;
	margin: 0 10px 10px 10px;
}



}


/* =========================================================
* 共通設定
========================================================= */

body{
	color: #01408f;
	line-height: 1.8;
	background: #f8f7f5;
}
a{
	color: #01408f;
	outline: none;
}
a:hover{
	color: #0c57b4;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus, *:focus { outline:none; }

a:hover img{
	opacity: 0.85;
}

.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}

.float-left {float: left;}
.float-right {float: right;}
.clear:after, .clear-left:after, .clear-right:after {display: block; content: "";}
.clear, .clear:after {clear: both;}
.clear-left, .clear-left:after {clear: left;}
.clear-right, .clear-right:after {clear: right;}

h1,h2,h3,h4,p{
	margin: 0;
}

.txt-black{ color: #333!important;}
.txt-lblue{ color: #9CA9E8!important;}
.txt-blue{ color: #1658B4!important;}
.txt-navy{ color: #3856AD!important;}
.txt-green{ color: #18A05F!important;}
.txt-lgreen{ color: #7EF0A0!important;}
.txt-pink{ color: #e6136f!important;}
.txt-lpink{ color: #EF8DAC!important;}
.txt-white{ color: #fff!important;}
.txt-lpink{color: #702381!important;}
.txt-dred{color: #CC4244!important;}
.txt-red{color: #e21518!important;}

.txt-ivory{color: #eee!important;}
.txt-lygreen{color: #9dc325!important;}
.txt-yellow{color: #ffd600!important;}
.txt-lpurple{color: #eb84dc!important;}

.font60{font-size: 60%!important;}
.font70{font-size: 70%!important;}
.font80{font-size: 80%!important;}
.font80{font-size: 80%!important;}
.font90{font-size: 90%!important;}
.font120{font-size: 120%!important;}
.font130{font-size: 130%!important;}

.v-align-middle{
	vertical-align: middle;
}

.font-normal{
	font-weight: normal;
}
.font-bold{
	font-weight: bold;
}
.hover:hover{
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.bg-yellow{background: #ffd600!important;}
.bg-aqua{background: #73daf9!important;}
.bg-blue{background: #024190!important;}


/* トップへ戻る　*/
#backTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color: #e6202b;
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none!important;
}


.button-red{
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	text-decoration: none;
	background: #b71a20;
}
.button-red:hover,
.button-red i{
	color: #fff!important;
	background: #ec2027;
}


.button-white{
	display: inline-block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	background: #fff;
}
.button-black i{
	color: #333;
}

@media screen and (max-width:768px) {
.ggmap {
	position: relative;
	padding-bottom: 80%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
}


.main{
	background: url("../img/bg_paper.jpg") left bottom repeat #f7f4ed;
	background-size: 600px auto;
}


/* ----------------------------------------------------
margin
/*---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/* ----------------------------------------------------
grid-wide
---------------------------------------------------- */
.grid-wide-1200 .grid-container {
    max-width: 1200px;
}

.grid-wide-full .grid-container {
    max-width: 100%;
}







/* ----------------------------------------------------
審査員
---------------------------------------------------- */
.program .jury-info{
	padding: 30px 0;
	margin-bottom: 35px;
	background: #fff;
}
.program .jury-info .grid-container{
	max-width: 1000px;
}
.program .jury-info h3{
	font-size: 25px;
	margin-top: -0.25em;
}
.program .jury-info p{
	color: #333;
}
.program .jury-info img{
	max-width: 220px;
	width: 100%;
}

@media (max-width: 768px) {
.program .jury-info img{
	max-width: 160px;
	margin-bottom: 20px;
}
}

/* ----------------------------------------------------
受賞結果
---------------------------------------------------- */
.top-winner a{
	text-decoration: none;
	font-size: 30px;
	display: block;
	text-align: center;
	padding: 30px;
	margin-top: -40px;
	margin-bottom: 40px;
	color: #c90e0e;
	font-weight: 600;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdffa8+0,ffec66+35,ffea51+67,fdff91+100 */
background: #fdffa8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fdffa8 0%, #ffec66 35%, #ffea51 67%, #fdff91 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fdffa8 0%,#ffec66 35%,#ffea51 67%,#fdff91 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fdffa8 0%,#ffec66 35%,#ffea51 67%,#fdff91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdffa8', endColorstr='#fdff91',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border: solid 1px rgba(221,195,104,0.3);
}
.top-winner a:hover{
	background: #FDF6B9;
}

.program .winners-ttl{
	font-size: 30px;
	padding: 20px 0;
	margin: 0;
	position: relative;
	background: #01408f;
	color: #f6d300;
}
.program .winners-ttl:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #01408f;
	border-width: 10px;
	margin-left: -10px;
}


.program .winners img.trophy{
	max-width: 180px;
	width: 100%;
	position: relative;
	top: -50px;
	padding-left: 20px;
	margin-bottom: -50px;
}
.program .winners h3{
	font-size: 30px;
}
.program .winners{
	background: rgba(255,255,255,0.1)
}


.winners-header{
	padding: 40px 10px 0px 10px;
	max-width: 1000px;
	margin: 0 auto;
}
.winners-header img{
	border-radius: 15px;
}
.winners-header h1 div{
	max-width: 70%;
	margin: 20px auto;
	padding: 10px;
	border-top: solid 2px #01408f;
	border-bottom: solid 2px #01408f;
}
.winner-comment{
	background: #fff;
	padding: 20px 10px;
	margin: 0 20px;
}
.winner-comment > div{
	max-width: 900px;
	margin: 0 auto;
}
.winner-comment .photo{
	width: 140px;
	margin: 0 auto;
}
.winner-comment p{
	margin: 0;
}

.jury-comment{
	border: solid 2px #01408f;
}
.jury-comment > div{
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	border-top: solid 2px #01408f;
}
.jury-comment p{
	margin: 0 0 2em 0;
}
.jury-comment img{
	max-width: 170px;
	margin: 0 auto 10px auto;
	display: block;
}

@media (max-width: 768px) {
	
.top-winner a{
	font-size: 24px;
	line-height: 1.3em;
	margin-top: 0;
	padding: 10px;
}
.top-winner a span{
	font-size: 20px;
}	
	
.winners-header {
	padding: 5px;
	max-width: 1000px;
	margin: 0 auto;
}
.winners-header h1 div{
	font-size: 20px;
}	
.program .winners-ttl{
	color: #f6d300;
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 50px!important;
}
.program .winners h3{
	font-size: 20px;
}
.program .winners img.trophy{
	max-width: 130px;
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	margin: -30px auto;
	padding-left:0px;
}
	
.winner-comment .photo{
	width: 120px;
	margin: 0 auto;
	display: block;
}
.winner-comment h4{
	text-align: center;
}
.jury-comment img{
	max-width: 140px;
}
.jury-comment{
	margin: 0 5px;
	padding: 10px;
}
.jury-comment > div{
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: solid 2px #01408f;
}

	
}


.ttl-arrow{
	position: relative;
	background: #01408f;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4em;
}
.ttl-arrow::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #002758;
	border-width: 14px;
	margin-left: -14px;
}
.ttl-arrow.w500{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
}
@media (max-width: 768px) {
	.ttl-arrow{
	font-size: 20px;
	}
	.ttl-arrow.w500{
	width: 70%;
	}
}



.silent .silent-name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.silent .silent-name img{
	width: 160px;
	padding: 4px;
	background: #fff;
	display: block;
	margin: 0 auto 10px auto;
}
@media (max-width: 768px) {
	.silent .silent-name{
		float: none!important;
		margin: 0;
		text-align: center;
	}
	.silent .silent-name img{
		width: 200px;
	}
	
}


.event h2{
	font-size: 40px;
	line-height: 1.3em;
}
.event .event-ttl{
	padding: 20px 0;
	position: relative;
}

.event .event-ttl > div{
	max-width: 900px;
	margin: 0 auto;
}
.event .event-ttl .event-ttl-box{
	background: #fff;
	position: relative;
	top: -100px;
	max-width: 60%;
	padding: 30px 10px;
	margin-bottom: -110px;
}

.event .event-ttl .name{
	font-size: 20px;
}
.event .event-date{
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 0;
	margin: 0 auto;
	font-weight: 600;
	color: #c3242a;
}
.event .event-txt{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.event p{
	line-height: 1.6;
	margin: 10px;
	font-size: 18px;
}
.event .time{
	line-height: 1.4;
	font-size: 16px;
	padding: 8px;
	background: #00437c;
	color: #fff;
	width: 200px;
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
}
.event .event-speaker{
	clear: both;
}
.event .event-speaker .name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name-center{
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name-center img,
.event .event-speaker .name img{
	width: 120px;
	padding: 4px;
	background: #fff;
	display: block;
	margin: 0 auto 10px auto;
}
.event .event-speaker .speaker-info,
.event .event-speaker .speaker-info p{
	font-size: 14px;
	color: #525050;
	margin-left: 80px;
}

.event .event-speaker .speaker-info .info-name{
	color: #000;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.event .border-left{
	border-left: dotted 2px #BDB7B1;
}
.event-speaker-one{
	max-width: 1000px;
}
.event-speaker-one .speaker-info .name{
	display: block;
	margin-right: 0;
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	float: none;
}

@media screen and (max-width:768px) {
	
.event .event-ttl .event-ttl-box{
	padding: 20px 10px;
	top: -80px;
}
.event .event-ttl h2{
	font-size: 24px;
}
.event .event-ttl{
	font-size: 16px;
	line-height: 1.2;
}
.event .event-ttl .name{
	font-size: 18px;
	margin-top: 10px;
}
.event .event-txt{
	margin: 0 15px 10px 15px;
	text-align: left;
}
	
.event .event-speaker .name {
    width: 160px;
    float: none;
    margin: 10px auto;
}
.event .event-speaker .speaker-info,
.event .event-speaker .speaker-info p{
	font-size: 14px;
	color: #525050;
	margin-left: 0;
}
.event .event-ttl{
	padding: 15px 0 20px 10px;
}
.event .event-date{
	font-size: 15px;
	padding: 5px 10px;
	letter-spacing: 0em;
}
}


@media screen and (max-width:768px) {
.program-page h1 img{
	max-width: 280px;
}
}




.fadein-s {
  opacity : 0;
  transform: translateY(30px);
  transition: all 1s;
}

.serif{
 font-family: 'Noto Serif', serif;
}