@charset "UTF-8";



/* ----------------------------bg_movie ---------------------------- */

.bg_movie_wrap{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	overflow: hidden;
}

.bg_movie {
  width: auto;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0.24;
  margin-left: calc((100vw - 177vh)/2);
}
.bg_movie.wide {
  width: 100%;
  height: auto;
  margin-top: calc((100vh - 56.25vw)/2);
  margin-left: 0;
}


/* ----------------------------section_hero ---------------------------- */


.section_hero{
	width: 100%;
	height: 100vh;
	min-height: 900px;
	position: relative;
	z-index: 2;
	background: url("../images/bg_hero2021_after_pc.jpg") no-repeat left center/cover;
}
.section_hero_inner{
	width: 32vw;
	max-width: 520px;
	min-width: 420px;
	padding: 100px 0 0 8.5vw;
	position: relative;
}
.section_hero_inner img{
	filter: drop-shadow(0 0 6px rgba(0,0,0,1));
}
.section_hero_ttl01{
	display: block;
}
.section_hero_ttl02{
	display: block;
	width: 78%;
	margin-top: 35px;
}
.section_hero_txt{
	margin-top: 30px;
	line-height: 1.6;
	text-shadow: 0 0 6px rgba(0,0,0,1);
}
.section_hero_scroll{
	position: absolute;
	bottom: 0;
	left: 1.875vw;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	z-index: 2;
}
.section_hero_scroll a:before,
.section_hero_scroll a:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	-webkit-transition: height .3s cubic-bezier(0.2, 1, 0.3, 1);
	transition: height .3s cubic-bezier(0.2, 1, 0.3, 1);
}
.section_hero_scroll a:before{
	height: 0;
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}

.section_hero_scroll a{
	display: block;
	line-height: 1;
	padding: 0 15px 30px;
}
@media only screen and (min-width: 769px) {
.section_hero_scroll a:hover:before{
	height: 100%;
}
.section_hero_scroll a:hover:after{
	height: 0;
}
}
@media only screen and (max-width: 1300px){
.section_hero{
	min-height: 768px;
	background: url("../images/bg_hero2021_after_tablet.jpg") no-repeat left center/cover;
}
.section_hero_inner{
	padding: 80px 0 0 5.33vw;
}
}
@media only screen and (max-width: 768px),
screen and (orientation: portrait){
.section_hero{
	background: url("../images/bg_hero2021_after_sp.jpg") no-repeat center bottom/cover;
}
.section_hero_inner{
	padding: 80px 0 0 5.33vw;
}
.section_hero_scroll{
	left: auto;
	right: 10px;
}
}
@media only screen and (max-width: 768px) {
.section_hero{
	min-height: 133.3vw;
}
.section_hero_inner{
	width: 76vw;
	max-width: 420px;
	min-width: 0;
}
.section_hero_ttl02{
	width: 100%;
	margin-top: 9%;
}
.section_hero_txt{
	width: 100%;
	margin-top: 7%;
	font-size: 11px;
}
.section_hero_scroll a{
	display: block;
	font-size: 12px;
	padding: 0 10px 15px;
}
}

/* ----------------------------section_sponser ---------------------------- */

.section_sponser{
	margin-top: 0;
    padding-top: 150px;
	position: relative;
	z-index: 3;
}
.section_sponser_inner{
	background: #fff;
	padding: 40px 30px;
	box-sizing: border-box;
}
.section_sponser_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.section_sponser_list li{
	width: 14.2%;
}

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

.section_sponser{
    padding-top: 50px;
}
.section_sponser_inner{
	padding: 10px 0;
}
.section_sponser_list li{
	width: 25%;
}

}


/* ----------------------------section_about ---------------------------- */

.section.section_about{
	position: relative;
}

.section_about_lead{
	text-align: center;
}
.section_about_lead p + p{
	margin-top: 30px;
}
.btn_more{
	display: none;
	text-align: center;
}
.btn_more a{
	line-height: 1.35;
	padding: 15px 40px;
	border: 1px solid #fff;
	display: inline-block;
	margin: 30px auto 0;
	position: relative;
}
.btn_more a:after{
	content: "";
	width: 1px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: -22px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #fff;
}
.section_about_movie{
    margin-top: 120px;
}
.btn_modal_list{
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.btn_modal_list li:not(:first-child){
	margin-left: 20px;
}

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

.section_about_lead{
	text-align: left;
}
.section_about_lead p + p{
	margin-top: 20px;
}
.lead_after{
	display: none;
}
.btn_more{
	display: block;
}
.section_about_movie{
    margin-top: 80px;
}
.btn_modal_list{
	margin-top: 50px;
	display: block;
}
.btn_modal_list li:not(:first-child){
	margin-left: 0;
	margin-top: 20px;
}
}

/* ----------------------------section_prize ---------------------------- */

.section_prize_each + .section_prize_each{
	padding-top: 80px;
}
.section_prize .section_ttl_each > span:before{
	content: "";
	width: 35px;
	height: 29px;
	display: block;
	margin: 0 auto 10px;
	background: url( "../images/ico_award02.svg") center bottom no-repeat;
	background-size: contain;
}
.section_prize .grandprix .section_ttl_each > span:before{
	background: url( "../images/ico_award01.svg") center bottom no-repeat;
	background-size: contain;
}

.section_prize .section_ttl_sub{
	text-align: left;
}
.section_prize .section_ttl_sub span{
	display: flex;
	align-items: center;
}

.section_prize .section_ttl_sub span:before{
	content: "";
	width: 15px;
	height: 22px;
	display: inline-block;
	margin-right:  15px;
	background: url( "../images/ico_category.svg") center center no-repeat;
	background-size: contain;
}

.section_prize_list + .section_ttl_sub,
.section_prize_list li .section_ttl_sub{
	padding-top: 80px;
}
.section_prize_list{
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ccc .section_prize_list{
	justify-content: center;
}
.grandprix .section_prize_list{
	justify-content: center;
}

.section_prize_list li{
	width: 48%;
}
.grandprix .section_prize_list li{
	width: 100%;
	max-width: 720px;
}
.section_prize_list li:nth-child(n+3){
	margin-top: 40px;
}
.section_prize_list li > a{
	display: block;
}
.section_prize_list_img{
	display: block;
	margin-bottom: 20px;
}
.section_prize_list_tag{
	display: inline-block;
	background: #e71a26;
	padding: 2px 10px;
	margin-bottom: 15px;
}
.section_prize_list_ttl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.section_prize_list_caption{
	font-size: 10px;
}
.section_prize_list_add{
	margin-top: 40px;
}
.section_prize_list_add h6{
	font-weight: bold;
	margin-bottom: 5px;
}
.section_prize_list_add a{
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.section_prize_each.department{
	padding-top: 50px;
	margin-top: -50px;
}
.section_prize_each + .section_prize_each{
	padding-top: 50px;
}
.section_prize .section_ttl_each span:before{
	width: 26px;
    height: 22px;
}

.section_prize .section_ttl_sub span:before{
	width: 13px;
	height: 19px;
	margin-right:  12px;
}

.section_prize_list + .section_ttl_sub,
.section_prize_list li .section_ttl_sub{
	padding-top: 50px;
}
.section_prize_list li{
	width: 100%;
}
.section_prize_list li:nth-child(n+2){
	margin-top: 30px;
}
.section_prize_list.section_prize_list_col2 li:nth-child(n+2){
	margin-top: 0;
}
.section_prize_list_img{
	margin-bottom: 15px;
}
.section_prize_list_tag{
	padding: 2px 10px;
	margin-bottom: 10px;
}
.section_prize_list_ttl{
	font-size: 16px;
	margin-bottom: 10px;
}
.section_prize_list_add{
	margin-top: 30px;
}
}


/* ----------------------------section_juries ---------------------------- */

.section_juries_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.section_juries_list > li{
	width: 32.66%;
	margin-left: 1%;
}
.section_juries_list > li:nth-child(3n+1){
	margin-left: 0;
}
.section_juries_list > li:nth-child(n+4){
	margin-top: 1%;
}
.section_juries_list > li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 35px 20px;
}
.section_juries_list > li a span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -10px;
	font-weight: bold;
}
.section_juries_list > li a span:before{
	content: "";
	display: inline-block;
	margin-right: 15px;
}
.section_juries_list > li.interactive a span:before{
	width: 21px;
	height: 28px;
	background: url( "../images/ico_interactive.svg") center center no-repeat;
	background-size: contain;
}
.section_juries_list > li.graphic a span:before{
	width: 18px;
	height: 24px;
	background: url( "../images/ico_graphic.svg") center center no-repeat;
	background-size: contain;
}
.section_juries_list > li.service a span:before{
	width: 36px;
	height: 22px;
	background: url( "../images/ico_service.svg") center center no-repeat;
	background-size: contain;
}
.section_juries_list > li.movie a span:before{
	width: 28px;
	height: 18px;
	background: url( "../images/ico_movie.svg") center center no-repeat;
	background-size: contain;
}
.section_juries_list > li.study a span:before{
	width: 18px;
	height: 23px;
	background: url( "../images/ico_study.svg") center center no-repeat;
	background-size: contain;
}
.section_juries_list > li a:after{
	content: "";
	width: 24px;
	height: 18px;
	display: inline-block;
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: url("../images/ico_modal.svg") no-repeat center center/contain;
}


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

.section_juries_list > li{
	width: 100%;
	margin-left: 0;
}
.section_juries_list > li:nth-child(n+2){
	margin-top: 10px;
}
.section_juries_list > li a{
	padding: 30px 20px;
}
.section_juries_list > li a span{
	font-size: 16px;
}
.section_juries_list > li a:after {
    width: 22px;
    height: 16px;
	}
}


/* ----------------------------section_support ---------------------------- */

.section_support{
	z-index: 2;
}
.section_support_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.section_support_list li{
	width: 32.66%;
    margin-left: 1%;
}
.section_support_list li:nth-child(3n+1) {
    margin-left: 0;
}
.section_support_list li:nth-child(n+4) {
    margin-top: 1%;
}

.section_support_list li a{
	display: block;
	background: #fff;
	padding: 0 30px 70px;
	color: #000;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.section_support_list_img{
	display: block;
	margin: 0 -30px 10px;
	width: calc(100% + 60px);
}
.section_support_list h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
.section_support_list_link{
	position: absolute;
	bottom: 25px;
	right: 30px;
	text-align: right;
	line-height: 1.35;
}
.section_support_list_link:after{
	content: "";
	width: 17px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
	background: url("../images/ico_window.svg") no-repeat center center/contain;

}
@media only screen and (max-width: 768px) {
.section_support_list li{
	width: 100%;
    margin-left: 0;
}
.section_support_list li:nth-child(n+2) {
    margin-top: 10px;
}

.section_support_list li a{
	padding: 0 20px 55px;
	position: relative;
}
.section_support_list_img{
	margin: 0 -20px 10px;
	width: calc(100% + 40px);
}
.section_support_list h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.section_support_list_link{
	bottom: 20px;
	right: 20px;
}
.section_support_list_link:after{
	margin-left: 8px;
}

}

/* ----------------------------youtube ---------------------------- */

.section_support_list + .section_ttl_sub,
.section_support_list + .btn_modal{
	margin-top: 120px;
}
.youtube{
	width: 100%;
    max-width: 780px;
	margin: 0 auto;
}
.youtube_inner{
	width: 100%;
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
.section_support_list + .section_ttl_sub,
.section_support_list + .btn_modal{
	margin-top: 60px;
}
}


/* ----------------------------modal ---------------------------- */

.remodal_inner .section_ttl_sub{
	text-align: left;
}
.juries_profile_list li{
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.juries_profile_list li:last-child{
	padding-bottom: 0!important;
}
.juries_profile_lead{
	display: flex;
	align-items: center;
	position: relative;
}
.juries_profile_img{
	width: 22%;
}
.juries_profile_name{
	width: 71%;
	margin-left: 7%;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.juries_profile_name h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.juries_profile_detail{
	margin-top: 40px;
}
.juries_profile_detail p a {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.remodal_inner .section_ttl_sub{
	margin-bottom: 20px;
}
.juries_profile_list li{
	padding: 30px 0;
}
.juries_profile_img{
	width: 27%;
	max-width: 140px;
}
.juries_profile_name{
	width: 65%;
	margin-left: 8%;
}
.juries_profile_name h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.juries_profile_detail{
	margin-top: 20px;
}
}