@charset "utf-8";




/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/


#top{
	font-size: 15px;
	border-top: 12px solid #fdcc00;
}
#top #wrapper{ border-top: 12px solid #fff;}
#top header{ position: relative;}
#top header h1{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 5px 40px 30px;
	width: 310px;
	background: #fff;
}
.main .test{
	width: 100%;
	height: 100vh;/* 縦幅を画面全体 */
}
.main .test:after{
	background: url("../../images/mainslide1-pc.jpg") center / cover no-repeat;
	background-size: cover;/* cover指定 */
	content: "";/* 画像を表示させる為に必要*/
	display: block;/*ブロックボックスで表示*/
	position: fixed;/* 擬似要素全体を固定 */
	width: 100%;/* 横幅を画面全体 */
	height: 100vh;/* 縦幅を画面全体 */
	top: 0;/* 上からの配置を0 */
	left: 0;/* 左からの配置を0 */
	z-index: -1;/*背景画像になるように重ね順を-1*/
}
@media screen and (max-width: 768px) {
	.main .test:after{
		background: url("../../images/mainslide1-sp.jpg") center / cover no-repeat;
	}
}
.message{
	background: -moz-linear-gradient(top, transparent, #FFF);
	background: -webkit-linear-gradient(top, transparent, #FFF);
	background: linear-gradient(to bottom, transparent, #FFF);
}
.message .wrap{
	position: relative;
	top: -50px;
	padding: 75px;
	background: #fdcc00;
}
.message .wrap > p{
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 1em;
}
.message .wrap > p:last-child{ margin-bottom: 0;}
.message .message-slidecont{
	font-size: 15px;
	text-align: left;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border-radius: 60px;
	background: #fff;
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	margin: auto;
	width: 38em;
	padding: 2px;
}
.message .message-slide span,.message .message-slide p{
	display: inline-block;
	line-height: 1;
}
.message .message-slide span{
	color: #fff;
	width: 7em;
	height: 27px;
	line-height: 29px;
	background: #fdcc00;
	border-radius: 50px;
	padding: 0 10px 1px;
	margin-right: .3em;
}
.message .message-slide p{
	width: 30em;
	height: 1.0em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message .message-slide .slick-slide{
	border: none;
	position: relative;
	top: -1px;
}
.movie{
	padding-bottom: 115px;
	background: #fff;
}
.movie .wrap{ max-width: 1080px;}
.movie ul{
	display: flex;
	justify-content: space-between;
}
.movie ul li{
	width: 31.5%;
}
.plan{
	padding: 70px 0 75px;
	background: #fdcc00;
}
.plan h2{
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}
.plan a{
	color: #fff;
	text-decoration: underline;
}
.plan a:hover{ color: #303030;}
.plan .btn a{
	color: #fff;
	font-size: 36px;
	text-decoration: none;
	padding: 0 55px 0 27px;
	max-width: 386px;
	width: 100%;
	line-height: 60px;
	display: inline-block;
	border-radius: 100px;
	position: relative;
	background: #df1d14;
}
.plan .btn a:hover{ background: #606060;}
.plan .btn a:after{
	content: "";
	position: absolute;
	top: 8px;
	right: -60px;
	background: url("../images/arrow-white.png") center / 102px auto no-repeat;
	width: 102px;
	height: 29px;
	display: block;
	filter: drop-shadow(0 0 0 rgba(255,255,255,0));
}
.committee{
	line-height: 1.8;
	padding: 70px 0 90px;
	background: #fff;
}
.committee h2{
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}
.committee ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.committee ul li figure{
	width: 152px;
	margin-right: 20px;
}
.committee ul li dl{
	text-align: left;
	width: 80%;
	width: calc(100% - 172px);
}
.committee ul li dl dt{
	font-weight: 800;
}
.committee a{
	color: #4872ae;
	text-decoration: underline;
}
.committee a:hover{ color: #303030;}

@media screen and (max-width: 768px) {
	#top{ border-top: 90px solid #fdcc00;}
	#top #wrapper{ border-top: 17px solid #fff;}
	#top header h1{
		top: -95px;
		padding: 20px 10% 30px;
		width: 80%;
	}
	.message .wrap{
		width: 90%;
		top: -50px;
		padding: 35px 5px;
	}
	.message .wrap > p{ font-size: 15px;}
	.message .message-slidecont{ width: 20em;}
	.message .message-slide p{ width: 12em;}
	.movie{ padding-bottom: 65px;}
	.wrap.sp-pd-no{ padding: 0;}
	.movie .mb30{ margin-bottom: 15px;}
	.plan{ padding: 55px 0 75px;}
	.plan h2{ font-size: 21px;}
	.plan .btn a{
		font-size: 24px;
		padding: 0 20px;
		max-width: 250px;
		line-height: 50px;
	}
	.plan .btn a:after{
		top: 8px;
		right: -30px;
		background: url("../images/arrow-white.png") center / 68px auto no-repeat;
		width: 68px;
		height: 20px;
	}
	.committee ul li{ display: block;}
	.committee ul li figure{
		width: 100px;
		float: left;
		margin: 0 10px 4px 0;
	}
	.committee ul li dl{ width: inherit;}
}








/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: #000; opacity: .5;}
#colorbox{outline:0;}
    #cboxTopLeft{width:0; height:0; background:url(../images/controls.png) no-repeat center;}
    #cboxTopRight{width:0; height:0; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:0; height:0; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:0; height:0; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:0; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:0; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:0; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:0; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{ overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) right bottom / 20px 20px no-repeat; width:30px; height:30px; text-indent:-9999px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}





