@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

@font-face {
    font-family: 'graphik';
    src: url('../font/GraphikRegular.woff') format('woff');
}
@font-face {
    font-family: 'graphik';
    src: url('../font/GraphikMedium.woff') format('woff');
	font-weight: 500;
}


/* ----------------------------reset ---------------------------- */

html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 1.5px;
	color: #fff;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	background: #000;
}
.en{
	font-family: 'graphik';
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
li {
	list-style-type: none;
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
*:focus {
outline: none;
}
strong{
	font-weight: 500;
}
img {
  width: 100%;
  vertical-align: middle;
}
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

/* ----------------------------common ---------------------------- */

.nobreak {
	display: inline-block;
}
.onlysp {
	display: none;
}
.hover{
	display: block;
	transition: text-shadow 0.3s;
}
.hover_img{
	display: block;
	transition: filter 0.3s;
}
.hover_card img{
	display: block;
	opacity: 0.9;
	transition: opacity 0.3s;
}
.hover_card_txt{
	transition: text-shadow 0.3s;
}
@media (hover: hover) {
.hover:hover{
	text-shadow: #fff 0 0 12px;
}
.hover_img:hover{
	filter: drop-shadow(0 0 12px rgba(255,255,255,0.5));
}
.hover_card:hover img{
	opacity: 1;
}
.hover_card:hover .hover_card_txt{
	text-shadow: #fff 0 0 8px;
}
}
.bg_movie_wrap, .header, .main, .footer{
	opacity: 0;
}
.graphik{
	font-family: 'graphik', sans-serif;
}
.section_ttl{
	margin: 0 0 80px;
    line-height: 1.35;
	text-align: center;
}
.section_ttl_en{
	font-size: 54px;
	display: block;
}
.section_ttl_ja{
	margin-top: 15px;
	display: block;
}
.section_ttl_each{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 12px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.section_ttl_each_caption{
	font-size: 14px;
}
.section_ttl_each{
	font-size: 16px;
	margin-bottom: 30px;
	padding: 10px 0;
}

.section_ttl_sub{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
.inner{
	width: 100%;
	max-width: 1180px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.section{
	position: relative;
	z-index: 3;
}
.section{
	padding-top: 200px;
}
.caption{
	font-size: 10px;
	display: inline-block;
}
.section_lead{
	text-align: center;
	position: relative;
}
.section_lead p + p{
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
.onlypc {
	display: none;
}
.onlysp {
	display: inline;
}
.section_ttl{
	margin: 0 0 40px;
}
.section_ttl_en{
	font-size: 32px;
}
.section_ttl_ja{
	margin-top: 10px;
}
.section_ttl_sub{
	font-size: 16px;
	margin-bottom: 20px;
}
.inner{
	padding: 0 20px;
}
.section{
	padding-top: 120px;
}
.section_lead{
	text-align: left;
}
.section_lead p + p{
	margin-top: 20px;
}

}

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


.header{
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	/*background: rgba(7,10,19,0.2);*/
}
.header.latter{
	background: rgba(0,0,0,0.4);
}
.header_logo{
	width: 150px;
	margin-right: auto;
	padding: 0 0 0 30px;
}
.header_inner{
	padding: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	height: 100%;
}
.gnav_pc{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.gnav_pc li{
	display: inline-block;
	height: 100%;
}

.gnav_pc li a{
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
}
.gnav_pc_en{
	font-size: 18px;
}
.gnav_pc_ja{
	font-size: 12px;
}
.header_cv_pc_btn{
	width: 140px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
.header_cv_pc_btn_link{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #a0800d;
	text-align: center;
	transition: all 0.3s;
}
@media (hover: hover) {
.header_cv_pc_btn:hover .header_cv_pc_btn_link{
	background: #b0901d;
	text-shadow: rgba(255,255,255,0.5) 0 0 8px;
}
}
.header_cv_pc_list{
	position: absolute;
    top: 35px;
    left: -100px;
    width: 340px;
    padding-top: 50px;
    display: none;
}
.header_cv_pc_list_inner{
	background: #b0901d;
}
.header_cv_pc_item{
	font-weight: 500;
}
.header_cv_pc_item a {
    display: block;
    padding: 15px 25px;
    color: #fff;
}
.header_cv_pc_item:first-child a {
    padding-top: 30px;
}
.header_cv_pc_item:last-child a {
    padding-bottom: 30px;
}
.header_cv_pc_item_caption{
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
}

.lang_pc{
	display: flex;
	margin-left: 30px;
}
.lang_pc a{
	display: block;
	opacity: 0.75;
	text-decoration: underline;
	padding: 10px;
	transition: opacity 0.2s;
}
.lang_sp{
	display: none;
	justify-content: center;
	margin-right: 15px;
}
.lang_sp a{
	display: block;
	opacity: 0.75;
	text-decoration: underline;
	padding: 15px 10px;
	transition: opacity 0.2s;
}
.lang_sp .current a{
	opacity: 1;
	text-decoration: none;
	pointer-events: none;
}
@media (hover: hover) {
.lang_pc a:hover,
.lang_sp a:hover{
	opacity: 1;
}
}
.lang_pc .current a{
	opacity: 1;
	text-decoration: none;
	pointer-events: none;
}

.btn_menu_sp{
	width: 55px;
	height: 50px;
	position: relative;
	z-index: 100;
	display: none;
}
.btn_menu_sp a{
	display: block;
	width: 25px;
	height: 16px;
	padding: 17px 15px;
}

.btn_menu_sp a span,
.btn_menu_sp a:before,
.btn_menu_sp a:after{
	position: absolute;
    content: '';
    right: 15px;
    height: 2px;
    background-color: #fff;
 	-webkit-transition: width .25s cubic-bezier(0.2, 1, 0.25, 1), transform .25s cubic-bezier(0.2, 1, 0.25, 1);
	transition: width .25s cubic-bezier(0.2, 1, 0.25, 1), transform .25s cubic-bezier(0.2, 1, 0.25, 1);
}

.btn_menu_sp a span{
    top: 24px;
	width: 15px;
}
.btn_menu_sp a:before{
    top: 17px;
	width: 25px;
}
.btn_menu_sp a:after{
    bottom: 17px;
	width: 20px;
}
.btn_menu_sp.open a span{
    display: none;
}
.btn_menu_sp.open a:before,
.btn_menu_sp.open a:after{
    top: 25px;
	right: 12px;
	width: 30px;

}
.btn_menu_sp.open a:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: #fff;
}
.btn_menu_sp.open a:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background-color: #fff;
}

/* ---------------------------- nav ---------------------------- */

.menu_sp,
.cv_sp{
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
.menu_sp_inner,
.cv_sp_inner{
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 100px 20px 60px;
	box-sizing: border-box;
}
.gnav_sp > li:not(:first-child){
	margin-top: 20px;
}
.gnav_sp li a{
	display: block;
	text-align: center;
	line-height: 1.35;
	padding: 10px 0;
}
.gnav_sp_en{
	font-size: 24px;
}
.gnav_sp_ja{
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.menu_sp_inner .section_cv{
	margin-top: 50px;
}
.menu_sp_inner .section_cv_list{
	max-width: 540px;
}
.menu_sp_inner .section_cv_item + .section_cv_item{
	margin-top: 10px;
}
.menu_sp_inner .section_cv_item a{
	padding: 10px 20px;
	min-height: 48px;
}
.gnav_sp_child{
	margin-top: 12px;
	margin-left: -5px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.en .gnav_sp_child{
	display: block;
}
.gnav_sp_child li{
	margin:0 5px; 
	text-align: center;
}
.gnav_sp_child li a{
	display: inline-block;
	font-size: 12px;
	padding: 10px 6px;
	text-decoration: underline;
	letter-spacing: 0.5px;
}


@media only screen and (max-width: 1024px),
screen and (orientation: portrait){
.header{
	height: 60px;
	background: transparent;
}
.header.latter{
	background: transparent;
}
.header_logo{
	width: 100px;
	padding: 0 0 0 15px;
}
.header_inner{
	display: none;
}
.btn_menu_sp{
	display: block;
}
.lang_sp{
	display: flex;
}
}


/* ---------------------------- cv_sp ---------------------------- */

.btn_cv_sp{
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
	display: none;
}
@media only screen and (min-width: 1441px) {
	.btn_cv_sp{
		display: none!important;
	}
}
.btn_cv_sp a{
	display: flex;
	justify-content: center;
	align-items: center;
    background: #a0800d;
    text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transition: all 0.3s;
	box-sizing: border-box;
}
.en .btn_cv_sp a{
	width: 106px;
	height: 106px;
	font-size: 10px;
}
@media (hover: hover) {
	.btn_cv_sp a:hover{
		background: #b0901d;
		text-shadow: rgba(255,255,255,0.5) 0 0 8px;
	}
}


@media only screen and (max-width: 768px) {
	.btn_cv_sp{
		right: 15px;
		bottom: 15px;
	}
	.btn_cv_sp a{
		width: 86px;
		height: 86px;
	}
	.en .btn_cv_sp a{
		width: 94px;
		height: 94px;
		letter-spacing: 1px;
	}
}

/* ----------------------------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;
  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 ---------------------------- */

.main{
	position: relative;
	z-index: 2;
}
.section_hero_wrap{
	position: relative;
    z-index: 3;
    overflow: hidden;
	background: rgba(0,0,0,1);
}
.section_hero_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
	clip: rect(auto, auto, auto, auto);
}
.section_hero_bg_inner{
    background: url(../images/bg_hero2026_pc.jpg) no-repeat center center/cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
}
.section_hero{
	width: 100%;
	height: 100vh;
	min-height: 720px;
	position: relative;
	z-index: 2;
}
.section_hero_inner{
	width: 32vw;
	max-width: 520px;
	min-width: 420px;
	padding: 0 0 60px 40px;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
}
.section_hero_inner img{
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.85));
}
.section_hero_ttl{
	display: block;
}
/* .section_hero_ttl02{
	display: block;
	width: 50%;
	margin-top: 40px;
} */
.section_hero_txt{
	width: 100%;
	margin-top: 30px;
	font-weight: bold;
    line-height: 1.6;
}

.section_hero_scroll{
	position: absolute;
	bottom: 0;
	right: 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 (hover: hover) {
.section_hero_scroll a:hover:before{
	height: 100%;
}
.section_hero_scroll a:hover:after{
	height: 0;
}
}
@media only screen and (max-width: 1024px){
.section_hero_bg_inner{
	background: url("../images/bg_hero2026_tablet.jpg") no-repeat center center/cover;
}
.section_hero{
	min-height: 580px;
}
}
@media only screen and (max-width: 768px){
.section_hero_bg_inner{
	background: url("../images/bg_hero2026_sp.jpg") no-repeat center center/cover;
}
.section_hero_inner{
	padding: calc(65px + 5.33vw) 0 0 5.33vw;
}
.section_hero_scroll{
	left: auto;
	right: 10px;
}
}
@media only screen and (max-width: 768px) {
.section_hero{
	min-height: 120vw;
}
.section_hero_inner{
	width: 76vw;
	max-width: 420px;
	min-width: 0;
	padding: 0 0 calc(65px + 5.33vw)  5.33vw;
}

.section_hero_txt{
	margin-top: 6%;
}

.section_hero_scroll a{
	display: block;
	font-size: 12px;
	padding: 0 10px 15px;
}
}

/* ----------------------------section_theme ---------------------------- */

.section_theme{
	position: relative;
	z-index: 2;
	padding: 200px 0 280px;
}
.section_theme_ttl{
    margin: 0 0 80px;
    line-height: 1.35;
    text-align: center;
}
.section_theme_ttl_inner{
	display: inline-block;
	padding: 40px;
	position: relative;
}
.section_theme_ttl_inner:before,
.section_theme_ttl_inner:after{
	content: "";
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
}
.section_theme_ttl_inner:before{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 0;
	left: 0;
}
.section_theme_ttl_inner:after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	bottom: 0;
	right: 0;
}
.section_theme_ttl_en {
    font-size: 28px;
    display: block;
}
.section_theme_ttl_ja {
    margin-top: 15px;
    display: block;
}
.section_lead{
	text-align: center;
	position: relative;
}
.section_lead p + p{
	margin-top: 30px;
}


@media only screen and (max-width: 768px) {
.section_theme{
	padding: 120px 0 160px;
}
.section_theme_ttl{
	margin: 0 0 40px;
}
.section_theme_ttl_inner{
	padding: 30px;
}
.section_theme_ttl_inner:before,
.section_theme_ttl_inner:after{
	width: 25px;
	height: 25px;
}
.section_theme_ttl_en {
    font-size: 24px;
}

.section_lead{
	text-align: left;
}
.section_lead p + p{
	margin-top: 20px;
}
}

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

.section_sponser{
    padding-top: 60px;
    position: relative;
    z-index: 3;
}
.section_sponser_inner{
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.section_sponser_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.section_sponser_list.platinum li{
	width: 28%;
}
.section_sponser_list.gold li,
.section_sponser_list.silver li,
.section_sponser_list.bronze li{
	width: 22%;
	transform-origin: center center;
}
.section_sponser_list.silver li img{
	transform: scale(0.9, 0.9);
}
.section_sponser_list.bronze li img{
	transform: scale(0.85, 0.85);
}
.section_sponser_list.light li{
	width: 12.5%;
	padding: 15px 0;
}

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

.section_sponser {
	padding-top: 40px;
}
.section_sponser_inner{
	padding: 10px 5px;
}
.section_sponser_list.platinum li{
	width: 40%;
}
.section_sponser_list.gold li,
.section_sponser_list.silver li,
.section_sponser_list.bronze li{
	width: 33.33%;
}
.section_sponser_list.light li{
	width: 25%;
	padding: 0;
}
.section_sponser_list.light li img{
	transform: scale(0.85, 0.85);
}

}


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

.section_wrap{
	overflow: hidden;
	padding-bottom: 200px;
}
.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;
}
.audience .section_prize_list,
.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;
}
.grandprix .section_prize_list li:nth-child(n+2){
	margin-top: 40px;
}
.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;
    background: #000;
}

.section_prize_list_tag{
	display: inline-block;
	background: #0077c6;
	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_wrap{
	padding-bottom: 120px;
}
.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),
.grandprix .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%;
	transition: box-shadow 0.3s;
}
.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.4);
	transition: all 0.3s;
	padding: 35px 20px;
	height: 100%;
	box-sizing: border-box;
}
.section_juries_list > li a span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -10px;
	font-weight: bold;
}
.en .section_juries_list > li a span{
	letter-spacing: 0.5px;
}
.section_juries_list > li a span:before{
	content: "";
	display: inline-block;
	margin-right: 15px;
}
.section_juries_list > li.leader a span:before{
	width: 14px;
	height: 24px;
	background: url( "../images/ico_leader.svg") center center no-repeat;
	background-size: contain;
}
.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.game a span:before{
	width: 30px;
	height: 22px;
	background: url( "../images/ico_game.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.art a span:before{
	width: 36px;
	height: 24px;
	background: url( "../images/ico_art.svg") center center no-repeat;
	background-size: contain;
}
.section_juries_list > li.mc a span:before{
	width: 24px;
	height: 24px;
	background: url( "../images/ico_mc.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 (hover: hover) {
.section_juries_list > li:hover{
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4);
}

.section_juries_list > li:hover a{
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4) inset;
}

}


@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;
}
.en .section_juries_list > li a span{
	font-size: 14px;
}
.section_juries_list > li a:after {
    width: 22px;
    height: 16px;
	}
}


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

.txt_lead {
    text-align: center;
    margin-bottom: 60px;
}
.section_support_list{
	padding: 60px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.section_support_list:last-of-type{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.section_support_list li + li{
	margin-top: 60px;
}
.section_support_list li a{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.section_support_list_img{
	display: block;
	width: 32.66%;
	transition: all 0.3s;
	position: relative;
}
.section_support_list_img:before{
	display: inline-block;
	position: absolute;
	left: -10px;
	top: -12px;
	line-height: 24px;
	padding: 0 10px;
	font-family: 'graphik', sans-serif;
}
.platinum .section_support_list_img:before{
	background: #8ba4b9;
	content: "PLATINUM";
}
.gold .section_support_list_img:before{
	background: #b7a843;
	content: "GOLD";
}
.silver .section_support_list_img:before{
	background: #9299a0;
	content: "SILVER";
}
.bronze .section_support_list_img:before{
	background: #ac8056;
	content: "BRONZE";
}
.light .section_support_list_img:before{
	background: #0077c6;
	content: "LIGHT";
}
.section_support_list_txt{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 63.75%;
}
.section_support_list_txt_inner{
	display: block;
}
.section_support_list h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
.section_support_list_link{
	padding-top: 15px;
	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 (hover: hover) {
.section_support_list li a:hover .section_support_list_img {
	box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.7);
}
}
.section_support_caption{
    margin-top: 60px;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
.txt_lead {
    text-align: left;
    margin-bottom: 30px;
}
.section_support_list{
	padding: 30px 0;
}

.section_support_list li + li{
	margin-top: 30px;
}
.section_support_list li a{
	display: block;
}

.section_support_list_img{
	width: 100%;
	margin-bottom: 15px;
}
.section_support_list_img:before{
	left: -8px;
	top: -12px;
	line-height: 24px;
	padding: 0 8px;
}

.section_support_list_txt{
	display: block;
	width: 100%;
}
.section_support_list h3{
	font-size: 16px;
}
.section_support_list_link:after{
	margin-left: 8px;
}
.section_support_caption{
    margin-top: 30px;
    font-size: 12px;
}

}

/* ----------------------------section_contact ---------------------------- */

.section_contact_list{
	display: flex;
	justify-content: space-between;
}
.section_contact_list.section_contact_list_center{
	justify-content: center;
}
.section_contact_list_item{
	margin: 0 20px;
	width: calc((100% - 80px)/2);
	background: rgba(0,0,0,0.8);
	padding: 60px 40px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section_contact_list_item h3{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.section_contact_list_item h3 > span{
	font-size: 14px;
	font-weight: 400;
    display: inline-block;
    margin-top: 5px;
}
.section_contact_link{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_contact_link > li{
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.section_contact_link > li:not(:first-child){
	margin-left: 40px;
}

@media only screen and (max-width: 768px) {
.section_contact_list{
	display: block;
}
.section_contact_list_item{
	margin: 0;
	width: 100%;
	padding: 30px 20px;
    display: block;
}
.section_contact_list_item:not(:first-child){
	margin-top: 20px;
}
.section_contact_list_item h3{
	font-size: 16px;
}
.section_contact_list_item h3 > span{
	font-size: 12px;
}
.section_contact_link{
	margin-top: 30px;
}
}

/* ----------------------------footer ---------------------------- */

.footer{
	padding: 60px 0;
	background: #000;
	text-align: center;
	position: relative;
	z-index: 2;
}
.footer_back{
	position: absolute;
	top: -110px;
	height: 110px;
	right: 1.875vw;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	z-index: 2;
}
.footer_back a:before,
.footer_back 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);
}
.footer_back a:before{
	height: 0;
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}

.footer_back a{
	display: block;
	line-height: 1;
	padding: 0 15px;
	height: 100%;
	text-align: left;
}
@media (hover: hover) {
.footer_back a:hover:before{
	height: 100%;
}
.footer_back a:hover:after{
	height: 0;
}
}

.footer_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.footer_logo > li{
	padding: 0 2.68%;
}
.footer_logo_sc{
	width: 11.79%;
}
.footer_logo_un{
	width: 9.91%;
}
.footer_logo_gs{
	width: 11.69%;
}
.footer_logo_os{
	width: 9.75%;
}
.footer_logo_g{
	width: 5%;
}
.footer_logo_fu{
	width: 11.34%;
}

.footer_caption{
	margin-top: 60px;
	font-size: 12px;
	color: #a6a6a6;
}
.footer_copy{
	margin-top: 30px;
	font-size: 12px;
	color: #a6a6a6;
}

@media only screen and (max-width: 768px) {
.footer{
	padding: 40px 0 100px;
}
.footer_back{
	top: -88px;
	font-size: 12px;
	height: 88px;
	right: 10px;
}
.footer_back a{
	display: block;
	font-size: 12px;
	padding: 0 10px;
}
.footer_logo{
	max-width: 600px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footer_logo > li{
	padding: 0;
	width: 33.3%;
}
.footer .footer_logo > li:nth-child(n+4){
	margin-top: 20px;
}

.footer_logo_sc img{
	width: 77.91%;
}
.footer_logo_un img{
	width: 67.16%;
}
.footer_logo_gs img{
	width: 80.6%;
}
.footer_logo_os img{
	width: 64.48%;
}
.footer_logo_g img{
	width: 36.84%;
}
.footer_logo_fu img{
	width: 80.6%;
}



.footer_caption{
	margin-top: 40px;
	font-size: 12px;
}
.footer_copy{
	margin-top: 20px;
	font-size: 12px;
}
}

/*----------------------animate----------------------------*/


.fade {
  opacity: 0;
  transition: all 0.6s ease;
}
.fade.show {
  opacity: 1;
}
.fade_txt,
.fade_txt_item{
    opacity: 0;
	overflow: hidden;
}
.fade.show .fade_txt{
	animation-name:slideTextX100;
	animation-duration: 2.5s;
	animation-fill-mode:forwards;
}
.fade.show .fade_txt_item{
	display: block;
	animation-name:slideTextX-100;
	animation-duration: 2.5s;
	animation-fill-mode:forwards;
}
.fade.show .fade_txt:nth-of-type(2),
.fade.show .fade_txt:nth-of-type(2) .fade_txt_item{
	animation-delay: 0.5s;
}

@keyframes slideTextX100 {
0% {
	transform: translateX(-100%);
    opacity: 0;
    }
100% {
	transform: translateX(0);
    opacity: 1;
    }
}

@keyframes slideTextX-100 {
0% {
	transform: translateX(100%);
    opacity: 0;
    }
100% {
	transform: translateX(0);
    opacity: 1;
    }
}


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

.modal_youtube{
	width: 100%;
	max-width: 720px;
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.modal_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------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;
}
.en .juries_profile_name p{
	font-size: 10px;
	letter-spacing: 0.6px;
    line-height: 1.45;	
}
.juries_profile_detail{
	margin-top: 20px;
}
.en .juries_profile_detail p{
	font-size: 12px;
}
}


/* ----------------------------btn_modal ---------------------------- */

.btn_modal_list{
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.section_theme .btn_modal_list{
  opacity: 0;
  transition: all 0.6s ease;
  transition-delay: 1.5s;
}

.section_theme.show .btn_modal_list{
    opacity: 1;
}
.btn_modal_list li:not(:first-child){
	margin-left: 20px;
}
.btn_modal_list li{
	width: calc((100% - 40px)/3);
}
.btn_modal{
	text-align: center;
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2);
    transition: box-shadow 0.3s;
}
.btn_modal a{
	font-weight: 500;
	line-height: 1.35;
	padding: 18px min(6.78vw,80px);
	border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2) inset;
    transition: all 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	position: relative;
    height: 100%;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}
.btn_modal a:after {
    content: "";
    width: 24px;
    height: 18px;
    display: inline-block;
    position: absolute;
	top: 0;
    bottom: 0;
    right: 12px;
	margin: auto 0;
    background: url(../images/ico_modal.svg) no-repeat center center/contain;
}
.btn_modal_movie.preparation a{
	pointer-events: none;
	cursor: default;
}

@media only screen and (min-width: 769px) {
.btn_modal:hover{
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4);
}
.btn_modal:hover a{
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4) inset;
}

}


@media only screen and (max-width: 768px) {
.btn_modal_list{
	margin-top: 40px;
	display: block;
}
.btn_modal_list li:not(:first-child){
	margin-left: 0;
	margin-top: 20px;
}
.btn_modal_list li{
	width: 100%;
}
.btn_modal a{
	padding: 15px 60px;
    min-height: 70px;
}
.btn_modal a:after {
    width: 22px;
    height: 16px;
}

}


/* ----------------------------second_hero ---------------------------- */

.inner.second_inner{
	max-width: 780px;
}
.second_hero {
	padding-top: 200px;
	text-align: center;
	line-height: 1.5;
}
.second_hero_shoulder{
	font-size: 18px;
	font-weight: 500;
}
.second_hero_ttl{
	font-size: 36px;
	font-weight: 500;
	margin: 15px 0 20px;
}
.second_hero_ttl_caption{
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.second_hero_img{
	margin-top: 80px;
	background: #000;
}
.second_hero_img a{
	display: block;
	position: relative;
}
.second_hero_img a:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url(../images/ico_play.svg) no-repeat center center/contain;
}
.second_hero_img.second_hero_img_window a:before {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    width: 26px;
    height: 18px;
    background: url("../images/ico_window.svg") no-repeat center center/contain;
}

@media only screen and (max-width: 768px) {
.second_hero {
	padding-top: 120px;
}
.second_hero_shoulder{
	font-size: 16px;
}
.second_hero_ttl{
	font-size: 24px;
	margin: 10px 0 15px;
}
.second_hero_img{
	margin-top: 40px;
}
.second_hero_img a:before {
    width: 60px;
    height: 60px;
}
.second_hero_img.second_hero_img_window a:before {
    right: 15px;
    bottom: 15px;
    width: 17px;
    height: 12px;
}

}

/* ----------------------------second_body ---------------------------- */

.second_body{
	padding: 80px 0 0;
}
.second_body_each + .second_body_each{
	margin-top: 80px;
}
.second_ttl{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
.second_comment_list li:not(:first-child){
	margin-top: 40px;
}
.second_comment_list li p + p{
	margin-top: 10px;
}
.second_btn_back_wrap{
	display: flex;
	justify-content: center;
}
.second_btn_back{
	text-align: center;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2);
    transition: box-shadow 0.3s;
}
.second_btn_back a {
    line-height: 1.35;
    padding: 20px 80px;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2) inset;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
@media only screen and (min-width: 769px) {
.second_btn_back:hover{
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4);
}
.second_btn_back:hover a{
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4) inset;
}

}


@media only screen and (max-width: 768px) {
.second_body{
	padding: 40px 0 0;
}
.second_body_each + .second_body_each{
	margin-top: 40px;
}
.second_ttl{
	font-size: 16px;
	margin-bottom: 20px;
}
.second_comment_list li:not(:first-child){
	margin-top: 30px;
}

.second_btn_back a {
    padding: 20px 60px;
}


}

