@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 1.6rem;
	margin: 0;
}
h1{
	margin-top: 0;
}
h2{
	font-size: 36px;
	letter-spacing: .2em;
	text-align: center;
	margin-top: 0;
}
h3{
	font-size: 18px;
	margin-bottom: 0;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.8;
}
p{
	font-size: 14px;
	line-height: 1.7;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
.sp{
	display: none;
}
.bg_glitter{
	background: url(../img/bg_glitter.jpg) repeat-y;
	background-size: contain;
}

.icon_title{
	display: block;
	margin: 0 auto 20px;
}

/* header
**************/
header{
	height: 75px;
	border-bottom: solid 2px #e22727;
}

/* first-view
**************/
#first-view{
	background: url(../img/bg_firstview.png) no-repeat;
	background-size: cover;
	background-position: bottom;
	max-height: 904px;
	position: relative;
	z-index: 500;
}

#first-view p{
	color: #fff;
	font-weight: bold;
}

.title1{
	margin-top: 60px;
}
.title2{
	margin-top: 50px;
}

.movie{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.movie p{
	margin: -30px 15px 0 0;
}
.scroll{
	text-align: center;
	margin-top: -50px;
}

nav{
	padding-bottom: 10px;
	margin: 30px auto 0;
	width: 980px;
}
nav .pc-nav_inner{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
nav a{
	color: #fff001;
	font-size: 12px;
	line-height: 1.5;
}

nav div{
	text-align: center;
}
nav.fixed{
	position: fixed;
	width: 100%;
	background: #000;
	top:0;
	margin-top: 0;
}
nav.fixed .pc-nav_inner{
	width: 980px;
	margin: 0 auto;
	padding-top: 6px;
}
#sp_menu{
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #db0917;
	border-radius: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 30px;
	width: 70px;
	height: 30px;
	float: right;
	margin-top: 15px;
	text-align: center;
}
#sp_menu .line{
	display: inline-block;
}
#sp_menu .line i{
	display: block;
	background-color: #db0917;
	margin-bottom: 2px;
	width: 12px;
	height: 2px;
}
#sp_menu .line i:last-child{
	margin-bottom: 0;
}
#sp_menu-sub{
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #db0917;
	z-index: 600;
	top: 62px;
}
#sp_menu-sub br{
	display: none;
}
#sp_menu-sub img{
	display: none;
}
#sp_menu-sub div{
	border-bottom: solid 1px #db0917;
	padding: 10px;
}
#sp_menu-sub a{
	text-decoration: none;
	color: #000;
}
#sp_menu-sub.open{
	display: block;
}


/* about
**************/
#about{
	background: url(../img/bg_about.jpg) no-repeat;
	background-size: cover;
	max-height: 939px;
	margin-top: -120px;
	padding-top: 120px;
}
#about .inner{
	height: 939px;
}
.box{
	box-sizing: border-box;
	width: 442px;
	padding: 50px 27px;
	background: #fff;
	text-align: center;
	transform:skew(0deg, -10deg);
	margin-top: -56px;
}
.box-right {
	float: right;
	padding-bottom: 130px;
}
.box_inner {
	transform:skew(0deg, 10deg);
}
.box img{
	margin-top: 29px;
}
.box h3{
	font-size: 22px;
	font-weight: bold;
}
.box p{
	text-align: left;
	margin: 30px 0 0;
}

/* about-2
**************/
#about-2{
	padding: 120px 0 110px;
	text-align: center;
}
#about-2 h2{
	font-size: 43px;
	margin-bottom: 34px;
}
#about-2 p{
	margin: 40px 0 0;
}

/* awards-ceremony
**************/
#awards-ceremony h2{
	font-size: 48px;
}
#awards-ceremony .inner div{
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}

/* prize
**************/
.prize {
	margin-top: 106px;
}
.prize h2{
	color: #887d00;
}
.prize .two-column{
	display: flex;
	margin-top: 40px;
}
.prize .two-column p{
	margin-top: 0;
}
.prize .two-column img{
	margin-right: 30px;
	height: 100%;
}
.prize .two-column .name{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}
.prize .two-column .name span{
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
}

/* summary
**************/
#summary h2{
	display: inline-block;
	line-height: 48px;
	margin-bottom: 0;
}
#summary .summary-title{
	text-align: center;
}
#summary .icon_title{
	vertical-align: bottom;
	display: inline-block;
	margin: 0;
}

/* lecture
**************/
#lecture{
	padding: 180px 0 86px;
}
#lecture .two-column{
	display: flex;
	align-items: center;
}
#lecture .two-column img{
	margin-right: 42px;
	height: 100%;
}

#lecture .lecture_title{
	font-size: 24px;
	font-weight: bold;
}
#lecture .lecture_title span{
	font-weight: normal;
	font-size: 16px;
}
#lecture .name{
	font-size: 20px;
}
#lecture .two-column2{
	display: flex;
	justify-content: space-around;
}
#lecture .two-column2 div{
	width: 461px;
}

/* ask-answer
**************/
#ask-answer{
	background: url(../img/bg_ask-answer.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 102px 0 62px;
}
#ask-answer .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#ask-answer section{
	width: 410px;
	display: flex;
}
#ask-answer img{
	height: 41px;
	margin-right: 14px;
}
#ask-answer section p{
	margin-top: 0;
}

/* gallery
**************/
#gallery{
	background-color: #000;
	color: #fff;
	padding: 91px 0 116px;
}
#gallery .inner{
	text-align: center;
}

#gallery h2{
	display: inline-block;
}
#gallery .icon_title{
	display: inline-block;
	margin-bottom: 0;
}

/* footer
**************/
footer{
	color: #fff;
	background-color: #3f3f37;
	padding: 98px 0 100px;
}
footer h2{
	display: inline-block;
	line-height: 46px;
	vertical-align: bottom;
	margin: 0;
}
footer .icon_title{
	display: inline-block;
	margin: 0;
}

footer .inner{
	text-align: center;
}
footer .red{
	color: #df1320;
	font-size: 16px;
	margin-top: 48px;
}
footer .small{
	font-size: 12px;
	margin-top: 56px;
}
footer .button-link{
	background-color: #e22727;
	width: 240px;
	line-height: 42px;
	margin: 72px auto 0;
}
footer .button-link a{
	color: #fff;
	font-weight: bold;
	display: block;
}
footer .button-link img{
	margin-left: 10px;
	vertical-align: middle;
}

/* sp size
**************/
@media screen and (max-width: 768px){
	#fancybox-wrap{
		width: 90% !important;
		left: 0 !important;
		top: 35 !important;
	}
	#fancybox-content{
		width: 100% !important;
	}
	.sp{
		display: block;
	}
	.inner{
		width: 95%;
	}
	.scroll{
		display: none;
	}
	img{
		max-width: 100%;
	}
	nav {
		display: none;
	}
	header{
		height: 60px;
		position: fixed;
		background-color: #fff;
		width: 100%;
		z-index: 999;
	}
	header img{
		height: 60px;
	}
	main{
		padding-top: 60px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 18px;
	}
	
	.title2{
		margin-top: 10px;
	}
	.movie{
		padding-bottom: 20px;
	}
	#about{
		background: none;
		max-height: initial;
	}
	#about .inner{
		height: auto;
	}
	.box {
		width: 100%;
		transform: initial;
		margin-top: 0;
		padding: 0 0 30px;
	}
	.box_inner {
		transform: initial;
	}
	.box-left{
		margin-top: 30px;
	}
	.box-right{
		margin: 0;
		padding-bottom: 57px;
	}
	.box img{
		margin-top: 0;
	}
		#about-2{
			margin-top: 0;
	}
	#about-2 h2,
	#awards-ceremony h2{
		font-size: 30px;
	}
	#about-2 p br{
		display: none;
	}
	#awards-ceremony .inner{
		text-align: center;
	}
	#awards-ceremony .inner p{
		text-align: left;
	}
	#awards-ceremony .inner div{
		display: block;
	}
	.prize .two-column,
	#lecture .two-column,
	#lecture .two-column2{
		display: block;
		text-align: center;
	}
	.prize .two-column img{
		margin: 0;
		height:auto;
	}
	.prize .two-column div,
	#lecture .two-column div{
		text-align: left;
		width: 100%;
	}
	#lecture .two-column2 div{
		width: 100%;
	}
	#lecture .two-column2 div p{
		text-align: left;
	}
	.list-gallery img{
		width: 49%;
	}
	
}
